summaryrefslogtreecommitdiffstats
path: root/fs/ksmbd/oplock.c
Commit message (Expand)AuthorAgeFilesLines
* ksmbd: set file permission mode to match Samba server posix extension behaviorNamjae Jeon2022-10-051-1/+1
* ksmbd: change security id to the one samba used for posix extensionNamjae Jeon2022-10-051-3/+14
* ksmbd: port to vfs{g,u}id_t and associated helpersChristian Brauner2022-10-051-4/+4
* ksmbd: fix racy issue while destroying session on multichannelNamjae Jeon2022-07-311-5/+6
* ksmbd: use wait_event instead of schedule_timeout()Namjae Jeon2022-07-311-13/+22
* ksmbd: remove filename in ksmbd_fileNamjae Jeon2022-04-141-30/+0
* smb3: fix ksmbd bigendian bug in oplock break, and move its struct to smbfs_c...Steve French2022-03-311-2/+2
* ksmbd: change LeaseKey data type to u8 arrayNamjae Jeon2021-11-111-15/+9
* ksmbd: remove smb2_buf_length in smb2_hdrNamjae Jeon2021-11-111-12/+12
* ksmbd: add buffer validation for SMB2_CREATE_CONTEXTHyunchul Lee2021-09-301-10/+31
* ksmbd: fix translation in create_posix_rsp_buf()Christian Brauner2021-09-031-2/+4
* ksmbd: remove unneeded check_context_errNamjae Jeon2021-07-131-1/+2
* ksmbd: make smb2_find_context_vals return NULL if not foundHyunchul Lee2021-07-101-1/+1
* ksmbd: call mnt_user_ns once in a functionHyunchul Lee2021-07-051-2/+3
* ksmbd: add user namespace supportHyunchul Lee2021-07-021-2/+2
* ksmbd: remove SMB1 oplock level macrosNamjae Jeon2021-06-301-1/+1
* ksmbd: opencode to remove ATTR_FP macroNamjae Jeon2021-06-291-1/+3
* ksmbd: opencode to remove FP_INODE macroNamjae Jeon2021-06-291-1/+1
* ksmbd: remove and replace macros with inline functions in smb_common.hHyunchul Lee2021-06-291-2/+4
* ksmbd: move fs/cifsd to fs/ksmbdNamjae Jeon2021-06-281-0/+1703