lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Message-ID: <bgaxbeebayrzhkawwhrxrrdgc6xtsk5h454ejv7py4g74hxjs2@yyvkmakatffx>
Date: Thu, 17 Jul 2025 20:03:29 -0400
From: Kent Overstreet <kent.overstreet@...ux.dev>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-bcachefs@...r.kernel.org, linux-fsdevel@...r.kernel.org, 
	linux-kernel@...r.kernel.org
Subject: [GIT PULL] bcachefs fixes for 6.16-rc7

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(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ