Linux-bcachefs Archive mirror
 help / color / mirror / Atom feed
[syzbot] [bcachefs?] KMSAN: uninit-value in bch2_alloc_sectors_start_trans
 2024-12-11  9:54 UTC 

(no subject)
 2024-12-10 19:31 UTC  (7+ messages)
` arm64: stacktrace: unwind exception boundaries

[PATCH] bcachefs: Add empty statement between label and declaration in check_inode_hash_info_matches_root()
 2024-12-10 18:44 UTC  (2+ messages)

[PATCH v3 0/6] Enable strict percpu address space checks
 2024-12-10 16:37 UTC  (11+ messages)
` [PATCH v3 1/6] x86/kgdb: Use IS_ERR_PCPU() macro
` [PATCH v3 2/6] compiler.h: Introduce TYPEOF_UNQUAL() macro
` [PATCH v3 3/6] percpu: Use TYPEOF_UNQUAL() in variable declarations
` [PATCH v3 4/6] percpu: Use TYPEOF_UNQUAL() in *_cpu_ptr() accessors
` [PATCH v3 5/6] percpu: Repurpose __percpu tag as a named address space qualifier
` [PATCH v3 6/6] percpu/x86: Enable strict percpu checks via named AS qualifiers

[PATCH] bcachefs: use strscpy & strscpy_pad to make string copying simpler & safer
 2024-12-10  5:07 UTC  (5+ messages)
` [PATCH resend] "
` [PATCH resend v2] "

[PATCH] bcachefs-tools: make targets of subvolume create/delete required
 2024-12-09 17:56 UTC  (2+ messages)

[PATCH] bcachefs: Fix typo in bch_err message
 2024-12-09 12:54 UTC 

[syzbot] [bcachefs?] KMSAN: uninit-value in bch2_bucket_alloc_trans
 2024-12-08 14:59 UTC 

[syzbot] [bcachefs?] general protection fault in six_lock_ip_waiter
 2024-12-08  9:42 UTC  (2+ messages)

[syzbot] [bcachefs?] possible deadlock in __bch2_fsck_err
 2024-12-07 15:35 UTC 

[PATCH] lib min_heap: Add min_heap_empty()
 2024-12-07 13:19 UTC 

[PATCH] lib min_heap: Use size_t for array size and index variables
 2024-12-07 12:53 UTC 

[PATCH v2 0/6] Enable strict percpu address space checks
 2024-12-06 20:13 UTC  (10+ messages)
` [PATCH v2 1/6] x86/kgdb: Use IS_ERR_PCPU() macro
` [PATCH v2 2/6] compiler.h: Introduce TYPEOF_UNQUAL() macro
` [PATCH v2 3/6] percpu: Use TYPEOF_UNQUAL() in variable declarations
` [PATCH v2 4/6] percpu: Use TYPEOF_UNQUAL() in *_cpu_ptr() accessors
` [PATCH v2 5/6] percpu: Repurpose __percpu tag as a named address space qualifier
` [PATCH v2 6/6] percpu/x86: Enable strict percpu checks via named AS qualifiers

[syzbot] [bcachefs?] KMSAN: uninit-value in rw_aux_tree_insert_entry
 2024-12-06  8:18 UTC 

[syzbot] [bcachefs?] KASAN: use-after-free Read in check_extent_overbig
 2024-12-06  6:11 UTC  (2+ messages)

[syzbot] [bcachefs?] KMSAN: uninit-value in bch2_bkey_val_validate
 2024-12-05 21:19 UTC  (2+ messages)

[syzbot] [bcachefs?] KASAN: use-after-free Read in bch2_check_dirents
 2024-12-05 20:34 UTC  (2+ messages)

[syzbot] [bcachefs?] kernel panic: trans should be locked, unlocked by bch2_btree_update_start
 2024-12-05 17:48 UTC 

[PATCH 00/34] a whole raft of bugfixes
 2024-12-05  1:55 UTC  (37+ messages)
` [PATCH 01/34] bcachefs: BCH_ERR_btree_node_read_error_cached
` [PATCH 02/34] bcachefs: Use separate rhltable for bch2_inode_or_descendents_is_open()
` [PATCH 03/34] bcachefs: errcode cleanup: journal errors
` [PATCH 04/34] bcachefs: disk_accounting: bch2_dev_rcu -> bch2_dev_rcu_noerror
` [PATCH 05/34] bcachefs: Fix accounting_read when we rewind
` [PATCH 06/34] bcachefs: backpointer_to_missing_ptr is now autofix
` [PATCH 07/34] bcachefs: Fix btree node scan when unknown btree IDs are present
` [PATCH 08/34] bcachefs: Kill bch2_bucket_alloc_new_fs()
` [PATCH 09/34] bcachefs: Bad btree roots are now autofix
` [PATCH 10/34] bcachefs: Fix dup/misordered check in btree node read
` [PATCH 11/34] bcachefs: Don't try to en/decrypt when encryption not available
` [PATCH 12/34] bcachefs: Change "disk accounting version 0" check to commit only
` [PATCH 13/34] bcachefs: Fix bch2_btree_node_update_key_early()
` [PATCH 14/34] bcachefs: Go RW earlier, for normal rw mount
` [PATCH 15/34] bcachefs: Fix null ptr deref in btree_path_lock_root()
` [PATCH 16/34] bcachefs: Ignore empty btree root journal entries
` [PATCH 17/34] bcachefs: struct bkey_validate_context
` [PATCH 18/34] bcachefs: Make topology errors autofix
` [PATCH 19/34] bcachefs: BCH_FS_recovery_running
` [PATCH 20/34] bcachefs: dio write: Take ref on mm_struct when using asynchronously
` [PATCH 21/34] bcachefs: Guard against journal seq overflow
` [PATCH 22/34] bcachefs: Issue a transaction restart after commit in repair
` [PATCH 23/34] bcachefs: Guard against backpointers to unknown btrees
` [PATCH 24/34] bcachefs: Fix journal_iter list corruption
` [PATCH 25/34] bcachefs: add missing printbuf_reset()
` [PATCH 26/34] bcachefs: mark more errors AUTOFIX
` [PATCH 27/34] bcachefs: Don't error out when logging fsck error
` [PATCH 28/34] bcachefs: do_fsck_ask_yn()
` [PATCH 29/34] bcachefs: Check for bucket journal seq in the future
` [PATCH 30/34] bcachefs: Check for inode "
` [PATCH 31/34] bcachefs: cryptographic MACs on superblock are not (yet?) supported
` [PATCH 32/34] bcachefs: bch2_trans_relock() is trylock for lockdep
` [PATCH 33/34] bcachefs: Check for extent crc uncompressed/compressed size mismatch
` [PATCH 34/34] bcachefs: Don't recurse in check_discard_freespace_key

[syzbot] [bcachefs?] INFO: task hung in do_truncate (3)
 2024-12-05  1:29 UTC 

[syzbot] [bcachefs?] KMSAN: uninit-value in bch2_dev_freespace_init
 2024-12-04 17:36 UTC 

[PATCH 0/6] Enable strict percpu address space checks
 2024-12-04  7:24 UTC  (10+ messages)
` [PATCH 1/6] x86/kgdb: Use IS_ERR_PCPU() macro
` [PATCH 2/6] compiler.h: Introduce TYPEOF_UNQUAL() macro
` [PATCH 3/6] percpu: Use TYPEOF_UNQUAL() in variable declarations
` [PATCH 4/6] percpu: Use TYPEOF_UNQUAL() in *_cpu_ptr() accessors
` [PATCH 5/6] percpu: Repurpose __percpu tag as a named address space qualifier
` [PATCH 6/6] percpu/x86: Enable strict percpu checks via named AS qualifiers

[PATCH resend] bcachefs: BCACHEFS_PATH_TRACEPOINTS should depend on TRACING
 2024-12-04  2:23 UTC  (2+ messages)

[syzbot] [bcachefs?] KMSAN: uninit-value in LZ4_decompress_safe_partial
 2024-12-03 18:30 UTC 

[syzbot] [bcachefs?] general protection fault in closure_put_after_sub (2)
 2024-12-03 14:40 UTC 

[PATCH 0/2] block: Delete bio_set_prio() and bio_prio()
 2024-12-03 13:42 UTC  (7+ messages)
` [PATCH 1/2] block: Delete bio_prio()
` [PATCH 2/2] block: Delete bio_set_prio()

[PATCH] bcachefs: Allocator now directly wakes up copygc when necessary
 2024-12-03  6:06 UTC  (3+ messages)

[syzbot] [bcachefs?] possible deadlock in trans_set_locked
 2024-12-02 14:01 UTC  (5+ messages)

[syzbot] [bcachefs?] kernel BUG in bch2_rename2
 2024-12-02 13:43 UTC 

[syzbot] [bcachefs?] INFO: task hung in vfs_unlink (5)
 2024-12-02 13:10 UTC 

[syzbot] [bcachefs?] KASAN: slab-out-of-bounds Read in memscan
 2024-12-02  8:46 UTC 

[syzbot] [bcachefs?] WARNING: locking bug in __timer_delete_sync (2)
 2024-12-02  3:49 UTC 

[PATCH] bcachefs: bcachefs_metadata_version_inode_depth
 2024-12-01 23:44 UTC 

[syzbot] [bcachefs?] WARNING: locking bug in rcu_pending_exit
 2024-12-01 20:03 UTC  (3+ messages)

[syzbot] [bcachefs?] KMSAN: uninit-value in bch2_btree_node_get
 2024-12-01  9:40 UTC 

[syzbot] [bcachefs?] KMSAN: uninit-value in bch2_bkey_ptrs_validate
 2024-12-01  8:34 UTC 

[syzbot] [bcachefs?] KMSAN: uninit-value in bch2_dirent_validate
 2024-11-30 19:55 UTC 

[syzbot] [bcachefs?] kernel BUG in bch2_inode_update_after_write
 2024-11-30 13:53 UTC 

[PATCH 0/8] new on disk format versions, backpointers fsck scalability
 2024-11-30  1:39 UTC  (9+ messages)
` [PATCH 1/8] bcachefs: bcachefs_metadata_version_backpointer_bucket_gen
` [PATCH 2/8] bcachefs: bcachefs_metadata_version_disk_accounting_big_endian
` [PATCH 3/8] bcachefs: bch2_extent_ptr_to_bp() no longer depends on device
` [PATCH 4/8] bcachefs: kill __bch2_extent_ptr_to_bp()
` [PATCH 5/8] bcachefs: check_extents_to_backpointers() now only checks buckets with mismatches
` [PATCH 6/8] bcachefs: Add write buffer flush param to backpointer_get_key()
` [PATCH 7/8] bcachefs: bch2_backpointer_get_key() now repairs dangling backpointers
` [PATCH 8/8] bcachefs: Only run check_backpointers_to_extents in debug mode

[PATCH 0/4] fix repair for bkey errors
 2024-11-30  1:28 UTC  (5+ messages)
` [PATCH 1/4] bcachefs: list_pop_entry()
` [PATCH 2/4] bcachefs: bkey_fsck_err now respects errors_silent
` [PATCH 3/4] bcachefs: If we did repair on a btree node, make sure we rewrite it
` [PATCH 4/4] bcachefs: bch2_async_btree_node_rewrites_flush()

[PATCH -next] bcache: Add missing parameter description to bch2_bucket_alloc_trans()
 2024-11-29 21:13 UTC  (2+ messages)

[syzbot] [bcachefs?] kernel BUG in bch2_btree_path_peek_slot
 2024-11-29 12:12 UTC 

[syzbot] [bcachefs?] general protection fault in bch2_prt_vprintf
 2024-11-29  8:43 UTC 

[syzbot] [bcachefs?] kernel BUG in bch2_get_scanned_nodes
 2024-11-28 16:47 UTC  (2+ messages)

[PATCH] bcachefs: dio write: Take ref on mm_struct when using asynchronously
 2024-11-27 23:11 UTC  (6+ messages)

bcachefs: suspicious mm pointer in struct dio_write
 2024-11-27 21:59 UTC  (17+ messages)

[syzbot] [bcachefs?] KMSAN: uninit-value in bch2_bkey_cmp_packed_inlined (2)
 2024-11-27 18:59 UTC 

[syzbot] [bcachefs?] BUG: corrupted list in bch2_btree_and_journal_iter_exit
 2024-11-27 12:53 UTC  (2+ messages)

[syzbot] [bcachefs?] KMSAN: uninit-value in bch2_alloc_v4_validate (2)
 2024-11-27 12:41 UTC  (2+ messages)

[PATCH] bcachefs-tools: replace multiple if with match to improve readability
 2024-11-27 11:18 UTC  (2+ messages)

[PATCH v2 00/10] Enhance min heap API with non-inline functions and optimizations
 2024-11-27  8:04 UTC  (5+ messages)
` [PATCH v2 01/10] lib/min_heap: Introduce non-inline versions of min heap API functions

[syzbot] [bcachefs?] kernel BUG in bch2_journal_pin_set
 2024-11-26 16:18 UTC  (2+ messages)

[syzbot] [kernfs?] [bcachefs?] general protection fault in kernfs_dop_revalidate
 2024-11-26 10:54 UTC 

[syzbot] [kernfs?] [bcachefs?] KASAN: slab-out-of-bounds Read in __radix_tree_delete
 2024-11-26 10:43 UTC 

[syzbot] [bcachefs?] kernel BUG in bch2_evacuate_bucket
 2024-11-26  6:18 UTC  (2+ messages)

[syzbot] [bcachefs?] KMSAN: uninit-value in bch2_bucket_alloc_early
 2024-11-26  1:38 UTC  (2+ messages)

[syzbot] [kernfs?] [bcachefs?] [exfat?] INFO: task hung in do_unlinkat (5)
 2024-11-26  1:26 UTC  (2+ messages)
` [syzbot] [jfs?] [bcachefs?] "

[syzbot] [bcachefs?] possible deadlock in __bch2_folio_reservation_get
 2024-11-26  0:01 UTC 

[syzbot] [bcachefs?] KMSAN: uninit-value in bch2_trans_start_alloc_update
 2024-11-26  0:00 UTC 

[syzbot] [bcachefs?] KASAN: global-out-of-bounds Read in rcu_pending_exit
 2024-11-25 14:18 UTC 

[syzbot] [bcachefs?] KASAN: use-after-free Read in bch2_btree_node_read_done
 2024-11-25 13:27 UTC 

[syzbot] [bcachefs?] kernel BUG in __bch2_journal_pin_put
 2024-11-25 12:42 UTC  (2+ messages)

[PATCH] bcachefs: eytzinger1_{next,prev} cleanup
 2024-11-24 23:44 UTC  (4+ messages)

[syzbot] [bcachefs?] KMSAN: uninit-value in bch2_btree_node_iter_init (2)
 2024-11-24 11:26 UTC  (2+ messages)

[PATCH 1/2 v2] bcachefs: do not use PF_MEMALLOC_NORECLAIM
 2024-11-22 22:02 UTC  (12+ messages)

[syzbot] [bcachefs?] KMSAN: uninit-value in rw_aux_tree_set (2)
 2024-11-22 18:44 UTC 

[syzbot] [bcachefs?] kernel BUG in bch2_btree_pos_to_text (2)
 2024-11-22 18:44 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).