summaryrefslogtreecommitdiff
path: root/fs/udf/super.c
AgeCommit message (Expand)Author
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan
2008-06-24udf: Fix regression in UDF anchor block detectionTomas Janousek
2008-05-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2008-05-07udf: Make udf exportableRasmus Rohde
2008-04-30fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-17udf: use crc_itu_t from lib instead of udf_crcBob Copeland
2008-04-17udf: Fix compilation warnings when UDF debug is onSebastian Manciulea
2008-04-17udf: Fix bug in VAT mapping codeSebastian Manciulea
2008-04-17udf: Add read-only support for 2.50 UDF mediaJan Kara
2008-04-17udf: Fix handling of multisession mediaSebastian Manciulea
2008-04-17udf: Mount filesystem read-only if it has pseudooverwrite partitionJan Kara
2008-04-17udf: Handle VAT packed inside inode properlyJan Kara
2008-04-17udf: Fix detection of VAT versionJan Kara
2008-04-17udf: Silence warning about accesses beyond end of deviceJan Kara
2008-04-17udf: Improve anchor block detectionJan Kara
2008-04-17udf: Cleanup anchor block detection.Jan Kara
2008-04-17udf: Move processing of virtual partitionsJan Kara
2008-04-17udf: Move filling of partition descriptor info into a separate functionJan Kara
2008-04-17udf: Improve error recovery on mountJan Kara
2008-04-17udf: Cleanup volume descriptor sequence processingJan Kara
2008-04-17udf: fix anchor point detectionPavel Emelyanov
2008-04-17udf: Mark udf_process_sequence() as noinlineJan Kara
2008-04-17udf: super.c reorganizationMarcin Slusarz
2008-04-17udf: remove unneeded kernel_timestamp typeMarcin Slusarz
2008-04-17udf: convert udf_stamp_to_time and udf_time_to_stamp to use timestampsMarcin Slusarz
2008-04-17udf: convert udf_stamp_to_time to return struct timespecmarcin.slusarz@gmail.com
2008-04-17udf: convert udf_count_free_bitmap to use bitmap_weightMarcin Slusarz
2008-04-17make udf_error() staticAdrian Bunk
2008-04-17fs/udf: Use DIV_ROUND_UPJulia Lawall
2008-04-17udf: move headers out include/linux/Christoph Hellwig
2008-04-17udf: kill useless file header comments for vfs method implementationsChristoph Hellwig
2008-04-17udf: kill udf_set_blocksizeChristoph Hellwig
2008-02-08mount options: fix udfMiklos Szeredi
2008-02-08kill UDFFS_{DATE,VERSION}Adrian Bunk
2008-02-08udf: improve readability of udf_load_partitionMarcin 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: 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-17UDF: coding style fixupsCyrill Gorcunov
2007-10-17Slab API: remove useless ctor parameter and reorder parametersChristoph Lameter
2007-08-31UDF: handle wrong superblock betterJan Kara