aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-02udf: Don't write integrity descriptor too oftenJan Kara1-19/+25
2009-04-02udf: Try anchor in block 256 firstJan Kara1-247/+185
2009-04-02udf: Some type fixes and cleanupsJan Kara1-6/+4
2009-04-02udf: use hardware sector sizeClemens Ladisch1-21/+49
2009-04-02udf: fix novrs mount optionClemens Ladisch1-0/+1
2009-04-02udf: return f_fsid for statfs(2)Coly Li1-1/+3
2009-04-02udf: Add checks to not underflow sector_tJan Kara1-8/+13
2009-04-02udf: fix default mode and dmode options handlingMarcin Slusarz1-4/+4
2009-04-02udf: unsigned last[i] cannot be less than 0roel kluin1-2/+0
2009-04-02udf: implement mode and dmode mounting optionsMarcin Slusarz1-1/+30
2009-04-02udf: reduce stack usage of udf_load_pvoldescMarcin Slusarz1-11/+25
2009-04-02Fix the udf code not to pass structs on stack where possible.Pekka Enberg1-11/+11
2009-04-02Remove struct typedefs from fs/udf/ecma_167.h et al.Pekka Enberg1-24/+24
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan1-1/+1
2008-06-24udf: Fix regression in UDF anchor block detectionTomas Janousek1-34/+23
2008-05-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6Linus Torvalds1-0/+1
2008-05-07udf: Make udf exportableRasmus Rohde1-0/+1
2008-04-30fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-04-17udf: use crc_itu_t from lib instead of udf_crcBob Copeland1-5/+5
2008-04-17udf: Fix compilation warnings when UDF debug is onSebastian Manciulea1-3/+4
2008-04-17udf: Fix bug in VAT mapping codeSebastian Manciulea1-4/+2
2008-04-17udf: Add read-only support for 2.50 UDF mediaJan Kara1-13/+177
2008-04-17udf: Fix handling of multisession mediaSebastian Manciulea1-1/+1