summaryrefslogtreecommitdiff
path: root/fs/udf
AgeCommit message (Expand)AuthorFilesLines
2023-09-23udf: initialize newblock to 0Tom Rix1-3/+1
2023-09-23udf: Handle error when adding extent to a fileJan Kara1-14/+27
2023-09-23udf: Check consistency of Space Bitmap DescriptorVladislav Efanov1-4/+27
2023-08-30udf: Fix uninitialized array access for some pathnamesJan Kara1-1/+1
2023-06-09treewide: Remove uninitialized_var() usageKees Cook1-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-18udf: Fix extension of the last extent in the fileJan Kara1-1/+1
2023-01-18udf: Avoid double brelse() in udf_rename()Shigeru Yoshida1-4/+4
2023-01-18udf: Fix extending file within last blockJan Kara1-15/+17
2023-01-18udf: Do not bother looking for prealloc extents if i_lenExtents matches i_sizeJan Kara1-1/+2
2023-01-18udf: Fix preallocation discarding at indirect extent boundaryJan Kara1-32/+13
2023-01-18udf: Discard preallocation before extending file with a holeJan Kara1-28/+18
2022-11-25udf: 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
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-11-05udf: Fix memory leak when mountingJan Kara1-8/+13
2020-10-29udf: Avoid accessing uninitialized data on failed inode readJan Kara1-11/+14
2020-10-29udf: Limit sparing table sizeJan Kara1-0/+6
2020-02-24udf: Fix free space reporting for metadata and virtual partitionsJan Kara1-5/+17
2020-02-24udf: Allow writing to 'Rewritable' partitionsJan Kara1-1/+0
2019-09-04fs-udf: Delete an unnecessary check before brelse()Markus Elfring1-2/+1
2019-09-04udf: Drop forward function declarationsJan Kara1-53/+49
2019-09-04udf: Verify domain identifier fieldsJan Kara2-27/+78
2019-08-27udf: augment UDF permissions on new inodesSteven J. Magnani5-4/+35
2019-08-26udf: Use dynamic debug infrastructureJan Kara2-16/+1
2019-08-26udf: reduce leakage of blocks related to named streamsSteven J. Magnani3-2/+29
2019-07-31udf: prevent allocation beyond UDF partitionSteve Magnani1-0/+11
2019-07-31udf: support 2048-byte spacing of VRS descriptors on 4K mediaSteven J. Magnani1-0/+16
2019-07-31udf: refactor VRS descriptor identificationSteven J. Magnani1-64/+64
2019-07-11Merge tag 'for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-33/+60
2019-07-10udf: Fix incorrect final NOT_ALLOCATED (hole) extent lengthSteven J. Magnani1-33/+60
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2019-05-14Merge tag 'fs_for_v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-15/+5
2019-05-02udf: switch to ->free_inode()Al Viro1-8/+2
2019-04-17udf: fix an uninitialized read bug and remove dead codeWenwen Wang1-15/+0
2019-03-26udf: Explain handling of load_nls() failureJan Kara1-0/+5
2019-03-18udf: Propagate errors from udf_truncate_extents()Jan Kara3-5/+8