index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
sync.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-22
Revert "writeback: do not sync data dirtied after sync start"
Jan Kara
1
-9
/
+6
2014-02-10
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-25
file->f_op is never NULL...
Al Viro
1
-1
/
+1
2013-03-04
teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long long
Al Viro
1
-22
/
+4
2013-02-23
new helper: file_inode(file)
Al Viro
1
-1
/
+1
2012-09-27
switch simple cases of fget_light to fdget
Al Viro
1
-19
/
+14
2012-07-22
vfs: Avoid unnecessary WB_SYNC_NONE writeback during sys_sync and reorder syn...
Jan Kara
1
-10
/
+9
2012-07-22
vfs: Remove unnecessary flushing of block devices
Jan Kara
1
-8
/
+8
2012-07-22
vfs: Make sys_sync writeout also block device inodes
Jan Kara
1
-7
/
+11
2012-07-22
vfs: Reorder operations during sys_sync
Jan Kara
1
-12
/
+34
2012-07-22
quota: Move quota syncing to ->sync_fs method
Jan Kara
1
-3
/
+0
2012-07-22
quota: Split dquot_quota_sync() to writeback and cache flushing part
Jan Kara
1
-1
/
+1
2012-07-22
vfs: Move noop_backing_dev_info check from sync into writeback
Jan Kara
1
-7
/
+0
2012-05-30
switch do_fsync() to fget_light()
Al Viro
1
-2
/
+3
2012-02-29
fs: reduce the use of module.h wherever possible
Paul Gortmaker
1
-1
/
+1
2012-01-04
fs: move code out of buffer.c
Al Viro
1
-1
/
+0
2011-10-30
writeback: Add a 'reason' to wb_writeback_work
Curt Wohlgemuth
1
-2
/
+2
2011-07-21
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
Josef Bacik
1
-22
/
+3
2011-03-24
Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-2
/
+2
2011-03-21
introduce sys_syncfs to sync a single file system
Sage Weil
1
-0
/
+24
2011-03-17
fs: assign sb->s_bdi to default_backing_dev_info if the bdi is going away
Jens Axboe
1
-2
/
+2
2010-08-10
get rid of file_fsync()
Al Viro
1
-25
/
+0
2010-06-01
Merge branch 'master' into for-linus
Jens Axboe
1
-5
/
+3
2010-06-01
Revert "writeback: fix WB_SYNC_NONE writeback from umount"
Jens Axboe
1
-1
/
+1
2010-05-28
drop unused dentry argument to ->fsync
Christoph Hellwig
1
-5
/
+3
2010-05-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-72
/
+14
2010-05-22
sanitize vfs_fsync calling conventions
Christoph Hellwig
1
-34
/
+8
2010-05-22
new helper: iterate_supers()
Al Viro
1
-19
/
+6
2010-05-22
get rid of restarts in sync_filesystems()
Al Viro
1
-25
/
+3
2010-05-22
Leave superblocks on s_list until the end
Al Viro
1
-1
/
+4
2010-05-17
writeback: fix WB_SYNC_NONE writeback from umount
Jens Axboe
1
-1
/
+1
2010-04-25
Catch filesystems lacking s_bdi
Jörn Engel
1
-1
/
+2
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-05
quota: move code from sync_quota_sb into vfs_quota_sync
Christoph Hellwig
1
-7
/
+7
2009-12-17
fold do_sync_file_range into sys_sync_file_range
Christoph Hellwig
1
-36
/
+23
2009-12-10
kill wait_on_page_writeback_range
Christoph Hellwig
1
-6
/
+2
2009-12-10
vfs: Implement proper O_SYNC semantics
Christoph Hellwig
1
-2
/
+3
2009-09-23
fs/buffer.c: clean up EXPORT* macros
H Hartley Sweeten
1
-0
/
+1
2009-09-16
fs: Assign bdi in super_block
Jens Axboe
1
-1
/
+8
2009-09-14
fsync: wait for data writeout completion before calling ->fsync
Christoph Hellwig
1
-4
/
+1
2009-09-14
vfs: Introduce new helpers for syncing after writing to O_SYNC file or IS_SYN...
Jan Kara
1
-7
/
+48
2009-09-11
writeback: switch to per-bdi threads for flushing data
Jens Axboe
1
-1
/
+1
2009-09-11
writeback: get rid of generic_sync_sb_inodes() export
Jens Axboe
1
-8
/
+10
2009-07-07
sys_sync(): fix 16% performance regression in ffsb create_4k test
Zhang, Yanmin
1
-0
/
+5
2009-06-12
remove the call to ->write_super in __sync_filesystem
Christoph Hellwig
1
-2
/
+0
2009-06-12
->write_super lock_super pushdown
Christoph Hellwig
1
-4
/
+0
2009-06-12
enforce ->sync_fs is only called for rw superblock
Christoph Hellwig
1
-7
/
+16
2009-06-12
quota: Introduce writeout_quota_sb() (version 4)
Jan Kara
1
-1
/
+5
[next]