aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/cifssmb.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-13cifs: remove pathname for file from SPDX headerGravatar Steve French 1-1/+0
2021-08-25cifs: remove support for NTLM and weaker authentication algorithmsGravatar Ronnie Sahlberg 1-105/+1
2021-08-25cifs: enable fscache usage even for files opened as rwGravatar Shyam Prasad N 1-0/+1
2021-07-22CIFS: Clarify SMB1 code for POSIX delete fileGravatar Steve French 1-2/+5
2021-07-22CIFS: Clarify SMB1 code for POSIX CreateGravatar Steve French 1-1/+2
2021-07-07CIFS: Clarify SMB1 code for POSIX LockGravatar Steve French 1-1/+2
2021-07-07CIFS: Clarify SMB1 code for rename open fileGravatar Steve French 1-1/+2
2021-07-07CIFS: Clarify SMB1 code for deleteGravatar Steve French 1-1/+2
2021-07-07CIFS: Clarify SMB1 code for SetFileSizeGravatar Steve French 1-2/+2
2021-07-02CIFS: Clarify SMB1 code for UnixSetPathInfoGravatar Steve French 1-3/+2
2021-07-02CIFS: Clarify SMB1 code for UnixCreateSymLinkGravatar Steve French 1-1/+2
2021-07-02cifs: clarify SMB1 code for UnixCreateHardLinkGravatar Steve French 1-1/+2
2021-06-20cifs: use SPDX-Licence-IdentifierGravatar Steve French 1-13/+1
2021-06-20cifs: remove redundant initialization of variable rcGravatar Colin Ian King 1-1/+1
2021-04-25cifs: rename the *_shroot* functions to *_cached_dir*Gravatar Ronnie Sahlberg 1-1/+1
2021-04-25cifs: remove old dead codeGravatar Aurelien Aptel 1-50/+0
2021-02-25cifs: use discard iterator to discard unneeded network data more efficientlyGravatar David Howells 1-3/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2020-08-02cifs: merge __{cifs,smb2}_reconnect[_tcon]() into cifs_tree_connect()Gravatar Stefan Metzmacher 1-111/+1
2020-08-02cifs: smb1: Try failing back to SetFileInfo if SetPathInfo failsGravatar Ronnie Sahlberg 1-1/+38
2020-06-01cifs: minor fix to two debug messagesGravatar Steve French 1-1/+1
2020-06-01cifs: Standardize logging outputGravatar Joe Perches 1-12/+12
2020-06-01cifs: handle hostnames that resolve to same ip in failoverGravatar Paulo Alcantara 1-18/+37
2020-06-01cifs: remove redundant initialization of variable rcGravatar Colin Ian King 1-1/+1
2020-05-14cifs: fix leaked reference on requeued writeGravatar Adam McCoy 1-1/+1
2020-04-15cifs: improve read performance for page size 64KB & cache=strict & vers=2.1+Gravatar Jones Syue 1-0/+4
2020-03-22cifs: make use of cap_unix(ses) in cifs_reconnect_tcon()Gravatar Stefan Metzmacher 1-1/+1
2020-03-22cifs: call wake_up(&server->response_q) inside of cifs_reconnect()Gravatar Stefan Metzmacher 1-1/+0
2020-03-22cifs: handle prefix paths in reconnectGravatar Paulo Alcantara (SUSE) 1-4/+15
2020-02-24cifs: fix rename() by ensuring source handle opened with DELETE bitGravatar Aurelien Aptel 1-1/+2
2020-02-06cifs: fix soft mounts hanging in the reconnect codeGravatar Ronnie Sahlberg 1-1/+1
2020-01-26fs/cifs/cifssmb.c: use true,false for bool variableGravatar zhengbin 1-2/+2
2019-12-13CIFS: Close cached root handle only if it has a leaseGravatar Pavel Shilovsky 1-0/+3
2019-09-26smb3: pass mode bits into create callsGravatar Steve French 1-1/+2
2019-09-16fs: cifs: cifsssmb: remove redundant assignment to variable retGravatar Colin Ian King 1-1/+1
2019-08-27cifs: replace various strncpy with strscpy and similarGravatar Ronnie Sahlberg 1-132/+65
2019-07-07fs: cifs: cifsssmb: Change return type of convert_ace_to_cifs_aceGravatar Hariprasad Kelam 1-11/+3
2019-07-07cifs: simplify code by removing CONFIG_CIFS_ACL ifdefGravatar Steve French 1-2/+0
2019-05-07cifs: rename and clarify CIFS_ASYNC_OP and CIFS_NO_RESPGravatar Ronnie Sahlberg 1-94/+4
2019-05-07cifs: fix credits leak for SMB1 oplock breaksGravatar Ronnie Sahlberg 1-1/+1
2019-03-05CIFS: Return error code when getting file handle for writebackGravatar Pavel Shilovsky 1-3/+6
2019-03-05CIFS: Check for reconnects before sending async requestsGravatar Pavel Shilovsky 1-3/+3
2019-03-05CIFS: Respect reconnect in non-MTU credits calculationsGravatar Pavel Shilovsky 1-3/+6
2019-03-04CIFS: Respect SMB2 hdr preamble size in read responsesGravatar Pavel Shilovsky 1-3/+4
2019-03-04CIFS: Count SMB3 credits for malformed pending responsesGravatar Pavel Shilovsky 1-1/+1
2019-03-04cifs: replace snprintf with scnprintfGravatar Ronnie Sahlberg 1-3/+3
2019-03-04CIFS: Fix leaking locked VFS cache pages in writeback retryGravatar Pavel Shilovsky 1-4/+13
2019-01-24CIFS: Fix credits calculations for reads with errorsGravatar Pavel Shilovsky 1-12/+23
2019-01-11CIFS: Fix error paths in writeback codeGravatar Pavel Shilovsky 1-3/+4
2019-01-11cifs: move large array from stack to heapGravatar Aurelien Aptel 1-7/+16