summaryrefslogtreecommitdiff
path: root/fs/cifs/cifssmb.c
AgeCommit message (Expand)Author
2019-03-05CIFS: Return error code when getting file handle for writebackPavel Shilovsky
2019-03-05CIFS: Check for reconnects before sending async requestsPavel Shilovsky
2019-03-05CIFS: Respect reconnect in non-MTU credits calculationsPavel Shilovsky
2019-03-04CIFS: Respect SMB2 hdr preamble size in read responsesPavel Shilovsky
2019-03-04CIFS: Count SMB3 credits for malformed pending responsesPavel Shilovsky
2019-03-04cifs: replace snprintf with scnprintfRonnie Sahlberg
2019-03-04CIFS: Fix leaking locked VFS cache pages in writeback retryPavel Shilovsky
2019-01-24CIFS: Fix credits calculations for reads with errorsPavel Shilovsky
2019-01-11CIFS: Fix error paths in writeback codePavel Shilovsky
2019-01-11cifs: move large array from stack to heapAurelien Aptel
2018-12-28cifs: Add support for failover in cifs_reconnect_tcon()Paulo Alcantara
2018-10-23CIFS: pass page offsets on SMB1 read/writeLong Li
2018-10-23cifs: protect against server returning invalid file system block sizeSteve French
2018-09-09fs/cifs: suppress a string overflow warningStephen Rothwell
2018-08-07cifs: use timespec64 internallyArnd Bergmann
2018-07-05cifs: Fix infinite loop when using hard mount optionPaulo Alcantara
2018-06-15cifs: add lease tracking to the cached root fidRonnie Sahlberg
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-02CIFS: Add support for direct pages in wdataLong Li
2018-05-27smb3: fix redundant opens on rootSteve French
2018-04-25cifs: smbd: Don't use RDMA read/write when signing is usedLong Li
2018-04-12cifs: remove rfc1002 hardcoded constants from cifs_discard_remaining_data()Ronnie Sahlberg
2018-04-12cifs: add pdu_size to the TCP_Server_Info structureRonnie Sahlberg
2018-04-11SMB3: Log at least once if tree connect fails during reconnectSteve French
2018-04-02cifs: add server->vals->header_preamble_sizeRonnie Sahlberg
2018-02-07cifs: silence compiler warnings showing up with gcc-8.0.0Arnd Bergmann
2018-01-26CIFS: make IPC a regular tconAurelien Aptel
2018-01-24CIFS: SMBD: Read correct returned data length for RDMA write (SMB read) I/OLong Li
2018-01-24CIFS: SMBD: Upper layer performs SMB write via RDMA read through memory regis...Long Li
2017-09-07Merge tag '4.14-smb3-xattr-enable' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2017-09-04cifs: Check for timeout on Negotiate stageSamuel Cabrero
2017-09-04cifs: Add support for writing attributes on SMB2+Ronnie Sahlberg
2017-07-16fs/locks: Remove fl_nspid and use fs-specific l_pid for remote locksBenjamin Coddington
2017-07-08CIFS: Reconnect expired SMB sessionsPavel Shilovsky
2017-05-12[CIFS] Minor cleanup of xattr query functionSteve French
2017-05-09Don't delay freeing mids when blocked on slow socket write of requestSteve French
2017-05-08fs: cifs: replace CURRENT_TIME by other appropriate apisDeepa Dinamani
2017-05-02Set unicode flag on cifs echo request to avoid Mac errorSteve French
2017-04-10CIFS: Fix null pointer deref during read resp processingPavel Shilovsky
2017-04-07Handle mismatched open callsSachin Prabhu
2017-03-02CIFS: Fix sparse warningsSteve French
2017-03-01CIFS: move DFS response parsing out of SMB1 codeAurelien Aptel
2017-02-01CIFS: Add capability to decrypt big read responsesPavel Shilovsky
2017-02-01CIFS: Add mid handle callbackPavel Shilovsky
2017-02-01CIFS: Send RFC1001 length in a separate iovPavel Shilovsky
2017-02-01CIFS: Make SendReceive2() takes resp iovPavel Shilovsky
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-11-28CIFS: iterate over posix acl xattr entry correctly in ACL_to_cifs_posix()Eryu Guan
2016-10-12Clarify locking of cifs file and tcon structures and make more granularSteve French
2016-09-27cifs: get rid of unused arguments of CIFSSMBWrite()Al Viro