summaryrefslogtreecommitdiffstats
path: root/fs/smb
Commit message (Expand)AuthorAgeFilesLines
* cifs: new dynamic tracepoint to track ses not found errorsShyam Prasad N2023-06-293-0/+23
* cifs: log session id when a matching ses is not foundShyam Prasad N2023-06-292-4/+4
* smb: client: improve DFS mount checkPaulo Alcantara2023-06-281-2/+3
* smb: client: fix shared DFS root mounts with different prefixesPaulo Alcantara2023-06-288-100/+118
* smb: client: fix parsing of source mount optionPaulo Alcantara2023-06-285-56/+80
* smb: client: fix broken file attrs with nodfs mountsPaulo Alcantara2023-06-281-3/+0
* cifs: print client_guid in DebugDataShyam Prasad N2023-06-281-0/+1
* cifs: fix session state check in smb2_find_smb_sesWinston Wen2023-06-281-0/+7
* cifs: fix session state check in reconnect to avoid use-after-free issueWinston Wen2023-06-281-0/+6
* cifs: do all necessary checks for credits within or before lockingShyam Prasad N2023-06-282-19/+20
* cifs: prevent use-after-free by freeing the cfile laterShyam Prasad N2023-06-281-3/+3
* smb: client: fix warning in generic_ip_connect()Paulo Alcantara2023-06-201-8/+9
* smb: client: fix warning in CIFSFindNext()Paulo Alcantara2023-06-201-60/+51
* smb: client: fix warning in CIFSFindFirst()Paulo Alcantara2023-06-201-54/+44
* smb3: do not reserve too many oplock creditsSteve French2023-06-201-1/+5
* cifs: print more detail when invalidate_inode_mapping failsSteve French2023-06-201-2/+2
* smb: client: fix warning in cifs_smb3_do_mount()Paulo Alcantara2023-06-201-18/+10
* smb: client: fix warning in cifs_match_super()Paulo Alcantara2023-06-191-2/+3
* cifs: print nosharesock value while dumping mount optionsShyam Prasad N2023-06-191-0/+2
* SMB3: Do not send lease break acknowledgment if all file handles have been cl...Bharath SM2023-06-191-13/+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