aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/ksmbd (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-27ksmbd: fix __write_overflow warning in ndr_read_stringNamjae Jeon1-2/+7
2021-08-21ksmbd: fix permission check issue on chown and chmodNamjae Jeon2-6/+23
2021-08-20ksmbd: don't set FILE DELETE and FILE_DELETE_CHILD in access mask by defaultNamjae Jeon1-2/+0
2021-08-13ksmbd: smbd: fix kernel oops during server shutdownHyunchul Lee1-2/+3
2021-08-13ksmbd: remove select FS_POSIX_ACL in KconfigNamjae Jeon4-38/+61
2021-08-13ksmbd: use proper errno instead of -1 in smb2_get_ksmbd_tcon()Namjae Jeon1-2/+2
2021-08-13ksmbd: update the comment for smb2_get_ksmbd_tcon()Namjae Jeon1-2/+3
2021-08-13ksmbd: change int data type to booleanNamjae Jeon3-20/+20
2021-08-13ksmbd: Fix multi-protocol negotiationMarios Makassikis2-18/+36
2021-08-02ksmbd: fix an oops in error handling in smb2_open()Dan Carpenter1-0/+1
2021-07-27ksmbd: add ipv6_addr_v4mapped check to know if connection from client is ipv4Namjae Jeon1-1/+3
2021-07-27ksmbd: fix missing error code in smb2_lockNamjae Jeon1-32/+34
2021-07-27ksmbd: use channel signingkey for binding SMB2 session setupNamjae Jeon1-1/+2
2021-07-27ksmbd: don't set RSS capable in FSCTL_QUERY_NETWORK_INTERFACE_INFONamjae Jeon1-2/+0
2021-07-27ksmbd: Return STATUS_OBJECT_PATH_NOT_FOUND if smb2_creat() returns ENOENTMarios Makassikis1-1/+6
2021-07-23ksmbd: fix -Wstringop-truncation warningsHyunchul Lee1-5/+7
2021-07-23ksmbd: Fix potential memory leak in tcp_destroy_socket()Marios Makassikis1-2/+1
2021-07-22ksmbd: add support for negotiating signing algorithmNamjae Jeon4-0/+78
2021-07-22ksmbd: add negotiate context verificationNamjae Jeon2-59/+65
2021-07-22ksmbd: fix typo of MS-SMBDNamjae Jeon2-4/+4
2021-07-19ksmbd: move credit charge verification over smb2 request size verificationNamjae Jeon1-6/+6
2021-07-19ksmbd: set STATUS_INVALID_PARAMETER error status if credit charge is invalidNamjae Jeon2-12/+17
2021-07-19ksmbd: fix wrong error status return on session setupNamjae Jeon1-20/+12
2021-07-19ksmbd: fix wrong compression context sizeNamjae Jeon1-1/+1
2021-07-15ksmbd: fix typo in commentNamjae Jeon1-1/+1
2021-07-13ksmbd: fix an error message in ksmbd_conn_trasnport_initHyunchul Lee1-1/+1
2021-07-13ksmbd: set RDMA capability for FSCTL_QUERY_NETWORK_INTERFACE_INFOHyunchul Lee3-4/+21
2021-07-13ksmbd: fix unused err value in smb2_lockNamjae Jeon1-5/+6
2021-07-13ksmbd: fix memory leak in ksmbd_vfs_get_sd_xattr()Namjae Jeon1-49/+52
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