summaryrefslogtreecommitdiffstats
path: root/fs/cifs/transport.c
Commit message (Expand)AuthorAgeFilesLines
* smb3: minor cleanup of compound_send_recvAurelien Aptel2019-07-081-22/+24
* cifs: use the right include for signal_pending()Ronnie Sahlberg2019-05-131-1/+1
* cifs: rename and clarify CIFS_ASYNC_OP and CIFS_NO_RESPRonnie Sahlberg2019-05-081-6/+3Star
* cifs: fix credits leak for SMB1 oplock breaksRonnie Sahlberg2019-05-081-5/+5
* cifs: smbd: take an array of reqeusts when sending upper layer dataLong Li2019-05-081-1/+1
* SMB3: Track total time spent on roundtrips for each SMB3 commandSteve French2019-05-081-4/+23
* cifs: simplify how we handle credits in compound_send_recv()Ronnie Sahlberg2019-03-151-72/+38Star
* smb3: add dynamic tracepoint for timeout waiting for creditsSteve French2019-03-151-0/+5
* cifs: add a timeout argument to wait_for_free_creditsRonnie Sahlberg2019-03-151-10/+30
* cifs: prevent starvation in wait_for_free_credits for multi-credit requestsRonnie Sahlberg2019-03-151-0/+28
* cifs: wait_for_free_credits() make it possible to wait for >=1 creditsRonnie Sahlberg2019-03-151-7/+7
* cifs: pass flags down into wait_for_free_credits()Ronnie Sahlberg2019-03-151-16/+14Star
* cifs: change wait_for_free_request() to take flags as argumentRonnie Sahlberg2019-03-151-16/+17
* CIFS: Mask off signals when sending SMB packetsPavel Shilovsky2019-03-061-3/+38
* CIFS: Return -EAGAIN instead of -ENOTSOCKPavel Shilovsky2019-03-061-1/+2
* CIFS: Try to acquire credits at once for compound requestsPavel Shilovsky2019-03-061-5/+34
* CIFS: Check for reconnects before sending compound requestsPavel Shilovsky2019-03-061-2/+36
* CIFS: Check for reconnects before sending async requestsPavel Shilovsky2019-03-061-2/+16
* CIFS: Respect reconnect in non-MTU credits calculationsPavel Shilovsky2019-03-061-18/+36
* CIFS: Respect reconnect in MTU credits calculationsPavel Shilovsky2019-03-061-6/+7
* CIFS: Do not skip SMB2 message IDs on send failuresPavel Shilovsky2019-03-051-1/+5
* CIFS: Fix credit calculations in compound mid callbackPavel Shilovsky2019-01-241-10/+1Star
* 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/+0Star
* cifs: smb2 commands can not be negative, remove confusing checkSteve French2018-12-241-3/+5
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-021-5/+3Star
|\
| * iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-5/+3Star
* | smb3: add debug for unexpected mid cancellationSteve French2018-10-241-2/+2
* | CIFS: Print message when attempting a mountRodrigo Freire2018-10-241-1/+1
* | smb3: add way to control slow response threshold for logging and statsSteve French2018-10-241-3/+12
* | cifs: fix a credits leak for compund commandsRonnie Sahlberg2018-10-241-20/+37
|/
* cifs: only wake the thread for the very last PDU in a compoundRonnie Sahlberg2018-10-031-1/+17
* cifs: add a warning if we try to to dequeue a deleted midRonnie Sahlberg2018-10-031-1/+2
* cifs: update receive_encrypted_standard to handle compounded responsesRonnie Sahlberg2018-08-101-2/+0Star
* 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
* cifs: add compound_send_recv()Ronnie Sahlberg2018-08-071-66/+90
* cifs: make smb_send_rqst take an array of requestsRonnie Sahlberg2018-08-071-8/+13
* cifs: update init_sg, crypt_message to take an array of rqstRonnie Sahlberg2018-08-071-7/+20
* smb3: add reconnect tracepointsSteve French2018-08-071-0/+2
* smb3: simplify code by removing CONFIG_CIFS_SMB311Steve French2018-08-071-4/+0Star
* cifs: fix SMB1 breakageRonnie Sahlberg2018-07-051-4/+5
* cifs: Fix use after free of a mid_q_entryLars Persson2018-07-051-1/+17
* cifs: Use correct packet length in SMB2_TRANSFORM headerPaulo Alcantara2018-06-161-5/+14
* cifs: Fix kernel oops when traceSMB is enabledPaulo Alcantara2018-06-151-5/+5
* cifs: update __smb_send_rqst() to take an array of requestsRonnie Sahlberg2018-06-151-35/+44
* cifs: remove smb2_send_recv()Ronnie Sahlberg2018-06-151-17/+0Star