aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sync.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2015-11-06fs/sync.c: make sync_file_range(2) use WB_SYNC_NONE writebackJan Kara1-1/+2
2015-11-05mm/filemap.c: make global sync not clear error status of individual inodesJunichi Nomura1-1/+6
2015-02-05vfs: add support for a lazytime mount optionTheodore Ts'o1-0/+8
2014-11-19kill f_dentry usesAl Viro1-1/+1
2014-09-05Export sync_filesystem() for modular ->remount_fs() useAnton Altaparmakov1-1/+1
2014-02-22Revert "writeback: do not sync data dirtied after sync start"Jan Kara1-9/+6
2014-02-09fix O_SYNC|O_APPEND syncing the wrong range on write()Al Viro1-17/+0
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds1-6/+9
2013-11-13writeback: do not sync data dirtied after sync startJan Kara1-6/+9
2013-10-24file->f_op is never NULL...Al Viro1-1/+1
2013-03-03teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long longAl Viro1-22/+4
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2012-09-26switch simple cases of fget_light to fdgetAl Viro1-19/+14
2012-07-22vfs: Avoid unnecessary WB_SYNC_NONE writeback during sys_sync and reorder sync passesJan Kara1-10/+9
2012-07-22vfs: Remove unnecessary flushing of block devicesJan Kara1-8/+8
2012-07-22vfs: Make sys_sync writeout also block device inodesJan Kara1-7/+11
2012-07-22vfs: Reorder operations during sys_syncJan Kara1-12/+34
2012-07-22quota: Move quota syncing to ->sync_fs methodJan Kara1-3/+0
2012-07-22quota: Split dquot_quota_sync() to writeback and cache flushing partJan Kara1-1/+1
2012-07-22vfs: Move noop_backing_dev_info check from sync into writebackJan Kara1-7/+0
2012-05-29switch do_fsync() to fget_light()Al Viro1-2/+3
2012-02-28fs: reduce the use of module.h wherever possiblePaul Gortmaker1-1/+1
2012-01-03fs: move code out of buffer.cAl Viro1-1/+0
2011-10-31writeback: Add a 'reason' to wb_writeback_workCurt Wohlgemuth1-2/+2
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik1-22/+3
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+2
2011-03-21introduce sys_syncfs to sync a single file systemSage Weil1-0/+24
2011-03-17fs: assign sb->s_bdi to default_backing_dev_info if the bdi is going awayJens Axboe1-2/+2
2010-08-09get rid of file_fsync()Al Viro1-25/+0
2010-06-01Merge branch 'master' into for-linusJens Axboe1-5/+3
2010-06-01Revert "writeback: fix WB_SYNC_NONE writeback from umount"Jens Axboe1-1/+1
2010-05-27drop unused dentry argument to ->fsyncChristoph Hellwig1-5/+3
2010-05-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-72/+14
2010-05-21sanitize vfs_fsync calling conventionsChristoph Hellwig1-34/+8
2010-05-21new helper: iterate_supers()Al Viro1-19/+6
2010-05-21get rid of restarts in sync_filesystems()Al Viro1-25/+3
2010-05-21Leave superblocks on s_list until the endAl Viro1-1/+4
2010-05-17writeback: fix WB_SYNC_NONE writeback from umountJens Axboe1-1/+1
2010-04-25Catch filesystems lacking s_bdiJörn Engel1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-05quota: move code from sync_quota_sb into vfs_quota_syncChristoph Hellwig1-7/+7
2009-12-17fold do_sync_file_range into sys_sync_file_rangeChristoph Hellwig1-36/+23
2009-12-10kill wait_on_page_writeback_rangeChristoph Hellwig1-6/+2
2009-12-10vfs: Implement proper O_SYNC semanticsChristoph Hellwig1-2/+3
2009-09-23fs/buffer.c: clean up EXPORT* macrosH Hartley Sweeten1-0/+1
2009-09-16fs: Assign bdi in super_blockJens Axboe1-1/+8
2009-09-14fsync: wait for data writeout completion before calling ->fsyncChristoph Hellwig1-4/+1
2009-09-14vfs: Introduce new helpers for syncing after writing to O_SYNC file or IS_SYNC inodeJan Kara1-7/+48
2009-09-11writeback: switch to per-bdi threads for flushing dataJens Axboe1-1/+1