summaryrefslogtreecommitdiff
path: root/fs/ksmbd
AgeCommit message (Expand)Author
2021-08-27ksmbd: fix __write_overflow warning in ndr_read_stringNamjae Jeon
2021-08-21ksmbd: fix permission check issue on chown and chmodNamjae Jeon
2021-08-20ksmbd: don't set FILE DELETE and FILE_DELETE_CHILD in access mask by defaultNamjae Jeon
2021-08-13ksmbd: smbd: fix kernel oops during server shutdownHyunchul Lee
2021-08-13ksmbd: remove select FS_POSIX_ACL in KconfigNamjae Jeon
2021-08-13ksmbd: use proper errno instead of -1 in smb2_get_ksmbd_tcon()Namjae Jeon
2021-08-13ksmbd: update the comment for smb2_get_ksmbd_tcon()Namjae Jeon
2021-08-13ksmbd: change int data type to booleanNamjae Jeon
2021-08-13ksmbd: Fix multi-protocol negotiationMarios Makassikis
2021-08-02ksmbd: fix an oops in error handling in smb2_open()Dan Carpenter
2021-07-27ksmbd: add ipv6_addr_v4mapped check to know if connection from client is ipv4Namjae Jeon
2021-07-27ksmbd: fix missing error code in smb2_lockNamjae Jeon
2021-07-27ksmbd: use channel signingkey for binding SMB2 session setupNamjae Jeon
2021-07-27ksmbd: don't set RSS capable in FSCTL_QUERY_NETWORK_INTERFACE_INFONamjae Jeon
2021-07-27ksmbd: Return STATUS_OBJECT_PATH_NOT_FOUND if smb2_creat() returns ENOENTMarios Makassikis
2021-07-23ksmbd: fix -Wstringop-truncation warningsHyunchul Lee
2021-07-23ksmbd: Fix potential memory leak in tcp_destroy_socket()Marios Makassikis
2021-07-22ksmbd: add support for negotiating signing algorithmNamjae Jeon
2021-07-22ksmbd: add negotiate context verificationNamjae Jeon
2021-07-22ksmbd: fix typo of MS-SMBDNamjae Jeon
2021-07-19ksmbd: move credit charge verification over smb2 request size verificationNamjae Jeon
2021-07-19ksmbd: set STATUS_INVALID_PARAMETER error status if credit charge is invalidNamjae Jeon
2021-07-19ksmbd: fix wrong error status return on session setupNamjae Jeon
2021-07-19ksmbd: fix wrong compression context sizeNamjae Jeon
2021-07-15ksmbd: fix typo in commentNamjae Jeon
2021-07-13ksmbd: fix an error message in ksmbd_conn_trasnport_initHyunchul Lee
2021-07-13ksmbd: set RDMA capability for FSCTL_QUERY_NETWORK_INTERFACE_INFOHyunchul Lee
2021-07-13ksmbd: fix unused err value in smb2_lockNamjae Jeon
2021-07-13ksmbd: fix memory leak in ksmbd_vfs_get_sd_xattr()Namjae Jeon
2021-07-13ksmbd: remove unneeded check_context_errNamjae Jeon
2021-07-10ksmbd: handle error cases first in smb2_create_sd_buffersHyunchul Lee
2021-07-10ksmbd: make smb2_find_context_vals return NULL if not foundHyunchul Lee
2021-07-10ksmbd: uninterruptible wait for a file being unlockedHyunchul Lee
2021-07-10ksmbd: free ksmbd_lock when file is closedHyunchul Lee
2021-07-10ksmbd: fix the running request count decrementHyunchul Lee
2021-07-10ksmbd: use kasprintf() in ksmbd_vfs_xattr_stream_name()Dan Carpenter
2021-07-10ksmbd: delete some stray tabsDan Carpenter
2021-07-09ksmbd: change data type of volatile/persistent id to u64Namjae Jeon
2021-07-08ksmbd: fix memory leak in smb_inherit_dacl()Namjae Jeon
2021-07-08ksmbd: fix memory leak smb2_populate_readdir_entry()Namjae Jeon
2021-07-08ksmbd: fix read on the uninitialized send_ctxNamjae Jeon
2021-07-08ksmbd: remove unneeded NULL check in for_each_netdevNamjae Jeon
2021-07-06ksmbd: Fix read on the uninitialized pointer sessColin Ian King
2021-07-05ksmbd: call mnt_user_ns once in a functionHyunchul Lee
2021-07-03ksmbd: fix kernel oops in ksmbd_rpc_ioctl/rap()Namjae Jeon
2021-07-02ksmbd: add user namespace supportHyunchul Lee
2021-07-02ksmbd: replace struct dentry with struct path in some function's argumentsHyunchul Lee
2021-06-30ksmbd: reorder and document on-disk and netlink structures in headersNamjae Jeon
2021-06-30ksmbd: change server config string index to enumerationNamjae Jeon
2021-06-30ksmbd: change server state type macro to enumerationNamjae Jeon