summaryrefslogtreecommitdiffstats
path: root/fs/cifs/transport.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: do not send close in compound create+close requestsPaulo Alcantara2021-03-081-1/+1
* cifs: change noisy error message to FYIPaulo Alcantara2021-03-081-1/+1
* cifs: Identify a connection by a conn_id.Shyam Prasad N2021-02-161-14/+39
* cifs: Fix in error types returned for out-of-credit situations.Shyam Prasad N2021-02-161-3/+3
* cifs: New optype for session operations.Shyam Prasad N2021-02-161-2/+2
* smb3: fix crediting for compounding when only one request in flightPavel Shilovsky2021-02-051-3/+15
* cifs: do not fail __smb_send_rqst if non-fatal signals are pendingRonnie Sahlberg2021-01-231-2/+2
* cifs: Tracepoints and logs for tracing credit changes.Shyam Prasad N2020-12-151-0/+15
* cifs: allow syscalls to be restarted in __smb_send_rqst()Paulo Alcantara2020-11-301-2/+2
* smb3: add dynamic trace point to trace when credits obtainedSteve French2020-10-201-2/+3
* cifs`: handle ERRBaduid for SMB1Roberto Bergantinos Corpas2020-08-021-1/+1
* cifs: prevent truncation from long to int in wait_for_free_creditsRonnie Sahlberg2020-07-011-1/+1
* Merge tag '5.8-rc-smb3-fixes-part-1' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-06-051-30/+45
|\
| * cifs: multichannel: move channel selection above transport layerAurelien Aptel2020-06-041-7/+7
| * cifs: multichannel: move channel selection in functionAurelien Aptel2020-06-021-11/+27
| * cifs: Standardize logging outputJoe Perches2020-06-011-13/+12
* | tcp: add tcp_sock_set_corkChristoph Hellwig2020-05-281-6/+2
|/
* cifs: Allocate encryption header through kmallocLong Li2020-03-291-11/+17
* CIFS: Fix task struct use-after-free on reconnectVincent Whitchurch2020-01-261-0/+3
* cifs: try opening channels after mountingAurelien Aptel2019-11-251-1/+12
* cifs: add server paramAurelien Aptel2019-11-251-2/+3
* cifs: smbd: Return -EAGAIN when transport is reconnectingLong Li2019-11-251-2/+5
* CIFS: Do not miss cancelled OPEN responsesPavel Shilovsky2019-11-251-2/+8
* cifs: rename a variable in SendReceive()Dan Carpenter2019-11-251-1/+1
* CIFS: Fix retry mid list corruption on reconnectsPavel Shilovsky2019-10-241-19/+23
* smb3: display max smb3 requests in flight at any one timeSteve French2019-09-161-0/+4
* cifs: add a debug macro that prints \\server\share for errorsRonnie Sahlberg2019-09-161-2/+2
* cifs: fix dereference on ses before it is null checkedColin Ian King2019-09-161-1/+2
* cifs: add new debugging macro cifs_server_dbgRonnie Sahlberg2019-09-161-56/+59
* smb3: minor cleanup of compound_send_recvAurelien Aptel2019-07-071-22/+24
* cifs: use the right include for signal_pending()Ronnie Sahlberg2019-05-121-1/+1
* cifs: rename and clarify CIFS_ASYNC_OP and CIFS_NO_RESPRonnie Sahlberg2019-05-071-6/+3
* cifs: fix credits leak for SMB1 oplock breaksRonnie Sahlberg2019-05-071-5/+5
* cifs: smbd: take an array of reqeusts when sending upper layer dataLong Li2019-05-071-1/+1
* SMB3: Track total time spent on roundtrips for each SMB3 commandSteve French2019-05-071-4/+23
* cifs: simplify how we handle credits in compound_send_recv()Ronnie Sahlberg2019-03-141-72/+38
* smb3: add dynamic tracepoint for timeout waiting for creditsSteve French2019-03-141-0/+5
* cifs: add a timeout argument to wait_for_free_creditsRonnie Sahlberg2019-03-141-10/+30
* cifs: prevent starvation in wait_for_free_credits for multi-credit requestsRonnie Sahlberg2019-03-141-0/+28
* cifs: wait_for_free_credits() make it possible to wait for >=1 creditsRonnie Sahlberg2019-03-141-7/+7
* cifs: pass flags down into wait_for_free_credits()Ronnie Sahlberg2019-03-141-16/+14
* cifs: change wait_for_free_request() to take flags as argumentRonnie Sahlberg2019-03-141-16/+17
* CIFS: Mask off signals when sending SMB packetsPavel Shilovsky2019-03-051-3/+38
* CIFS: Return -EAGAIN instead of -ENOTSOCKPavel Shilovsky2019-03-051-1/+2
* CIFS: Try to acquire credits at once for compound requestsPavel Shilovsky2019-03-051-5/+34
* CIFS: Check for reconnects before sending compound requestsPavel Shilovsky2019-03-051-2/+36
* CIFS: Check for reconnects before sending async requestsPavel Shilovsky2019-03-051-2/+16
* CIFS: Respect reconnect in non-MTU credits calculationsPavel Shilovsky2019-03-051-18/+36
* CIFS: Respect reconnect in MTU credits calculationsPavel Shilovsky2019-03-051-6/+7
* CIFS: Do not skip SMB2 message IDs on send failuresPavel Shilovsky2019-03-041-1/+5