summaryrefslogtreecommitdiff
path: root/fs/udf
AgeCommit message (Expand)AuthorFilesLines
2025-08-28udf: Verify partition map countJan Kara1-2/+11
2025-03-13udf: Fix use of check_add_overflow() with mixed type argumentsBen Hutchings1-1/+1
2024-09-12udf: Avoid excessive partition lengthsJan Kara1-0/+15
2024-09-12udf: Limit file size to 4TBJan Kara1-1/+8
2024-08-19udf: prevent integer overflow in udf_bitmap_free_blocks()Roman Smirnov1-23/+13
2024-08-19udf: Avoid using corrupted block bitmap bufferJan Kara2-3/+15
2024-07-05udf: udftime: prevent overflow in udf_disk_stamp_to_time()Roman Smirnov1-3/+8
2024-06-21fs: add file and path permissions helpersChristian Brauner1-1/+1
2023-09-19udf: initialize newblock to 0Tom Rix1-3/+1
2023-09-19udf: Handle error when adding extent to a fileJan Kara1-14/+27
2023-09-19udf: Check consistency of Space Bitmap DescriptorVladislav Efanov1-4/+27
2023-08-26udf: Fix uninitialized array access for some pathnamesJan Kara1-1/+1
2023-03-17udf: Fix off-by-one error when discarding preallocationJan Kara1-1/+1
2023-03-11udf: Fix file corruption when appending just after end of preallocated extentJan Kara1-13/+11
2023-03-11udf: Detect system inodes linked into directory hierarchyJan Kara1-1/+6
2023-03-11udf: Preserve link count of system filesJan Kara3-3/+10
2023-03-11udf: Do not update file length for failed writes to inline filesJan Kara1-14/+12
2023-03-11udf: Do not bother merging very long extentsJan Kara1-17/+2
2023-03-11udf: Truncate added extents on failed expansionJan Kara1-4/+11
2023-03-11udf: Define EFSCORRUPTED error codeJan Kara1-0/+2
2023-01-14udf: Fix extension of the last extent in the fileJan Kara1-1/+1
2023-01-14udf: Avoid double brelse() in udf_rename()Shigeru Yoshida1-4/+4
2022-12-21udf: Fix extending file within last blockJan Kara1-15/+17
2022-12-21udf: Do not bother looking for prealloc extents if i_lenExtents matches i_sizeJan Kara1-1/+2
2022-12-21udf: Fix preallocation discarding at indirect extent boundaryJan Kara1-32/+13
2022-12-21udf: Discard preallocation before extending file with a holeJan Kara1-28/+18
2022-11-16udf: Fix a slab-out-of-bounds write bug in udf_find_entry()ZhangPeng1-1/+1
2022-02-01udf: Fix NULL ptr deref when converting from inline formatJan Kara1-5/+3
2022-02-01udf: Restore i_lenAlloc when inode expansion failsJan Kara1-0/+1
2022-01-27udf: Fix error handling in udf_new_inode()Jan Kara1-0/+2
2021-11-26udf: Fix crash after seekdirJan Kara3-2/+35
2021-09-15udf_get_extendedattr() had no boundary checks.Stian Skjelstad1-2/+11
2021-09-15udf: Fix iocharset=utf8 mount optionPali Rohár3-35/+21
2021-09-15udf: Check LVID earlierJan Kara1-9/+16
2021-07-19udf: Fix NULL pointer dereference in udf_symlink functionArturo Giusti1-0/+4
2021-03-17udf: fix silent AED tagLocation corruptionSteven J. Magnani1-3/+6
2021-02-07udf: fix the problem that the disc content is not displayedlianzhi chang1-3/+4
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+1
2020-09-29udf: Limit sparing table sizeJan Kara1-0/+6
2020-09-29udf: Remove pointless union in udf_inode_infoJan Kara10-47/+39
2020-09-29udf: Avoid accessing uninitialized data on failed inode readJan Kara1-11/+14
2020-09-22udf: Fix memory leak when mountingJan Kara1-8/+13
2020-09-22udf: Remove redundant initialization of variable retJing Xiangfeng1-1/+1
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro1-2/+1
2020-08-28udf: Use kvzalloc() in udf_sb_alloc_bitmap()Denis Efremov1-11/+3
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-07Merge tag 'for_v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds3-4/+4
2020-07-27udf: osta_udf.h: delete a duplicated wordRandy Dunlap1-1/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2020-07-14udf: Replace HTTP links with HTTPS onesAlexander A. Klimov2-3/+3