aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_iget.c
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
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
2008-10-30[XFS] Kill xfs_sync()David Chinner1-8/+7
2008-10-30[XFS] remove the mount inode listDavid Chinner1-41/+1
2008-10-30[XFS] Unlock inode before calling xfs_idestroy()Lachlan McIlroy1-3/+6
2008-10-30[XFS] Make use of the init-once slab optimisation.David Chinner1-15/+0
2008-08-13[XFS] replace inode flush semaphore with a completionDavid Chinner1-24/+8
2008-08-13[XFS] sanitize xfs_initialize_vnodeChristoph Hellwig1-1/+8
2008-08-13[XFS] Avoid directly referencing the VFS inode.David Chinner1-3/+4
2008-04-29[XFS] shrink mrlock_tChristoph Hellwig1-64/+76
2008-04-18[XFS] Remove the xfs_icluster structureDavid Chinner1-46/+3
2008-03-06[XFS] fix inode leak in xfs_iget_core()David Chinner1-0/+1
2008-02-07[XFS] Fix inode allocation latencyDavid Chinner1-18/+0
2008-02-07[XFS] cleanup vnode useage in xfs_iget.cChristoph Hellwig1-77/+65
2008-02-07[XFS] kill xfs_iocore_tChristoph Hellwig1-10/+3
2008-02-07[XFS] more vnode/inode tracing fixesLachlan McIlroy1-5/+3
2008-02-07[XFS] clean up vnode/inode tracingLachlan McIlroy1-5/+5
2007-12-10[XFS] Fix broken inode cluster setup.David Chinner1-1/+1
2007-10-16[XFS] kill struct bhv_vfsChristoph Hellwig1-1/+1
2007-10-16[XFS] call common xfs vfs-level helpers directly and remove vfs operationsChristoph Hellwig1-3/+3
2007-10-16[XFS] kill the v_number member in struct bhv_vnodeChristoph Hellwig1-2/+2
2007-10-16[XFS] move v_trace from bhv_vnode to xfs_inodeChristoph Hellwig1-5/+5
2007-10-16[XFS] kill the v_flag member in struct bhv_vnodeChristoph Hellwig1-0/+1
2007-10-16[XFS] call common xfs vnode-level helpers directly and remove vnode operationsChristoph Hellwig1-2/+3
2007-10-15[XFS] Radix tree based inode cachingDavid Chinner1-390/+195
2007-05-08[XFS] Add lockdep support for XFSLachlan McIlroy1-7/+8
2006-11-11[XFS] Prevent a deadlock when xfslogd unpins inodes.David Chinner1-0/+30
2006-11-11[XFS] Clean up i_flags and i_flags_lock handling.David Chinner1-14/+6
2006-11-11[XFS] Keep lockdep happy.Tim Shimmin1-0/+1
2006-09-28[XFS] Really fix use after free in xfs_iunpin.David Chinner1-0/+6
2006-09-28[XFS] standardize on one sema init macroEric Sandeen1-1/+1
2006-09-28[XFS] Add a greedy allocation interface, allocating within a min/max sizeNathan Scott1-9/+8
2006-09-28[XFS] Add a debug flag for allocations which are known to be larger thanNathan Scott1-2/+2
2006-09-28[XFS] Remove last bulkstat false-positives with debug kernels.Nathan Scott1-9/+8
2006-06-20[XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott1-2/+0
2006-06-19[XFS] Kill direct access to ->count in valusema(); all we ever use it forAl Viro1-1/+1
2006-06-09[XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.Nathan Scott1-9/+7
2006-06-09[XFS] Resolve a namespace collision on vfs/vfsops for FreeBSD porters.Nathan Scott1-1/+1
2006-04-11[XFS] Fix inode reclaim scalability regression. When a filesystem hasDavid Chinner1-17/+12
2006-03-29[XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing allNathan Scott1-1/+1
2006-03-17[XFS] Complete transition away from linvfs naming convention, finally.Nathan Scott1-3/+3
2006-01-11[XFS] add helper to get xfs_inode from vnodeChristoph Hellwig1-4/+1
2005-11-02[XFS] Update license/copyright notices to match the prefered SGINathan Scott1-25/+11
2005-11-02[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Nathan Scott1-11/+7
2005-09-05[XFS] Retry linux inode cacech lookup if we found a stale inode. ThisChristoph Hellwig1-12/+16
2005-09-02[XFS] remove unessecary vnode flagsChristoph Hellwig1-11/+0
2005-05-05[XFS] Move the XFS inode to the front of its hash list on a cache hitNathan Scott1-1/+50
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1022