Update TODO list
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Wed, 15 Jan 2014 10:04:15 +0000 (12:04 +0200)
committerArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Wed, 15 Jan 2014 10:05:51 +0000 (12:05 +0200)
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
TODO

diff --git a/TODO b/TODO
index 3685f9f4cd2bf8b66b54139f14f5c7cce0d32bf9..cff020dbd9f89c334f8473eed42618c7fd7ba5c0 100644 (file)
--- a/TODO
+++ b/TODO
@@ -4,3 +4,5 @@ Current TODO list, any help with these is appreciated.
 2. Add a test for bmap with invalid checksums
 3. When writing to a file, and the file did not exist, so we create it,
    and then fail, we do not remove the half-written file.
+4. Implement adaptive decompression buffer size.
+5. Use SEEK_HOLE when FIEMAP is not supported. This will make sure tmpfs works.