Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
f951e51003860705fc9fc663fbce90f8263a6804
/
fs
/
ext4
/
fsync.c
9ec3a64
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 10 years ago
2b0143b
VFS: normal filesystems (and lustre): d_inode() annotations
by David Howells
· 10 years ago
72b8e0f
ext4: remove unused header files
by Sheng Yong
· 10 years ago
4418e141
ext4: Fix fsync error handling after filesystem abort
by Dmitry Monakhov
· 11 years ago
92e6222
ext4: remove i_mutex from ext4_file_sync()
by Jan Kara
· 11 years ago
37b10dd
ext4: use generic_file_fsync() in ext4_file_fsync() in nojournal mode
by Jan Kara
· 11 years ago
b0857d3
ext4: defer clearing of PageWriteback after extent conversion
by Jan Kara
· 11 years ago
d76a3a77
ext4/jbd2: don't wait (forever) for stale tid caused by wraparound
by Theodore Ts'o
· 12 years ago
ad96f71
ext4: fix an incorrect comment about i_mutex
by Andy Lutomirski
· 12 years ago
64744e0
ext4: use sync_inode_metadata() when syncing inode metadata
by Guo Chao
· 12 years ago
c278531
ext4: fix ext4_flush_completed_IO wait semantics
by Dmitry Monakhov
· 12 years ago
28a535f
ext4: completed_io locking cleanup
by Dmitry Monakhov
· 12 years ago
a4a3904
ext4: check return value of blkdev_issue_flush()
by Theodore Ts'o
· 12 years ago
b3d9b7a
vfs: switch i_dentry/d_alias to hlist
by Al Viro
· 12 years ago
9f71387
ext4: get rid of open-coded d_find_any_alias()
by Al Viro
· 12 years ago
491caa4
ext4: fix race between sync and completed io work
by Jeff Moyer
· 13 years ago
b82e384
ext4: optimize locking for end_io extent conversion
by Theodore Ts'o
· 13 years ago
d73d504
ext4: Use correct locking for ext4_end_io_nolock()
by Tao Ma
· 13 years ago
e0cbee3
ext4: functions should not be declared extern
by H Hartley Sweeten
· 13 years ago
60ad446
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 13 years ago
d59729f
ext4: fix races in ext4_sync_parent()
by Theodore Ts'o
· 13 years ago
02c24a8
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
by Josef Bacik
· 13 years ago
93628ff
ext4: fix waiting and sending of a barrier in ext4_sync_file()
by Jan Kara
· 13 years ago
e8bbe8c
ext4: use EXT4FS_DEBUG instead of EXT4_DEBUG in fsync.c
by Tao Ma
· 13 years ago
a97b520
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 14 years ago
0893ed4
ext4: sync the directory inode in ext4_sync_parent()
by Curt Wohlgemuth
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
0562e0b
ext4: add more tracepoints and use dev_t in the trace buffer
by Jiaying Zhang
· 14 years ago
3889fd5
ext4: flush the i_completed_io_list during ext4_truncate
by Jiaying Zhang
· 14 years ago
a107e5a
Merge branch 'next' into upstream-merge
by Theodore Ts'o
· 14 years ago
4a873a4
ext4: move flush_completed_IO to fs/ext4/fsync.c and make it static
by Theodore Ts'o
· 14 years ago
dd3932e
block: remove BLKDEV_IFL_WAIT
by Christoph Hellwig
· 14 years ago
1b061d9
rename the generic fsync implementations
by Christoph Hellwig
· 14 years ago
7ea8085
drop unused dentry argument to ->fsync
by Christoph Hellwig
· 14 years ago
e4ce30f
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 14 years ago
14ece10
ext4: Make fsync sync new parent directories in no-journal mode
by Frank Mayhar
· 14 years ago
60e6679
ext4: Drop whitespace at end of lines
by Theodore Ts'o
· 14 years ago
0671e70
ext4: check missed return value in ext4_sync_file()
by Dmitry Monakhov
· 14 years ago
fbd9b09
blkdev: generalize flags for blkdev_issue_fn functions
by Dmitry Monakhov
· 15 years ago
c7064ef
ext4: mechanical rename some of the direct I/O get_block's identifiers
by Jiaying Zhang
· 15 years ago
cc3e1be
ext4, jbd2: Add barriers for file systems with exernal journals
by Theodore Ts'o
· 15 years ago
b436b9b
ext4: Wait for proper transaction commit on fsync
by Jan Kara
· 15 years ago
6b17d90
ext4: avoid issuing unnecessary barriers
by Theodore Ts'o
· 15 years ago
8d5d02e
ext4: async direct IO for holes and fallocate support
by Mingming Cao
· 15 years ago
fe188c0
ext4: Assure that metadata blocks are written during fsync in no journal mode
by Theodore Ts'o
· 15 years ago
5f3481e
ext4: fix cache flush in ext4_sync_file
by Christoph Hellwig
· 15 years ago
9bffad1
ext4: convert instrumentation from markers to tracepoints
by Theodore Ts'o
· 15 years ago
ede86cc
ext4: Add debugging markers that can be used by systemtap
by Theodore Ts'o
· 16 years ago
af5bc92
ext4: Fix whitespace checkpatch warnings/errors
by Theodore Ts'o
· 16 years ago
d755fb3
ext4: call blkdev_issue_flush on fsync
by Eric Sandeen
· 16 years ago
3dcf545
ext4: move headers out of include/linux
by Christoph Hellwig
· 17 years ago
53c550e
ext4: fdatasync should skip metadata writeout when overwriting
by Hisashi Hifumi
· 17 years ago
ac39849
ext4: sparse fixes
by Aneesh Kumar K.V
· 17 years ago
dab291a
[PATCH] jbd2: enable building of jbd2 and have ext4 use it rather than jbd
by Mingming Cao
· 18 years ago
617ba13
[PATCH] ext4: rename ext4 symbols to avoid duplication of ext3 symbols
by Mingming Cao
· 18 years ago
ac27a0e
[PATCH] ext4: initial copy of files from ext3
by Dave Kleikamp
· 18 years ago