summaryrefslogtreecommitdiffstats
path: root/fs/udf/dir.c
AgeCommit message (Expand)AuthorLines
2023-05-30fs: udf: Replace GPL 2.0 boilerplate license notice with SPDX identifierBagas Sanjaya-5/+1
2023-01-09udf: Convert udf_readdir() to new directory iterationJan Kara-121/+27
2022-09-11udf: replace ll_rw_block()Zhang Yi-1/+1
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche-1/+1
2021-11-09udf: Fix crash after seekdirJan Kara-2/+30
2021-08-11udf: Get rid of 0-length arrays in struct fileIdentDescJan Kara-3/+2
2017-10-17udf: Fix 64-bit sign extension issues affecting blocks > 0x7FFFFFFFSteve Magnani-1/+1
2016-11-01block,fs: untangle fs.h and blk_types.hChristoph Hellwig-0/+1
2016-07-20block: get rid of bio_rw and READAChristoph Hellwig-1/+1
2016-06-07fs: have ll_rw_block users pass in op and flags separatelyMike Christie-1/+1
2016-05-09more trivial ->iterate_shared conversionsAl Viro-1/+1
2016-02-09udf: Use separate buffer for copying split namesJan Kara-2/+11
2015-05-18udf: Make udf_get_filename() return error instead of 0 length file nameFabian Frederick-1/+1
2015-05-18udf: Return -ENOMEM when allocation fails in udf_get_filename()Fabian Frederick-1/+1
2015-03-14udf: remove redundant buffer_head.h includesFabian Frederick-1/+0
2014-12-21udf: Reduce repeated dereferencesJan Kara-16/+16
2014-12-19udf: Check path length when reading symlinkJan Kara-1/+2
2013-06-29[readdir] convert udfAl Viro-37/+26
2013-02-22new helper: file_inode(file)Al Viro-1/+1
2011-01-06udf: Remove unnecessary bkl usagesAlessio Igor Bogani-5/+0
2010-05-27rename the generic fsync implementationsChristoph Hellwig-1/+1
2010-05-27fs/: do not fallback to default_llseek() when readdir() uses BKLjan Blunck-0/+1
2010-05-05udf: BKL ioctl pushdownJohn Kacur-1/+1
2010-03-03sanitize const/signedness for udfAl Viro-2/+2
2009-06-11switch udf to simple_fsync()Al Viro-1/+1
2009-04-02Fix the udf code not to pass structs on stack where possible.Pekka Enberg-3/+3
2009-04-02Remove struct typedefs from fs/udf/ecma_167.h et al.Pekka Enberg-4/+4
2008-04-17udf: Remove declarations of arrays of size UDF_NAME_LEN (256 bytes)Jan Kara-30/+27
2008-04-17udf: kill useless file header comments for vfs method implementationsChristoph Hellwig-26/+0
2008-02-13udf: fix directory offset handlingJan Kara-7/+7
2008-02-08udf: remove wrong prototype of udf_readdirMarcin Slusarz-62/+56
2008-02-08udf: cache struct udf_inode_infoMarcin Slusarz-3/+5
2008-02-08udf: remove UDF_I_* macros and open code themMarcin Slusarz-3/+4
2007-07-21UDF: coding style conversion - lindent fixupsCyrill Gorcunov-36/+24
2007-07-19UDF: coding style conversion - lindentCyrill Gorcunov-69/+63
2007-05-08udf: use get_bh()Jan Kara-11/+11
2007-05-08UDF: introduce struct extent_positionJan Kara-12/+13
2007-05-08udf: use sector_t and loff_t for file offsetsJan Kara-2/+2
2006-12-08[PATCH] struct path: convert udfJosef Sipek-2/+2
2006-03-28[PATCH] Make most file operations structs in fs/ constArjan van de Ven-1/+1
2006-01-03remove pointers to the defunct UDF mailing listAdrian Bunk-5/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+268