linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] afs: Implement bulk read
@ 2017-01-06 17:08 David Howells
  2017-01-06 17:08 ` [PATCH net-next 1/2] afs: Make afs_fs_fetch_data() take a list of pages David Howells
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: David Howells @ 2017-01-06 17:08 UTC (permalink / raw)
  To: netdev; +Cc: dhowells, linux-afs, linux-kernel


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(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-01-07  2:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-06 17:08 [PATCH net-next 0/2] afs: Implement bulk read David Howells
2017-01-06 17:08 ` [PATCH net-next 1/2] afs: Make afs_fs_fetch_data() take a list of pages David Howells
2017-01-06 17:09 ` [PATCH net-next 2/2] afs: Make afs_readpages() fetch data in bulk David Howells
2017-01-07  2:52 ` [PATCH net-next 0/2] afs: Implement bulk read David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).