aboutsummaryrefslogtreecommitdiff
path: root/fs/sync.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-26riscv: compat: syscall: Add compat_sys_call_table implementationGravatar Guo Ren 1-0/+9
2022-01-30vfs: make sync_filesystem return errors from ->sync_fsGravatar Darrick J. Wong 1-6/+12
2021-10-22block: simplify the block device syncing codeGravatar Christoph Hellwig 1-19/+4
2021-10-22block: remove __sync_blockdevGravatar Christoph Hellwig 1-3/+4
2021-10-22fs: remove __sync_filesystemGravatar Christoph Hellwig 1-21/+17
2020-06-09Merge tag 'ovl-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Gravatar Linus Torvalds 1-1/+2
2020-06-02vfs: track per-sb writeback errors and report them to syncfsGravatar Jeff Layton 1-2/+4
2020-05-13ovl: skip overlayfs superblocks at global syncGravatar Konstantin Khlebnikov 1-1/+2
2019-05-14fs/sync.c: sync_file_range(2) may use WB_SYNC_ALL writebackGravatar Amir Goldstein 1-6/+15
2019-05-02fs: add sync_file_range() helperGravatar Jens Axboe 1-64/+71
2018-04-04Merge tag 'xfs-4.17-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxGravatar Linus Torvalds 1-5/+1
2018-04-02fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscallGravatar Dominik Brodowski 1-3/+9
2018-04-02fs: add ksys_sync() helper; remove in-kernel calls to sys_sync()Gravatar Dominik Brodowski 1-1/+6
2018-03-11fs: don't clear I_DIRTY_TIME before calling mark_inode_dirty_syncGravatar Christoph Hellwig 1-5/+1
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-03fs: kill 'nr_pages' argument from wakeup_flusher_threads()Gravatar Jens Axboe 1-1/+1
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-3/+3
2017-09-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-5/+0
2017-09-06fs/sync.c: remove unnecessary NULL f_mapping check in sync_file_rangeGravatar Jeff Layton 1-5/+0
2017-08-01fs: convert sync_file_range to use errseq_t based error-trackingGravatar Jeff Layton 1-2/+2
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)Gravatar David Howells 1-3/+3
2017-07-05fs: remove call_fsync helper functionGravatar Jeff Layton 1-1/+1
2017-02-20vfs: use helper for calling f_op->fsync()Gravatar Miklos Szeredi 1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-2/+2
2015-11-06fs/sync.c: make sync_file_range(2) use WB_SYNC_NONE writebackGravatar Jan Kara 1-1/+2
2015-11-05mm/filemap.c: make global sync not clear error status of individual inodesGravatar Junichi Nomura 1-1/+6
2015-02-05vfs: add support for a lazytime mount optionGravatar Theodore Ts'o 1-0/+8
2014-11-19kill f_dentry usesGravatar Al Viro 1-1/+1
2014-09-05Export sync_filesystem() for modular ->remount_fs() useGravatar Anton Altaparmakov 1-1/+1
2014-02-22Revert "writeback: do not sync data dirtied after sync start"Gravatar Jan Kara 1-9/+6
2014-02-09fix O_SYNC|O_APPEND syncing the wrong range on write()Gravatar Al Viro 1-17/+0
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Gravatar Linus Torvalds 1-6/+9
2013-11-13writeback: do not sync data dirtied after sync startGravatar Jan Kara 1-6/+9
2013-10-24file->f_op is never NULL...Gravatar Al Viro 1-1/+1
2013-03-03teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long longGravatar Al Viro 1-22/+4
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2012-09-26switch simple cases of fget_light to fdgetGravatar Al Viro 1-19/+14
2012-07-22vfs: Avoid unnecessary WB_SYNC_NONE writeback during sys_sync and reorder syn...Gravatar Jan Kara 1-10/+9
2012-07-22vfs: Remove unnecessary flushing of block devicesGravatar Jan Kara 1-8/+8
2012-07-22vfs: Make sys_sync writeout also block device inodesGravatar Jan Kara 1-7/+11
2012-07-22vfs: Reorder operations during sys_syncGravatar Jan Kara 1-12/+34
2012-07-22quota: Move quota syncing to ->sync_fs methodGravatar Jan Kara 1-3/+0
2012-07-22quota: Split dquot_quota_sync() to writeback and cache flushing partGravatar Jan Kara 1-1/+1
2012-07-22vfs: Move noop_backing_dev_info check from sync into writebackGravatar Jan Kara 1-7/+0
2012-05-29switch do_fsync() to fget_light()Gravatar Al Viro 1-2/+3
2012-02-28fs: reduce the use of module.h wherever possibleGravatar Paul Gortmaker 1-1/+1
2012-01-03fs: move code out of buffer.cGravatar Al Viro 1-1/+0
2011-10-31writeback: Add a 'reason' to wb_writeback_workGravatar Curt Wohlgemuth 1-2/+2
2011-07-20fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersGravatar Josef Bacik 1-22/+3