linux-cifs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 5.15.y 0/4] ksmbd stable patches for 5.15.y
@ 2022-01-21 23:53 Namjae Jeon
  2022-01-21 23:53 ` [PATCH 5.15.y 1/4] ksmbd: add support for smb2 max credit parameter Namjae Jeon
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Namjae Jeon @ 2022-01-21 23:53 UTC (permalink / raw)
  To: gregkh; +Cc: stable, smfrench, linux-cifs, Namjae Jeon

These patches include 2 patches to run the recently updated
ksmbd.mountd(3.4.4) and 2 other patches to fix issues to avoid out of
memory issues caused by many outstanding smb2 locks. These are
important patches applied to linux-5.17-rc1, but they cannot be applied
to the stable kernel, so they are sent as separately backported patches.

Namjae Jeon (4):
  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

 fs/ksmbd/connection.c    |  1 +
 fs/ksmbd/connection.h    |  4 ++--
 fs/ksmbd/ksmbd_netlink.h | 12 +++++++++++-
 fs/ksmbd/smb2misc.c      | 18 ++++++++++++------
 fs/ksmbd/smb2ops.c       | 16 ++++++++++++----
 fs/ksmbd/smb2pdu.c       | 25 +++++++++++++++----------
 fs/ksmbd/smb2pdu.h       |  1 +
 fs/ksmbd/smb_common.h    |  1 +
 fs/ksmbd/transport_ipc.c |  2 ++
 9 files changed, 57 insertions(+), 23 deletions(-)

-- 
2.25.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-01-23 14:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-21 23:53 [PATCH 5.15.y 0/4] ksmbd stable patches for 5.15.y Namjae Jeon
2022-01-21 23:53 ` [PATCH 5.15.y 1/4] ksmbd: add support for smb2 max credit parameter Namjae Jeon
2022-01-21 23:53 ` [PATCH 5.15.y 2/4] ksmbd: move credit charge deduction under processing request Namjae Jeon
2022-01-21 23:53 ` [PATCH 5.15.y 3/4] ksmbd: limits exceeding the maximum allowable outstanding requests Namjae Jeon
2022-01-21 23:53 ` [PATCH 5.15.y 4/4] ksmbd: add reserved room in ipc request/response Namjae Jeon
2022-01-23 14:19 ` [PATCH 5.15.y 0/4] ksmbd stable patches for 5.15.y Greg KH

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).