aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-21userns: Convert the udf filesystem to use kuid/kgid where appropriateEric W. Biederman1-8/+12
2012-07-10udf: Improve table length check to avoid possible overflowJan Kara1-1/+1
2012-07-09udf: Fix memory leak when mountingJan Kara1-58/+64
2012-07-09udf: stop using s_dirtArtem Bityutskiy1-6/+0
2012-06-28udf: Fortify loading of sparing tableJan Kara1-33/+53
2012-06-28udf: Avoid run away loop when partition table length is corruptedJan Kara1-1/+9
2012-06-28udf: Use 'ret' instead of abusing 'i' in udf_load_logicalvol()Jan Kara1-4/+2
2012-03-28Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-4/+1
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-2/+1
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro1-0/+3
2012-02-29udf: Remove unnecessary OOM messagesJoe Perches1-4/+1
2012-01-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-0/+6
2012-01-09udf: Mark LVID buffer as uptodate before marking it dirtyJan Kara1-0/+6
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-3/+3
2012-01-03udf: propagate umode_tAl Viro1-6/+6
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-10-31udf: Cleanup metadata flags handlingJan Kara1-4/+4
2011-10-31udf: Skip mirror metadata FE loading when metadata FE is okNamjae Jeon1-35/+33
2011-10-31udf: Neaten udf_debug usesJoe Perches1-44/+34
2011-10-31udf: Neaten logging output, use vsprintf extension %pVJoe Perches1-11/+17
2011-10-31udf: Convert printks to pr_<level>Joe Perches1-41/+32
2011-10-10udf: Rename udf_warning to udf_warnJoe Perches1-14/+8
2011-10-10udf: Rename udf_error to udf_errJoe Perches1-16/+11
2011-10-10udf: Promote some debugging messages to udf_errorJoe Perches1-4/+2
2011-01-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6Linus Torvalds1-26/+41
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2011-01-06udf: Remove unnecessary bkl usagesAlessio Igor Bogani1-8/+1
2011-01-06udf: Replace bkl with the UDF_I(inode)->i_data_sem for protect udf_inode_info structAlessio Igor Bogani1-0/+1
2011-01-06udf: Remove BKL from free space counting functionsJan Kara1-9/+2
2011-01-06udf: Remove BKL from udf_put_super() and udf_remount_fs()Jan Kara1-6/+0
2011-01-06udf: Protect default inode credentials by rwlockJan Kara1-0/+3
2011-01-06udf: Protect all modifications of LVID with s_alloc_mutexJan Kara1-0/+5
2011-01-06udf: Move handling of uniqueID into a helper function and protect it by a s_alloc_mutexJan Kara1-0/+27
2011-01-06fs/udf: Use vzallocJoe Perches1-3/+2
2010-10-29new helper: mount_bdev()Al Viro1-5/+4
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck1-1/+7
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-2/+1
2010-08-09switch udf to ->evict_inode()Al Viro1-2/+1
2010-08-02udf: super.c Fix warning: variable 'sbi' set but not usedJustin P. Mattock1-2/+0
2010-05-24udf: Remove dead quota codeJan Kara1-16/+2
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
2009-12-14udf: Try harder when looking for VAT inodeJan Kara1-8/+24
2009-07-30udf: Fix loading of VAT inode when drive wrongly reports number of recorded blocksJan Kara1-0/+12
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