1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-22 16:06:04 -05:00
linux/fs/udf
Jan Kara 6756af923e udf: Verify inode link counts before performing rename
During rename, we are updating link counts of various inodes either when
rename deletes target or when moving directory across directories.
Verify involved link counts are sane so that we don't trip warnings in
VFS.

Reported-by: syzbot+3ff7365dc04a6bcafa66@syzkaller.appspotmail.com
Signed-off-by: Jan Kara <jack@suse.cz>
2024-11-26 22:54:24 +01:00
..
balloc.c udf: refactor udf_next_aext() to handle error 2024-10-02 14:10:50 +02:00
dir.c
directory.c udf: refactor inode_bmap() to handle error 2024-10-02 14:32:29 +02:00
ecma_167.h
file.c
ialloc.c
inode.c udf: fix uninit-value use in udf_get_fileshortad 2024-10-02 14:32:37 +02:00
Kconfig
lowlevel.c
Makefile
misc.c
namei.c udf: Verify inode link counts before performing rename 2024-11-26 22:54:24 +01:00
osta_udf.h
partition.c udf: refactor inode_bmap() to handle error 2024-10-02 14:32:29 +02:00
super.c udf: refactor udf_next_aext() to handle error 2024-10-02 14:10:50 +02:00
symlink.c
truncate.c udf: refactor inode_bmap() to handle error 2024-10-02 14:32:29 +02:00
udf_i.h
udf_sb.h
udfdecl.h udf: refactor inode_bmap() to handle error 2024-10-02 14:32:29 +02:00
udfend.h
udftime.c
unicode.c