summaryrefslogtreecommitdiffstats
path: root/fs/udf/super.c
Commit message (Expand)AuthorAgeFilesLines
* udf: remove SLAB_MEM_SPREAD flag usageChengming Zhou2024-03-051-1/+0
* udf: convert to new mount APIEric Sandeen2024-02-211-242/+265
* udf: convert novrs to an option flagEric Sandeen2024-02-211-4/+2
* udf: Avoid invalid LVID used on mountJan Kara2024-02-051-17/+25
* udf: Avoid GFP_NOFS allocation in udf_load_pvoldesc()Jan Kara2024-01-231-1/+1
* fs: udf: Replace GPL 2.0 boilerplate license notice with SPDX identifierBagas Sanjaya2023-05-301-5/+1
* udf: Limit file size to 4TBJan Kara2023-01-261-1/+8
* udf: Use udf_bread() in udf_load_vat()Jan Kara2023-01-261-5/+8
* udf: Drop VARCONV supportJan Kara2023-01-261-47/+3
* udf: Unify types in anchor block detectionJan Kara2023-01-261-2/+2
* udf: Preserve link count of system filesJan Kara2023-01-091-0/+1
* fs: udf: Optimize udf_free_in_core_inode and udf_find_fileset functionLi zeming2022-10-241-2/+2
* Merge tag 'fs_for_v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-251-2/+1
|\
| * udf: remove redundant assignment of variable etypeColin Ian King2022-03-081-2/+1
* | fs: allocate inode by using alloc_inode_sb()Muchun Song2022-03-221-1/+1
|/
* udf: Fix crash after seekdirJan Kara2021-11-091-0/+2
* udf: use sb_bdev_nr_blocksChristoph Hellwig2021-10-181-6/+3
* udf: Fix iocharset=utf8 mount optionPali Rohár2021-08-121-31/+19
* udf: Check LVID earlierJan Kara2021-08-111-9/+16
* Merge tag 'fs_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-02-221-4/+5
|\
| * udf: handle large user and group IDBingJing Chang2021-02-031-4/+5
* | udf: fix the problem that the disc content is not displayedlianzhi chang2021-01-181-3/+4
|/
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2020-10-241-2/+1
|\
| * [PATCH] reduce boilerplate in fsid handlingAl Viro2020-09-181-2/+1
* | udf: Limit sparing table sizeJan Kara2020-09-291-0/+6
* | udf: Remove pointless union in udf_inode_infoJan Kara2020-09-291-2/+2
* | udf: Fix memory leak when mountingJan Kara2020-09-221-8/+13
* | udf: Remove redundant initialization of variable retJing Xiangfeng2020-09-221-1/+1
* | udf: Use kvzalloc() in udf_sb_alloc_bitmap()Denis Efremov2020-08-281-11/+3
|/
* udf: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-141-2/+2
* udf: Clarify meaning of f_files in udf_statfsJan Kara2020-01-201-0/+4
* udf: Allow writing to 'Rewritable' partitionsJan Kara2020-01-201-1/+0
* udf: Disallow R/W mode for disk with Metadata partitionPali Rohár2020-01-131-1/+2
* udf: Fix meaning of ENTITYID_FLAGS_* macros to be really bitwise-or flagsPali Rohár2020-01-131-1/+1
* udf: Fix free space reporting for metadata and virtual partitionsJan Kara2020-01-091-5/+17
* udf: Move OSTA Identifier Suffix macros from ecma_167.h to osta_udf.hPali Rohár2020-01-081-4/+4
* fs-udf: Delete an unnecessary check before brelse()Markus Elfring2019-09-041-2/+1
* udf: Drop forward function declarationsJan Kara2019-09-041-53/+49
* udf: Verify domain identifier fieldsJan Kara2019-09-041-27/+64
* udf: Use dynamic debug infrastructureJan Kara2019-08-261-7/+0
* udf: reduce leakage of blocks related to named streamsSteven J. Magnani2019-08-261-0/+2
* udf: support 2048-byte spacing of VRS descriptors on 4K mediaSteven J. Magnani2019-07-311-0/+16
* udf: refactor VRS descriptor identificationSteven J. Magnani2019-07-311-64/+64
* Merge tag 'fs_for_v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-131-0/+5
|\
| * udf: Explain handling of load_nls() failureJan Kara2019-03-261-0/+5
* | udf: switch to ->free_inode()Al Viro2019-05-011-8/+2
|/
* udf: Drop pointless check from udf_sync_fs()Jan Kara2019-02-211-6/+3
* udf: disallow RW mount without valid integrity descriptorSteve Magnani2019-02-111-0/+11
* udf: finalize integrity descriptor before writebackSteve Magnani2019-02-111-2/+11
* udf: factor out LVID finalization for reuseSteve Magnani2019-02-111-16/+14