Linux CIFS filesystem development
 help / color / mirror / Atom feed
* [PATCH 0/5] Move protocol specific transport code to ops struct
@ 2012-05-17 15:43 Pavel Shilovsky
       [not found] ` <1337269424-9494-1-git-send-email-piastry-7qunaywFIewox3rIn2DAYQ@public.gmane.org>
  0 siblings, 1 reply; 20+ messages in thread
From: Pavel Shilovsky @ 2012-05-17 15:43 UTC (permalink / raw)
  To: linux-cifs-u79uwXL29TY76Z2rM5mHXA

Here is yet another patchset that is targeted to make existing cifs code
more protocol independent and let us add new protocols easily further.

It can be merge as soons as got reviewed and ok for 3.5.

Pavel Shilovsky (5):
  CIFS: Move protocol specific part from SendReceive2 to ops struct
  CIFS: Move header_size/max_header_size to ops structure
  CIFS: Move protocol specific part from cifs_readv_receive to ops
    struct
  CIFS: Move protocol specific demultiplex thread calls to ops struct
  CIFS: Move add/set_credits and get_credits_field to ops structure

 fs/cifs/cifsglob.h  |   45 +++++++++++++++++++----------
 fs/cifs/cifsproto.h |    5 +--
 fs/cifs/cifssmb.c   |   39 ++++++-------------------
 fs/cifs/connect.c   |   44 ++++++++--------------------
 fs/cifs/misc.c      |   19 ------------
 fs/cifs/smb1ops.c   |   78 +++++++++++++++++++++++++++++++++++++++++++++++++++
 fs/cifs/transport.c |   10 ++++--
 7 files changed, 138 insertions(+), 102 deletions(-)

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

end of thread, other threads:[~2012-05-19 14:50 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-17 15:43 [PATCH 0/5] Move protocol specific transport code to ops struct Pavel Shilovsky
     [not found] ` <1337269424-9494-1-git-send-email-piastry-7qunaywFIewox3rIn2DAYQ@public.gmane.org>
2012-05-17 15:43   ` [PATCH 1/5] CIFS: Move protocol specific part from SendReceive2 " Pavel Shilovsky
     [not found]     ` <1337269424-9494-2-git-send-email-piastry-7qunaywFIewox3rIn2DAYQ@public.gmane.org>
2012-05-17 17:44       ` Shirish Pargaonkar
2012-05-18 16:35       ` Jeff Layton
2012-05-17 15:43   ` [PATCH 2/5] CIFS: Move header_size/max_header_size to ops structure Pavel Shilovsky
     [not found]     ` <1337269424-9494-3-git-send-email-piastry-7qunaywFIewox3rIn2DAYQ@public.gmane.org>
2012-05-17 17:44       ` Shirish Pargaonkar
2012-05-18 16:38       ` Jeff Layton
2012-05-17 15:43   ` [PATCH 3/5] CIFS: Move protocol specific part from cifs_readv_receive to ops struct Pavel Shilovsky
     [not found]     ` <1337269424-9494-4-git-send-email-piastry-7qunaywFIewox3rIn2DAYQ@public.gmane.org>
2012-05-17 17:45       ` Shirish Pargaonkar
2012-05-18 16:43       ` Jeff Layton
2012-05-17 15:43   ` [PATCH 4/5] CIFS: Move protocol specific demultiplex thread calls " Pavel Shilovsky
     [not found]     ` <1337269424-9494-5-git-send-email-piastry-7qunaywFIewox3rIn2DAYQ@public.gmane.org>
2012-05-17 17:45       ` Shirish Pargaonkar
2012-05-18 16:51       ` Jeff Layton
     [not found]         ` <20120518125153.03c3ab34-4QP7MXygkU+dMjc06nkz3ljfA9RmPOcC@public.gmane.org>
2012-05-19  6:51           ` Pavel Shilovsky
2012-05-17 15:43   ` [PATCH 5/5] CIFS: Move add/set_credits and get_credits_field to ops structure Pavel Shilovsky
     [not found]     ` <1337269424-9494-6-git-send-email-piastry-7qunaywFIewox3rIn2DAYQ@public.gmane.org>
2012-05-17 17:45       ` Shirish Pargaonkar
2012-05-18 16:54       ` Jeff Layton
     [not found]         ` <20120518125439.23525985-4QP7MXygkU+dMjc06nkz3ljfA9RmPOcC@public.gmane.org>
2012-05-19  5:47           ` Pavel Shilovsky
     [not found]             ` <CAKywueSTd4WUhg6YJNXAnnxtvUbDegCdD6B2Zk=TXRhVRAhBzg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2012-05-19 14:50               ` Steve French
2012-05-17 16:16   ` [PATCH 0/5] Move protocol specific transport code to ops struct Steve French

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox