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:   Sat, 19 Aug 2023 17:35:53 +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.5-rc7

Hi,

a few more short fixes sent recently but still seem important enough for
a late rc. Please pull, thanks.

* fix infinite loop in readdir(), could happen in a big directory when
  files get renamed during enumeration

* fix extent map handling of skipped pinned ranges

* fix a corner case when handling ordered extent length

* fix a potential crash when balance cancel races with pause

* verify correct uuid when starting scrub or device replace

----------------------------------------------------------------
The following changes since commit 92fb94b69c6accf1e49fff699640fa0ce03dc910:

  btrfs: set cache_block_group_error if we find an error (2023-08-10 17:16:45 +0200)

are available in the Git repository at:

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

for you to fetch changes up to c962098ca4af146f2625ed64399926a098752c9c:

  btrfs: fix incorrect splitting in btrfs_drop_extent_map_range (2023-08-18 14:38:10 +0200)

----------------------------------------------------------------
Anand Jain (1):
      btrfs: fix replace/scrub failure with metadata_uuid

Chris Mason (1):
      btrfs: only subtract from len_to_oe_boundary when it is tracking an extent

Filipe Manana (1):
      btrfs: fix infinite directory reads

Josef Bacik (1):
      btrfs: fix incorrect splitting in btrfs_drop_extent_map_range

xiaoshoukui (1):
      btrfs: fix BUG_ON condition in btrfs_cancel_balance

 fs/btrfs/ctree.h         |   1 +
 fs/btrfs/delayed-inode.c |   5 +-
 fs/btrfs/delayed-inode.h |   1 +
 fs/btrfs/extent_io.c     |  25 ++++++++-
 fs/btrfs/extent_map.c    |   6 +--
 fs/btrfs/inode.c         | 131 ++++++++++++++++++++++++++++-------------------
 fs/btrfs/scrub.c         |   3 +-
 fs/btrfs/volumes.c       |   3 +-
 8 files changed, 113 insertions(+), 62 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ