aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf
AgeCommit message (Expand)Author
2019-04-07udf: Fix crash on IO error during truncateJan Kara
2019-03-01udf: Fix BUG on corrupted inodeJan Kara
2018-12-15udf: Allow mounting volumes with incorrect identification stringsJan Kara
2018-11-21udf: Prevent write-unsupported filesystem to be remounted read-writeJan Kara
2018-09-09udf: Fix mounting of Win7 created UDF filesystemsJan Kara
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
2017-10-17udf: Fix signed/unsigned format specifiersSteve Magnani
2017-10-17udf: Fix 64-bit sign extension issues affecting blocks > 0x7FFFFFFFSteve Magnani
2017-10-16udf: Avoid overflow when session starts at large offsetJan Kara
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-08-16fs-udf: Delete an error message for a failed memory allocation in two functionsMarkus Elfring
2017-08-16fs-udf: Improve six size determinationsMarkus Elfring
2017-08-16fs-udf: Adjust two checks for null pointersMarkus Elfring
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2017-06-14udf: Convert udf_disk_stamp_to_time() to use mktime64()Jan Kara