summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-25 21:44:49 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-25 21:44:49 +0200
commit244cdd5d5a9641f494d0e1edb0737e167e5568f3 (patch)
tree9182d59f5a8b317e5aa4f2b2d0c7e8f956a78ace /TODO
parentff33cf46862c7c88ae2250e787dd00f2b946c9e6 (diff)
downloadpgfuse-244cdd5d5a9641f494d0e1edb0737e167e5568f3.tar.gz
pgfuse-244cdd5d5a9641f494d0e1edb0737e167e5568f3.tar.bz2
updated some docu
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index 153d0ec..cf544ba 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,7 @@
TODO list (in order of priority)
---------
-- rename (after a redo of the dir table)
+- rename
- handling of most file system metadata
- ownership: how is this done depending on
per-user or root mounts? think about security
@@ -13,6 +13,8 @@ TODO list (in order of priority)
- strategy for half-blocks, help PostgreSQL optimize disk usage
of data in BYTEA columns. Try to support tails of growing files
and tiny files (without padding to the block size)
+- make block size detectable per file (there is no reason why
+ different files should not have a different block size)
- allow for size_t and off_t (check int4 which should
be int8, use be64ton and not htonl), flag for 64-bit
(large filesystem)?