aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ksmbd/oplock.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-31ksmbd: fix racy issue while destroying session on multichannelNamjae Jeon1-5/+6
2022-07-31ksmbd: use wait_event instead of schedule_timeout()Namjae Jeon1-13/+22
2022-04-14ksmbd: remove filename in ksmbd_fileNamjae Jeon1-30/+0
2022-03-31smb3: fix ksmbd bigendian bug in oplock break, and move its struct to smbfs_commonSteve French1-2/+2
2021-11-11ksmbd: change LeaseKey data type to u8 arrayNamjae Jeon1-15/+9
2021-11-11ksmbd: remove smb2_buf_length in smb2_hdrNamjae Jeon1-12/+12
2021-09-30ksmbd: add buffer validation for SMB2_CREATE_CONTEXTHyunchul Lee1-10/+31
2021-09-03ksmbd: fix translation in create_posix_rsp_buf()Christian Brauner1-2/+4
2021-07-13ksmbd: remove unneeded check_context_errNamjae Jeon1-1/+2
2021-07-10ksmbd: make smb2_find_context_vals return NULL if not foundHyunchul Lee1-1/+1
2021-07-05ksmbd: call mnt_user_ns once in a functionHyunchul Lee1-2/+3
2021-07-02ksmbd: add user namespace supportHyunchul Lee1-2/+2
2021-06-30ksmbd: remove SMB1 oplock level macrosNamjae Jeon1-1/+1
2021-06-29ksmbd: opencode to remove ATTR_FP macroNamjae Jeon1-1/+3
2021-06-29ksmbd: opencode to remove FP_INODE macroNamjae Jeon1-1/+1
2021-06-29ksmbd: remove and replace macros with inline functions in smb_common.hHyunchul Lee1-2/+4
2021-06-28ksmbd: move fs/cifsd to fs/ksmbdNamjae Jeon1-0/+1703