aboutsummaryrefslogtreecommitdiffstats
path: root/fs/udf/super.c
AgeCommit message (Expand)Author
2023-03-11udf: Preserve link count of system filesJan Kara
2021-11-26udf: Fix crash after seekdirJan Kara
2021-09-15udf: Fix iocharset=utf8 mount optionPali Rohár
2021-09-15udf: Check LVID earlierJan Kara
2021-02-07udf: fix the problem that the disc content is not displayedlianzhi chang
2020-11-05udf: Fix memory leak when mountingJan Kara
2020-10-29udf: Limit sparing table sizeJan Kara
2020-02-24udf: Fix free space reporting for metadata and virtual partitionsJan Kara
2020-02-24udf: Allow writing to 'Rewritable' partitionsJan Kara
2019-09-04fs-udf: Delete an unnecessary check before brelse()Markus Elfring
2019-09-04udf: Drop forward function declarationsJan Kara
2019-09-04udf: Verify domain identifier fieldsJan Kara
2019-08-26udf: Use dynamic debug infrastructureJan Kara
2019-08-26udf: reduce leakage of blocks related to named streamsSteven J. Magnani
2019-07-31udf: support 2048-byte spacing of VRS descriptors on 4K mediaSteven J. Magnani
2019-07-31udf: refactor VRS descriptor identificationSteven J. Magnani
2019-05-13Merge tag 'fs_for_v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2019-05-01udf: switch to ->free_inode()Al Viro
2019-03-26udf: Explain handling of load_nls() failureJan Kara
2019-02-21udf: Drop pointless check from udf_sync_fs()Jan Kara
2019-02-11udf: disallow RW mount without valid integrity descriptorSteve Magnani
2019-02-11udf: finalize integrity descriptor before writebackSteve Magnani
2019-02-11udf: factor out LVID finalization for reuseSteve Magnani
2018-11-19udf: Allow mounting volumes with incorrect identification stringsJan Kara
2018-09-07udf: Drop freed bitmap / table supportJan Kara
2018-09-07udf: Fix crash during mountJan Kara
2018-09-07udf: 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