]> git.hungrycats.org Git - linux/commit
Merge in fixes from version 0.6.5 of the CIFS VFS. Greatly improved performance...
authorSteve French <stevef@smfhome1.austin.rr.com>
Sat, 15 Feb 2003 10:11:13 +0000 (04:11 -0600)
committerSteve French <stevef@smfhome1.austin.rr.com>
Sat, 15 Feb 2003 10:11:13 +0000 (04:11 -0600)
commitb668ec86c79395574158ca6435acae4e1dc5925f
treee22cf8d0206262622c02fe22304d5b9f229aa0dc
parent15f1049d9f873263d5ed26ebc31ca099e807147d
Merge in fixes from version 0.6.5 of the CIFS VFS.  Greatly improved performance including improved distributed caching support and support for readpages and larger read sizes. Cache data now flushed properly at file close time. Socket and memory leak fixed.  Fix two oops. Fix error logging and made more consistent.  Generic sendfile added.
21 files changed:
fs/cifs/CHANGES
fs/cifs/TODO
fs/cifs/asn1.c
fs/cifs/cifs_debug.c
fs/cifs/cifs_debug.h
fs/cifs/cifs_unicode.c
fs/cifs/cifsfs.c
fs/cifs/cifsfs.h
fs/cifs/cifsglob.h
fs/cifs/cifspdu.h
fs/cifs/cifsproto.h
fs/cifs/cifssmb.c
fs/cifs/connect.c
fs/cifs/dir.c
fs/cifs/file.c
fs/cifs/inode.c
fs/cifs/link.c
fs/cifs/misc.c
fs/cifs/netmisc.c
fs/cifs/smbencrypt.c
fs/cifs/transport.c