summaryrefslogtreecommitdiff
path: root/fs/udf/super.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-02udf: replace deprecated strncpy/strcpy with strscpyJustin Stitt1-3/+3
2024-03-25udf: Remove second semicolonColin Ian King1-1/+1
2024-03-05udf: remove SLAB_MEM_SPREAD flag usageChengming Zhou1-1/+0
2024-02-21udf: convert to new mount APIEric Sandeen1-242/+265
2024-02-21udf: convert novrs to an option flagEric Sandeen1-4/+2
2024-02-05udf: Avoid invalid LVID used on mountJan Kara1-17/+25
2024-01-23udf: Avoid GFP_NOFS allocation in udf_load_pvoldesc()Jan Kara1-1/+1
2023-05-30fs: udf: Replace GPL 2.0 boilerplate license notice with SPDX identifierBagas Sanjaya1-5/+1
2023-01-26udf: Limit file size to 4TBJan Kara1-1/+8
2023-01-26udf: Use udf_bread() in udf_load_vat()Jan Kara1-5/+8
2023-01-26udf: Drop VARCONV supportJan Kara1-47/+3
2023-01-26udf: Unify types in anchor block detectionJan Kara1-2/+2
2023-01-09udf: Preserve link count of system filesJan Kara1-0/+1
2022-10-24fs: udf: Optimize udf_free_in_core_inode and udf_find_fileset functionLi zeming1-2/+2
2022-03-26Merge tag 'fs_for_v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+1
2022-03-23fs: allocate inode by using alloc_inode_sb()Muchun Song1-1/+1
2022-03-08udf: remove redundant assignment of variable etypeColin Ian King1-2/+1
2021-11-09udf: Fix crash after seekdirJan Kara1-0/+2
2021-10-18udf: use sb_bdev_nr_blocksChristoph Hellwig1-6/+3
2021-08-12udf: Fix iocharset=utf8 mount optionPali Rohár1-31/+19
2021-08-11udf: Check LVID earlierJan Kara1-9/+16
2021-02-23Merge tag 'fs_for_v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+5
2021-02-03udf: handle large user and group IDBingJing Chang1-4/+5
2021-01-18udf: fix the problem that the disc content is not displayedlianzhi chang1-3/+4
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+1
2020-09-29udf: Limit sparing table sizeJan Kara1-0/+6
2020-09-29udf: Remove pointless union in udf_inode_infoJan Kara1-2/+2
2020-09-22udf: Fix memory leak when mountingJan Kara1-8/+13
2020-09-22udf: Remove redundant initialization of variable retJing Xiangfeng1-1/+1
2020-09-18[PATCH] reduce boilerplate in fsid handlingAl Viro1-2/+1
2020-08-28udf: Use kvzalloc() in udf_sb_alloc_bitmap()Denis Efremov1-11/+3
2020-07-14udf: Replace HTTP links with HTTPS onesAlexander A. Klimov1-2/+2
2020-01-20udf: Clarify meaning of f_files in udf_statfsJan Kara1-0/+4
2020-01-20udf: Allow writing to 'Rewritable' partitionsJan Kara1-1/+0
2020-01-13udf: Disallow R/W mode for disk with Metadata partitionPali Rohár1-1/+2
2020-01-13udf: Fix meaning of ENTITYID_FLAGS_* macros to be really bitwise-or flagsPali Rohár1-1/+1
2020-01-09udf: Fix free space reporting for metadata and virtual partitionsJan Kara1-5/+17
2020-01-08udf: Move OSTA Identifier Suffix macros from ecma_167.h to osta_udf.hPali Rohár1-4/+4
2019-09-04fs-udf: Delete an unnecessary check before brelse()Markus Elfring1-2/+1
2019-09-04udf: Drop forward function declarationsJan Kara1-53/+49
2019-09-04udf: Verify domain identifier fieldsJan Kara1-27/+64
2019-08-26udf: Use dynamic debug infrastructureJan Kara1-7/+0
2019-08-26udf: reduce leakage of blocks related to named streamsSteven J. Magnani1-0/+2
2019-07-31udf: support 2048-byte spacing of VRS descriptors on 4K mediaSteven J. Magnani1-0/+16
2019-07-31udf: refactor VRS descriptor identificationSteven J. Magnani1-64/+64
2019-05-14Merge tag 'fs_for_v5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+5
2019-05-02udf: switch to ->free_inode()Al Viro1-8/+2
2019-03-26udf: Explain handling of load_nls() failureJan Kara1-0/+5
2019-02-21udf: Drop pointless check from udf_sync_fs()Jan Kara1-6/+3
2019-02-11udf: disallow RW mount without valid integrity descriptorSteve Magnani1-0/+11