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: <cover.1651860315.git.dsterba@suse.com>
Date:   Fri, 6 May 2022 22:55:06 +0200
From:   David Sterba <dsterba@...e.com>
To:     torvalds@...ux-foundation.org
Cc:     linux-btrfs@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] Btrfs fixes for 5.18-rc6, part 2

Hi,

a few more regular fixes and regression fixes. Please pull, thanks.

- regression fixes in zone activation:
  - move a loop invariant out of the loop to avoid checking space status

  - properly handle unlimited activation

- fixes:
  - for subpage, force the free space v2 mount to avoid a warning and
    make it easy to switch a filesystem on different page size systems

  - export sysfs status of exclusive operation 'balance paused', so the
    user space tools can recognize it and allow adding a device with
    paused balance

  - fix assertion failure when logging directory key range item

----------------------------------------------------------------
The following changes since commit 4b73c55fdebd8939f0f6000921075f7f6fa41397:

  btrfs: skip compression property for anything other than files and dirs (2022-04-27 22:20:21 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-5.18-rc5-tag

for you to fetch changes up to 3e1ad196385c65c1454aceab1226d9a4baca27d5:

  btrfs: sysfs: export the balance paused state of exclusive operation (2022-05-05 21:05:56 +0200)

----------------------------------------------------------------
David Sterba (1):
      btrfs: sysfs: export the balance paused state of exclusive operation

Filipe Manana (1):
      btrfs: fix assertion failure when logging directory key range item

Naohiro Aota (2):
      btrfs: zoned: move non-changing condition check out of the loop
      btrfs: zoned: activate block group properly on unlimited active zone device

Qu Wenruo (1):
      btrfs: force v2 space cache usage for subpage mount

 fs/btrfs/disk-io.c  | 11 +++++++++++
 fs/btrfs/sysfs.c    |  3 +++
 fs/btrfs/tree-log.c | 39 +++++++++++++++++++++++++--------------
 fs/btrfs/zoned.c    | 34 ++++++++++++++--------------------
 4 files changed, 53 insertions(+), 34 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ