summaryrefslogtreecommitdiffstats
path: root/fs/smb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge tag '6.4-rc6-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2023-06-207-86/+196
|\
| * 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
* | cifs: add a warning when the in-flight count goes negativeShyam Prasad N2023-06-141-0/+1
* | cifs: fix lease break oops in xfstest generic/098Steve French2023-06-141-2/+6
* | cifs: fix max_credits implementationShyam Prasad N2023-06-112-4/+30
* | cifs: fix sockaddr comparison in iface_cmpShyam Prasad N2023-06-114-37/+88
* | smb/client: print "Unknown" instead of bogus link speed valueEnzo Matsumiya2023-06-111-1/+46
* | cifs: print all credit counters in DebugDataShyam Prasad N2023-06-111-3/+8
* | cifs: fix status checks in cifs_tree_connectShyam Prasad N2023-06-112-8/+10
* | smb: remove obsolete comment鑫华2023-06-111-1/+1
|/
* 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
* Merge tag '6.4-rc4-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2023-06-013-77/+100
|\
| * 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
| * ksmbd: fix UAF issue from opinfo->connNamjae Jeon2023-05-261-25/+47
| * ksmbd: fix multiple out-of-bounds read during context decodingKuan-Ting Chen2023-05-261-19/+34
| * ksmbd: fix slab-out-of-bounds read in smb2_handle_negotiateKuan-Ting Chen2023-05-261-5/+5
| * ksmbd: fix credit count leakageNamjae Jeon2023-05-261-5/+1
| * ksmbd: fix uninitialized pointer read in smb2_create_link()Namjae Jeon2023-05-261-3/+3
| * ksmbd: fix uninitialized pointer read in ksmbd_vfs_rename()Namjae Jeon2023-05-261-0/+1
* | cifs: address unused variable warningSteve French2023-05-271-1/+5
* | smb: delete an unnecessary statementDan Carpenter2023-05-261-1/+0
* | smb3: missing null check in SMB2_change_notifySteve French2023-05-251-1/+1
|/
* cifs: correct references in Documentation to old fs/cifs pathSteve French2023-05-242-2/+2
* smb: move client and server files to common directory fs/smbSteve French2023-05-24146-0/+109540