The following changes since commit 347e9f5043c89695b01e66b3ed111755afcf1911: Linux 6.16-rc6 (2025-07-13 14:25:58 -0700) are available in the Git repository at: git://evilpiepirate.org/bcachefs.git tags/bcachefs-2025-07-17 for you to fetch changes up to 89edfcf710875feedc4264a6c9c4e7fb55486422: bcachefs: Fix bch2_maybe_casefold() when CONFIG_UTF8=n (2025-07-16 17:32:33 -0400) ---------------------------------------------------------------- bcachefs fixes for 6.16-rc7 - two small syzbot fixes - fix discard behaviour regression; we no longer wait until the number of buckets needing discard is greater than the number of buckets available before kicking off discards - fix a fast_list leak when async object debugging is enabled - fixes for casefolding when CONFIG_UTF8 != y ---------------------------------------------------------------- Kent Overstreet (7): bcachefs: io_read: remove from async obj list in rbio_done() bcachefs: Fix triggering of discard by the journal path bcachefs: Tweak threshold for allocator triggering discards bcachefs: Don't build aux search tree when still repairing node bcachefs: Fix reference to invalid bucket in copygc bcachefs: Fix build when CONFIG_UNICODE=n bcachefs: Fix bch2_maybe_casefold() when CONFIG_UTF8=n fs/bcachefs/alloc_foreground.c | 3 ++- fs/bcachefs/btree_io.c | 6 +++--- fs/bcachefs/dirent.c | 4 ++++ fs/bcachefs/dirent.h | 8 ++++++++ fs/bcachefs/io_read.c | 5 +++++ fs/bcachefs/journal_io.c | 1 + fs/bcachefs/movinggc.c | 2 +- 7 files changed, 24 insertions(+), 5 deletions(-)