aboutsummaryrefslogtreecommitdiff
path: root/fs/udf
AgeCommit message (Expand)AuthorFilesLines
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
2018-04-19udf: Convert ident strings to proper charsetGravatar Jan Kara 3-6/+14
2018-04-19udf: Use UTF-32 <-> UTF-8 conversion functions from NLSGravatar Jan Kara 1-63/+17
2018-04-19udf: Always require NLS supportGravatar Jan Kara 2-13/+1
2018-04-18udf: Fix leak of UTF-16 surrogates into encoded stringsGravatar Jan Kara 1-0/+6
2018-03-02udf: fix potential refcnt problem of nls moduleGravatar Chengguang Xu 1-5/+10
2018-03-02udf: Do not mark possibly inconsistent filesystems as closedGravatar Jan Kara 2-2/+7
2018-02-27udf: Remove never implemented mount optionsGravatar Jan Kara 1-27/+1
2018-02-27udf: Provide saner default for invalid uid / gidGravatar Jan Kara 1-2/+3
2018-02-27udf: Clean up handling of invalid uid/gidGravatar Jan Kara 2-8/+15
2018-02-27udf: Apply uid/gid mount options also to new inodes & chownGravatar Jan Kara 2-0/+14
2018-02-27udf: Ignore [ug]id=ignore mount optionsGravatar Jan Kara 3-18/+8
2018-02-27udf: Fix handling of Partition DescriptorsGravatar Jan Kara 1-32/+73
2018-02-27udf: Unify common handling of descriptorsGravatar Jan Kara 1-22/+19
2018-02-16udf: Convert descriptor index definitions to enumGravatar Jan Kara 1-8/+9
2018-02-16udf: Allow volume descriptor sequence to be terminated by unrecorded blockGravatar Jan Kara 1-6/+2
2018-02-16udf: Simplify handling of Volume Descriptor PointersGravatar Jan Kara 1-25/+16
2018-02-16udf: Fix off-by-one in volume descriptor sequence lengthGravatar Jan Kara 1-3/+3
2017-12-19udf: Sanitize nanoseconds for time stampsGravatar Jan Kara 1-0/+5
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Gravatar Linus Torvalds 1-3/+3
2017-11-14Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 12-95/+105
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 4-0/+4
2017-10-17udf: Fix some sign-conversion warningsGravatar Steve Magnani 2-4/+4