linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Steve French <smfrench@gmail.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Namjae Jeon <linkinjeon@kernel.org>,
	CIFS <linux-cifs@vger.kernel.org>,
	LKML <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] ksmbd fixes
Date: Thu, 20 Jan 2022 00:14:38 -0600	[thread overview]
Message-ID: <CAH2r5mthCbxAM-OOjwK01YGiqU7SMexco1vgTFp6tcC-XHAbVw@mail.gmail.com> (raw)

Please pull the following changes since commit
fc74e0a40e4f9fd0468e34045b0c45bba11dcbb2:

  Linux 5.16-rc7 (2021-12-26 13:17:17 -0800)

are available in the Git repository at:

  git://git.samba.org/ksmbd.git tags/5.17-rc-ksmbd-server-fixes

for you to fetch changes up to ac090d9c90b087d6fb714e54b2a6dd1e6c373ed6:

  ksmbd: fix guest connection failure with nautilus (2022-01-18 16:53:20 -0600)

----------------------------------------------------------------
23 ksmbd server fixes, 2 for stable
- authentication fix
- 7 RDMA (smbdirect) fixes (including fix for a memory corruption, and
some performance improvements)
- multiple improvements for multichannel
- misc fixes including for 3 for crediting (flow control) improvements
- 5 cleanup fixes, including 3 kernel doc fixes

Regression test results:
http://smb3-test-rhel-75.southcentralus.cloudapp.azure.com/#/builders/8/builds/98
----------------------------------------------------------------
Dan Carpenter (1):
      ksmbd: uninitialized variable in create_socket()

Hyunchul Lee (6):
      ksmbd: use oid registry functions to decode OIDs
      ksmbd: register ksmbd ib client with ib_register_client()
      ksmbd: smbd: call rdma_accept() under CM handler
      ksmbd: smbd: create MR pool
      ksmbd: smbd: change the default maximum read/write, receive size
      ksmbd: smbd: fix missing client's memory region invalidation

Marios Makassikis (2):
      ksmbd: Remove unused parameter from smb2_get_name()
      ksmbd: Remove unused fields from ksmbd_file struct definition

Namjae Jeon (9):
      ksmbd: set RSS capable in FSCTL_QUERY_NETWORK_INTERFACE_INFO
      ksmbd: set both ipv4 and ipv6 in FSCTL_QUERY_NETWORK_INTERFACE_INFO
      ksmbd: fix multi session connection failure
      ksmbd: set 445 port to smbdirect port by default
      ksmbd: add support for smb2 max credit parameter
      ksmbd: move credit charge deduction under processing request
      ksmbd: limits exceeding the maximum allowable outstanding requests
      ksmbd: add reserved room in ipc request/response
      ksmbd: fix guest connection failure with nautilus

Yang Li (4):
      ksmbd: Fix buffer_check_err() kernel-doc comment
      ksmbd: Fix smb2_set_info_file() kernel-doc comment
      ksmbd: Delete an invalid argument description in
smb2_populate_readdir_entry()
      ksmbd: Fix smb2_get_name() kernel-doc comment

Yufan Chen (1):
      ksmbd: add smb-direct shutdown

 fs/ksmbd/asn1.c              | 142 +++++--------------------------
 fs/ksmbd/auth.c              |  27 +++---
 fs/ksmbd/auth.h              |  10 +--
 fs/ksmbd/connection.c        |  10 ++-
 fs/ksmbd/connection.h        |  12 +--
 fs/ksmbd/ksmbd_netlink.h     |  12 ++-
 fs/ksmbd/mgmt/user_config.c  |  10 +++
 fs/ksmbd/mgmt/user_config.h  |   1 +
 fs/ksmbd/mgmt/user_session.h |   1 -
 fs/ksmbd/smb2misc.c          |  18 ++--
 fs/ksmbd/smb2ops.c           |  16 +++-
 fs/ksmbd/smb2pdu.c           | 222
++++++++++++++++++++++++++----------------------
 fs/ksmbd/smb2pdu.h           |   1 +
 fs/ksmbd/smb_common.h        |   1 +
 fs/ksmbd/transport_ipc.c     |   2 +
 fs/ksmbd/transport_rdma.c    | 261
++++++++++++++++++++++++++++++++++++++++++++-------------
 fs/ksmbd/transport_rdma.h    |   4 +-
 fs/ksmbd/transport_tcp.c     |   3 +-
 fs/ksmbd/vfs_cache.h         |  10 ---
 19 files changed, 429 insertions(+), 334 deletions(-)

-- 
Thanks,

Steve

             reply	other threads:[~2022-01-20  6:15 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-20  6:14 Steve French [this message]
2022-01-20 11:59 ` [GIT PULL] ksmbd fixes pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2024-05-08 15:19 Steve French
2024-05-08 17:46 ` pr-tracker-bot
2023-12-12  4:44 Steve French
2023-12-12 19:13 ` pr-tracker-bot
2021-12-24  0:45 Steve French
2021-12-24  1:22 ` pr-tracker-bot
2021-11-12 16:19 Steve French
2021-11-13 19:44 ` pr-tracker-bot
2021-10-23 15:06 Steve French
2021-10-24 17:12 ` pr-tracker-bot
2021-10-09  4:59 Steve French
2021-10-09 22:05 ` pr-tracker-bot
2021-09-09 21:59 Steve French
2021-09-09 23:18 ` Steve French
2021-09-09 23:21 ` Linus Torvalds
2021-09-09 23:23 ` pr-tracker-bot

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=CAH2r5mthCbxAM-OOjwK01YGiqU7SMexco1vgTFp6tcC-XHAbVw@mail.gmail.com \
    --to=smfrench@gmail.com \
    --cc=linkinjeon@kernel.org \
    --cc=linux-cifs@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.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;
as well as URLs for NNTP newsgroup(s).