summaryrefslogtreecommitdiff
path: root/fs/udf
AgeCommit message (Expand)AuthorFilesLines
2023-03-17udf: Detect system inodes linked into directory hierarchyJan Kara1-1/+6
2023-03-17udf: Preserve link count of system filesJan Kara3-3/+10
2023-03-17udf: Remove pointless union in udf_inode_infoJan Kara10-47/+39
2023-03-17udf: reduce leakage of blocks related to named streamsSteven J. Magnani3-2/+29
2023-03-17udf: Explain handling of load_nls() failureJan Kara1-0/+5
2023-03-11udf: Fix file corruption when appending just after end of preallocated extentJan Kara1-13/+11
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-08udf: Fix NULL ptr deref when converting from inline formatJan Kara1-5/+3
2022-02-08udf: Restore i_lenAlloc when inode expansion failsJan Kara1-0/+1
2021-11-26udf: Fix crash after seekdirJan Kara3-2/+35
2021-09-22udf_get_extendedattr() had no boundary checks.Stian Skjelstad1-2/+11
2021-09-22udf: Check LVID earlierJan Kara1-9/+16
2021-07-20udf: Fix NULL pointer dereference in udf_symlink functionArturo Giusti1-0/+4
2021-03-17udf: fix silent AED tagLocation corruptionSteven J. Magnani1-3/+6
2020-11-05udf: Fix memory leak when mountingJan Kara1-8/+13
2020-10-30udf: Avoid accessing uninitialized data on failed inode readJan Kara1-11/+14
2020-10-30udf: Limit sparing table sizeJan Kara1-0/+6
2020-02-24udf: Fix free space reporting for metadata and virtual partitionsJan Kara1-5/+17
2020-02-11udf: Allow writing to 'Rewritable' partitionsJan Kara1-1/+0
2019-11-20udf: Fix crash during mountJan Kara1-5/+60
2019-07-14udf: Fix incorrect final NOT_ALLOCATED (hole) extent lengthSteven J. Magnani1-33/+60
2019-03-27udf: Fix crash on IO error during truncateJan Kara1-0/+3
2019-02-12udf: Fix BUG on corrupted inodeJan Kara1-0/+6
2018-12-05udf: Allow mounting volumes with incorrect identification stringsJan Kara2-9/+21
2018-11-21udf: Prevent write-unsupported filesystem to be remounted read-writeJan Kara2-14/+18
2018-08-24udf: Fix mounting of Win7 created UDF filesystemsJan Kara1-12/+19
2018-08-24udf: Remove dead code from udf_find_fileset()Jan Kara1-61/+1
2018-08-17Merge tag 'for_v4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds7-41/+28
2018-08-14Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-8/+4
2018-08-03udf: switch to discard_new_inode()Al Viro1-8/+4
2018-06-27udf: convert inode stamps to timespec64Arnd Bergmann7-41/+28
2018-06-20udf: Drop unused arguments of udf_delete_aext()Jan Kara3-9/+7
2018-06-20udf: Provide function for calculating dir entry lengthJan Kara3-15/+10
2018-06-20udf: Detect incorrect directory sizeJan Kara1-0/+3
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds5-48/+45
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann5-48/+45
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook1-3/+4
2018-06-07Merge tag 'udf_for_v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-150/+131
2018-06-06vfs: change inode times to use struct timespec64Deepa Dinamani2-17/+30
2018-05-26udf: Simplify calls to udf_disk_stamp_to_timeDeepa Dinamani4-37/+21