index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
sync.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
block: simplify the block device syncing code
Christoph Hellwig
2021-10-22
1
-19
/
+4
*
block: remove __sync_blockdev
Christoph Hellwig
2021-10-22
1
-3
/
+4
*
fs: remove __sync_filesystem
Christoph Hellwig
2021-10-22
1
-21
/
+17
*
Merge tag 'ovl-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
2020-06-09
1
-1
/
+2
|
\
|
*
ovl: skip overlayfs superblocks at global sync
Konstantin Khlebnikov
2020-05-13
1
-1
/
+2
*
|
vfs: track per-sb writeback errors and report them to syncfs
Jeff Layton
2020-06-02
1
-2
/
+4
|
/
*
fs/sync.c: sync_file_range(2) may use WB_SYNC_ALL writeback
Amir Goldstein
2019-05-14
1
-6
/
+15
*
fs: add sync_file_range() helper
Jens Axboe
2019-05-02
1
-64
/
+71
*
Merge tag 'xfs-4.17-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2018-04-04
1
-5
/
+1
|
\
|
*
fs: don't clear I_DIRTY_TIME before calling mark_inode_dirty_sync
Christoph Hellwig
2018-03-11
1
-5
/
+1
*
|
fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscall
Dominik Brodowski
2018-04-02
1
-3
/
+9
*
|
fs: add ksys_sync() helper; remove in-kernel calls to sys_sync()
Dominik Brodowski
2018-04-02
1
-1
/
+6
|
/
*
Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-11-14
1
-1
/
+1
|
\
|
*
fs: kill 'nr_pages' argument from wakeup_flusher_threads()
Jens Axboe
2017-10-03
1
-1
/
+1
*
|
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
|
/
*
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2017-09-14
1
-3
/
+3
|
\
|
*
VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)
David Howells
2017-07-17
1
-3
/
+3
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2017-09-06
1
-5
/
+0
|
\
\
|
*
|
fs/sync.c: remove unnecessary NULL f_mapping check in sync_file_range
Jeff Layton
2017-09-06
1
-5
/
+0
|
|
/
*
/
fs: convert sync_file_range to use errseq_t based error-tracking
Jeff Layton
2017-08-01
1
-2
/
+2
|
/
*
fs: remove call_fsync helper function
Jeff Layton
2017-07-05
1
-1
/
+1
*
vfs: use helper for calling f_op->fsync()
Miklos Szeredi
2017-02-20
1
-1
/
+1
*
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
2016-04-04
1
-2
/
+2
*
fs/sync.c: make sync_file_range(2) use WB_SYNC_NONE writeback
Jan Kara
2015-11-06
1
-1
/
+2
*
mm/filemap.c: make global sync not clear error status of individual inodes
Junichi Nomura
2015-11-05
1
-1
/
+6
*
vfs: add support for a lazytime mount option
Theodore Ts'o
2015-02-05
1
-0
/
+8
*
kill f_dentry uses
Al Viro
2014-11-19
1
-1
/
+1
*
Export sync_filesystem() for modular ->remount_fs() use
Anton Altaparmakov
2014-09-05
1
-1
/
+1
*
Revert "writeback: do not sync data dirtied after sync start"
Jan Kara
2014-02-22
1
-9
/
+6
*
fix O_SYNC|O_APPEND syncing the wrong range on write()
Al Viro
2014-02-09
1
-17
/
+0
*
Merge branch 'akpm' (patches from Andrew Morton)
Linus Torvalds
2013-11-13
1
-6
/
+9
|
\
|
*
writeback: do not sync data dirtied after sync start
Jan Kara
2013-11-13
1
-6
/
+9
*
|
file->f_op is never NULL...
Al Viro
2013-10-24
1
-1
/
+1
|
/
*
teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long long
Al Viro
2013-03-03
1
-22
/
+4
*
new helper: file_inode(file)
Al Viro
2013-02-22
1
-1
/
+1
*
switch simple cases of fget_light to fdget
Al Viro
2012-09-26
1
-19
/
+14
*
vfs: Avoid unnecessary WB_SYNC_NONE writeback during sys_sync and reorder syn...
Jan Kara
2012-07-22
1
-10
/
+9
*
vfs: Remove unnecessary flushing of block devices
Jan Kara
2012-07-22
1
-8
/
+8
*
vfs: Make sys_sync writeout also block device inodes
Jan Kara
2012-07-22
1
-7
/
+11
*
vfs: Reorder operations during sys_sync
Jan Kara
2012-07-22
1
-12
/
+34
*
quota: Move quota syncing to ->sync_fs method
Jan Kara
2012-07-22
1
-3
/
+0
*
quota: Split dquot_quota_sync() to writeback and cache flushing part
Jan Kara
2012-07-22
1
-1
/
+1
*
vfs: Move noop_backing_dev_info check from sync into writeback
Jan Kara
2012-07-22
1
-7
/
+0
*
switch do_fsync() to fget_light()
Al Viro
2012-05-29
1
-2
/
+3
*
fs: reduce the use of module.h wherever possible
Paul Gortmaker
2012-02-28
1
-1
/
+1
*
fs: move code out of buffer.c
Al Viro
2012-01-03
1
-1
/
+0
*
writeback: Add a 'reason' to wb_writeback_work
Curt Wohlgemuth
2011-10-31
1
-2
/
+2
*
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
Josef Bacik
2011-07-20
1
-22
/
+3
*
Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
2011-03-24
1
-2
/
+2
|
\
|
*
fs: assign sb->s_bdi to default_backing_dev_info if the bdi is going away
Jens Axboe
2011-03-17
1
-2
/
+2
[next]