aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_sync.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-08xfs: split inode flushing from xfs_sync_inodes_agChristoph Hellwig1-17/+33
2009-06-08xfs: split inode data writeback from xfs_sync_inodes_agDave Chinner1-20/+32
2009-06-08xfs: kill xfs_qmopsChristoph Hellwig1-3/+4
2009-04-06xfs: block callers of xfs_flush_inodes() correctlyDave Chinner1-3/+9
2009-04-06xfs: make inode flush at ENOSPC synchronousDave Chinner1-25/+0
2009-04-06xfs: use xfs_sync_inodes() for device flushingDave Chinner1-18/+25
2009-01-27[XFS] Warn on transaction in flight on read-only remountFelix Blyakher1-1/+5
2008-12-05[XFS] Remove unnecessary assertionLachlan McIlroy1-2/+0
2008-12-04move vn_iowait / vn_iowake into xfs_aops.cChristoph Hellwig1-1/+1
2008-11-10[XFS] Avoid using inodes that haven't been completely initialisedDave Chinner1-2/+3
2008-10-30[XFS] avoid all reclaimable inodes in xfs_sync_inodes_agDavid Chinner1-57/+18
2008-10-30[XFS] Prevent looping in xfs_sync_inodes_agDavid Chinner1-4/+22
2008-10-30[XFS] kill deleted inodes listDavid Chinner1-0/+6
2008-10-30[XFS] use the inode radix tree for reclaiming inodesDavid Chinner1-10/+71
2008-10-30[XFS] mark inodes for reclaim via a tag in the inode radix treeDavid Chinner1-0/+41
2008-10-30[XFS] rename inode reclaim functionsDavid Chinner1-5/+5
2008-10-30[XFS] move inode reclaim functions to xfs_sync.cDavid Chinner1-0/+91
2008-10-30[XFS] Move remaining quiesce code.David Chinner1-0/+55
2008-10-30[XFS] Kill xfs_sync()David Chinner1-117/+15
2008-10-30[XFS] Kill SYNC_CLOSEDavid Chinner1-29/+2
2008-10-30[XFS] make SYNC_DELWRI no longer use xfs_syncDavid Chinner1-1/+41
2008-10-30[XFS] make SYNC_ATTR no longer use xfs_syncDavid Chinner1-12/+11
2008-10-30[XFS] xfssyncd: don't call xfs_syncDavid Chinner1-2/+14
2008-10-30[XFS] kill xfs_syncsubDavid Chinner1-79/+62
2008-10-30[XFS] use xfs_sync_inodes rather than xfs_syncsubDavid Chinner1-14/+7
2008-10-30[XFS] Use struct inodes instead of vnodes to kill vn_grabDavid Chinner1-27/+26
2008-10-30[XFS] split out two helpers from xfs_syncsubChristoph Hellwig1-69/+93
2008-10-30[XFS] Use the inode tree for finding dirty inodesDavid Chinner1-260/+101