summaryrefslogtreecommitdiff
path: root/fs/ksmbd/connection.c
Commit message (Expand)AuthorAgeFilesLines
* ksmbd: fix racy issue from smb2 close and logoff with multichannelNamjae Jeon2023-05-171-13/+41
* ksmbd: fix racy issue from session setup and logoffNamjae Jeon2023-05-171-7/+7
* ksmbd: do not call kvmalloc() with __GFP_NORETRY | __GFP_NO_WARNMarios Makassikis2023-04-131-4/+1
* ksmbd: return unsupported error on smb1 mountNamjae Jeon2023-03-301-5/+2
* ksmbd: don't terminate inactive sessions after a few secondsNamjae Jeon2023-03-301-2/+2
* ksmbd: limit pdu length size according to connection statusNamjae Jeon2023-02-011-2/+15
* ksmbd: fix infinite loop in ksmbd_conn_handler_loop()Namjae Jeon2023-01-121-2/+5
* ksmbd: casefold utf-8 share names and fix ascii lowercase conversionAtte Heikkilä2022-10-051-0/+8
* ksmbd: use wait_event instead of schedule_timeout()Namjae Jeon2022-07-311-3/+3
* ksmbd: replace sessions list in connection with xarrayNamjae Jeon2022-07-261-1/+2
* ksmbd: fix outstanding credits related bugsHyunchul Lee2022-05-211-1/+1
* ksmbd: smbd: change prototypes of RDMA read/write related functionsHyunchul Lee2022-05-211-10/+10
* ksmbd: add smb-direct shutdownYufan Chen2022-01-101-1/+8
* ksmbd: limits exceeding the maximum allowable outstanding requestsNamjae Jeon2022-01-101-0/+1
* ksmbd: remove smb2_buf_length in smb2_transform_hdrNamjae Jeon2021-11-111-1/+1
* ksmbd: remove smb2_buf_length in smb2_hdrNamjae Jeon2021-11-111-5/+4
* ksmbd: improve credits managementHyunchul Lee2021-10-131-0/+2
* ksmbd: add the check to vaildate if stream protocol length exceeds maximum valueNamjae Jeon2021-10-061-4/+6
* ksmbd: fix typo in commentNamjae Jeon2021-07-151-1/+1
* ksmbd: fix an error message in ksmbd_conn_trasnport_initHyunchul Lee2021-07-131-1/+1
* ksmbd: free ksmbd_lock when file is closedHyunchul Lee2021-07-101-2/+5
* ksmbd: fix the running request count decrementHyunchul Lee2021-07-101-1/+2
* ksmbd: move fs/cifsd to fs/ksmbdNamjae Jeon2021-06-281-0/+409