summaryrefslogtreecommitdiffstats
path: root/fs/udf
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
|\ \ \ | |/ / |/| |
| * | udf: Add support for decoding UTF-16 charactersJan Kara2018-04-191-35/+68
| * | udf: Add support for encoding UTF-16 charactersJan Kara2018-04-191-36/+43
| * | udf: Push sb argument to udf_name_[to|from]_CS0()Jan Kara2018-04-191-33/+24
| * | udf: Convert ident strings to proper charsetJan Kara2018-04-193-6/+14
| * | udf: Use UTF-32 <-> UTF-8 conversion functions from NLSJan Kara2018-04-191-63/+17
| * | udf: Always require NLS supportJan Kara2018-04-192-13/+1
| |/
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-05-211-4/+2
|\ \ | |/ |/|
| * do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-05-111-4/+2
* | udf: Fix leak of UTF-16 surrogates into encoded stringsJan Kara2018-04-181-0/+6
|/
* udf: fix potential refcnt problem of nls moduleChengguang Xu2018-03-021-5/+10
* udf: Do not mark possibly inconsistent filesystems as closedJan Kara2018-03-022-2/+7
* udf: Remove never implemented mount optionsJan Kara2018-02-271-27/+1
* udf: Provide saner default for invalid uid / gidJan Kara2018-02-271-2/+3
* udf: Clean up handling of invalid uid/gidJan Kara2018-02-272-8/+15