summaryrefslogtreecommitdiffstats
path: root/fs/udf/super.c
Commit message (Expand)AuthorAgeFilesLines
* udf: Remove unused UDF_DEFAULT_BLOCKSIZEJan Kara2017-06-131-2/+0Star
* udf: allow implicit blocksize specification during mountFabian Frederick2017-01-201-9/+19
* udf: atomically read inode sizeFabian Frederick2017-01-101-3/+4
* udf: merge module informations in super.cFabian Frederick2017-01-101-3/+6
* fs: udf: Replace CURRENT_TIME with current_time()Deepa Dinamani2017-01-031-3/+6
* udf: Use correct partition reference number for metadataAlden Tondettar2016-05-191-10/+12
* udf: Prevent stack overflow on corrupted filesystem mountAlden Tondettar2016-04-261-24/+43
* udf: Fix conversion of 'dstring' fields to UTF8Andrew Gabbasov2016-04-251-2/+2
* udf: Remove struct ustr as non-needed intermediate storageAndrew Gabbasov2016-02-091-23/+13Star
* udf: Adjust UDF_NAME_LEN to better reflect actual restrictionsAndrew Gabbasov2016-02-091-1/+1
* tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa2016-01-231-6/+1Star
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2016-01-151-0/+14
|\
| * udf: limit the maximum number of TD redirectionsVegard Nossum2015-12-141-0/+14
* | kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-151-1/+2
|/
* 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/+0Star
* 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/+2Star
* 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-081-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/+0Star
* udf: Make s_block_bitmap standard arrayJan Kara2013-02-051-1/+0Star
* 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-031-0/+5
|\
| * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-031-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/+0Star
* 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