aboutsummaryrefslogtreecommitdiffstats
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-08-11treewide: Remove uninitialized_var() usageKees Cook
2023-03-17udf: Detect system inodes linked into directory hierarchyJan Kara
2023-03-17udf: Preserve link count of system filesJan Kara
2023-03-17udf: Remove pointless union in udf_inode_infoJan Kara
2023-03-17udf: reduce leakage of blocks related to named streamsSteven J. Magnani
2023-03-17udf: Explain handling of load_nls() failureJan Kara
2023-03-11udf: Fix file corruption when appending just after end of preallocated extentJan 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-08udf: Fix NULL ptr deref when converting from inline formatJan Kara
2022-02-08udf: Restore i_lenAlloc when inode expansion failsJan Kara
2021-11-26udf: Fix crash after seekdirJan Kara
2021-09-22udf_get_extendedattr() had no boundary checks.Stian Skjelstad
2021-09-22udf: Check LVID earlierJan Kara
2021-07-20udf: Fix NULL pointer dereference in udf_symlink functionArturo Giusti
2021-03-17udf: fix silent AED tagLocation corruptionSteven J. Magnani
2020-11-05udf: Fix memory leak when mountingJan Kara
2020-10-30udf: Avoid accessing uninitialized data on failed inode readJan Kara
2020-10-30udf: Limit sparing table sizeJan Kara
2020-02-24udf: Fix free space reporting for metadata and virtual partitionsJan Kara
2020-02-11udf: Allow writing to 'Rewritable' partitionsJan Kara
2019-11-20udf: Fix crash during mountJan Kara
2019-07-14udf: Fix incorrect final NOT_ALLOCATED (hole) extent lengthSteven J. Magnani
2019-03-27udf: Fix crash on IO error during truncateJan Kara
2019-02-12udf: Fix BUG on corrupted inodeJan Kara
2018-12-05udf: Allow mounting volumes with incorrect identification stringsJan Kara
2018-11-21udf: Prevent write-unsupported filesystem to be remounted read-writeJan Kara
2018-08-24udf: Fix mounting of Win7 created UDF filesystemsJan Kara
2018-08-24udf: Remove dead code from udf_find_fileset()Jan Kara
2018-08-17Merge tag 'for_v4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2018-08-13Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-08-03udf: switch to discard_new_inode()Al Viro
2018-06-27udf: convert inode stamps to timespec64Arnd Bergmann
2018-06-20udf: Drop unused arguments of udf_delete_aext()Jan Kara
2018-06-20udf: Provide function for calculating dir entry lengthJan Kara
2018-06-20udf: Detect incorrect directory sizeJan Kara
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds