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