aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-07-30udf: Fix loading of VAT inode when drive wrongly reports number of recorded blocksJan Kara1-0/+12
2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani1-1/+5
2009-06-11push BKL down into ->put_superChristoph Hellwig1-0/+5
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen1-1/+1
2009-04-02udf: Don't write integrity descriptor too oftenJan Kara1-19/+25
2009-04-02udf: Try anchor in block 256 firstJan Kara1-247/+185
2009-04-02udf: Some type fixes and cleanupsJan Kara1-6/+4
2009-04-02udf: use hardware sector sizeClemens Ladisch1-21/+49
2009-04-02udf: fix novrs mount optionClemens Ladisch1-0/+1
2009-04-02udf: return f_fsid for statfs(2)Coly Li1-1/+3
2009-04-02udf: Add checks to not underflow sector_tJan Kara1-8/+13
2009-04-02udf: fix default mode and dmode options handlingMarcin Slusarz1-4/+4
2009-04-02udf: unsigned last[i] cannot be less than 0roel kluin1-2/+0
2009-04-02udf: implement mode and dmode mounting optionsMarcin Slusarz1-1/+30
2009-04-02udf: reduce stack usage of udf_load_pvoldescMarcin Slusarz1-11/+25
2009-04-02Fix the udf code not to pass structs on stack where possible.Pekka Enberg1-11/+11
2009-04-02Remove struct typedefs from fs/udf/ecma_167.h et al.Pekka Enberg1-24/+24
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