aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-14udf: remove redundant buffer_head.h includesFabian Frederick1-1/+0
2015-02-05udf: use bool for doneFabian Frederick1-2/+2
2015-01-12udf: destroy sbi mutex in put_superFabian Frederick1-0/+1
2014-11-19udf: One function call less in udf_fill_super() after error detectionMarkus Elfring1-2/+3
2014-11-19udf: Deletion of unnecessary checks before the function call "iput"Markus Elfring1-4/+2
2014-10-09udf: Fix loading of special inodesJan Kara1-5/+5
2014-09-04udf: Make udf_read_inode() and udf_iget() return errorJan Kara1-28/+41
2014-07-15udf: use linux/uaccess.hFabian Frederick1-1/+1
2014-04-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-2/+6
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+1
2014-03-03udf: Add __init macro to init_inodecacheFabian Frederick1-1/+1
2014-03-03fs: udf: parse_options: blocksize checkFabian Frederick1-1/+5
2013-10-18udf: fix for pathetic mount times in case of invalid file systemPeter A. Felvegi1-9/+36
2013-09-24udf: Fortify LVID loadingJan Kara1-24/+40
2013-07-31udf: Refuse RW mount of the filesystem instead of making it ROJan Kara1-18/+24
2013-07-31udf: Standardize return values in mount sequenceJan Kara1-117/+183
2013-03-11fs: Limit sys_mount to only request filesystem modules. (Part 3)Eric W. Biederman1-0/+1
2013-02-05udf: Remove unused s_extLength from udf_bitmapJan Kara1-4/+0
2013-02-05udf: Make s_block_bitmap standard arrayJan Kara1-1/+0
2013-01-22udf: add extent cache support in case of file readingNamjae Jeon1-0/+2
2013-01-21udf: Write LVID to disk after opening / closingJan Kara1-0/+4
2013-01-14UDF: Fix a null pointer dereference in udf_sb_free_partitionsNamjae Jeon1-1/+2
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+5
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-8/+12
2012-09-21userns: Convert the udf filesystem to use kuid/kgid where appropriateEric W. Biederman1-8/+12
2012-08-15udf: fix retun value on error path in udf_load_logicalvolNikola Pajkovsky1-1/+4
2012-08-15UDF: During mount free lvid_bh before rescanning with different blocksizeAshish Sangwan1-0/+2
2012-07-10udf: Improve table length check to avoid possible overflowJan Kara1-1/+1
2012-07-09udf: Fix memory leak when mountingJan Kara1-58/+64
2012-07-09udf: stop using s_dirtArtem Bityutskiy1-6/+0
2012-06-28udf: Fortify loading of sparing tableJan Kara1-33/+53
2012-06-28udf: Avoid run away loop when partition table length is corruptedJan Kara1-1/+9
2012-06-28udf: Use 'ret' instead of abusing 'i' in udf_load_logicalvol()Jan Kara1-4/+2
2012-03-28Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-4/+1
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-2/+1
2012-03-20vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro1-0/+3
2012-02-29udf: Remove unnecessary OOM messagesJoe Perches1-4/+1
2012-01-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-0/+6
2012-01-09udf: Mark LVID buffer as uptodate before marking it dirtyJan Kara1-0/+6
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-3/+3
2012-01-03udf: propagate umode_tAl Viro1-6/+6
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-10-31udf: Cleanup metadata flags handlingJan Kara1-4/+4
2011-10-31udf: Skip mirror metadata FE loading when metadata FE is okNamjae Jeon1-35/+33
2011-10-31udf: Neaten udf_debug usesJoe Perches1-44/+34
2011-10-31udf: Neaten logging output, use vsprintf extension %pVJoe Perches1-11/+17
2011-10-31udf: Convert printks to pr_<level>Joe Perches1-41/+32
2011-10-10udf: Rename udf_warning to udf_warnJoe Perches1-14/+8
2011-10-10udf: Rename udf_error to udf_errJoe Perches1-16/+11