linux/fs/udf
Jan Kara 1ea1cd11c7 udf: Fix directory iteration for longer tail extents
When directory's last extent has more that one block and its length is
not multiple of a block side, the code wrongly decided to move to the
next extent instead of processing the last partial block. This led to
directory corruption. Fix the rounding issue.

Signed-off-by: Jan Kara <jack@suse.cz>
2023-01-26 16:46:32 +01:00
..
balloc.c
dir.c udf: Convert udf_readdir() to new directory iteration 2023-01-09 10:39:51 +01:00
directory.c udf: Fix directory iteration for longer tail extents 2023-01-26 16:46:32 +01:00
ecma_167.h
file.c udf: Do not update file length for failed writes to inline files 2023-01-09 10:39:53 +01:00
ialloc.c
inode.c udf: Detect system inodes linked into directory hierarchy 2023-01-09 10:39:53 +01:00
Kconfig
lowlevel.c
Makefile
misc.c
namei.c udf: Handle error when adding extent to symlink 2023-01-09 10:39:52 +01:00
osta_udf.h
partition.c
super.c udf: Preserve link count of system files 2023-01-09 10:39:53 +01:00
symlink.c
truncate.c udf: remove redundant variable netype 2023-01-09 10:39:53 +01:00
udf_i.h udf: Preserve link count of system files 2023-01-09 10:39:53 +01:00
udf_sb.h udf: Define EFSCORRUPTED error code 2023-01-09 10:39:51 +01:00
udfdecl.h udf: Allocate name buffer in directory iterator on heap 2023-01-09 10:39:53 +01:00
udfend.h
udftime.c
unicode.c