aboutsummaryrefslogtreecommitdiffstats
path: root/fs/hfsplus
AgeCommit message (Expand)AuthorFilesLines
2026-08-17Merge tag 'hfs-v7.3-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/vdubeyko/hfsLinus Torvalds9-48/+185
2026-08-17Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2-2/+2
2026-08-11hfsplus: validate extent record length before writing it backJiaming Zhang1-0/+2
2026-08-11hfsplus: validate B-tree record offset tableJiaming Zhang5-32/+155
2026-07-31Remove excl arg to ->create inode_operationNeilBrown1-1/+1
2026-07-31hfsplus: Move long delayed work on system_dfl_long_wqMarco Crivellari1-1/+1
2026-07-27fs: hfsplus: remove redundant NULL check before kfree()Mohammad Shahid1-2/+1
2026-07-14hfsplus: fix error code when writing beyond volume capacityViacheslav Dubeyko1-1/+9
2026-07-14hfsplus: validate thread record before delete key rebuildKyle Zeng2-13/+18
2026-07-01hfsplus: drop redundant S_IFDIR from mkdirJori Koolstra1-1/+1
2026-06-16Merge tag 'hfs-v7.2-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/vdubeyko/hfsLinus Torvalds8-44/+55
2026-05-11hfsplus: rework hfsplus_readdir() logicViacheslav Dubeyko5-36/+12
2026-05-11hfsplus: Report case sensitivity in fileattr_getChuck Lever1-1/+15
2026-05-07hfs/hfsplus: zero-initialize buffer in hfs_bnode_readTristan Madani1-0/+2
2026-05-07hfs/hfsplus: fix u32 overflow in check_and_correct_requested_lengthTristan Madani1-1/+1
2026-04-27hfsplus: Add a sanity check for btree node sizeEdward Adam Davis1-0/+2
2026-04-27hfsplus: fix issue of direct writes beyond end-of-fileViacheslav Dubeyko1-2/+36
2026-04-27hfs/hfxplus: use kzalloc_flex()Rosen Penev1-4/+2
2026-04-27hfsplus: Remove the duplicate attr inode dirty marking actionEdward Adam Davis1-1/+0
2026-04-13Merge tag 'hfs-v7.1-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/vdubeyko/hfsLinus Torvalds14-182/+673
2026-04-08hfsplus: fix generic/642 failureViacheslav Dubeyko1-12/+20
2026-04-08hfsplus: rework logic of map nodes creation in xattr b-treeViacheslav Dubeyko1-23/+104
2026-04-08hfsplus: fix logic of alloc/free b-tree nodeViacheslav Dubeyko1-0/+3
2026-04-08hfsplus: fix error processing issue in hfs_bmap_free()Viacheslav Dubeyko1-5/+9
2026-04-08hfsplus: fix potential race conditions in b-tree functionalityViacheslav Dubeyko4-8/+18
2026-03-27hfsplus: extract hidden directory search into a helper functionZilin Guan1-12/+32
2026-03-27hfsplus: 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-18hfsplus: validate b-tree node 0 bitmap at mount timeShardul Bankar1-0/+60
2026-03-18hfsplus: refactor b-tree map page access and add node-type validationShardul Bankar1-47/+122
2026-03-17hfsplus: fix to update ctime after renameViacheslav Dubeyko1-2/+13
2026-03-16hfsplus: fix generic/533 test-case failureViacheslav Dubeyko3-13/+38
2026-03-12hfsplus: 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-04hfsplus: fix potential Allocation File corruption after fsyncViacheslav Dubeyko8-9/+65
2026-02-21Convert '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-06hfsplus: avoid double unload_nls() on mount failureShardul Bankar1-1/+0
2026-01-29hfsplus: fix warning issue in inode.cViacheslav Dubeyko1-2/+2
2026-01-28hfsplus: fix generic/062 xfstests failureViacheslav Dubeyko2-13/+39
2026-01-19hfsplus: 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-15hfsplus: fix volume corruption issue for generic/498Viacheslav Dubeyko1-1/+11
2025-12-15hfsplus: fix volume corruption issue for generic/480Viacheslav Dubeyko2-1/+50
2025-12-15hfsplus: ensure sb->s_fs_info is always cleaned upMehdi Ben Hadj Khelifa1-4/+9
2025-12-03Merge tag 'hfs-v6.19-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/vdubeyko/hfsLinus Torvalds15-501/+1782
2025-12-01Merge tag 'vfs-6.19-rc1.fs_header' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-0/+1