aboutsummaryrefslogtreecommitdiff
path: root/fs/udf
AgeCommit message (Expand)Author
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-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
2017-06-14udf: Use time64_to_tm for timestamp conversionJan Kara
2017-06-14udf: Fix deadlock between writeback and udf_setsize()Jan Kara
2017-06-14udf: Use i_size_read() in udf_adinicb_writepage()Jan Kara
2017-06-14udf: Fix races with i_size changes during readpageJan Kara
2017-06-13udf: Remove unused UDF_DEFAULT_BLOCKSIZEJan Kara
2017-04-24udf: use kmap_atomic for memcpy copyingFabian Frederick
2017-04-24udf: use octal for permissionsFabian Frederick
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2017-02-27fs: add i_blocksize()Fabian Frederick
2017-02-03udf: simplify udf_ioctl()Fabian Frederick
2017-02-03udf: fix ioctl errorsFabian Frederick
2017-01-20udf: allow implicit blocksize specification during mountFabian Frederick
2017-01-10udf: check partition reference in udf_read_inode()Fabian Frederick
2017-01-10udf: atomically read inode sizeFabian Frederick
2017-01-10udf: merge module informations in super.cFabian Frederick
2017-01-10udf: remove next_epos from udf_update_extent_cache()Fabian Frederick
2017-01-10udf: Factor out trimming of crtimeFabian Frederick
2017-01-10udf: remove empty conditionFabian Frederick
2017-01-10udf: remove unneeded line breakFabian Frederick
2017-01-10udf: merge bh freeFabian Frederick