linux-stable/fs/f2fs
Zhiguo Niu 8e14d10d40 f2fs: fix to correct check conditions in f2fs_cross_rename
[ Upstream commit 9883494c45 ]

Should be "old_dir" here.

Fixes: 5c57132eaf ("f2fs: support project quota")
Signed-off-by: Zhiguo Niu <zhiguo.niu@unisoc.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2025-06-27 11:04:04 +01:00
..
acl.c f2fs: enhance to update i_mode and acl atomically in f2fs_setattr() 2024-10-17 15:07:55 +02:00
acl.h
checkpoint.c
compress.c
data.c f2fs: clean up w/ fscrypt_is_bounce_page() 2025-06-27 11:04:03 +01:00
debug.c
dir.c f2fs: prevent possible int overflow in dir_block_index() 2024-10-17 15:08:02 +02:00
extent_cache.c
f2fs.h f2fs: fix to do sanity check on sbi->total_valid_block_count 2025-06-27 11:04:02 +01:00
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 f2fs: fix to correct check conditions in f2fs_cross_rename 2025-06-27 11:04:04 +01:00
node.c f2fs: fix to avoid out-of-bounds access in f2fs_truncate_inode_blocks() 2025-05-02 07:40:49 +02:00
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 f2fs: remove struct segment_allocation default_salloc_ops 2024-12-14 19:48:01 +01:00
shrinker.c
super.c f2fs: use d_inode(dentry) cleanup dentry->d_inode 2025-06-27 11:04:04 +01:00
sysfs.c
trace.c
trace.h
verity.c
xattr.c f2fs: reduce expensive checkpoint trigger frequency 2024-10-17 15:07:56 +02:00
xattr.h