NFS: readdir with vmapped pages
authorBryan Schumaker <bjschuma@netapp.com>
Wed, 20 Oct 2010 19:44:37 +0000 (15:44 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 23 Oct 2010 19:27:35 +0000 (15:27 -0400)
We can use vmapped pages to read more information from the network at once.
This will reduce the number of calls needed to complete a readdir.

Signed-off-by: Bryan Schumaker <bjschuma@netapp.com>
[trondmy: Added #include for linux/vmalloc.h> in fs/nfs/dir.c]
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/client.c
fs/nfs/dir.c
fs/nfs/internal.h
fs/nfs/nfs3proc.c
fs/nfs/nfs4proc.c
fs/nfs/proc.c
include/linux/nfs_xdr.h

diff --cc fs/nfs/client.c
Simple merge
diff --cc fs/nfs/dir.c
Simple merge
Simple merge
Simple merge
Simple merge
diff --cc fs/nfs/proc.c
Simple merge
Simple merge