| Commit message (Expand) | Author | Age | Files | Lines |
* | vfs: Avoid unnecessary WB_SYNC_NONE writeback during sys_sync and reorder syn... | Jan Kara | 2012-07-22 | 1 | -10/+9 |
* | vfs: Remove unnecessary flushing of block devices | Jan Kara | 2012-07-22 | 1 | -8/+8 |
* | vfs: Make sys_sync writeout also block device inodes | Jan Kara | 2012-07-22 | 1 | -7/+11 |
* | vfs: Reorder operations during sys_sync | Jan Kara | 2012-07-22 | 1 | -12/+34 |
* | quota: Move quota syncing to ->sync_fs method | Jan Kara | 2012-07-22 | 1 | -3/+0 |
* | quota: Split dquot_quota_sync() to writeback and cache flushing part | Jan Kara | 2012-07-22 | 1 | -1/+1 |
* | vfs: Move noop_backing_dev_info check from sync into writeback | Jan Kara | 2012-07-22 | 1 | -7/+0 |
* | switch do_fsync() to fget_light() | Al Viro | 2012-05-30 | 1 | -2/+3 |
* | fs: reduce the use of module.h wherever possible | Paul Gortmaker | 2012-02-29 | 1 | -1/+1 |
* | fs: move code out of buffer.c | Al Viro | 2012-01-04 | 1 | -1/+0 |
* | writeback: Add a 'reason' to wb_writeback_work | Curt Wohlgemuth | 2011-10-30 | 1 | -2/+2 |
* | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers | Josef Bacik | 2011-07-21 | 1 | -22/+3 |
* | Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 2011-03-24 | 1 | -2/+2 |
|\ |
|
| * | fs: assign sb->s_bdi to default_backing_dev_info if the bdi is going away | Jens Axboe | 2011-03-17 | 1 | -2/+2 |
* | | introduce sys_syncfs to sync a single file system | Sage Weil | 2011-03-21 | 1 | -0/+24 |
|/ |
|
* | get rid of file_fsync() | Al Viro | 2010-08-09 | 1 | -25/+0 |
* | Merge branch 'master' into for-linus | Jens Axboe | 2010-06-01 | 1 | -5/+3 |
|\ |
|
| * | drop unused dentry argument to ->fsync | Christoph Hellwig | 2010-05-28 | 1 | -5/+3 |
* | | Revert "writeback: fix WB_SYNC_NONE writeback from umount" | Jens Axboe | 2010-06-01 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2010-05-22 | 1 | -72/+14 |
|\ |
|
| * | sanitize vfs_fsync calling conventions | Christoph Hellwig | 2010-05-22 | 1 | -34/+8 |
| * | new helper: iterate_supers() | Al Viro | 2010-05-22 | 1 | -19/+6 |
| * | get rid of restarts in sync_filesystems() | Al Viro | 2010-05-22 | 1 | -25/+3 |
| * | Leave superblocks on s_list until the end | Al Viro | 2010-05-22 | 1 | -1/+4 |
* | | writeback: fix WB_SYNC_NONE writeback from umount | Jens Axboe | 2010-05-17 | 1 | -1/+1 |
|/ |
|
* | Catch filesystems lacking s_bdi | Jörn Engel | 2010-04-25 | 1 | -1/+2 |
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 2010-03-30 | 1 | -0/+1 |
* | quota: move code from sync_quota_sb into vfs_quota_sync | Christoph Hellwig | 2010-03-05 | 1 | -7/+7 |
* | fold do_sync_file_range into sys_sync_file_range | Christoph Hellwig | 2009-12-17 | 1 | -36/+23 |
* | kill wait_on_page_writeback_range | Christoph Hellwig | 2009-12-10 | 1 | -6/+2 |
* | vfs: Implement proper O_SYNC semantics | Christoph Hellwig | 2009-12-10 | 1 | -2/+3 |
* | fs/buffer.c: clean up EXPORT* macros | H Hartley Sweeten | 2009-09-23 | 1 | -0/+1 |
* | fs: Assign bdi in super_block | Jens Axboe | 2009-09-16 | 1 | -1/+8 |
* | fsync: wait for data writeout completion before calling ->fsync | Christoph Hellwig | 2009-09-14 | 1 | -4/+1 |
* | vfs: Introduce new helpers for syncing after writing to O_SYNC file or IS_SYN... | Jan Kara | 2009-09-14 | 1 | -7/+48 |
* | writeback: switch to per-bdi threads for flushing data | Jens Axboe | 2009-09-11 | 1 | -1/+1 |
* | writeback: get rid of generic_sync_sb_inodes() export | Jens Axboe | 2009-09-11 | 1 | -8/+10 |
* | sys_sync(): fix 16% performance regression in ffsb create_4k test | Zhang, Yanmin | 2009-07-06 | 1 | -0/+5 |
* | remove the call to ->write_super in __sync_filesystem | Christoph Hellwig | 2009-06-12 | 1 | -2/+0 |
* | ->write_super lock_super pushdown | Christoph Hellwig | 2009-06-12 | 1 | -4/+0 |
* | enforce ->sync_fs is only called for rw superblock | Christoph Hellwig | 2009-06-12 | 1 | -7/+16 |
* | quota: Introduce writeout_quota_sb() (version 4) | Jan Kara | 2009-06-12 | 1 | -1/+5 |
* | quota: cleanup dquota sync functions (version 4) | Christoph Hellwig | 2009-06-12 | 1 | -1/+1 |
* | vfs: Rename fsync_super() to sync_filesystem() (version 4) | Jan Kara | 2009-06-12 | 1 | -6/+6 |
* | vfs: Move syncing code from super.c to sync.c (version 4) | Jan Kara | 2009-06-12 | 1 | -0/+85 |
* | vfs: Make sys_sync() use fsync_super() (version 4) | Jan Kara | 2009-06-12 | 1 | -21/+10 |
* | vfs: Fix sys_sync() and fsync_super() reliability (version 4) | Jan Kara | 2009-06-12 | 1 | -1/+3 |
* | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2009-03-27 | 1 | -1/+1 |
|\ |
|
| * | vfs: Use lowercase names of quota functions | Jan Kara | 2009-03-26 | 1 | -1/+1 |
* | | Get rid of pdflush_operation() in emergency sync and remount | Jens Axboe | 2009-03-26 | 1 | -1/+13 |
|/ |
|