aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-24udf: Fix mounting of Win7 created UDF filesystemsJan Kara1-12/+19
2018-08-24udf: Remove dead code from udf_find_fileset()Jan Kara1-61/+1
2018-06-27udf: convert inode stamps to timespec64Arnd Bergmann1-4/+4
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playgroundLinus Torvalds1-7/+10
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-3/+4
2018-05-25udf: Simplify calls to udf_disk_stamp_to_timeDeepa Dinamani1-7/+10
2018-04-19udf: Convert ident strings to proper charsetJan Kara1-2/+2
2018-04-19udf: Always require NLS supportJan Kara1-8/+0
2018-03-02udf: fix potential refcnt problem of nls moduleChengguang Xu1-5/+10
2018-03-02udf: Do not mark possibly inconsistent filesystems as closedJan Kara1-2/+6
2018-02-27udf: Remove never implemented mount optionsJan Kara1-27/+1
2018-02-27udf: Provide saner default for invalid uid / gidJan Kara1-2/+3
2018-02-27udf: Ignore [ug]id=ignore mount optionsJan Kara1-8/+2
2018-02-27udf: Fix handling of Partition DescriptorsJan Kara1-32/+73
2018-02-27udf: Unify common handling of descriptorsJan Kara1-22/+19
2018-02-16udf: Convert descriptor index definitions to enumJan Kara1-8/+9
2018-02-16udf: Allow volume descriptor sequence to be terminated by unrecorded blockJan Kara1-6/+2
2018-02-16udf: Simplify handling of Volume Descriptor PointersJan Kara1-25/+16
2018-02-16udf: Fix off-by-one in volume descriptor sequence lengthJan Kara1-3/+3
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-3/+3
2017-10-17udf: Fix signed/unsigned format specifiersSteve Magnani1-26/+26
2017-10-17udf: Fix 64-bit sign extension issues affecting blocks > 0x7FFFFFFFSteve Magnani1-1/+1
2017-10-16udf: Avoid overflow when session starts at large offsetJan Kara1-1/+1
2017-09-14Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+7
2017-08-16fs-udf: Delete an error message for a failed memory allocation in two functionsMarkus Elfring1-2/+0
2017-08-16fs-udf: Improve six size determinationsMarkus Elfring1-3/+2
2017-08-16fs-udf: Adjust two checks for null pointersMarkus Elfring1-2/+3
2017-07-17VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells1-7/+7
2017-06-13udf: Remove unused UDF_DEFAULT_BLOCKSIZEJan Kara1-2/+0
2017-01-20udf: allow implicit blocksize specification during mountFabian Frederick1-9/+19
2017-01-10udf: atomically read inode sizeFabian Frederick1-3/+4
2017-01-10udf: merge module informations in super.cFabian Frederick1-3/+6
2017-01-03fs: udf: Replace CURRENT_TIME with current_time()Deepa Dinamani1-3/+6
2016-05-19udf: Use correct partition reference number for metadataAlden Tondettar1-10/+12
2016-04-26udf: Prevent stack overflow on corrupted filesystem mountAlden Tondettar1-24/+43
2016-04-25udf: Fix conversion of 'dstring' fields to UTF8Andrew Gabbasov1-2/+2
2016-02-09udf: Remove struct ustr as non-needed intermediate storageAndrew Gabbasov1-23/+13
2016-02-09udf: Adjust UDF_NAME_LEN to better reflect actual restrictionsAndrew Gabbasov1-1/+1
2016-01-22tree wide: use kvfree() than conditional kfree()/vfree()Tetsuo Handa1-6/+1
2016-01-15Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-0/+14
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+2
2015-12-14udf: limit the maximum number of TD redirectionsVegard Nossum1-0/+14
2015-08-20udf: Don't modify filesystem for read-only mountsJan Kara1-2/+5
2015-05-21udf: fix udf_load_pvoldesc()Dan Carpenter1-1/+2
2015-05-18udf: improve error management in udf_CS0toUTF8()Fabian Frederick1-9/+14
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