From d7ea08e9f69aa24e8f0bdf5a4b19268d0dfed3cb Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 1 Dec 2008 14:32:44 +0100 Subject: [PATCH] blkid: add TODO file Signed-off-by: Karel Zak --- libs/blkid/TODO | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 libs/blkid/TODO 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 -- 2.39.5