aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-26udf: Use lowercase names of quota functionsJan Kara2-11/+11
2009-01-22fs/Kconfig: move iso9660, udf outAlexey Dobriyan1-0/+18
2008-12-04Merge branch 'master' into nextJames Morris1-0/+1
2008-11-27udf: Fix BUG_ON() in destroy_inode()Jan Kara1-0/+1
2008-11-14CRED: Wrap task credential accesses in the UDF filesystemDavid Howells2-3/+3
2008-10-23[PATCH] get rid of on-stack dentry in udfAl Viro1-15/+11
2008-10-23[PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig1-15/+2
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-09-08udf: add llseek methodChristoph Hellwig1-0/+1
2008-08-19udf: Fix error paths in udf_new_inode()Jan Kara1-23/+18
2008-08-19udf: Fix lock inversion between iprune_mutex and alloc_mutex (v2)Jan Kara1-2/+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-06-16udf: restore UDFFS_DEBUG to being undefined by defaultPaul Collins1-1/+1
2008-05-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6Linus Torvalds4-6/+145
2008-05-07udf: Fix memory corruption when fs mounted with noadinicb optionJan Kara1-2/+3
2008-05-07udf: Make udf exportableRasmus Rohde3-2/+140
2008-04-30fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-04-28udf: fs/udf/partition.c:udf_get_pblock() mustn't be inlineAdrian Bunk1-2/+2
2008-04-28udf: fix sparse warning in namei.cHarvey Harrison1-4/+4
2008-04-17udf: use crc_itu_t from lib instead of udf_crcBob Copeland8-203/+31
2008-04-17udf: Fix compilation warnings when UDF debug is onSebastian Manciulea2-4/+5
2008-04-17udf: Fix bug in VAT mapping codeSebastian Manciulea2-5/+4
2008-04-17udf: Add read-only support for 2.50 UDF mediaJan Kara5-14/+258
2008-04-17udf: Fix handling of multisession mediaSebastian Manciulea2-9/+6
2008-04-17udf: Mount filesystem read-only if it has pseudooverwrite partitionJan Kara1-0/+8
2008-04-17udf: Handle VAT packed inside inode properlyJan Kara2-12/+22
2008-04-17udf: Allow loading of VAT inodeJan Kara1-0/+1
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 Kara2-142/+99
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: Remove declarations of arrays of size UDF_NAME_LEN (256 bytes)Jan Kara2-92/+93
2008-04-17udf: Remove checking of existence of filename in udf_add_entry()Jan Kara1-37/+1
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 Slusarz3-39/+5
2008-04-17udf: convert udf_stamp_to_time and udf_time_to_stamp to use timestampsMarcin Slusarz4-53/+41
2008-04-17udf: convert udf_stamp_to_time to return struct timespecmarcin.slusarz@gmail.com4-42/+37
2008-04-17udf: create function for conversion from timestamp to timespecmarcin.slusarz@gmail.com1-56/+23
2008-04-17udf: udf_get_block, inode_bmap - remove unneeded checksmarcin.slusarz@gmail.com1-12/+0
2008-04-17udf: convert udf_count_free_bitmap to use bitmap_weightMarcin Slusarz1-12/+5
2008-04-17udf: replace udf_*_offset macros with functionsmarcin.slusarz@gmail.com2-12/+21
2008-04-17udf: simplify __udf_read_inodemarcin.slusarz@gmail.com1-29/+23
2008-04-17udf: replace all adds to little endians variables with le*_add_cpumarcin.slusarz@gmail.com3-29/+12