aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_sync.c
Commit message (Expand)AuthorAgeFilesLines
* xfs: log all dirty inodes in xfs_fs_sync_fsChristoph Hellwig2012-01-061-0/+37
* xfs: force buffer writeback before blocking on the ilock in inode reclaimChristoph Hellwig2011-12-091-0/+11
* vmscan: change shrinker API by passing shrink_control structYing Han2011-05-251-2/+3
* xfs: avoid getting stuck during async inode flushesDave Chinner2011-05-191-0/+10
* xfs: ensure reclaim cursor is reset correctly at end of AGDave Chinner2011-05-091-0/+1
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2011-04-111-112/+116
|\
| * xfs: push the AIL from memory reclaim and periodic syncDave Chinner2011-04-081-1/+6
| * xfs: introduce background inode reclaim workDave Chinner2011-04-081-3/+66
| * xfs: convert ENOSPC inode flushing to use new syncd workqueueDave Chinner2011-04-081-97/+35
| * xfs: introduce a xfssyncd workqueueDave Chinner2011-04-081-45/+43
* | Fix common misspellingsLucas De Marchi2011-03-311-1/+1
|/
* xfs: introduce inode cluster buffer trylocks for xfs_iflushDave Chinner2011-03-261-3/+27
* xfs: Convert linux-2.6/ files to new logging interfaceDave Chinner2011-03-071-3/+2
* xfs: ensure log covering transactions are synchronousDave Chinner2011-01-111-5/+6
* xfs: convert pag_ici_lock to a spin lockDave Chinner2010-12-161-4/+4
* xfs: convert inode cache lookups to use RCU lockingDave Chinner2010-12-171-18/+66
* xfs: fix per-ag reference counting in inode reclaim tree walkingDave Chinner2010-11-101-0/+1
* xfs: serialise inode reclaim within an AGDave Chinner2010-10-181-0/+30
* xfs: batch inode reclaim lookupDave Chinner2010-10-181-33/+77
* xfs: implement batched inode lookups for AG walkingDave Chinner2010-10-181-22/+44
* xfs: split out inode walk inode grabbingDave Chinner2010-10-181-45/+34
* xfs: split inode AG walking into separate code for reclaimDave Chinner2010-10-181-111/+91
* xfs: lockless per-ag lookupsDave Chinner2010-10-181-3/+3
* xfs: properly account for reclaimed inodesJohannes Weiner2010-10-061-5/+14
* xfs: dummy transactions should not dirty VFS stateDave Chinner2010-08-241-36/+6
* xfs: simplify and remove xfs_ireclaimDave Chinner2010-07-261-1/+30
* xfs: remove explicit xfs_sync_data/xfs_sync_attr calls on umountChristoph Hellwig2010-07-261-2/+2
* xfs: simplify inode to transaction joiningChristoph Hellwig2010-07-261-2/+1
* xfs: remove unneeded #include statementsChristoph Hellwig2010-07-261-10/+0
* xfs: drop dmapi hooksChristoph Hellwig2010-07-261-1/+0
* xfs: track AGs with reclaimable inodes in per-ag radix treeDave Chinner2010-07-201-7/+64
* xfs: convert inode shrinker to per-filesystem contextsDave Chinner2010-07-201-48/+14
* mm: add context argument to shrinker callbackDave Chinner2010-07-191-0/+1
* xfs: fix access to upper inodes without inode64Christoph Hellwig2010-05-281-9/+0
* xfs: enforce synchronous writes in xfs_bwriteChristoph Hellwig2010-05-191-1/+0
* xfs: remove periodic superblock writebackChristoph Hellwig2010-05-191-63/+27
* xfs: add blockdev name to kthreadsJan Engelhardt2010-05-191-1/+1
* xfs: add a shrinker to background inode reclaimDave Chinner2010-04-291-7/+105
* xfs: don't warn on EAGAIN in inode reclaimDave Chinner2010-04-161-2/+2
* xfs: check for more work before sleeping in xfssyncdDave Chinner2010-03-051-3/+3
* xfs: fix locking for inode cache radix tree tag updatesChristoph Hellwig2010-03-011-2/+2
* xfs: Use delayed write for inodes rather than async V2Dave Chinner2010-02-061-29/+76
* xfs: Make inode reclaim states explicitDave Chinner2010-02-061-19/+62
* xfs: cleanup up xfs_log_force calling conventionsChristoph Hellwig2010-01-211-12/+5
* xfs: remove duplicate buffer flagsChristoph Hellwig2010-01-211-2/+2
* xfs: Kill filestreams cache flushDave Chinner2010-01-151-3/+0
* xfs: rename xfs_get_peragDave Chinner2010-01-151-9/+13
* xfs: make several more functions staticEric Sandeen2010-01-151-1/+1
* xfs: Avoid inodes in reclaim when flushing from inode cacheDave Chinner2010-01-151-13/+18
* xfs: reclaim inodes under a write lockDave Chinner2010-01-151-85/+69