aboutsummaryrefslogtreecommitdiff
path: root/fs/udf
AgeCommit message (Expand)AuthorFilesLines
2019-09-04fs-udf: Delete an unnecessary check before brelse()Gravatar Markus Elfring 1-2/+1
2019-09-04udf: Drop forward function declarationsGravatar Jan Kara 1-53/+49
2019-09-04udf: Verify domain identifier fieldsGravatar Jan Kara 2-27/+78
2019-08-27udf: augment UDF permissions on new inodesGravatar Steven J. Magnani 5-4/+35
2019-08-26udf: Use dynamic debug infrastructureGravatar Jan Kara 2-16/+1
2019-08-26udf: reduce leakage of blocks related to named streamsGravatar Steven J. Magnani 3-2/+29
2019-07-31udf: prevent allocation beyond UDF partitionGravatar Steve Magnani 1-0/+11
2019-07-31udf: support 2048-byte spacing of VRS descriptors on 4K mediaGravatar Steven J. Magnani 1-0/+16
2019-07-31udf: refactor VRS descriptor identificationGravatar Steven J. Magnani 1-64/+64
2019-07-10Merge tag 'for_v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-33/+60
2019-07-10udf: Fix incorrect final NOT_ALLOCATED (hole) extent lengthGravatar Steven J. Magnani 1-33/+60
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2019-05-13Merge tag 'fs_for_v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-15/+5
2019-05-01udf: switch to ->free_inode()Gravatar Al Viro 1-8/+2
2019-04-17udf: fix an uninitialized read bug and remove dead codeGravatar Wenwen Wang 1-15/+0
2019-03-26udf: Explain handling of load_nls() failureGravatar Jan Kara 1-0/+5
2019-03-18udf: Propagate errors from udf_truncate_extents()Gravatar Jan Kara 3-5/+8
2019-03-18udf: Fix crash on IO error during truncateGravatar Jan Kara 1-0/+3
2019-02-21udf: Drop pointless check from udf_sync_fs()Gravatar Jan Kara 1-6/+3
2019-02-11udf: disallow RW mount without valid integrity descriptorGravatar Steve Magnani 1-0/+11
2019-02-11udf: finalize integrity descriptor before writebackGravatar Steve Magnani 1-2/+11
2019-02-11udf: factor out LVID finalization for reuseGravatar Steve Magnani 1-16/+14
2018-12-27Merge tag 'fs_for_4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+6
2018-12-12udf: Fix BUG on corrupted inodeGravatar Jan Kara 1-0/+6
2018-11-19udf: Allow mounting volumes with incorrect identification stringsGravatar Jan Kara 2-9/+21
2018-09-07udf: Drop pack pragma from udf_sb.hGravatar Jan Kara 1-2/+0
2018-09-07udf: Drop freed bitmap / table supportGravatar Jan Kara 3-74/+0
2018-09-07udf: Fix crash during mountGravatar Jan Kara 1-5/+60
2018-09-07udf: Prevent write-unsupported filesystem to be remounted read-writeGravatar Jan Kara 2-14/+18
2018-09-03udf: remove unused variables group_start and nr_groupsGravatar Colin Ian King 1-4/+2
2018-08-24udf: Fix mounting of Win7 created UDF filesystemsGravatar Jan Kara 1-12/+19
2018-08-24udf: Remove dead code from udf_find_fileset()Gravatar Jan Kara 1-61/+1
2018-08-17Merge tag 'for_v4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Gravatar Linus Torvalds 7-41/+28
2018-08-13Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-8/+4
2018-08-03udf: switch to discard_new_inode()Gravatar Al Viro 1-8/+4
2018-06-27udf: convert inode stamps to timespec64Gravatar Arnd Bergmann 7-41/+28
2018-06-20udf: Drop unused arguments of udf_delete_aext()Gravatar Jan Kara 3-9/+7
2018-06-20udf: Provide function for calculating dir entry lengthGravatar Jan Kara 3-15/+10
2018-06-20udf: Detect incorrect directory sizeGravatar Jan Kara 1-0/+3
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 5-48/+45
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Gravatar Arnd Bergmann 5-48/+45
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-3/+4
2018-06-07Merge tag 'udf_for_v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 4-150/+131
2018-06-05vfs: change inode times to use struct timespec64Gravatar Deepa Dinamani 2-17/+30
2018-05-25udf: Simplify calls to udf_disk_stamp_to_timeGravatar Deepa Dinamani 4-37/+21
2018-05-21Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsGravatar Linus Torvalds 1-4/+2
2018-05-11do d_instantiate/unlock_new_inode combinations safelyGravatar Al Viro 1-4/+2
2018-04-19udf: Add support for decoding UTF-16 charactersGravatar Jan Kara 1-35/+68
2018-04-19udf: Add support for encoding UTF-16 charactersGravatar Jan Kara 1-36/+43
2018-04-19udf: Push sb argument to udf_name_[to|from]_CS0()Gravatar Jan Kara 1-33/+24