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:   Fri, 12 May 2023 23:21:43 +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.4-rc2, part 2

Hi,

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

- fix incorrect number of bitmap entries for space cache if loading is
  interrupted by some error

- fix backref walking, this breaks a mode of LOGICAL_INO_V2 ioctl that
  is used in deduplication tools

- zoned mode fixes
  - properly finish zone reserved for relocation
  - correctly calculate super block zone end on ZNS
  - properly initialize new extent buffer for redirty

- make mount option clear_cache work with block-group-tree, to rebuild
  free-space-tree instead of temporarily disabling it that would lead to
  a forced read-only mount

- fix alignment check for offset when printing extent item

----------------------------------------------------------------
The following changes since commit d246331b78cbef86237f9c22389205bc9b4e1cc1:

  btrfs: don't free qgroup space unless specified (2023-05-03 16:37:56 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-6.4-rc1-tag

for you to fetch changes up to 1d6a4fc85717677e00fefffd847a50fc5928ce69:

  btrfs: make clear_cache mount option to rebuild FST without disabling it (2023-05-10 14:51:27 +0200)

----------------------------------------------------------------
Anastasia Belova (1):
      btrfs: print-tree: parent bytenr must be aligned to sector size

Christoph Hellwig (1):
      btrfs: zero the buffer before marking it dirty in btrfs_redirty_list_add

Filipe Manana (2):
      btrfs: fix space cache inconsistency after error loading it from disk
      btrfs: fix backref walking not returning all inode refs

Naohiro Aota (2):
      btrfs: zoned: zone finish data relocation BG with last IO
      btrfs: zoned: fix full zone super block reading on ZNS

Qu Wenruo (1):
      btrfs: make clear_cache mount option to rebuild FST without disabling it

 fs/btrfs/backref.c          | 19 +++++++++--------
 fs/btrfs/backref.h          |  6 ++++++
 fs/btrfs/disk-io.c          | 25 ++++++++++++++++-------
 fs/btrfs/free-space-cache.c |  7 ++++---
 fs/btrfs/free-space-tree.c  | 50 ++++++++++++++++++++++++++++++++++++++++++++-
 fs/btrfs/free-space-tree.h  |  3 ++-
 fs/btrfs/inode.c            |  3 +++
 fs/btrfs/print-tree.c       |  6 +++---
 fs/btrfs/relocation.c       |  2 +-
 fs/btrfs/super.c            |  3 +--
 fs/btrfs/zoned.c            | 11 +++++-----
 11 files changed, 102 insertions(+), 33 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ