aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf/truncate.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-09udf: Do not decrement i_blocks when freeing indirect extent blockJan Kara1-2/+2
2011-10-31udf: Convert printks to pr_<level>Joe Perches1-12/+10
2011-02-23udf: Convert UDF to new truncate calling sequenceJan Kara1-86/+60
2009-04-02Fix the udf code not to pass structs on stack where possible.Pekka Enberg1-11/+11
2009-04-02Remove struct typedefs from fs/udf/ecma_167.h et al.Pekka Enberg1-12/+12
2008-04-17udf: truncate: create function for updating of Allocation Ext Descriptormarcin.slusarz@gmail.com1-33/+23
2008-04-17udf: simple cleanup of truncate.cmarcin.slusarz@gmail.com1-42/+34
2008-04-17udf: move headers out include/linux/Christoph Hellwig1-1/+0
2008-02-08udf: cache struct udf_inode_infoMarcin Slusarz1-17/+20
2008-02-08udf: remove UDF_I_* macros and open code themMarcin Slusarz1-17/+17
2008-02-08udf: fix coding styleMarcin Slusarz1-21/+37
2008-02-08udf: remove some ugly macrosMarcin Slusarz1-3/+4
2007-07-21UDF: coding style conversion - lindent fixupsCyrill Gorcunov1-74/+39
2007-07-19UDF: coding style conversion - lindentCyrill Gorcunov1-88/+121
2007-06-16udf: fix possible leakage of blocksJan Kara1-16/+63
2007-05-08udf: support files larger than 1GJan Kara1-46/+22
2007-05-08udf: add assertionsJan Kara1-1/+3
2007-05-08udf: use get_bh()Jan Kara1-2/+2
2007-05-08UDF: introduce struct extent_positionJan Kara1-81/+78
2007-05-08udf: use sector_t and loff_t for file offsetsJan Kara1-10/+11
2006-08-22Fix possible UDF deadlock and memory corruption (CVE-2006-4145)Jan Kara1-25/+39
2006-01-03remove pointers to the defunct UDF mailing listAdrian Bunk1-5/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+284