summaryrefslogtreecommitdiff
path: root/fs/udf/super.c
AgeCommit message (Expand)Author
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-10-17udf: Fix signed/unsigned format specifiersSteve Magnani
2017-10-17udf: Fix 64-bit sign extension issues affecting blocks > 0x7FFFFFFFSteve Magnani
2017-10-16udf: Avoid overflow when session starts at large offsetJan Kara
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-08-16fs-udf: Delete an error message for a failed memory allocation in two functionsMarkus Elfring
2017-08-16fs-udf: Improve six size determinationsMarkus Elfring
2017-08-16fs-udf: Adjust two checks for null pointersMarkus Elfring
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells
2017-06-13udf: Remove unused UDF_DEFAULT_BLOCKSIZEJan Kara
2017-01-20udf: allow implicit blocksize specification during mountFabian Frederick
2017-01-10udf: atomically read inode sizeFabian Frederick
2017-01-10udf: merge module informations in super.cFabian Frederick
2017-01-03fs: udf: Replace CURRENT_TIME with current_time()Deepa Dinamani
2016-05-19udf: Use correct partition reference number for metadataAlden Tondettar
2016-04-26udf: Prevent stack overflow on corrupted filesystem mountAlden Tondettar
2016-04-25udf: Fix conversion of 'dstring' fields to UTF8Andrew Gabbasov
2016-02-09udf: Remove struct ustr as non-needed intermediate storageAndrew Gabbasov
2016-02-09udf: Adjust UDF_NAME_LEN to better reflect actual restrictionsAndrew Gabbasov
2016-01-22tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa
2016-01-15Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov
2015-12-14udf: limit the maximum number of TD redirectionsVegard Nossum
2015-08-20udf: Don't modify filesystem for read-only mountsJan Kara
2015-05-21udf: fix udf_load_pvoldesc()Dan Carpenter
2015-05-18udf: improve error management in udf_CS0toUTF8()Fabian Frederick
2015-03-14udf: remove redundant buffer_head.h includesFabian Frederick
2015-02-05udf: use bool for doneFabian Frederick
2015-01-12udf: destroy sbi mutex in put_superFabian Frederick
2014-11-19udf: One function call less in udf_fill_super() after error detectionMarkus Elfring
2014-11-19udf: Deletion of unnecessary checks before the function call "iput"Markus Elfring
2014-10-09udf: Fix loading of special inodesJan Kara
2014-09-04udf: Make udf_read_inode() and udf_iget() return errorJan Kara
2014-07-15udf: use linux/uaccess.hFabian Frederick
2014-04-07Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o
2014-03-03udf: Add __init macro to init_inodecacheFabian Frederick
2014-03-03fs: udf: parse_options: blocksize checkFabian Frederick
2013-10-18udf: fix for pathetic mount times in case of invalid file systemPeter A. Felvegi
2013-09-24udf: Fortify LVID loadingJan Kara
2013-07-31udf: Refuse RW mount of the filesystem instead of making it ROJan Kara
2013-07-31udf: Standardize return values in mount sequenceJan Kara
2013-03-11fs: Limit sys_mount to only request filesystem modules. (Part 3)Eric W. Biederman
2013-02-05udf: Remove unused s_extLength from udf_bitmapJan Kara
2013-02-05udf: Make s_block_bitmap standard arrayJan Kara
2013-01-22udf: add extent cache support in case of file readingNamjae Jeon
2013-01-21udf: Write LVID to disk after opening / closingJan Kara
2013-01-14UDF: Fix a null pointer dereference in udf_sb_free_partitionsNamjae Jeon
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov