summaryrefslogtreecommitdiff
path: root/fs/udf
AgeCommit message (Expand)Author
2020-02-28udf: Fix free space reporting for metadata and virtual partitionsJan Kara
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-07-27udf: Fix deadlock between writeback and udf_setsize()Jan Kara
2017-06-14fs: add i_blocksize()Fabian Frederick
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
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-07-26Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-07-20block: get rid of bio_rw and READAChristoph Hellwig
2016-06-07fs: have ll_rw_block users pass in op and flags separatelyMike Christie
2016-05-19udf: Use correct partition reference number for metadataAlden Tondettar
2016-05-19udf: Use IS_ERR when loading metadata mirror file entryAlden Tondettar
2016-05-19udf: Don't BUG on missing metadata partition descriptorAlden Tondettar
2016-05-17Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-05-17Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2016-05-17Merge branch 'ovl-fixes' into for-linusAl Viro
2016-05-09more trivial ->iterate_shared conversionsAl Viro
2016-05-02Merge getxattr prototype change into work.lookupsAl Viro
2016-05-01fs: simplify the generic_write_sync prototypeChristoph Hellwig
2016-05-01fs: add IOCB_SYNC and IOCB_DSYNCChristoph Hellwig
2016-05-01direct-io: eliminate the offset argument to ->direct_IOChristoph Hellwig
2016-04-28udf: Export superblock magic to userspaceJan Kara
2016-04-26udf: Prevent stack overflow on corrupted filesystem mountAlden Tondettar
2016-04-25udf: Fix conversion of 'dstring' fields to UTF8Andrew Gabbasov
2016-04-10don't bother with ->d_inode->i_sb - it's always equal to ->d_sbAl Viro
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-02-09udf: Merge linux specific translation into CS0 conversion functionAndrew Gabbasov
2016-02-09udf: Remove struct ustr as non-needed intermediate storageAndrew Gabbasov
2016-02-09udf: Use separate buffer for copying split namesJan Kara
2016-02-09udf: Adjust UDF_NAME_LEN to better reflect actual restrictionsAndrew Gabbasov
2016-02-09udf: Join functions for UTF8 and NLS conversionsAndrew Gabbasov
2016-02-09udf: Parameterize output length in udf_put_filenameAndrew Gabbasov
2016-01-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-01-22tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-15Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds