Ubuntu-focal-kernel/fs/udf
Jan Kara 9f90010d7f udf: Avoid excessive partition lengths
BugLink: https://bugs.launchpad.net/bugs/2081278

[ 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>
Signed-off-by: Koichiro Den <koichiro.den@canonical.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
2024-09-27 10:50:31 +02:00
..
Kconfig
Makefile
balloc.c udf: prevent integer overflow in udf_bitmap_free_blocks() 2024-09-27 10:50:19 +02:00
dir.c udf: Fix crash after seekdir 2022-01-13 18:43:04 +01:00
directory.c
ecma_167.h
file.c udf: Do not update file length for failed writes to inline files 2023-05-12 17:15:09 +02:00
ialloc.c
inode.c udf: initialize newblock to 0 2023-10-30 11:42:17 +01:00
lowlevel.c
misc.c udf_get_extendedattr() had no boundary checks. 2021-10-11 17:08:44 -06:00
namei.c udf: Avoid double brelse() in udf_rename() 2023-02-01 15:23:09 +01:00
osta_udf.h
partition.c
super.c udf: Avoid excessive partition lengths 2024-09-27 10:50:31 +02:00
symlink.c
truncate.c udf: Do not bother looking for prealloc extents if i_lenExtents matches i_size 2023-02-01 15:22:04 +01:00
udf_i.h udf: Preserve link count of system files 2023-05-12 17:15:09 +02:00
udf_sb.h udf: Define EFSCORRUPTED error code 2023-05-12 17:15:06 +02:00
udfdecl.h
udfend.h
udftime.c udf: udftime: prevent overflow in udf_disk_stamp_to_time() 2024-08-02 16:16:18 +02:00
unicode.c udf: Fix uninitialized array access for some pathnames 2023-10-30 11:41:55 +01:00