summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-13 13:37:05 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-13 13:37:05 +0200
commitf2966a5584e200f3f9586995c6c0480ed7f00dd3 (patch)
treec2603a9887b2a4407eba9387deb977366cf72898 /TODO
parent9bf02421bb54bb832de86b28f382048abb9e64ff (diff)
downloadpgfuse-f2966a5584e200f3f9586995c6c0480ed7f00dd3.tar.gz
pgfuse-f2966a5584e200f3f9586995c6c0480ed7f00dd3.tar.bz2
small cleanups
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 8 insertions, 4 deletions
diff --git a/TODO b/TODO
index 8071c96..0a4c2e9 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,7 @@
-- pooling of PQconn
-- thread-synchronization
+TODO list (in order of priority)
+---------
+
+- complete set of operations
- handling of most file system metadata
- ownership: how is this done depending on
per-user or root mounts? think about security
@@ -7,6 +9,8 @@
- mode: simple
- times: simple
- extended attributes
+- pooling of PQconn
+- thread-synchronization (we can ommit the -s flag)
- use of asynchonous read/writes
- what is a transaction? couple to fsync/fdatasync
for files? other ideas? customizable?
@@ -35,5 +39,5 @@
unique: 8, opcode: GETXATTR (22), nodeid: 7, insize: 68
unique: 8, error: -38 (Function not implemented), outsize: 16
lsetxattr("file.sgml", "security.selinux", "system_u:object_r:httpd_sys_content_t:s0", 41, 0) = -1 EOPNOTSUPP (Operation not supported)
-- investigate SELinux races
-- make some performance tests, see http://archive09.linux.com/feature/127055
+ - investigate SELinux races
+ - make some performance tests, see http://archive09.linux.com/feature/127055