summaryrefslogtreecommitdiff
path: root/fs/smb/server/smb2pdu.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-15/+15
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton1-11/+11
2023-08-06ksmbd: fix wrong next length validation of ea buffer in smb2_set_ea()Namjae Jeon1-1/+8
2023-07-24smb: convert to ctime accessor functionsJeff Layton1-4/+4
2023-07-23ksmbd: no response from compound readNamjae Jeon1-0/+5
2023-07-23ksmbd: validate session id and tree id in compound requestNamjae Jeon1-6/+6
2023-07-23ksmbd: fix out of bounds in smb3_decrypt_req()Namjae Jeon1-1/+2
2023-07-23ksmbd: check if a mount point is crossed during path lookupNamjae Jeon1-11/+16
2023-06-26ksmbd: add missing compound request handing in some commandsNamjae Jeon1-25/+53
2023-06-26ksmbd: fix out of bounds read in smb2_sess_setupNamjae Jeon1-14/+17
2023-06-26ksmbd: use kvzalloc instead of kvmallocNamjae Jeon1-4/+4
2023-06-26ksmbd: Change the return value of ksmbd_vfs_query_maximal_access to voidLu Hongfei1-3/+1
2023-06-17ksmbd: validate session id and tree id in the compound requestNamjae Jeon1-5/+39
2023-06-17ksmbd: add mnt_want_write to ksmbd vfs functionsNamjae Jeon1-15/+11
2023-06-02ksmbd: fix out-of-bound read in deassemble_neg_contexts()Namjae Jeon1-7/+6
2023-05-27ksmbd: fix incorrect AllocationSize set in smb2_get_infoNamjae Jeon1-18/+3
2023-05-27ksmbd: fix multiple out-of-bounds read during context decodingKuan-Ting Chen1-19/+34
2023-05-27ksmbd: fix slab-out-of-bounds read in smb2_handle_negotiateKuan-Ting Chen1-5/+5
2023-05-27ksmbd: fix credit count leakageNamjae Jeon1-5/+1
2023-05-27ksmbd: fix uninitialized pointer read in smb2_create_link()Namjae Jeon1-3/+3
2023-05-25smb: move client and server files to common directory fs/smbSteve French1-0/+8607