All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC][PATCH v2 0/3] cifs: In-progress conversion to use iov_iters instead of page lists
@ 2022-01-06 21:31 David Howells
  2022-01-06 21:32 ` [PATCH v2 1/3] cifs: Use netfslib David Howells
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: David Howells @ 2022-01-06 21:31 UTC (permalink / raw)
  To: smfrench; +Cc: nspmangalore, dhowells, jlayton, linux-cifs, linux-cachefs


Hi Steve,

For your illumination, here's where I'm currently at with making cifs use
netfslib more fully.  I ended up delving into the realms of converting it
to use iov_iter instead of page lists and doing partial foliation.

It isn't complete yet and some of the patches don't compile, but if you
want a look at what I've been doing...

David
---
David Howells (3):
      cifs: Use netfslib
      cifs: Reverse the way iov_iters are used in reading
      cifs: Eliminate pages list from cifs_readdata, cifs_writedata and smb_rqst


 fs/cifs/cifsencrypt.c |   40 +-
 fs/cifs/cifsfs.h      |    3 +
 fs/cifs/cifsglob.h    |   28 +-
 fs/cifs/cifsproto.h   |    8 +-
 fs/cifs/cifssmb.c     |  219 ++++++---
 fs/cifs/file.c        | 1041 +++++++++++++----------------------------
 fs/cifs/misc.c        |  109 -----
 fs/cifs/smb2ops.c     |  188 ++++----
 fs/cifs/smb2pdu.c     |   12 +-
 fs/cifs/transport.c   |   41 +-
 include/linux/uio.h   |    7 +
 lib/iov_iter.c        |  136 ++++++
 12 files changed, 746 insertions(+), 1086 deletions(-)



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

end of thread, other threads:[~2022-01-07 17:36 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-06 21:31 [RFC][PATCH v2 0/3] cifs: In-progress conversion to use iov_iters instead of page lists David Howells
2022-01-06 21:32 ` [PATCH v2 1/3] cifs: Use netfslib David Howells
2022-01-06 21:32 ` [PATCH v2 2/3] cifs: Reverse the way iov_iters are used in reading David Howells
2022-01-07 14:35   ` kernel test robot
2022-01-07 14:35     ` kernel test robot
2022-01-06 21:32 ` [PATCH v2 3/3] cifs: Eliminate pages list from cifs_readdata, cifs_writedata and smb_rqst David Howells
2022-01-07 17:32   ` kernel test robot
2022-01-07 17:32     ` kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.