aboutsummaryrefslogtreecommitdiff
path: root/fs/ksmbd/oplock.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapGravatar Christian Brauner 1-3/+3
2022-10-05ksmbd: set file permission mode to match Samba server posix extension behaviorGravatar Namjae Jeon 1-1/+1
2022-10-05ksmbd: change security id to the one samba used for posix extensionGravatar Namjae Jeon 1-3/+14
2022-10-05ksmbd: port to vfs{g,u}id_t and associated helpersGravatar Christian Brauner 1-4/+4
2022-07-31ksmbd: fix racy issue while destroying session on multichannelGravatar Namjae Jeon 1-5/+6
2022-07-31ksmbd: use wait_event instead of schedule_timeout()Gravatar Namjae Jeon 1-13/+22
2022-04-14ksmbd: remove filename in ksmbd_fileGravatar Namjae Jeon 1-30/+0
2022-03-31smb3: fix ksmbd bigendian bug in oplock break, and move its struct to smbfs_c...Gravatar Steve French 1-2/+2
2021-11-11ksmbd: change LeaseKey data type to u8 arrayGravatar Namjae Jeon 1-15/+9
2021-11-11ksmbd: remove smb2_buf_length in smb2_hdrGravatar Namjae Jeon 1-12/+12
2021-09-30ksmbd: add buffer validation for SMB2_CREATE_CONTEXTGravatar Hyunchul Lee 1-10/+31
2021-09-03ksmbd: fix translation in create_posix_rsp_buf()Gravatar Christian Brauner 1-2/+4
2021-07-13ksmbd: remove unneeded check_context_errGravatar Namjae Jeon 1-1/+2
2021-07-10ksmbd: make smb2_find_context_vals return NULL if not foundGravatar Hyunchul Lee 1-1/+1
2021-07-05ksmbd: call mnt_user_ns once in a functionGravatar Hyunchul Lee 1-2/+3
2021-07-02ksmbd: add user namespace supportGravatar Hyunchul Lee 1-2/+2
2021-06-30ksmbd: remove SMB1 oplock level macrosGravatar Namjae Jeon 1-1/+1
2021-06-29ksmbd: opencode to remove ATTR_FP macroGravatar Namjae Jeon 1-1/+3
2021-06-29ksmbd: opencode to remove FP_INODE macroGravatar Namjae Jeon 1-1/+1
2021-06-29ksmbd: remove and replace macros with inline functions in smb_common.hGravatar Hyunchul Lee 1-2/+4
2021-06-28ksmbd: move fs/cifsd to fs/ksmbdGravatar Namjae Jeon 1-0/+1703