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>
Showing
fs/cifsd/connection.c
0 → 100644
fs/cifsd/connection.h
0 → 100644
fs/cifsd/glob.h
0 → 100644
fs/cifsd/ksmbd_server.h
0 → 100644
fs/cifsd/ksmbd_work.c
0 → 100644
fs/cifsd/ksmbd_work.h
0 → 100644
fs/cifsd/server.c
0 → 100644
This diff is collapsed.
fs/cifsd/server.h
0 → 100644
fs/cifsd/transport_ipc.c
0 → 100644
This diff is collapsed.
fs/cifsd/transport_ipc.h
0 → 100644
fs/cifsd/transport_rdma.c
0 → 100644
This diff is collapsed.
fs/cifsd/transport_rdma.h
0 → 100644
fs/cifsd/transport_tcp.c
0 → 100644
This diff is collapsed.
fs/cifsd/transport_tcp.h
0 → 100644
Please register or sign in to comment