index
:
kernel/linux.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
transport.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-25
use less confusing names for iov_iter direction initializers
Al Viro
1
-3
/
+3
2022-10-10
Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+3
2022-09-14
cifs: always initialize struct msghdr smb_msg completely
Stefan Metzmacher
1
-5
/
+1
2022-09-14
cifs: don't send down the destination address to sendmsg for a SOCK_STREAM
Stefan Metzmacher
1
-2
/
+2
2022-09-07
freezer,sched: Rewrite core freezer logic
Peter Zijlstra
1
-2
/
+3
2022-08-25
cifs: Add helper function to check smb1+ server
Zhang Xiaoxu
1
-2
/
+2
2022-08-25
cifs: Use help macro to get the header preamble size
Zhang Xiaoxu
1
-11
/
+10
2022-08-05
cifs: alloc_mid function should be marked as static
Steve French
1
-1
/
+1
2022-08-05
cifs: remove useless DeleteMidQEntry()
Enzo Matsumiya
1
-31
/
+26
2022-08-05
cifs: when insecure legacy is disabled shrink amount of SMB1 code
Steve French
1
-0
/
+179
2022-08-01
cifs: avoid use of global locks for high contention data
Shyam Prasad N
1
-47
/
+49
2022-08-01
cifs: remove some camelCase and also some static build warnings
Steve French
1
-2
/
+2
2022-06-01
cifs: fix potential deadlock in direct reclaim
Vincent Whitchurch
1
-20
/
+20
2022-05-24
cifs: use new enum for ses_status
Shyam Prasad N
1
-4
/
+4
2022-04-18
cifs: Use kzalloc instead of kmalloc/memset
Haowen Bai
1
-2
/
+1
2022-04-09
cifs: Split the smb3_add_credits tracepoint
David Howells
1
-2
/
+2
2022-03-19
cifs: use a different reconnect helper for non-cifsd threads
Shyam Prasad N
1
-1
/
+1
2022-02-09
cifs: call helper functions for marking channels for reconnect
Shyam Prasad N
1
-4
/
+1
2022-01-19
cifs: protect all accesses to chan_* with chan_lock
Shyam Prasad N
1
-0
/
+3
2022-01-19
cifs: fix the connection state transitions with multichannel
Shyam Prasad N
1
-12
/
+2
2022-01-08
cifs: avoid race during socket reconnect between send and recv
Shyam Prasad N
1
-11
/
+2
2022-01-08
cifs: take cifs_tcp_ses_lock for status checks
Shyam Prasad N
1
-8
/
+47
2022-01-03
cifs: use the chans_need_reconnect bitmap for reconnect status
Shyam Prasad N
1
-14
/
+14
2021-11-13
cifs: protect session channel fields with chan_lock
Shyam Prasad N
1
-0
/
+3
2021-09-13
cifs: remove pathname for file from SPDX header
Steve French
1
-1
/
+0
2021-07-03
cifs: make locking consistent around the server session status
Steve French
1
-0
/
+2
2021-06-21
cifs: use SPDX-Licence-Identifier
Steve French
1
-13
/
+1
2021-03-15
cifs: Fix preauth hash corruption
Vincent Whitchurch
1
-1
/
+6
2021-03-09
cifs: do not send close in compound create+close requests
Paulo Alcantara
1
-1
/
+1
2021-03-09
cifs: change noisy error message to FYI
Paulo Alcantara
1
-1
/
+1
2021-02-17
cifs: Identify a connection by a conn_id.
Shyam Prasad N
1
-14
/
+39
2021-02-17
cifs: Fix in error types returned for out-of-credit situations.
Shyam Prasad N
1
-3
/
+3
2021-02-17
cifs: New optype for session operations.
Shyam Prasad N
1
-2
/
+2
2021-02-05
smb3: fix crediting for compounding when only one request in flight
Pavel Shilovsky
1
-3
/
+15
2021-01-23
cifs: do not fail __smb_send_rqst if non-fatal signals are pending
Ronnie Sahlberg
1
-2
/
+2
2020-12-16
cifs: Tracepoints and logs for tracing credit changes.
Shyam Prasad N
1
-0
/
+15
2020-12-01
cifs: allow syscalls to be restarted in __smb_send_rqst()
Paulo Alcantara
1
-2
/
+2
2020-10-20
smb3: add dynamic trace point to trace when credits obtained
Steve French
1
-2
/
+3
2020-08-03
cifs`: handle ERRBaduid for SMB1
Roberto Bergantinos Corpas
1
-1
/
+1
2020-07-02
cifs: prevent truncation from long to int in wait_for_free_credits
Ronnie Sahlberg
1
-1
/
+1
2020-06-06
Merge tag '5.8-rc-smb3-fixes-part-1' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
1
-30
/
+45
2020-06-04
cifs: multichannel: move channel selection above transport layer
Aurelien Aptel
1
-7
/
+7
2020-06-02
cifs: multichannel: move channel selection in function
Aurelien Aptel
1
-11
/
+27
2020-06-01
cifs: Standardize logging output
Joe Perches
1
-13
/
+12
2020-05-28
tcp: add tcp_sock_set_cork
Christoph Hellwig
1
-6
/
+2
2020-03-30
cifs: Allocate encryption header through kmalloc
Long Li
1
-11
/
+17
2020-01-27
CIFS: Fix task struct use-after-free on reconnect
Vincent Whitchurch
1
-0
/
+3
2019-11-25
cifs: try opening channels after mounting
Aurelien Aptel
1
-1
/
+12
2019-11-25
cifs: add server param
Aurelien Aptel
1
-2
/
+3
2019-11-25
cifs: smbd: Return -EAGAIN when transport is reconnecting
Long Li
1
-2
/
+5
[next]