aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-14udf: Fix possible corruption when close races with writeJan Kara1-0/+2
2009-09-14udf: Perform preallocation only for regular filesJan Kara1-9/+10
2009-09-14udf: Remove wrong assignment in udf_symlinkJan Kara1-1/+0
2009-09-14udf: Remove dead codeJan Kara2-90/+0
2009-07-30udf: Fix loading of VAT inode when drive wrongly reports number of recorded blocksJan Kara1-0/+12
2009-06-24udf: remove redundant tests on unsignedRoel Kluin1-5/+4
2009-06-18udf: Use device size when drive reported bogus number of written blocksJan Kara1-1/+6
2009-06-11switch udf to simple_fsync()Al Viro5-58/+3
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 Kara5-47/+52
2009-04-02udf: Try anchor in block 256 firstJan Kara2-248/+186
2009-04-02udf: Some type fixes and cleanupsJan Kara1-6/+4
2009-04-02udf: use hardware sector sizeClemens Ladisch2-21/+50
2009-04-02udf: fix novrs mount optionClemens Ladisch1-0/+1
2009-04-02udf: Fix oops when invalid character in filename occursJan Kara1-5/+16
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 Slusarz3-6/+8
2009-04-02udf: fix sparse warnings:Jan Kara1-14/+8
2009-04-02udf: unsigned last[i] cannot be less than 0roel kluin1-2/+0
2009-04-02udf: implement mode and dmode mounting optionsMarcin Slusarz3-3/+41
2009-04-02udf: reduce stack usage of udf_get_filenameMarcin Slusarz1-16/+25
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 Enberg10-116/+130
2009-04-02Remove struct typedefs from fs/udf/ecma_167.h et al.Pekka Enberg15-442/+444
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