summaryrefslogtreecommitdiffstats
path: root/fs/cifs/transport.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* CIFS: Fix credit calculations in compound mid callbackPavel Shilovsky2019-01-241-10/+1
* CIFS: Move credit processing to mid callbacks for SMB3Pavel Shilovsky2019-01-111-17/+34
* CIFS: Fix credits calculation for cancelled requestsPavel Shilovsky2019-01-111-2/+26
* CIFS: Do not hide EINTR after sending network packetsPavel Shilovsky2019-01-111-1/+1
* CIFS: Fix credit computation for compounded requestsPavel Shilovsky2019-01-101-18/+41
* CIFS: Do not set credits to 1 if the server didn't grant anythingPavel Shilovsky2019-01-101-2/+0
* cifs: smb2 commands can not be negative, remove confusing checkSteve French2018-12-231-3/+5
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-011-5/+3
|\
| * iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-5/+3
* | smb3: add debug for unexpected mid cancellationSteve French2018-10-241-2/+2
* | CIFS: Print message when attempting a mountRodrigo Freire2018-10-231-1/+1
* | smb3: add way to control slow response threshold for logging and statsSteve French2018-10-231-3/+12
* | cifs: fix a credits leak for compund commandsRonnie Sahlberg2018-10-231-20/+37
|/
* cifs: only wake the thread for the very last PDU in a compoundRonnie Sahlberg2018-10-021-1/+17
* cifs: add a warning if we try to to dequeue a deleted midRonnie Sahlberg2018-10-021-1/+2
* cifs: update receive_encrypted_standard to handle compounded responsesRonnie Sahlberg2018-08-091-2/+0
* smb3: display stats counters for number of slow commandsSteve French2018-08-071-0/+5
* smb3: add tracepoint for slow responsesSteve French2018-08-071-2/+6
OpenPOWER on IntegriCloud