summaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_sync.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* xfs: event tracing supportChristoph Hellwig2009-12-141-0/+1
* xfs: simplify inode teardownChristoph Hellwig2009-12-111-11/+4
* xfs: make sure xfs_sync_fsdata covers the logDave Chinner2009-10-081-7/+21
* xfs: fix xfs_quiesce_dataDave Chinner2009-10-081-3/+5
* xfs: add more statics & drop some unused functionsEric Sandeen2009-08-311-15/+0
* xfs: fix locking in xfs_iget_cache_hitChristoph Hellwig2009-08-171-2/+11
* xfs: remove SYNC_BDFLUSHChristoph Hellwig2009-06-081-4/+4
* xfs: remove SYNC_IOWAITChristoph Hellwig2009-06-081-4/+4
* xfs: split xfs_sync_inodesChristoph Hellwig2009-06-081-21/+34
* xfs: use generic inode iterator in xfs_qm_dqrele_all_inodesChristoph Hellwig2009-06-081-2/+2
* xfs: introduce a per-ag inode iteratorDave Chinner2009-06-081-166/+150
* xfs: remove unused parameter from xfs_reclaim_inodesDave Chinner2009-06-081-18/+4
* xfs: factor out inode validation for syncDave Chinner2009-06-081-22/+37
* xfs: split inode flushing from xfs_sync_inodes_agChristoph Hellwig2009-06-081-17/+33
* xfs: split inode data writeback from xfs_sync_inodes_agDave Chinner2009-06-081-20/+32
* xfs: kill xfs_qmopsChristoph Hellwig2009-06-081-3/+4
* xfs: block callers of xfs_flush_inodes() correctlyDave Chinner2009-04-061-3/+9