aboutsummaryrefslogtreecommitdiff
path: root/fs/udf/super.c
AgeCommit message (Expand)Author
2013-10-01udf: Refuse RW mount of the filesystem instead of making it ROJan Kara
2013-10-01udf: Standardize return values in mount sequenceJan Kara
2013-03-11fs: Limit sys_mount to only request filesystem modules. (Part 3)Eric W. Biederman
2013-02-05udf: Remove unused s_extLength from udf_bitmapJan Kara
2013-02-05udf: Make s_block_bitmap standard arrayJan Kara
2013-01-22udf: add extent cache support in case of file readingNamjae Jeon
2013-01-21udf: Write LVID to disk after opening / closingJan Kara
2013-01-14UDF: Fix a null pointer dereference in udf_sb_free_partitionsNamjae Jeon
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-09-21userns: Convert the udf filesystem to use kuid/kgid where appropriateEric W. Biederman
2012-08-15udf: fix retun value on error path in udf_load_logicalvolNikola Pajkovsky
2012-08-15UDF: During mount free lvid_bh before rescanning with different blocksizeAshish Sangwan
2012-07-10udf: Improve table length check to avoid possible overflowJan Kara
2012-07-09udf: Fix memory leak when mountingJan Kara
2012-07-09udf: stop using s_dirtArtem Bityutskiy
2012-06-28udf: Fortify loading of sparing tableJan Kara
2012-06-28udf: Avoid run away loop when partition table length is corruptedJan Kara
2012-06-28udf: Use 'ret' instead of abusing 'i' in udf_load_logicalvol()Jan Kara
2012-03-28Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro
2012-02-29udf: Remove unnecessary OOM messagesJoe Perches
2012-01-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2012-01-09udf: Mark LVID buffer as uptodate before marking it dirtyJan Kara
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro
2012-01-03udf: propagate umode_tAl Viro
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2011-10-31udf: Cleanup metadata flags handlingJan Kara
2011-10-31udf: Skip mirror metadata FE loading when metadata FE is okNamjae Jeon
2011-10-31udf: Neaten udf_debug usesJoe Perches
2011-10-31udf: Neaten logging output, use vsprintf extension %pVJoe Perches
2011-10-31udf: Convert printks to pr_<level>Joe Perches
2011-10-10udf: Rename udf_warning to udf_warnJoe Perches
2011-10-10udf: Rename udf_error to udf_errJoe Perches
2011-10-10udf: Promote some debugging messages to udf_errorJoe Perches
2011-01-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2011-01-07fs: icache RCU free inodesNick Piggin
2011-01-06udf: Remove unnecessary bkl usagesAlessio Igor Bogani
2011-01-06udf: Replace bkl with the UDF_I(inode)->i_data_sem for protect udf_inode_info...Alessio Igor Bogani
2011-01-06udf: Remove BKL from free space counting functionsJan Kara
2011-01-06udf: Remove BKL from udf_put_super() and udf_remount_fs()Jan Kara
2011-01-06udf: Protect default inode credentials by rwlockJan Kara
2011-01-06udf: Protect all modifications of LVID with s_alloc_mutexJan Kara
2011-01-06udf: Move handling of uniqueID into a helper function and protect it by a s_a...Jan Kara
2011-01-06fs/udf: Use vzallocJoe Perches
2010-10-29new helper: mount_bdev()Al Viro
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds