summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 4a97692..bb0528f 100644
--- a/TODO
+++ b/TODO
@@ -1,13 +1,14 @@
TODO list (in order of priority)
---------
-- replace dir.path with a range search tree algo in DB
- rename (after a redo of the dir table)
- handling of most file system metadata
- ownership: how is this done depending on
per-user or root mounts? think about security
here!
- extended attributes
+- size -> bigint, adapt also code!
+- cat of file with size 0 leads to memory corruption
- sort out synchronization issues, how much should we lock?
- add tests for sparse files and funny read/write operations
- strategy for half-blocks, help PostgreSQL optimize disk usage