aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iget.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-17xfs: remove xfs_iget.cDave Chinner1-455/+0
2012-10-17xfs: move inode locking functions to xfs_inode.cDave Chinner1-251/+0
2012-10-17xfs: rename xfs_sync.[ch] to xfs_icache.[ch]Dave Chinner1-0/+1
2012-07-29xfs: remove iolock lock classesChristoph Hellwig1-15/+0
2012-05-21xfs: fix memory reclaim deadlock on agi bufferPeter Watkins1-2/+3
2012-05-14xfs: clean up xfs_bit.h includesDave Chinner1-1/+0
2012-05-14xfs: remove log item from AIL in xfs_iflush after a shutdownChristoph Hellwig1-17/+1
2012-03-26xfs: don't cache inodes read through bulkstatDave Chinner1-2/+6
2012-03-15xfs: fix inode lookup raceDave Chinner1-6/+12
2012-03-13xfs: log timestamp updatesChristoph Hellwig1-1/+0
2012-02-25xfs: only take the ILOCK in xfs_reclaim_inode()Alex Elder1-0/+9
2012-02-22xfs: remove xfs_trans_unlocked_itemChristoph Hellwig1-12/+1
2012-01-17xfs: remove the i_new_size field in struct xfs_inodeChristoph Hellwig1-1/+0
2012-01-17xfs: remove the i_size field in struct xfs_inodeChristoph Hellwig1-1/+0
2012-01-17xfs: replace i_flock with a sleeping bitlockChristoph Hellwig1-2/+18
2012-01-17xfs: remove the if_ext_max field in struct xfs_iforkChristoph Hellwig1-2/+0
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-10-11xfs: remove i_iocountChristoph Hellwig1-2/+0
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