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]
Date:   Fri, 24 Mar 2023 00:31:40 +0100
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-rc4

Hi,

a few more fixes, the zoned accounting fix is spread across a few
patches, preparatory and the actual fixes. Please pull, thanks.

- zoned mode
  - fix accounting of unusable zone space
  - fix zone activation condition for DUP profile
  - preparatory patches

- improved error handling of missing chunks

- fix compiler warning

----------------------------------------------------------------
The following changes since commit 675dfe1223a69e270b3d52cb0211c8a501455cec:

  btrfs: fix block group item corruption after inserting new block group (2023-03-08 01:14:01 +0100)

are available in the Git repository at:

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

for you to fetch changes up to e15acc25880cf048dba9df94d76ed7e7e10040e6:

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

----------------------------------------------------------------
Josef Bacik (2):
      btrfs: rename BTRFS_FS_NO_OVERCOMMIT to BTRFS_FS_ACTIVE_ZONE_TRACKING
      btrfs: use temporary variable for space_info in btrfs_update_block_group

Naohiro Aota (3):
      btrfs: zoned: fix btrfs_can_activate_zone() to support DUP profile
      btrfs: zoned: count fresh BG region as zone unusable
      btrfs: zoned: drop space_info->active_total_bytes

Qu Wenruo (1):
      btrfs: handle missing chunk mapping more gracefully

Sweet Tea Dorminy (1):
      btrfs: fix compiler warning on SPARC/PA-RISC handling fscrypt_setup_filename

 fs/btrfs/block-group.c      | 28 ++++++++++++----------------
 fs/btrfs/free-space-cache.c |  8 +++++++-
 fs/btrfs/fs.h               |  7 ++-----
 fs/btrfs/inode.c            |  7 ++++++-
 fs/btrfs/space-info.c       | 42 ++++++++++--------------------------------
 fs/btrfs/space-info.h       |  2 --
 fs/btrfs/volumes.c          |  3 ++-
 fs/btrfs/zoned.c            | 45 ++++++++++++++++++++++++++++++++-------------
 8 files changed, 71 insertions(+), 71 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ