From: David Sterba <dsterba@suse.com>
To: linux-btrfs@vger.kernel.org
Cc: David Sterba <dsterba@suse.com>
Subject: [PATCH 0/7] Move some code out of ctree.c and ctree.h
Date: Fri, 23 Aug 2019 19:08:31 +0200 [thread overview]
Message-ID: <cover.1566579823.git.dsterba@suse.com> (raw)
The ctree.[ch] files gathered a lot of unrelated code over the years, it
should be moved to appropriate files. This series does the easiest part,
nes I'll split the incompate/feature handling and messages.
David Sterba (7):
btrfs: move cond_wake_up functions out of ctree
btrfs: move math functions to misc.h
btrfs: move private raid56 definitions from ctree.h
btrfs: rename and export read_node_slot
btrfs: move functions for tree compare to send.c
btrfs: move struct io_ctl to free-space-cache.h
btrfs: move dev_stats helpers to volumes.c
fs/btrfs/block-group.c | 2 +-
fs/btrfs/block-group.h | 2 +
fs/btrfs/block-rsv.c | 2 +-
fs/btrfs/compression.c | 1 +
fs/btrfs/ctree.c | 382 +-----------------------------------
fs/btrfs/ctree.h | 93 +--------
fs/btrfs/delayed-inode.c | 1 +
fs/btrfs/dev-replace.c | 1 +
fs/btrfs/extent-tree.c | 2 +-
fs/btrfs/free-space-cache.h | 14 +-
fs/btrfs/inode.c | 1 +
fs/btrfs/locking.c | 1 +
fs/btrfs/math.h | 28 ---
fs/btrfs/misc.h | 50 +++++
fs/btrfs/ordered-data.c | 1 +
fs/btrfs/raid56.c | 16 ++
fs/btrfs/send.c | 374 +++++++++++++++++++++++++++++++++++
fs/btrfs/space-info.c | 2 +-
fs/btrfs/transaction.c | 1 +
fs/btrfs/tree-log.c | 1 +
fs/btrfs/volumes.c | 25 ++-
fs/btrfs/zstd.c | 1 +
22 files changed, 505 insertions(+), 496 deletions(-)
delete mode 100644 fs/btrfs/math.h
create mode 100644 fs/btrfs/misc.h
--
2.22.0
next reply other threads:[~2019-08-23 17:08 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-23 17:08 David Sterba [this message]
2019-08-23 17:08 ` [PATCH 1/7] btrfs: move cond_wake_up functions out of ctree David Sterba
2019-08-27 13:34 ` Johannes Thumshirn
2019-08-23 17:08 ` [PATCH 2/7] btrfs: move math functions to misc.h David Sterba
2019-08-27 13:35 ` Johannes Thumshirn
2019-08-23 17:08 ` [PATCH 3/7] btrfs: move private raid56 definitions from ctree.h David Sterba
2019-08-27 13:36 ` Johannes Thumshirn
2019-08-23 17:08 ` [PATCH 4/7] btrfs: rename and export read_node_slot David Sterba
2019-08-27 13:39 ` Johannes Thumshirn
2019-08-23 17:08 ` [PATCH 5/7] btrfs: move functions for tree compare to send.c David Sterba
2019-08-27 13:38 ` Johannes Thumshirn
2019-08-23 17:08 ` [PATCH 6/7] btrfs: move struct io_ctl to free-space-cache.h David Sterba
2019-08-27 13:40 ` Johannes Thumshirn
2019-08-23 17:08 ` [PATCH 7/7] btrfs: move dev_stats helpers to volumes.c David Sterba
2019-08-27 13:41 ` Johannes Thumshirn
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=cover.1566579823.git.dsterba@suse.com \
--to=dsterba@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 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.