summaryrefslogtreecommitdiffstats
path: root/fs/ksmbd
AgeCommit message (Expand)AuthorFilesLines
2021-07-13ksmbd: remove unneeded check_context_errNamjae Jeon2-50/+26
2021-07-10ksmbd: handle error cases first in smb2_create_sd_buffersHyunchul Lee1-13/+11
2021-07-10ksmbd: make smb2_find_context_vals return NULL if not foundHyunchul Lee2-8/+8
2021-07-10ksmbd: uninterruptible wait for a file being unlockedHyunchul Lee3-4/+4
2021-07-10ksmbd: free ksmbd_lock when file is closedHyunchul Lee7-66/+125
2021-07-10ksmbd: fix the running request count decrementHyunchul Lee1-1/+2
2021-07-10ksmbd: use kasprintf() in ksmbd_vfs_xattr_stream_name()Dan Carpenter1-21/+6
2021-07-10ksmbd: delete some stray tabsDan Carpenter1-2/+2
2021-07-09ksmbd: change data type of volatile/persistent id to u64Namjae Jeon4-48/+47
2021-07-08ksmbd: fix memory leak in smb_inherit_dacl()Namjae Jeon1-9/+14
2021-07-08ksmbd: fix memory leak smb2_populate_readdir_entry()Namjae Jeon1-6/+8
2021-07-08ksmbd: fix read on the uninitialized send_ctxNamjae Jeon1-4/+2
2021-07-08ksmbd: remove unneeded NULL check in for_each_netdevNamjae Jeon1-5/+0
2021-07-06ksmbd: Fix read on the uninitialized pointer sessColin Ian King1-0/+1
2021-07-05ksmbd: call mnt_user_ns once in a functionHyunchul Lee5-49/+68
2021-07-03ksmbd: fix kernel oops in ksmbd_rpc_ioctl/rap()Namjae Jeon1-2/+2
2021-07-02ksmbd: add user namespace supportHyunchul Lee11-178/+294
2021-07-02ksmbd: replace struct dentry with struct path in some function's argumentsHyunchul Lee3-25/+27
2021-06-30ksmbd: reorder and document on-disk and netlink structures in headersNamjae Jeon7-122/+269
2021-06-30ksmbd: change server config string index to enumerationNamjae Jeon1-3/+8
2021-06-30ksmbd: change server state type macro to enumerationNamjae Jeon1-4/+9
2021-06-30ksmbd: change sid types to enumerationNamjae Jeon1-9/+14
2021-06-30ksmbd: change ACE types to enumerationNamjae Jeon1-2/+7
2021-06-30ksmbd: remove SMB1 oplock level macrosNamjae Jeon2-7/+1
2021-06-29ksmbd: opencode to remove ATTR_FP macroNamjae Jeon2-6/+3
2021-06-29ksmbd: use ksmbd_vfs_lock_parent to get stable parent dentryNamjae Jeon4-4/+16
2021-06-29ksmbd: opencode to remove FP_INODE macroNamjae Jeon6-20/+19
2021-06-29ksmbd: fix dentry racy with rename()Namjae Jeon3-16/+18
2021-06-29ksmbd: Relax credit_charge check in smb2_validate_credit_charge()Marios Makassikis1-6/+4
2021-06-29ksmbd: allow PROTECTED_DACL_SECINFO and UNPROTECTED_DACL_SECINFO addition inf...Namjae Jeon1-3/+5
2021-06-29ksmbd: replace request and respone buffer macro with inline functionsNamjae Jeon3-28/+41
2021-06-29ksmbd: replace SMB_DIRECT_TRANS macro with inline functionNamjae Jeon1-8/+12
2021-06-29ksmbd: remove and replace macros with inline functions in smb_common.hHyunchul Lee4-15/+16
2021-06-29ksmbd: remove getting worker state macrosHyunchul Lee2-6/+2
2021-06-29ksmbd: replace PAYLOAD_HEAD with inline functionHyunchul Lee1-12/+15
2021-06-29ksmbd: replace KSMBD_ALIGN with kernel ALIGN macroHyunchul Lee1-21/+6
2021-06-29ksmbd: replace BUFFER_NR_PAGES with inline functionHyunchul Lee1-6/+8
2021-06-29ksmbd: remove macros in transport_ipc.cHyunchul Lee1-20/+15
2021-06-28ksmbd: set MAY_* flags together with open flagsHyunchul Lee3-45/+38
2021-06-28ksmbd: factor out a ksmbd_vfs_lock_parent helperHyunchul Lee1-63/+62
2021-06-28ksmbd: move fs/cifsd to fs/ksmbdNamjae Jeon59-0/+31571