aboutsummaryrefslogtreecommitdiff
path: root/fs/udf
AgeCommit message (Expand)AuthorFilesLines
2010-04-08udf: add speciffic ->setattr callbackGravatar Dmitry Monakhov 4-4/+12
2010-04-08udf: potential integer overflowGravatar Dan Carpenter 1-6/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 3-2/+1
2010-03-12Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 2-65/+18
2010-03-09udf: use ext2_find_next_bitGravatar Akinobu Mita 1-48/+1
2010-03-09udf: Do not read inode before writing itGravatar Jan Kara 1-3/+3
2010-03-09udf: Fix unalloc space handling in udf_update_inodeGravatar Jan Kara 1-14/+14
2010-03-08Merge branch 'for-next' into for-linusGravatar Jiri Kosina 1-1/+1
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 5-23/+77
2010-03-05pass writeback_control to ->write_inodeGravatar Christoph Hellwig 2-3/+3
2010-03-05dquot: cleanup dquot initialize routineGravatar Christoph Hellwig 4-12/+12
2010-03-05dquot: move dquot initialization responsibility into the filesystemGravatar Christoph Hellwig 3-1/+25
2010-03-05dquot: cleanup dquot drop routineGravatar Christoph Hellwig 2-3/+3
2010-03-05dquot: move dquot drop responsibility into the filesystemGravatar Christoph Hellwig 1-0/+2
2010-03-05dquot: cleanup dquot transfer routineGravatar Christoph Hellwig 1-1/+1
2010-03-05dquot: move dquot transfer responsibility into the filesystemGravatar Christoph Hellwig 1-1/+22
2010-03-05dquot: cleanup inode allocation / freeing routinesGravatar Christoph Hellwig 1-4/+6
2010-03-05dquot: cleanup space allocation / freeing routinesGravatar Christoph Hellwig 1-15/+20
2010-03-03sanitize const/signedness for udfGravatar Al Viro 5-19/+19
2010-02-05tree-wide: fix 'lenght' typo in comments and codeGravatar Daniel Mack 1-1/+1
2009-12-14udf: Avoid IO in udf_clear_inodeGravatar Jan Kara 3-22/+41
2009-12-14udf: Try harder when looking for VAT inodeGravatar Jan Kara 1-8/+24
2009-12-14udf: Fix compilation with UDFFS_DEBUG enabledGravatar Jan Kara 1-1/+1
2009-09-14udf: Fix possible corruption when close races with writeGravatar Jan Kara 1-0/+2
2009-09-14udf: Perform preallocation only for regular filesGravatar Jan Kara 1-9/+10
2009-09-14udf: Remove wrong assignment in udf_symlinkGravatar Jan Kara 1-1/+0
2009-09-14udf: Remove dead codeGravatar Jan Kara 2-90/+0
2009-07-30udf: Fix loading of VAT inode when drive wrongly reports number of recorded b...Gravatar Jan Kara 1-0/+12
2009-06-24udf: remove redundant tests on unsignedGravatar Roel Kluin 1-5/+4
2009-06-18udf: Use device size when drive reported bogus number of written blocksGravatar Jan Kara 1-1/+6
2009-06-11switch udf to simple_fsync()Gravatar Al Viro 5-58/+3
2009-06-11Push BKL down into ->remount_fs()Gravatar Alessio Igor Bogani 1-1/+5
2009-06-11push BKL down into ->put_superGravatar Christoph Hellwig 1-0/+5
2009-05-22block: Do away with the notion of hardsect_sizeGravatar Martin K. Petersen 1-1/+1
2009-04-02udf: Don't write integrity descriptor too oftenGravatar Jan Kara 5-47/+52
2009-04-02udf: Try anchor in block 256 firstGravatar Jan Kara 2-248/+186
2009-04-02udf: Some type fixes and cleanupsGravatar Jan Kara 1-6/+4
2009-04-02udf: use hardware sector sizeGravatar Clemens Ladisch 2-21/+50
2009-04-02udf: fix novrs mount optionGravatar Clemens Ladisch 1-0/+1
2009-04-02udf: Fix oops when invalid character in filename occursGravatar Jan Kara 1-5/+16
2009-04-02udf: return f_fsid for statfs(2)Gravatar Coly Li 1-1/+3
2009-04-02udf: Add checks to not underflow sector_tGravatar Jan Kara 1-8/+13
2009-04-02udf: fix default mode and dmode options handlingGravatar Marcin Slusarz 3-6/+8
2009-04-02udf: fix sparse warnings:Gravatar Jan Kara 1-14/+8
2009-04-02udf: unsigned last[i] cannot be less than 0Gravatar roel kluin 1-2/+0
2009-04-02udf: implement mode and dmode mounting optionsGravatar Marcin Slusarz 3-3/+41
2009-04-02udf: reduce stack usage of udf_get_filenameGravatar Marcin Slusarz 1-16/+25
2009-04-02udf: reduce stack usage of udf_load_pvoldescGravatar Marcin Slusarz 1-11/+25
2009-04-02Fix the udf code not to pass structs on stack where possible.Gravatar Pekka Enberg 10-116/+130
2009-04-02Remove struct typedefs from fs/udf/ecma_167.h et al.Gravatar Pekka Enberg 15-442/+444