From f2966a5584e200f3f9586995c6c0480ed7f00dd3 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 13 Apr 2012 13:37:05 +0200 Subject: small cleanups --- TODO | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'TODO') 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 -- cgit v1.2.3-54-g00ecf