aboutsummaryrefslogtreecommitdiff
path: root/fs/udf/super.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-2/+6
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Gravatar Theodore Ts'o 1-0/+1
2014-03-03udf: Add __init macro to init_inodecacheGravatar Fabian Frederick 1-1/+1
2014-03-03fs: udf: parse_options: blocksize checkGravatar Fabian Frederick 1-1/+5
2013-10-18udf: fix for pathetic mount times in case of invalid file systemGravatar Peter A. Felvegi 1-9/+36
2013-09-24udf: Fortify LVID loadingGravatar Jan Kara 1-24/+40
2013-07-31udf: Refuse RW mount of the filesystem instead of making it ROGravatar Jan Kara 1-18/+24
2013-07-31udf: Standardize return values in mount sequenceGravatar Jan Kara 1-117/+183
2013-03-11fs: Limit sys_mount to only request filesystem modules. (Part 3)Gravatar Eric W. Biederman 1-0/+1
2013-02-05udf: Remove unused s_extLength from udf_bitmapGravatar Jan Kara 1-4/+0
2013-02-05udf: Make s_block_bitmap standard arrayGravatar Jan Kara 1-1/+0
2013-01-22udf: add extent cache support in case of file readingGravatar Namjae Jeon 1-0/+2
2013-01-21udf: Write LVID to disk after opening / closingGravatar Jan Kara 1-0/+4
2013-01-14UDF: Fix a null pointer dereference in udf_sb_free_partitionsGravatar Namjae Jeon 1-1/+2
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+5
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsGravatar Kirill A. Shutemov 1-0/+5
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-8/+12
2012-09-21userns: Convert the udf filesystem to use kuid/kgid where appropriateGravatar Eric W. Biederman 1-8/+12
2012-08-15udf: fix retun value on error path in udf_load_logicalvolGravatar Nikola Pajkovsky 1-1/+4
2012-08-15UDF: During mount free lvid_bh before rescanning with different blocksizeGravatar Ashish Sangwan 1-0/+2
2012-07-10udf: Improve table length check to avoid possible overflowGravatar Jan Kara 1-1/+1
2012-07-09udf: Fix memory leak when mountingGravatar Jan Kara 1-58/+64
2012-07-09udf: stop using s_dirtGravatar Artem Bityutskiy 1-6/+0
2012-06-28udf: Fortify loading of sparing tableGravatar Jan Kara 1-33/+53
2012-06-28udf: Avoid run away loop when partition table length is corruptedGravatar Jan Kara 1-1/+9
2012-06-28udf: Use 'ret' instead of abusing 'i' in udf_load_logicalvol()Gravatar Jan Kara 1-4/+2
2012-03-28Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-4/+1
2012-03-20switch open-coded instances of d_make_root() to new helperGravatar Al Viro 1-2/+1
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Gravatar Al Viro 1-0/+3
2012-02-29udf: Remove unnecessary OOM messagesGravatar Joe Perches 1-4/+1
2012-01-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-0/+6
2012-01-09udf: Mark LVID buffer as uptodate before marking it dirtyGravatar Jan Kara 1-0/+6
2012-01-06vfs: switch ->show_options() to struct dentry *Gravatar Al Viro 1-3/+3
2012-01-03udf: propagate umode_tGravatar Al Viro 1-6/+6
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsGravatar Al Viro 1-1/+0
2011-10-31udf: Cleanup metadata flags handlingGravatar Jan Kara 1-4/+4
2011-10-31udf: Skip mirror metadata FE loading when metadata FE is okGravatar Namjae Jeon 1-35/+33
2011-10-31udf: Neaten udf_debug usesGravatar Joe Perches 1-44/+34
2011-10-31udf: Neaten logging output, use vsprintf extension %pVGravatar Joe Perches 1-11/+17
2011-10-31udf: Convert printks to pr_<level>Gravatar Joe Perches 1-41/+32
2011-10-10udf: Rename udf_warning to udf_warnGravatar Joe Perches 1-14/+8
2011-10-10udf: Rename udf_error to udf_errGravatar Joe Perches 1-16/+11
2011-10-10udf: Promote some debugging messages to udf_errorGravatar Joe Perches 1-4/+2
2011-01-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-26/+41
2011-01-07fs: icache RCU free inodesGravatar Nick Piggin 1-1/+8
2011-01-06udf: Remove unnecessary bkl usagesGravatar Alessio Igor Bogani 1-8/+1
2011-01-06udf: Replace bkl with the UDF_I(inode)->i_data_sem for protect udf_inode_info...Gravatar Alessio Igor Bogani 1-0/+1
2011-01-06udf: Remove BKL from free space counting functionsGravatar Jan Kara 1-9/+2
2011-01-06udf: Remove BKL from udf_put_super() and udf_remount_fs()Gravatar Jan Kara 1-6/+0
2011-01-06udf: Protect default inode credentials by rwlockGravatar Jan Kara 1-0/+3