From: Karel Zak Date: Mon, 1 Dec 2008 13:32:44 +0000 (+0100) Subject: blkid: add TODO file X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7ea08e9f69aa24e8f0bdf5a4b19268d0dfed3cb;p=util-linux blkid: add TODO file Signed-off-by: Karel Zak --- diff --git a/libs/blkid/TODO b/libs/blkid/TODO new file mode 100644 index 00000000..a1923b5d --- /dev/null +++ b/libs/blkid/TODO @@ -0,0 +1,25 @@ + + - add blkid --low-probe + + - add hex-encoding from libudev + + - add blkid -o | --format=full|value|udev + + - add MD5(lib/md5.c) UUID to HFS, for more details see libvolume_id + - consolidate "getsize" stuff (see getsize.c and lib/blkdev.c) + + - add a new flag to keep information that FS is ready to share the device with + any other FS (iso9960, udf, ...) + + - create a new function + + blkid_do_safeprobe() + + that scan for all filesystems and check for collisions (fat vs. swap) + + + - rebase to the latest util-linux-ng + + - add regression tests: + - add to tests/input/blkid/ FS images + - create ts-blkid-fs to tests FS detection