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>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1716556959.git.dsterba@suse.com>
Date: Fri, 24 May 2024 15:59:18 +0200
From: David Sterba <dsterba@...e.com>
To: torvalds@...ux-foundation.org
Cc: David Sterba <dsterba@...e.com>,
	linux-btrfs@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: [GIT PULL] Btrfs updtes for 6.10, part 2

Hi,

a few more updates, mostly stability fixes or user visible changes.
Please pull, thanks.

- fix race in zoned mode during device replace that can lead to
  use-after-free

- update return codes and lower message levels for quota rescan where
  it's causing false alerts

- fix unexpected qgroup id reuse under some conditions

- fix condition when looking up extent refs

- add option norecovery (removed in 6.8), the intended replacements
  haven't been used and some aplications still rely on the old one

- build warning fixes

----------------------------------------------------------------
The following changes since commit 0e39c9e524479b85c1b83134df0cfc6e3cb5353a:

  btrfs: qgroup: fix initialization of auto inherit array (2024-05-07 21:31:11 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git tags/for-6.10-tag

for you to fetch changes up to 440861b1a03c72cc7be4a307e178dcaa6894479b:

  btrfs: re-introduce 'norecovery' mount option (2024-05-21 15:27:17 +0200)

----------------------------------------------------------------
Boris Burkov (1):
      btrfs: qgroup: fix qgroup id collision across mounts

David Sterba (1):
      btrfs: qgroup: update rescan message levels and error codes

Filipe Manana (2):
      btrfs: zoned: fix use-after-free due to race with dev replace
      btrfs: fix end of tree detection when searching for data extent ref

Lu Yao (1):
      btrfs: scrub: initialize ret in scrub_simple_mirror() to fix compilation warning

Qu Wenruo (1):
      btrfs: re-introduce 'norecovery' mount option

 fs/btrfs/extent-tree.c |  2 +-
 fs/btrfs/qgroup.c      | 32 +++++++++++++++++++++++++-------
 fs/btrfs/scrub.c       |  2 +-
 fs/btrfs/super.c       |  8 ++++++++
 fs/btrfs/zoned.c       | 13 ++++++++++---
 5 files changed, 45 insertions(+), 12 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ