summaryrefslogtreecommitdiffstats
path: root/fs/udf/super.c
Commit message (Expand)AuthorAgeFilesLines
* udf: Preserve link count of system filesJan Kara2023-03-171-0/+1
* udf: Remove pointless union in udf_inode_infoJan Kara2023-03-171-2/+2
* udf: reduce leakage of blocks related to named streamsSteven J. Magnani2023-03-171-0/+2
* udf: Explain handling of load_nls() failureJan Kara2023-03-171-0/+5
* udf: Fix crash after seekdirJan Kara2021-11-261-0/+2
* udf: Check LVID earlierJan Kara2021-09-221-9/+16
* udf: Fix memory leak when mountingJan Kara2020-11-051-8/+13
* udf: Limit sparing table sizeJan Kara2020-10-301-0/+6
* udf: Fix free space reporting for metadata and virtual partitionsJan Kara2020-02-241-5/+17
* udf: Allow writing to 'Rewritable' partitionsJan Kara2020-02-111-1/+0
* udf: Fix crash during mountJan Kara2019-11-201-5/+60
* udf: Allow mounting volumes with incorrect identification stringsJan Kara2018-12-051-6/+10
* udf: Prevent write-unsupported filesystem to be remounted read-writeJan Kara2018-11-211-14/+16
* udf: Fix mounting of Win7 created UDF filesystemsJan Kara2018-08-241-12/+19
* udf: Remove dead code from udf_find_fileset()Jan Kara2018-08-241-61/+1
* udf: convert inode stamps to timespec64Arnd Bergmann2018-06-271-4/+4
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-7/+10
|\
| * udf: Simplify calls to udf_disk_stamp_to_timeDeepa Dinamani2018-05-251-7/+10
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-3/+4
* | udf: Convert ident strings to proper charsetJan Kara2018-04-191-2/+2
* | udf: Always require NLS supportJan Kara2018-04-191-8/+0
|/
* udf: fix potential refcnt problem of nls moduleChengguang Xu2018-03-021-5/+10
* udf: Do not mark possibly inconsistent filesystems as closedJan Kara2018-03-021-2/+6
* udf: Remove never implemented mount optionsJan Kara2018-02-271-27/+1
* udf: Provide saner default for invalid uid / gidJan Kara2018-02-271-2/+3
* udf: Ignore [ug]id=ignore mount optionsJan Kara2018-02-271-8/+2
* udf: Fix handling of Partition DescriptorsJan Kara2018-02-271-32/+73
* udf: Unify common handling of descriptorsJan Kara2018-02-271-22/+19
* udf: Convert descriptor index definitions to enumJan Kara2018-02-161-8/+9
* udf: Allow volume descriptor sequence to be terminated by unrecorded blockJan Kara2018-02-161-6/+2
* udf: Simplify handling of Volume Descriptor PointersJan Kara2018-02-161-25/+16
* udf: Fix off-by-one in volume descriptor sequence lengthJan Kara2018-02-161-3/+3
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-3/+3
* udf: Fix signed/unsigned format specifiersSteve Magnani2017-10-171-26/+26
* udf: Fix 64-bit sign extension issues affecting blocks > 0x7FFFFFFFSteve Magnani2017-10-171-1/+1
* udf: Avoid overflow when session starts at large offsetJan Kara2017-10-161-1/+1
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-141-7/+7
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-7/+7
* | fs-udf: Delete an error message for a failed memory allocation in two functionsMarkus Elfring2017-08-161-2/+0
* | fs-udf: Improve six size determinationsMarkus Elfring2017-08-161-3/+2
* | fs-udf: Adjust two checks for null pointersMarkus Elfring2017-08-161-2/+3
|/
* udf: Remove unused UDF_DEFAULT_BLOCKSIZEJan Kara2017-06-131-2/+0
* 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/+13