summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-23 16:24:00 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-23 16:24:00 +0200
commit85b2ec441def308a9fbb8c54e9dc14d2f1427dfb (patch)
tree12e87fcf0bdf36022c039adbe28d913c99d7caf6 /TODO
parent8470255044aa49d3f1d6f84271c23471ae4243fe (diff)
downloadpgfuse-85b2ec441def308a9fbb8c54e9dc14d2f1427dfb.tar.gz
pgfuse-85b2ec441def308a9fbb8c54e9dc14d2f1427dfb.tar.bz2
-
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