From: Karel Zak Date: Thu, 27 Feb 2014 12:34:36 +0000 (+0100) Subject: docs: refresh TODO X-Git-Tag: v2.25-rc1~567 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=53e227cc8d46c4b6fc705ac6608460a8a8156436;p=thirdparty%2Futil-linux.git docs: refresh TODO Signed-off-by: Karel Zak --- diff --git a/Documentation/TODO b/Documentation/TODO index fe7e6cf3f2..6b58a81ac7 100644 --- a/Documentation/TODO +++ b/Documentation/TODO @@ -46,8 +46,6 @@ partx - support mapping by device-mapper if argv[0] is "kpartx" or --dm option is used. - - (!) add regression tests for partx, addpart and delpart - docs ---- @@ -89,13 +87,7 @@ libblkid fdisk(s)/libfdisk ----------------- - - (!) add dialog to modify GPT partition attributes (strutct gpt_attr) - - - (!) improve gpt_write_disklabel() to support hybrid GPT. We don't want - to generate hybrid GPT, but it would be nice to support manual MBR - modification ('M' expert command). The function gpt_write_disklabel() - has to detect hybrid PMBR and then print warning and write GPT, but - keep PMBR unchanged. + [always check libfdisk branch at github!] - (!) add 'I'nfo fommand to print all details about specified partition (like offset, size, name, uuid, type, C/H/S, fstype) @@ -105,6 +97,8 @@ fdisk(s)/libfdisk any useless (small) areas between existing partitions. See https://bugzilla.redhat.com/show_bug.cgi?id=715114 + (Note that libfdisk already supports freespace lists.) + - add "move end" command to move end of the last primary/extended partition. This feature seems very attractive to users who resizing their disks (for example in virtual machines).