summaryrefslogtreecommitdiffstats
path: root/fs/ksmbd/oplock.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* smb: move client and server files to common directory fs/smbSteve French2023-05-241-1718/+0
* ksmbd: fix global-out-of-bounds in smb2_find_context_valsChih-Yen Chang2023-05-161-2/+3
* fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner2023-01-191-3/+3
* 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-08-011-5/+6
* ksmbd: use wait_event instead of schedule_timeout()Namjae Jeon2022-08-011-13/+22
* ksmbd: remove filename in ksmbd_fileNamjae Jeon2022-04-151-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-121-15/+9
* ksmbd: remove smb2_buf_length in smb2_hdrNamjae Jeon2021-11-121-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-041-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