1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-23 00:20:52 -05:00
linux/fs/ksmbd
Hyunchul Lee 621433b7e2 ksmbd: smbd: relax the count of sges required
Remove the condition that the count of sges
must be greater than or equal to
SMB_DIRECT_MAX_SEND_SGES(8).
Because ksmbd needs sges only for SMB direct
header, SMB2 transform header, SMB2 response,
and optional payload.

Signed-off-by: Hyunchul Lee <hyc.lee@gmail.com>
Acked-by: Namjae Jeon <linkinjeon@kernel.org>
Reviewed-by: Tom Talpey <tom@talpey.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
2022-05-27 21:31:20 -05:00
..
mgmt
asn1.c
asn1.h
auth.c
auth.h
connection.c ksmbd: fix outstanding credits related bugs 2022-05-21 15:01:43 -05:00
connection.h ksmbd: smbd: change prototypes of RDMA read/write related functions 2022-05-21 15:01:19 -05:00
crypto_ctx.c
crypto_ctx.h
glob.h
Kconfig
ksmbd_netlink.h ksmbd: add smbd max io size parameter 2022-05-21 15:01:43 -05:00
ksmbd_spnego_negtokeninit.asn1
ksmbd_spnego_negtokentarg.asn1
ksmbd_work.c
ksmbd_work.h
Makefile
misc.c ksmbd: Fix some kernel-doc comments 2022-05-21 15:01:43 -05:00
misc.h
ndr.c
ndr.h
nterr.h
ntlmssp.h
oplock.c
oplock.h
server.c
server.h
smb2misc.c ksmbd: fix outstanding credits related bugs 2022-05-21 15:01:43 -05:00
smb2ops.c
smb2pdu.c ksmbd: fix wrong smbd max read/write size check 2022-05-21 15:01:43 -05:00
smb2pdu.h
smb_common.c ksmbd: fix outstanding credits related bugs 2022-05-21 15:01:43 -05:00
smb_common.h
smbacl.c
smbacl.h
smbfsctl.h
smbstatus.h
transport_ipc.c ksmbd: add smbd max io size parameter 2022-05-21 15:01:43 -05:00
transport_ipc.h
transport_rdma.c ksmbd: smbd: relax the count of sges required 2022-05-27 21:31:20 -05:00
transport_rdma.h ksmbd: fix wrong smbd max read/write size check 2022-05-21 15:01:43 -05:00
transport_tcp.c
transport_tcp.h
unicode.c
unicode.h
uniupr.h
vfs.c
vfs.h
vfs_cache.c
vfs_cache.h
xattr.h