summaryrefslogtreecommitdiffstats
path: root/fs/udf/truncate.c
Commit message (Expand)AuthorAgeFilesLines
* fs: udf: Replace GPL 2.0 boilerplate license notice with SPDX identifierBagas Sanjaya2023-05-301-5/+1
* udf: use wrapper i_blocksize() in udf_discard_prealloc()Yangtao Li2023-03-131-2/+2
* udf: Drop VARCONV supportJan Kara2023-01-261-1/+1
* udf: remove redundant variable netypeColin Ian King2023-01-091-2/+2
* udf: Do not bother looking for prealloc extents if i_lenExtents matches i_sizeJan Kara2022-12-091-1/+2
* udf: Fix preallocation discarding at indirect extent boundaryJan Kara2022-12-091-32/+13
* udf: Fix spelling in EXT_NEXT_EXTENT_ALLOCDESCSPali Rohár2020-01-081-1/+1
* udf: Propagate errors from udf_truncate_extents()Jan Kara2019-03-181-3/+4
* udf: Fix crash on IO error during truncateJan Kara2019-03-181-0/+3
* udf: Fix 64-bit sign extension issues affecting blocks > 0x7FFFFFFFSteve Magnani2017-10-171-1/+1
* udf: remove redundant buffer_head.h includesFabian Frederick2015-03-141-1/+0
* udf: Do not decrement i_blocks when freeing indirect extent blockJan Kara2012-07-091-2/+2
* udf: Convert printks to pr_<level>Joe Perches2011-10-311-12/+10
* udf: Convert UDF to new truncate calling sequenceJan Kara2011-02-231-86/+60
* Fix the udf code not to pass structs on stack where possible.Pekka Enberg2009-04-021-11/+11
* Remove struct typedefs from fs/udf/ecma_167.h et al.Pekka Enberg2009-04-021-12/+12
* udf: truncate: create function for updating of Allocation Ext Descriptormarcin.slusarz@gmail.com2008-04-171-33/+23
* udf: simple cleanup of truncate.cmarcin.slusarz@gmail.com2008-04-171-42/+34
* udf: move headers out include/linux/Christoph Hellwig2008-04-171-1/+0
* udf: cache struct udf_inode_infoMarcin Slusarz2008-02-081-17/+20
* udf: remove UDF_I_* macros and open code themMarcin Slusarz2008-02-081-17/+17
* udf: fix coding styleMarcin Slusarz2008-02-081-21/+37
* udf: remove some ugly macrosMarcin Slusarz2008-02-081-3/+4
* UDF: coding style conversion - lindent fixupsCyrill Gorcunov2007-07-211-74/+39
* UDF: coding style conversion - lindentCyrill Gorcunov2007-07-191-88/+121
* udf: fix possible leakage of blocksJan Kara2007-06-161-16/+63
* udf: support files larger than 1GJan Kara2007-05-081-46/+22
* udf: add assertionsJan Kara2007-05-081-1/+3
* udf: use get_bh()Jan Kara2007-05-081-2/+2
* UDF: introduce struct extent_positionJan Kara2007-05-081-81/+78
* udf: use sector_t and loff_t for file offsetsJan Kara2007-05-081-10/+11
* Fix possible UDF deadlock and memory corruption (CVE-2006-4145)Jan Kara2006-08-221-25/+39
* 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/+284