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
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
2009-06-12
quota: cleanup dquota sync functions (version 4)
Christoph Hellwig
1
-1
/
+1
2009-06-12
vfs: Rename fsync_super() to sync_filesystem() (version 4)
Jan Kara
1
-6
/
+6
2009-06-12
vfs: Move syncing code from super.c to sync.c (version 4)
Jan Kara
1
-0
/
+85
2009-06-12
vfs: Make sys_sync() use fsync_super() (version 4)
Jan Kara
1
-21
/
+10
2009-06-12
vfs: Fix sys_sync() and fsync_super() reliability (version 4)
Jan Kara
1
-1
/
+3
2009-03-28
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
1
-1
/
+1
2009-03-26
Get rid of pdflush_operation() in emergency sync and remount
Jens Axboe
1
-1
/
+13
2009-03-26
vfs: Use lowercase names of quota functions
Jan Kara
1
-1
/
+1
2009-01-14
[CVE-2009-0029] System call wrappers part 09
Heiko Carstens
1
-3
/
+3
2009-01-14
[CVE-2009-0029] System call wrapper special cases
Heiko Carstens
1
-4
/
+22
2009-01-07
mm: do_sync_mapping_range integrity fix
Nick Piggin
1
-1
/
+1
2009-01-05
add a vfs_fsync helper
Christoph Hellwig
1
-11
/
+37
2008-07-24
SYNC_FILE_RANGE_WRITE may and will block. Document that.
Pavel Machek
1
-1
/
+2
2008-04-29
vfs: fix unconditional write_super() call in file_fsync()
OGAWA Hirofumi
1
-1
/
+1
2007-06-28
Introduce fixed sys_sync_file_range2() syscall, implement on PowerPC and ARM
David Woodhouse
1
-0
/
+8
2007-05-08
Remove do_sync_file_range()
Mark Fasheh
1
-1
/
+1
2007-04-27
[PATCH] Turn do_sync_file_range() into do_sync_mapping_range()
Mark Fasheh
1
-5
/
+3
2006-12-08
[PATCH] VFS: change struct file to use struct path
Josef "Jeff" Sipek
1
-2
/
+2
2006-12-04
[PATCH] severing fs.h, radix-tree.h -> sched.h
Al Viro
1
-0
/
+1
2006-09-30
[PATCH] BLOCK: Move functions out of buffer code [try #6]
David Howells
1
-0
/
+113
2006-06-23
[PATCH] writeback: fix range handling
OGAWA Hirofumi
1
-1
/
+1
2006-04-11
[PATCH] sync_file_range(): use unsigned for flags
Andrew Morton
1
-2
/
+2
2006-04-01
[PATCH] sys_sync_file_range()
Andrew Morton
1
-0
/
+164