All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Btrfs: qgroup: part-2: bug fixes for qgroup reservation.
@ 2015-02-10 10:23 Dongsheng Yang
  2015-02-10 10:23 ` [PATCH 1/4] Btrfs: qgroup: free reserved in exceeding quota Dongsheng Yang
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Dongsheng Yang @ 2015-02-10 10:23 UTC (permalink / raw)
  To: linux-btrfs; +Cc: Dongsheng Yang

Hi all,
	This is part2 for qgroup. It is based on 
	[PATCH 0/9] Btrfs: qgroup: part-1: bug fixes.

[1/4] is reviewed-by Josef.

[2/4] - [4/4] are trying to solve a problem in qgroup reservation.
It would be weired I introduce a may_use in 2/4 and delete it in 4/4.

Yes, I am glad to rebase and squash them, here I am keeping this history
of the problem for reviewing. I have explained the problem and sent the
[2/4] out. Josef give me a looks good at that time. But in the later, I
found another problem and solved it with [4/4]. So they are trying to
solve different problems at different timing. When the all patches are
reviewed by you guys, I am okey to squash them if you request.

Thanx.

Dongsheng Yang (4):
  Btrfs: qgroup: free reserved in exceeding quota.
  Btrfs: qgroup: Introduce a may_use to account
    space_info->bytes_may_use.
  Btrfs: qgroup, Account data space in more proper timings.
  btrfs: qgroup: do a reservation in a higher level.

 fs/btrfs/ctree.h       |  2 +-
 fs/btrfs/extent-tree.c | 25 +++++++++++--------------
 fs/btrfs/file.c        | 13 ++-----------
 fs/btrfs/inode.c       |  3 ++-
 fs/btrfs/qgroup.c      | 10 ++++------
 fs/btrfs/relocation.c  |  2 +-
 6 files changed, 21 insertions(+), 34 deletions(-)

-- 
1.8.4.2


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

end of thread, other threads:[~2015-03-04  1:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-10 10:23 [PATCH 0/4] Btrfs: qgroup: part-2: bug fixes for qgroup reservation Dongsheng Yang
2015-02-10 10:23 ` [PATCH 1/4] Btrfs: qgroup: free reserved in exceeding quota Dongsheng Yang
2015-02-10 10:23 ` [PATCH 2/4] Btrfs: qgroup: Introduce a may_use to account space_info->bytes_may_use Dongsheng Yang
2015-02-10 10:23 ` [PATCH 3/4] Btrfs: qgroup, Account data space in more proper timings Dongsheng Yang
2015-02-10 10:23 ` [PATCH 4/4] btrfs: qgroup: do a reservation in a higher level Dongsheng Yang
2015-03-04  1:47 ` [PATCH 0/4] Btrfs: qgroup: part-2: bug fixes for qgroup reservation Dongsheng Yang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.