aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_sync.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-3/+2
2011-07-20xfs: make use of new shrinker callout for the inode cacheDave Chinner1-3/+2
2011-07-08xfs: kill the unused struct xfs_sync_workChristoph Hellwig1-8/+0
2011-04-08xfs: introduce a xfssyncd workqueueDave Chinner1-0/+2
2010-10-18xfs: implement batched inode lookups for AG walkingDave Chinner1-1/+1
2010-10-18xfs: split inode AG walking into separate code for reclaimDave Chinner1-1/+1
2010-07-26xfs: remove explicit xfs_sync_data/xfs_sync_attr calls on umountChristoph Hellwig1-3/+0
2010-07-20xfs: convert inode shrinker to per-filesystem contextsDave Chinner1-2/+0
2010-04-29xfs: add a shrinker to background inode reclaimDave Chinner1-1/+6
2010-01-15xfs: make several more functions staticEric Sandeen1-1/+0
2010-01-15xfs: reclaim inodes under a write lockDave Chinner1-1/+1
2009-12-11xfs: simplify inode teardownChristoph Hellwig1-1/+0
2009-08-31xfs: add more statics & drop some unused functionsEric Sandeen1-1/+0
2009-08-17xfs: fix locking in xfs_iget_cache_hitChristoph Hellwig1-0/+1
2009-06-08xfs: remove SYNC_BDFLUSHChristoph Hellwig1-3/+2
2009-06-08xfs: remove SYNC_IOWAITChristoph Hellwig1-1/+0
2009-06-08xfs: split xfs_sync_inodesChristoph Hellwig1-3/+2
2009-06-08xfs: use generic inode iterator in xfs_qm_dqrele_all_inodesChristoph Hellwig1-0/+6
2009-06-08xfs: remove unused parameter from xfs_reclaim_inodesDave Chinner1-1/+1
2009-04-06xfs: block callers of xfs_flush_inodes() correctlyDave Chinner1-0/+1
2009-04-06xfs: make inode flush at ENOSPC synchronousDave Chinner1-1/+0
2009-04-06xfs: use xfs_sync_inodes() for device flushingDave Chinner1-3/+4
2009-02-09xfs: get rid of indirections in the quotaops implementationChristoph Hellwig1-0/+1
2008-10-30[XFS] mark inodes for reclaim via a tag in the inode radix treeDavid Chinner1-0/+4
2008-10-30[XFS] rename inode reclaim functionsDavid Chinner1-2/+2
2008-10-30[XFS] move inode reclaim functions to xfs_sync.cDavid Chinner1-0/+3
2008-10-30[XFS] Move remaining quiesce code.David Chinner1-0/+1
2008-10-30[XFS] Kill xfs_sync()David Chinner1-21/+4
2008-10-30[XFS] Kill SYNC_CLOSEDavid Chinner1-1/+0
2008-10-30[XFS] make SYNC_DELWRI no longer use xfs_syncDavid Chinner1-0/+3
2008-10-30[XFS] make SYNC_ATTR no longer use xfs_syncDavid Chinner1-1/+0
2008-10-30[XFS] use xfs_sync_inodes rather than xfs_syncsubDavid Chinner1-1/+1
2008-10-30[XFS] move xfssyncd code to xfs_sync.cDavid Chinner1-0/+56
2008-10-30[XFS] move sync code to its own fileDavid Chinner1-0/+7