summaryrefslogtreecommitdiffstats
path: root/fs/smb/server
Commit message (Expand)AuthorAgeFilesLines
* 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
* ksmbd: return a literal instead of 'err' in ksmbd_vfs_kern_path_locked()Namjae Jeon2023-06-261-1/+1
* ksmbd: use kzalloc() instead of __GFP_ZERONamjae Jeon2023-06-261-2/+2
* ksmbd: remove unused ksmbd_tree_conn_share functionNamjae Jeon2023-06-262-14/+0
* ksmbd: validate session id and tree id in the compound requestNamjae Jeon2023-06-162-18/+59
* ksmbd: fix out-of-bound read in smb2_writeNamjae Jeon2023-06-161-3/+9
* ksmbd: add mnt_want_write to ksmbd vfs functionsNamjae Jeon2023-06-165-55/+117
* ksmbd: validate command payload sizeNamjae Jeon2023-06-161-11/+12
* ksmbd: validate smb request protocol idNamjae Jeon2023-06-022-3/+16
* ksmbd: check the validation of pdu_size in ksmbd_conn_handler_loopNamjae Jeon2023-06-021-0/+12
* ksmbd: fix posix_acls and acls dereferencing possible ERR_PTR()Namjae Jeon2023-06-022-4/+4
* ksmbd: fix out-of-bound read in parse_lease_state()Namjae Jeon2023-06-021-42/+24
* ksmbd: fix out-of-bound read in deassemble_neg_contexts()Namjae Jeon2023-06-021-7/+6
* ksmbd: call putname after using the last componentNamjae Jeon2023-05-261-2/+6
* ksmbd: fix incorrect AllocationSize set in smb2_get_infoNamjae Jeon2023-05-261-18/+3