aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifssmb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-20cifs: use SPDX-Licence-IdentifierSteve French1-13/+1
2021-06-20cifs: remove redundant initialization of variable rcColin Ian King1-1/+1
2021-04-25cifs: rename the *_shroot* functions to *_cached_dir*Ronnie Sahlberg1-1/+1
2021-04-25cifs: remove old dead codeAurelien Aptel1-50/+0
2021-02-25cifs: use discard iterator to discard unneeded network data more efficientlyDavid Howells1-3/+3
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-02cifs: merge __{cifs,smb2}_reconnect[_tcon]() into cifs_tree_connect()Stefan Metzmacher1-111/+1
2020-08-02cifs: smb1: Try failing back to SetFileInfo if SetPathInfo failsRonnie Sahlberg1-1/+38
2020-06-01cifs: minor fix to two debug messagesSteve French1-1/+1
2020-06-01cifs: Standardize logging outputJoe Perches1-12/+12
2020-06-01cifs: handle hostnames that resolve to same ip in failoverPaulo Alcantara1-18/+37
2020-06-01cifs: remove redundant initialization of variable rcColin Ian King1-1/+1
2020-05-14cifs: fix leaked reference on requeued writeAdam McCoy1-1/+1
2020-04-15cifs: improve read performance for page size 64KB & cache=strict & vers=2.1+Jones Syue1-0/+4
2020-03-22cifs: make use of cap_unix(ses) in cifs_reconnect_tcon()Stefan Metzmacher1-1/+1
2020-03-22cifs: call wake_up(&server->response_q) inside of cifs_reconnect()Stefan Metzmacher1-1/+0
2020-03-22cifs: handle prefix paths in reconnectPaulo Alcantara (SUSE)1-4/+15
2020-02-24cifs: fix rename() by ensuring source handle opened with DELETE bitAurelien Aptel1-1/+2
2020-02-06cifs: fix soft mounts hanging in the reconnect codeRonnie Sahlberg1-1/+1
2020-01-26fs/cifs/cifssmb.c: use true,false for bool variablezhengbin1-2/+2
2019-12-13CIFS: Close cached root handle only if it has a leasePavel Shilovsky1-0/+3
2019-09-26smb3: pass mode bits into create callsSteve French1-1/+2
2019-09-16fs: cifs: cifsssmb: remove redundant assignment to variable retColin Ian King1-1/+1
2019-08-27cifs: replace various strncpy with strscpy and similarRonnie Sahlberg1-132/+65
2019-07-07fs: cifs: cifsssmb: Change return type of convert_ace_to_cifs_aceHariprasad Kelam1-11/+3
2019-07-07cifs: simplify code by removing CONFIG_CIFS_ACL ifdefSteve French1-2/+0
2019-05-07cifs: rename and clarify CIFS_ASYNC_OP and CIFS_NO_RESPRonnie Sahlberg1-94/+4
2019-05-07cifs: fix credits leak for SMB1 oplock breaksRonnie Sahlberg1-1/+1
2019-03-05CIFS: Return error code when getting file handle for writebackPavel Shilovsky1-3/+6
2019-03-05CIFS: Check for reconnects before sending async requestsPavel Shilovsky1-3/+3
2019-03-05CIFS: Respect reconnect in non-MTU credits calculationsPavel Shilovsky1-3/+6
2019-03-04CIFS: Respect SMB2 hdr preamble size in read responsesPavel Shilovsky1-3/+4
2019-03-04CIFS: Count SMB3 credits for malformed pending responsesPavel Shilovsky1-1/+1
2019-03-04cifs: replace snprintf with scnprintfRonnie Sahlberg1-3/+3
2019-03-04CIFS: Fix leaking locked VFS cache pages in writeback retryPavel Shilovsky1-4/+13
2019-01-24CIFS: Fix credits calculations for reads with errorsPavel Shilovsky1-12/+23
2019-01-11CIFS: Fix error paths in writeback codePavel Shilovsky1-3/+4
2019-01-11cifs: move large array from stack to heapAurelien Aptel1-7/+16
2018-12-28cifs: Add support for failover in cifs_reconnect_tcon()Paulo Alcantara1-3/+85
2018-10-23CIFS: pass page offsets on SMB1 read/writeLong Li1-0/+2
2018-10-23cifs: protect against server returning invalid file system block sizeSteve French1-0/+21
2018-09-09fs/cifs: suppress a string overflow warningStephen Rothwell1-3/+8
2018-08-07cifs: use timespec64 internallyArnd Bergmann1-6/+6
2018-07-05cifs: Fix infinite loop when using hard mount optionPaulo Alcantara1-2/+8
2018-06-15cifs: add lease tracking to the cached root fidRonnie Sahlberg1-4/+4
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-06-02CIFS: Add support for direct pages in wdataLong Li1-3/+14
2018-05-27smb3: fix redundant opens on rootSteve French1-0/+6
2018-04-25cifs: smbd: Don't use RDMA read/write when signing is usedLong Li1-0/+3
2018-04-12cifs: remove rfc1002 hardcoded constants from cifs_discard_remaining_data()Ronnie Sahlberg1-2/+3