summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifssmb.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: remove support for NTLM and weaker authentication algorithmsRonnie Sahlberg2021-08-251-105/+1
* cifs: enable fscache usage even for files opened as rwShyam Prasad N2021-08-251-0/+1
* CIFS: Clarify SMB1 code for POSIX delete fileSteve French2021-07-221-2/+5
* CIFS: Clarify SMB1 code for POSIX CreateSteve French2021-07-221-1/+2
* CIFS: Clarify SMB1 code for POSIX LockSteve French2021-07-071-1/+2
* CIFS: Clarify SMB1 code for rename open fileSteve French2021-07-071-1/+2
* CIFS: Clarify SMB1 code for deleteSteve French2021-07-071-1/+2
* CIFS: Clarify SMB1 code for SetFileSizeSteve French2021-07-071-2/+2
* CIFS: Clarify SMB1 code for UnixSetPathInfoSteve French2021-07-021-3/+2
* CIFS: Clarify SMB1 code for UnixCreateSymLinkSteve French2021-07-021-1/+2
* cifs: clarify SMB1 code for UnixCreateHardLinkSteve French2021-07-021-1/+2
* cifs: use SPDX-Licence-IdentifierSteve French2021-06-201-13/+1
* cifs: remove redundant initialization of variable rcColin Ian King2021-06-201-1/+1
* cifs: rename the *_shroot* functions to *_cached_dir*Ronnie Sahlberg2021-04-251-1/+1
* cifs: remove old dead codeAurelien Aptel2021-04-251-50/+0
* cifs: use discard iterator to discard unneeded network data more efficientlyDavid Howells2021-02-251-3/+3
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* cifs: merge __{cifs,smb2}_reconnect[_tcon]() into cifs_tree_connect()Stefan Metzmacher2020-08-021-111/+1
* cifs: smb1: Try failing back to SetFileInfo if SetPathInfo failsRonnie Sahlberg2020-08-021-1/+38
* cifs: minor fix to two debug messagesSteve French2020-06-011-1/+1
* cifs: Standardize logging outputJoe Perches2020-06-011-12/+12
* cifs: handle hostnames that resolve to same ip in failoverPaulo Alcantara2020-06-011-18/+37
* cifs: remove redundant initialization of variable rcColin Ian King2020-06-011-1/+1
* cifs: fix leaked reference on requeued writeAdam McCoy2020-05-141-1/+1
* cifs: improve read performance for page size 64KB & cache=strict & vers=2.1+Jones Syue2020-04-151-0/+4
* cifs: make use of cap_unix(ses) in cifs_reconnect_tcon()Stefan Metzmacher2020-03-221-1/+1
* cifs: call wake_up(&server->response_q) inside of cifs_reconnect()Stefan Metzmacher2020-03-221-1/+0
* cifs: handle prefix paths in reconnectPaulo Alcantara (SUSE)2020-03-221-4/+15
* cifs: fix rename() by ensuring source handle opened with DELETE bitAurelien Aptel2020-02-241-1/+2
* cifs: fix soft mounts hanging in the reconnect codeRonnie Sahlberg2020-02-061-1/+1
* fs/cifs/cifssmb.c: use true,false for bool variablezhengbin2020-01-261-2/+2
* CIFS: Close cached root handle only if it has a leasePavel Shilovsky2019-12-131-0/+3
* smb3: pass mode bits into create callsSteve French2019-09-261-1/+2
* fs: cifs: cifsssmb: remove redundant assignment to variable retColin Ian King2019-09-161-1/+1
* cifs: replace various strncpy with strscpy and similarRonnie Sahlberg2019-08-271-132/+65
* fs: cifs: cifsssmb: Change return type of convert_ace_to_cifs_aceHariprasad Kelam2019-07-071-11/+3
* cifs: simplify code by removing CONFIG_CIFS_ACL ifdefSteve French2019-07-071-2/+0
* cifs: rename and clarify CIFS_ASYNC_OP and CIFS_NO_RESPRonnie Sahlberg2019-05-071-94/+4
* cifs: fix credits leak for SMB1 oplock breaksRonnie Sahlberg2019-05-071-1/+1
* CIFS: Return error code when getting file handle for writebackPavel Shilovsky2019-03-051-3/+6
* CIFS: Check for reconnects before sending async requestsPavel Shilovsky2019-03-051-3/+3
* CIFS: Respect reconnect in non-MTU credits calculationsPavel Shilovsky2019-03-051-3/+6
* CIFS: Respect SMB2 hdr preamble size in read responsesPavel Shilovsky2019-03-041-3/+4
* CIFS: Count SMB3 credits for malformed pending responsesPavel Shilovsky2019-03-041-1/+1
* cifs: replace snprintf with scnprintfRonnie Sahlberg2019-03-041-3/+3
* CIFS: Fix leaking locked VFS cache pages in writeback retryPavel Shilovsky2019-03-041-4/+13
* CIFS: Fix credits calculations for reads with errorsPavel Shilovsky2019-01-241-12/+23
* CIFS: Fix error paths in writeback codePavel Shilovsky2019-01-111-3/+4
* cifs: move large array from stack to heapAurelien Aptel2019-01-111-7/+16
* cifs: Add support for failover in cifs_reconnect_tcon()Paulo Alcantara2018-12-281-3/+85