summaryrefslogtreecommitdiff
path: root/fs/smb/server
AgeCommit message (Expand)AuthorFilesLines
2023-10-13ksmbd: fix potential double free on smb2_read_pipe() error pathNamjae Jeon1-1/+1
2023-10-13ksmbd: fix Null pointer dereferences in ksmbd_update_fstate()Namjae Jeon1-0/+3
2023-10-13ksmbd: fix wrong error response status by using set_smb2_rsp_status()Namjae Jeon1-4/+5
2023-10-13ksmbd: not allow to open file if delelete on close bit is setNamjae Jeon1-2/+2
2023-10-05ksmbd: fix race condition between tree conn lookup and disconnectNamjae Jeon6-17/+90
2023-10-05ksmbd: fix race condition from parallel smb2 lock requestsNamjae Jeon1-11/+1
2023-10-05ksmbd: fix race condition from parallel smb2 logoff requestsNamjae Jeon1-8/+16
2023-10-05ksmbd: fix uaf in smb20_oplock_break_ackluosili1-2/+2
2023-10-05ksmbd: fix race condition with fpNamjae Jeon3-4/+32
2023-10-05ksmbd: fix race condition between session lookup and expireNamjae Jeon3-3/+10
2023-09-21ksmbd: check iov vector index in ksmbd_conn_write()Namjae Jeon1-0/+3
2023-09-21ksmbd: return invalid parameter error response if smb2 request is invalidNamjae Jeon2-4/+4
2023-09-13ksmbd: fix passing freed memory 'aux_payload_buf'Namjae Jeon1-1/+1
2023-09-13ksmbd: remove unneeded mark_inode_dirty in set_info_sec()Namjae Jeon1-1/+0
2023-09-04ksmbd: remove experimental warningSteve French2-3/+1
2023-09-01Merge tag '6.6-rc-ksmbd-fixes-part1' of git://git.samba.org/ksmbdLinus Torvalds15-417/+432
2023-08-31Merge tag '6.6-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds4-590/+5
2023-08-30fs/smb: Swing unicode common code from smb->NLSDr. David Alan Gilbert4-413/+5
2023-08-30fs/smb: Remove unicode 'lower' tablesDr. David Alan Gilbert2-177/+0
2023-08-29ksmbd: add missing calling smb2_set_err_rsp() on errorNamjae Jeon1-0/+1
2023-08-29ksmbd: replace one-element array with flex-array member in struct smb2_ea_infoNamjae Jeon2-2/+2
2023-08-29ksmbd: fix slub overflow in ksmbd_decode_ntlmssp_auth_blob()Namjae Jeon1-0/+3
2023-08-29ksmbd: fix wrong DataOffset validation of create contextNamjae Jeon1-1/+1
2023-08-29ksmbd: Fix one kernel-doc commentYang Li1-1/+0
2023-08-29ksmbd: reduce descriptor size if remaining bytes is less than request sizeNamjae Jeon1-7/+18
2023-08-29ksmbd: fix `force create mode' and `force directory mode'Atte Heikkilä1-18/+11
2023-08-29ksmbd: fix wrong interim response on compoundNamjae Jeon4-26/+26
2023-08-29ksmbd: add support for read compoundNamjae Jeon12-370/+380
2023-08-29ksmbd: switch to use kmemdup_nul() helperYang Yingliang1-3/+1
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2-16/+17
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton2-12/+13
2023-08-06ksmbd: fix wrong next length validation of ea buffer in smb2_set_ea()Namjae Jeon1-1/+8
2023-08-06ksmbd: validate command request sizeLong Li1-5/+5
2023-07-24smb: convert to ctime accessor functionsJeff Layton1-4/+4
2023-07-23ksmbd: fix out of bounds in init_smb2_rsp_hdr()Namjae Jeon3-10/+18
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 Jeon4-39/+53
2023-07-12ksmbd: Fix unsigned expression compared with zeroWang Ming1-3/+4
2023-06-29ksmbd: avoid field overflow warningArnd Bergmann1-1/+1
2023-06-26ksmbd: Replace one-element array with flexible-array memberGustavo A. R. Silva1-1/+1
2023-06-26ksmbd: Use struct_size() helper in ksmbd_negotiate_smb_dialect()Gustavo A. R. Silva1-1/+1
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: Replace the ternary conditional operator with min()Lu Hongfei1-1/+1
2023-06-26ksmbd: use kvzalloc instead of kvmallocNamjae Jeon3-8/+8
2023-06-26ksmbd: Change the return value of ksmbd_vfs_query_maximal_access to voidLu Hongfei3-9/+3
2023-06-26ksmbd: return a literal instead of 'err' in ksmbd_vfs_kern_path_locked()Namjae Jeon1-1/+1
2023-06-26ksmbd: use kzalloc() instead of __GFP_ZERONamjae Jeon1-2/+2