[PATCH net-next 0/2] afs: Implement bulk read
From: David Howells
Date: Fri Jan 06 2017 - 12:08:51 EST
This pair of patches implements bulk data reading from an AFS server.
The patches can be found here also:
http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git/log/?h=rxrpc-rewrite
Tagged thusly:
git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git
rxrpc-rewrite-20170106
David
---
David Howells (2):
afs: Make afs_fs_fetch_data() take a list of pages
afs: Make afs_readpages() fetch data in bulk
fs/afs/file.c | 168 +++++++++++++++++++++++++++++++++++++++++++++++++++--
fs/afs/fsclient.c | 117 ++++++++++++++++++++++++-------------
fs/afs/internal.h | 21 ++++++-
fs/afs/vnode.c | 6 +-
fs/afs/volume.c | 1
fs/afs/write.c | 19 +++++-
6 files changed, 275 insertions(+), 57 deletions(-)