public inbox for linux-bcachefs@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-03-11 02:09:41 to 2025-03-26 21:13:28 UTC [more...]

[syzbot] [bcachefs?] KMSAN: uninit-value in bch2_bucket_alloc_trans
 2025-03-26 21:13 UTC  (2+ messages)

[GIT PULL] bcachefs for 6.15, v2
 2025-03-26 20:46 UTC  (2+ messages)

[LTP] [PATCH] ioctl_ficlone03: fix capabilities on immutable files
 2025-03-26 18:42 UTC  (3+ messages)

[PATCH] bcachefs: replace deprecated strncpy() with strscpy()
 2025-03-26 17:05 UTC  (10+ messages)

[PATCH] lib/sort.c: Add _nonatomic() variants with cond_resched()
 2025-03-26 16:09 UTC  (3+ messages)

[PATCH 00/14] better handling of checksum errors/bitrot
 2025-03-26 13:45 UTC  (63+ messages)
` [PATCH 01/14] bcachefs: Convert read path to standard error codes
` [PATCH 02/14] bcachefs: Fix BCH_ERR_data_read_csum_err_maybe_userspace in retry path
` [PATCH 03/14] bcachefs: Read error message now indicates if it was for an internal move
` [PATCH 04/14] bcachefs: BCH_ERR_data_read_buffer_too_small
` [PATCH 05/14] bcachefs: Return errors to top level bch2_rbio_retry()
` [PATCH 06/14] bcachefs: Print message on successful read retry
` [PATCH 07/14] bcachefs: Don't create bch_io_failures unless it's needed
` [PATCH 08/14] bcachefs: Checksum errors get additional retries
` [PATCH 09/14] bcachefs: __bch2_read() now takes a btree_trans
` [PATCH 10/14] bcachefs: Poison extents that can't be read due to checksum errors
` [PATCH 11/14] bcachefs: Data move can read from poisoned extents
` [PATCH 12/14] bcachefs: Debug params for data corruption injection
` [PATCH 13/14] block: Allow REQ_FUA|REQ_READ
` [PATCH 14/14] bcachefs: Read retries are after checksum errors now REQ_FUA
  ` errors compiling bcachefs-tools v1.20.0 on debian 12

[PATCH] bcachefs-tools: fix build failure by fixing of C header filename
 2025-03-26 13:41 UTC  (2+ messages)

[PATCH 1/2] bcachefs: Validate number of counters for accounting keys
 2025-03-25 14:29 UTC  (2+ messages)
` [PATCH 2/2] bcachefs: Document disk accounting keys and conuters

[syzbot] [bcachefs?] INFO: task hung in __bch2_fsck_err
 2025-03-25  5:16 UTC 

[syzbot] [bcachefs?] KASAN: slab-out-of-bounds Read in memscan (2)
 2025-03-25  4:45 UTC 

KASAN: use-after-free Read in poly1305_update_arch
 2025-03-25  1:33 UTC  (3+ messages)

[GIT PULL] bcachefs for 6.15-rc1
 2025-03-23 21:41 UTC 

[PATCH] bcachefs: __bchfs_fallocate() now checks for pending signals
 2025-03-23 16:44 UTC 

[PATCH 0/8] bcachefs stack usage improvements
 2025-03-23 14:14 UTC  (9+ messages)
` [PATCH 1/8] bcachefs: Kill unnecessary bch2_dev_usage_read()
` [PATCH 2/8] bcachefs: Kill btree_iter.trans
` [PATCH 3/8] bcachefs: do_trace_key_cache_fill()
` [PATCH 4/8] bcachefs: bch2_alloc_to_v4() no longer converts on stack
` [PATCH 5/8] bcachefs: Move cycle detector state to btree_trans
` [PATCH 6/8] bcachefs: struct alloc_request
` [PATCH 7/8] bcachefs: alloc_request.data_type
` [PATCH 8/8] bcachefs: bch2_bucket_alloc_trans() takes alloc_request

[PATCH v2] bcachefs: Add missing smp_rmb()
 2025-03-23 14:03 UTC  (2+ messages)

[PATCH v2 00/10] Nix updates and maintenance
 2025-03-21 16:34 UTC  (11+ messages)
` [PATCH v2 01/10] flake.lock: Update
` [PATCH v2 02/10] fix(nix): rm input from crane that no longer exists
` [PATCH v2 03/10] feat(nix): open up support to more architectures
` [PATCH v2 04/10] feat(nix): replace fenix with rust-overlay
` [PATCH v2 05/10] fix(key): replace c_str macro with `c""` literal
` [PATCH v2 06/10] fix(makefile): locate built bin with CARGO_BUILD_TARGET set
` [PATCH v2 07/10] feat(nix): enable cross compilation
` [PATCH v2 08/10] feat(nix): add an MSRV build to CI
` [PATCH v2 09/10] feat(nix): add a CI check that builds on 32-bit
` [PATCH v2 10/10] chore(nix): rm unused attr build input

[PATCH 0/5] kmsan splat fixes
 2025-03-20 21:32 UTC  (6+ messages)
` [PATCH 1/5] bcachefs: Disable asm memcpys when kmsan enabled
` [PATCH 2/5] bcachefs: Fix kmsan warnings in bch2_extent_crc_pack()
` [PATCH 3/5] bcachefs: kmsan asserts
` [PATCH 4/5] bcachefs: Fix a KMSAN splat in btree_update_nodes_written()
` [PATCH 5/5] bcachefs: move_bucket_key -> __packed

[PATCH 1/2] bcachefs: Count BCH_DATA_parity backpointers correctly
 2025-03-20 21:30 UTC  (2+ messages)
` [PATCH 2/2] bcachefs: Handle backpointers with unknown data types

[PATCH 0/4] self healing: inode <-> dirent checks
 2025-03-20 21:30 UTC  (5+ messages)
` [PATCH 1/4] bcachefs: fs-common.c -> namei.c
` [PATCH 2/4] bcachefs: Move bch2_check_dirent_target() to namei.c
` [PATCH 3/4] bcachefs: Refactor bch2_check_dirent_target()
` [PATCH 4/4] bcachefs: Run bch2_check_dirent_target() at lookup time

[PATCH 0/3] Private error code work
 2025-03-20 21:24 UTC  (4+ messages)
` [PATCH 1/3] bcachefs: Simplify bch2_write_op_error()
` [PATCH 2/3] bcachefs: bch2_write_prep_encoded_data() now returns errcode
` [PATCH 3/3] bcachefs: EIO cleanup

[PATCH] bcachefs: Kill JOURNAL_ERRORS()
 2025-03-20 21:21 UTC 

[PATCH 0/5] device option handling improvements
 2025-03-20 21:21 UTC  (6+ messages)
` [PATCH 1/5] bcachefs: Kill BCH_DEV_OPT_SETTERS()
` [PATCH 2/5] bcachefs: Device options now use standard sysfs code
` [PATCH 3/5] bcachefs: Setting foreground_target at runtime now triggers rebalance
` [PATCH 4/5] bcachefs: Device state is now a runtime option
` [PATCH 5/5] bcachefs: Filesystem discard option now propagates to devices

CVE-2025-21830: landlock: Handle weird files
 2025-03-20 16:00 UTC  (24+ messages)
      ` Unprivileged filesystem mounts

[syzbot] Monthly bcachefs report (Mar 2025)
 2025-03-19 21:29 UTC 

[syzbot] [kernfs?] [bcachefs?] UBSAN: shift-out-of-bounds in radix_tree_delete_item
 2025-03-19  9:40 UTC  (2+ messages)
` [syzbot] [bcachefs?] [kernfs?] "

[PATCH] bcachefs: Increase blacklist range
 2025-03-18 16:46 UTC  (8+ messages)

[PATCH 1/2] bcachefs: Add missing smp_rmb()
 2025-03-18 13:39 UTC  (4+ messages)
` [PATCH 2/2] bcachefs: Remove spurious smp_mb()

[PATCH] bcachefs: Fix incorrect state count
 2025-03-18 13:34 UTC  (2+ messages)

[syzbot] [bcachefs?] BUG: unable to handle kernel paging request in __bch2_btree_node_write
 2025-03-18  2:06 UTC 

[syzbot] [bcachefs?] INFO: task hung in __closure_sync_timeout (2)
 2025-03-17 15:31 UTC 

[syzbot] [mm?] [bcachefs?] UBSAN: shift-out-of-bounds in shmem_undo_range
 2025-03-16 18:28 UTC 

[syzbot] [mm?] [bcachefs?] general protection fault in xas_create
 2025-03-16 18:05 UTC 

[PATCH] bcachefs: use sha256() instead of crypto_shash API
 2025-03-16 17:41 UTC  (2+ messages)

[PATCH] bcachefs: Remove unnecessary softdeps on crc32c and crc64
 2025-03-16 17:40 UTC  (2+ messages)

[PATCH] bcachefs: Remove bch2_enable_encryption() and bch2_disable_encryption()
 2025-03-16 17:40 UTC  (2+ messages)

[GIT PULL] bcachefs hotfixes for 6.14-rc7 v2
 2025-03-15  0:40 UTC  (3+ messages)

[GIT PULL] bcachefs hotfix for 6.14-rc7
 2025-03-15  0:09 UTC  (2+ messages)

[GIT PULL] bcachefs fixes for 6.14-rc7
 2025-03-14  1:38 UTC  (2+ messages)

[bug report] bcachefs: Improve locking in __bch2_set_nr_journal_buckets()
 2025-03-12  9:40 UTC  (2+ messages)

Help with bcachefs from a mentee
 2025-03-11 15:46 UTC 

[PATCH] bcachefs: Initialize from_inode members for bhc_io_opts
 2025-03-11 15:11 UTC  (2+ messages)

[PATCH] bcachefs: Use max() to improve gen_after()
 2025-03-11 14:29 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox