David Sterba
512467c17e
btrfs-progs: tune: use help and cmd_struct for printing help text
...
Unify the btrfstune help text so it uses the help framework. The cmd
struct is set up only partially.
Signed-off-by: David Sterba <dsterba@suse.com>
2023-02-18 17:44:02 +01:00
David Sterba
4de40f3a5e
btrfs-progs: tune: remove unused includes
...
Remove includes reported by include-what-you-use after the refactoring.
Signed-off-by: David Sterba <dsterba@suse.com>
2023-02-18 17:44:02 +01:00
David Sterba
3cf00a0a38
btrfs-progs: tune: factor out checksum change to own file
...
Signed-off-by: David Sterba <dsterba@suse.com>
2023-02-18 17:44:01 +01:00
David Sterba
44fecc5fd2
btrfs-progs: tune: factor out conversion to block group tree to own file
...
Signed-off-by: David Sterba <dsterba@suse.com>
2023-02-18 17:43:47 +01:00
David Sterba
8962705987
btrfs-progs: tune: factor out metadata UUID change to own file
...
Signed-off-by: David Sterba <dsterba@suse.com>
2023-02-18 17:43:32 +01:00
David Sterba
b2616464d3
btrfs-progs: tune: factor out UUID change to own file
...
Signed-off-by: David Sterba <dsterba@suse.com>
2023-02-18 17:43:19 +01:00
David Sterba
b380d972e2
btrfs-progs: tune: factor out seeding to own file
...
Signed-off-by: David Sterba <dsterba@suse.com>
2023-02-18 17:43:04 +01:00
David Sterba
f66478b961
btrfs-progs: move btrfstune to own directory
...
Move the source file to own directory so it can be further split and
refactored. File needs to be renamed to main.c so the build magic works.
Signed-off-by: David Sterba <dsterba@suse.com>
2023-02-18 17:42:04 +01:00