summaryrefslogtreecommitdiff
path: root/fs/udf/udfdecl.h
AgeCommit message (Expand)Author
2023-01-26udf: Move udf_adinicb_readpage() to inode.cJan Kara
2023-01-26udf: Mark aops implementation staticJan Kara
2023-01-26udf: Switch to single address_space_operationsJan Kara
2023-01-26udf: Convert all file types to use udf_write_end()Jan Kara
2023-01-26udf: Convert in-ICB files to use udf_write_begin()Jan Kara
2023-01-26udf: Convert in-ICB files to use udf_direct_IO()Jan Kara
2023-01-26udf: Convert in-ICB files to use udf_writepages()Jan Kara
2023-01-26udf: Unify .read_folio for normal and in-ICB filesJan Kara
2023-01-26udf: Allocate blocks on write page faultJan Kara
2023-01-26udf: Fold udf_block_map() into udf_map_block()Jan Kara
2023-01-26udf: Factor out block mapping into udf_map_block()Jan Kara
2023-01-26udf: Drop VARCONV supportJan Kara
2023-01-26udf: Unify types in anchor block detectionJan Kara
2023-01-09udf: Allocate name buffer in directory iterator on heapJan Kara
2023-01-09udf: Remove old directory iteration codeJan Kara
2023-01-09udf: Implement adding of dir entries using new iteration codeJan Kara
2023-01-09udf: Move udf_expand_dir_adinicb() to its callsiteJan Kara
2023-01-09udf: New directory iteration codeJan Kara
2021-08-11udf: Get rid of 0-length arrays in struct fileIdentDescJan Kara
2019-08-27udf: augment UDF permissions on new inodesSteven J. Magnani
2019-08-26udf: Use dynamic debug infrastructureJan Kara
2019-03-18udf: Propagate errors from udf_truncate_extents()Jan Kara
2018-06-27udf: convert inode stamps to timespec64Arnd Bergmann
2018-06-20udf: Drop unused arguments of udf_delete_aext()Jan Kara
2018-06-20udf: Provide function for calculating dir entry lengthJan Kara
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-05-25udf: Simplify calls to udf_disk_stamp_to_timeDeepa Dinamani
2018-04-19udf: Convert ident strings to proper charsetJan Kara
2018-02-27udf: Clean up handling of invalid uid/gidJan Kara
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 64-bit sign extension issues affecting blocks > 0x7FFFFFFFSteve Magnani
2017-01-05udf: Make stat on symlink report symlink length as st_sizeJan Kara
2017-01-03fs/udf: make #ifdef UDF_PREALLOCATE unconditionalSteve Kenton
2016-04-25udf: Fix conversion of 'dstring' fields to UTF8Andrew Gabbasov
2016-02-09udf: Remove struct ustr as non-needed intermediate storageAndrew Gabbasov
2016-02-09udf: Adjust UDF_NAME_LEN to better reflect actual restrictionsAndrew Gabbasov
2016-02-09udf: Parameterize output length in udf_put_filenameAndrew Gabbasov
2016-01-15Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2015-12-23udf: Factor out code for creating indirect extentJan Kara
2015-12-06udf: don't duplicate page_symlink_inode_operationsAl Viro
2014-12-19udf: Check path length when reading symlinkJan Kara
2014-10-09udf: Fix loading of special inodesJan Kara
2014-09-04udf: saner calling conventions for udf_new_inode()Al Viro
2014-09-04udf: Make udf_read_inode() and udf_iget() return errorJan Kara
2013-01-22udf: add extent cache support in case of file readingNamjae Jeon
2012-07-09udf: stop using s_dirtArtem Bityutskiy
2012-01-03udf: propagate umode_tAl Viro
2011-11-02Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches