summaryrefslogtreecommitdiffstats
path: root/fs/ksmbd
Commit message (Expand)AuthorAgeFilesLines
* ksmbd: fix control flow issues in sid_to_id()Namjae Jeon2021-09-081-26/+22
* ksmbd: fix read of uninitialized variable ret in set_file_basic_infoNamjae Jeon2021-09-081-1/+1
* ksmbd: add missing assignments to ret on ndr_read_int64 read callsColin Ian King2021-09-081-2/+2
* ksmbd: add validation for ndr read/write functionsNamjae Jeon2021-09-031-109/+274
* ksmbd: remove unused ksmbd_file_table_flush functionNamjae Jeon2021-09-032-17/+0
* ksmbd: smbd: fix dma mapping error in smb_direct_post_send_dataHyunchul Lee2021-09-031-1/+1
* ksmbd: Reduce error log 'speed is unknown' to debugPer Forlin2021-09-031-2/+2
* ksmbd: defer notify_change() callChristian Brauner2021-09-031-7/+16
* ksmbd: remove setattr preparations in set_file_basic_info()Christian Brauner2021-09-031-17/+8
* ksmbd: ensure error is surfaced in set_file_basic_info()Christian Brauner2021-09-031-1/+1
* ndr: fix translation in ndr_encode_posix_acl()Christian Brauner2021-09-031-2/+2
* ksmbd: fix translation in sid_to_id()Christian Brauner2021-09-031-4/+18
* ksmbd: fix subauth 0 handling in sid_to_id()Christian Brauner2021-09-031-2/+2
* ksmbd: fix translation in acl entriesChristian Brauner2021-09-033-10/+33
* ksmbd: fix translation in ksmbd_acls_fattr()Christian Brauner2021-09-032-9/+11
* ksmbd: fix translation in create_posix_rsp_buf()Christian Brauner2021-09-031-2/+4
* ksmbd: fix translation in smb2_populate_readdir_entry()Christian Brauner2021-09-033-8/+3
* ksmbd: fix lookup on idmapped mountsChristian Brauner2021-09-033-27/+37
* 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