WSL2-Linux-Kernel/fs/udf
Jan Kara 2ddf831451 udf: Avoid excessive partition lengths
[ Upstream commit ebbe26fd54a9621994bc16b14f2ba8f84c089693 ]

Avoid mounting filesystems where the partition would overflow the
32-bits used for block number. Also refuse to mount filesystems where
the partition length is so large we cannot safely index bits in a
block bitmap.

Link: https://patch.msgid.link/20240620130403.14731-1-jack@suse.cz
Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-09-12 11:07:46 +02:00
..
Kconfig
Makefile
balloc.c udf: prevent integer overflow in udf_bitmap_free_blocks() 2024-08-19 05:45:37 +02:00
dir.c
directory.c
ecma_167.h
file.c udf: Do not update file length for failed writes to inline files 2023-03-10 09:39:59 +01:00
ialloc.c
inode.c udf: initialize newblock to 0 2023-09-19 12:22:53 +02:00
lowlevel.c
misc.c
namei.c udf: Avoid double brelse() in udf_rename() 2022-12-31 13:14:40 +01:00
osta_udf.h
partition.c
super.c udf: Avoid excessive partition lengths 2024-09-12 11:07:46 +02:00
symlink.c
truncate.c udf: Do not bother looking for prealloc extents if i_lenExtents matches i_size 2022-12-21 17:36:36 +01:00
udf_i.h udf: Preserve link count of system files 2023-03-10 09:40:00 +01:00
udf_sb.h udf: Define EFSCORRUPTED error code 2023-03-10 09:39:46 +01:00
udfdecl.h
udfend.h
udftime.c udf: udftime: prevent overflow in udf_disk_stamp_to_time() 2024-07-05 09:14:28 +02:00
unicode.c udf: Fix uninitialized array access for some pathnames 2023-07-27 08:46:58 +02:00