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]
Date:   Sun,  2 Apr 2023 19:34:12 +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 fixes for 6.3-rc5

Hi,

a few more fixes, for stable trees. Please pull, thanks.

- scan block devices in non-exclusive mode to avoid temporary mkfs
  failures

- fix race between quota disable and quota assign ioctls

- fix deadlock when aborting transaction during relocation with scrub

- ignore fiemap path cache when there are multiple paths for a node

----------------------------------------------------------------
The following changes since commit e15acc25880cf048dba9df94d76ed7e7e10040e6:

  btrfs: zoned: drop space_info->active_total_bytes (2023-03-15 20:51:07 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-6.3-rc4-tag

for you to fetch changes up to 2280d425ba3599bdd85c41bd0ec8ba568f00c032:

  btrfs: ignore fiemap path cache when there are multiple paths for a node (2023-03-29 01:16:23 +0200)

----------------------------------------------------------------
Anand Jain (1):
      btrfs: scan device in non-exclusive mode

Filipe Manana (3):
      btrfs: fix race between quota disable and quota assign ioctls
      btrfs: fix deadlock when aborting transaction during relocation with scrub
      btrfs: ignore fiemap path cache when there are multiple paths for a node

 fs/btrfs/backref.c     | 85 +++++++++++++++++++++++++++++++++++++-------------
 fs/btrfs/ioctl.c       |  2 ++
 fs/btrfs/qgroup.c      | 11 ++++++-
 fs/btrfs/transaction.c | 15 ++++++++-
 fs/btrfs/volumes.c     | 20 ++++++++++--
 5 files changed, 107 insertions(+), 26 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ