summaryrefslogtreecommitdiff
path: root/fs/udf
AgeCommit message (Expand)AuthorFilesLines
2022-02-08udf: Fix NULL ptr deref when converting from inline formatJan Kara1-5/+3
2022-02-08udf: Restore i_lenAlloc when inode expansion failsJan Kara1-0/+1
2021-09-22udf_get_extendedattr() had no boundary checks.Stian Skjelstad1-2/+11
2021-09-22udf: Check LVID earlierJan Kara1-9/+16
2021-07-20udf: Fix NULL pointer dereference in udf_symlink functionArturo Giusti1-0/+4
2021-03-17udf: fix silent AED tagLocation corruptionSteven J. Magnani1-3/+6
2020-10-29udf: Avoid accessing uninitialized data on failed inode readJan Kara1-11/+14
2020-10-29udf: Limit sparing table sizeJan Kara1-0/+6
2020-02-28udf: Fix free space reporting for metadata and virtual partitionsJan Kara1-5/+17
2019-07-21udf: Fix incorrect final NOT_ALLOCATED (hole) extent lengthSteven J. Magnani1-33/+60
2019-03-27udf: Fix crash on IO error during truncateJan Kara1-0/+3
2019-02-12udf: Fix BUG on corrupted inodeJan Kara1-0/+6
2018-12-08udf: Allow mounting volumes with incorrect identification stringsJan Kara2-9/+21
2018-07-03udf: Detect incorrect directory sizeJan Kara1-0/+3
2018-05-30udf: Provide saner default for invalid uid / gidJan Kara1-2/+3
2018-05-30do d_instantiate/unlock_new_inode combinations safelyAl Viro1-4/+2
2018-04-24udf: Fix leak of UTF-16 surrogates into encoded stringsJan Kara1-0/+6
2017-12-20udf: Avoid overflow when session starts at large offsetJan Kara1-1/+1
2017-07-28udf: Fix deadlock between writeback and udf_setsize()Jan Kara1-2/+2
2017-06-14fs: add i_blocksize()Fabian Frederick1-1/+1
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-14/+18
2016-10-11Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro1-1/+5
2016-09-28fs: Replace current_fs_time() with current_time()Deepa Dinamani3-13/+13
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi1-1/+1
2016-09-27fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi1-2/+6
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara1-1/+1
2016-09-19udf: don't bother with full-page write optimisations in adinicb caseAl Viro1-1/+15
2016-09-06udf: Remove useless check in udf_adinicb_write_begin()Jan Kara1-1/+1
2016-07-27Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+2
2016-07-27Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds3-3/+3
2016-07-21block: get rid of bio_rw and READAChristoph Hellwig2-2/+2
2016-06-07fs: have ll_rw_block users pass in op and flags separatelyMike Christie3-3/+3
2016-05-19udf: Use correct partition reference number for metadataAlden Tondettar3-12/+21
2016-05-19udf: Use IS_ERR when loading metadata mirror file entryAlden Tondettar1-0/+2
2016-05-19udf: Don't BUG on missing metadata partition descriptorAlden Tondettar1-2/+3
2016-05-18Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-9/+5
2016-05-18Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2-27/+44
2016-05-17Merge branch 'ovl-fixes' into for-linusAl Viro3-5/+17
2016-05-09more trivial ->iterate_shared conversionsAl Viro1-1/+1
2016-05-03Merge getxattr prototype change into work.lookupsAl Viro1-1/+1
2016-05-02fs: simplify the generic_write_sync prototypeChristoph Hellwig1-3/+1
2016-05-02fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig1-1/+1
2016-05-02direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig2-6/+4
2016-04-28udf: Export superblock magic to userspaceJan Kara1-3/+1
2016-04-26udf: Prevent stack overflow on corrupted filesystem mountAlden Tondettar1-24/+43
2016-04-25udf: Fix conversion of 'dstring' fields to UTF8Andrew Gabbasov3-5/+17
2016-04-11don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2-5/+5
2016-02-09udf: Merge linux specific translation into CS0 conversion functionAndrew Gabbasov1-128/+152
2016-02-09udf: Remove struct ustr as non-needed intermediate storageAndrew Gabbasov3-134/+61