aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sync.c
Commit message (Expand)AuthorAgeFilesLines
* switch simple cases of fget_light to fdgetAl Viro2012-09-261-19/+14
* vfs: Avoid unnecessary WB_SYNC_NONE writeback during sys_sync and reorder syn...Jan Kara2012-07-221-10/+9
* vfs: Remove unnecessary flushing of block devicesJan Kara2012-07-221-8/+8
* vfs: Make sys_sync writeout also block device inodesJan Kara2012-07-221-7/+11
* vfs: Reorder operations during sys_syncJan Kara2012-07-221-12/+34
* quota: Move quota syncing to ->sync_fs methodJan Kara2012-07-221-3/+0
* quota: Split dquot_quota_sync() to writeback and cache flushing partJan Kara2012-07-221-1/+1
* vfs: Move noop_backing_dev_info check from sync into writebackJan Kara2012-07-221-7/+0
* switch do_fsync() to fget_light()Al Viro2012-05-291-2/+3
* fs: reduce the use of module.h wherever possiblePaul Gortmaker2012-02-281-1/+1
* fs: move code out of buffer.cAl Viro2012-01-031-1/+0
* writeback: Add a 'reason' to wb_writeback_workCurt Wohlgemuth2011-10-301-2/+2
* fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-201-22/+3
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-241-2/+2
|\
| * fs: assign sb->s_bdi to default_backing_dev_info if the bdi is going awayJens Axboe2011-03-171-2/+2
* | introduce sys_syncfs to sync a single file systemSage Weil2011-03-201-0/+24
|/
* get rid of file_fsync()Al Viro2010-08-091-25/+0
* Merge branch 'master' into for-linusJens Axboe2010-06-011-5/+3
|\
| * drop unused dentry argument to ->fsyncChristoph Hellwig2010-05-271-5/+3
* | Revert "writeback: fix WB_SYNC_NONE writeback from umount"Jens Axboe2010-06-011-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-05-211-72/+14
|\
| * sanitize vfs_fsync calling conventionsChristoph Hellwig2010-05-211-34/+8
| * new helper: iterate_supers()Al Viro2010-05-211-19/+6
| * get rid of restarts in sync_filesystems()Al Viro2010-05-211-25/+3
| * Leave superblocks on s_list until the endAl Viro2010-05-211-1/+4
* | writeback: fix WB_SYNC_NONE writeback from umountJens Axboe2010-05-171-1/+1
|/
* Catch filesystems lacking s_bdiJörn Engel2010-04-251-1/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* quota: move code from sync_quota_sb into vfs_quota_syncChristoph Hellwig2010-03-041-7/+7
* fold do_sync_file_range into sys_sync_file_rangeChristoph Hellwig2009-12-171-36/+23
* kill wait_on_page_writeback_rangeChristoph Hellwig2009-12-101-6/+2
* vfs: Implement proper O_SYNC semanticsChristoph Hellwig2009-12-101-2/+3
* fs/buffer.c: clean up EXPORT* macrosH Hartley Sweeten2009-09-231-0/+1
* fs: Assign bdi in super_blockJens Axboe2009-09-161-1/+8
* fsync: wait for data writeout completion before calling ->fsyncChristoph Hellwig2009-09-141-4/+1
* vfs: Introduce new helpers for syncing after writing to O_SYNC file or IS_SYN...Jan Kara2009-09-141-7/+48
* writeback: switch to per-bdi threads for flushing dataJens Axboe2009-09-111-1/+1
* writeback: get rid of generic_sync_sb_inodes() exportJens Axboe2009-09-111-8/+10
* sys_sync(): fix 16% performance regression in ffsb create_4k testZhang, Yanmin2009-07-061-0/+5
* remove the call to ->write_super in __sync_filesystemChristoph Hellwig2009-06-111-2/+0
* ->write_super lock_super pushdownChristoph Hellwig2009-06-111-4/+0
* enforce ->sync_fs is only called for rw superblockChristoph Hellwig2009-06-111-7/+16
* quota: Introduce writeout_quota_sb() (version 4)Jan Kara2009-06-111-1/+5
* quota: cleanup dquota sync functions (version 4)Christoph Hellwig2009-06-111-1/+1
* vfs: Rename fsync_super() to sync_filesystem() (version 4)Jan Kara2009-06-111-6/+6
* vfs: Move syncing code from super.c to sync.c (version 4)Jan Kara2009-06-111-0/+85
* vfs: Make sys_sync() use fsync_super() (version 4)Jan Kara2009-06-111-21/+10
* vfs: Fix sys_sync() and fsync_super() reliability (version 4)Jan Kara2009-06-111-1/+3
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2009-03-271-1/+1
|\
| * vfs: Use lowercase names of quota functionsJan Kara2009-03-251-1/+1