Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
92483df2bad7649caacad60ec7b0f8016e894e11
/
fs
/
sync.c
0dc83bd
Revert "writeback: do not sync data dirtied after sync start"
by Jan Kara
· 11 years ago
d311d79
fix O_SYNC|O_APPEND syncing the wrong range on write()
by Al Viro
· 11 years ago
5cbb3d2
Merge branch 'akpm' (patches from Andrew Morton)
by Linus Torvalds
· 11 years ago
c4a391b
writeback: do not sync data dirtied after sync start
by Jan Kara
· 11 years ago
72c2d53
file->f_op is never NULL...
by Al Viro
· 11 years ago
4a0fd5b
teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long long
by Al Viro
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
2903ff0
switch simple cases of fget_light to fdget
by Al Viro
· 12 years ago
4ea425b
vfs: Avoid unnecessary WB_SYNC_NONE writeback during sys_sync and reorder sync passes
by Jan Kara
· 12 years ago
d0e91b1
vfs: Remove unnecessary flushing of block devices
by Jan Kara
· 12 years ago
a8c7176
vfs: Make sys_sync writeout also block device inodes
by Jan Kara
· 12 years ago
b3de653
vfs: Reorder operations during sys_sync
by Jan Kara
· 12 years ago
a117782
quota: Move quota syncing to ->sync_fs method
by Jan Kara
· 12 years ago
ceed172
quota: Split dquot_quota_sync() to writeback and cache flushing part
by Jan Kara
· 12 years ago
6eedc70
vfs: Move noop_backing_dev_info check from sync into writeback
by Jan Kara
· 12 years ago
c2bd6c1
switch do_fsync() to fget_light()
by Al Viro
· 13 years ago
630d9c4
fs: reduce the use of module.h wherever possible
by Paul Gortmaker
· 13 years ago
ff01bb48
fs: move code out of buffer.c
by Al Viro
· 13 years ago
0e175a1
writeback: Add a 'reason' to wb_writeback_work
by Curt Wohlgemuth
· 13 years ago
02c24a8
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
by Josef Bacik
· 13 years ago
6c51038
Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 14 years ago
b7ed78f
introduce sys_syncfs to sync a single file system
by Sage Weil
· 14 years ago
95f2860
fs: assign sb->s_bdi to default_backing_dev_info if the bdi is going away
by Jens Axboe
· 14 years ago
b5fc510
get rid of file_fsync()
by Al Viro
· 14 years ago
b4ca761
Merge branch 'master' into for-linus
by Jens Axboe
· 14 years ago
0e3c9a2
Revert "writeback: fix WB_SYNC_NONE writeback from umount"
by Jens Axboe
· 14 years ago
7ea8085
drop unused dentry argument to ->fsync
by Christoph Hellwig
· 14 years ago
e8bebe2
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
8018ab0
sanitize vfs_fsync calling conventions
by Christoph Hellwig
· 15 years ago
01a05b3
new helper: iterate_supers()
by Al Viro
· 15 years ago
8edd64b
get rid of restarts in sync_filesystems()
by Al Viro
· 15 years ago
551de6f
Leave superblocks on s_list until the end
by Al Viro
· 15 years ago
e913fc8
writeback: fix WB_SYNC_NONE writeback from umount
by Jens Axboe
· 14 years ago
5129a46
Catch filesystems lacking s_bdi
by Jörn Engel
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
5fb324a
quota: move code from sync_quota_sb into vfs_quota_sync
by Christoph Hellwig
· 15 years ago
7a0ad10
fold do_sync_file_range into sys_sync_file_range
by Christoph Hellwig
· 15 years ago
94004ed
kill wait_on_page_writeback_range
by Christoph Hellwig
· 15 years ago
6b2f3d1
vfs: Implement proper O_SYNC semantics
by Christoph Hellwig
· 15 years ago
1fe72ea
fs/buffer.c: clean up EXPORT* macros
by H Hartley Sweeten
· 15 years ago
32a88aa
fs: Assign bdi in super_block
by Jens Axboe
· 15 years ago
2daea67
fsync: wait for data writeout completion before calling ->fsync
by Christoph Hellwig
· 15 years ago
148f948
vfs: Introduce new helpers for syncing after writing to O_SYNC file or IS_SYNC inode
by Jan Kara
· 15 years ago
03ba378
writeback: switch to per-bdi threads for flushing data
by Jens Axboe
· 15 years ago
d8a8559
writeback: get rid of generic_sync_sb_inodes() export
by Jens Axboe
· 15 years ago
3beab0b
sys_sync(): fix 16% performance regression in ffsb create_4k test
by Zhang, Yanmin
· 15 years ago
0c95ee1
remove the call to ->write_super in __sync_filesystem
by Christoph Hellwig
· 15 years ago
ebc1ac1
->write_super lock_super pushdown
by Christoph Hellwig
· 15 years ago
5af7926
enforce ->sync_fs is only called for rw superblock
by Christoph Hellwig
· 16 years ago
c3f8a40
quota: Introduce writeout_quota_sb() (version 4)
by Jan Kara
· 16 years ago
850b201
quota: cleanup dquota sync functions (version 4)
by Christoph Hellwig
· 16 years ago
60b0680
vfs: Rename fsync_super() to sync_filesystem() (version 4)
by Jan Kara
· 16 years ago
c15c54f
vfs: Move syncing code from super.c to sync.c (version 4)
by Jan Kara
· 16 years ago
5cee581
vfs: Make sys_sync() use fsync_super() (version 4)
by Jan Kara
· 16 years ago
5a3e5cb
vfs: Fix sys_sync() and fsync_super() reliability (version 4)
by Jan Kara
· 16 years ago
2c9e15a
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-quota-2.6
by Linus Torvalds
· 16 years ago
a2a9537
Get rid of pdflush_operation() in emergency sync and remount
by Jens Axboe
· 16 years ago
9e3509e
vfs: Use lowercase names of quota functions
by Jan Kara
· 16 years ago
a5f8fa9
[CVE-2009-0029] System call wrappers part 09
by Heiko Carstens
· 16 years ago
6673e0c
[CVE-2009-0029] System call wrapper special cases
by Heiko Carstens
· 16 years ago
ee53a89
mm: do_sync_mapping_range integrity fix
by Nick Piggin
· 16 years ago
4c728ef
add a vfs_fsync helper
by Christoph Hellwig
· 16 years ago
cce7708
SYNC_FILE_RANGE_WRITE may and will block. Document that.
by Pavel Machek
· 16 years ago
762873c
vfs: fix unconditional write_super() call in file_fsync()
by OGAWA Hirofumi
· 17 years ago
edd5cd4
Introduce fixed sys_sync_file_range2() syscall, implement on PowerPC and ARM
by David Woodhouse
· 17 years ago
ef51c97
Remove do_sync_file_range()
by Mark Fasheh
· 17 years ago
5b04aa3
[PATCH] Turn do_sync_file_range() into do_sync_mapping_range()
by Mark Fasheh
· 18 years ago
0f7fc9e
[PATCH] VFS: change struct file to use struct path
by Josef "Jeff" Sipek
· 18 years ago
914e263
[PATCH] severing fs.h, radix-tree.h -> sched.h
by Al Viro
· 18 years ago
cf9a2ae
[PATCH] BLOCK: Move functions out of buffer code [try #6]
by David Howells
· 18 years ago
111ebb6
[PATCH] writeback: fix range handling
by OGAWA Hirofumi
· 18 years ago
5246d05
[PATCH] sync_file_range(): use unsigned for flags
by Andrew Morton
· 19 years ago
f79e2ab
[PATCH] sys_sync_file_range()
by Andrew Morton
· 19 years ago