summaryrefslogtreecommitdiffstats
path: root/fs/smb/server
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds2023-10-301-4/+4
|\
| * server: convert to new timestamp accessorsJeff Layton2023-10-181-4/+4
* | ksmbd: fix potential double free on smb2_read_pipe() error pathNamjae Jeon2023-10-121-1/+1
* | ksmbd: fix Null pointer dereferences in ksmbd_update_fstate()Namjae Jeon2023-10-121-0/+3
* | ksmbd: fix wrong error response status by using set_smb2_rsp_status()Namjae Jeon2023-10-121-4/+5
* | ksmbd: not allow to open file if delelete on close bit is setNamjae Jeon2023-10-121-2/+2
|/
* ksmbd: fix race condition between tree conn lookup and disconnectNamjae Jeon2023-10-046-17/+90
* ksmbd: fix race condition from parallel smb2 lock requestsNamjae Jeon2023-10-041-11/+1
* ksmbd: fix race condition from parallel smb2 logoff requestsNamjae Jeon2023-10-041-8/+16
* ksmbd: fix uaf in smb20_oplock_break_ackluosili2023-10-041-2/+2
* ksmbd: fix race condition with fpNamjae Jeon2023-10-043-4/+32
* ksmbd: fix race condition between session lookup and expireNamjae Jeon2023-10-043-3/+10
* ksmbd: check iov vector index in ksmbd_conn_write()Namjae Jeon2023-09-211-0/+3
* ksmbd: return invalid parameter error response if smb2 request is invalidNamjae Jeon2023-09-212-4/+4
* ksmbd: fix passing freed memory 'aux_payload_buf'Namjae Jeon2023-09-131-1/+1
* ksmbd: remove unneeded mark_inode_dirty in set_info_sec()Namjae Jeon2023-09-131-1/+0
* ksmbd: remove experimental warningSteve French2023-09-032-3/+1
* Merge tag '6.6-rc-ksmbd-fixes-part1' of git://git.samba.org/ksmbdLinus Torvalds2023-08-3115-417/+432
|\
| * ksmbd: add missing calling smb2_set_err_rsp() on errorNamjae Jeon2023-08-291-0/+1
| * ksmbd: replace one-element array with flex-array member in struct smb2_ea_infoNamjae Jeon2023-08-292-2/+2
| * ksmbd: fix slub overflow in ksmbd_decode_ntlmssp_auth_blob()Namjae Jeon2023-08-291-0/+3
| * ksmbd: fix wrong DataOffset validation of create contextNamjae Jeon2023-08-291-1/+1
| * ksmbd: Fix one kernel-doc commentYang Li2023-08-291-1/+0
| * ksmbd: reduce descriptor size if remaining bytes is less than request sizeNamjae Jeon2023-08-291-7/+18
| * ksmbd: fix `force create mode' and `force directory mode'Atte Heikkilä2023-08-291-18/+11
| * ksmbd: fix wrong interim response on compoundNamjae Jeon2023-08-294-26/+26
| * ksmbd: add support for read compoundNamjae Jeon2023-08-2912-370/+380
| * ksmbd: switch to use kmemdup_nul() helperYang Yingliang2023-08-291-3/+1
* | Merge tag '6.6-rc-smb3-client-fixes-part1' of git://git.samba.org/sfrench/cif...Linus Torvalds2023-08-304-590/+5
|\ \
| * | fs/smb: Swing unicode common code from smb->NLSDr. David Alan Gilbert2023-08-304-413/+5
| * | fs/smb: Remove unicode 'lower' tablesDr. David Alan Gilbert2023-08-302-177/+0
| |/
* | Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2023-08-282-16/+17
|\ \ | |/ |/|
| * fs: pass the request_mask to generic_fillattrJeff Layton2023-08-092-12/+13
| * smb: convert to ctime accessor functionsJeff Layton2023-07-241-4/+4
* | ksmbd: fix wrong next length validation of ea buffer in smb2_set_ea()Namjae Jeon2023-08-051-1/+8
* | ksmbd: validate command request sizeLong Li2023-08-051-5/+5
* | ksmbd: fix out of bounds in init_smb2_rsp_hdr()Namjae Jeon2023-07-233-10/+18
* | ksmbd: no response from compound readNamjae Jeon2023-07-231-0/+5
* | ksmbd: validate session id and tree id in compound requestNamjae Jeon2023-07-231-6/+6
* | ksmbd: fix out of bounds in smb3_decrypt_req()Namjae Jeon2023-07-231-1/+2
* | ksmbd: check if a mount point is crossed during path lookupNamjae Jeon2023-07-234-39/+53
* | ksmbd: Fix unsigned expression compared with zeroWang Ming2023-07-121-3/+4
|/
* ksmbd: avoid field overflow warningArnd Bergmann2023-06-281-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