[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAH2r5msORKXoRLDHnu8H62W7ryRf2AdV4b-4R_3w=ep2g+yzsg@mail.gmail.com>
Date: Wed, 18 Dec 2024 17:40:56 -0600
From: Steve French <smfrench@...il.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: LKML <linux-kernel@...r.kernel.org>, Namjae Jeon <linkinjeon@...nel.org>,
CIFS <linux-cifs@...r.kernel.org>
Subject: [GIT PULL] ksmbd server fixes
Please pull the following changes since commit
78d4f34e2115b517bcbfe7ec0d018bbbb6f9b0b8:
Linux 6.13-rc3 (2024-12-15 15:58:23 -0800)
are available in the Git repository at:
git://git.samba.org/ksmbd.git tags/v6.13-rc3-ksmbd-server-fixes
for you to fetch changes up to fe4ed2f09b492e3507615a053814daa8fafdecb1:
ksmbd: conn lock to serialize smb2 negotiate (2024-12-15 22:20:03 -0600)
----------------------------------------------------------------
three kernel server fixes
- Two fixes for better handling maximum outstanding requests
- Fix simultaneous negotiate protocol race
----------------------------------------------------------------
Marios Makassikis (2):
ksmbd: count all requests in req_running counter
ksmbd: fix broken transfers when exceeding max simultaneous operations
Namjae Jeon (1):
ksmbd: conn lock to serialize smb2 negotiate
fs/smb/server/connection.c | 18 ++++++++++++++----
fs/smb/server/connection.h | 1 -
fs/smb/server/server.c | 7 +------
fs/smb/server/server.h | 1 +
fs/smb/server/smb2pdu.c | 2 ++
fs/smb/server/transport_ipc.c | 5 ++++-
6 files changed, 22 insertions(+), 12 deletions(-)
--
Thanks,
Steve
Powered by blists - more mailing lists