linux-bcachefs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-12-09 18:16:34 to 2025-01-27 16:07:31 UTC [more...]

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

[PATCH] bcachefs: Fix subtraction underflow
 2025-01-27  9:12 UTC 

[PATCH 00/11] bcahcefs fixes for rc2
 2025-01-27  4:12 UTC  (12+ messages)
` [PATCH 01/11] bcachefs: Fix btree_trans_peek_key_cache()
` [PATCH 02/11] bcachefs: Reduce stack frame size of __bch2_str_hash_check_key()
` [PATCH 03/11] bcachefs: "Journal stuck" timeout now takes into account device latency
` [PATCH 04/11] bcachefs: bset_blacklisted_journal_seq is now AUTOFIX
` [PATCH 05/11] bcachefs: Improve decompression error messages
` [PATCH 06/11] bcachefs: rebalance, copygc enabled are runtime opts
` [PATCH 07/11] bcachefs: fix bch2_btree_node_flags
` [PATCH 08/11] bcachefs: Improve journal pin flushing
` [PATCH 09/11] bcachefs: Journal writes are now IOPRIO_CLASS_RT
` [PATCH 10/11] bcachefs: Fix trace_copygc
` [PATCH 11/11] bcachefs: Improve trace_move_extent_finish

[syzbot] [bcachefs?] possible deadlock in bch2_journal_halt
 2025-01-26 13:37 UTC 

[syzbot] [bcachefs?] KMSAN: uninit-value in bch2_write_inode
 2025-01-25 12:15 UTC 

[syzbot] [bcachefs?] general protection fault in bch2_subvolume_delete
 2025-01-25  3:29 UTC 

[syzbot] [bcachefs?] kernel BUG in bch2_run_recovery_pass (2)
 2025-01-25  3:29 UTC 

Bug: INFO_ task hung in lock_two_nondirectories
 2025-01-24 18:39 UTC  (19+ messages)

Corrupt bcachefs can't be transferred into a consistent state
 2025-01-22 16:52 UTC  (4+ messages)

[syzbot] [bcachefs?] kernel BUG in bch2_btree_iter_verify_entry_exit (2)
 2025-01-22  4:40 UTC  (2+ messages)

kernel build error due to large stack frame in __bch2_str_hash_check_key
 2025-01-21 19:16 UTC  (3+ messages)

[syzbot] [bcachefs?] kernel BUG in __bch2_btree_node_hash_insert (2)
 2025-01-20 23:00 UTC  (2+ messages)

[GIT PULL] bcachefs changes for 6.14-rc1
 2025-01-20 22:30 UTC  (3+ messages)
  `  "

[syzbot] [bcachefs?] possible deadlock in bch2_trans_begin
 2025-01-20  2:27 UTC 

[syzbot] [bcachefs?] kernel BUG in bch2_fs_btree_cache_exit (2)
 2025-01-19 22:03 UTC 

[syzbot] [bcachefs?] kernel BUG in bch2_journal_replay (2)
 2025-01-18  6:02 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] bcachefs - how do we get to the next gen filesystem we all want - development process
 2025-01-18  2:05 UTC 

KASAN: slab-out-of-bounds Read in bch2_btree_node_read_done
 2025-01-17  9:00 UTC 

KASAN: global-out-of-bounds Read in bch2_check_alloc_key
 2025-01-17  8:20 UTC 

[syzbot] Monthly bcachefs report (Jan 2025)
 2025-01-16 10:11 UTC 

[PATCH v1 1/2] landlock: Handle weird files
 2025-01-15 10:54 UTC  (3+ messages)

[syzbot] [bcachefs?] WARNING: locking bug in rcu_pending_pcpu_dequeue
 2025-01-15 10:06 UTC  (2+ messages)

[RESEND] Add sched_set_batch() and run bcachefs-rebalance under SCHED_BATCH
 2025-01-14 16:45 UTC  (12+ messages)
` [PATCH 1/2] sched: provide sched_set_batch()
` [PATCH 2/2] bcachefs: set rebalance thread to SCHED_BATCH and nice 19

WARNING in bch2_trans_srcu_unlock
 2025-01-14 11:32 UTC 

The missing patches
 2025-01-13 20:13 UTC  (2+ messages)

[syzbot] [bcachefs?] KMSAN: uninit-value in bch2_readdir (2)
 2025-01-11 13:37 UTC 

[PATCH 0/9] bcachefs-tools: Nix updates and maintenance
 2025-01-10 22:49 UTC  (10+ messages)
` [PATCH 1/9] flake.lock: Update
` [PATCH 2/9] fix(nix): rm input from crane that no longer exists
` [PATCH 3/9] feat(nix): open up support to more architectures
` [PATCH 4/9] feat(nix): replace fenix with rust-overlay
` [PATCH 5/9] fix(key): replace c_str macro with `c""` literal
` [PATCH 6/9] fix(makefile): locate built bin with CARGO_BUILD_TARGET set
` [PATCH 7/9] feat(nix): enable cross compilation
` [PATCH 8/9] feat(nix): add an MSRV build to CI
` [PATCH 9/9] feat(nix): add a CI check that builds on 32-bit

[syzbot] [bcachefs?] KASAN: global-out-of-bounds Read in rcu_pending_exit
 2025-01-09 15:40 UTC  (3+ messages)

KASAN: use-after-free Read in xxh64_update
 2025-01-08 11:01 UTC 

KASAN: use-after-free Read in poly1305_update_arch
 2025-01-08 10:32 UTC 

Kernel bug: "general protection fault in bch2_btree_path_traverse_one"
 2025-01-07 15:01 UTC  (4+ messages)

[PATCH v3 0/2] bcachefs: make directory i_size meaningful
 2025-01-07 13:18 UTC  (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] bcachefs: bcachefs_metadata_version_directory_size

[syzbot] [bcachefs?] INFO: task hung in __closure_sync_timeout
 2025-01-06 18:27 UTC  (2+ messages)

[syzbot] [bcachefs?] INFO: task hung in bch2_btree_node_update_key (2)
 2025-01-06  3:31 UTC 

[syzbot] [bcachefs?] kernel BUG in bch2_btree_root_alloc_fake_trans
 2025-01-05 10:49 UTC 

[syzbot] [bcachefs?] kernel BUG in bch2_quota_transfer
 2025-01-04 20:18 UTC 

(no subject)
 2025-01-04  4:05 UTC  (2+ messages)
` [PATCH] tests/fs/bcachefs: Use https for git clone

general protection fault in bch2_run_recovery_pass
 2025-01-03  6:45 UTC 

[syzbot] [bcachefs?] KMSAN: uninit-value in bch2_trans_start_alloc_update_noupdate
 2025-01-03  1:56 UTC 

[syzbot] [bcachefs?] INFO: task hung in bchfs_fallocate (2)
 2025-01-02  2:35 UTC  (2+ messages)

[syzbot] [bcachefs?] KMSAN: uninit-value in bch2_inode_unpack (2)
 2025-01-01 20:55 UTC 

[syzbot] [bcachefs?] UBSAN: shift-out-of-bounds in __btree_node_pinned
 2025-01-01 16:25 UTC  (2+ messages)

[syzbot] [bcachefs?] KMSAN: uninit-value in bch2_alloc_sectors_start_trans
 2025-01-01 13:09 UTC  (2+ messages)

[syzbot] [bcachefs?] UBSAN: shift-out-of-bounds in __bch2_btree_node_hash_insert
 2025-01-01 11:36 UTC 

[syzbot] [bcachefs?] WARNING in rcu_segcblist_advance
 2025-01-01  9:46 UTC 

[syzbot] [bcachefs?] kernel BUG in bch2_stripe_validate
 2024-12-31 14:07 UTC  (2+ messages)

[PATCH 01/11] bcachefs: bch2_btree_iter_peek_slot() handles navigating to nonexistent depth
 2024-12-30 21:42 UTC  (11+ messages)
` [PATCH 02/11] bcachefs: backpointer_get_key() doesn't pull in btree node
` [PATCH 03/11] bcachefs: bch2_btree_node_rewrite_key()
` [PATCH 04/11] bcachefs: bch2_move_data_phys()
` [PATCH 05/11] bcachefs: __bch2_move_data_phys() now uses bch2_btree_node_rewrite_key()
` [PATCH 06/11] bcachefs: printbuf_reset() handles tabstops
` [PATCH 07/11] bcachefs: bch2_bkey_pick_read_device() can now specify a device
` [PATCH 08/11] bcachefs: __bch2_btree_pos_to_text()
` [PATCH 09/11] bcachefs: bch2_btree_node_scrub()
` [PATCH 10/11] bcachefs: Internal reads can now correct errors
` [PATCH 11/11] bcachefs: Scrub

[syzbot] [net?] possible deadlock in vm_insert_page
 2024-12-30 18:49 UTC  (2+ messages)

[syzbot] [bcachefs?] KMSAN: uninit-value in bch2_xattr_validate
 2024-12-30  9:41 UTC  (2+ messages)

KASAN: use-after-free Read in poly1305_core_blocks
 2024-12-30  8:51 UTC 

[PATCH] Fix build failure on liburcu v0.15.0
 2024-12-29 14:40 UTC  (2+ messages)

[PATCH resend] bcachefs-tools: fix build failure on liburcu v0.15.0
 2024-12-29  4:07 UTC 

[syzbot] [bcachefs?] INFO: task hung in bch2_readahead
 2024-12-28 17:09 UTC  (3+ messages)

[syzbot] [bcachefs?] kernel BUG in __bkey_unpack_pos (2)
 2024-12-27  7:24 UTC  (2+ messages)

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

[syzbot] [bcachefs?] KMSAN: uninit-value in __bch2_bkey_cmp_left_packed
 2024-12-24 14:42 UTC 

[RFC PATCH] Remove percentage display in backpointer progress
 2024-12-24 13:32 UTC 

[syzbot] [bcachefs?] kernel BUG in bch2_btree_path_level_init (3)
 2024-12-24  4:33 UTC  (2+ messages)

[syzbot] [bcachefs?] WARNING in try_check_zero (3)
 2024-12-22 23:44 UTC 

[syzbot] [bcachefs?] WARNING in bch2_trans_put
 2024-12-22  2:31 UTC  (3+ messages)

[syzbot] [bcachefs?] kernel BUG in bch2_btree_node_iter_init_from_start
 2024-12-21 17:05 UTC  (3+ messages)

[syzbot] [bcachefs?] kernel panic: bcachefs (loop3): panic after error
 2024-12-19 23:38 UTC  (2+ messages)

[syzbot] [bcachefs?] general protection fault in put_pwq_unlocked (2)
 2024-12-19 16:50 UTC  (3+ messages)

[syzbot] [bcachefs?] WARNING in __srcu_check_read_flavor
 2024-12-19 13:30 UTC 

[syzbot] [bcachefs?] KMSAN: uninit-value in bch2_dirent_rename (2)
 2024-12-19 10:14 UTC 

[syzbot] [bcachefs?] KASAN: use-after-free Read in bkey_packed_valid
 2024-12-19  9:45 UTC  (3+ messages)

[PATCH] bcachefs: Fix rate description, it is per second, not nanosecond
 2024-12-19  8:42 UTC 

[syzbot] [bcachefs?] KMSAN: uninit-value in bch2_dev_freespace_init
 2024-12-17 11:00 UTC  (2+ messages)

[PATCH] bcachefs: Reverse first btree write conditional
 2024-12-16 19:32 UTC 

[syzbot] Monthly bcachefs report (Dec 2024)
 2024-12-16  9:45 UTC 

[syzbot] [bcachefs?] kernel BUG in __journal_res_get (2)
 2024-12-16  8:10 UTC  (2+ messages)

[syzbot] [bcachefs?] KMSAN: uninit-value in bch2_checksum_update (2)
 2024-12-15  8:10 UTC 

[PATCH] bcachefs: zero-init move_bucket struct in bch2_copygc_get_buckets()
 2024-12-15  6:20 UTC  (5+ messages)

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

[syzbot] [bcachefs?] kernel BUG in __build_ro_aux_tree
 2024-12-14 15:24 UTC 

[syzbot] [bcachefs?] INFO: task hung in bch2_page_fault
 2024-12-13 22:41 UTC 

[syzbot] [bcachefs?] KMSAN: uninit-value in __build_ro_aux_tree
 2024-12-13 19:13 UTC 

I urge you to understand my viewpoint accurately
 2024-12-13  4:24 UTC 

[PATCH v3 0/6] Enable strict percpu address space checks
 2024-12-13  7:13 UTC  (8+ messages)
` [PATCH v3 2/6] compiler.h: Introduce TYPEOF_UNQUAL() macro

[PATCH v3 0/3] bcachefs: add and use printbuf_err helper
 2024-12-13  6:40 UTC  (6+ messages)
` [PATCH v3 1/3] bcachefs: add "
` [PATCH v3 2/3] bcachefs: avoid copy from NULL printbuf when allocation failure
` [PATCH v3 3/3] bcachefs: use printbuf_err helper

[PATCH] bcachefs: fix invalid declaration after label in str_hash.c
 2024-12-13  3:27 UTC  (2+ messages)

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


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 NNTP newsgroup(s).