]> www.infradead.org Git - users/jedix/linux-maple.git/commit
cifsd: add server handler for central processing and tranport layers
authorNamjae Jeon <namjae.jeon@samsung.com>
Tue, 16 Mar 2021 04:07:11 +0000 (13:07 +0900)
committerSteve French <stfrench@microsoft.com>
Mon, 19 Apr 2021 00:20:48 +0000 (19:20 -0500)
commit636e6ab93d573de7cda52ab7f7d926dfe8338513
treef72ba02b3e1877676386d136e65543d6b24dae01
parentbf05bf16c76bb44ab5156223e1e58e26dfe30a88
cifsd: add server handler for central processing and tranport layers

This adds server handler for central processing,
transport layers(tcp, rdma, ipc) and a document describing cifsd
architecture.

Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com>
Signed-off-by: Sergey Senozhatsky <sergey.senozhatsky@gmail.com>
Signed-off-by: Hyunchul Lee <hyc.lee@gmail.com>
Acked-by: Ronnie Sahlberg <lsahlber@redhat.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
15 files changed:
Documentation/filesystems/cifs/cifsd.rst [new file with mode: 0644]
fs/cifsd/connection.c [new file with mode: 0644]
fs/cifsd/connection.h [new file with mode: 0644]
fs/cifsd/glob.h [new file with mode: 0644]
fs/cifsd/ksmbd_server.h [new file with mode: 0644]
fs/cifsd/ksmbd_work.c [new file with mode: 0644]
fs/cifsd/ksmbd_work.h [new file with mode: 0644]
fs/cifsd/server.c [new file with mode: 0644]
fs/cifsd/server.h [new file with mode: 0644]
fs/cifsd/transport_ipc.c [new file with mode: 0644]
fs/cifsd/transport_ipc.h [new file with mode: 0644]
fs/cifsd/transport_rdma.c [new file with mode: 0644]
fs/cifsd/transport_rdma.h [new file with mode: 0644]
fs/cifsd/transport_tcp.c [new file with mode: 0644]
fs/cifsd/transport_tcp.h [new file with mode: 0644]