index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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
*
use less confusing names for iov_iter direction initializers
Al Viro
2022-11-25
1
-3
/
+3
*
Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-10-10
1
-2
/
+3
|
\
|
*
freezer,sched: Rewrite core freezer logic
Peter Zijlstra
2022-09-07
1
-2
/
+3
*
|
cifs: always initialize struct msghdr smb_msg completely
Stefan Metzmacher
2022-09-13
1
-5
/
+1
*
|
cifs: don't send down the destination address to sendmsg for a SOCK_STREAM
Stefan Metzmacher
2022-09-13
1
-2
/
+2
*
|
cifs: Add helper function to check smb1+ server
Zhang Xiaoxu
2022-08-24
1
-2
/
+2
*
|
cifs: Use help macro to get the header preamble size
Zhang Xiaoxu
2022-08-24
1
-11
/
+10
|
/
*
cifs: alloc_mid function should be marked as static
Steve French
2022-08-05
1
-1
/
+1
*
cifs: remove useless DeleteMidQEntry()
Enzo Matsumiya
2022-08-05
1
-31
/
+26
*
cifs: when insecure legacy is disabled shrink amount of SMB1 code
Steve French
2022-08-05
1
-0
/
+179
*
cifs: avoid use of global locks for high contention data
Shyam Prasad N
2022-08-01
1
-47
/
+49
*
cifs: remove some camelCase and also some static build warnings
Steve French
2022-08-01
1
-2
/
+2
*
cifs: fix potential deadlock in direct reclaim
Vincent Whitchurch
2022-06-01
1
-20
/
+20
*
cifs: use new enum for ses_status
Shyam Prasad N
2022-05-24
1
-4
/
+4
*
cifs: Use kzalloc instead of kmalloc/memset
Haowen Bai
2022-04-18
1
-2
/
+1
*
cifs: Split the smb3_add_credits tracepoint
David Howells
2022-04-08
1
-2
/
+2
*
cifs: use a different reconnect helper for non-cifsd threads
Shyam Prasad N
2022-03-18
1
-1
/
+1
*
cifs: call helper functions for marking channels for reconnect
Shyam Prasad N
2022-02-08
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-07
1
-11
/
+2
*
cifs: take cifs_tcp_ses_lock for status checks
Shyam Prasad N
2022-01-07
1
-8
/
+47
*
cifs: use the chans_need_reconnect bitmap for reconnect status
Shyam Prasad N
2022-01-02
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-02
1
-0
/
+2
*
cifs: use SPDX-Licence-Identifier
Steve French
2021-06-20
1
-13
/
+1
*
cifs: Fix preauth hash corruption
Vincent Whitchurch
2021-03-14
1
-1
/
+6
*
cifs: do not send close in compound create+close requests
Paulo Alcantara
2021-03-08
1
-1
/
+1
*
cifs: change noisy error message to FYI
Paulo Alcantara
2021-03-08
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-02
1
-1
/
+1
*
cifs: prevent truncation from long to int in wait_for_free_credits
Ronnie Sahlberg
2020-07-01
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-05
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-26
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
[next]