summaryrefslogtreecommitdiff
path: root/fs/ksmbd/connection.c
AgeCommit message (Expand)Author
2023-05-24smb: move client and server files to common directory fs/smbSteve French
2023-05-16ksmbd: allocate one more byte for implied bcc[0]Chih-Yen Chang
2023-05-03ksmbd: fix racy issue from smb2 close and logoff with multichannelNamjae Jeon
2023-05-03ksmbd: fix racy issue from session setup and logoffNamjae Jeon
2023-04-02ksmbd: delete asynchronous work from listNamjae Jeon
2023-03-25ksmbd: do not call kvmalloc() with __GFP_NORETRY | __GFP_NO_WARNMarios Makassikis
2023-03-24ksmbd: return unsupported error on smb1 mountNamjae Jeon
2023-03-22ksmbd: don't terminate inactive sessions after a few secondsNamjae Jeon
2023-01-30ksmbd: Fix spelling mistake "excceed" -> "exceeded"Colin Ian King
2023-01-30ksmbd: fix typo, syncronous->synchronousDawei Li
2023-01-25ksmbd: limit pdu length size according to connection statusNamjae Jeon
2023-01-01ksmbd: fix infinite loop in ksmbd_conn_handler_loop()Namjae Jeon
2022-10-05ksmbd: casefold utf-8 share names and fix ascii lowercase conversionAtte Heikkilä
2022-07-31ksmbd: use wait_event instead of schedule_timeout()Namjae Jeon
2022-07-26ksmbd: replace sessions list in connection with xarrayNamjae Jeon
2022-05-21ksmbd: fix outstanding credits related bugsHyunchul Lee
2022-05-21ksmbd: smbd: change prototypes of RDMA read/write related functionsHyunchul Lee
2022-01-10ksmbd: add smb-direct shutdownYufan Chen
2022-01-10ksmbd: limits exceeding the maximum allowable outstanding requestsNamjae Jeon
2021-11-11ksmbd: remove smb2_buf_length in smb2_transform_hdrNamjae Jeon
2021-11-11ksmbd: remove smb2_buf_length in smb2_hdrNamjae Jeon
2021-10-13ksmbd: improve credits managementHyunchul Lee
2021-10-06ksmbd: add the check to vaildate if stream protocol length exceeds maximum valueNamjae Jeon
2021-07-15ksmbd: fix typo in commentNamjae Jeon
2021-07-13ksmbd: fix an error message in ksmbd_conn_trasnport_initHyunchul Lee
2021-07-10ksmbd: free ksmbd_lock when file is closedHyunchul Lee
2021-07-10ksmbd: fix the running request count decrementHyunchul Lee
2021-06-28ksmbd: move fs/cifsd to fs/ksmbdNamjae Jeon