summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifssmb.c
Commit message (Expand)AuthorAgeFilesLines
* fs: cifs: cifsssmb: Change return type of convert_ace_to_cifs_aceHariprasad Kelam2019-07-081-11/+3Star
* cifs: simplify code by removing CONFIG_CIFS_ACL ifdefSteve French2019-07-081-2/+0Star
* cifs: rename and clarify CIFS_ASYNC_OP and CIFS_NO_RESPRonnie Sahlberg2019-05-081-94/+4Star
* cifs: fix credits leak for SMB1 oplock breaksRonnie Sahlberg2019-05-081-1/+1
* CIFS: Return error code when getting file handle for writebackPavel Shilovsky2019-03-061-3/+6
* CIFS: Check for reconnects before sending async requestsPavel Shilovsky2019-03-061-3/+3
* CIFS: Respect reconnect in non-MTU credits calculationsPavel Shilovsky2019-03-061-3/+6
* CIFS: Respect SMB2 hdr preamble size in read responsesPavel Shilovsky2019-03-051-3/+4
* CIFS: Count SMB3 credits for malformed pending responsesPavel Shilovsky2019-03-051-1/+1
* cifs: replace snprintf with scnprintfRonnie Sahlberg2019-03-051-3/+3
* CIFS: Fix leaking locked VFS cache pages in writeback retryPavel Shilovsky2019-03-051-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
* CIFS: pass page offsets on SMB1 read/writeLong Li2018-10-241-0/+2
* cifs: protect against server returning invalid file system block sizeSteve French2018-10-241-0/+21
* fs/cifs: suppress a string overflow warningStephen Rothwell2018-09-091-3/+8
* cifs: use timespec64 internallyArnd Bergmann2018-08-071-6/+6
* cifs: Fix infinite loop when using hard mount optionPaulo Alcantara2018-07-051-2/+8
* cifs: add lease tracking to the cached root fidRonnie Sahlberg2018-06-151-4/+4
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* CIFS: Add support for direct pages in wdataLong Li2018-06-031-3/+14
* smb3: fix redundant opens on rootSteve French2018-05-281-0/+6
* cifs: smbd: Don't use RDMA read/write when signing is usedLong Li2018-04-251-0/+3
* cifs: remove rfc1002 hardcoded constants from cifs_discard_remaining_data()Ronnie Sahlberg2018-04-131-2/+3
* cifs: add pdu_size to the TCP_Server_Info structureRonnie Sahlberg2018-04-131-1/+1
* SMB3: Log at least once if tree connect fails during reconnectSteve French2018-04-111-1/+3
* cifs: add server->vals->header_preamble_sizeRonnie Sahlberg2018-04-021-2/+4
* cifs: silence compiler warnings showing up with gcc-8.0.0Arnd Bergmann2018-02-071-3/+1Star
* CIFS: make IPC a regular tconAurelien Aptel2018-01-271-3/+4
* CIFS: SMBD: Read correct returned data length for RDMA write (SMB read) I/OLong Li2018-01-251-2/+6
* CIFS: SMBD: Upper layer performs SMB write via RDMA read through memory regis...Long Li2018-01-251-0/+7
* Merge tag '4.14-smb3-xattr-enable' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2017-09-081-1/+14
|\
| * cifs: Check for timeout on Negotiate stageSamuel Cabrero2017-09-051-0/+12
| * cifs: Add support for writing attributes on SMB2+Ronnie Sahlberg2017-09-041-1/+2
* | fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locksBenjamin Coddington2017-07-161-1/+1
|/
* CIFS: Reconnect expired SMB sessionsPavel Shilovsky2017-07-091-0/+7
* [CIFS] Minor cleanup of xattr query functionSteve French2017-05-131-1/+3
* Don't delay freeing mids when blocked on slow socket write of requestSteve French2017-05-101-7/+0Star
* fs: cifs: replace CURRENT_TIME by other appropriate apisDeepa Dinamani2017-05-091-5/+5
* Set unicode flag on cifs echo request to avoid Mac errorSteve French2017-05-021-0/+3
* CIFS: Fix null pointer deref during read resp processingPavel Shilovsky2017-04-111-7/+8
* Handle mismatched open callsSachin Prabhu2017-04-071-4/+7
* CIFS: Fix sparse warningsSteve French2017-03-031-1/+1
* CIFS: move DFS response parsing out of SMB1 codeAurelien Aptel2017-03-021-114/+5Star
* CIFS: Add capability to decrypt big read responsesPavel Shilovsky2017-02-011-4/+4
* CIFS: Add mid handle callbackPavel Shilovsky2017-02-011-3/+3
* CIFS: Send RFC1001 length in a separate iovPavel Shilovsky2017-02-011-21/+30
* CIFS: Make SendReceive2() takes resp iovPavel Shilovsky2017-02-011-30/+40