index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
sync.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-05-21
sync_file_range: delete dead S_ISLNK code
Alexey Dobriyan
1
-2
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2026-02-12
Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+0
2026-01-20
mm/block/fs: remove laptop_mode
Johannes Weiner
1
-2
/
+0
2026-01-12
fs: factor out a sync_lazytime helper
Christoph Hellwig
1
-2
/
+2
2025-12-01
Merge tag 'vfs-6.19-rc1.writeback' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-6
/
+4
2025-12-01
Merge tag 'vfs-6.19-rc1.inode' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2025-11-05
fs: fully sync all fses even for an emergency sync
Qu Wenruo
1
-1
/
+2
2025-11-05
fs: do not pass a parameter for sync_inodes_one_sb()
Qu Wenruo
1
-2
/
+2
2025-10-29
mm: rename filemap_fdatawrite_range_kick to filemap_flush_range
Christoph Hellwig
1
-2
/
+1
2025-10-29
mm: remove __filemap_fdatawrite_range
Christoph Hellwig
1
-6
/
+5
2025-10-20
Coccinelle-based conversion to use ->i_state accessors
Mateusz Guzik
1
-1
/
+1
2024-11-03
fdget(), trivial conversions
Al Viro
1
-18
/
+11
2024-08-12
introduce fd_file(), convert all accessors to it.
Al Viro
1
-7
/
+7
2022-04-26
riscv: compat: syscall: Add compat_sys_call_table implementation
Guo Ren
1
-0
/
+9
2022-01-30
vfs: make sync_filesystem return errors from ->sync_fs
Darrick J. Wong
1
-6
/
+12
2021-10-22
block: simplify the block device syncing code
Christoph Hellwig
1
-19
/
+4
2021-10-22
block: remove __sync_blockdev
Christoph Hellwig
1
-3
/
+4
2021-10-22
fs: remove __sync_filesystem
Christoph Hellwig
1
-21
/
+17
2020-06-09
Merge tag 'ovl-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
1
-1
/
+2
2020-06-02
vfs: track per-sb writeback errors and report them to syncfs
Jeff Layton
1
-2
/
+4
2020-05-13
ovl: skip overlayfs superblocks at global sync
Konstantin Khlebnikov
1
-1
/
+2
2019-05-14
fs/sync.c: sync_file_range(2) may use WB_SYNC_ALL writeback
Amir Goldstein
1
-6
/
+15
2019-05-02
fs: add sync_file_range() helper
Jens Axboe
1
-64
/
+71
2018-04-04
Merge tag 'xfs-4.17-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-5
/
+1
2018-04-02
fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscall
Dominik Brodowski
1
-3
/
+9
2018-04-02
fs: add ksys_sync() helper; remove in-kernel calls to sys_sync()
Dominik Brodowski
1
-1
/
+6
2018-03-11
fs: don't clear I_DIRTY_TIME before calling mark_inode_dirty_sync
Christoph Hellwig
1
-5
/
+1
2017-11-14
Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-03
fs: kill 'nr_pages' argument from wakeup_flusher_threads()
Jens Axboe
1
-1
/
+1
2017-09-14
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-3
/
+3
2017-09-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-5
/
+0
2017-09-06
fs/sync.c: remove unnecessary NULL f_mapping check in sync_file_range
Jeff Layton
1
-5
/
+0
2017-08-01
fs: convert sync_file_range to use errseq_t based error-tracking
Jeff Layton
1
-2
/
+2
2017-07-17
VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)
David Howells
1
-3
/
+3
2017-07-05
fs: remove call_fsync helper function
Jeff Layton
1
-1
/
+1
2017-02-20
vfs: use helper for calling f_op->fsync()
Miklos Szeredi
1
-1
/
+1
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
1
-2
/
+2
2015-11-06
fs/sync.c: make sync_file_range(2) use WB_SYNC_NONE writeback
Jan Kara
1
-1
/
+2
2015-11-05
mm/filemap.c: make global sync not clear error status of individual inodes
Junichi Nomura
1
-1
/
+6
2015-02-05
vfs: add support for a lazytime mount option
Theodore Ts'o
1
-0
/
+8
2014-11-19
kill f_dentry uses
Al Viro
1
-1
/
+1
2014-09-05
Export sync_filesystem() for modular ->remount_fs() use
Anton Altaparmakov
1
-1
/
+1
2014-02-22
Revert "writeback: do not sync data dirtied after sync start"
Jan Kara
1
-9
/
+6
2014-02-09
fix O_SYNC|O_APPEND syncing the wrong range on write()
Al Viro
1
-17
/
+0
2013-11-13
Merge branch 'akpm' (patches from Andrew Morton)
Linus Torvalds
1
-6
/
+9
2013-11-13
writeback: do not sync data dirtied after sync start
Jan Kara
1
-6
/
+9
2013-10-24
file->f_op is never NULL...
Al Viro
1
-1
/
+1
2013-03-03
teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long long
Al Viro
1
-22
/
+4
[next]