aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_sync.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-08xfs: improve sync behaviour in the face of aggressive dirtyingChristoph Hellwig1-5/+3
2011-05-25vmscan: change shrinker API by passing shrink_control structYing Han1-2/+3
2011-05-19xfs: avoid getting stuck during async inode flushesDave Chinner1-0/+10
2011-05-09xfs: ensure reclaim cursor is reset correctly at end of AGDave Chinner1-0/+1
2011-04-11Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-112/+116
2011-04-08xfs: push the AIL from memory reclaim and periodic syncDave Chinner1-1/+6
2011-04-08xfs: introduce background inode reclaim workDave Chinner1-3/+66
2011-04-08xfs: convert ENOSPC inode flushing to use new syncd workqueueDave Chinner1-97/+35
2011-04-08xfs: introduce a xfssyncd workqueueDave Chinner1-45/+43
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-26xfs: introduce inode cluster buffer trylocks for xfs_iflushDave Chinner1-3/+27
2011-03-07xfs: Convert linux-2.6/ files to new logging interfaceDave Chinner1-3/+2
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