summaryrefslogtreecommitdiffstats
path: root/fs/udf/directory.c
Commit message (Expand)AuthorAgeFilesLines
* udf: Fix -Wstringop-overflow warningsGustavo A. R. Silva2023-07-311-1/+1
* fs: udf: Replace GPL 2.0 boilerplate license notice with SPDX identifierBagas Sanjaya2023-05-301-5/+1
* udf: Avoid directory type conversion failure due to ENOMEMJan Kara2023-02-091-3/+6
* udf: Use unsigned variables for size calculationsKees Cook2023-02-071-2/+3
* udf: Drop VARCONV supportJan Kara2023-01-261-2/+2
* udf: Fix directory iteration for longer tail extentsJan Kara2023-01-261-1/+1
* udf: Propagate errors from udf_advance_blk()Jan Kara2023-01-261-2/+6
* udf: Zero udf name paddingJan Kara2023-01-261-1/+7
* udf: Fix spelling mistake "lenght" -> "length"Colin Ian King2023-01-091-1/+1
* udf: Allocate name buffer in directory iterator on heapJan Kara2023-01-091-8/+15
* udf: Remove old directory iteration codeJan Kara2023-01-091-178/+0
* udf: Implement adding of dir entries using new iteration codeJan Kara2023-01-091-0/+57
* udf: New directory iteration codeJan Kara2023-01-091-0/+395
* udf: replace ll_rw_block()Zhang Yi2022-09-111-1/+1
* fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche2022-07-141-1/+1
* udf: Remove pointless union in udf_inode_infoJan Kara2020-09-291-1/+1
* udf: Provide function for calculating dir entry lengthJan Kara2018-06-201-4/+1
* udf: Detect incorrect directory sizeJan Kara2018-06-201-0/+3
* udf: Fix some sign-conversion warningsSteve Magnani2017-10-171-2/+2
* udf: Fix signed/unsigned format specifiersSteve Magnani2017-10-171-1/+1
* udf: Fix 64-bit sign extension issues affecting blocks > 0x7FFFFFFFSteve Magnani2017-10-171-1/+2
* block,fs: untangle fs.h and blk_types.hChristoph Hellwig2016-11-011-0/+1
* block: get rid of bio_rw and READAChristoph Hellwig2016-07-201-1/+1
* fs: have ll_rw_block users pass in op and flags separatelyMike Christie2016-06-071-1/+1
* udf: remove redundant buffer_head.h includesFabian Frederick2015-03-141-1/+0
* udf: Neaten udf_debug usesJoe Perches2011-10-311-2/+2
* udf: Convert printks to pr_<level>Joe Perches2011-10-311-2/+2
* udf: Remove dead codeJan Kara2009-09-141-86/+0
* Fix the udf code not to pass structs on stack where possible.Pekka Enberg2009-04-021-3/+3
* Remove struct typedefs from fs/udf/ecma_167.h et al.Pekka Enberg2009-04-021-16/+16
* udf: cleanup directory offset handlingJan Kara2008-02-081-4/+3
* udf: fix 3 signedness & 1 unitialized variable warningsMarcin Slusarz2008-02-081-4/+4
* udf: cache struct udf_inode_infoMarcin Slusarz2008-02-081-3/+4
* udf: remove UDF_I_* macros and open code themMarcin Slusarz2008-02-081-3/+3
* udf: convert byte order of constant instead of variableMarcin Slusarz2008-02-081-2/+2
* udf: fix coding styleMarcin Slusarz2008-02-081-32/+48
* UDF: coding style conversion - lindent fixupsCyrill Gorcunov2007-07-211-41/+27
* UDF: coding style conversion - lindentCyrill Gorcunov2007-07-191-108/+99
* udf: use get_bh()Jan Kara2007-05-081-5/+5
* UDF: introduce struct extent_positionJan Kara2007-05-081-12/+8
* udf: use sector_t and loff_t for file offsetsJan Kara2007-05-081-1/+1
* remove pointers to the defunct UDF mailing listAdrian Bunk2006-01-031-5/+0
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+343