aboutsummaryrefslogtreecommitdiff
path: root/fs/udf/super.c
AgeCommit message (Expand)Author
2011-01-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2011-01-07fs: icache RCU free inodesNick Piggin
2011-01-06udf: Remove unnecessary bkl usagesAlessio Igor Bogani
2011-01-06udf: Replace bkl with the UDF_I(inode)->i_data_sem for protect udf_inode_info...Alessio Igor Bogani
2011-01-06udf: Remove BKL from free space counting functionsJan Kara
2011-01-06udf: Remove BKL from udf_put_super() and udf_remount_fs()Jan Kara
2011-01-06udf: Protect default inode credentials by rwlockJan Kara
2011-01-06udf: Protect all modifications of LVID with s_alloc_mutexJan Kara
2011-01-06udf: Move handling of uniqueID into a helper function and protect it by a s_a...Jan Kara
2011-01-06fs/udf: Use vzallocJoe Perches
2010-10-29new helper: mount_bdev()Al Viro
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2010-08-09switch udf to ->evict_inode()Al Viro
2010-08-02udf: super.c Fix warning: variable 'sbi' set but not usedJustin P. Mattock
2010-05-24udf: Remove dead quota codeJan Kara
2010-05-24quota: rename default quotactl methods to dquot_Christoph Hellwig
2010-05-24quota: explicitly set ->dq_op and ->s_qcopChristoph Hellwig
2010-05-24quota: move unmount handling into the filesystemChristoph Hellwig
2010-05-24quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig
2010-05-24quota: move remount handling into the filesystemChristoph Hellwig
2009-12-14udf: Try harder when looking for VAT inodeJan Kara
2009-07-30udf: Fix loading of VAT inode when drive wrongly reports number of recorded b...Jan Kara
2009-06-11Push BKL down into ->remount_fs()Alessio Igor Bogani
2009-06-11push BKL down into ->put_superChristoph Hellwig
2009-05-22block: Do away with the notion of hardsect_sizeMartin K. Petersen
2009-04-02udf: Don't write integrity descriptor too oftenJan Kara
2009-04-02udf: Try anchor in block 256 firstJan Kara
2009-04-02udf: Some type fixes and cleanupsJan Kara
2009-04-02udf: use hardware sector sizeClemens Ladisch
2009-04-02udf: fix novrs mount optionClemens Ladisch
2009-04-02udf: return f_fsid for statfs(2)Coly Li
2009-04-02udf: Add checks to not underflow sector_tJan Kara
2009-04-02udf: fix default mode and dmode options handlingMarcin Slusarz
2009-04-02udf: unsigned last[i] cannot be less than 0roel kluin
2009-04-02udf: implement mode and dmode mounting optionsMarcin Slusarz
2009-04-02udf: reduce stack usage of udf_load_pvoldescMarcin Slusarz
2009-04-02Fix the udf code not to pass structs on stack where possible.Pekka Enberg
2009-04-02Remove struct typedefs from fs/udf/ecma_167.h et al.Pekka Enberg
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse
2008-07-26SL*B: drop kmem cache argument from constructorAlexey Dobriyan
2008-06-24udf: Fix regression in UDF anchor block detectionTomas Janousek
2008-05-08Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2008-05-07udf: Make udf exportableRasmus Rohde
2008-04-30fs: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-04-17udf: use crc_itu_t from lib instead of udf_crcBob Copeland
2008-04-17udf: Fix compilation warnings when UDF debug is onSebastian Manciulea
2008-04-17udf: Fix bug in VAT mapping codeSebastian Manciulea
2008-04-17udf: Add read-only support for 2.50 UDF mediaJan Kara
2008-04-17udf: Fix handling of multisession mediaSebastian Manciulea