summaryrefslogtreecommitdiffstats
path: root/fs/udf
Commit message (Expand)AuthorAgeFilesLines
* udf: Fix possible corruption when close races with writeJan Kara2009-09-141-0/+2
* udf: Perform preallocation only for regular filesJan Kara2009-09-141-9/+10
* udf: Remove wrong assignment in udf_symlinkJan Kara2009-09-141-1/+0
* udf: Remove dead codeJan Kara2009-09-142-90/+0
* udf: Fix loading of VAT inode when drive wrongly reports number of recorded b...Jan Kara2009-07-301-0/+12
* udf: remove redundant tests on unsignedRoel Kluin2009-06-241-5/+4
* udf: Use device size when drive reported bogus number of written blocksJan Kara2009-06-181-1/+6
* switch udf to simple_fsync()Al Viro2009-06-115-58/+3
* Push BKL down into ->remount_fs()Alessio Igor Bogani2009-06-111-1/+5
* push BKL down into ->put_superChristoph Hellwig2009-06-111-0/+5
* block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-221-1/+1
* udf: Don't write integrity descriptor too oftenJan Kara2009-04-025-47/+52
* udf: Try anchor in block 256 firstJan Kara2009-04-022-248/+186
* udf: Some type fixes and cleanupsJan Kara2009-04-021-6/+4
* udf: use hardware sector sizeClemens Ladisch2009-04-022-21/+50
* udf: fix novrs mount optionClemens Ladisch2009-04-021-0/+1
* udf: Fix oops when invalid character in filename occursJan Kara2009-04-021-5/+16
* udf: return f_fsid for statfs(2)Coly Li2009-04-021-1/+3
* udf: Add checks to not underflow sector_tJan Kara2009-04-021-8/+13
* udf: fix default mode and dmode options handlingMarcin Slusarz2009-04-023-6/+8
* udf: fix sparse warnings:Jan Kara2009-04-021-14/+8
* udf: unsigned last[i] cannot be less than 0roel kluin2009-04-021-2/+0
* udf: implement mode and dmode mounting optionsMarcin Slusarz2009-04-023-3/+41
* udf: reduce stack usage of udf_get_filenameMarcin Slusarz2009-04-021-16/+25
* udf: reduce stack usage of udf_load_pvoldescMarcin Slusarz2009-04-021-11/+25
* Fix the udf code not to pass structs on stack where possible.Pekka Enberg2009-04-0210-116/+130
* Remove struct typedefs from fs/udf/ecma_167.h et al.Pekka Enberg2009-04-0215-442/+444
* udf: Use lowercase names of quota functionsJan Kara2009-03-262-11/+11
* fs/Kconfig: move iso9660, udf outAlexey Dobriyan2009-01-221-0/+18
* Merge branch 'master' into nextJames Morris2008-12-041-0/+1
|\
| * udf: Fix BUG_ON() in destroy_inode()Jan Kara2008-11-271-0/+1
* | CRED: Wrap task credential accesses in the UDF filesystemDavid Howells2008-11-142-3/+3
|/
* [PATCH] get rid of on-stack dentry in udfAl Viro2008-10-231-15/+11
* [PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig2008-10-231-15/+2
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-131-1/+1
* udf: add llseek methodChristoph Hellwig2008-09-081-0/+1
* udf: Fix error paths in udf_new_inode()Jan Kara2008-08-191-23/+18
* udf: Fix lock inversion between iprune_mutex and alloc_mutex (v2)Jan Kara2008-08-191-2/+1
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-1/+1
* udf: Fix regression in UDF anchor block detectionTomas Janousek2008-06-241-34/+23
* udf: restore UDFFS_DEBUG to being undefined by defaultPaul Collins2008-06-161-1/+1
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2008-05-084-6/+145
|\
| * udf: Fix memory corruption when fs mounted with noadinicb optionJan Kara2008-05-071-2/+3
| * udf: Make udf exportableRasmus Rohde2008-05-073-2/+140
| * udf: fs/udf/partition.c:udf_get_pblock() mustn't be inlineAdrian Bunk2008-04-281-2/+2
* | fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-301-2/+2
* | udf: fix sparse warning in namei.cHarvey Harrison2008-04-281-4/+4
|/
* udf: use crc_itu_t from lib instead of udf_crcBob Copeland2008-04-178-203/+31
* udf: Fix compilation warnings when UDF debug is onSebastian Manciulea2008-04-172-4/+5
* udf: Fix bug in VAT mapping codeSebastian Manciulea2008-04-172-5/+4