summaryrefslogtreecommitdiff
path: root/fs/udf
AgeCommit message (Expand)AuthorFilesLines
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: Drop unused arguments of udf_delete_aext()Jan Kara3-9/+7
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-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-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-28udf: Fix free space reporting for metadata and virtual partitionsJan Kara1-5/+17
2019-07-21udf: 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-08udf: Allow mounting volumes with incorrect identification stringsJan Kara2-9/+21
2018-07-03udf: Detect incorrect directory sizeJan Kara1-0/+3
2018-05-30udf: Provide saner default for invalid uid / gidJan Kara1-2/+3
2018-05-30do d_instantiate/unlock_new_inode combinations safelyAl Viro1-4/+2
2018-04-24udf: Fix leak of UTF-16 surrogates into encoded stringsJan Kara1-0/+6
2017-12-20udf: Avoid overflow when session starts at large offsetJan Kara1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
2017-09-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-7/+7
2017-08-16fs-udf: Delete an error message for a failed memory allocation in two functionsMarkus Elfring2-8/+1
2017-08-16fs-udf: Improve six size determinationsMarkus Elfring3-7/+6
2017-08-16fs-udf: Adjust two checks for null pointersMarkus Elfring1-2/+3
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-7/+7
2017-06-14udf: Convert udf_disk_stamp_to_time() to use mktime64()Jan Kara1-51/+2
2017-06-14udf: Use time64_to_tm for timestamp conversionJan Kara1-34/+11
2017-06-14udf: Fix deadlock between writeback and udf_setsize()Jan Kara1-2/+2
2017-06-14udf: Use i_size_read() in udf_adinicb_writepage()Jan Kara1-1/+2
2017-06-14udf: Fix races with i_size changes during readpageJan Kara1-2/+7
2017-06-13udf: Remove unused UDF_DEFAULT_BLOCKSIZEJan Kara1-2/+0
2017-04-24udf: use kmap_atomic for memcpy copyingFabian Frederick2-9/+9
2017-04-24udf: use octal for permissionsFabian Frederick2-8/+8
2017-03-03statx: Add a system call to make enhanced file info availableDavid Howells1-2/+3
2017-02-28fs: add i_blocksize()Fabian Frederick1-1/+1
2017-02-03udf: simplify udf_ioctl()Fabian Frederick1-26/+15
2017-02-03udf: fix ioctl errorsFabian Frederick1-1/+4
2017-01-20udf: allow implicit blocksize specification during mountFabian Frederick1-9/+19