From: Volker Lendecke <vl@samba.org>
To: linux-cifs@vger.kernel.org
Cc: Volker Lendecke <vl@samba.org>
Subject: [PATCH 00/10] Some cleanups for fs/cifs
Date: Wed, 15 Mar 2023 13:05:21 +0000 [thread overview]
Message-ID: <cover.1678885349.git.vl@samba.org> (raw)
These are some cleanups and simplifications to fs/cifs which helped me
understand the code a bit better.
Volker Lendecke (10):
cifs: Simplify some callers of compound_send_recv()
cifs: Make "resp_buf_type" initialization consistent
cifs: Slightly simplify cifs_readdir()
cifs: Slightly simplify cifs_readdir()
cifs: Simplify SMB2_OP_RMDIR with CREATE_DELETE_ON_CLOSE
cifs: Slightly refactor smb2_compound_op()
cifs: Reduce copy&paste in smb2_compound_op()
cifs: Avoid two "else" branches
cifs: Store smb3_create_tag_posix just once
cifs: Use switch/case to dissect negprot reply ctxts
fs/cifs/cached_dir.c | 1 -
fs/cifs/cifssmb.c | 6 +-
fs/cifs/readdir.c | 6 +-
fs/cifs/smb2inode.c | 163 +++++++++++++------------------------------
fs/cifs/smb2ops.c | 7 --
fs/cifs/smb2pdu.c | 92 ++++++++++--------------
6 files changed, 91 insertions(+), 184 deletions(-)
--
2.30.2
next reply other threads:[~2023-03-15 13:05 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-15 13:05 Volker Lendecke [this message]
2023-03-15 13:05 ` [PATCH 01/10] cifs: Simplify some callers of compound_send_recv() Volker Lendecke
2023-03-15 13:05 ` [PATCH 02/10] cifs: Make "resp_buf_type" initialization consistent Volker Lendecke
2023-03-15 19:33 ` kernel test robot
2023-03-20 5:57 ` Dan Carpenter
2023-03-15 13:05 ` [PATCH 03/10] cifs: Slightly simplify cifs_readdir() Volker Lendecke
2023-03-15 13:05 ` [PATCH 04/10] " Volker Lendecke
2023-03-15 13:05 ` [PATCH 05/10] cifs: Simplify SMB2_OP_RMDIR with CREATE_DELETE_ON_CLOSE Volker Lendecke
2023-03-15 13:05 ` [PATCH 06/10] cifs: Slightly refactor smb2_compound_op() Volker Lendecke
2023-03-15 13:05 ` [PATCH 07/10] cifs: Reduce copy&paste in smb2_compound_op() Volker Lendecke
2023-03-15 13:05 ` [PATCH 08/10] cifs: Avoid two "else" branches Volker Lendecke
2023-03-15 13:05 ` [PATCH 09/10] cifs: Store smb3_create_tag_posix just once Volker Lendecke
2023-03-15 13:05 ` [PATCH 10/10] cifs: Use switch/case to dissect negprot reply ctxts Volker Lendecke
2023-03-15 14:49 ` [PATCH 00/10] Some cleanups for fs/cifs Tom Talpey
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=cover.1678885349.git.vl@samba.org \
--to=vl@samba.org \
--cc=linux-cifs@vger.kernel.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 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.