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, 13 Aug 2021 17:55:23 +0800
From:   Anand Jain <anand.jain@...cle.com>
To:     linux-kernel@...r.kernel.org, stable@...r.kernel.org
Cc:     linux-btrfs@...r.kernel.org, Anand Jain <anand.jain@...cle.com>
Subject: [PATCH 0/7] make btrfs/153 sucessful on 5.4.y

Patch 1-2 and 5 helps to fix the conflicts smoothly.
Patch 3-4 and 6 fixes the regression as reported by the
                test case btrfs/153 and comes from the below patch-set
                (btrfs: qgroup: Fix the long-existing regression of btrfs/153)
Patch 7 fixes lockdep Warning as in the commit log now reported by
the test case btrfs/153 on 5.4.y

Filipe Manana (1):
  btrfs: fix lockdep splat when enabling and disabling qgroups

Nikolay Borisov (2):
  btrfs: make qgroup_free_reserved_data take btrfs_inode
  btrfs: make btrfs_qgroup_reserve_data take btrfs_inode

Qu Wenruo (4):
  btrfs: qgroup: allow to unreserve range without releasing other ranges
  btrfs: qgroup: try to flush qgroup space when we get -EDQUOT
  btrfs: transaction: Cleanup unused TRANS_STATE_BLOCKED
  btrfs: qgroup: remove ASYNC_COMMIT mechanism in favor of reserve
    retry-after-EDQUOT

 fs/btrfs/ctree.h          |  13 +-
 fs/btrfs/delalloc-space.c |   2 +-
 fs/btrfs/disk-io.c        |   4 +-
 fs/btrfs/file.c           |   7 +-
 fs/btrfs/qgroup.c         | 308 ++++++++++++++++++++++++++++----------
 fs/btrfs/qgroup.h         |   2 +-
 fs/btrfs/transaction.c    |  16 +-
 fs/btrfs/transaction.h    |  15 --
 8 files changed, 246 insertions(+), 121 deletions(-)

-- 
2.31.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ