aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf
Commit message (Expand)AuthorAge
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-03-05
|\
| * dquot: cleanup dquot initialize routineChristoph Hellwig2010-03-04
| * dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig2010-03-04
| * dquot: cleanup dquot drop routineChristoph Hellwig2010-03-04
| * dquot: move dquot drop responsibility into the filesystemChristoph Hellwig2010-03-04
| * dquot: cleanup dquot transfer routineChristoph Hellwig2010-03-04
| * dquot: move dquot transfer responsibility into the filesystemChristoph Hellwig2010-03-04
| * dquot: cleanup inode allocation / freeing routinesChristoph Hellwig2010-03-04
| * dquot: cleanup space allocation / freeing routinesChristoph Hellwig2010-03-04
* | pass writeback_control to ->write_inodeChristoph Hellwig2010-03-05
* | sanitize const/signedness for udfAl Viro2010-03-03
|/
* udf: Avoid IO in udf_clear_inodeJan Kara2009-12-14
* udf: Try harder when looking for VAT inodeJan Kara2009-12-14
* udf: Fix compilation with UDFFS_DEBUG enabledJan Kara2009-12-14
* udf: Fix possible corruption when close races with writeJan Kara2009-09-14
* udf: Perform preallocation only for regular filesJan Kara2009-09-14
* udf: Remove wrong assignment in udf_symlinkJan Kara2009-09-14
* udf: Remove dead codeJan Kara2009-09-14
* udf: Fix loading of VAT inode when drive wrongly reports number of recorded b...Jan Kara2009-07-30
* udf: remove redundant tests on unsignedRoel Kluin2009-06-24
* udf: Use device size when drive reported bogus number of written blocksJan Kara2009-06-18
* switch udf to simple_fsync()Al Viro2009-06-11
* Push BKL down into ->remount_fs()Alessio Igor Bogani2009-06-11
* push BKL down into ->put_superChristoph Hellwig2009-06-11
* block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-22
* udf: Don't write integrity descriptor too oftenJan Kara2009-04-02
* udf: Try anchor in block 256 firstJan Kara2009-04-02
* udf: Some type fixes and cleanupsJan Kara2009-04-02
* udf: use hardware sector sizeClemens Ladisch2009-04-02
* udf: fix novrs mount optionClemens Ladisch2009-04-02
* udf: Fix oops when invalid character in filename occursJan Kara2009-04-02
* udf: return f_fsid for statfs(2)Coly Li2009-04-02
* udf: Add checks to not underflow sector_tJan Kara2009-04-02
* udf: fix default mode and dmode options handlingMarcin Slusarz2009-04-02
* udf: fix sparse warnings:Jan Kara2009-04-02
* udf: unsigned last[i] cannot be less than 0roel kluin2009-04-02
* udf: implement mode and dmode mounting optionsMarcin Slusarz2009-04-02
* udf: reduce stack usage of udf_get_filenameMarcin Slusarz2009-04-02
* udf: reduce stack usage of udf_load_pvoldescMarcin Slusarz2009-04-02
* Fix the udf code not to pass structs on stack where possible.Pekka Enberg2009-04-02
* Remove struct typedefs from fs/udf/ecma_167.h et al.Pekka Enberg2009-04-02
* udf: Use lowercase names of quota functionsJan Kara2009-03-25
* fs/Kconfig: move iso9660, udf outAlexey Dobriyan2009-01-22
* Merge branch 'master' into nextJames Morris2008-12-04
|\
| * udf: Fix BUG_ON() in destroy_inode()Jan Kara2008-11-27
* | CRED: Wrap task credential accesses in the UDF filesystemDavid Howells2008-11-13
|/
* [PATCH] get rid of on-stack dentry in udfAl Viro2008-10-23
* [PATCH] switch all filesystems over to d_obtain_aliasChristoph Hellwig2008-10-23
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-13
* udf: add llseek methodChristoph Hellwig2008-09-08