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: <jnnywf5k3qydxwrh6ur6ap6wjr7fpb32af3frnqsfvntwrvuba@wpr4uofgwpu5>
Date: Thu, 17 Apr 2025 16:20:49 -0400
From: Kent Overstreet <kent.overstreet@...ux.dev>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-bcachefs@...r.kernel.org, linux-fsdevel@....kernel.org, 
	linux-kernel@...r.kernel.org
Subject: [GIT PULL] bcachefs fixes for 6.15-rc3

6.15 is looking good here.

The following changes since commit 55fd97fbc4744a43fb2d134908e481266cf33bda:

  bcachefs: Use sort_nonatomic() instead of sort() (2025-04-06 19:33:53 -0400)

are available in the Git repository at:

  git://evilpiepirate.org/bcachefs.git tags/bcachefs-2025-04-17

for you to fetch changes up to 261592ba06aa44001ab95fd47bafa4225bab25cf:

  bcachefs: Fix snapshotting a subvolume, then renaming it (2025-04-17 14:17:16 -0400)

----------------------------------------------------------------
bcachefs fixes for 6.15-rc3

Usual set of small fixes/logging improvements.

One bigger user reported fix, for inode <-> dirent inconsistencies
reported in fsck, after moving a subvolume that had been snapshotted.

----------------------------------------------------------------
Alan Huang (1):
      bcachefs: Add missing error handling

Gabriel Shahrouzi (1):
      bcachefs: Prevent granting write refs when filesystem is read-only

Kent Overstreet (9):
      bcachefs: Don't print data read retry success on non-errors
      bcachefs: fix bch2_dev_usage_full_read_fast()
      bcachefs: btree_root_unreadable_and_scan_found_nothing now AUTOFIX
      bcachefs: Silence extent_poisoned error messages
      bcachefs: Print version_incompat_allowed on startup
      bcachefs: Log message when incompat version requested but not enabled
      bcachefs: snapshot_node_missing is now autofix
      bcachefs: Add missing READ_ONCE() for metadata replicas
      bcachefs: Fix snapshotting a subvolume, then renaming it

 fs/bcachefs/bcachefs.h              |  2 ++
 fs/bcachefs/btree_update_interior.c |  2 +-
 fs/bcachefs/buckets.c               |  3 ++-
 fs/bcachefs/buckets.h               |  5 -----
 fs/bcachefs/errcode.h               |  2 +-
 fs/bcachefs/extents.c               |  2 +-
 fs/bcachefs/fs-ioctl.c              |  2 +-
 fs/bcachefs/fsck.c                  | 44 ++++++++++++++++++++++++++++++++++++-
 fs/bcachefs/io_read.c               | 24 ++++++++++++--------
 fs/bcachefs/recovery.c              |  5 ++++-
 fs/bcachefs/sb-errors_format.h      |  4 ++--
 fs/bcachefs/super-io.c              | 20 +++++++++++++++--
 fs/bcachefs/super.c                 |  9 +++++++-
 13 files changed, 98 insertions(+), 26 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ