aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds7-118/+11
2010-05-27rename the generic fsync implementationsChristoph Hellwig2-2/+2
2010-05-27fs/: do not fallback to default_llseek() when readdir() uses BKLjan Blunck1-0/+1
2010-05-24udf: Remove dead quota codeJan Kara7-128/+6
2010-05-24quota: rename default quotactl methods to dquot_Christoph Hellwig1-1/+1
2010-05-24quota: explicitly set ->dq_op and ->s_qcopChristoph Hellwig1-1/+5
2010-05-24quota: move unmount handling into the filesystemChristoph Hellwig1-0/+2
2010-05-24quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig1-4/+2
2010-05-24quota: move remount handling into the filesystemChristoph Hellwig1-7/+18
2010-05-21udf: replace inode uid,gid,mode init with helperDmitry Monakhov2-17/+4
2010-05-21Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6Linus Torvalds3-19/+29
2010-05-21quota: unify quota init condition in setattrDmitry Monakhov1-1/+1
2010-05-05udf: BKL ioctl pushdownJohn Kacur3-19/+29
2010-04-08udf: add speciffic ->setattr callbackDmitry Monakhov4-4/+12
2010-04-08udf: potential integer overflowDan Carpenter1-6/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo3-2/+1
2010-03-12Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6Linus Torvalds2-65/+18
2010-03-09udf: use ext2_find_next_bitAkinobu Mita1-48/+1
2010-03-09udf: Do not read inode before writing itJan Kara1-3/+3
2010-03-09udf: Fix unalloc space handling in udf_update_inodeJan Kara1-14/+14
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-05Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds5-23/+77
2010-03-05pass writeback_control to ->write_inodeChristoph Hellwig2-3/+3
2010-03-05dquot: cleanup dquot initialize routineChristoph Hellwig4-12/+12
2010-03-05dquot: move dquot initialization responsibility into the filesystemChristoph Hellwig3-1/+25
2010-03-05dquot: cleanup dquot drop routineChristoph Hellwig2-3/+3
2010-03-05dquot: move dquot drop responsibility into the filesystemChristoph Hellwig1-0/+2
2010-03-05dquot: cleanup dquot transfer routineChristoph Hellwig1-1/+1
2010-03-05dquot: move dquot transfer responsibility into the filesystemChristoph Hellwig1-1/+22
2010-03-05dquot: cleanup inode allocation / freeing routinesChristoph Hellwig1-4/+6
2010-03-05dquot: cleanup space allocation / freeing routinesChristoph Hellwig1-15/+20
2010-03-03sanitize const/signedness for udfAl Viro5-19/+19
2010-02-05tree-wide: fix 'lenght' typo in comments and codeDaniel Mack1-1/+1
2009-12-14udf: Avoid IO in udf_clear_inodeJan Kara3-22/+41
2009-12-14udf: Try harder when looking for VAT inodeJan Kara1-8/+24
2009-12-14udf: Fix compilation with UDFFS_DEBUG enabledJan Kara1-1/+1
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