summaryrefslogtreecommitdiff
path: root/fs/udf
AgeCommit message (Expand)AuthorFilesLines
14 daysMerge tag 'fs_for_v7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds7-77/+129
2026-08-18Merge tag 'vfs-7.3-rc1.sync' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-38/+32
2026-08-17Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2026-07-31Remove excl arg to ->create inode_operationNeilBrown1-1/+1
2026-07-30udf: Fix data loss when converting inline inodes to out of lineJan Kara1-2/+13
2026-07-30udf: Move udf_map_block() upJan Kara1-59/+59
2026-07-27udf: Fix i_lenExtents truncation on 32-bit kernelsZhan Xusheng1-1/+1
2026-07-27udf: Fold udf_update_inode() into udf_write_inode()Jan Kara1-7/+1
2026-07-27udf: Use sync_inode_metadata() in udf_evict_inode()Jan Kara1-3/+1
2026-07-27udf: Drop udf_sync_inode()Jan Kara1-10/+1
2026-07-27udf: Use sync_inode_metadata() to writeout IS_SYNC inodeJan Kara2-4/+3
2026-07-27udf: Fix data integrity writeout issuesJan Kara5-21/+33
2026-07-27udf: Fix bh leak for unallocated space entriesJan Kara1-0/+1
2026-07-27udf: bound lengthAllocDescs from unallocated space entryJay Vadayath1-0/+4
2026-07-17UDF symlink pathComponent header OOB readDavid Lee1-0/+2
2026-07-09udf: reject VAT indexes equal to the entry countDavid Lee1-1/+1
2026-07-08udf: Mark LVID buffer as uptodate before marking it dirtyAleksandr Nogikh1-9/+14
2026-07-08udf: avoid recursive s_alloc_mutex deadlock when freeing AED blocksDeepanshu Kartikey4-7/+29
2026-07-08udf: validate extent partition references in udf_current_aext()Kyle Zeng1-0/+7
2026-07-01udf: drop redundant S_IFDIR from mkdirJori Koolstra1-1/+1
2026-06-16Merge tag 'fs_for_v7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-3/+18
2026-06-15Merge tag 'pull-fixes' of gitolite.kernel.org:pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2026-06-15udf: fix nls leak on udf_fill_super() failureAl Viro1-1/+1
2026-06-12udf: validate VAT inode size for old VAT formatJan Kara1-0/+5
2026-06-12udf: validate VAT header length against the VAT inode sizeBryam Vargas1-0/+8
2026-06-12udf: validate sparing table length as an entry count, not a byte countBryam Vargas1-1/+2
2026-05-18udf: validate free block extents against the partition lengthMichael Bommarito1-2/+3
2026-04-22udf: reject descriptors with oversized CRC lengthMichael Bommarito1-2/+6
2026-04-16Merge tag 'fs_for_v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-7/+8
2026-04-13Merge tag 'vfs-7.1-rc1.bh.metadata' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds9-13/+26
2026-04-13Merge tag 'vfs-7.1-rc1.kino' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-21/+21
2026-03-27udf: Fix race between file type conversion and writebackJan Kara1-18/+15
2026-03-26udf: Track metadata bhs in fs-private inode partJan Kara9-14/+25
2026-03-26udf: Sync and invalidate metadata buffers from udf_evict_inode()Jan Kara1-0/+2
2026-03-26udf: Switch to generic_buffers_fsync()Jan Kara2-2/+2
2026-03-19udf: fix partition descriptor append bookkeepingSeohyeon Maeng1-1/+3
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton5-21/+21
2026-02-27fs: udf: avoid assignment in condition when selecting allocation goalAdarsh Das1-6/+5
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook1-1/+1
2026-02-22Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds1-1/+1
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-9/+7
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2026-02-09Merge tag 'vfs-7.0-rc1.fserror' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+0
2026-01-21kernel.h: drop hex.h and update all hex.h usersRandy Dunlap1-0/+1
2026-01-13uapi: promote EFSCORRUPTED and EUCLEAN to errno.hDarrick J. Wong1-2/+0
2026-01-12udf: add setlease file operationJeff Layton2-0/+4
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik1-1/+1
2025-09-22fs: udf: fix OOB read in lengthAllocDescs handlingLarshin Sergey1-0/+3
2025-07-29Merge tag 'fs_for_v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-14/+27