aboutsummaryrefslogtreecommitdiffstats
path: root/fs/sync.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-22block: simplify the block device syncing codeChristoph Hellwig1-19/+4
2021-10-22block: remove __sync_blockdevChristoph Hellwig1-3/+4
2021-10-22fs: remove __sync_filesystemChristoph Hellwig1-21/+17
2020-06-09Merge tag 'ovl-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfsLinus Torvalds1-1/+2
2020-06-02vfs: track per-sb writeback errors and report them to syncfsJeff Layton1-2/+4
2020-05-13ovl: skip overlayfs superblocks at global syncKonstantin Khlebnikov1-1/+2
2019-05-14fs/sync.c: sync_file_range(2) may use WB_SYNC_ALL writebackAmir Goldstein1-6/+15
2019-05-02fs: add sync_file_range() helperJens Axboe1-64/+71
2018-04-04Merge tag 'xfs-4.17-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-5/+1
2018-04-02fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscallDominik Brodowski1-3/+9
2018-04-02fs: add ksys_sync() helper; remove in-kernel calls to sys_sync()Dominik Brodowski1-1/+6
2018-03-11fs: don't clear I_DIRTY_TIME before calling mark_inode_dirty_syncChristoph Hellwig1-5/+1
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-03fs: kill 'nr_pages' argument from wakeup_flusher_threads()Jens Axboe1-1/+1
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2017-09-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-5/+0
2017-09-06fs/sync.c: remove unnecessary NULL f_mapping check in sync_file_rangeJeff Layton1-5/+0
2017-08-01fs: convert sync_file_range to use errseq_t based error-trackingJeff Layton1-2/+2
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-3/+3
2017-07-05fs: remove call_fsync helper functionJeff Layton1-1/+1
2017-02-20vfs: use helper for calling f_op->fsync()Miklos Szeredi1-1/+1
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