summaryrefslogtreecommitdiffstats
path: root/fs/udf
Commit message (Expand)AuthorAgeFilesLines
* udf: Fix crash after seekdirJan Kara2021-11-263-2/+35
* udf_get_extendedattr() had no boundary checks.Stian Skjelstad2021-09-151-2/+11
* udf: Fix iocharset=utf8 mount optionPali Rohár2021-09-153-35/+21
* udf: Check LVID earlierJan Kara2021-09-151-9/+16
* udf: Fix NULL pointer dereference in udf_symlink functionArturo Giusti2021-07-191-0/+4
* udf: fix silent AED tagLocation corruptionSteven J. Magnani2021-03-171-3/+6
* udf: fix the problem that the disc content is not displayedlianzhi chang2021-02-071-3/+4
* udf: Fix memory leak when mountingJan Kara2020-11-051-8/+13
* udf: Avoid accessing uninitialized data on failed inode readJan Kara2020-10-291-11/+14
* udf: Limit sparing table sizeJan Kara2020-10-291-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-241-1/+0
* fs-udf: Delete an unnecessary check before brelse()Markus Elfring2019-09-041-2/+1
* udf: Drop forward function declarationsJan Kara2019-09-041-53/+49
* udf: Verify domain identifier fieldsJan Kara2019-09-042-27/+78
* udf: augment UDF permissions on new inodesSteven J. Magnani2019-08-275-4/+35
* udf: Use dynamic debug infrastructureJan Kara2019-08-262-16/+1
* udf: reduce leakage of blocks related to named streamsSteven J. Magnani2019-08-263-2/+29
* udf: prevent allocation beyond UDF partitionSteve Magnani2019-07-311-0/+11
* udf: support 2048-byte spacing of VRS descriptors on 4K mediaSteven J. Magnani2019-07-311-0/+16
* udf: refactor VRS descriptor identificationSteven J. Magnani2019-07-311-64/+64
* Merge tag 'for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2019-07-101-33/+60
|\
| * udf: Fix incorrect final NOT_ALLOCATED (hole) extent lengthSteven J. Magnani2019-07-101-33/+60
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
|/
* Merge tag 'fs_for_v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-132-15/+5
|\
| * udf: fix an uninitialized read bug and remove dead codeWenwen Wang2019-04-171-15/+0
| * udf: Explain handling of load_nls() failureJan Kara2019-03-261-0/+5
* | udf: switch to ->free_inode()Al Viro2019-05-011-8/+2
|/
* udf: Propagate errors from udf_truncate_extents()Jan Kara2019-03-183-5/+8
* udf: Fix crash on IO error during truncateJan Kara2019-03-181-0/+3
* udf: Drop pointless check from udf_sync_fs()Jan Kara2019-02-211-6/+3
* udf: disallow RW mount without valid integrity descriptorSteve Magnani2019-02-111-0/+11
* udf: finalize integrity descriptor before writebackSteve Magnani2019-02-111-2/+11
* udf: factor out LVID finalization for reuseSteve Magnani2019-02-111-16/+14
* Merge tag 'fs_for_4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-12-271-0/+6
|\
| * udf: Fix BUG on corrupted inodeJan Kara2018-12-121-0/+6
* | udf: Allow mounting volumes with incorrect identification stringsJan Kara2018-11-192-9/+21
|/
* udf: Drop pack pragma from udf_sb.hJan Kara2018-09-071-2/+0
* udf: Drop freed bitmap / table supportJan Kara2018-09-073-74/+0
* udf: Fix crash during mountJan Kara2018-09-071-5/+60
* udf: Prevent write-unsupported filesystem to be remounted read-writeJan Kara2018-09-072-14/+18
* udf: remove unused variables group_start and nr_groupsColin Ian King2018-09-031-4/+2
* 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