aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-19udf: Allow mounting volumes with incorrect identification stringsJan Kara2-9/+21
2018-09-07udf: Drop pack pragma from udf_sb.hJan Kara1-2/+0
2018-09-07udf: Drop freed bitmap / table supportJan Kara3-74/+0
2018-09-07udf: Fix crash during mountJan Kara1-5/+60
2018-09-07udf: Prevent write-unsupported filesystem to be remounted read-writeJan Kara2-14/+18
2018-09-03udf: remove unused variables group_start and nr_groupsColin Ian King1-4/+2
2018-08-24udf: Fix mounting of Win7 created UDF filesystemsJan Kara1-12/+19
2018-08-24udf: Remove dead code from udf_find_fileset()Jan Kara1-61/+1
2018-08-17Merge tag 'for_v4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds7-41/+28
2018-08-13Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+4
2018-08-03udf: switch to discard_new_inode()Al Viro1-8/+4
2018-06-27udf: convert inode stamps to timespec64Arnd Bergmann7-41/+28
2018-06-20udf: Drop unused arguments of udf_delete_aext()Jan Kara3-9/+7
2018-06-20udf: Provide function for calculating dir entry lengthJan Kara3-15/+10
2018-06-20udf: Detect incorrect directory sizeJan Kara1-0/+3
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds5-48/+45
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-timespec64Arnd Bergmann5-48/+45
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-3/+4
2018-06-07Merge tag 'udf_for_v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds4-150/+131
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani2-17/+30
2018-05-25udf: Simplify calls to udf_disk_stamp_to_timeDeepa Dinamani4-37/+21
2018-05-21Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-4/+2
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro1-4/+2
2018-04-19udf: Add support for decoding UTF-16 charactersJan Kara1-35/+68
2018-04-19udf: Add support for encoding UTF-16 charactersJan Kara1-36/+43
2018-04-19udf: Push sb argument to udf_name_[to|from]_CS0()Jan Kara1-33/+24
2018-04-19udf: Convert ident strings to proper charsetJan Kara3-6/+14
2018-04-19udf: Use UTF-32 <-> UTF-8 conversion functions from NLSJan Kara1-63/+17
2018-04-19udf: Always require NLS supportJan Kara2-13/+1
2018-04-18udf: Fix leak of UTF-16 surrogates into encoded stringsJan Kara1-0/+6
2018-03-02udf: fix potential refcnt problem of nls moduleChengguang Xu1-5/+10
2018-03-02udf: Do not mark possibly inconsistent filesystems as closedJan Kara2-2/+7
2018-02-27udf: Remove never implemented mount optionsJan Kara1-27/+1
2018-02-27udf: Provide saner default for invalid uid / gidJan Kara1-2/+3
2018-02-27udf: Clean up handling of invalid uid/gidJan Kara2-8/+15
2018-02-27udf: Apply uid/gid mount options also to new inodes & chownJan Kara2-0/+14
2018-02-27udf: Ignore [ug]id=ignore mount optionsJan Kara3-18/+8
2018-02-27udf: Fix handling of Partition DescriptorsJan Kara1-32/+73
2018-02-27udf: Unify common handling of descriptorsJan Kara1-22/+19
2018-02-16udf: Convert descriptor index definitions to enumJan Kara1-8/+9
2018-02-16udf: Allow volume descriptor sequence to be terminated by unrecorded blockJan Kara1-6/+2
2018-02-16udf: Simplify handling of Volume Descriptor PointersJan Kara1-25/+16
2018-02-16udf: Fix off-by-one in volume descriptor sequence lengthJan Kara1-3/+3
2017-12-19udf: Sanitize nanoseconds for time stampsJan Kara1-0/+5
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-3/+3
2017-11-14Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds12-95/+105
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
2017-10-17udf: Fix some sign-conversion warningsSteve Magnani2-4/+4
2017-10-17udf: Fix signed/unsigned format specifiersSteve Magnani8-49/+49
2017-10-17udf: Fix 64-bit sign extension issues affecting blocks > 0x7FFFFFFFSteve Magnani10-41/+51