summaryrefslogtreecommitdiffstats
path: root/fs/udf/super.c
Commit message (Expand)AuthorAgeFilesLines
* fs: Limit sys_mount to only request filesystem modules. (Part 3)Eric W. Biederman2013-03-111-0/+1
* udf: Remove unused s_extLength from udf_bitmapJan Kara2013-02-051-4/+0
* udf: Make s_block_bitmap standard arrayJan Kara2013-02-051-1/+0
* udf: add extent cache support in case of file readingNamjae Jeon2013-01-221-0/+2
* udf: Write LVID to disk after opening / closingJan Kara2013-01-211-0/+4
* UDF: Fix a null pointer dereference in udf_sb_free_partitionsNamjae Jeon2013-01-141-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-0/+5
|\
| * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-021-0/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-021-8/+12
|\ \ | |/ |/|
| * userns: Convert the udf filesystem to use kuid/kgid where appropriateEric W. Biederman2012-09-211-8/+12
* | udf: fix retun value on error path in udf_load_logicalvolNikola Pajkovsky2012-08-151-1/+4
* | UDF: During mount free lvid_bh before rescanning with different blocksizeAshish Sangwan2012-08-151-0/+2
|/
* udf: Improve table length check to avoid possible overflowJan Kara2012-07-101-1/+1
* udf: Fix memory leak when mountingJan Kara2012-07-091-58/+64
* udf: stop using s_dirtArtem Bityutskiy2012-07-091-6/+0
* udf: Fortify loading of sparing tableJan Kara2012-06-281-33/+53
* udf: Avoid run away loop when partition table length is corruptedJan Kara2012-06-281-1/+9
* udf: Use 'ret' instead of abusing 'i' in udf_load_logicalvol()Jan Kara2012-06-281-4/+2
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2012-03-281-4/+1
|\
| * udf: Remove unnecessary OOM messagesJoe Perches2012-02-291-4/+1
* | switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-2/+1
* | vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro2012-03-201-0/+3
|/
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2012-01-091-0/+6
|\
| * udf: Mark LVID buffer as uptodate before marking it dirtyJan Kara2012-01-091-0/+6
* | vfs: switch ->show_options() to struct dentry *Al Viro2012-01-061-3/+3
* | udf: propagate umode_tAl Viro2012-01-031-6/+6
* | vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
|/
* udf: Cleanup metadata flags handlingJan Kara2011-10-311-4/+4
* udf: Skip mirror metadata FE loading when metadata FE is okNamjae Jeon2011-10-311-35/+33
* udf: Neaten udf_debug usesJoe Perches2011-10-311-44/+34
* udf: Neaten logging output, use vsprintf extension %pVJoe Perches2011-10-311-11/+17
* udf: Convert printks to pr_<level>Joe Perches2011-10-311-41/+32
* udf: Rename udf_warning to udf_warnJoe Perches2011-10-101-14/+8
* udf: Rename udf_error to udf_errJoe Perches2011-10-101-16/+11
* udf: Promote some debugging messages to udf_errorJoe Perches2011-10-101-4/+2
* 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
|/