summaryrefslogtreecommitdiff
path: root/fs/xfs/linux-2.6/xfs_sync.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-10-30[XFS] Remove xfs_iflush_all and clean up xfs_finish_reclaim_all()David Chinner1-1/+1
2008-10-30[XFS] move xfssyncd code to xfs_sync.cDavid Chinner1-0/+163
2008-10-30[XFS] move sync code to its own fileDavid Chinner1-0/+605