summaryrefslogtreecommitdiff
path: root/fs/hfsplus
AgeCommit message (Expand)AuthorFilesLines
2026-04-14Merge tag 'hfs-v7.1-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/vd...Linus Torvalds14-182/+673
2026-04-09hfsplus: fix generic/642 failureViacheslav Dubeyko1-12/+20
2026-04-09hfsplus: rework logic of map nodes creation in xattr b-treeViacheslav Dubeyko1-23/+104
2026-04-09hfsplus: fix logic of alloc/free b-tree nodeViacheslav Dubeyko1-0/+3
2026-04-09hfsplus: fix error processing issue in hfs_bmap_free()Viacheslav Dubeyko1-5/+9
2026-04-09hfsplus: fix potential race conditions in b-tree functionalityViacheslav Dubeyko4-8/+18
2026-03-28hfsplus: extract hidden directory search into a helper functionZilin Guan1-12/+32
2026-03-28hfsplus: fix held lock freed on hfsplus_fill_super()Zilin Guan1-1/+3
2026-03-25hfsplus: fix generic/523 test-case failureViacheslav Dubeyko5-55/+127
2026-03-19hfsplus: validate b-tree node 0 bitmap at mount timeShardul Bankar1-0/+60
2026-03-19hfsplus: refactor b-tree map page access and add node-type validationShardul Bankar1-47/+122
2026-03-18hfsplus: fix to update ctime after renameViacheslav Dubeyko1-2/+13
2026-03-17hfsplus: fix generic/533 test-case failureViacheslav Dubeyko3-13/+38
2026-03-13hfsplus: set ctime after setxattr and removexattrViacheslav Dubeyko1-0/+4
2026-03-09hfsplus: fix uninit-value by validating catalog record sizeDeepanshu Kartikey5-4/+64
2026-03-06treewide: change inode->i_ino from unsigned long to u64Jeff Layton7-24/+24
2026-03-05hfsplus: fix potential Allocation File corruption after fsyncViacheslav Dubeyko8-9/+65
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds4-5/+5
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook4-5/+5
2026-02-07hfsplus: avoid double unload_nls() on mount failureShardul Bankar1-1/+0
2026-01-29hfsplus: fix warning issue in inode.cViacheslav Dubeyko1-2/+2
2026-01-29hfsplus: fix generic/062 xfstests failureViacheslav Dubeyko2-13/+39
2026-01-20hfsplus: fix generic/037 xfstests failureViacheslav Dubeyko3-55/+136
2026-01-06hfsplus: pretend special inodes as regular filesTetsuo Handa1-0/+6
2026-01-06hfsplus: return error when node already exists in hfs_bnode_createShardul Bankar1-1/+1
2026-01-06hfsplus: fix generic/020 xfstests failureViacheslav Dubeyko2-14/+70
2025-12-16hfsplus: fix volume corruption issue for generic/498Viacheslav Dubeyko1-1/+11
2025-12-16hfsplus: fix volume corruption issue for generic/480Viacheslav Dubeyko2-1/+50
2025-12-16hfsplus: ensure sb->s_fs_info is always cleaned upMehdi Ben Hadj Khelifa1-4/+9
2025-12-04Merge tag 'hfs-v6.19-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds15-501/+1782
2025-12-02Merge tag 'vfs-6.19-rc1.fs_header' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2025-11-26hfs/hfsplus: move on-disk layout declarations into hfs_common.hViacheslav Dubeyko3-406/+11
2025-11-25hfsplus: fix volume corruption issue for generic/101Viacheslav Dubeyko3-33/+65
2025-11-25hfsplus: introduce KUnit tests for HFS+ string operationsViacheslav Dubeyko5-3/+1618
2025-11-19hfsplus: fix volume corruption issue for generic/073Viacheslav Dubeyko1-1/+6
2025-11-19hfsplus: Verify inode mode when loading from diskTetsuo Handa1-4/+28
2025-11-14hfsplus: fix volume corruption issue for generic/070Viacheslav Dubeyko1-2/+1
2025-11-14hfs/hfsplus: prevent getting negative values of offset/lengthViacheslav Dubeyko5-52/+52
2025-11-14hfsplus: fix missing hfs_bnode_get() in __hfs_bnode_createYang Chenzhi1-0/+1
2025-11-06fs: inline current_umask() and move it to fs_struct.hMateusz Guzik1-0/+1
2025-10-20Coccinelle-based conversion to use ->i_state accessorsMateusz Guzik1-1/+1
2025-09-25hfs/hfsplus: rework debug output subsystemViacheslav Dubeyko11-89/+63
2025-09-23hfsplus: fix slab-out-of-bounds read in hfsplus_strcasecmp()Viacheslav Dubeyko1-0/+24
2025-09-09hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()Kang Chen4-11/+29
2025-09-01hfsplus: fix KMSAN uninit-value issue in hfsplus_delete_cat()Viacheslav Dubeyko1-5/+18
2025-09-01hfsplus: fix KMSAN uninit-value issue in __hfsplus_ext_cache_extent()Viacheslav Dubeyko1-1/+7
2025-09-01hfs: validate record offset in hfsplus_bmap_allocYang Chenzhi3-41/+48
2025-09-01hfsplus: return EIO when type of hidden directory mismatch in hfsplus_fill_su...Yangtao Li1-1/+1
2025-07-29Merge tag 'hfs-v6.17-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds6-8/+107
2025-07-29Merge tag 'vfs-6.17-rc1.fileattr' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-4/+4