summaryrefslogtreecommitdiffstats
path: root/fs/udf
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-155-48/+45
|\
| * Merge branch 'vfs_timespec64' of https://github.com/deepa-hub/vfs into vfs-ti...Arnd Bergmann2018-06-145-48/+45
| |\
| | * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-052-17/+30
| | * udf: Simplify calls to udf_disk_stamp_to_timeDeepa Dinamani2018-05-254-37/+21
* | | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-3/+4
* | | Merge tag 'udf_for_v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-074-150/+131
|\ \ \ | |/ / |/| |
| * | udf: Add support for decoding UTF-16 charactersJan Kara2018-04-191-35/+68
| * | udf: Add support for encoding UTF-16 charactersJan Kara2018-04-191-36/+43
| * | udf: Push sb argument to udf_name_[to|from]_CS0()Jan Kara2018-04-191-33/+24
| * | udf: Convert ident strings to proper charsetJan Kara2018-04-193-6/+14
| * | udf: Use UTF-32 <-> UTF-8 conversion functions from NLSJan Kara2018-04-191-63/+17
| * | udf: Always require NLS supportJan Kara2018-04-192-13/+1
| |/
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2018-05-211-4/+2
|\ \ | |/ |/|
| * do d_instantiate/unlock_new_inode combinations safelyAl Viro2018-05-111-4/+2
* | udf: Fix leak of UTF-16 surrogates into encoded stringsJan Kara2018-04-181-0/+6
|/
* udf: fix potential refcnt problem of nls moduleChengguang Xu2018-03-021-5/+10
* udf: Do not mark possibly inconsistent filesystems as closedJan Kara2018-03-022-2/+7
* udf: Remove never implemented mount optionsJan Kara2018-02-271-27/+1
* udf: Provide saner default for invalid uid / gidJan Kara2018-02-271-2/+3
* udf: Clean up handling of invalid uid/gidJan Kara2018-02-272-8/+15
* udf: Apply uid/gid mount options also to new inodes & chownJan Kara2018-02-272-0/+14
* udf: Ignore [ug]id=ignore mount optionsJan Kara2018-02-273-18/+8
* udf: Fix handling of Partition DescriptorsJan Kara2018-02-271-32/+73
* udf: Unify common handling of descriptorsJan Kara2018-02-271-22/+19
* udf: Convert descriptor index definitions to enumJan Kara2018-02-161-8/+9
* udf: Allow volume descriptor sequence to be terminated by unrecorded blockJan Kara2018-02-161-6/+2
* udf: Simplify handling of Volume Descriptor PointersJan Kara2018-02-161-25/+16
* udf: Fix off-by-one in volume descriptor sequence lengthJan Kara2018-02-161-3/+3
* udf: Sanitize nanoseconds for time stampsJan Kara2017-12-191-0/+5
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-3/+3
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2017-11-1412-95/+105
|\
| * udf: Fix some sign-conversion warningsSteve Magnani2017-10-172-4/+4
| * udf: Fix signed/unsigned format specifiersSteve Magnani2017-10-178-49/+49
| * udf: Fix 64-bit sign extension issues affecting blocks > 0x7FFFFFFFSteve Magnani2017-10-1710-41/+51
| * udf: Avoid overflow when session starts at large offsetJan Kara2017-10-161-1/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-024-0/+4
|/
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-141-7/+7
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-7/+7
* | fs-udf: Delete an error message for a failed memory allocation in two functionsMarkus Elfring2017-08-162-8/+1
* | fs-udf: Improve six size determinationsMarkus Elfring2017-08-163-7/+6
* | fs-udf: Adjust two checks for null pointersMarkus Elfring2017-08-161-2/+3
|/
* udf: Convert udf_disk_stamp_to_time() to use mktime64()Jan Kara2017-06-141-51/+2
* udf: Use time64_to_tm for timestamp conversionJan Kara2017-06-141-34/+11
* udf: Fix deadlock between writeback and udf_setsize()Jan Kara2017-06-141-2/+2
* udf: Use i_size_read() in udf_adinicb_writepage()Jan Kara2017-06-141-1/+2
* udf: Fix races with i_size changes during readpageJan Kara2017-06-141-2/+7
* udf: Remove unused UDF_DEFAULT_BLOCKSIZEJan Kara2017-06-131-2/+0
* udf: use kmap_atomic for memcpy copyingFabian Frederick2017-04-242-9/+9
* udf: use octal for permissionsFabian Frederick2017-04-242-8/+8
* statx: Add a system call to make enhanced file info availableDavid Howells2017-03-021-2/+3
OpenPOWER on IntegriCloud