summaryrefslogtreecommitdiff
path: root/fs/ksmbd/connection.h
AgeCommit message (Expand)AuthorFilesLines
2023-05-24smb: move client and server files to common directory fs/smbSteve French1-231/+0
2023-05-03ksmbd: fix racy issue from smb2 close and logoff with multichannelNamjae Jeon1-3/+16
2023-05-03ksmbd: fix racy issue from session setup and logoffNamjae Jeon1-16/+23
2023-03-22ksmbd: don't terminate inactive sessions after a few secondsNamjae Jeon1-1/+2
2022-10-05ksmbd: make utf-8 file name comparison work in __caseless_lookup()Atte Heikkilä1-0/+1
2022-10-05ksmbd: casefold utf-8 share names and fix ascii lowercase conversionAtte Heikkilä1-0/+1
2022-07-31ksmbd: fix racy issue while destroying session on multichannelNamjae Jeon1-7/+0
2022-07-31ksmbd: use wait_event instead of schedule_timeout()Namjae Jeon1-0/+1
2022-07-26ksmbd: replace sessions list in connection with xarrayNamjae Jeon1-1/+1
2022-05-21ksmbd: smbd: change prototypes of RDMA read/write related functionsHyunchul Lee1-11/+16
2022-01-10ksmbd: add smb-direct shutdownYufan Chen1-0/+1
2022-01-10ksmbd: limits exceeding the maximum allowable outstanding requestsNamjae Jeon1-1/+2
2022-01-10ksmbd: add support for smb2 max credit parameterNamjae Jeon1-1/+0
2021-12-28ksmbd: fix multi session connection failureNamjae Jeon1-6/+1
2021-07-22ksmbd: add support for negotiating signing algorithmNamjae Jeon1-0/+2
2021-07-10ksmbd: free ksmbd_lock when file is closedHyunchul Lee1-0/+6
2021-06-28ksmbd: move fs/cifsd to fs/ksmbdNamjae Jeon1-0/+205