From: Pavel Shilovsky <piastryyy-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: linux-cifs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [v5 PATCH 0/5] Simplify demultiplex thread
Date: Mon, 1 Aug 2011 13:19:39 +0400 [thread overview]
Message-ID: <1312190384-3376-1-git-send-email-piastryyy@gmail.com> (raw)
This patchset is going to make demultiplex code smaller and let us intergrate SMB2 protocol support easier further.
I successfully tested it with Connectathon Testsuites and two parallel mount/umount scripts.
This is the 5rd version of the patchset, rebased to current master.
Pavel Shilovsky (5):
CIFS: Move buffer allocation to a separate function
CIFS: Simplify socket reading in demultiplex thread
CIFS: Move RFC1002 check to a separate function
CIFS: Move mid search to a separate function
CIFS: Cleanup demupltiplex thread exiting code
fs/cifs/connect.c | 653 ++++++++++++++++++++++++++++-------------------------
1 files changed, 346 insertions(+), 307 deletions(-)
next reply other threads:[~2011-08-01 9:19 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-01 9:19 Pavel Shilovsky [this message]
[not found] ` <1312190384-3376-1-git-send-email-piastryyy-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2011-08-01 9:19 ` [v5 PATCH 1/5] CIFS: Move buffer allocation to a separate function Pavel Shilovsky
[not found] ` <1312190384-3376-2-git-send-email-piastryyy-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2011-08-01 12:36 ` Steve French
[not found] ` <CAH2r5mvuUPHkBGNKLXAAUsWx5Vv3gmy=hnYM-z48=0sOBaVRnA-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2011-08-01 17:42 ` Pavel Shilovsky
2011-08-01 9:19 ` [v5 PATCH 2/5] CIFS: Simplify socket reading in demultiplex thread Pavel Shilovsky
2011-08-01 9:19 ` [v5 PATCH 3/5] CIFS: Move RFC1002 check to a separate function Pavel Shilovsky
2011-08-01 9:19 ` [v5 PATCH 4/5] CIFS: Move mid search " Pavel Shilovsky
2011-08-01 9:19 ` [v5 PATCH 5/5] CIFS: Cleanup demupltiplex thread exiting code Pavel Shilovsky
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1312190384-3376-1-git-send-email-piastryyy@gmail.com \
--to=piastryyy-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
--cc=linux-cifs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox