summaryrefslogtreecommitdiffstats
path: root/fs/udf
Commit message (Expand)AuthorAgeFilesLines
* udf: fix udf_add_free_spaceMarcin Slusarz2008-02-131-1/+1
* udf: fix directory offset handlingJan Kara2008-02-131-7/+7
* mount options: fix udfMiklos Szeredi2008-02-082-4/+72
* udf: fix adding entry to a directoryJan Kara2008-02-082-10/+11
* udf: cleanup directory offset handlingJan Kara2008-02-083-30/+24
* udf: avoid unnecessary synchronous writesMike Galbraith2008-02-081-1/+1
* udf: fix signedness issueMarcin Slusarz2008-02-081-1/+1
* udf: fix 3 signedness & 1 unitialized variable warningsMarcin Slusarz2008-02-083-9/+9
* udf: remove wrong prototype of udf_readdirMarcin Slusarz2008-02-081-62/+56
* kill UDFFS_{DATE,VERSION}Adrian Bunk2008-02-081-2/+1
* udf: improve readability of udf_load_partitionMarcin Slusarz2008-02-081-29/+30
* udf: cache struct udf_inode_infoMarcin Slusarz2008-02-0811-290/+338
* udf: remove UDF_I_* macros and open code themMarcin Slusarz2008-02-0814-314/+315
* udf: convert byte order of constant instead of variableMarcin Slusarz2008-02-084-24/+24
* udf: replace loops coded with goto to real loopsMarcin Slusarz2008-02-081-59/+59
* udf: create common function for changing free space counterMarcin Slusarz2008-02-081-29/+20
* udf: create common function for tag checksummingMarcin Slusarz2008-02-085-56/+22
* udf: fix coding styleMarcin Slusarz2008-02-0814-830/+1306
* udf: fix sparse warnings (shadowing & mismatch between declaration and defini...Marcin Slusarz2008-02-081-2/+1
* udf: move calculating of nr_groups into helper functionMarcin Slusarz2008-02-083-9/+13
* udf: convert macros related to bitmaps to functionsMarcin Slusarz2008-02-082-44/+55
* udf: check if udf_load_logicalvol failedMarcin Slusarz2008-02-081-1/+4
* udf: convert UDF_SB_ALLOC_PARTMAPS macro to udf_sb_alloc_partition_maps functionMarcin Slusarz2008-02-082-15/+23
* udf: remove some ugly macrosMarcin Slusarz2008-02-0810-436/+503
* udf: fix coding style of super.cMarcin Slusarz2008-02-081-129/+166
* fs/udf/balloc.c: mark a variable as uninitialized_var()WANG Cong2007-10-171-1/+1
* UDF: coding style fixupsCyrill Gorcunov2007-10-172-36/+23
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-1/+1
* udf: convert to new aopsNick Piggin2007-10-162-26/+22
* Fix possible NULL pointer dereference in udf_table_free_blocks()Jan Kara2007-08-311-6/+4
* UDF: handle wrong superblock betterJan Kara2007-08-311-4/+22
* UDF: fix UID and GID mount option ignoranceCyrill Gorcunov2007-07-313-4/+10
* UDF: coding style conversion - lindent fixupsCyrill Gorcunov2007-07-2123-2702/+1910
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* UDF: coding style conversion - lindentCyrill Gorcunov2007-07-1923-3649/+3801
* arch/i386/* fs/* ipc/*: mark variables with uninitialized_var()Jeff Garzik2007-07-171-1/+1
* UDF: fix function name from udf_crc16 to udf_crcCyrill Gorcunov2007-07-161-2/+2
* UDF: check for allocated memory for inode dataCyrill Gorcunov2007-07-161-12/+39
* UDF: check for allocated memory for data of new inodesCyrill Gorcunov2007-07-161-1/+8
* sendfile: remove .sendfile from filesystems that use generic_file_sendfile()Jens Axboe2007-07-101-1/+1
* udf: fix possible leakage of blocksJan Kara2007-06-163-17/+74
* parse errors in ifdefsYoann Padioleau2007-06-011-1/+1
* Fix possible UDF data corruptionJan Kara2007-06-011-4/+8
* Detach sched.h from mm.hAlexey Dobriyan2007-05-212-0/+2
* Remove SLAB_CTOR_CONSTRUCTORChristoph Lameter2007-05-171-4/+2
* udf: possible null pointer dereference while load_partitionDmitriy Monakhov2007-05-081-0/+2
* udf: support files larger than 1GJan Kara2007-05-083-82/+180
* udf: add assertionsJan Kara2007-05-081-1/+3
* udf: use get_bh()Jan Kara2007-05-0812-177/+174
* UDF: introduce struct extent_positionJan Kara2007-05-088-445/+434