All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] btrfs-progs: prep work for syncing files into kernel-shared
@ 2023-04-19 21:13 Josef Bacik
  2023-04-19 21:13 ` [PATCH 01/11] btrfs-progs: fix kerncompat.h include ordering for libbtrfs Josef Bacik
                   ` (11 more replies)
  0 siblings, 12 replies; 14+ messages in thread
From: Josef Bacik @ 2023-04-19 21:13 UTC (permalink / raw)
  To: linux-btrfs, kernel-team

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


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

end of thread, other threads:[~2023-05-02 21:02 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-19 21:13 [PATCH 00/11] btrfs-progs: prep work for syncing files into kernel-shared Josef Bacik
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

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.