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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <q57tgxvd47i7xbqwaeznpwqoa2zmccg73s3glzqj5egpv4n7tl@4frslbhlovgr>
Date: Thu, 24 Jul 2025 22:58:22 -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


The following changes since commit 89edfcf710875feedc4264a6c9c4e7fb55486422:

  bcachefs: Fix bch2_maybe_casefold() when CONFIG_UTF8=n (2025-07-16 17:32:33 -0400)

are available in the Git repository at:

  git://evilpiepirate.org/bcachefs.git tags/bcachefs-2025-07-24

for you to fetch changes up to c37495fe3531647db4ae5787a80699ae1438d7cf:

  bcachefs: Add missing snapshots_seen_add_inorder() (2025-07-24 22:56:37 -0400)

----------------------------------------------------------------
bcachefs fixes for v6.16

User reported fixes:

- Fix btree node scan on encrypted filesystems by not using btree node
  header fields encrypted

- Fix a race in btree write buffer flush; this caused EROs primarily
  during fsck for some people

----------------------------------------------------------------
Kent Overstreet (3):
      bcachefs: btree_node_scan: don't re-read before initializing found_btree_node
      bcachefs: Fix write buffer flushing from open journal entry
      bcachefs: Add missing snapshots_seen_add_inorder()

 fs/bcachefs/btree_node_scan.c | 16 ++++++++--------
 fs/bcachefs/fsck.c            | 11 ++++++-----
 fs/bcachefs/journal.c         |  1 +
 3 files changed, 15 insertions(+), 13 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ