syzbot


possible deadlock in hfsplus_get_block

Status: upstream: reported C repro on 2023/03/13 14:59
Bug presence: origin:lts-only
[Documentation on labels]
Reported-by: syzbot+4b92cf592cc55a929db6@syzkaller.appspotmail.com
First crash: 1190d, last: 2d18h
Bug presence (2)
Date Name Commit Repro Result
2023/09/13 linux-6.1.y (ToT) 09045dae0d90 C [report] possible deadlock in hfsplus_get_block
2023/09/13 upstream (ToT) 3669558bdf35 C Didn't crash
Similar bugs (5)
Kernel Title Rank 🛈 Repro Cause bisect Fix bisect Count Last Reported Patched Status
linux-5.15 possible deadlock in hfsplus_get_block missing-backport origin:upstream 4 C 1351 15d 1189d 0/3 upstream: reported C repro on 2023/03/14 12:03
linux-4.19 possible deadlock in hfsplus_get_block hfsplus 4 C 248 1196d 1297d 0/1 upstream: reported C repro on 2022/11/26 01:19
linux-6.6 possible deadlock in hfsplus_get_block origin:upstream missing-backport 4 C error 69 8d04h 363d 0/2 upstream: reported C repro on 2025/06/17 11:25
linux-4.14 possible deadlock in hfsplus_get_block hfsplus 4 C 131 1202d 1293d 0/1 upstream: reported C repro on 2022/11/30 01:33
upstream possible deadlock in hfsplus_get_block hfs prio:high 4 C error 15630 2d14h 1298d 0/29 upstream: reported C repro on 2022/11/25 09:45
Fix bisection attempts (3)
Created Duration User Patch Repo Result
2024/10/31 20:14 2h43m bisect fix linux-6.1.y OK (0) job log log
2024/09/07 12:07 1h00m bisect fix linux-6.1.y OK (0) job log log
2023/09/27 12:10 2h09m fix candidate upstream OK (0) job log log

Sample crash report:
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
============================================
WARNING: possible recursive locking detected
syzkaller #0 Not tainted
--------------------------------------------
syz-executor/4378 is trying to acquire lock:
ffff88802eeb1548 (&HFSPLUS_I(inode)->extents_lock){+.+.}-{3:3}, at: hfsplus_get_block+0x3a1/0x15a0 fs/hfsplus/extents.c:260

but task is already holding lock:
ffff88802eeb3048 (&HFSPLUS_I(inode)->extents_lock){+.+.}-{3:3}, at: hfsplus_file_truncate+0x2b7/0xb60 fs/hfsplus/extents.c:574

other info that might help us debug this:
 Possible unsafe locking scenario:

       CPU0
       ----
  lock(&HFSPLUS_I(inode)->extents_lock);
  lock(&HFSPLUS_I(inode)->extents_lock);

 *** DEADLOCK ***

 May be due to missing lock nesting notation

6 locks held by syz-executor/4378:
 #0: ffff888079714460 (sb_writers#13){.+.+}-{0:0}, at: mnt_want_write+0x3d/0x90 fs/namespace.c:402
 #1: ffff88802eeb2b80 (&type->i_mutex_dir_key#8/1){+.+.}-{3:3}, at: inode_lock_nested include/linux/fs.h:793 [inline]
 #1: ffff88802eeb2b80 (&type->i_mutex_dir_key#8/1){+.+.}-{3:3}, at: do_unlinkat+0x189/0x580 fs/namei.c:4381
 #2: ffff88802eeb3240 (&sb->s_type->i_mutex_key#21){+.+.}-{3:3}, at: inode_lock include/linux/fs.h:758 [inline]
 #2: ffff88802eeb3240 (&sb->s_type->i_mutex_key#21){+.+.}-{3:3}, at: vfs_unlink+0xee/0x600 fs/namei.c:4319
 #3: ffff88801d6dd998 (&sbi->vh_mutex){+.+.}-{3:3}, at: hfsplus_unlink+0x175/0x7b0 fs/hfsplus/dir.c:370
 #4: ffff88802eeb3048 (&HFSPLUS_I(inode)->extents_lock){+.+.}-{3:3}, at: hfsplus_file_truncate+0x2b7/0xb60 fs/hfsplus/extents.c:574
 #5: ffff88801d6dd8f8 (&sbi->alloc_mutex){+.+.}-{3:3}, at: hfsplus_block_free+0xbf/0x4b0 fs/hfsplus/bitmap.c:182

stack backtrace:
CPU: 1 PID: 4378 Comm: syz-executor Not tainted syzkaller #0
Hardware name: Google Google Compute Engine/Google Compute Engine, BIOS Google 04/18/2026
Call Trace:
 <TASK>
 dump_stack_lvl+0x188/0x24e lib/dump_stack.c:106
 __lock_acquire+0x123e/0x7d10 kernel/locking/lockdep.c:-1
 lock_acquire+0x1bb/0x4a0 kernel/locking/lockdep.c:5662
 __mutex_lock_common kernel/locking/mutex.c:603 [inline]
 __mutex_lock+0x12d/0xaf0 kernel/locking/mutex.c:747
 hfsplus_get_block+0x3a1/0x15a0 fs/hfsplus/extents.c:260
 block_read_full_folio+0x3e6/0xf00 fs/buffer.c:2271
 filemap_read_folio+0x16b/0x770 mm/filemap.c:2490
 do_read_cache_folio+0x2a0/0x760 mm/filemap.c:3659
 do_read_cache_page+0x32/0x220 mm/filemap.c:3701
 read_mapping_page include/linux/pagemap.h:793 [inline]
 hfsplus_block_free+0x128/0x4b0 fs/hfsplus/bitmap.c:185
 hfsplus_free_extents+0x10d/0xa50 fs/hfsplus/extents.c:360
 hfsplus_file_truncate+0x765/0xb60 fs/hfsplus/extents.c:589
 hfsplus_delete_inode+0x17c/0x230 fs/hfsplus/inode.c:-1
 hfsplus_unlink+0x4f7/0x7b0 fs/hfsplus/dir.c:405
 vfs_unlink+0x385/0x600 fs/namei.c:4330
 do_unlinkat+0x335/0x580 fs/namei.c:4398
 __do_sys_unlink fs/namei.c:4446 [inline]
 __se_sys_unlink fs/namei.c:4444 [inline]
 __x64_sys_unlink+0x45/0x50 fs/namei.c:4444
 do_syscall_x64 arch/x86/entry/common.c:46 [inline]
 do_syscall_64+0x4c/0xa0 arch/x86/entry/common.c:76
 entry_SYSCALL_64_after_hwframe+0x68/0xd2
RIP: 0033:0x7f760a79bf47
Code: 73 01 c3 48 c7 c1 e8 ff ff ff f7 d8 64 89 01 48 83 c8 ff c3 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00 b8 57 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 01 c3 48 c7 c2 e8 ff ff ff f7 d8 64 89 02 b8
RSP: 002b:00007ffc63618bd8 EFLAGS: 00000206 ORIG_RAX: 0000000000000057
RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007f760a79bf47
RDX: 00007ffc63618c00 RSI: 00007ffc63618c90 RDI: 00007ffc63618c90
RBP: 00007ffc63618c90 R08: 00007ffc63619c90 R09: 00000000ffffffff
R10: 0000000000000100 R11: 0000000000000206 R12: 00007ffc63619d80
R13: 00007f760a8321ca R14: 000000000001511b R15: 00007ffc6361bf40
 </TASK>
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed
hfsplus: unable to mark blocks free: error -5
hfsplus: can't free extent
hfsplus: inconsistency in B*Tree (0,1,255,1,0)
hfsplus: xattr search failed

Crashes (1322):
Time Kernel Commit Syzkaller Config Log Report Syz repro C repro VM info Assets (help?) Manager Title
2026/05/26 06:34 linux-6.1.y dcbcab9d7079 c69befb3 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-6-1-kasan possible deadlock in hfsplus_get_block
2026/04/11 04:41 linux-6.1.y 1989cd3d56e2 38c8e246 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-6-1-kasan possible deadlock in hfsplus_get_block
2026/04/10 02:15 linux-6.1.y 1989cd3d56e2 38c8e246 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-6-1-kasan possible deadlock in hfsplus_get_block
2026/03/08 00:24 linux-6.1.y f2ddafa93a25 5cb44a80 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-6-1-kasan possible deadlock in hfsplus_get_block
2025/12/27 06:22 linux-6.1.y 50cbba13faa2 d6526ea3 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-6-1-kasan possible deadlock in hfsplus_get_block
2025/10/16 18:58 linux-6.1.y c2fda4b3f577 19568248 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-6-1-kasan possible deadlock in hfsplus_get_block
2025/09/21 22:36 linux-6.1.y 363a599da6d9 67c37560 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-6-1-kasan possible deadlock in hfsplus_get_block
2025/09/13 08:47 linux-6.1.y 3db754f56897 e2beed91 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-6-1-kasan possible deadlock in hfsplus_get_block
2025/08/13 18:13 linux-6.1.y 3594f306da12 22ec1469 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-6-1-kasan possible deadlock in hfsplus_get_block
2025/06/06 02:00 linux-6.1.y 58485ff1a74f 6b6b5f21 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-6-1-kasan possible deadlock in hfsplus_get_block
2024/04/07 22:02 linux-6.1.y 347385861c50 ca620dd8 .config console log report syz C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-6-1-kasan possible deadlock in hfsplus_get_block
2023/09/15 12:31 linux-6.1.y 09045dae0d90 0b6a67ac .config console log report syz C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-6-1-kasan possible deadlock in hfsplus_get_block
2023/09/13 01:18 linux-6.1.y 59b13c2b647e 59da8366 .config console log report syz C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-6-1-kasan possible deadlock in hfsplus_get_block
2026/06/13 04:18 linux-6.1.y 228da13e907e 1d2f3589 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2026/06/05 09:34 linux-6.1.y 228da13e907e 197909be .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2026/05/25 08:10 linux-6.1.y dcbcab9d7079 c69befb3 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2026/05/02 01:10 linux-6.1.y 4931e0e1673d 753c55b9 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2026/04/25 23:41 linux-6.1.y 7c87defbd336 9c2d0995 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2026/01/03 14:48 linux-6.1.y 50cbba13faa2 d6526ea3 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2026/01/03 13:46 linux-6.1.y 50cbba13faa2 d6526ea3 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2026/01/03 12:42 linux-6.1.y 50cbba13faa2 d6526ea3 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2026/01/03 10:27 linux-6.1.y 50cbba13faa2 d6526ea3 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2026/01/03 09:24 linux-6.1.y 50cbba13faa2 d6526ea3 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2025/09/11 15:05 linux-6.1.y f97f1002271b fdeaa69b .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2025/09/11 14:47 linux-6.1.y f97f1002271b fdeaa69b .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2025/09/10 22:01 linux-6.1.y f97f1002271b fdeaa69b .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2025/04/13 06:05 linux-6.1.y 420102835862 0bd6db41 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2025/03/30 04:25 linux-6.1.y 8e60a714ba3b d3999433 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2025/03/10 05:19 linux-6.1.y 6ae7ac5c4251 163f510d .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2025/02/28 00:36 linux-6.1.y 3a8358583626 6a8fcbc4 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2025/02/16 21:37 linux-6.1.y 0cbb5f65e52f 40a34ec9 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2025/02/16 21:04 linux-6.1.y 0cbb5f65e52f 40a34ec9 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2025/02/16 20:25 linux-6.1.y 0cbb5f65e52f 40a34ec9 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2024/12/07 19:08 linux-6.1.y e4d90d63d385 9ac0fdc6 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro #1] [mounted in repro #2] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2024/11/13 07:49 linux-6.1.y d7039b844a1c 62026c85 .config console log report syz / log C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2024/04/21 21:46 linux-6.1.y 6741e066ec76 af24b050 .config console log report syz C [disk image] [vmlinux] [kernel image] [mounted in repro #1] [mounted in repro #2] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2024/03/23 23:05 linux-6.1.y d7543167affd 0ea90952 .config console log report syz C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2024/03/19 00:27 linux-6.1.y d7543167affd baa80228 .config console log report syz C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2024/03/02 16:35 linux-6.1.y a3eb3a74aa8c 25905f5d .config console log report syz C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2024/01/22 23:44 linux-6.1.y 8fd7f4462453 9bd8dcda .config console log report syz C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2023/10/09 19:51 linux-6.1.y ecda77b46871 3c53c7d9 .config console log report syz C [disk image] [vmlinux] [kernel image] [mounted in repro #1] [mounted in repro #2] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2023/05/13 03:06 linux-6.1.y bf4ad6fa4e53 ecca8a24 .config console log report syz C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2023/06/28 09:44 linux-6.1.y e84a4e368abe 4cd5bb25 .config console log report syz C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-6-1-kasan possible deadlock in hfsplus_get_block
2023/06/11 21:46 linux-6.1.y 2f3918bc53fb 49519f06 .config console log report syz C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-6-1-kasan possible deadlock in hfsplus_get_block
2023/06/17 19:57 linux-6.1.y ca87e77a2ef8 f3921d4d .config console log report syz C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2023/05/07 04:51 linux-6.1.y ca48fc16c493 90c93c40 .config console log report syz C [disk image] [vmlinux] [kernel image] [mounted in repro] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2026/04/06 21:04 linux-6.1.y 1989cd3d56e2 4440e7c2 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-6-1-kasan possible deadlock in hfsplus_get_block
2026/01/16 04:20 linux-6.1.y bec0e10ee67e d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-6-1-kasan possible deadlock in hfsplus_get_block
2026/01/14 19:57 linux-6.1.y bec0e10ee67e d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-6-1-kasan possible deadlock in hfsplus_get_block
2026/01/09 17:05 linux-6.1.y 50cbba13faa2 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-6-1-kasan possible deadlock in hfsplus_get_block
2026/01/06 07:34 linux-6.1.y 50cbba13faa2 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-6-1-kasan possible deadlock in hfsplus_get_block
2026/01/04 13:29 linux-6.1.y 50cbba13faa2 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-6-1-kasan possible deadlock in hfsplus_get_block
2026/01/03 18:52 linux-6.1.y 50cbba13faa2 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-6-1-kasan possible deadlock in hfsplus_get_block
2026/01/02 14:10 linux-6.1.y 50cbba13faa2 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-6-1-kasan possible deadlock in hfsplus_get_block
2025/12/30 08:16 linux-6.1.y 50cbba13faa2 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-6-1-kasan possible deadlock in hfsplus_get_block
2025/12/29 10:02 linux-6.1.y 50cbba13faa2 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-6-1-kasan possible deadlock in hfsplus_get_block
2025/12/28 06:01 linux-6.1.y 50cbba13faa2 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-6-1-kasan possible deadlock in hfsplus_get_block
2026/06/09 05:12 linux-6.1.y 228da13e907e 656e94c6 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2026/06/09 03:55 linux-6.1.y 228da13e907e 656e94c6 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2026/05/02 10:15 linux-6.1.y 4931e0e1673d a0d91488 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2026/05/01 13:45 linux-6.1.y 4931e0e1673d 753c55b9 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2026/04/21 04:25 linux-6.1.y 7c87defbd336 3f2e655b .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2026/04/15 08:40 linux-6.1.y 8e8fc038cad5 e2e976a8 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2026/04/10 16:26 linux-6.1.y 1989cd3d56e2 38c8e246 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2026/03/02 11:14 linux-6.1.y 779f9571ac3e 43249bac .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2026/02/22 17:24 linux-6.1.y 779f9571ac3e 6e7b5511 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2026/02/21 19:22 linux-6.1.y 779f9571ac3e 6e7b5511 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2026/02/16 12:02 linux-6.1.y 8ce36b2849ef 1e62d198 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2026/01/24 05:46 linux-6.1.y cd9b81672742 4f25b9b4 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2026/01/16 02:37 linux-6.1.y bec0e10ee67e d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2026/01/15 08:48 linux-6.1.y bec0e10ee67e d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2026/01/14 18:34 linux-6.1.y bec0e10ee67e d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2026/01/11 01:49 linux-6.1.y 50cbba13faa2 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2026/01/09 23:19 linux-6.1.y 50cbba13faa2 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2026/01/09 14:49 linux-6.1.y 50cbba13faa2 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2026/01/09 09:41 linux-6.1.y 50cbba13faa2 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2026/01/09 05:44 linux-6.1.y 50cbba13faa2 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2026/01/09 03:21 linux-6.1.y 50cbba13faa2 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2026/01/07 20:45 linux-6.1.y 50cbba13faa2 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2026/01/07 16:53 linux-6.1.y 50cbba13faa2 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2026/01/06 01:26 linux-6.1.y 50cbba13faa2 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2026/01/02 06:58 linux-6.1.y 50cbba13faa2 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2025/12/31 08:18 linux-6.1.y 50cbba13faa2 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2025/12/30 22:01 linux-6.1.y 50cbba13faa2 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2025/12/30 01:03 linux-6.1.y 50cbba13faa2 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2025/12/29 00:50 linux-6.1.y 50cbba13faa2 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2025/12/28 23:48 linux-6.1.y 50cbba13faa2 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2025/12/28 09:39 linux-6.1.y 50cbba13faa2 d6526ea3 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
2023/03/13 14:57 linux-6.1.y 6449a0ba6843 026e2200 .config console log report info [disk image] [vmlinux] [kernel image] ci2-linux-6-1-kasan-arm64 possible deadlock in hfsplus_get_block
* Struck through repros no longer work on HEAD.