index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
transport.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
smb3: minor cleanup of compound_send_recv
Aurelien Aptel
2019-07-07
1
-22
/
+24
*
cifs: use the right include for signal_pending()
Ronnie Sahlberg
2019-05-12
1
-1
/
+1
*
cifs: rename and clarify CIFS_ASYNC_OP and CIFS_NO_RESP
Ronnie Sahlberg
2019-05-07
1
-6
/
+3
*
cifs: fix credits leak for SMB1 oplock breaks
Ronnie Sahlberg
2019-05-07
1
-5
/
+5
*
cifs: smbd: take an array of reqeusts when sending upper layer data
Long Li
2019-05-07
1
-1
/
+1
*
SMB3: Track total time spent on roundtrips for each SMB3 command
Steve French
2019-05-07
1
-4
/
+23
*
cifs: simplify how we handle credits in compound_send_recv()
Ronnie Sahlberg
2019-03-14
1
-72
/
+38
*
smb3: add dynamic tracepoint for timeout waiting for credits
Steve French
2019-03-14
1
-0
/
+5
*
cifs: add a timeout argument to wait_for_free_credits
Ronnie Sahlberg
2019-03-14
1
-10
/
+30
*
cifs: prevent starvation in wait_for_free_credits for multi-credit requests
Ronnie Sahlberg
2019-03-14
1
-0
/
+28
*
cifs: wait_for_free_credits() make it possible to wait for >=1 credits
Ronnie Sahlberg
2019-03-14
1
-7
/
+7
*
cifs: pass flags down into wait_for_free_credits()
Ronnie Sahlberg
2019-03-14
1
-16
/
+14
*
cifs: change wait_for_free_request() to take flags as argument
Ronnie Sahlberg
2019-03-14
1
-16
/
+17
*
CIFS: Mask off signals when sending SMB packets
Pavel Shilovsky
2019-03-05
1
-3
/
+38
*
CIFS: Return -EAGAIN instead of -ENOTSOCK
Pavel Shilovsky
2019-03-05
1
-1
/
+2
*
CIFS: Try to acquire credits at once for compound requests
Pavel Shilovsky
2019-03-05
1
-5
/
+34
*
CIFS: Check for reconnects before sending compound requests
Pavel Shilovsky
2019-03-05
1
-2
/
+36
*
CIFS: Check for reconnects before sending async requests
Pavel Shilovsky
2019-03-05
1
-2
/
+16
*
CIFS: Respect reconnect in non-MTU credits calculations
Pavel Shilovsky
2019-03-05
1
-18
/
+36
*
CIFS: Respect reconnect in MTU credits calculations
Pavel Shilovsky
2019-03-05
1
-6
/
+7
*
CIFS: Do not skip SMB2 message IDs on send failures
Pavel Shilovsky
2019-03-04
1
-1
/
+5
*
CIFS: Fix credit calculations in compound mid callback
Pavel Shilovsky
2019-01-24
1
-10
/
+1
*
CIFS: Move credit processing to mid callbacks for SMB3
Pavel Shilovsky
2019-01-11
1
-17
/
+34
*
CIFS: Fix credits calculation for cancelled requests
Pavel Shilovsky
2019-01-11
1
-2
/
+26
*
CIFS: Do not hide EINTR after sending network packets
Pavel Shilovsky
2019-01-11
1
-1
/
+1
*
CIFS: Fix credit computation for compounded requests
Pavel Shilovsky
2019-01-10
1
-18
/
+41
*
CIFS: Do not set credits to 1 if the server didn't grant anything
Pavel Shilovsky
2019-01-10
1
-2
/
+0
*
cifs: smb2 commands can not be negative, remove confusing check
Steve French
2018-12-23
1
-3
/
+5
*
Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
2018-11-01
1
-5
/
+3
|
\
|
*
iov_iter: Separate type from direction and use accessor functions
David Howells
2018-10-24
1
-5
/
+3
*
|
smb3: add debug for unexpected mid cancellation
Steve French
2018-10-24
1
-2
/
+2
*
|
CIFS: Print message when attempting a mount
Rodrigo Freire
2018-10-23
1
-1
/
+1
*
|
smb3: add way to control slow response threshold for logging and stats
Steve French
2018-10-23
1
-3
/
+12
*
|
cifs: fix a credits leak for compund commands
Ronnie Sahlberg
2018-10-23
1
-20
/
+37
|
/
*
cifs: only wake the thread for the very last PDU in a compound
Ronnie Sahlberg
2018-10-02
1
-1
/
+17
*
cifs: add a warning if we try to to dequeue a deleted mid
Ronnie Sahlberg
2018-10-02
1
-1
/
+2
*
cifs: update receive_encrypted_standard to handle compounded responses
Ronnie Sahlberg
2018-08-09
1
-2
/
+0
*
smb3: display stats counters for number of slow commands
Steve French
2018-08-07
1
-0
/
+5
*
smb3: add tracepoint for slow responses
Steve French
2018-08-07
1
-2
/
+6
*
cifs: add compound_send_recv()
Ronnie Sahlberg
2018-08-07
1
-66
/
+90
*
cifs: make smb_send_rqst take an array of requests
Ronnie Sahlberg
2018-08-07
1
-8
/
+13
*
cifs: update init_sg, crypt_message to take an array of rqst
Ronnie Sahlberg
2018-08-07
1
-7
/
+20
*
smb3: add reconnect tracepoints
Steve French
2018-08-07
1
-0
/
+2
*
smb3: simplify code by removing CONFIG_CIFS_SMB311
Steve French
2018-08-07
1
-4
/
+0
*
cifs: fix SMB1 breakage
Ronnie Sahlberg
2018-07-05
1
-4
/
+5
*
cifs: Fix use after free of a mid_q_entry
Lars Persson
2018-07-05
1
-1
/
+17
*
cifs: Use correct packet length in SMB2_TRANSFORM header
Paulo Alcantara
2018-06-15
1
-5
/
+14
*
cifs: Fix kernel oops when traceSMB is enabled
Paulo Alcantara
2018-06-15
1
-5
/
+5
*
cifs: update __smb_send_rqst() to take an array of requests
Ronnie Sahlberg
2018-06-15
1
-35
/
+44
*
cifs: remove smb2_send_recv()
Ronnie Sahlberg
2018-06-15
1
-17
/
+0
[next]