aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf/udfdecl.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-26udf: Move udf_adinicb_readpage() to inode.cJan Kara1-1/+0
2023-01-26udf: Mark aops implementation staticJan Kara1-9/+0
2023-01-26udf: Switch to single address_space_operationsJan Kara1-1/+0
2023-01-26udf: Convert all file types to use udf_write_end()Jan Kara1-0/+3
2023-01-26udf: Convert in-ICB files to use udf_write_begin()Jan Kara1-0/+3
2023-01-26udf: Convert in-ICB files to use udf_direct_IO()Jan Kara1-0/+1
2023-01-26udf: Convert in-ICB files to use udf_writepages()Jan Kara1-0/+1
2023-01-26udf: Unify .read_folio for normal and in-ICB filesJan Kara1-0/+2
2023-01-26udf: Allocate blocks on write page faultJan Kara1-0/+1
2023-01-26udf: Fold udf_block_map() into udf_map_block()Jan Kara1-1/+0
2023-01-26udf: Factor out block mapping into udf_map_block()Jan Kara1-0/+1
2023-01-26udf: Drop VARCONV supportJan Kara1-6/+0
2023-01-26udf: Unify types in anchor block detectionJan Kara1-1/+1
2023-01-09udf: Allocate name buffer in directory iterator on heapJan Kara1-1/+1
2023-01-09udf: Remove old directory iteration codeJan Kara1-22/+0
2023-01-09udf: Implement adding of dir entries using new iteration codeJan Kara1-0/+2
2023-01-09udf: Move udf_expand_dir_adinicb() to its callsiteJan Kara1-2/+0
2023-01-09udf: New directory iteration codeJan Kara1-0/+23
2021-08-11udf: Get rid of 0-length arrays in struct fileIdentDescJan Kara1-0/+4
2019-08-27udf: augment UDF permissions on new inodesSteven J. Magnani1-0/+1
2019-08-26udf: Use dynamic debug infrastructureJan Kara1-9/+1
2019-03-18udf: Propagate errors from udf_truncate_extents()Jan Kara1-1/+1
2018-06-27udf: convert inode stamps to timespec64Arnd Bergmann1-2/+2
2018-06-20udf: Drop unused arguments of udf_delete_aext()Jan Kara1-2/+1
2018-06-20udf: Provide function for calculating dir entry lengthJan Kara1-0/+6
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-2/+2
2018-05-25udf: Simplify calls to udf_disk_stamp_to_timeDeepa Dinamani1-2/+2
2018-04-19udf: Convert ident strings to proper charsetJan Kara1-1/+2
2018-02-27udf: Clean up handling of invalid uid/gidJan Kara1-0/+2
2017-11-14Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-8/+13
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-17udf: Fix 64-bit sign extension issues affecting blocks > 0x7FFFFFFFSteve Magnani1-8/+13
2017-01-05udf: Make stat on symlink report symlink length as st_sizeJan Kara1-0/+1
2017-01-03fs/udf: make #ifdef UDF_PREALLOCATE unconditionalSteve Kenton1-1/+0
2016-04-25udf: Fix conversion of 'dstring' fields to UTF8Andrew Gabbasov1-1/+1
2016-02-09udf: Remove struct ustr as non-needed intermediate storageAndrew Gabbasov1-10/+3
2016-02-09udf: Adjust UDF_NAME_LEN to better reflect actual restrictionsAndrew Gabbasov1-3/+3
2016-02-09udf: Parameterize output length in udf_put_filenameAndrew Gabbasov1-2/+2
2016-01-15Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-0/+4
2015-12-23udf: Factor out code for creating indirect extentJan Kara1-0/+4
2015-12-06udf: don't duplicate page_symlink_inode_operationsAl Viro1-1/+0
2014-12-19udf: Check path length when reading symlinkJan Kara1-1/+2
2014-10-09udf: Fix loading of special inodesJan Kara1-1/+12
2014-09-04udf: saner calling conventions for udf_new_inode()Al Viro1-1/+1
2014-09-04udf: Make udf_read_inode() and udf_iget() return errorJan Kara1-1/+0
2013-01-22udf: add extent cache support in case of file readingNamjae Jeon1-5/+0
2012-07-09udf: stop using s_dirtArtem Bityutskiy1-1/+0
2012-01-03udf: propagate umode_tAl Viro1-1/+1
2011-11-02Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-13/+22
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches1-2/+2
2011-10-31udf: Skip mirror metadata FE loading when metadata FE is okNamjae Jeon1-0/+2
2011-10-31udf: Convert printks to pr_<level>Joe Perches1-19/+19
2011-10-10udf: Rename udf_warning to udf_warnJoe Perches1-1/+4
2011-10-10udf: Rename udf_error to udf_errJoe Perches1-3/+4
2011-10-10udf: Promote some debugging messages to udf_errorJoe Perches1-2/+7
2011-02-23udf: Convert UDF to new truncate calling sequenceJan Kara1-7/+5
2011-01-06udf: Move handling of uniqueID into a helper function and protect it by a s_a...Jan Kara1-0/+1
2011-01-06udf: Remove BKL from udf_update_inodeJan Kara1-1/+0
2011-01-06fs/udf: Add printf format/argument verificationJoe Perches1-0/+2
2010-08-09switch udf to ->evict_inode()Al Viro1-2/+1
2010-05-24udf: Remove dead quota codeJan Kara1-1/+0
2010-05-05udf: BKL ioctl pushdownJohn Kacur1-2/+1
2010-04-08udf: add speciffic ->setattr callbackDmitry Monakhov1-1/+2
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig1-1/+1
2009-06-11switch udf to simple_fsync()Al Viro1-3/+0
2009-04-02udf: Don't write integrity descriptor too oftenJan Kara1-0/+11
2009-04-02Fix the udf code not to pass structs on stack where possible.Pekka Enberg1-7/+13
2009-04-02Remove struct typedefs from fs/udf/ecma_167.h et al.Pekka Enberg1-18/+18
2008-06-16udf: restore UDFFS_DEBUG to being undefined by defaultPaul Collins1-1/+1
2008-05-07udf: Make udf exportableRasmus Rohde1-0/+1
2008-04-17udf: use crc_itu_t from lib instead of udf_crcBob Copeland1-3/+0
2008-04-17udf: Fix compilation warnings when UDF debug is onSebastian Manciulea1-1/+1
2008-04-17udf: Add read-only support for 2.50 UDF mediaJan Kara1-0/+2
2008-04-17udf: convert udf_stamp_to_time and udf_time_to_stamp to use timestampsMarcin Slusarz1-2/+3
2008-04-17udf: convert udf_stamp_to_time to return struct timespecmarcin.slusarz@gmail.com1-2/+2
2008-04-17udf: replace udf_*_offset macros with functionsmarcin.slusarz@gmail.com1-10/+19
2008-04-17udf: constify crcmarcin.slusarz@gmail.com1-1/+1
2008-04-17udf: udf_CS0toUTF8 cleanupmarcin.slusarz@gmail.com1-1/+1
2008-04-17make udf_error() staticAdrian Bunk1-1/+0
2008-04-17udf: move headers out include/linux/Christoph Hellwig1-3/+22
2008-02-08udf: fix 3 signedness & 1 unitialized variable warningsMarcin Slusarz1-2/+2
2008-02-08udf: remove UDF_I_* macros and open code themMarcin Slusarz1-4/+4
2008-02-08udf: create common function for tag checksummingMarcin Slusarz1-0/+3
2007-07-21UDF: coding style conversion - lindent fixupsCyrill Gorcunov1-2/+2
2007-07-19UDF: coding style conversion - lindentCyrill Gorcunov1-41/+65
2007-06-16udf: fix possible leakage of blocksJan Kara1-0/+1
2007-05-08udf: use get_bh()Jan Kara1-1/+1
2007-05-08UDF: introduce struct extent_positionJan Kara1-7/+14
2007-05-08udf: use sector_t and loff_t for file offsetsJan Kara1-3/+3
2007-02-12[PATCH] mark struct inode_operations const 3Arjan van de Ven1-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-28[PATCH] mark address_space_operations constChristoph Hellwig1-3/+3
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven1-2/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+167