aboutsummaryrefslogtreecommitdiff
path: root/fs/udf/directory.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-14fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsGravatar Bart Van Assche 1-1/+1
2020-09-29udf: Remove pointless union in udf_inode_infoGravatar Jan Kara 1-1/+1
2018-06-20udf: Provide function for calculating dir entry lengthGravatar Jan Kara 1-4/+1
2018-06-20udf: Detect incorrect directory sizeGravatar Jan Kara 1-0/+3
2017-10-17udf: Fix some sign-conversion warningsGravatar Steve Magnani 1-2/+2
2017-10-17udf: Fix signed/unsigned format specifiersGravatar Steve Magnani 1-1/+1
2017-10-17udf: Fix 64-bit sign extension issues affecting blocks > 0x7FFFFFFFGravatar Steve Magnani 1-1/+2
2016-11-01block,fs: untangle fs.h and blk_types.hGravatar Christoph Hellwig 1-0/+1
2016-07-20block: get rid of bio_rw and READAGravatar Christoph Hellwig 1-1/+1
2016-06-07fs: have ll_rw_block users pass in op and flags separatelyGravatar Mike Christie 1-1/+1
2015-03-14udf: remove redundant buffer_head.h includesGravatar Fabian Frederick 1-1/+0
2011-10-31udf: Neaten udf_debug usesGravatar Joe Perches 1-2/+2
2011-10-31udf: Convert printks to pr_<level>Gravatar Joe Perches 1-2/+2
2009-09-14udf: Remove dead codeGravatar Jan Kara 1-86/+0
2009-04-02Fix the udf code not to pass structs on stack where possible.Gravatar Pekka Enberg 1-3/+3
2009-04-02Remove struct typedefs from fs/udf/ecma_167.h et al.Gravatar Pekka Enberg 1-16/+16
2008-02-08udf: cleanup directory offset handlingGravatar Jan Kara 1-4/+3
2008-02-08udf: fix 3 signedness & 1 unitialized variable warningsGravatar Marcin Slusarz 1-4/+4
2008-02-08udf: cache struct udf_inode_infoGravatar Marcin Slusarz 1-3/+4
2008-02-08udf: remove UDF_I_* macros and open code themGravatar Marcin Slusarz 1-3/+3
2008-02-08udf: convert byte order of constant instead of variableGravatar Marcin Slusarz 1-2/+2
2008-02-08udf: fix coding styleGravatar Marcin Slusarz 1-32/+48
2007-07-21UDF: coding style conversion - lindent fixupsGravatar Cyrill Gorcunov 1-41/+27
2007-07-19UDF: coding style conversion - lindentGravatar Cyrill Gorcunov 1-108/+99
2007-05-08udf: use get_bh()Gravatar Jan Kara 1-5/+5
2007-05-08UDF: introduce struct extent_positionGravatar Jan Kara 1-12/+8
2007-05-08udf: use sector_t and loff_t for file offsetsGravatar Jan Kara 1-1/+1
2006-01-03remove pointers to the defunct UDF mailing listGravatar Adrian Bunk 1-5/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+343