aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf/super.c
Commit message (Expand)AuthorAgeFilesLines
* merged more uncritical stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-158/+130
* udf: fix retun value on error path in udf_load_logicalvolNikola Pajkovsky2012-10-211-1/+4
* udf: Fortify loading of sparing tableJan Kara2012-07-161-33/+53
* udf: Avoid run away loop when partition table length is corruptedJan Kara2012-07-161-1/+9
* udf: Use 'ret' instead of abusing 'i' in udf_load_logicalvol()Jan Kara2012-07-161-4/+2
* udf: Mark LVID buffer as uptodate before marking it dirtyJan Kara2012-02-131-0/+6
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2011-01-111-26/+41
|\
| * udf: Remove unnecessary bkl usagesAlessio Igor Bogani2011-01-061-8/+1
| * udf: Replace bkl with the UDF_I(inode)->i_data_sem for protect udf_inode_info...Alessio Igor Bogani2011-01-061-0/+1
| * udf: Remove BKL from free space counting functionsJan Kara2011-01-061-9/+2
| * udf: Remove BKL from udf_put_super() and udf_remount_fs()Jan Kara2011-01-061-6/+0
| * udf: Protect default inode credentials by rwlockJan Kara2011-01-061-0/+3
| * udf: Protect all modifications of LVID with s_alloc_mutexJan Kara2011-01-061-0/+5
| * udf: Move handling of uniqueID into a helper function and protect it by a s_a...Jan Kara2011-01-061-0/+27
| * fs/udf: Use vzallocJoe Perches2011-01-061-3/+2
* | fs: icache RCU free inodesNick Piggin2011-01-071-1/+8
|/
* new helper: mount_bdev()Al Viro2010-10-291-5/+4
* BKL: Explicitly add BKL around get_sb/fill_superJan Blunck2010-10-041-1/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-101-2/+1
|\
| * switch udf to ->evict_inode()Al Viro2010-08-091-2/+1
* | udf: super.c Fix warning: variable 'sbi' set but not usedJustin P. Mattock2010-08-021-2/+0
|/
* udf: Remove dead quota codeJan Kara2010-05-241-16/+2
* quota: rename default quotactl methods to dquot_Christoph Hellwig2010-05-241-1/+1
* quota: explicitly set ->dq_op and ->s_qcopChristoph Hellwig2010-05-241-1/+5
* quota: move unmount handling into the filesystemChristoph Hellwig2010-05-241-0/+2
* quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig2010-05-241-4/+2
* quota: move remount handling into the filesystemChristoph Hellwig2010-05-241-7/+18
* udf: Try harder when looking for VAT inodeJan Kara2009-12-141-8/+24
* udf: Fix loading of VAT inode when drive wrongly reports number of recorded b...Jan Kara2009-07-301-0/+12
* Push BKL down into ->remount_fs()Alessio Igor Bogani2009-06-111-1/+5
* push BKL down into ->put_superChristoph Hellwig2009-06-111-0/+5
* block: Do away with the notion of hardsect_sizeMartin K. Petersen2009-05-221-1/+1
* udf: Don't write integrity descriptor too oftenJan Kara2009-04-021-19/+25
* udf: Try anchor in block 256 firstJan Kara2009-04-021-247/+185
* udf: Some type fixes and cleanupsJan Kara2009-04-021-6/+4
* udf: use hardware sector sizeClemens Ladisch2009-04-021-21/+49
* udf: fix novrs mount optionClemens Ladisch2009-04-021-0/+1
* udf: return f_fsid for statfs(2)Coly Li2009-04-021-1/+3
* udf: Add checks to not underflow sector_tJan Kara2009-04-021-8/+13
* udf: fix default mode and dmode options handlingMarcin Slusarz2009-04-021-4/+4
* udf: unsigned last[i] cannot be less than 0roel kluin2009-04-021-2/+0
* udf: implement mode and dmode mounting optionsMarcin Slusarz2009-04-021-1/+30
* udf: reduce stack usage of udf_load_pvoldescMarcin Slusarz2009-04-021-11/+25
* Fix the udf code not to pass structs on stack where possible.Pekka Enberg2009-04-021-11/+11
* Remove struct typedefs from fs/udf/ecma_167.h et al.Pekka Enberg2009-04-021-24/+24
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-131-1/+1
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-1/+1
* udf: Fix regression in UDF anchor block detectionTomas Janousek2008-06-241-34/+23
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2008-05-081-0/+1
|\
| * udf: Make udf exportableRasmus Rohde2008-05-071-0/+1