aboutsummaryrefslogtreecommitdiff
path: root/fs/udf
AgeCommit message (Expand)Author
2018-12-27Merge tag 'fs_for_4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-12-12udf: Fix BUG on corrupted inodeJan Kara
2018-11-19udf: Allow mounting volumes with incorrect identification stringsJan Kara
2018-09-07udf: Drop pack pragma from udf_sb.hJan Kara
2018-09-07udf: Drop freed bitmap / table supportJan Kara
2018-09-07udf: Fix crash during mountJan Kara
2018-09-07udf: Prevent write-unsupported filesystem to be remounted read-writeJan Kara
2018-09-03udf: remove unused variables group_start and nr_groupsColin Ian King
2018-08-24udf: Fix mounting of Win7 created UDF filesystemsJan Kara
2018-08-24udf: Remove dead code from udf_find_fileset()Jan Kara
2018-08-17Merge tag 'for_v4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds
2018-08-13Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-08-03udf: switch to discard_new_inode()Al Viro
2018-06-27udf: convert inode stamps to timespec64Arnd Bergmann
2018-06-20udf: Drop unused arguments of udf_delete_aext()Jan Kara
2018-06-20udf: Provide function for calculating dir entry lengthJan Kara
2018-06-20udf: Detect incorrect directory sizeJan Kara
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-14Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-07Merge tag 'udf_for_v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani
2018-05-25udf: Simplify calls to udf_disk_stamp_to_timeDeepa Dinamani
2018-05-21Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2018-05-11do d_instantiate/unlock_new_inode combinations safelyAl Viro
2018-04-19udf: Add support for decoding UTF-16 charactersJan Kara
2018-04-19udf: Add support for encoding UTF-16 charactersJan Kara
2018-04-19udf: Push sb argument to udf_name_[to|from]_CS0()Jan Kara
2018-04-19udf: Convert ident strings to proper charsetJan Kara
2018-04-19udf: Use UTF-32 <-> UTF-8 conversion functions from NLSJan Kara
2018-04-19udf: Always require NLS supportJan Kara
2018-04-18udf: Fix leak of UTF-16 surrogates into encoded stringsJan Kara
2018-03-02udf: fix potential refcnt problem of nls moduleChengguang Xu
2018-03-02udf: Do not mark possibly inconsistent filesystems as closedJan Kara
2018-02-27udf: Remove never implemented mount optionsJan Kara
2018-02-27udf: Provide saner default for invalid uid / gidJan Kara
2018-02-27udf: Clean up handling of invalid uid/gidJan Kara
2018-02-27udf: Apply uid/gid mount options also to new inodes & chownJan Kara
2018-02-27udf: Ignore [ug]id=ignore mount optionsJan Kara
2018-02-27udf: Fix handling of Partition DescriptorsJan Kara
2018-02-27udf: Unify common handling of descriptorsJan Kara
2018-02-16udf: Convert descriptor index definitions to enumJan Kara
2018-02-16udf: Allow volume descriptor sequence to be terminated by unrecorded blockJan Kara
2018-02-16udf: Simplify handling of Volume Descriptor PointersJan Kara
2018-02-16udf: Fix off-by-one in volume descriptor sequence lengthJan Kara
2017-12-19udf: Sanitize nanoseconds for time stampsJan Kara
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-14Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-17udf: Fix some sign-conversion warningsSteve Magnani