summaryrefslogtreecommitdiffstats
path: root/fs/udf
Commit message (Expand)AuthorAgeFilesLines
* udf: Detect system inodes linked into directory hierarchyJan Kara2023-03-171-1/+6
* udf: Preserve link count of system filesJan Kara2023-03-173-3/+10
* udf: Remove pointless union in udf_inode_infoJan Kara2023-03-1710-47/+39
* udf: reduce leakage of blocks related to named streamsSteven J. Magnani2023-03-173-2/+29
* udf: Explain handling of load_nls() failureJan Kara2023-03-171-0/+5
* udf: Fix file corruption when appending just after end of preallocated extentJan Kara2023-03-111-13/+11
* udf: Do not update file length for failed writes to inline filesJan Kara2023-03-111-14/+12
* udf: Do not bother merging very long extentsJan Kara2023-03-111-17/+2
* udf: Truncate added extents on failed expansionJan Kara2023-03-111-4/+11
* udf: Define EFSCORRUPTED error codeJan Kara2023-03-111-0/+2
* udf: Fix extension of the last extent in the fileJan Kara2023-01-181-1/+1
* udf: Avoid double brelse() in udf_rename()Shigeru Yoshida2023-01-181-4/+4
* udf: Fix extending file within last blockJan Kara2023-01-181-15/+17
* udf: Do not bother looking for prealloc extents if i_lenExtents matches i_sizeJan Kara2023-01-181-1/+2
* udf: Fix preallocation discarding at indirect extent boundaryJan Kara2023-01-181-32/+13
* udf: Discard preallocation before extending file with a holeJan Kara2023-01-181-28/+18
* udf: Fix a slab-out-of-bounds write bug in udf_find_entry()ZhangPeng2022-11-251-1/+1
* udf: Fix NULL ptr deref when converting from inline formatJan Kara2022-02-081-5/+3
* udf: Restore i_lenAlloc when inode expansion failsJan Kara2022-02-081-0/+1
* udf: Fix crash after seekdirJan Kara2021-11-263-2/+35
* udf_get_extendedattr() had no boundary checks.Stian Skjelstad2021-09-221-2/+11
* udf: Check LVID earlierJan Kara2021-09-221-9/+16
* udf: Fix NULL pointer dereference in udf_symlink functionArturo Giusti2021-07-201-0/+4
* udf: fix silent AED tagLocation corruptionSteven J. Magnani2021-03-171-3/+6
* udf: Fix memory leak when mountingJan Kara2020-11-051-8/+13
* udf: Avoid accessing uninitialized data on failed inode readJan Kara2020-10-301-11/+14
* udf: Limit sparing table sizeJan Kara2020-10-301-0/+6
* udf: Fix free space reporting for metadata and virtual partitionsJan Kara2020-02-241-5/+17
* udf: Allow writing to 'Rewritable' partitionsJan Kara2020-02-111-1/+0
* udf: Fix crash during mountJan Kara2019-11-201-5/+60
* udf: Fix incorrect final NOT_ALLOCATED (hole) extent lengthSteven J. Magnani2019-07-141-33/+60
* udf: Fix crash on IO error during truncateJan Kara2019-03-271-0/+3
* udf: Fix BUG on corrupted inodeJan Kara2019-02-121-0/+6
* udf: Allow mounting volumes with incorrect identification stringsJan Kara2018-12-052-9/+21
* udf: Prevent write-unsupported filesystem to be remounted read-writeJan Kara2018-11-212-14/+18
* udf: Fix mounting of Win7 created UDF filesystemsJan Kara2018-08-241-12/+19
* udf: Remove dead code from udf_find_fileset()Jan Kara2018-08-241-61/+1
* Merge tag 'for_v4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2018-08-177-41/+28
|\
| * udf: convert inode stamps to timespec64Arnd Bergmann2018-06-277-41/+28
* | Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-08-131-8/+4
|\ \ | |/ |/|
| * udf: switch to discard_new_inode()Al Viro2018-08-031-8/+4
* | udf: Drop unused arguments of udf_delete_aext()Jan Kara2018-06-203-9/+7
* | udf: Provide function for calculating dir entry lengthJan Kara2018-06-203-15/+10
* | udf: Detect incorrect directory sizeJan Kara2018-06-201-0/+3
|/
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-155-48/+45
|\
| * Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann2018-06-145-48/+45
| |\
| | * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-052-17/+30
| | * udf: Simplify calls to udf_disk_stamp_to_timeDeepa Dinamani2018-05-254-37/+21
* | | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-3/+4
* | | Merge tag 'udf_for_v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-074-150/+131
|\ \ \ | |/ / |/| |