summaryrefslogtreecommitdiff
path: root/fs/udf
AgeCommit message (Expand)Author
2023-09-23udf: initialize newblock to 0Tom Rix
2023-09-23udf: Handle error when adding extent to a fileJan Kara
2023-09-23udf: Check consistency of Space Bitmap DescriptorVladislav Efanov
2023-08-30udf: Fix uninitialized array access for some pathnamesJan Kara
2023-06-09treewide: Remove uninitialized_var() usageKees Cook
2023-03-11udf: Fix file corruption when appending just after end of preallocated extentJan Kara
2023-03-11udf: Detect system inodes linked into directory hierarchyJan Kara
2023-03-11udf: Preserve link count of system filesJan Kara
2023-03-11udf: Do not update file length for failed writes to inline filesJan Kara
2023-03-11udf: Do not bother merging very long extentsJan Kara
2023-03-11udf: Truncate added extents on failed expansionJan Kara
2023-03-11udf: Define EFSCORRUPTED error codeJan Kara
2023-01-18udf: Fix extension of the last extent in the fileJan Kara
2023-01-18udf: Avoid double brelse() in udf_rename()Shigeru Yoshida
2023-01-18udf: Fix extending file within last blockJan Kara
2023-01-18udf: Do not bother looking for prealloc extents if i_lenExtents matches i_sizeJan Kara
2023-01-18udf: Fix preallocation discarding at indirect extent boundaryJan Kara
2023-01-18udf: Discard preallocation before extending file with a holeJan Kara
2022-11-25udf: Fix a slab-out-of-bounds write bug in udf_find_entry()ZhangPeng
2022-02-01udf: Fix NULL ptr deref when converting from inline formatJan Kara
2022-02-01udf: Restore i_lenAlloc when inode expansion failsJan Kara
2021-11-26udf: Fix crash after seekdirJan Kara
2021-09-15udf_get_extendedattr() had no boundary checks.Stian Skjelstad
2021-09-15udf: Fix iocharset=utf8 mount optionPali Rohár
2021-09-15udf: Check LVID earlierJan Kara
2021-07-19udf: Fix NULL pointer dereference in udf_symlink functionArturo Giusti
2021-03-17udf: fix silent AED tagLocation corruptionSteven J. Magnani
2021-02-07udf: fix the problem that the disc content is not displayedlianzhi chang
2020-11-05udf: Fix memory leak when mountingJan Kara
2020-10-29udf: Avoid accessing uninitialized data on failed inode readJan Kara
2020-10-29udf: Limit sparing table sizeJan Kara
2020-02-24udf: Fix free space reporting for metadata and virtual partitionsJan Kara
2020-02-24udf: Allow writing to 'Rewritable' partitionsJan Kara
2019-09-04fs-udf: Delete an unnecessary check before brelse()Markus Elfring
2019-09-04udf: Drop forward function declarationsJan Kara
2019-09-04udf: Verify domain identifier fieldsJan Kara
2019-08-27udf: augment UDF permissions on new inodesSteven J. Magnani
2019-08-26udf: Use dynamic debug infrastructureJan Kara
2019-08-26udf: reduce leakage of blocks related to named streamsSteven J. Magnani
2019-07-31udf: prevent allocation beyond UDF partitionSteve Magnani
2019-07-31udf: support 2048-byte spacing of VRS descriptors on 4K mediaSteven J. Magnani
2019-07-31udf: refactor VRS descriptor identificationSteven J. Magnani
2019-07-10Merge tag 'for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2019-07-10udf: Fix incorrect final NOT_ALLOCATED (hole) extent lengthSteven J. Magnani
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-13Merge tag 'fs_for_v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-05-01udf: switch to ->free_inode()Al Viro
2019-04-17udf: fix an uninitialized read bug and remove dead codeWenwen Wang
2019-03-26udf: Explain handling of load_nls() failureJan Kara
2019-03-18udf: Propagate errors from udf_truncate_extents()Jan Kara