summaryrefslogtreecommitdiffstats
path: root/fs/udf/udfdecl.h
Commit message (Expand)AuthorAgeFilesLines
* udf: Move udf_adinicb_readpage() to inode.cJan Kara2023-01-261-1/+0
* udf: Mark aops implementation staticJan Kara2023-01-261-9/+0
* udf: Switch to single address_space_operationsJan Kara2023-01-261-1/+0
* udf: Convert all file types to use udf_write_end()Jan Kara2023-01-261-0/+3
* udf: Convert in-ICB files to use udf_write_begin()Jan Kara2023-01-261-0/+3
* udf: Convert in-ICB files to use udf_direct_IO()Jan Kara2023-01-261-0/+1
* udf: Convert in-ICB files to use udf_writepages()Jan Kara2023-01-261-0/+1
* udf: Unify .read_folio for normal and in-ICB filesJan Kara2023-01-261-0/+2
* udf: Allocate blocks on write page faultJan Kara2023-01-261-0/+1
* udf: Fold udf_block_map() into udf_map_block()Jan Kara2023-01-261-1/+0
* udf: Factor out block mapping into udf_map_block()Jan Kara2023-01-261-0/+1
* udf: Drop VARCONV supportJan Kara2023-01-261-6/+0
* udf: Unify types in anchor block detectionJan Kara2023-01-261-1/+1
* udf: Allocate name buffer in directory iterator on heapJan Kara2023-01-091-1/+1
* udf: Remove old directory iteration codeJan Kara2023-01-091-22/+0
* udf: Implement adding of dir entries using new iteration codeJan Kara2023-01-091-0/+2
* udf: Move udf_expand_dir_adinicb() to its callsiteJan Kara2023-01-091-2/+0
* udf: New directory iteration codeJan Kara2023-01-091-0/+23
* udf: Get rid of 0-length arrays in struct fileIdentDescJan Kara2021-08-111-0/+4
* udf: augment UDF permissions on new inodesSteven J. Magnani2019-08-271-0/+1
* udf: Use dynamic debug infrastructureJan Kara2019-08-261-9/+1
* udf: Propagate errors from udf_truncate_extents()Jan Kara2019-03-181-1/+1
* udf: convert inode stamps to timespec64Arnd Bergmann2018-06-271-2/+2
* udf: Drop unused arguments of udf_delete_aext()Jan Kara2018-06-201-2/+1
* udf: Provide function for calculating dir entry lengthJan Kara2018-06-201-0/+6
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-2/+2
|\
| * udf: Simplify calls to udf_disk_stamp_to_timeDeepa Dinamani2018-05-251-2/+2
* | udf: Convert ident strings to proper charsetJan Kara2018-04-191-1/+2
|/
* udf: Clean up handling of invalid uid/gidJan Kara2018-02-271-0/+2
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2017-11-141-8/+13
|\
| * udf: Fix 64-bit sign extension issues affecting blocks > 0x7FFFFFFFSteve Magnani2017-10-171-8/+13
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* udf: Make stat on symlink report symlink length as st_sizeJan Kara2017-01-051-0/+1
* fs/udf: make #ifdef UDF_PREALLOCATE unconditionalSteve Kenton2017-01-031-1/+0
* udf: Fix conversion of 'dstring' fields to UTF8Andrew Gabbasov2016-04-251-1/+1
* udf: Remove struct ustr as non-needed intermediate storageAndrew Gabbasov2016-02-091-10/+3
* udf: Adjust UDF_NAME_LEN to better reflect actual restrictionsAndrew Gabbasov2016-02-091-3/+3
* udf: Parameterize output length in udf_put_filenameAndrew Gabbasov2016-02-091-2/+2
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2016-01-151-0/+4
|\
| * udf: Factor out code for creating indirect extentJan Kara2015-12-231-0/+4
* | udf: don't duplicate page_symlink_inode_operationsAl Viro2015-12-061-1/+0
|/
* udf: Check path length when reading symlinkJan Kara2014-12-191-1/+2
* udf: Fix loading of special inodesJan Kara2014-10-091-1/+12
* udf: saner calling conventions for udf_new_inode()Al Viro2014-09-041-1/+1
* udf: Make udf_read_inode() and udf_iget() return errorJan Kara2014-09-041-1/+0
* udf: add extent cache support in case of file readingNamjae Jeon2013-01-221-5/+0
* udf: stop using s_dirtArtem Bityutskiy2012-07-091-1/+0
* udf: propagate umode_tAl Viro2012-01-031-1/+1
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2011-11-021-13/+22
|\
| * udf: Skip mirror metadata FE loading when metadata FE is okNamjae Jeon2011-10-311-0/+2