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: <jq44ty6ueeadfnlwsfihsvzzfxv64buipdncrb65q4lgaflezn@at52sul5ngay>
Date: Thu, 20 Feb 2025 10:02:43 -0500
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.14-rc4

Hi Linus, another small one.

The following changes since commit 406e445b3c6be65ab0ee961145e74bfd7ef6c9e1:

  bcachefs: Reuse transaction (2025-02-12 18:44:50 -0500)

are available in the Git repository at:

  git://evilpiepirate.org/bcachefs.git tags/bcachefs-2025-02-20

for you to fetch changes up to b04974f759ac7574d8556deb7c602a8d01a0dcc6:

  bcachefs: Fix srcu lock warning in btree_update_nodes_written() (2025-02-19 18:52:42 -0500)

----------------------------------------------------------------
bcachefs fixes for 6.14-rc4

Small stuff:

- The fsck code for Hongbo's directory i_size patch was wrong, caught by
  transaction restart injection: we now have the CI running another test
  variant with restart injection enabled

- Another fixup for reflink pointers to missing indirect extents:
  previous fix was for fsck code, this fixes the normal runtime paths

- Another small srcu lock hold time fix, reported by jpsollie

----------------------------------------------------------------
Kent Overstreet (3):
      bcachefs: Fix fsck directory i_size checking
      bcachefs: Fix bch2_indirect_extent_missing_error()
      bcachefs: Fix srcu lock warning in btree_update_nodes_written()

 fs/bcachefs/btree_update_interior.c |  2 +
 fs/bcachefs/fsck.c                  | 78 +++++++++++++++----------------------
 fs/bcachefs/reflink.c               | 18 ++++-----
 fs/bcachefs/sb-downgrade.c          |  2 +-
 4 files changed, 42 insertions(+), 58 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ