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)
commit56e4ebf877b6043c289bda32a5a7385b80c17dee
tree160ae8d5b5ee3871d02a9f5283187430c9ec5ffe
parentafa8ccc978c24d8ab22e3b3b8cbd1054c84c070b
NFS: readdir with vmapped pages

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