Age | Commit message (Expand) | Author | Files | Lines |
2023-05-30 | fs: udf: Replace GPL 2.0 boilerplate license notice with SPDX identifier | Bagas Sanjaya | 1 | -5/+1 |
2023-03-13 | udf: use wrapper i_blocksize() in udf_discard_prealloc() | Yangtao Li | 1 | -2/+2 |
2023-01-26 | udf: Drop VARCONV support | Jan Kara | 1 | -1/+1 |
2023-01-09 | udf: remove redundant variable netype | Colin Ian King | 1 | -2/+2 |
2022-12-09 | udf: Do not bother looking for prealloc extents if i_lenExtents matches i_size | Jan Kara | 1 | -1/+2 |
2022-12-09 | udf: Fix preallocation discarding at indirect extent boundary | Jan Kara | 1 | -32/+13 |
2020-01-08 | udf: Fix spelling in EXT_NEXT_EXTENT_ALLOCDESCS | Pali Rohár | 1 | -1/+1 |
2019-03-18 | udf: Propagate errors from udf_truncate_extents() | Jan Kara | 1 | -3/+4 |
2019-03-18 | udf: Fix crash on IO error during truncate | Jan Kara | 1 | -0/+3 |
2017-10-17 | udf: Fix 64-bit sign extension issues affecting blocks > 0x7FFFFFFF | Steve Magnani | 1 | -1/+1 |
2015-03-14 | udf: remove redundant buffer_head.h includes | Fabian Frederick | 1 | -1/+0 |
2012-07-09 | udf: Do not decrement i_blocks when freeing indirect extent block | Jan Kara | 1 | -2/+2 |
2011-11-01 | udf: Convert printks to pr_<level> | Joe Perches | 1 | -12/+10 |
2011-02-23 | udf: Convert UDF to new truncate calling sequence | Jan Kara | 1 | -86/+60 |
2009-04-02 | Fix the udf code not to pass structs on stack where possible. | Pekka Enberg | 1 | -11/+11 |
2009-04-02 | Remove struct typedefs from fs/udf/ecma_167.h et al. | Pekka Enberg | 1 | -12/+12 |
2008-04-17 | udf: truncate: create function for updating of Allocation Ext Descriptor | marcin.slusarz@gmail.com | 1 | -33/+23 |
2008-04-17 | udf: simple cleanup of truncate.c | marcin.slusarz@gmail.com | 1 | -42/+34 |
2008-04-17 | udf: move headers out include/linux/ | Christoph Hellwig | 1 | -1/+0 |
2008-02-08 | udf: cache struct udf_inode_info | Marcin Slusarz | 1 | -17/+20 |
2008-02-08 | udf: remove UDF_I_* macros and open code them | Marcin Slusarz | 1 | -17/+17 |
2008-02-08 | udf: fix coding style | Marcin Slusarz | 1 | -21/+37 |
2008-02-08 | udf: remove some ugly macros | Marcin Slusarz | 1 | -3/+4 |
2007-07-22 | UDF: coding style conversion - lindent fixups | Cyrill Gorcunov | 1 | -74/+39 |
2007-07-19 | UDF: coding style conversion - lindent | Cyrill Gorcunov | 1 | -88/+121 |
2007-06-17 | udf: fix possible leakage of blocks | Jan Kara | 1 | -16/+63 |
2007-05-08 | udf: support files larger than 1G | Jan Kara | 1 | -46/+22 |
2007-05-08 | udf: add assertions | Jan Kara | 1 | -1/+3 |
2007-05-08 | udf: use get_bh() | Jan Kara | 1 | -2/+2 |
2007-05-08 | UDF: introduce struct extent_position | Jan Kara | 1 | -81/+78 |
2007-05-08 | udf: use sector_t and loff_t for file offsets | Jan Kara | 1 | -10/+11 |
2006-08-22 | Fix possible UDF deadlock and memory corruption (CVE-2006-4145) | Jan Kara | 1 | -25/+39 |
2006-01-03 | remove pointers to the defunct UDF mailing list | Adrian Bunk | 1 | -5/+0 |
2005-04-17 | Linux-2.6.12-rc2 | Linus Torvalds | 1 | -0/+284 |