From 4fbbde00fae42d45140ab6000ed144bb2d78173a Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Wed, 15 Jan 2014 12:04:15 +0200 Subject: [PATCH] Update TODO list Signed-off-by: Artem Bityutskiy --- TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO b/TODO index 3685f9f..cff020d 100644 --- 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. -- 2.34.1