summaryrefslogtreecommitdiff
path: root/fs/udf/super.c
Commit message (Expand)AuthorAge
* udf: Remove unused UDF_DEFAULT_BLOCKSIZEJan Kara2017-06-13
* udf: allow implicit blocksize specification during mountFabian Frederick2017-01-20
* udf: atomically read inode sizeFabian Frederick2017-01-10
* udf: merge module informations in super.cFabian Frederick2017-01-10
* fs: udf: Replace CURRENT_TIME with current_time()Deepa Dinamani2017-01-03
* udf: Use correct partition reference number for metadataAlden Tondettar2016-05-19
* udf: Prevent stack overflow on corrupted filesystem mountAlden Tondettar2016-04-26
* udf: Fix conversion of 'dstring' fields to UTF8Andrew Gabbasov2016-04-25
* udf: Remove struct ustr as non-needed intermediate storageAndrew Gabbasov2016-02-09
* udf: Adjust UDF_NAME_LEN to better reflect actual restrictionsAndrew Gabbasov2016-02-09
* tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa2016-01-22
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2016-01-15
|\
| * udf: limit the maximum number of TD redirectionsVegard Nossum2015-12-14
* | kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-14
|/
* udf: Don't modify filesystem for read-only mountsJan Kara2015-08-20
* udf: fix udf_load_pvoldesc()Dan Carpenter2015-05-21
* udf: improve error management in udf_CS0toUTF8()Fabian Frederick2015-05-18
* udf: remove redundant buffer_head.h includesFabian Frederick2015-03-14
* udf: use bool for doneFabian Frederick2015-02-05
* udf: destroy sbi mutex in put_superFabian Frederick2015-01-12
* udf: One function call less in udf_fill_super() after error detectionMarkus Elfring2014-11-19
* udf: Deletion of unnecessary checks before the function call "iput"Markus Elfring2014-11-19
* udf: Fix loading of special inodesJan Kara2014-10-09
* udf: Make udf_read_inode() and udf_iget() return errorJan Kara2014-09-04
* udf: use linux/uaccess.hFabian Frederick2014-07-15
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2014-04-07
|\
| * udf: Add __init macro to init_inodecacheFabian Frederick2014-03-03
| * fs: udf: parse_options: blocksize checkFabian Frederick2014-03-03
* | fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-13
|/
* udf: fix for pathetic mount times in case of invalid file systemPeter A. Felvegi2013-10-18
* udf: Fortify LVID loadingJan Kara2013-09-24
* udf: Refuse RW mount of the filesystem instead of making it ROJan Kara2013-07-31
* udf: Standardize return values in mount sequenceJan Kara2013-07-31
* fs: Limit sys_mount to only request filesystem modules. (Part 3)Eric W. Biederman2013-03-11
* udf: Remove unused s_extLength from udf_bitmapJan Kara2013-02-05
* udf: Make s_block_bitmap standard arrayJan Kara2013-02-05
* udf: add extent cache support in case of file readingNamjae Jeon2013-01-22
* udf: Write LVID to disk after opening / closingJan Kara2013-01-21
* UDF: Fix a null pointer dereference in udf_sb_free_partitionsNamjae Jeon2013-01-14
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-02
|\
| * fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-02
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-02
|\ \ | |/ |/|
| * userns: Convert the udf filesystem to use kuid/kgid where appropriateEric W. Biederman2012-09-21
* | udf: fix retun value on error path in udf_load_logicalvolNikola Pajkovsky2012-08-15
* | UDF: During mount free lvid_bh before rescanning with different blocksizeAshish Sangwan2012-08-15
|/
* udf: Improve table length check to avoid possible overflowJan Kara2012-07-10
* udf: Fix memory leak when mountingJan Kara2012-07-09
* udf: stop using s_dirtArtem Bityutskiy2012-07-09
* udf: Fortify loading of sparing tableJan Kara2012-06-28
* udf: Avoid run away loop when partition table length is corruptedJan Kara2012-06-28