summaryrefslogtreecommitdiffstats
path: root/fs/udf
Commit message (Expand)AuthorAgeFilesLines
* 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
* udf: Apply uid/gid mount options also to new inodes & chownJan Kara2018-02-272-0/+14
* udf: Ignore [ug]id=ignore mount optionsJan Kara2018-02-273-18/+8
* udf: Fix handling of Partition DescriptorsJan Kara2018-02-271-32/+73
* udf: Unify common handling of descriptorsJan Kara2018-02-271-22/+19
* udf: Convert descriptor index definitions to enumJan Kara2018-02-161-8/+9
* udf: Allow volume descriptor sequence to be terminated by unrecorded blockJan Kara2018-02-161-6/+2
* udf: Simplify handling of Volume Descriptor PointersJan Kara2018-02-161-25/+16
* udf: Fix off-by-one in volume descriptor sequence lengthJan Kara2018-02-161-3/+3
* udf: Sanitize nanoseconds for time stampsJan Kara2017-12-191-0/+5
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-3/+3
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2017-11-1412-95/+105
|\
| * udf: Fix some sign-conversion warningsSteve Magnani2017-10-172-4/+4
| * udf: Fix signed/unsigned format specifiersSteve Magnani2017-10-178-49/+49
| * udf: Fix 64-bit sign extension issues affecting blocks > 0x7FFFFFFFSteve Magnani2017-10-1710-41/+51
| * udf: Avoid overflow when session starts at large offsetJan Kara2017-10-161-1/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-024-0/+4
|/
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-141-7/+7
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-7/+7
* | fs-udf: Delete an error message for a failed memory allocation in two functionsMarkus Elfring2017-08-162-8/+1
* | fs-udf: Improve six size determinationsMarkus Elfring2017-08-163-7/+6
* | fs-udf: Adjust two checks for null pointersMarkus Elfring2017-08-161-2/+3
|/