summaryrefslogtreecommitdiff
path: root/fs/udf
AgeCommit message (Expand)Author
2019-07-21udf: Fix incorrect final NOT_ALLOCATED (hole) extent lengthSteven J. Magnani
2019-03-27udf: Fix crash on IO error during truncateJan Kara
2019-02-12udf: Fix BUG on corrupted inodeJan Kara
2018-12-08udf: Allow mounting volumes with incorrect identification stringsJan Kara
2018-07-03udf: Detect incorrect directory sizeJan Kara
2018-05-30udf: Provide saner default for invalid uid / gidJan Kara
2018-05-30do d_instantiate/unlock_new_inode combinations safelyAl Viro
2018-04-24udf: Fix leak of UTF-16 surrogates into encoded stringsJan Kara
2017-12-20udf: Avoid overflow when session starts at large offsetJan Kara
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
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
2017-01-10udf: use pointer for kernel_long_ad argumentFabian Frederick
2017-01-10udf: use __packed instead of __attribute__ ((packed))Fabian Frederick
2017-01-05udf: Make stat on symlink report symlink length as st_sizeJan Kara
2017-01-03fs/udf: make #ifdef UDF_PREALLOCATE unconditionalSteve Kenton
2017-01-03fs: udf: Replace CURRENT_TIME with current_time()Deepa Dinamani
2016-11-01block,fs: untangle fs.h and blk_types.hChristoph Hellwig
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-10Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro
2016-09-27fs: Replace current_fs_time() with current_time()Deepa Dinamani
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-09-19udf: don't bother with full-page write optimisations in adinicb caseAl Viro
2016-09-06udf: Remove useless check in udf_adinicb_write_begin()Jan Kara