[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAH2r5ms4eeQy-2bu_5BxFAW=GUR7T4VWM9khi7F0Hc-RSb8Uew@mail.gmail.com>
Date: Wed, 1 Jun 2022 01:20:28 -0500
From: Steve French <smfrench@...il.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Namjae Jeon <linkinjeon@...nel.org>,
CIFS <linux-cifs@...r.kernel.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] ksmbd server fixes
Please pull the following changes since commit
c5eb0a61238dd6faf37f58c9ce61c9980aaffd7a:
Linux 5.18-rc6 (2022-05-08 13:54:17 -0700)
are available in the Git repository at:
git://git.samba.org/ksmbd.git tags/5.19-rc-ksmbd-server-fixes
for you to fetch changes up to 621433b7e25d6d42e5f75bd8c4a62d6c7251511b:
ksmbd: smbd: relax the count of sges required (2022-05-27 21:31:20 -0500)
----------------------------------------------------------------
fourteen smb3 server fixes:
- 8 RDMA (smbdirect) fixes, cleanup and optimizations
- crediting (flow control) fix for mounts from Windows client
- ACL fix
- 2 cleanup fix
- Windows client query dir fix
- Write validation fix
----------------------------------------------------------------
Hyunchul Lee (8):
ksmbd: smbd: change prototypes of RDMA read/write related functions
ksmbd: smbd: introduce read/write credits for RDMA read/write
ksmbd: smbd: simplify tracking pending packets
ksmbd: smbd: change the return value of get_sg_list
ksmbd: smbd: handle multiple Buffer descriptors
ksmbd: smbd: fix connection dropped issue
ksmbd: fix outstanding credits related bugs
ksmbd: smbd: relax the count of sges required
Marios Makassikis (1):
ksmbd: validate length in smb2_write()
Namjae Jeon (3):
ksmbd: handle smb2 query dir request for OutputBufferLength that
is too small
ksmbd: add smbd max io size parameter
ksmbd: fix wrong smbd max read/write size check
Xin Xiong (1):
ksmbd: fix reference count leak in smb_check_perm_dacl()
Yang Li (1):
ksmbd: Fix some kernel-doc comments
fs/ksmbd/connection.c | 22 ++--
fs/ksmbd/connection.h | 27 ++--
fs/ksmbd/ksmbd_netlink.h | 3 +-
fs/ksmbd/misc.c | 10 +-
fs/ksmbd/smb2misc.c | 2 +-
fs/ksmbd/smb2pdu.c | 126 ++++++++++---------
fs/ksmbd/smb_common.c | 4 +-
fs/ksmbd/smbacl.c | 1 +
fs/ksmbd/transport_ipc.c | 3 +
fs/ksmbd/transport_rdma.c | 363
++++++++++++++++++++++++++++++++----------------------
fs/ksmbd/transport_rdma.h | 8 ++
11 files changed, 325 insertions(+), 244 deletions(-)
--
Thanks,
Steve
Powered by blists - more mailing lists