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: <hmihnrl4tzezjnhp56c7eipq5ntgyadvy6uyfxgytenqfbzzov@swfpjfb2qkw5>
Date: Fri, 11 Jul 2025 09:01:48 -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-rc6


The following changes since commit 94426e4201fbb1c5ea4a697eb62a8b7cd7dfccbf:

  bcachefs: opts.casefold_disabled (2025-07-01 19:33:46 -0400)

are available in the Git repository at:

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

for you to fetch changes up to fec5e6f97dae5fbd628c444148b77728eae3bb93:

  bcachefs: Don't set BCH_FS_error on transaction restart (2025-07-08 15:24:15 -0400)

----------------------------------------------------------------
bcachefs fixes for 6.16-rc6

----------------------------------------------------------------
Kent Overstreet (10):
      bcachefs: bch2_fpunch_snapshot()
      bcachefs: Fix bch2_io_failures_to_text()
      bcachefs: Fix btree for nonexistent tree depth
      bcachefs: Tweak btree cache helpers for use by btree node scan
      bcachefs: btree node scan no longer uses btree cache
      bcachefs: btree read retry fixes
      bcachefs: Fix bch2_btree_transactions_read() synchronization
      bcachefs: Don't schedule non persistent passes persistently
      bcachefs: Fix additional misalignment in journal space calculations
      bcachefs: Don't set BCH_FS_error on transaction restart

 fs/bcachefs/btree_cache.c     | 26 +++++++-------
 fs/bcachefs/btree_cache.h     |  1 +
 fs/bcachefs/btree_io.c        |  8 ++---
 fs/bcachefs/btree_node_scan.c | 84 +++++++++++++++++++++----------------------
 fs/bcachefs/debug.c           | 11 ++++--
 fs/bcachefs/errcode.h         |  1 -
 fs/bcachefs/error.c           |  6 ++--
 fs/bcachefs/extents.c         | 16 ++++-----
 fs/bcachefs/fsck.c            | 33 ++++-------------
 fs/bcachefs/io_misc.c         | 27 ++++++++++++++
 fs/bcachefs/io_misc.h         |  2 ++
 fs/bcachefs/journal_reclaim.c |  6 ++++
 fs/bcachefs/recovery.c        | 23 ++++++++----
 fs/bcachefs/recovery_passes.c |  2 +-
 14 files changed, 138 insertions(+), 108 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ