Age | Commit message (Expand) | Author | Files | Lines |
2019-05-12 | cifs: use the right include for signal_pending() | Ronnie Sahlberg | 1 | -1/+1 |
2019-05-07 | cifs: rename and clarify CIFS_ASYNC_OP and CIFS_NO_RESP | Ronnie Sahlberg | 1 | -6/+3 |
2019-05-07 | cifs: fix credits leak for SMB1 oplock breaks | Ronnie Sahlberg | 1 | -5/+5 |
2019-05-07 | cifs: smbd: take an array of reqeusts when sending upper layer data | Long Li | 1 | -1/+1 |
2019-05-07 | SMB3: Track total time spent on roundtrips for each SMB3 command | Steve French | 1 | -4/+23 |
2019-03-14 | cifs: simplify how we handle credits in compound_send_recv() | Ronnie Sahlberg | 1 | -72/+38 |
2019-03-14 | smb3: add dynamic tracepoint for timeout waiting for credits | Steve French | 1 | -0/+5 |
2019-03-14 | cifs: add a timeout argument to wait_for_free_credits | Ronnie Sahlberg | 1 | -10/+30 |
2019-03-14 | cifs: prevent starvation in wait_for_free_credits for multi-credit requests | Ronnie Sahlberg | 1 | -0/+28 |
2019-03-14 | cifs: wait_for_free_credits() make it possible to wait for >=1 credits | Ronnie Sahlberg | 1 | -7/+7 |
2019-03-14 | cifs: pass flags down into wait_for_free_credits() | Ronnie Sahlberg | 1 | -16/+14 |
2019-03-14 | cifs: change wait_for_free_request() to take flags as argument | Ronnie Sahlberg | 1 | -16/+17 |
2019-03-05 | CIFS: Mask off signals when sending SMB packets | Pavel Shilovsky | 1 | -3/+38 |
2019-03-05 | CIFS: Return -EAGAIN instead of -ENOTSOCK | Pavel Shilovsky | 1 | -1/+2 |
2019-03-05 | CIFS: Try to acquire credits at once for compound requests | Pavel Shilovsky | 1 | -5/+34 |
2019-03-05 | CIFS: Check for reconnects before sending compound requests | Pavel Shilovsky | 1 | -2/+36 |
2019-03-05 | CIFS: Check for reconnects before sending async requests | Pavel Shilovsky | 1 | -2/+16 |
2019-03-05 | CIFS: Respect reconnect in non-MTU credits calculations | Pavel Shilovsky | 1 | -18/+36 |
2019-03-05 | CIFS: Respect reconnect in MTU credits calculations | Pavel Shilovsky | 1 | -6/+7 |
2019-03-04 | CIFS: Do not skip SMB2 message IDs on send failures | Pavel Shilovsky | 1 | -1/+5 |
2019-01-24 | CIFS: Fix credit calculations in compound mid callback | Pavel Shilovsky | 1 | -10/+1 |
2019-01-11 | CIFS: Move credit processing to mid callbacks for SMB3 | Pavel Shilovsky | 1 | -17/+34 |
2019-01-11 | CIFS: Fix credits calculation for cancelled requests | Pavel Shilovsky | 1 | -2/+26 |
2019-01-11 | CIFS: Do not hide EINTR after sending network packets | Pavel Shilovsky | 1 | -1/+1 |
2019-01-10 | CIFS: Fix credit computation for compounded requests | Pavel Shilovsky | 1 | -18/+41 |
2019-01-10 | CIFS: Do not set credits to 1 if the server didn't grant anything | Pavel Shilovsky | 1 | -2/+0 |
2018-12-23 | cifs: smb2 commands can not be negative, remove confusing check | Steve French | 1 | -3/+5 |
2018-11-01 | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro... | Linus Torvalds | 1 | -5/+3 |
2018-10-24 | smb3: add debug for unexpected mid cancellation | Steve French | 1 | -2/+2 |
2018-10-23 | CIFS: Print message when attempting a mount | Rodrigo Freire | 1 | -1/+1 |
2018-10-23 | smb3: add way to control slow response threshold for logging and stats | Steve French | 1 | -3/+12 |
2018-10-23 | cifs: fix a credits leak for compund commands | Ronnie Sahlberg | 1 | -20/+37 |
2018-10-24 | iov_iter: Separate type from direction and use accessor functions | David Howells | 1 | -5/+3 |
2018-10-02 | cifs: only wake the thread for the very last PDU in a compound | Ronnie Sahlberg | 1 | -1/+17 |
2018-10-02 | cifs: add a warning if we try to to dequeue a deleted mid | Ronnie Sahlberg | 1 | -1/+2 |
2018-08-09 | cifs: update receive_encrypted_standard to handle compounded responses | Ronnie Sahlberg | 1 | -2/+0 |
2018-08-07 | smb3: display stats counters for number of slow commands | Steve French | 1 | -0/+5 |
2018-08-07 | smb3: add tracepoint for slow responses | Steve French | 1 | -2/+6 |
2018-08-07 | cifs: add compound_send_recv() | Ronnie Sahlberg | 1 | -66/+90 |
2018-08-07 | cifs: make smb_send_rqst take an array of requests | Ronnie Sahlberg | 1 | -8/+13 |
2018-08-07 | cifs: update init_sg, crypt_message to take an array of rqst | Ronnie Sahlberg | 1 | -7/+20 |
2018-08-07 | smb3: add reconnect tracepoints | Steve French | 1 | -0/+2 |
2018-08-07 | smb3: simplify code by removing CONFIG_CIFS_SMB311 | Steve French | 1 | -4/+0 |
2018-07-05 | cifs: fix SMB1 breakage | Ronnie Sahlberg | 1 | -4/+5 |
2018-07-05 | cifs: Fix use after free of a mid_q_entry | Lars Persson | 1 | -1/+17 |
2018-06-15 | cifs: Use correct packet length in SMB2_TRANSFORM header | Paulo Alcantara | 1 | -5/+14 |
2018-06-15 | cifs: Fix kernel oops when traceSMB is enabled | Paulo Alcantara | 1 | -5/+5 |
2018-06-15 | cifs: update __smb_send_rqst() to take an array of requests | Ronnie Sahlberg | 1 | -35/+44 |
2018-06-15 | cifs: remove smb2_send_recv() | Ronnie Sahlberg | 1 | -17/+0 |
2018-06-15 | cifs: push rfc1002 generation down the stack | Ronnie Sahlberg | 1 | -50/+32 |