summaryrefslogtreecommitdiffstats
path: root/fs/udf/super.c
Commit message (Expand)AuthorAgeFilesLines
* udf: Don't modify filesystem for read-only mountsJan Kara2015-08-201-2/+5
* udf: fix udf_load_pvoldesc()Dan Carpenter2015-05-211-1/+2
* udf: improve error management in udf_CS0toUTF8()Fabian Frederick2015-05-181-9/+14
* udf: remove redundant buffer_head.h includesFabian Frederick2015-03-141-1/+0
* udf: use bool for doneFabian Frederick2015-02-051-2/+2
* udf: destroy sbi mutex in put_superFabian Frederick2015-01-121-0/+1
* udf: One function call less in udf_fill_super() after error detectionMarkus Elfring2014-11-191-2/+3
* udf: Deletion of unnecessary checks before the function call "iput"Markus Elfring2014-11-191-4/+2
* udf: Fix loading of special inodesJan Kara2014-10-091-5/+5
* udf: Make udf_read_inode() and udf_iget() return errorJan Kara2014-09-041-28/+41
* udf: use linux/uaccess.hFabian Frederick2014-07-151-1/+1
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2014-04-071-2/+6
|\
| * udf: Add __init macro to init_inodecacheFabian Frederick2014-03-031-1/+1
| * fs: udf: parse_options: blocksize checkFabian Frederick2014-03-031-1/+5
* | fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-131-0/+1
|/
* udf: fix for pathetic mount times in case of invalid file systemPeter A. Felvegi2013-10-181-9/+36
* udf: Fortify LVID loadingJan Kara2013-09-241-24/+40
* udf: Refuse RW mount of the filesystem instead of making it ROJan Kara2013-07-311-18/+24
* udf: Standardize return values in mount sequenceJan Kara2013-07-311-117/+183
* fs: Limit sys_mount to only request filesystem modules. (Part 3)Eric W. Biederman2013-03-111-0/+1
* udf: Remove unused s_extLength from udf_bitmapJan Kara2013-02-051-4/+0
* udf: Make s_block_bitmap standard arrayJan Kara2013-02-051-1/+0
* udf: add extent cache support in case of file readingNamjae Jeon2013-01-221-0/+2
* udf: Write LVID to disk after opening / closingJan Kara2013-01-211-0/+4
* UDF: Fix a null pointer dereference in udf_sb_free_partitionsNamjae Jeon2013-01-141-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-0/+5
|\
| * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-021-0/+5
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-021-8/+12
|\ \ | |/ |/|
| * userns: Convert the udf filesystem to use kuid/kgid where appropriateEric W. Biederman2012-09-211-8/+12
* | udf: fix retun value on error path in udf_load_logicalvolNikola Pajkovsky2012-08-151-1/+4
* | UDF: During mount free lvid_bh before rescanning with different blocksizeAshish Sangwan2012-08-151-0/+2
|/
* udf: Improve table length check to avoid possible overflowJan Kara2012-07-101-1/+1
* udf: Fix memory leak when mountingJan Kara2012-07-091-58/+64
* udf: stop using s_dirtArtem Bityutskiy2012-07-091-6/+0
* udf: Fortify loading of sparing tableJan Kara2012-06-281-33/+53
* udf: Avoid run away loop when partition table length is corruptedJan Kara2012-06-281-1/+9
* udf: Use 'ret' instead of abusing 'i' in udf_load_logicalvol()Jan Kara2012-06-281-4/+2
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2012-03-281-4/+1
|\
| * udf: Remove unnecessary OOM messagesJoe Perches2012-02-291-4/+1
* | switch open-coded instances of d_make_root() to new helperAl Viro2012-03-201-2/+1
* | vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}Al Viro2012-03-201-0/+3
|/
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2012-01-091-0/+6
|\
| * udf: Mark LVID buffer as uptodate before marking it dirtyJan Kara2012-01-091-0/+6
* | vfs: switch ->show_options() to struct dentry *Al Viro2012-01-061-3/+3
* | udf: propagate umode_tAl Viro2012-01-031-6/+6
* | vfs: fix the stupidity with i_dentry in inode destructorsAl Viro2012-01-031-1/+0
|/
* udf: Cleanup metadata flags handlingJan Kara2011-10-311-4/+4
* udf: Skip mirror metadata FE loading when metadata FE is okNamjae Jeon2011-10-311-35/+33
* udf: Neaten udf_debug usesJoe Perches2011-10-311-44/+34
* udf: Neaten logging output, use vsprintf extension %pVJoe Perches2011-10-311-11/+17
OpenPOWER on IntegriCloud