summaryrefslogtreecommitdiff
path: root/fs/udf/super.c
AgeCommit message (Expand)Author
2026-06-16Merge tag 'fs_for_v7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-06-15Merge tag 'pull-fixes' of gitolite.kernel.org:pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2026-06-14udf: fix nls leak on udf_fill_super() failureAl Viro
2026-06-12udf: validate VAT inode size for old VAT formatJan Kara
2026-06-12udf: validate VAT header length against the VAT inode sizeBryam Vargas
2026-06-12udf: validate sparing table length as an entry count, not a byte countBryam Vargas
2026-04-15Merge tag 'fs_for_v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-04-13Merge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-03-26udf: Track metadata bhs in fs-private inode partJan Kara
2026-03-19udf: fix partition descriptor append bookkeepingSeohyeon Maeng
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2025-07-11udf: Verify partition map countJan Kara
2024-10-02udf: refactor udf_next_aext() to handle errorZhao Mengmeng
2024-06-26udf: Avoid excessive partition lengthsJan Kara
2024-06-26udf: Avoid using corrupted block bitmap bufferJan Kara
2024-04-02udf: replace deprecated strncpy/strcpy with strscpyJustin Stitt
2024-03-25udf: Remove second semicolonColin Ian King
2024-03-05udf: remove SLAB_MEM_SPREAD flag usageChengming Zhou
2024-02-21udf: convert to new mount APIEric Sandeen
2024-02-21udf: convert novrs to an option flagEric Sandeen
2024-02-05udf: Avoid invalid LVID used on mountJan Kara
2024-01-23udf: Avoid GFP_NOFS allocation in udf_load_pvoldesc()Jan Kara
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