aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iget.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: fix inode lookup raceDave Chinner2012-04-021-6/+12
* xfs: reset inode per-lifetime state when recycling itDave Chinner2011-06-231-4/+9
* Merge branch 'master' into for-linus-mergedAlex Elder2011-01-101-18/+61
|\
| * xfs: convert pag_ici_lock to a spin lockDave Chinner2010-12-161-5/+5
| * xfs: convert inode cache lookups to use RCU lockingDave Chinner2010-12-171-12/+35
| * xfs: rcu free inodesDave Chinner2010-12-161-1/+13
| * xfs: provide a inode iolock lockdep classDave Chinner2010-12-231-0/+19
* | fs: icache RCU free inodesNick Piggin2011-01-071-1/+12
|/
* xfs: fix bogus m_maxagi check in xfs_igetChristoph Hellwig2010-10-181-2/+2
* xfs: fix gcc 4.6 set but not read and unused statement warningsChristoph Hellwig2010-07-261-3/+0
* xfs: simplify and remove xfs_ireclaimDave Chinner2010-07-261-52/+1
* xfs: remove xfs_iputChristoph Hellwig2010-07-261-17/+0
* xfs: remove xfs_iput_newChristoph Hellwig2010-07-261-23/+0
* xfs: some iget tracing cleanups / fixesChristoph Hellwig2010-07-261-4/+4
* xfs: remove unneeded #include statementsChristoph Hellwig2010-07-261-3/+0
* xfs: drop dmapi hooksChristoph Hellwig2010-07-261-1/+0
* xfs: remove block number from inode lookup codeDave Chinner2010-06-241-7/+3
* xfs: improve xfs_isilockedChristoph Hellwig2010-06-031-16/+10
* xfs: fix access to upper inodes without inode64Christoph Hellwig2010-05-281-3/+0
* xfs: fix locking for inode cache radix tree tag updatesChristoph Hellwig2010-03-011-6/+13
* xfs: rename xfs_get_peragDave Chinner2010-01-151-5/+5
* xfs: Remove inode iolock held check during allocationDave Chinner2010-01-151-1/+0
* kill I_LOCKChristoph Hellwig2009-12-171-2/+2
* xfs: check for not fully initialized inodes in xfs_ireclaimChristoph Hellwig2009-12-161-4/+8
* xfs: event tracing supportChristoph Hellwig2009-12-141-97/+14
* xfs: remove incorrect sparse annotation for xfs_iget_cache_missChristoph Hellwig2009-12-111-1/+1
* xfs: reset the i_iolock lock class in the reclaim pathChristoph Hellwig2009-12-111-0/+3
* 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