aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-06-24udf: Fix regression in UDF anchor block detectionTomas Janousek1-34/+23
2008-05-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6Linus Torvalds1-0/+1
2008-05-07udf: Make udf exportableRasmus Rohde1-0/+1
2008-04-30fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-04-17udf: use crc_itu_t from lib instead of udf_crcBob Copeland1-5/+5
2008-04-17udf: Fix compilation warnings when UDF debug is onSebastian Manciulea1-3/+4
2008-04-17udf: Fix bug in VAT mapping codeSebastian Manciulea1-4/+2
2008-04-17udf: Add read-only support for 2.50 UDF mediaJan Kara1-13/+177
2008-04-17udf: Fix handling of multisession mediaSebastian Manciulea1-1/+1
2008-04-17udf: Mount filesystem read-only if it has pseudooverwrite partitionJan Kara1-0/+8
2008-04-17udf: Handle VAT packed inside inode properlyJan Kara1-9/+15
2008-04-17udf: Fix detection of VAT versionJan Kara1-2/+2
2008-04-17udf: Silence warning about accesses beyond end of deviceJan Kara1-1/+5
2008-04-17udf: Improve anchor block detectionJan Kara1-4/+9
2008-04-17udf: Cleanup anchor block detection.Jan Kara1-141/+98
2008-04-17udf: Move processing of virtual partitionsJan Kara1-80/+85
2008-04-17udf: Move filling of partition descriptor info into a separate functionJan Kara1-56/+62
2008-04-17udf: Improve error recovery on mountJan Kara1-44/+42
2008-04-17udf: Cleanup volume descriptor sequence processingJan Kara1-54/+81
2008-04-17udf: fix anchor point detectionPavel Emelyanov1-9/+6
2008-04-17udf: Mark udf_process_sequence() as noinlineJan Kara1-1/+1
2008-04-17udf: super.c reorganizationMarcin Slusarz1-282/+270
2008-04-17udf: remove unneeded kernel_timestamp typeMarcin Slusarz1-4/+5
2008-04-17udf: convert udf_stamp_to_time and udf_time_to_stamp to use timestampsMarcin Slusarz1-12/+10
2008-04-17udf: convert udf_stamp_to_time to return struct timespecmarcin.slusarz@gmail.com1-7/+2
2008-04-17udf: convert udf_count_free_bitmap to use bitmap_weightMarcin Slusarz1-12/+5
2008-04-17make udf_error() staticAdrian Bunk1-2/+4
2008-04-17fs/udf: Use DIV_ROUND_UPJulia Lawall1-4/+3
2008-04-17udf: move headers out include/linux/Christoph Hellwig1-1/+0
2008-04-17udf: kill useless file header comments for vfs method implementationsChristoph Hellwig1-42/+0
2008-04-17udf: kill udf_set_blocksizeChristoph Hellwig1-39/+4
2008-02-08mount options: fix udfMiklos Szeredi1-4/+70
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: remove UDF_I_* macros and open code themMarcin Slusarz1-1/+1
2008-02-08udf: convert byte order of constant instead of variableMarcin Slusarz1-8/+8
2008-02-08udf: create common function for tag checksummingMarcin Slusarz1-14/+2
2008-02-08udf: fix coding styleMarcin Slusarz1-134/+243
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 Slusarz1-6/+10
2008-02-08udf: convert macros related to bitmaps to functionsMarcin Slusarz1-6/+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 Slusarz1-2/+23
2008-02-08udf: remove some ugly macrosMarcin Slusarz1-242/+304
2008-02-08udf: fix coding style of super.cMarcin Slusarz1-129/+166
2007-10-17UDF: coding style fixupsCyrill Gorcunov1-32/+19
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter1-1/+1
2007-08-31UDF: handle wrong superblock betterJan Kara1-4/+22