summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_sync.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-17xfs: rename xfs_sync.[ch] to xfs_icache.[ch]Dave Chinner1-714/+0
2012-10-17xfs: move xfs_quiesce_attr() into xfs_super.cDave Chinner1-65/+0
2012-10-17xfs: xfs_sync_fsdata is redundantDave Chinner1-59/+8
2012-10-17xfs: syncd workqueue is no moreDave Chinner1-11/+9
2012-10-17xfs: xfs_sync_data is redundant.Dave Chinner1-78/+0
2012-10-17xfs: sync work is now only periodic log workDave Chinner1-36/+3
2012-10-17xfs: don't run the sync work if the filesystem is read-onlyDave Chinner1-13/+16
2012-10-17xfs: rationalise xfs_mount_wq usersDave Chinner1-16/+5
2012-10-17xfs: xfs_syncd_stop must dieDave Chinner1-26/+4
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2012-07-31xfs: Convert to new freezing codeJan Kara1-1/+1
2012-07-29xfs: wait for the write the superblock on unmountMark Tinguely1-0/+9
2012-07-22xfs: merge xfs_itobp into xfs_imap_to_bpChristoph Hellwig1-2/+2
2012-06-21xfs: shutdown xfs_sync_worker before the logBen Myers1-16/+16
2012-06-21xfs: shutdown xfs_sync_worker before the logBen Myers1-16/+16
2012-05-15xfs: protect xfs_sync_worker with s_umount semaphoreBen Myers1-13/+16
2012-05-14xfs: clean up xfs_bit.h includesDave Chinner1-1/+0
2012-05-14xfs: pass shutdown method into xfs_trans_ail_delete_bulkDave Chinner1-1/+1
2012-05-14xfs: on-stack delayed write buffer listsChristoph Hellwig1-18/+0
2012-05-14xfs: do not write the buffer from xfs_iflushChristoph Hellwig1-14/+15
2012-05-14xfs: don't flush inodes from background inode reclaimChristoph Hellwig1-60/+42
2012-05-14xfs: implement freezing by emptying the AILChristoph Hellwig1-83/+13
2012-05-14xfs: remove log item from AIL in xfs_iflush after a shutdownChristoph Hellwig1-0/+1
2012-04-17xfs: Ensure inode reclaim can run during quotacheckDave Chinner1-10/+9
2012-03-13xfs: log timestamp updatesChristoph Hellwig1-36/+0
2012-02-25xfs: only take the ILOCK in xfs_reclaim_inode()Alex Elder1-6/+4
2012-01-17xfs: replace i_flock with a sleeping bitlockChristoph Hellwig1-5/+4
2012-01-08Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds1-5/+1
2011-12-23xfs: log all dirty inodes in xfs_fs_sync_fsChristoph Hellwig1-0/+36
2011-12-12xfs: remove xfs_qm_syncChristoph Hellwig1-5/+1
2011-11-29xfs: force buffer writeback before blocking on the ilock in inode reclaimChristoph Hellwig1-0/+11
2011-10-11xfs: remove XFS_bflushChristoph Hellwig1-1/+1
2011-10-11xfs: remove i_iocountChristoph Hellwig1-6/+2
2011-10-11xfs: let xfs_bwrite callers handle the xfs_buf_relseChristoph Hellwig1-2/+4
2011-08-12xfs: remove subdirectoriesChristoph Hellwig1-0/+1065