index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
hfsplus
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-17
Merge tag 'hfs-v7.3-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/vdubeyko/hfs
Linus Torvalds
9
-48
/
+185
2026-08-17
Merge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
2
-2
/
+2
2026-08-11
hfsplus: validate extent record length before writing it back
Jiaming Zhang
1
-0
/
+2
2026-08-11
hfsplus: validate B-tree record offset table
Jiaming Zhang
5
-32
/
+155
2026-07-31
Remove excl arg to ->create inode_operation
NeilBrown
1
-1
/
+1
2026-07-31
hfsplus: Move long delayed work on system_dfl_long_wq
Marco Crivellari
1
-1
/
+1
2026-07-27
fs: hfsplus: remove redundant NULL check before kfree()
Mohammad Shahid
1
-2
/
+1
2026-07-14
hfsplus: fix error code when writing beyond volume capacity
Viacheslav Dubeyko
1
-1
/
+9
2026-07-14
hfsplus: validate thread record before delete key rebuild
Kyle Zeng
2
-13
/
+18
2026-07-01
hfsplus: drop redundant S_IFDIR from mkdir
Jori Koolstra
1
-1
/
+1
2026-06-16
Merge tag 'hfs-v7.2-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/vdubeyko/hfs
Linus Torvalds
8
-44
/
+55
2026-05-11
hfsplus: rework hfsplus_readdir() logic
Viacheslav Dubeyko
5
-36
/
+12
2026-05-11
hfsplus: Report case sensitivity in fileattr_get
Chuck Lever
1
-1
/
+15
2026-05-07
hfs/hfsplus: zero-initialize buffer in hfs_bnode_read
Tristan Madani
1
-0
/
+2
2026-05-07
hfs/hfsplus: fix u32 overflow in check_and_correct_requested_length
Tristan Madani
1
-1
/
+1
2026-04-27
hfsplus: Add a sanity check for btree node size
Edward Adam Davis
1
-0
/
+2
2026-04-27
hfsplus: fix issue of direct writes beyond end-of-file
Viacheslav Dubeyko
1
-2
/
+36
2026-04-27
hfs/hfxplus: use kzalloc_flex()
Rosen Penev
1
-4
/
+2
2026-04-27
hfsplus: Remove the duplicate attr inode dirty marking action
Edward Adam Davis
1
-1
/
+0
2026-04-13
Merge tag 'hfs-v7.1-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/vdubeyko/hfs
Linus Torvalds
14
-182
/
+673
2026-04-08
hfsplus: fix generic/642 failure
Viacheslav Dubeyko
1
-12
/
+20
2026-04-08
hfsplus: rework logic of map nodes creation in xattr b-tree
Viacheslav Dubeyko
1
-23
/
+104
2026-04-08
hfsplus: fix logic of alloc/free b-tree node
Viacheslav Dubeyko
1
-0
/
+3
2026-04-08
hfsplus: fix error processing issue in hfs_bmap_free()
Viacheslav Dubeyko
1
-5
/
+9
2026-04-08
hfsplus: fix potential race conditions in b-tree functionality
Viacheslav Dubeyko
4
-8
/
+18
2026-03-27
hfsplus: extract hidden directory search into a helper function
Zilin Guan
1
-12
/
+32
2026-03-27
hfsplus: fix held lock freed on hfsplus_fill_super()
Zilin Guan
1
-1
/
+3
2026-03-25
hfsplus: fix generic/523 test-case failure
Viacheslav Dubeyko
5
-55
/
+127
2026-03-18
hfsplus: validate b-tree node 0 bitmap at mount time
Shardul Bankar
1
-0
/
+60
2026-03-18
hfsplus: refactor b-tree map page access and add node-type validation
Shardul Bankar
1
-47
/
+122
2026-03-17
hfsplus: fix to update ctime after rename
Viacheslav Dubeyko
1
-2
/
+13
2026-03-16
hfsplus: fix generic/533 test-case failure
Viacheslav Dubeyko
3
-13
/
+38
2026-03-12
hfsplus: set ctime after setxattr and removexattr
Viacheslav Dubeyko
1
-0
/
+4
2026-03-09
hfsplus: fix uninit-value by validating catalog record size
Deepanshu Kartikey
5
-4
/
+64
2026-03-06
treewide: change inode->i_ino from unsigned long to u64
Jeff Layton
7
-24
/
+24
2026-03-04
hfsplus: fix potential Allocation File corruption after fsync
Viacheslav Dubeyko
8
-9
/
+65
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
4
-5
/
+5
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
4
-5
/
+5
2026-02-06
hfsplus: avoid double unload_nls() on mount failure
Shardul Bankar
1
-1
/
+0
2026-01-29
hfsplus: fix warning issue in inode.c
Viacheslav Dubeyko
1
-2
/
+2
2026-01-28
hfsplus: fix generic/062 xfstests failure
Viacheslav Dubeyko
2
-13
/
+39
2026-01-19
hfsplus: fix generic/037 xfstests failure
Viacheslav Dubeyko
3
-55
/
+136
2026-01-06
hfsplus: pretend special inodes as regular files
Tetsuo Handa
1
-0
/
+6
2026-01-06
hfsplus: return error when node already exists in hfs_bnode_create
Shardul Bankar
1
-1
/
+1
2026-01-06
hfsplus: fix generic/020 xfstests failure
Viacheslav Dubeyko
2
-14
/
+70
2025-12-15
hfsplus: fix volume corruption issue for generic/498
Viacheslav Dubeyko
1
-1
/
+11
2025-12-15
hfsplus: fix volume corruption issue for generic/480
Viacheslav Dubeyko
2
-1
/
+50
2025-12-15
hfsplus: ensure sb->s_fs_info is always cleaned up
Mehdi Ben Hadj Khelifa
1
-4
/
+9
2025-12-03
Merge tag 'hfs-v6.19-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/vdubeyko/hfs
Linus Torvalds
15
-501
/
+1782
2025-12-01
Merge tag 'vfs-6.19-rc1.fs_header' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-0
/
+1
[next]