linux-stable/fs/f2fs
Chao Yu 0478ccdc8e f2fs: fix to avoid potential deadlock
[ Upstream commit df77fbd8c5 ]

Using f2fs_trylock_op() in f2fs_write_compressed_pages() to avoid potential
deadlock like we did in f2fs_write_single_data_page().

Signed-off-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2022-04-15 14:18:06 +02:00
..
acl.c
acl.h
checkpoint.c f2fs: fix to do sanity check on .cp_pack_total_block_count 2022-04-15 14:17:59 +02:00
data.c f2fs: fix to avoid potential deadlock 2022-04-15 14:18:06 +02:00
debug.c
dir.c f2fs: reduce the scope of setting fsck tag when de->name_len is zero 2021-09-22 12:26:23 +02:00
extent_cache.c
f2fs.h f2fs: fix to reserve space for IO align feature 2022-01-27 09:19:53 +01:00
file.c f2fs: fix to unmap pages from userspace process in punch_hole() 2021-09-22 12:26:26 +02:00
gc.c f2fs: fix to unlock page correctly in error path of is_alive() 2022-04-15 14:17:59 +02:00
gc.h
hash.c
inline.c
inode.c f2fs: fix missing free nid in f2fs_handle_failed_inode 2022-04-15 14:18:06 +02:00
Kconfig
Makefile
namei.c f2fs: should use GFP_NOFS for directory inodes 2021-11-17 09:48:49 +01:00
node.c f2fs: fix to avoid potential deadlock 2022-04-15 14:18:06 +02:00
node.h
recovery.c
segment.c f2fs: show f2fs instance in printk_ratelimited 2021-09-22 12:26:23 +02:00
segment.h f2fs: fix to reserve space for IO align feature 2022-01-27 09:19:53 +01:00
shrinker.c
super.c f2fs: quota: fix loop condition at f2fs_quota_sync() 2022-04-15 14:17:59 +02:00
sysfs.c f2fs: fix to reserve space for IO align feature 2022-01-27 09:19:53 +01:00
trace.c
trace.h
verity.c f2fs: fix error handling in f2fs_end_enable_verity() 2021-05-19 10:08:32 +02:00
xattr.c f2fs: fix to do sanity check on last xattr entry in __f2fs_setxattr() 2021-12-29 12:23:37 +01:00
xattr.h