From: Josef Bacik <josef@toxicpanda.com>
To: linux-btrfs@vger.kernel.org, kernel-team@fb.com
Subject: [PATCH 00/11] btrfs-progs: prep work for syncing files into kernel-shared
Date: Wed, 19 Apr 2023 17:13:42 -0400 [thread overview]
Message-ID: <cover.1681938648.git.josef@toxicpanda.com> (raw)
Hello,
These a variety of fixes, cleanups, and api changes to make it easier to sync
recent kernel changes into btrfs-progs. They're relatively straightforward, and
have been run through the tests. Thanks,
Josef
Josef Bacik (11):
btrfs-progs: fix kerncompat.h include ordering for libbtrfs
btrfs-progs: use $SUDO_HELPER in convert tests for temp files
btrfs-progs: re-add __init to include/kerncompat.h
btrfs-progs: introduce UASSERT() for purely userspace code
btrfs-progs: move BTRFS_DISABLE_BACKTRACE check in print_trace
btrfs-progs: remove the _on() related message helpers
btrfs-progs: consolidate the btrfs message helpers
btrfs-progs: rename the qgroup structs to match the kernel
btrfs-progs: remove fs_info argument from btrfs_check_* helpers
btrfs-progs: add a btrfs check helper for checking blocks
btrfs-progs: remove parent_key arg from btrfs_check_* helpers
check/clear-cache.c | 4 +-
check/main.c | 26 ++++-------
check/mode-common.c | 12 ++---
check/mode-lowmem.c | 31 ++++++-------
check/qgroup-verify.c | 16 +++----
check/repair.c | 29 ++++++++++++
check/repair.h | 3 +-
cmds/filesystem-du.c | 2 +-
cmds/filesystem-usage.c | 6 +--
cmds/qgroup.c | 42 ++++++++----------
cmds/replace.c | 4 +-
cmds/rescue-chunk-recover.c | 6 +--
cmds/rescue.c | 4 +-
cmds/subvolume-list.c | 20 ++++-----
common/device-utils.c | 4 +-
common/messages.c | 69 +----------------------------
common/messages.h | 56 ++++++++++++++---------
common/units.c | 4 +-
convert/common.c | 4 +-
convert/main.c | 2 +-
image/main.c | 2 +-
include/kerncompat.h | 14 ++----
kernel-shared/ctree.c | 43 ++++--------------
kernel-shared/ctree.h | 88 ++++++++++++++++++-------------------
kernel-shared/disk-io.c | 4 +-
kernel-shared/print-tree.c | 18 ++++----
libbtrfs/ctree.h | 4 +-
libbtrfs/send-stream.c | 3 +-
libbtrfs/send-utils.c | 2 +-
mkfs/main.c | 4 +-
tests/common.convert | 16 +++----
31 files changed, 231 insertions(+), 311 deletions(-)
--
2.39.1
next reply other threads:[~2023-04-19 21:14 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-19 21:13 Josef Bacik [this message]
2023-04-19 21:13 ` [PATCH 01/11] btrfs-progs: fix kerncompat.h include ordering for libbtrfs Josef Bacik
2023-04-19 21:13 ` [PATCH 02/11] btrfs-progs: use $SUDO_HELPER in convert tests for temp files Josef Bacik
2023-04-19 21:13 ` [PATCH 03/11] btrfs-progs: re-add __init to include/kerncompat.h Josef Bacik
2023-04-19 21:13 ` [PATCH 04/11] btrfs-progs: introduce UASSERT() for purely userspace code Josef Bacik
2023-04-19 21:13 ` [PATCH 05/11] btrfs-progs: move BTRFS_DISABLE_BACKTRACE check in print_trace Josef Bacik
2023-04-19 21:13 ` [PATCH 06/11] btrfs-progs: remove the _on() related message helpers Josef Bacik
2023-05-02 20:35 ` David Sterba
2023-04-19 21:13 ` [PATCH 07/11] btrfs-progs: consolidate the btrfs " Josef Bacik
2023-04-19 21:13 ` [PATCH 08/11] btrfs-progs: rename the qgroup structs to match the kernel Josef Bacik
2023-04-19 21:13 ` [PATCH 09/11] btrfs-progs: remove fs_info argument from btrfs_check_* helpers Josef Bacik
2023-04-19 21:13 ` [PATCH 10/11] btrfs-progs: add a btrfs check helper for checking blocks Josef Bacik
2023-04-19 21:13 ` [PATCH 11/11] btrfs-progs: remove parent_key arg from btrfs_check_* helpers Josef Bacik
2023-05-02 20:56 ` [PATCH 00/11] btrfs-progs: prep work for syncing files into kernel-shared David Sterba
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.1681938648.git.josef@toxicpanda.com \
--to=josef@toxicpanda.com \
--cc=kernel-team@fb.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.