Message ID | cover.1681938648.git.josef@toxicpanda.com (mailing list archive) |
---|---|
Headers | show |
Series | btrfs-progs: prep work for syncing files into kernel-shared | expand |
On Wed, Apr 19, 2023 at 05:13:42PM -0400, Josef Bacik wrote: > 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 Added to devel, with some minor adjustments, thanks.