summaryrefslogtreecommitdiffstats
path: root/fs/udf/udfdecl.h
Commit message (Expand)AuthorAgeFilesLines
* 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/+1Star
* 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-261-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/+0Star
* 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/+3Star
* 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-071-1/+0Star
|/
* 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/+0Star
* udf: add extent cache support in case of file readingNamjae Jeon2013-01-221-5/+0Star
* udf: stop using s_dirtArtem Bityutskiy2012-07-091-1/+0Star
* udf: propagate umode_tAl Viro2012-01-041-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
| * udf: Convert printks to pr_<level>Joe Perches2011-10-311-19/+19
| * udf: Rename udf_warning to udf_warnJoe Perches2011-10-101-1/+4
| * udf: Rename udf_error to udf_errJoe Perches2011-10-101-3/+4
| * udf: Promote some debugging messages to udf_errorJoe Perches2011-10-101-2/+7
* | treewide: use __printf not __attribute__((format(printf,...)))Joe Perches2011-11-011-2/+2
|/
* udf: Convert UDF to new truncate calling sequenceJan Kara2011-02-231-7/+5Star
* udf: Move handling of uniqueID into a helper function and protect it by a s_a...Jan Kara2011-01-061-0/+1
* udf: Remove BKL from udf_update_inodeJan Kara2011-01-061-1/+0Star
* fs/udf: Add printf format/argument verificationJoe Perches2011-01-061-0/+2
* switch udf to ->evict_inode()Al Viro2010-08-091-2/+1Star
* udf: Remove dead quota codeJan Kara2010-05-241-1/+0Star
* udf: BKL ioctl pushdownJohn Kacur2010-05-051-2/+1Star
* udf: add speciffic ->setattr callbackDmitry Monakhov2010-04-081-1/+2
* pass writeback_control to ->write_inodeChristoph Hellwig2010-03-051-1/+1
* switch udf to simple_fsync()Al Viro2009-06-121-3/+0Star
* udf: Don't write integrity descriptor too oftenJan Kara2009-04-021-0/+11
* Fix the udf code not to pass structs on stack where possible.Pekka Enberg2009-04-021-7/+13
* Remove struct typedefs from fs/udf/ecma_167.h et al.Pekka Enberg2009-04-021-18/+18
* udf: restore UDFFS_DEBUG to being undefined by defaultPaul Collins2008-06-161-1/+1
* udf: Make udf exportableRasmus Rohde2008-05-071-0/+1
* udf: use crc_itu_t from lib instead of udf_crcBob Copeland2008-04-171-3/+0Star