aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_sync.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* xfs: make inode flush at ENOSPC synchronousDave Chinner2009-04-061-25/+0
* xfs: use xfs_sync_inodes() for device flushingDave Chinner2009-04-061-18/+25
* [XFS] Warn on transaction in flight on read-only remountFelix Blyakher2009-01-271-1/+5
* [XFS] Remove unnecessary assertionLachlan McIlroy2008-12-051-2/+0
* move vn_iowait / vn_iowake into xfs_aops.cChristoph Hellwig2008-12-041-1/+1
* [XFS] Avoid using inodes that haven't been completely initialisedDave Chinner2008-11-101-2/+3
* [XFS] avoid all reclaimable inodes in xfs_sync_inodes_agDavid Chinner2008-10-301-57/+18
* [XFS] Prevent looping in xfs_sync_inodes_agDavid Chinner2008-10-301-4/+22
* [XFS] kill deleted inodes listDavid Chinner2008-10-301-0/+6
* [XFS] use the inode radix tree for reclaiming inodesDavid Chinner2008-10-301-10/+71
* [XFS] mark inodes for reclaim via a tag in the inode radix treeDavid Chinner2008-10-301-0/+41
* [XFS] rename inode reclaim functionsDavid Chinner2008-10-301-5/+5
* [XFS] move inode reclaim functions to xfs_sync.cDavid Chinner2008-10-301-0/+91
* [XFS] Move remaining quiesce code.David Chinner2008-10-301-0/+55
* [XFS] Kill xfs_sync()David Chinner2008-10-301-117/+15
* [XFS] Kill SYNC_CLOSEDavid Chinner2008-10-301-29/+2
* [XFS] make SYNC_DELWRI no longer use xfs_syncDavid Chinner2008-10-301-1/+41
* [XFS] make SYNC_ATTR no longer use xfs_syncDavid Chinner2008-10-301-12/+11
* [XFS] xfssyncd: don't call xfs_syncDavid Chinner2008-10-301-2/+14
* [XFS] kill xfs_syncsubDavid Chinner2008-10-301-79/+62
* [XFS] use xfs_sync_inodes rather than xfs_syncsubDavid Chinner2008-10-301-14/+7
* [XFS] Use struct inodes instead of vnodes to kill vn_grabDavid Chinner2008-10-301-27/+26
* [XFS] split out two helpers from xfs_syncsubChristoph Hellwig2008-10-301-69/+93
* [XFS] Use the inode tree for finding dirty inodesDavid Chinner2008-10-301-260/+101
* [XFS] Remove xfs_iflush_all and clean up xfs_finish_reclaim_all()David Chinner2008-10-301-1/+1
* [XFS] move xfssyncd code to xfs_sync.cDavid Chinner2008-10-301-0/+163
* [XFS] move sync code to its own fileDavid Chinner2008-10-301-0/+605