aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf
AgeCommit message (Expand)Author
2023-09-19udf: initialize newblock to 0Tom Rix
2023-09-19udf: Handle error when adding extent to a fileJan Kara
2023-09-19udf: Check consistency of Space Bitmap DescriptorVladislav Efanov
2023-07-27udf: Fix uninitialized array access for some pathnamesJan Kara
2023-03-17udf: Fix off-by-one error when discarding preallocationJan Kara
2023-03-10udf: Fix file corruption when appending just after end of preallocated extentJan Kara
2023-03-10udf: Detect system inodes linked into directory hierarchyJan Kara
2023-03-10udf: Preserve link count of system filesJan Kara
2023-03-10udf: Do not update file length for failed writes to inline filesJan Kara
2023-03-10udf: Do not bother merging very long extentsJan Kara
2023-03-10udf: Truncate added extents on failed expansionJan Kara
2023-03-10udf: Define EFSCORRUPTED error codeJan Kara
2023-01-12udf: Fix extension of the last extent in the fileJan Kara
2022-12-31udf: Avoid double brelse() in udf_rename()Shigeru Yoshida
2022-12-21udf: Fix extending file within last blockJan Kara
2022-12-21udf: Do not bother looking for prealloc extents if i_lenExtents matches i_sizeJan Kara
2022-12-21udf: Fix preallocation discarding at indirect extent boundaryJan Kara
2022-12-21udf: Discard preallocation before extending file with a holeJan Kara
2022-11-16udf: Fix a slab-out-of-bounds write bug in udf_find_entry()ZhangPeng
2022-05-15udf: Avoid using stale lengthOfImpUseJan Kara
2022-02-01udf: Fix NULL ptr deref when converting from inline formatJan Kara
2022-02-01udf: Restore i_lenAlloc when inode expansion failsJan Kara
2022-01-27udf: Fix error handling in udf_new_inode()Jan Kara
2021-11-25udf: Fix crash after seekdirJan Kara
2021-08-23udf_get_extendedattr() had no boundary checks.Stian Skjelstad
2021-08-12udf: Fix iocharset=utf8 mount optionPali Rohár
2021-08-11udf: Get rid of 0-length arrays in struct fileIdentDescJan Kara
2021-08-11udf: Get rid of 0-length arraysJan Kara
2021-08-11udf: Remove unused declarationJan Kara
2021-08-11udf: Check LVID earlierJan Kara
2021-07-01Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig
2021-05-20udf: Fix NULL pointer dereference in udf_symlink functionArturo Giusti
2021-04-15useful constants: struct qstr for ".."Al Viro
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-02-22Merge tag 'fs_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-02-03udf: handle large user and group IDBingJing Chang
2021-01-25udf: fix silent AED tagLocation corruptionSteven J. Magnani
2021-01-24fs: make helpers idmap mount awareChristian Brauner
2021-01-24stat: handle idmapped mountsChristian Brauner
2021-01-24attr: handle idmapped mountsChristian Brauner
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner
2021-01-24fs: add file and path permissions helpersChristian Brauner
2021-01-18udf: fix the problem that the disc content is not displayedlianzhi chang
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2020-09-29udf: Limit sparing table sizeJan Kara
2020-09-29udf: Remove pointless union in udf_inode_infoJan Kara
2020-09-29udf: Avoid accessing uninitialized data on failed inode readJan Kara
2020-09-22udf: Fix memory leak when mountingJan Kara
2020-09-22udf: Remove redundant initialization of variable retJing Xiangfeng