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