aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_sync.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-11xfs: ensure log covering transactions are synchronousDave Chinner1-5/+6
2010-12-16xfs: convert pag_ici_lock to a spin lockDave Chinner1-4/+4
2010-12-17xfs: convert inode cache lookups to use RCU lockingDave Chinner1-18/+66
2010-11-10xfs: fix per-ag reference counting in inode reclaim tree walkingDave Chinner1-0/+1
2010-10-18xfs: serialise inode reclaim within an AGDave Chinner1-0/+30
2010-10-18xfs: batch inode reclaim lookupDave Chinner1-33/+77
2010-10-18xfs: implement batched inode lookups for AG walkingDave Chinner1-22/+44
2010-10-18xfs: split out inode walk inode grabbingDave Chinner1-45/+34
2010-10-18xfs: split inode AG walking into separate code for reclaimDave Chinner1-111/+91
2010-10-18xfs: lockless per-ag lookupsDave Chinner1-3/+3
2010-10-06xfs: properly account for reclaimed inodesJohannes Weiner1-5/+14
2010-08-24xfs: dummy transactions should not dirty VFS stateDave Chinner1-36/+6
2010-07-26xfs: simplify and remove xfs_ireclaimDave Chinner1-1/+30
2010-07-26xfs: remove explicit xfs_sync_data/xfs_sync_attr calls on umountChristoph Hellwig1-2/+2
2010-07-26xfs: simplify inode to transaction joiningChristoph Hellwig1-2/+1
2010-07-26xfs: remove unneeded #include statementsChristoph Hellwig1-10/+0
2010-07-26xfs: drop dmapi hooksChristoph Hellwig1-1/+0
2010-07-20xfs: track AGs with reclaimable inodes in per-ag radix treeDave Chinner1-7/+64
2010-07-20xfs: convert inode shrinker to per-filesystem contextsDave Chinner1-48/+14
2010-07-19mm: add context argument to shrinker callbackDave Chinner1-0/+1
2010-05-28xfs: fix access to upper inodes without inode64Christoph Hellwig1-9/+0
2010-05-19xfs: enforce synchronous writes in xfs_bwriteChristoph Hellwig1-1/+0
2010-05-19xfs: remove periodic superblock writebackChristoph Hellwig1-63/+27
2010-05-19xfs: add blockdev name to kthreadsJan Engelhardt1-1/+1
2010-04-29xfs: add a shrinker to background inode reclaimDave Chinner1-7/+105
2010-04-16xfs: don't warn on EAGAIN in inode reclaimDave Chinner1-2/+2
2010-03-05xfs: check for more work before sleeping in xfssyncdDave Chinner1-3/+3
2010-03-01xfs: fix locking for inode cache radix tree tag updatesChristoph Hellwig1-2/+2
2010-02-06xfs: Use delayed write for inodes rather than async V2Dave Chinner1-29/+76
2010-02-06xfs: Make inode reclaim states explicitDave Chinner1-19/+62
2010-01-21xfs: cleanup up xfs_log_force calling conventionsChristoph Hellwig1-12/+5
2010-01-21xfs: remove duplicate buffer flagsChristoph Hellwig1-2/+2
2010-01-15xfs: Kill filestreams cache flushDave Chinner1-3/+0
2010-01-15xfs: rename xfs_get_peragDave Chinner1-9/+13
2010-01-15xfs: make several more functions staticEric Sandeen1-1/+1
2010-01-15xfs: Avoid inodes in reclaim when flushing from inode cacheDave Chinner1-13/+18
2010-01-15xfs: reclaim inodes under a write lockDave Chinner1-85/+69
2009-12-14xfs: event tracing supportChristoph Hellwig1-0/+1
2009-12-11xfs: simplify inode teardownChristoph Hellwig1-11/+4
2009-10-08xfs: make sure xfs_sync_fsdata covers the logDave Chinner1-7/+21
2009-10-08xfs: fix xfs_quiesce_dataDave Chinner1-3/+5
2009-08-31xfs: add more statics & drop some unused functionsEric Sandeen1-15/+0
2009-08-17xfs: fix locking in xfs_iget_cache_hitChristoph Hellwig1-2/+11
2009-06-08xfs: remove SYNC_BDFLUSHChristoph Hellwig1-4/+4
2009-06-08xfs: remove SYNC_IOWAITChristoph Hellwig1-4/+4
2009-06-08xfs: split xfs_sync_inodesChristoph Hellwig1-21/+34
2009-06-08xfs: use generic inode iterator in xfs_qm_dqrele_all_inodesChristoph Hellwig1-2/+2
2009-06-08xfs: introduce a per-ag inode iteratorDave Chinner1-166/+150
2009-06-08xfs: remove unused parameter from xfs_reclaim_inodesDave Chinner1-18/+4
2009-06-08xfs: factor out inode validation for syncDave Chinner1-22/+37