summaryrefslogtreecommitdiff
path: root/fs/smb/server
AgeCommit message (Expand)Author
2023-06-28ksmbd: avoid field overflow warningArnd Bergmann
2023-06-26ksmbd: Replace one-element array with flexible-array memberGustavo A. R. Silva
2023-06-26ksmbd: Use struct_size() helper in ksmbd_negotiate_smb_dialect()Gustavo A. R. Silva
2023-06-26ksmbd: add missing compound request handing in some commandsNamjae Jeon
2023-06-26ksmbd: fix out of bounds read in smb2_sess_setupNamjae Jeon
2023-06-26ksmbd: Replace the ternary conditional operator with min()Lu Hongfei
2023-06-26ksmbd: use kvzalloc instead of kvmallocNamjae Jeon
2023-06-26ksmbd: Change the return value of ksmbd_vfs_query_maximal_access to voidLu Hongfei
2023-06-26ksmbd: return a literal instead of 'err' in ksmbd_vfs_kern_path_locked()Namjae Jeon
2023-06-26ksmbd: use kzalloc() instead of __GFP_ZERONamjae Jeon
2023-06-26ksmbd: remove unused ksmbd_tree_conn_share functionNamjae Jeon
2023-06-16ksmbd: validate session id and tree id in the compound requestNamjae Jeon
2023-06-16ksmbd: fix out-of-bound read in smb2_writeNamjae Jeon
2023-06-16ksmbd: add mnt_want_write to ksmbd vfs functionsNamjae Jeon
2023-06-16ksmbd: validate command payload sizeNamjae Jeon
2023-06-02ksmbd: validate smb request protocol idNamjae Jeon
2023-06-02ksmbd: check the validation of pdu_size in ksmbd_conn_handler_loopNamjae Jeon
2023-06-02ksmbd: fix posix_acls and acls dereferencing possible ERR_PTR()Namjae Jeon
2023-06-02ksmbd: fix out-of-bound read in parse_lease_state()Namjae Jeon
2023-06-02ksmbd: fix out-of-bound read in deassemble_neg_contexts()Namjae Jeon
2023-05-26ksmbd: call putname after using the last componentNamjae Jeon
2023-05-26ksmbd: fix incorrect AllocationSize set in smb2_get_infoNamjae Jeon
2023-05-26ksmbd: fix UAF issue from opinfo->connNamjae Jeon
2023-05-26ksmbd: fix multiple out-of-bounds read during context decodingKuan-Ting Chen
2023-05-26ksmbd: fix slab-out-of-bounds read in smb2_handle_negotiateKuan-Ting Chen
2023-05-26ksmbd: fix credit count leakageNamjae Jeon
2023-05-26ksmbd: fix uninitialized pointer read in smb2_create_link()Namjae Jeon
2023-05-26ksmbd: fix uninitialized pointer read in ksmbd_vfs_rename()Namjae Jeon
2023-05-24cifs: correct references in Documentation to old fs/cifs pathSteve French
2023-05-24smb: move client and server files to common directory fs/smbSteve French