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.1627068865.git.dsterba@suse.com>
Date:   Fri, 23 Jul 2021 21:45:29 +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 5.14-rc3

Hi,

a few fixes and one patch to help some block layer API cleanups.
Please pull, thanks.

* skip missing device when running fstrim

* fix unpersisted i_size on fsync after expanding truncate

* fix lock inversion problem when doing qgroup extent tracing

* replace bdgrab/bdput usage, replace gendisk by block_device

----------------------------------------------------------------
The following changes since commit ea32af47f00a046a1f953370514d6d946efe0152:

  btrfs: zoned: fix wrong mutex unlock on failure to allocate log root tree (2021-07-07 18:27:44 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux.git for-5.14-rc2-tag

for you to fetch changes up to c7c3a6dcb1efd52949acc1e640be9aad1206a13a:

  btrfs: store a block_device in struct btrfs_ordered_extent (2021-07-22 15:50:15 +0200)

----------------------------------------------------------------
Anand Jain (1):
      btrfs: check for missing device in btrfs_trim_fs

Christoph Hellwig (1):
      btrfs: store a block_device in struct btrfs_ordered_extent

Filipe Manana (2):
      btrfs: fix unpersisted i_size on fsync after expanding truncate
      btrfs: fix lock inversion problem when doing qgroup extent tracing

 fs/btrfs/backref.c            |  6 +++---
 fs/btrfs/backref.h            |  3 ++-
 fs/btrfs/delayed-ref.c        |  4 ++--
 fs/btrfs/extent-tree.c        |  3 +++
 fs/btrfs/inode.c              |  2 +-
 fs/btrfs/ordered-data.c       |  2 --
 fs/btrfs/ordered-data.h       |  3 +--
 fs/btrfs/qgroup.c             | 38 ++++++++++++++++++++++++++++++--------
 fs/btrfs/qgroup.h             |  2 +-
 fs/btrfs/tests/qgroup-tests.c | 20 ++++++++++----------
 fs/btrfs/tree-log.c           | 31 ++++++++++++++++++++++---------
 fs/btrfs/zoned.c              | 12 ++++--------
 12 files changed, 79 insertions(+), 47 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ