summaryrefslogtreecommitdiff
path: root/fs/smb
AgeCommit message (Expand)AuthorFilesLines
2023-06-14cifs: add a warning when the in-flight count goes negativeShyam Prasad N1-0/+1
2023-06-14cifs: fix lease break oops in xfstest generic/098Steve French1-2/+6
2023-06-12cifs: fix max_credits implementationShyam Prasad N2-4/+30
2023-06-12cifs: fix sockaddr comparison in iface_cmpShyam Prasad N4-37/+88
2023-06-12smb/client: print "Unknown" instead of bogus link speed valueEnzo Matsumiya1-1/+46
2023-06-12cifs: print all credit counters in DebugDataShyam Prasad N1-3/+8
2023-06-12cifs: fix status checks in cifs_tree_connectShyam Prasad N2-8/+10
2023-06-12smb: remove obsolete comment鑫华1-1/+1
2023-06-02ksmbd: validate smb request protocol idNamjae Jeon2-3/+16
2023-06-02ksmbd: check the validation of pdu_size in ksmbd_conn_handler_loopNamjae Jeon1-0/+12
2023-06-02ksmbd: fix posix_acls and acls dereferencing possible ERR_PTR()Namjae Jeon2-4/+4
2023-06-02ksmbd: fix out-of-bound read in parse_lease_state()Namjae Jeon1-42/+24
2023-06-02ksmbd: fix out-of-bound read in deassemble_neg_contexts()Namjae Jeon1-7/+6
2023-06-01Merge tag '6.4-rc4-smb3-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds3-77/+100
2023-05-27cifs: address unused variable warningSteve French1-1/+5
2023-05-27smb: delete an unnecessary statementDan Carpenter1-1/+0
2023-05-27ksmbd: call putname after using the last componentNamjae Jeon1-2/+6
2023-05-27ksmbd: fix incorrect AllocationSize set in smb2_get_infoNamjae Jeon1-18/+3
2023-05-27ksmbd: fix UAF issue from opinfo->connNamjae Jeon1-25/+47
2023-05-27ksmbd: fix multiple out-of-bounds read during context decodingKuan-Ting Chen1-19/+34
2023-05-27ksmbd: fix slab-out-of-bounds read in smb2_handle_negotiateKuan-Ting Chen1-5/+5
2023-05-27ksmbd: fix credit count leakageNamjae Jeon1-5/+1
2023-05-27ksmbd: fix uninitialized pointer read in smb2_create_link()Namjae Jeon1-3/+3
2023-05-27ksmbd: fix uninitialized pointer read in ksmbd_vfs_rename()Namjae Jeon1-0/+1
2023-05-26smb3: missing null check in SMB2_change_notifySteve French1-1/+1
2023-05-25cifs: correct references in Documentation to old fs/cifs pathSteve French2-2/+2
2023-05-25smb: move client and server files to common directory fs/smbSteve French146-0/+109540