summaryrefslogtreecommitdiff
path: root/fs/udf
AgeCommit message (Expand)Author
2008-02-13udf: fix udf_add_free_spaceMarcin Slusarz
2008-02-13udf: fix directory offset handlingJan Kara
2008-02-08mount options: fix udfMiklos Szeredi
2008-02-08udf: fix adding entry to a directoryJan Kara
2008-02-08udf: cleanup directory offset handlingJan Kara
2008-02-08udf: avoid unnecessary synchronous writesMike Galbraith
2008-02-08udf: fix signedness issueMarcin Slusarz
2008-02-08udf: fix 3 signedness & 1 unitialized variable warningsMarcin Slusarz
2008-02-08udf: remove wrong prototype of udf_readdirMarcin Slusarz
2008-02-08kill UDFFS_{DATE,VERSION}Adrian Bunk
2008-02-08udf: improve readability of udf_load_partitionMarcin Slusarz
2008-02-08udf: cache struct udf_inode_infoMarcin Slusarz
2008-02-08udf: remove UDF_I_* macros and open code themMarcin Slusarz
2008-02-08udf: convert byte order of constant instead of variableMarcin Slusarz
2008-02-08udf: replace loops coded with goto to real loopsMarcin Slusarz
2008-02-08udf: create common function for changing free space counterMarcin Slusarz
2008-02-08udf: create common function for tag checksummingMarcin Slusarz
2008-02-08udf: fix coding styleMarcin Slusarz
2008-02-08udf: fix sparse warnings (shadowing & mismatch between declaration and defini...Marcin Slusarz
2008-02-08udf: move calculating of nr_groups into helper functionMarcin Slusarz
2008-02-08udf: convert macros related to bitmaps to functionsMarcin Slusarz
2008-02-08udf: check if udf_load_logicalvol failedMarcin Slusarz
2008-02-08udf: convert UDF_SB_ALLOC_PARTMAPS macro to udf_sb_alloc_partition_maps functionMarcin Slusarz
2008-02-08udf: remove some ugly macrosMarcin Slusarz
2008-02-08udf: fix coding style of super.cMarcin Slusarz
2007-10-17fs/udf/balloc.c: mark a variable as uninitialized_var()WANG Cong
2007-10-17UDF: coding style fixupsCyrill Gorcunov
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter
2007-10-16udf: convert to new aopsNick Piggin
2007-08-31Fix possible NULL pointer dereference in udf_table_free_blocks()Jan Kara
2007-08-31UDF: handle wrong superblock betterJan Kara
2007-07-31UDF: fix UID and GID mount option ignoranceCyrill Gorcunov
2007-07-21UDF: coding style conversion - lindent fixupsCyrill Gorcunov
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-07-19UDF: coding style conversion - lindentCyrill Gorcunov
2007-07-17arch/i386/* fs/* ipc/*: mark variables with uninitialized_var()Jeff Garzik
2007-07-16UDF: fix function name from udf_crc16 to udf_crcCyrill Gorcunov
2007-07-16UDF: check for allocated memory for inode dataCyrill Gorcunov
2007-07-16UDF: check for allocated memory for data of new inodesCyrill Gorcunov
2007-07-10sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe
2007-06-16udf: fix possible leakage of blocksJan Kara
2007-06-01parse errors in ifdefsYoann Padioleau
2007-06-01Fix possible UDF data corruptionJan Kara
2007-05-21Detach sched.h from mm.hAlexey Dobriyan
2007-05-17Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter
2007-05-08udf: possible null pointer dereference while load_partitionDmitriy Monakhov
2007-05-08udf: support files larger than 1GJan Kara
2007-05-08udf: add assertionsJan Kara
2007-05-08udf: use get_bh()Jan Kara
2007-05-08UDF: introduce struct extent_positionJan Kara