summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iget.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: remove xfs_iget.cDave Chinner2012-10-171-455/+0
* xfs: move inode locking functions to xfs_inode.cDave Chinner2012-10-171-251/+0
* xfs: rename xfs_sync.[ch] to xfs_icache.[ch]Dave Chinner2012-10-171-0/+1
* xfs: remove iolock lock classesChristoph Hellwig2012-07-291-15/+0
* xfs: fix memory reclaim deadlock on agi bufferPeter Watkins2012-05-211-2/+3
* xfs: clean up xfs_bit.h includesDave Chinner2012-05-141-1/+0
* xfs: remove log item from AIL in xfs_iflush after a shutdownChristoph Hellwig2012-05-141-17/+1
* xfs: don't cache inodes read through bulkstatDave Chinner2012-03-261-2/+6
* xfs: fix inode lookup raceDave Chinner2012-03-151-6/+12
* xfs: log timestamp updatesChristoph Hellwig2012-03-131-1/+0
* xfs: only take the ILOCK in xfs_reclaim_inode()Alex Elder2012-02-251-0/+9
* xfs: remove xfs_trans_unlocked_itemChristoph Hellwig2012-02-221-12/+1
* xfs: remove the i_new_size field in struct xfs_inodeChristoph Hellwig2012-01-171-1/+0
* xfs: remove the i_size field in struct xfs_inodeChristoph Hellwig2012-01-171-1/+0
* xfs: replace i_flock with a sleeping bitlockChristoph Hellwig2012-01-171-2/+18
* xfs: remove the if_ext_max field in struct xfs_iforkChristoph Hellwig2012-01-171-2/+0
* vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
* xfs: remove i_iocountChristoph Hellwig2011-10-111-2/+0
* xfs: remove leftovers of the old btree tracing codeChristoph Hellwig2011-07-131-1/+0
* 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