summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-24 11:54:58 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-24 11:54:58 +0200
commit6dbfae4e2bafac8dabab003814fbe58de0c8a594 (patch)
treef382fb77292f866656e436ceb0eb260608ba65e4 /TODO
parent455b71bbe074599b9d6a2915050f2784df8a117d (diff)
downloadpgfuse-6dbfae4e2bafac8dabab003814fbe58de0c8a594.tar.gz
pgfuse-6dbfae4e2bafac8dabab003814fbe58de0c8a594.tar.bz2
removed 'path' in schema, translating path now iteratively to id via
the 'parent_id'
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