aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/TODO
diff options
context:
space:
mode:
authorSteve French <smfrench@austin.rr.com>2005-04-30 14:10:58 -0400
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-04-30 14:10:58 -0400
commit9ea1f8f505f6f770bd593e689960ac4f893509b2 (patch)
treec1c9aa8a8e8fe3a3ffd5559ff0432bcb0a7249d8 /fs/cifs/TODO
parent68575476718ed1c6d6ddafeec8310b109e7a7a7f (diff)
[PATCH] cifs: Update cifs todo list
Signed-off-by: Steve French (sfrench@us.ibm.com) Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'fs/cifs/TODO')
-rw-r--r--fs/cifs/TODO12
1 files changed, 10 insertions, 2 deletions
diff --git a/fs/cifs/TODO b/fs/cifs/TODO
index 1e8490ed6948..8cc881694e29 100644
--- a/fs/cifs/TODO
+++ b/fs/cifs/TODO
@@ -1,4 +1,4 @@
1version 1.32 April 3, 2005 1version 1.34 April 29, 2005
2 2
3A Partial List of Missing Features 3A Partial List of Missing Features
4================================== 4==================================
@@ -70,7 +70,15 @@ r) Implement O_DIRECT flag on open (already supported on mount)
70s) Allow remapping of last remaining character (\) to +0xF000 which 70s) Allow remapping of last remaining character (\) to +0xF000 which
71(this character is valid for POSIX but not for Windows) 71(this character is valid for POSIX but not for Windows)
72 72
73KNOWN BUGS (updated April 3, 2005) 73t) Create UID mapping facility so server UIDs can be mapped on a per
74mount or a per server basis to client UIDs or nobody if no mapping
75exists. This is helpful when Unix extensions are negotiated to
76allow better permission checking when UIDs differ on the server
77and client. Add new protocol request to the CIFS protocol
78standard for asking the server for the corresponding name of a
79particular uid.
80
81KNOWN BUGS (updated April 29, 2005)
74==================================== 82====================================
75See http://bugzilla.samba.org - search on product "CifsVFS" for 83See http://bugzilla.samba.org - search on product "CifsVFS" for
76current bug list. 84current bug list.