aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iget.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-13xfs: remove leftovers of the old btree tracing codeChristoph Hellwig1-1/+0
2011-06-23xfs: reset inode per-lifetime state when recycling itDave Chinner1-4/+9
2011-01-10Merge branch 'master' into for-linus-mergedAlex Elder1-18/+61
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+12
2010-12-16xfs: convert pag_ici_lock to a spin lockDave Chinner1-5/+5
2010-12-17xfs: convert inode cache lookups to use RCU lockingDave Chinner1-12/+35
2010-12-16xfs: rcu free inodesDave Chinner1-1/+13
2010-12-23xfs: provide a inode iolock lockdep classDave Chinner1-0/+19
2010-10-18xfs: fix bogus m_maxagi check in xfs_igetChristoph Hellwig1-2/+2
2010-07-26xfs: fix gcc 4.6 set but not read and unused statement warningsChristoph Hellwig1-3/+0
2010-07-26xfs: simplify and remove xfs_ireclaimDave Chinner1-52/+1
2010-07-26xfs: remove xfs_iputChristoph Hellwig1-17/+0
2010-07-26xfs: remove xfs_iput_newChristoph Hellwig1-23/+0
2010-07-26xfs: some iget tracing cleanups / fixesChristoph Hellwig1-4/+4
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig1-3/+0
2010-07-26xfs: drop dmapi hooksChristoph Hellwig1-1/+0
2010-06-24xfs: remove block number from inode lookup codeDave Chinner1-7/+3
2010-06-03xfs: improve xfs_isilockedChristoph Hellwig1-16/+10
2010-05-28xfs: fix access to upper inodes without inode64Christoph Hellwig1-3/+0
2010-03-01xfs: fix locking for inode cache radix tree tag updatesChristoph Hellwig1-6/+13
2010-01-15xfs: rename xfs_get_peragDave Chinner1-5/+5
2010-01-15xfs: Remove inode iolock held check during allocationDave Chinner1-1/+0
2009-12-17kill I_LOCKChristoph Hellwig1-2/+2
2009-12-16xfs: check for not fully initialized inodes in xfs_ireclaimChristoph Hellwig1-4/+8
2009-12-14xfs: event tracing supportChristoph Hellwig1-97/+14
2009-12-11xfs: remove incorrect sparse annotation for xfs_iget_cache_missChristoph Hellwig1-1/+1
2009-12-11xfs: reset the i_iolock lock class in the reclaim pathChristoph Hellwig1-0/+3
2009-09-01xfs: simplify xfs_trans_igetChristoph Hellwig1-26/+0
2009-09-01xfs: merge fsync and O_SYNC handlingChristoph Hellwig1-1/+0
2009-08-17xfs: fix locking in xfs_iget_cache_hitChristoph Hellwig1-55/+58
2009-08-07xfs: fix freeing of inodes not yet added to the inode cacheChristoph Hellwig1-57/+68
2009-08-07vfs: fix inode_init_always calling conventionChristoph Hellwig1-12/+5
2009-06-24switch xfs to generic acl caching helpersAl Viro1-2/+0
2009-06-10xfs: use generic Posix ACL codeChristoph Hellwig1-0/+3
2009-06-08xfs: kill xfs_qmopsChristoph Hellwig1-4/+1
2009-04-06xfs: fix double free of inodeDave Chinner1-9/+14
2009-03-04xfs: prevent lockdep false positive in xfs_iget_cache_missChristoph Hellwig1-5/+10
2008-12-04move inode tracing out of xfs_vnode.Christoph Hellwig1-0/+48
2008-12-04kill dead inode flagsChristoph Hellwig1-1/+0
2008-12-04cleanup the inode reclaim pathChristoph Hellwig1-42/+86
2008-12-01[XFS] move inode allocation out xfs_ireadChristoph Hellwig1-6/+82
2008-12-01[XFS] kill the XFS_IMAP_BULKSTAT flagChristoph Hellwig1-2/+1
2008-10-30[XFS] Fix race when looking up reclaimable inodesDavid Chinner1-10/+22
2008-10-30[XFS] free partially initialized inodes using destroy_inodeChristoph Hellwig1-1/+1
2008-10-30[XFS] Can't lock inodes in radix tree preload regionDavid Chinner1-7/+11
2008-10-30[XFS] Finish removing the mount pointer from the AIL APIDavid Chinner1-1/+3
2008-10-30[XFS] kill deleted inodes listDavid Chinner1-8/+0
2008-10-30[XFS] mark inodes for reclaim via a tag in the inode radix treeDavid Chinner1-0/+3
2008-10-30[XFS] Combine the XFS and Linux inodesDavid Chinner1-132/+35
2008-10-30[XFS] factor xfs_iget_core() into hit and miss casesDavid Chinner1-157/+191