summaryrefslogtreecommitdiffstats
path: root/fs/udf/super.c
Commit message (Expand)AuthorAgeFilesLines
* udf: Cleanup anchor block detection.Jan Kara2008-04-171-141/+98
* udf: Move processing of virtual partitionsJan Kara2008-04-171-80/+85
* udf: Move filling of partition descriptor info into a separate functionJan Kara2008-04-171-56/+62
* udf: Improve error recovery on mountJan Kara2008-04-171-44/+42
* udf: Cleanup volume descriptor sequence processingJan Kara2008-04-171-54/+81
* udf: fix anchor point detectionPavel Emelyanov2008-04-171-9/+6
* udf: Mark udf_process_sequence() as noinlineJan Kara2008-04-171-1/+1
* udf: super.c reorganizationMarcin Slusarz2008-04-171-282/+270
* udf: remove unneeded kernel_timestamp typeMarcin Slusarz2008-04-171-4/+5
* udf: convert udf_stamp_to_time and udf_time_to_stamp to use timestampsMarcin Slusarz2008-04-171-12/+10
* udf: convert udf_stamp_to_time to return struct timespecmarcin.slusarz@gmail.com2008-04-171-7/+2
* udf: convert udf_count_free_bitmap to use bitmap_weightMarcin Slusarz2008-04-171-12/+5
* make udf_error() staticAdrian Bunk2008-04-171-2/+4
* fs/udf: Use DIV_ROUND_UPJulia Lawall2008-04-171-4/+3
* udf: move headers out include/linux/Christoph Hellwig2008-04-171-1/+0
* udf: kill useless file header comments for vfs method implementationsChristoph Hellwig2008-04-171-42/+0
* udf: kill udf_set_blocksizeChristoph Hellwig2008-04-171-39/+4
* mount options: fix udfMiklos Szeredi2008-02-081-4/+70
* kill UDFFS_{DATE,VERSION}Adrian Bunk2008-02-081-2/+1
* udf: improve readability of udf_load_partitionMarcin Slusarz2008-02-081-29/+30
* udf: remove UDF_I_* macros and open code themMarcin Slusarz2008-02-081-1/+1
* udf: convert byte order of constant instead of variableMarcin Slusarz2008-02-081-8/+8
* udf: create common function for tag checksummingMarcin Slusarz2008-02-081-14/+2
* udf: fix coding styleMarcin Slusarz2008-02-081-134/+243
* 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-081-6/+10
* udf: convert macros related to bitmaps to functionsMarcin Slusarz2008-02-081-6/+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-081-2/+23
* udf: remove some ugly macrosMarcin Slusarz2008-02-081-242/+304
* udf: fix coding style of super.cMarcin Slusarz2008-02-081-129/+166
* UDF: coding style fixupsCyrill Gorcunov2007-10-171-32/+19
* Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter2007-10-171-1/+1
* UDF: handle wrong superblock betterJan Kara2007-08-311-4/+22
* UDF: fix UID and GID mount option ignoranceCyrill Gorcunov2007-07-311-0/+2
* UDF: coding style conversion - lindent fixupsCyrill Gorcunov2007-07-211-635/+388
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* UDF: coding style conversion - lindentCyrill Gorcunov2007-07-191-750/+875
* arch/i386/* fs/* ipc/*: mark variables with uninitialized_var()Jeff Garzik2007-07-171-1/+1
* parse errors in ifdefsYoann Padioleau2007-06-011-1/+1
* 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-081-1/+1
* udf: use get_bh()Jan Kara2007-05-081-28/+28
* UDF: introduce struct extent_positionJan Kara2007-05-081-9/+8
* slab allocators: Remove SLAB_DEBUG_INITIAL flagChristoph Lameter2007-05-071-3/+1
* [PATCH] Mark struct super_operations constJosef 'Jeff' Sipek2007-02-121-1/+1
* [PATCH] fs/*: trivial vsnprintf() conversionAlexey Dobriyan2006-12-071-2/+2
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-2/+2
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-1/+1