summaryrefslogtreecommitdiffstats
path: root/fs/smb/server (follow)
Commit message (Expand)AuthorAgeFilesLines
* ksmbd: avoid field overflow warningArnd Bergmann2023-06-291-1/+1
* ksmbd: Replace one-element array with flexible-array memberGustavo A. R. Silva2023-06-261-1/+1
* ksmbd: Use struct_size() helper in ksmbd_negotiate_smb_dialect()Gustavo A. R. Silva2023-06-261-1/+1
* ksmbd: add missing compound request handing in some commandsNamjae Jeon2023-06-261-25/+53
* ksmbd: fix out of bounds read in smb2_sess_setupNamjae Jeon2023-06-261-14/+17
* ksmbd: Replace the ternary conditional operator with min()Lu Hongfei2023-06-261-1/+1
* ksmbd: use kvzalloc instead of kvmallocNamjae Jeon2023-06-263-8/+8
* ksmbd: Change the return value of ksmbd_vfs_query_maximal_access to voidLu Hongfei2023-06-263-9/+3
* ksmbd: return a literal instead of 'err' in ksmbd_vfs_kern_path_locked()Namjae Jeon2023-06-261-1/+1
* ksmbd: use kzalloc() instead of __GFP_ZERONamjae Jeon2023-06-261-2/+2
* ksmbd: remove unused ksmbd_tree_conn_share functionNamjae Jeon2023-06-262-14/+0
* ksmbd: validate session id and tree id in the compound requestNamjae Jeon2023-06-172-18/+59
* ksmbd: fix out-of-bound read in smb2_writeNamjae Jeon2023-06-171-3/+9
* ksmbd: add mnt_want_write to ksmbd vfs functionsNamjae Jeon2023-06-175-55/+117
* ksmbd: validate command payload sizeNamjae Jeon2023-06-171-11/+12
* ksmbd: validate smb request protocol idNamjae Jeon2023-06-022-3/+16
* ksmbd: check the validation of pdu_size in ksmbd_conn_handler_loopNamjae Jeon2023-06-021-0/+12
* ksmbd: fix posix_acls and acls dereferencing possible ERR_PTR()Namjae Jeon2023-06-022-4/+4
* ksmbd: fix out-of-bound read in parse_lease_state()Namjae Jeon2023-06-021-42/+24
* ksmbd: fix out-of-bound read in deassemble_neg_contexts()Namjae Jeon2023-06-021-7/+6
* ksmbd: call putname after using the last componentNamjae Jeon2023-05-271-2/+6
* ksmbd: fix incorrect AllocationSize set in smb2_get_infoNamjae Jeon2023-05-271-18/+3
* ksmbd: fix UAF issue from opinfo->connNamjae Jeon2023-05-271-25/+47
* ksmbd: fix multiple out-of-bounds read during context decodingKuan-Ting Chen2023-05-271-19/+34
* ksmbd: fix slab-out-of-bounds read in smb2_handle_negotiateKuan-Ting Chen2023-05-271-5/+5
* ksmbd: fix credit count leakageNamjae Jeon2023-05-271-5/+1
* ksmbd: fix uninitialized pointer read in smb2_create_link()Namjae Jeon2023-05-271-3/+3
* ksmbd: fix uninitialized pointer read in ksmbd_vfs_rename()Namjae Jeon2023-05-271-0/+1
* cifs: correct references in Documentation to old fs/cifs pathSteve French2023-05-242-2/+2
* smb: move client and server files to common directory fs/smbSteve French2023-05-2460-0/+31465