summaryrefslogtreecommitdiff
path: root/fs/smb/server
AgeCommit message (Expand)Author
2023-11-07ksmbd: handle malformed smb1 messageNamjae Jeon
2023-11-07ksmbd: fix kernel-doc comment of ksmbd_vfs_kern_path_locked()Namjae Jeon
2023-11-07ksmbd: fix slab out of bounds write in smb_inherit_dacl()Namjae Jeon
2023-11-02Merge tag 'v6.7-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-11-02Merge tag '6.7-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds
2023-10-30ksmbd: no need to wait for binded connection termination at logoffNamjae Jeon
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds
2023-10-27treewide: Add SPDX identifier to IETF ASN.1 modulesLukas Wunner
2023-10-22ksmbd: add support for surrogate pair conversionNamjae Jeon
2023-10-22ksmbd: fix missing RDMA-capable flag for IPoIB device in ksmbd_rdma_capable_n...Kangjing Huang
2023-10-22ksmbd: fix recursive locking in vfs helpersMarios Makassikis
2023-10-22ksmbd: fix kernel-doc comment of ksmbd_vfs_setxattr()Namjae Jeon
2023-10-22ksmbd: reorganize ksmbd_iov_pin_rsp()Namjae Jeon
2023-10-22ksmbd: Remove unused field in ksmbd_user structCheng-Han Wu
2023-10-18server: convert to new timestamp accessorsJeff Layton
2023-10-12ksmbd: fix potential double free on smb2_read_pipe() error pathNamjae Jeon
2023-10-12ksmbd: fix Null pointer dereferences in ksmbd_update_fstate()Namjae Jeon
2023-10-12ksmbd: fix wrong error response status by using set_smb2_rsp_status()Namjae Jeon
2023-10-12ksmbd: not allow to open file if delelete on close bit is setNamjae Jeon
2023-10-04ksmbd: fix race condition between tree conn lookup and disconnectNamjae Jeon
2023-10-04ksmbd: fix race condition from parallel smb2 lock requestsNamjae Jeon
2023-10-04ksmbd: fix race condition from parallel smb2 logoff requestsNamjae Jeon
2023-10-04ksmbd: fix uaf in smb20_oplock_break_ackluosili
2023-10-04ksmbd: fix race condition with fpNamjae Jeon
2023-10-04ksmbd: fix race condition between session lookup and expireNamjae Jeon
2023-09-21ksmbd: check iov vector index in ksmbd_conn_write()Namjae Jeon
2023-09-21ksmbd: return invalid parameter error response if smb2 request is invalidNamjae Jeon
2023-09-13ksmbd: fix passing freed memory 'aux_payload_buf'Namjae Jeon
2023-09-13ksmbd: remove unneeded mark_inode_dirty in set_info_sec()Namjae Jeon
2023-09-03ksmbd: remove experimental warningSteve French
2023-08-31Merge tag '6.6-rc-ksmbd-fixes-part1' of git://git.samba.org/ksmbdLinus Torvalds
2023-08-30Merge tag '6.6-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds
2023-08-30fs/smb: Swing unicode common code from smb->NLSDr. David Alan Gilbert
2023-08-30fs/smb: Remove unicode 'lower' tablesDr. David Alan Gilbert
2023-08-29ksmbd: add missing calling smb2_set_err_rsp() on errorNamjae Jeon
2023-08-29ksmbd: replace one-element array with flex-array member in struct smb2_ea_infoNamjae Jeon
2023-08-29ksmbd: fix slub overflow in ksmbd_decode_ntlmssp_auth_blob()Namjae Jeon
2023-08-29ksmbd: fix wrong DataOffset validation of create contextNamjae Jeon
2023-08-29ksmbd: Fix one kernel-doc commentYang Li
2023-08-29ksmbd: reduce descriptor size if remaining bytes is less than request sizeNamjae Jeon
2023-08-29ksmbd: fix `force create mode' and `force directory mode'Atte Heikkilä
2023-08-29ksmbd: fix wrong interim response on compoundNamjae Jeon
2023-08-29ksmbd: add support for read compoundNamjae Jeon
2023-08-29ksmbd: switch to use kmemdup_nul() helperYang Yingliang
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-09fs: pass the request_mask to generic_fillattrJeff Layton
2023-08-05ksmbd: fix wrong next length validation of ea buffer in smb2_set_ea()Namjae Jeon
2023-08-05ksmbd: validate command request sizeLong Li
2023-07-24smb: convert to ctime accessor functionsJeff Layton
2023-07-23ksmbd: fix out of bounds in init_smb2_rsp_hdr()Namjae Jeon