aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-13udf: fix udf_add_free_spaceMarcin Slusarz1-1/+1
2008-02-13udf: fix directory offset handlingJan Kara1-7/+7
2008-02-08mount options: fix udfMiklos Szeredi2-4/+72
2008-02-08udf: fix adding entry to a directoryJan Kara2-10/+11
2008-02-08udf: cleanup directory offset handlingJan Kara3-30/+24
2008-02-08udf: avoid unnecessary synchronous writesMike Galbraith1-1/+1
2008-02-08udf: fix signedness issueMarcin Slusarz1-1/+1
2008-02-08udf: fix 3 signedness & 1 unitialized variable warningsMarcin Slusarz3-9/+9
2008-02-08udf: remove wrong prototype of udf_readdirMarcin Slusarz1-62/+56
2008-02-08kill UDFFS_{DATE,VERSION}Adrian Bunk1-2/+1
2008-02-08udf: improve readability of udf_load_partitionMarcin Slusarz1-29/+30
2008-02-08udf: cache struct udf_inode_infoMarcin Slusarz11-290/+338
2008-02-08udf: remove UDF_I_* macros and open code themMarcin Slusarz14-314/+315
2008-02-08udf: convert byte order of constant instead of variableMarcin Slusarz4-24/+24
2008-02-08udf: replace loops coded with goto to real loopsMarcin Slusarz1-59/+59
2008-02-08udf: create common function for changing free space counterMarcin Slusarz1-29/+20
2008-02-08udf: create common function for tag checksummingMarcin Slusarz5-56/+22
2008-02-08udf: fix coding styleMarcin Slusarz14-830/+1306
2008-02-08udf: fix sparse warnings (shadowing & mismatch between declaration and definition)Marcin Slusarz1-2/+1
2008-02-08udf: move calculating of nr_groups into helper functionMarcin Slusarz3-9/+13
2008-02-08udf: convert macros related to bitmaps to functionsMarcin Slusarz2-44/+55
2008-02-08udf: check if udf_load_logicalvol failedMarcin Slusarz1-1/+4
2008-02-08udf: convert UDF_SB_ALLOC_PARTMAPS macro to udf_sb_alloc_partition_maps functionMarcin Slusarz2-15/+23
2008-02-08udf: remove some ugly macrosMarcin Slusarz10-436/+503
2008-02-08udf: fix coding style of super.cMarcin Slusarz1-129/+166
2007-10-17fs/udf/balloc.c: mark a variable as uninitialized_var()WANG Cong1-1/+1
2007-10-17UDF: coding style fixupsCyrill Gorcunov2-36/+23
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-1/+1
2007-10-16udf: convert to new aopsNick Piggin2-26/+22
2007-08-31Fix possible NULL pointer dereference in udf_table_free_blocks()Jan Kara1-6/+4
2007-08-31UDF: handle wrong superblock betterJan Kara1-4/+22
2007-07-31UDF: fix UID and GID mount option ignoranceCyrill Gorcunov3-4/+10
2007-07-21UDF: coding style conversion - lindent fixupsCyrill Gorcunov23-2702/+1910
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-1/+1
2007-07-19UDF: coding style conversion - lindentCyrill Gorcunov23-3649/+3801
2007-07-17arch/i386/* fs/* ipc/*: mark variables with uninitialized_var()Jeff Garzik1-1/+1
2007-07-16UDF: fix function name from udf_crc16 to udf_crcCyrill Gorcunov1-2/+2
2007-07-16UDF: check for allocated memory for inode dataCyrill Gorcunov1-12/+39
2007-07-16UDF: check for allocated memory for data of new inodesCyrill Gorcunov1-1/+8
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe1-1/+1
2007-06-16udf: fix possible leakage of blocksJan Kara3-17/+74
2007-06-01parse errors in ifdefsYoann Padioleau1-1/+1
2007-06-01Fix possible UDF data corruptionJan Kara1-4/+8
2007-05-21Detach sched.h from mm.hAlexey Dobriyan2-0/+2
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter1-4/+2
2007-05-08udf: possible null pointer dereference while load_partitionDmitriy Monakhov1-0/+2
2007-05-08udf: support files larger than 1GJan Kara3-82/+180
2007-05-08udf: add assertionsJan Kara1-1/+3
2007-05-08udf: use get_bh()Jan Kara12-177/+174
2007-05-08UDF: introduce struct extent_positionJan Kara8-445/+434