|
|
Subscribe / Log in / New account

bcachefs out-of-tree series

From:  Kent Overstreet <kent.overstreet-AT-linux.dev>
To:  akpm-AT-linux-foundation.org
Subject:  [PATCH v2 0/8] bcachefs out-of-tree series
Date:  Sun, 12 Oct 2025 17:24:03 -0400
Message-ID:  <20251012212414.3225948-1-kent.overstreet@linux.dev>
Cc:  linux-kernel-AT-vger.kernel.org, Kent Overstreet <kent.overstreet-AT-linux.dev>
Archive-link:  Article

Now includes a genradix patch adding overflow checks that ought to make
Kees happy, if he sees it. Otherwise - just commit message fixups.

(I'm the author and listed maintainer of that code).

Kent Overstreet (8):
  closures: Improve closure_put_after_sub_checks
  closures: closure_sub() uses cmpxchg
  closures: CLOSURE_SLEEPING
  closures: kill closure.closure_get_happened
  lib: Give closures, min_heap config opts names
  lib: Give XOR_BLOCKS, RAID6_PQ config opts names
  lib: Give compression, checksum, crypto config opts names
  generix-radix-tree: Overflow checking

 crypto/Kconfig                     |   2 +-
 fs/bcachefs/alloc_foreground.h     |   2 +-
 fs/bcachefs/fs-io-direct.c         |   1 -
 include/linux/closure.h            |  33 +++--
 include/linux/generic-radix-tree.h | 110 +++++++++-------
 lib/Kconfig                        |  24 ++--
 lib/closure.c                      | 203 +++++++++++++++--------------
 lib/crc/Kconfig                    |   4 +-
 lib/crypto/Kconfig                 |   4 +-
 9 files changed, 201 insertions(+), 182 deletions(-)

-- 
2.51.0




Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds