index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
ext4
/
fsync.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2020-06-05
1
-15
/
+13
|
\
|
*
ext4: fix race between ext4_sync_parent() and rename()
Eric Biggers
2020-06-03
1
-15
/
+13
*
|
block: remove the error_sector argument to blkdev_issue_flush
Christoph Hellwig
2020-05-22
1
-1
/
+1
|
/
*
ext4: update ext4_sync_file() to not use __generic_file_fsync()
Matthew Bobrowski
2019-11-05
1
-25
/
+47
*
Revert "ext4: use ext4_write_inode() when fsyncing w/o a journal"
Theodore Ts'o
2019-01-31
1
-9
/
+4
*
ext4: track writeback errors using the generic tracking infrastructure
Theodore Ts'o
2018-12-31
1
-0
/
+3
*
ext4: use ext4_write_inode() when fsyncing w/o a journal
Theodore Ts'o
2018-12-31
1
-4
/
+9
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)
David Howells
2017-07-17
1
-1
/
+1
*
ext4: use errseq_t based error handling for reporting data writeback errors
Jeff Layton
2017-07-06
1
-1
/
+1
*
ext4: add shutdown bit and check for it
Theodore Ts'o
2017-02-05
1
-0
/
+3
*
ext4: cleanup ext4_sync_parent()
Jan Kara
2016-09-05
1
-1
/
+8
*
ext4: respect the nobarrier mount option in nojournal mode
Theodore Ts'o
2016-06-26
1
-1
/
+4
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2015-04-26
1
-1
/
+1
|
\
|
*
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
2015-04-15
1
-1
/
+1
*
|
ext4: remove unused header files
Sheng Yong
2015-04-02
1
-1
/
+0
|
/
*
ext4: Fix fsync error handling after filesystem abort
Dmitry Monakhov
2013-06-12
1
-1
/
+6
*
ext4: remove i_mutex from ext4_file_sync()
Jan Kara
2013-06-04
1
-6
/
+2
*
ext4: use generic_file_fsync() in ext4_file_fsync() in nojournal mode
Jan Kara
2013-06-04
1
-36
/
+11
*
ext4: defer clearing of PageWriteback after extent conversion
Jan Kara
2013-06-04
1
-4
/
+0
*
ext4/jbd2: don't wait (forever) for stale tid caused by wraparound
Theodore Ts'o
2013-04-03
1
-2
/
+1
*
ext4: fix an incorrect comment about i_mutex
Andy Lutomirski
2012-12-25
1
-2
/
+0
*
ext4: use sync_inode_metadata() when syncing inode metadata
Guo Chao
2012-12-10
1
-5
/
+1
*
ext4: fix ext4_flush_completed_IO wait semantics
Dmitry Monakhov
2012-10-05
1
-1
/
+1
*
ext4: completed_io locking cleanup
Dmitry Monakhov
2012-09-29
1
-81
/
+0
*
ext4: check return value of blkdev_issue_flush()
Theodore Ts'o
2012-08-17
1
-3
/
+6
*
vfs: switch i_dentry/d_alias to hlist
Al Viro
2012-07-14
1
-1
/
+1
*
ext4: get rid of open-coded d_find_any_alias()
Al Viro
2012-07-14
1
-8
/
+1
*
ext4: fix race between sync and completed io work
Jeff Moyer
2012-03-05
1
-0
/
+2
*
ext4: optimize locking for end_io extent conversion
Theodore Ts'o
2011-10-31
1
-3
/
+2
*
ext4: Use correct locking for ext4_end_io_nolock()
Tao Ma
2011-10-30
1
-3
/
+0
*
ext4: functions should not be declared extern
H Hartley Sweeten
2011-10-18
1
-1
/
+1
*
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
2011-08-01
1
-5
/
+21
|
\
|
*
ext4: fix races in ext4_sync_parent()
Theodore Ts'o
2011-07-30
1
-5
/
+21
*
|
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
Josef Bacik
2011-07-20
1
-3
/
+35
|
/
*
ext4: fix waiting and sending of a barrier in ext4_sync_file()
Jan Kara
2011-05-24
1
-16
/
+7
*
ext4: use EXT4FS_DEBUG instead of EXT4_DEBUG in fsync.c
Tao Ma
2011-05-09
1
-1
/
+1
*
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
2011-04-11
1
-3
/
+14
|
\
|
*
ext4: sync the directory inode in ext4_sync_parent()
Curt Wohlgemuth
2011-04-10
1
-3
/
+14
*
|
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-1
/
+1
|
/
*
ext4: add more tracepoints and use dev_t in the trace buffer
Jiaying Zhang
2011-03-21
1
-5
/
+9
*
ext4: flush the i_completed_io_list during ext4_truncate
Jiaying Zhang
2011-01-10
1
-2
/
+2
*
Merge branch 'next' into upstream-merge
Theodore Ts'o
2010-10-27
1
-0
/
+83
|
\
|
*
ext4: move flush_completed_IO to fs/ext4/fsync.c and make it static
Theodore Ts'o
2010-10-27
1
-0
/
+83
*
|
block: remove BLKDEV_IFL_WAIT
Christoph Hellwig
2010-09-16
1
-3
/
+2
|
/
*
rename the generic fsync implementations
Christoph Hellwig
2010-05-27
1
-1
/
+1
*
drop unused dentry argument to ->fsync
Christoph Hellwig
2010-05-27
1
-4
/
+4
*
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
2010-05-27
1
-4
/
+31
|
\
|
*
ext4: Make fsync sync new parent directories in no-journal mode
Frank Mayhar
2010-05-17
1
-2
/
+29
|
*
ext4: Drop whitespace at end of lines
Theodore Ts'o
2010-05-17
1
-1
/
+1
[next]