summaryrefslogtreecommitdiffstats
path: root/fs/ksmbd
Commit message (Expand)AuthorAgeFilesLines
* ksmbd: fix __write_overflow warning in ndr_read_stringNamjae Jeon2021-08-271-2/+7
* ksmbd: fix permission check issue on chown and chmodNamjae Jeon2021-08-212-6/+23
* ksmbd: don't set FILE DELETE and FILE_DELETE_CHILD in access mask by defaultNamjae Jeon2021-08-201-2/+0
* ksmbd: smbd: fix kernel oops during server shutdownHyunchul Lee2021-08-131-2/+3
* ksmbd: remove select FS_POSIX_ACL in KconfigNamjae Jeon2021-08-134-38/+61
* ksmbd: use proper errno instead of -1 in smb2_get_ksmbd_tcon()Namjae Jeon2021-08-131-2/+2
* ksmbd: update the comment for smb2_get_ksmbd_tcon()Namjae Jeon2021-08-131-2/+3
* ksmbd: change int data type to booleanNamjae Jeon2021-08-133-20/+20
* ksmbd: Fix multi-protocol negotiationMarios Makassikis2021-08-132-18/+36
* ksmbd: fix an oops in error handling in smb2_open()Dan Carpenter2021-08-021-0/+1
* ksmbd: add ipv6_addr_v4mapped check to know if connection from client is ipv4Namjae Jeon2021-07-271-1/+3
* ksmbd: fix missing error code in smb2_lockNamjae Jeon2021-07-271-32/+34
* ksmbd: use channel signingkey for binding SMB2 session setupNamjae Jeon2021-07-271-1/+2
* ksmbd: don't set RSS capable in FSCTL_QUERY_NETWORK_INTERFACE_INFONamjae Jeon2021-07-271-2/+0
* ksmbd: Return STATUS_OBJECT_PATH_NOT_FOUND if smb2_creat() returns ENOENTMarios Makassikis2021-07-271-1/+6
* ksmbd: fix -Wstringop-truncation warningsHyunchul Lee2021-07-231-5/+7
* ksmbd: Fix potential memory leak in tcp_destroy_socket()Marios Makassikis2021-07-231-2/+1
* ksmbd: add support for negotiating signing algorithmNamjae Jeon2021-07-224-0/+78
* ksmbd: add negotiate context verificationNamjae Jeon2021-07-222-59/+65
* ksmbd: fix typo of MS-SMBDNamjae Jeon2021-07-222-4/+4
* ksmbd: move credit charge verification over smb2 request size verificationNamjae Jeon2021-07-191-6/+6
* ksmbd: set STATUS_INVALID_PARAMETER error status if credit charge is invalidNamjae Jeon2021-07-192-12/+17
* ksmbd: fix wrong error status return on session setupNamjae Jeon2021-07-191-20/+12
* ksmbd: fix wrong compression context sizeNamjae Jeon2021-07-191-1/+1
* ksmbd: fix typo in commentNamjae Jeon2021-07-151-1/+1
* ksmbd: fix an error message in ksmbd_conn_trasnport_initHyunchul Lee2021-07-131-1/+1
* ksmbd: set RDMA capability for FSCTL_QUERY_NETWORK_INTERFACE_INFOHyunchul Lee2021-07-133-4/+21
* ksmbd: fix unused err value in smb2_lockNamjae Jeon2021-07-131-5/+6
* ksmbd: fix memory leak in ksmbd_vfs_get_sd_xattr()Namjae Jeon2021-07-131-49/+52
* ksmbd: remove unneeded check_context_errNamjae Jeon2021-07-132-50/+26
* ksmbd: handle error cases first in smb2_create_sd_buffersHyunchul Lee2021-07-101-13/+11
* ksmbd: make smb2_find_context_vals return NULL if not foundHyunchul Lee2021-07-102-8/+8
* ksmbd: uninterruptible wait for a file being unlockedHyunchul Lee2021-07-103-4/+4
* ksmbd: free ksmbd_lock when file is closedHyunchul Lee2021-07-107-66/+125
* ksmbd: fix the running request count decrementHyunchul Lee2021-07-101-1/+2
* ksmbd: use kasprintf() in ksmbd_vfs_xattr_stream_name()Dan Carpenter2021-07-101-21/+6
* ksmbd: delete some stray tabsDan Carpenter2021-07-101-2/+2
* ksmbd: change data type of volatile/persistent id to u64Namjae Jeon2021-07-094-48/+47
* ksmbd: fix memory leak in smb_inherit_dacl()Namjae Jeon2021-07-081-9/+14
* ksmbd: fix memory leak smb2_populate_readdir_entry()Namjae Jeon2021-07-081-6/+8
* ksmbd: fix read on the uninitialized send_ctxNamjae Jeon2021-07-081-4/+2
* ksmbd: remove unneeded NULL check in for_each_netdevNamjae Jeon2021-07-081-5/+0
* ksmbd: Fix read on the uninitialized pointer sessColin Ian King2021-07-061-0/+1
* ksmbd: call mnt_user_ns once in a functionHyunchul Lee2021-07-055-49/+68
* ksmbd: fix kernel oops in ksmbd_rpc_ioctl/rap()Namjae Jeon2021-07-031-2/+2
* ksmbd: add user namespace supportHyunchul Lee2021-07-0211-178/+294
* ksmbd: replace struct dentry with struct path in some function's argumentsHyunchul Lee2021-07-023-25/+27
* ksmbd: reorder and document on-disk and netlink structures in headersNamjae Jeon2021-06-307-122/+269
* ksmbd: change server config string index to enumerationNamjae Jeon2021-06-301-3/+8
* ksmbd: change server state type macro to enumerationNamjae Jeon2021-06-301-4/+9