index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
transport.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
cifs: call helper functions for marking channels for reconnect
Shyam Prasad N
2022-02-09
1
-4
/
+1
*
cifs: protect all accesses to chan_* with chan_lock
Shyam Prasad N
2022-01-19
1
-0
/
+3
*
cifs: fix the connection state transitions with multichannel
Shyam Prasad N
2022-01-19
1
-12
/
+2
*
cifs: avoid race during socket reconnect between send and recv
Shyam Prasad N
2022-01-08
1
-11
/
+2
*
cifs: take cifs_tcp_ses_lock for status checks
Shyam Prasad N
2022-01-08
1
-8
/
+47
*
cifs: use the chans_need_reconnect bitmap for reconnect status
Shyam Prasad N
2022-01-03
1
-14
/
+14
*
cifs: protect session channel fields with chan_lock
Shyam Prasad N
2021-11-12
1
-0
/
+3
*
cifs: remove pathname for file from SPDX header
Steve French
2021-09-13
1
-1
/
+0
*
cifs: make locking consistent around the server session status
Steve French
2021-07-03
1
-0
/
+2
*
cifs: use SPDX-Licence-Identifier
Steve French
2021-06-21
1
-13
/
+1
*
cifs: Fix preauth hash corruption
Vincent Whitchurch
2021-03-15
1
-1
/
+6
*
cifs: do not send close in compound create+close requests
Paulo Alcantara
2021-03-09
1
-1
/
+1
*
cifs: change noisy error message to FYI
Paulo Alcantara
2021-03-09
1
-1
/
+1
*
cifs: Identify a connection by a conn_id.
Shyam Prasad N
2021-02-16
1
-14
/
+39
*
cifs: Fix in error types returned for out-of-credit situations.
Shyam Prasad N
2021-02-16
1
-3
/
+3
*
cifs: New optype for session operations.
Shyam Prasad N
2021-02-16
1
-2
/
+2
*
smb3: fix crediting for compounding when only one request in flight
Pavel Shilovsky
2021-02-05
1
-3
/
+15
*
cifs: do not fail __smb_send_rqst if non-fatal signals are pending
Ronnie Sahlberg
2021-01-23
1
-2
/
+2
*
cifs: Tracepoints and logs for tracing credit changes.
Shyam Prasad N
2020-12-15
1
-0
/
+15
*
cifs: allow syscalls to be restarted in __smb_send_rqst()
Paulo Alcantara
2020-11-30
1
-2
/
+2
*
smb3: add dynamic trace point to trace when credits obtained
Steve French
2020-10-20
1
-2
/
+3
*
cifs`: handle ERRBaduid for SMB1
Roberto Bergantinos Corpas
2020-08-03
1
-1
/
+1
*
cifs: prevent truncation from long to int in wait_for_free_credits
Ronnie Sahlberg
2020-07-02
1
-1
/
+1
*
Merge tag '5.8-rc-smb3-fixes-part-1' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2020-06-06
1
-30
/
+45
|
\
|
*
cifs: multichannel: move channel selection above transport layer
Aurelien Aptel
2020-06-04
1
-7
/
+7
|
*
cifs: multichannel: move channel selection in function
Aurelien Aptel
2020-06-02
1
-11
/
+27
|
*
cifs: Standardize logging output
Joe Perches
2020-06-01
1
-13
/
+12
*
|
tcp: add tcp_sock_set_cork
Christoph Hellwig
2020-05-28
1
-6
/
+2
|
/
*
cifs: Allocate encryption header through kmalloc
Long Li
2020-03-29
1
-11
/
+17
*
CIFS: Fix task struct use-after-free on reconnect
Vincent Whitchurch
2020-01-27
1
-0
/
+3
*
cifs: try opening channels after mounting
Aurelien Aptel
2019-11-25
1
-1
/
+12
*
cifs: add server param
Aurelien Aptel
2019-11-25
1
-2
/
+3
*
cifs: smbd: Return -EAGAIN when transport is reconnecting
Long Li
2019-11-25
1
-2
/
+5
*
CIFS: Do not miss cancelled OPEN responses
Pavel Shilovsky
2019-11-25
1
-2
/
+8
*
cifs: rename a variable in SendReceive()
Dan Carpenter
2019-11-25
1
-1
/
+1
*
CIFS: Fix retry mid list corruption on reconnects
Pavel Shilovsky
2019-10-25
1
-19
/
+23
*
smb3: display max smb3 requests in flight at any one time
Steve French
2019-09-16
1
-0
/
+4
*
cifs: add a debug macro that prints \\server\share for errors
Ronnie Sahlberg
2019-09-16
1
-2
/
+2
*
cifs: fix dereference on ses before it is null checked
Colin Ian King
2019-09-16
1
-1
/
+2
*
cifs: add new debugging macro cifs_server_dbg
Ronnie Sahlberg
2019-09-16
1
-56
/
+59
*
smb3: minor cleanup of compound_send_recv
Aurelien Aptel
2019-07-08
1
-22
/
+24
*
cifs: use the right include for signal_pending()
Ronnie Sahlberg
2019-05-13
1
-1
/
+1
*
cifs: rename and clarify CIFS_ASYNC_OP and CIFS_NO_RESP
Ronnie Sahlberg
2019-05-08
1
-6
/
+3
*
cifs: fix credits leak for SMB1 oplock breaks
Ronnie Sahlberg
2019-05-08
1
-5
/
+5
*
cifs: smbd: take an array of reqeusts when sending upper layer data
Long Li
2019-05-08
1
-1
/
+1
*
SMB3: Track total time spent on roundtrips for each SMB3 command
Steve French
2019-05-08
1
-4
/
+23
*
cifs: simplify how we handle credits in compound_send_recv()
Ronnie Sahlberg
2019-03-15
1
-72
/
+38
*
smb3: add dynamic tracepoint for timeout waiting for credits
Steve French
2019-03-15
1
-0
/
+5
*
cifs: add a timeout argument to wait_for_free_credits
Ronnie Sahlberg
2019-03-15
1
-10
/
+30
*
cifs: prevent starvation in wait_for_free_credits for multi-credit requests
Ronnie Sahlberg
2019-03-15
1
-0
/
+28
[next]