aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf/super.c
Commit message (Expand)AuthorAge
* udf: Fix loading of special inodesJan Kara2014-10-09
* udf: Make udf_read_inode() and udf_iget() return errorJan Kara2014-09-04
* udf: use linux/uaccess.hFabian Frederick2014-07-15
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2014-04-07
|\
| * udf: Add __init macro to init_inodecacheFabian Frederick2014-03-03
| * fs: udf: parse_options: blocksize checkFabian Frederick2014-03-03
* | fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-13
|/
* udf: fix for pathetic mount times in case of invalid file systemPeter A. Felvegi2013-10-18
* udf: Fortify LVID loadingJan Kara2013-09-24
* udf: Refuse RW mount of the filesystem instead of making it ROJan Kara2013-07-31
* udf: Standardize return values in mount sequenceJan Kara2013-07-31
* 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