linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] make btrfs/153 sucessful on 5.4.y
@ 2021-08-13  9:55 Anand Jain
  2021-08-13  9:55 ` [PATCH 1/7] btrfs: make qgroup_free_reserved_data take btrfs_inode Anand Jain
                   ` (7 more replies)
  0 siblings, 8 replies; 16+ messages in thread
From: Anand Jain @ 2021-08-13  9:55 UTC (permalink / raw)
  To: linux-kernel, stable; +Cc: linux-btrfs, Anand Jain

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


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2021-08-30 22:27 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-13  9:55 [PATCH 0/7] make btrfs/153 sucessful on 5.4.y Anand Jain
2021-08-13  9:55 ` [PATCH 1/7] btrfs: make qgroup_free_reserved_data take btrfs_inode Anand Jain
2021-08-13  9:55 ` [PATCH 2/7] btrfs: make btrfs_qgroup_reserve_data " Anand Jain
2021-08-13  9:55 ` [PATCH 3/7] btrfs: qgroup: allow to unreserve range without releasing other ranges Anand Jain
2021-08-13  9:55 ` [PATCH 4/7] btrfs: qgroup: try to flush qgroup space when we get -EDQUOT Anand Jain
2021-08-13 10:26   ` Qu Wenruo
2021-08-13 10:30     ` Anand Jain
2021-08-13 10:39       ` Qu Wenruo
2021-08-13 10:41         ` Anand Jain
2021-08-13 10:56           ` Greg KH
2021-08-13 11:06             ` Anand Jain
2021-08-30 22:27               ` Anand Jain
2021-08-13  9:55 ` [PATCH 5/7] btrfs: transaction: Cleanup unused TRANS_STATE_BLOCKED Anand Jain
2021-08-13  9:55 ` [PATCH 6/7] btrfs: qgroup: remove ASYNC_COMMIT mechanism in favor of reserve retry-after-EDQUOT Anand Jain
2021-08-13  9:55 ` [PATCH 7/7] btrfs: fix lockdep splat when enabling and disabling qgroups Anand Jain
2021-08-13 10:18 ` [PATCH 0/7] make btrfs/153 sucessful on 5.4.y Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).