[CIFS] Add writepages support to shrink memory usage on writes,
authorSteve French <sfrench@us.ibm.com>
Mon, 3 Oct 2005 20:37:24 +0000 (13:37 -0700)
committerSteve French <sfrench@us.ibm.com>
Mon, 3 Oct 2005 20:37:24 +0000 (13:37 -0700)
commit3e84469d0101456caceffc6b22218a49017fcd3f
tree2e52687ade7f3e52b5621142997ca6e7b38df70a
parent70ca734a14366b634224a1e4586d43b36b65ab67
[CIFS] Add writepages support to shrink memory usage on writes,
eliminate the double copy, and improve cifs write performance and
help the server by upping the typical write size from 4K to 16K
(or even larger if wsize set explicitly)  for servers which support this.
Part 1 of 2

Signed-off-by: Dave Kleikamp <shaggy@austin.ibm.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/cifsproto.h
fs/cifs/cifssmb.c
fs/cifs/connect.c
fs/cifs/file.c
fs/cifs/transport.c