public inbox for linux-btrfs@vger.kernel.org
 help / color / mirror / Atom feed
From: Qu Wenruo <wqu@suse.com>
To: linux-btrfs@vger.kernel.org
Subject: [PATCH 0/3] btrfs-progs: Sync code for btrfs_block_group
Date: Fri,  1 May 2020 14:31:35 +0800	[thread overview]
Message-ID: <20200501063138.474044-1-wqu@suse.com> (raw)

This patchset mostly make btrfs_block_group structure to sync with
kernel, providing the basis for later modification. (Hint: skinny bg
tree)

Qu Wenruo (3):
  btrfs-progs: Kill block_group_cache::key
  btrfs-progs: Remove the unused btrfs_block_group_cache::cache
  btrfs-progs: Rename btrfs_block_group_cache to btrfs_block_group

 check/main.c                    |  43 ++++---
 check/mode-common.c             |   4 +-
 check/mode-lowmem.c             |  10 +-
 cmds/rescue-chunk-recover.c     |   6 +-
 convert/main.c                  |   8 +-
 convert/source-fs.c             |   4 +-
 ctree.h                         |  21 ++--
 extent-tree.c                   | 209 ++++++++++++++++----------------
 free-space-cache.c              |  32 ++---
 free-space-cache.h              |  12 +-
 image/main.c                    |   2 +-
 kernel-shared/free-space-tree.c | 117 +++++++++---------
 kernel-shared/free-space-tree.h |   6 +-
 mkfs/main.c                     |  12 +-
 transaction.h                   |   2 +-
 volumes.h                       |   4 +-
 16 files changed, 247 insertions(+), 245 deletions(-)

-- 
2.26.2


             reply	other threads:[~2020-05-01  6:31 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-01  6:31 Qu Wenruo [this message]
2020-05-01  6:31 ` [PATCH 1/3] btrfs-progs: Kill block_group_cache::key Qu Wenruo
2020-05-01  6:31 ` [PATCH 2/3] btrfs-progs: Remove the unused btrfs_block_group_cache::cache Qu Wenruo
2020-05-01  6:31 ` [PATCH 3/3] btrfs-progs: Rename btrfs_block_group_cache to btrfs_block_group Qu Wenruo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200501063138.474044-1-wqu@suse.com \
    --to=wqu@suse.com \
    --cc=linux-btrfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox