mbox series

[RFC,0/2] support all option for resize command

Message ID 20220815123652.52314-1-realwakka@gmail.com (mailing list archive)
Headers show
Series support all option for resize command | expand

Message

Sidong Yang Aug. 15, 2022, 12:36 p.m. UTC
Hi,

This patch series is for supporting resize command in btrfs-progs.
It resolves btrfs-progs github issue #471

This is prototype for work. It also needs to add manual for option.
I want to know that it's good way to implement the option.

If there is better way, I'd appreciate it.

Sidong Yang (2):
  btrfs-progs: fi resize: refactor function check_resize_args()
  btrfs-progs: fi resize: support all option for resize

 cmds/filesystem.c | 218 +++++++++++++++++++++++++++-------------------
 1 file changed, 127 insertions(+), 91 deletions(-)