aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf/super.c
AgeCommit message (Expand)Author
2023-03-17udf: Preserve link count of system filesJan Kara
2023-03-17udf: Remove pointless union in udf_inode_infoJan Kara
2023-03-17udf: reduce leakage of blocks related to named streamsSteven J. Magnani
2023-03-17udf: Explain handling of load_nls() failureJan Kara
2021-11-26udf: Fix crash after seekdirJan Kara
2021-09-22udf: Check LVID earlierJan Kara
2020-11-05udf: Fix memory leak when mountingJan Kara
2020-10-30udf: Limit sparing table sizeJan Kara
2020-02-24udf: Fix free space reporting for metadata and virtual partitionsJan Kara
2020-02-11udf: Allow writing to 'Rewritable' partitionsJan Kara
2019-11-20udf: Fix crash during mountJan Kara
2018-12-05udf: Allow mounting volumes with incorrect identification stringsJan Kara
2018-11-21udf: Prevent write-unsupported filesystem to be remounted read-writeJan Kara
2018-08-24udf: Fix mounting of Win7 created UDF filesystemsJan Kara
2018-08-24udf: Remove dead code from udf_find_fileset()Jan Kara
2018-06-27udf: convert inode stamps to timespec64Arnd Bergmann
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-25udf: Simplify calls to udf_disk_stamp_to_timeDeepa Dinamani
2018-04-19udf: Convert ident strings to proper charsetJan Kara
2018-04-19udf: Always require NLS supportJan Kara
2018-03-02udf: fix potential refcnt problem of nls moduleChengguang Xu
2018-03-02udf: Do not mark possibly inconsistent filesystems as closedJan Kara
2018-02-27udf: Remove never implemented mount optionsJan Kara
2018-02-27udf: Provide saner default for invalid uid / gidJan Kara
2018-02-27udf: Ignore [ug]id=ignore mount optionsJan Kara
2018-02-27udf: Fix handling of Partition DescriptorsJan Kara
2018-02-27udf: Unify common handling of descriptorsJan Kara
2018-02-16udf: Convert descriptor index definitions to enumJan Kara
2018-02-16udf: Allow volume descriptor sequence to be terminated by unrecorded blockJan Kara
2018-02-16udf: Simplify handling of Volume Descriptor PointersJan Kara
2018-02-16udf: Fix off-by-one in volume descriptor sequence lengthJan Kara
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