summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iget.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: simplify xfs_trans_igetChristoph Hellwig2009-09-011-26/+0
* xfs: merge fsync and O_SYNC handlingChristoph Hellwig2009-09-011-1/+0
* xfs: fix locking in xfs_iget_cache_hitChristoph Hellwig2009-08-171-55/+58
* xfs: fix freeing of inodes not yet added to the inode cacheChristoph Hellwig2009-08-071-57/+68
* vfs: fix inode_init_always calling conventionChristoph Hellwig2009-08-071-12/+5
* switch xfs to generic acl caching helpersAl Viro2009-06-241-2/+0
* xfs: use generic Posix ACL codeChristoph Hellwig2009-06-101-0/+3
* xfs: kill xfs_qmopsChristoph Hellwig2009-06-081-4/+1
* xfs: fix double free of inodeDave Chinner2009-04-061-9/+14
* xfs: prevent lockdep false positive in xfs_iget_cache_missChristoph Hellwig2009-03-041-5/+10
* move inode tracing out of xfs_vnode.Christoph Hellwig2008-12-041-0/+48
* kill dead inode flagsChristoph Hellwig2008-12-041-1/+0
* cleanup the inode reclaim pathChristoph Hellwig2008-12-041-42/+86
* [XFS] move inode allocation out xfs_ireadChristoph Hellwig2008-12-011-6/+82
* [XFS] kill the XFS_IMAP_BULKSTAT flagChristoph Hellwig2008-12-011-2/+1
* [XFS] Fix race when looking up reclaimable inodesDavid Chinner2008-10-301-10/+22
* [XFS] free partially initialized inodes using destroy_inodeChristoph Hellwig2008-10-301-1/+1
* [XFS] Can't lock inodes in radix tree preload regionDavid Chinner2008-10-301-7/+11
* [XFS] Finish removing the mount pointer from the AIL APIDavid Chinner2008-10-301-1/+3
* [XFS] kill deleted inodes listDavid Chinner2008-10-301-8/+0
* [XFS] mark inodes for reclaim via a tag in the inode radix treeDavid Chinner2008-10-301-0/+3
* [XFS] Combine the XFS and Linux inodesDavid Chinner2008-10-301-132/+35
* [XFS] factor xfs_iget_core() into hit and miss casesDavid Chinner2008-10-301-157/+191
* [XFS] Kill xfs_sync()David Chinner2008-10-301-8/+7
* [XFS] remove the mount inode listDavid Chinner2008-10-301-41/+1
* [XFS] Unlock inode before calling xfs_idestroy()Lachlan McIlroy2008-10-301-3/+6
* [XFS] Make use of the init-once slab optimisation.David Chinner2008-10-301-15/+0
* [XFS] replace inode flush semaphore with a completionDavid Chinner2008-08-131-24/+8
* [XFS] sanitize xfs_initialize_vnodeChristoph Hellwig2008-08-131-1/+8
* [XFS] Avoid directly referencing the VFS inode.David Chinner2008-08-131-3/+4
* [XFS] shrink mrlock_tChristoph Hellwig2008-04-291-64/+76
* [XFS] Remove the xfs_icluster structureDavid Chinner2008-04-181-46/+3
* [XFS] fix inode leak in xfs_iget_core()David Chinner2008-03-061-0/+1
* [XFS] Fix inode allocation latencyDavid Chinner2008-02-071-18/+0
* [XFS] cleanup vnode useage in xfs_iget.cChristoph Hellwig2008-02-071-77/+65
* [XFS] kill xfs_iocore_tChristoph Hellwig2008-02-071-10/+3
* [XFS] more vnode/inode tracing fixesLachlan McIlroy2008-02-071-5/+3
* [XFS] clean up vnode/inode tracingLachlan McIlroy2008-02-071-5/+5
* [XFS] Fix broken inode cluster setup.David Chinner2007-12-101-1/+1
* [XFS] kill struct bhv_vfsChristoph Hellwig2007-10-161-1/+1
* [XFS] call common xfs vfs-level helpers directly and remove vfs operationsChristoph Hellwig2007-10-161-3/+3
* [XFS] kill the v_number member in struct bhv_vnodeChristoph Hellwig2007-10-161-2/+2
* [XFS] move v_trace from bhv_vnode to xfs_inodeChristoph Hellwig2007-10-161-5/+5
* [XFS] kill the v_flag member in struct bhv_vnodeChristoph Hellwig2007-10-161-0/+1
* [XFS] call common xfs vnode-level helpers directly and remove vnode operationsChristoph Hellwig2007-10-161-2/+3
* [XFS] Radix tree based inode cachingDavid Chinner2007-10-151-390/+195
* [XFS] Add lockdep support for XFSLachlan McIlroy2007-05-081-7/+8
* [XFS] Prevent a deadlock when xfslogd unpins inodes.David Chinner2006-11-111-0/+30
* [XFS] Clean up i_flags and i_flags_lock handling.David Chinner2006-11-111-14/+6
* [XFS] Keep lockdep happy.Tim Shimmin2006-11-111-0/+1