summaryrefslogtreecommitdiff
path: root/fs/udf/super.c
AgeCommit message (Expand)Author
2023-05-30fs: udf: Replace GPL 2.0 boilerplate license notice with SPDX identifierBagas Sanjaya
2023-01-26udf: Limit file size to 4TBJan Kara
2023-01-26udf: Use udf_bread() in udf_load_vat()Jan Kara
2023-01-26udf: Drop VARCONV supportJan Kara
2023-01-26udf: Unify types in anchor block detectionJan Kara
2023-01-09udf: Preserve link count of system filesJan Kara
2022-10-24fs: udf: Optimize udf_free_in_core_inode and udf_find_fileset functionLi zeming
2022-03-25Merge tag 'fs_for_v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-22fs: allocate inode by using alloc_inode_sb()Muchun Song
2022-03-08udf: remove redundant assignment of variable etypeColin Ian King
2021-11-09udf: Fix crash after seekdirJan Kara
2021-10-18udf: use sb_bdev_nr_blocksChristoph Hellwig
2021-08-12udf: Fix iocharset=utf8 mount optionPali Rohár
2021-08-11udf: Check LVID earlierJan Kara
2021-02-22Merge tag 'fs_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-02-03udf: handle large user and group IDBingJing Chang
2021-01-18udf: fix the problem that the disc content is not displayedlianzhi chang
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2020-09-29udf: Limit sparing table sizeJan Kara
2020-09-29udf: Remove pointless union in udf_inode_infoJan Kara
2020-09-22udf: Fix memory leak when mountingJan Kara
2020-09-22udf: Remove redundant initialization of variable retJing Xiangfeng
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro
2020-08-28udf: Use kvzalloc() in udf_sb_alloc_bitmap()Denis Efremov
2020-07-14udf: Replace HTTP links with HTTPS onesAlexander A. Klimov
2020-01-20udf: Clarify meaning of f_files in udf_statfsJan Kara
2020-01-20udf: Allow writing to 'Rewritable' partitionsJan Kara
2020-01-13udf: Disallow R/W mode for disk with Metadata partitionPali Rohár
2020-01-13udf: Fix meaning of ENTITYID_FLAGS_* macros to be really bitwise-or flagsPali Rohár
2020-01-09udf: Fix free space reporting for metadata and virtual partitionsJan Kara
2020-01-08udf: Move OSTA Identifier Suffix macros from ecma_167.h to osta_udf.hPali Rohár
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