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