summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO15
1 files changed, 7 insertions, 8 deletions
diff --git a/TODO b/TODO
index eb5a537..e3baead 100644
--- a/TODO
+++ b/TODO
@@ -1,19 +1,18 @@
TODO list (in order of priority)
---------
-- sort out synchronization issues, how much should we lock?
-- add tests for sparse files and funny read/write operations
-- allow for size_t and off_t (check int4 which should
- be int8, use be64ton and not htonl), flag for 64-bit
- (large filesystem)?
+- 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
-- fix deadlock issues in multi-thread mode
-- replace dir.path with a range search tree algo in DB
-- rename (after a redo of the dir table)
+- sort out synchronization issues, how much should we lock?
+- add tests for sparse files and funny read/write operations
+- allow for size_t and off_t (check int4 which should
+ be int8, use be64ton and not htonl), flag for 64-bit
+ (large filesystem)?
- establish self-containment (with respect to
a temporarily unavailable Postgresql server)
- minimal SELinux support, i.e. one fix security context