sst-linux/fs/udf
Jan Kara 6c450489f9 udf: Fix directory iteration for longer tail extents
commit 1ea1cd11c72d1405a6b98440a9d5ea82dfa07166 upstream.

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>
Cc: Shreenidhi Shedi <yesshedi@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2024-12-27 13:53:01 +01:00
..
balloc.c
dir.c udf: Convert udf_readdir() to new directory iteration 2024-10-22 15:56:40 +02:00
directory.c udf: Fix directory iteration for longer tail extents 2024-12-27 13:53:01 +01:00
ecma_167.h
file.c
ialloc.c
inode.c udf: Fold udf_getblk() into udf_bread() 2024-12-14 19:54:51 +01:00
Kconfig
lowlevel.c
Makefile
misc.c
namei.c udf: Don't return bh from udf_expand_dir_adinicb() 2024-10-22 15:56:42 +02:00
osta_udf.h
partition.c
super.c udf: Avoid excessive partition lengths 2024-09-12 11:10:19 +02:00
symlink.c
truncate.c udf: refactor udf_current_aext() to handle error 2024-11-01 01:56:03 +01:00
udf_i.h
udf_sb.h
udfdecl.h udf: refactor udf_current_aext() to handle error 2024-11-01 01:56:03 +01:00
udfend.h
udftime.c
unicode.c