]> err.no Git - util-linux/commitdiff
blkid: add TODO file
authorKarel Zak <kzak@redhat.com>
Mon, 1 Dec 2008 13:32:44 +0000 (14:32 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 11 Feb 2009 22:21:48 +0000 (23:21 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
libs/blkid/TODO [new file with mode: 0644]

diff --git a/libs/blkid/TODO b/libs/blkid/TODO
new file mode 100644 (file)
index 0000000..a1923b5
--- /dev/null
@@ -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