summaryrefslogtreecommitdiff
path: root/fs/sync.c
AgeCommit message (Expand)Author
2025-12-01Merge tag 'vfs-6.19-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-12-01Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-11-05fs: fully sync all fses even for an emergency syncQu Wenruo
2025-11-05fs: do not pass a parameter for sync_inodes_one_sb()Qu Wenruo
2025-10-29mm: rename filemap_fdatawrite_range_kick to filemap_flush_rangeChristoph Hellwig
2025-10-29mm: remove __filemap_fdatawrite_rangeChristoph Hellwig
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik
2024-11-03fdget(), trivial conversionsAl Viro
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro
2022-04-26riscv: compat: syscall: Add compat_sys_call_table implementationGuo Ren
2022-01-30vfs: make sync_filesystem return errors from ->sync_fsDarrick J. Wong
2021-10-22block: simplify the block device syncing codeChristoph Hellwig
2021-10-22block: remove __sync_blockdevChristoph Hellwig
2021-10-22fs: remove __sync_filesystemChristoph Hellwig
2020-06-09Merge tag 'ovl-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2020-06-02vfs: track per-sb writeback errors and report them to syncfsJeff Layton
2020-05-13ovl: skip overlayfs superblocks at global syncKonstantin Khlebnikov
2019-05-14fs/sync.c: sync_file_range(2) may use WB_SYNC_ALL writebackAmir Goldstein
2019-05-02fs: add sync_file_range() helperJens Axboe
2018-04-04Merge tag 'xfs-4.17-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2018-04-02fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscallDominik Brodowski
2018-04-02fs: add ksys_sync() helper; remove in-kernel calls to sys_sync()Dominik Brodowski
2018-03-11fs: don't clear I_DIRTY_TIME before calling mark_inode_dirty_syncChristoph Hellwig
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-03fs: kill 'nr_pages' argument from wakeup_flusher_threads()Jens Axboe
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-09-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-09-06fs/sync.c: remove unnecessary NULL f_mapping check in sync_file_rangeJeff Layton
2017-08-01fs: convert sync_file_range to use errseq_t based error-trackingJeff Layton
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2017-07-05fs: remove call_fsync helper functionJeff Layton
2017-02-20vfs: use helper for calling f_op->fsync()Miklos Szeredi
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2015-11-06fs/sync.c: make sync_file_range(2) use WB_SYNC_NONE writebackJan Kara
2015-11-05mm/filemap.c: make global sync not clear error status of individual inodesJunichi Nomura
2015-02-05vfs: add support for a lazytime mount optionTheodore Ts'o
2014-11-19kill f_dentry usesAl Viro
2014-09-05Export sync_filesystem() for modular ->remount_fs() useAnton Altaparmakov
2014-02-22Revert "writeback: do not sync data dirtied after sync start"Jan Kara
2014-02-09fix O_SYNC|O_APPEND syncing the wrong range on write()Al Viro
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds
2013-11-13writeback: do not sync data dirtied after sync startJan Kara
2013-10-24file->f_op is never NULL...Al Viro
2013-03-03teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long longAl Viro
2013-02-22new helper: file_inode(file)Al Viro
2012-09-26switch simple cases of fget_light to fdgetAl Viro
2012-07-22vfs: Avoid unnecessary WB_SYNC_NONE writeback during sys_sync and reorder syn...Jan Kara
2012-07-22vfs: Remove unnecessary flushing of block devicesJan Kara
2012-07-22vfs: Make sys_sync writeout also block device inodesJan Kara