summaryrefslogtreecommitdiff
path: root/fs/ksmbd/oplock.c
AgeCommit message (Expand)Author
2023-05-24smb: move client and server files to common directory fs/smbSteve French
2023-05-16ksmbd: fix global-out-of-bounds in smb2_find_context_valsChih-Yen Chang
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner
2022-10-05ksmbd: set file permission mode to match Samba server posix extension behaviorNamjae Jeon
2022-10-05ksmbd: change security id to the one samba used for posix extensionNamjae Jeon
2022-10-05ksmbd: port to vfs{g,u}id_t and associated helpersChristian Brauner
2022-07-31ksmbd: fix racy issue while destroying session on multichannelNamjae Jeon
2022-07-31ksmbd: use wait_event instead of schedule_timeout()Namjae Jeon
2022-04-14ksmbd: remove filename in ksmbd_fileNamjae Jeon
2022-03-31smb3: fix ksmbd bigendian bug in oplock break, and move its struct to smbfs_c...Steve French
2021-11-11ksmbd: change LeaseKey data type to u8 arrayNamjae Jeon
2021-11-11ksmbd: remove smb2_buf_length in smb2_hdrNamjae Jeon
2021-09-30ksmbd: add buffer validation for SMB2_CREATE_CONTEXTHyunchul Lee
2021-09-03ksmbd: fix translation in create_posix_rsp_buf()Christian Brauner
2021-07-13ksmbd: remove unneeded check_context_errNamjae Jeon
2021-07-10ksmbd: make smb2_find_context_vals return NULL if not foundHyunchul Lee
2021-07-05ksmbd: call mnt_user_ns once in a functionHyunchul Lee
2021-07-02ksmbd: add user namespace supportHyunchul Lee
2021-06-30ksmbd: remove SMB1 oplock level macrosNamjae Jeon
2021-06-29ksmbd: opencode to remove ATTR_FP macroNamjae Jeon
2021-06-29ksmbd: opencode to remove FP_INODE macroNamjae Jeon
2021-06-29ksmbd: remove and replace macros with inline functions in smb_common.hHyunchul Lee
2021-06-28ksmbd: move fs/cifsd to fs/ksmbdNamjae Jeon