[parted-devel] [PATCH 0/7] Resize patch set
Phillip Susi
psusi at ubuntu.com
Sun May 25 21:11:26 UTC 2014
It looks like these resize patches are the only ones I have left to merge.
I have cleaned them up a bit and even extended it to work on devmapper
targets instead of just regular disks. Hopefully we can get these applied
and a new release out this week.
Petr Uzel (2):
parted: add resizepart command
tests: excersise resize command
Phillip Susi (5):
libparted: Add support for partition resize
parted: make _partition_warn_busy actually a warning instead of an
error
parted: Allow undocumented commands
parted: Add stub resize command for backward compatibility
Document resizepart command
NEWS | 3 +
doc/C/parted.8 | 4 +
doc/parted.texi | 16 ++
libparted/arch/linux.c | 203 ++++++++++++++++++++----
parted/command.c | 2 +
parted/parted.c | 121 +++++++++++++-
tests/Makefile.am | 1 +
tests/t1101-busy-partition.sh | 2 +-
tests/t1102-loop-label.sh | 3 +-
tests/t3200-resize-partition.sh | 90 +++++++++++
tests/t9041-undetected-in-use-16th-partition.sh | 4 +-
11 files changed, 407 insertions(+), 42 deletions(-)
create mode 100755 tests/t3200-resize-partition.sh
--
1.9.1
More information about the parted-devel
mailing list