linux-stable/fs/f2fs
Chao Yu 7be13b7340 f2fs: fix to wait dio completion
commit 96cfeb0389 upstream.

It should wait all existing dio write IOs before block removal,
otherwise, previous direct write IO may overwrite data in the
block which may be reused by other inode.

Cc: stable@vger.kernel.org
Signed-off-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Signed-off-by: Alva Lan <alvalan9@foxmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-03-13 12:47:24 +01:00
..
acl.c
acl.h
checkpoint.c
compress.c
data.c
debug.c
dir.c
extent_cache.c
f2fs.h
file.c f2fs: fix to wait dio completion 2025-03-13 12:47:24 +01:00
gc.c
gc.h
hash.c
inline.c
inode.c f2fs: fix f2fs_bug_on when uninstalling filesystem call f2fs_evict_inode. 2024-12-14 19:48:31 +01:00
Kconfig
Makefile
namei.c
node.c
node.h
recovery.c
segment.c f2fs: check curseg->inited before write_sum_page in change_curseg 2024-12-14 19:48:02 +01:00
segment.h
shrinker.c
super.c
sysfs.c
trace.c
trace.h
verity.c
xattr.c
xattr.h