commit | bf8acc9e10e21c28452dfa067a7d31e6067104b1 | [log] [tgz] |
---|---|---|
author | Hyunchul Lee <hyc.lee@gmail.com> | Thu Oct 07 16:26:58 2021 +0900 |
committer | Steve French <stfrench@microsoft.com> | Wed Oct 13 23:37:19 2021 -0500 |
tree | e1b7e8d3fdd4a7382f85277c7ae354bce1f5689a | |
parent | f7db8fd03a4bc5baf70ccf8978fe17cb54368b97 [diff] |
ksmbd: improve credits management * Requests except READ, WRITE, IOCTL, INFO, QUERY DIRECOTRY, CANCEL must consume one credit. * If client's granted credits are insufficient, refuse to handle requests. * Windows server 2016 or later grant up to 8192 credits to clients at once. Acked-by: Namjae Jeon <linkinjeon@kernel.org> Signed-off-by: Hyunchul Lee <hyc.lee@gmail.com> Signed-off-by: Steve French <stfrench@microsoft.com>