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.12.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
/
connect.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-16
cifs: Don't match port on SMBDirect transport
Long Li
1
-0
/
+4
2019-05-15
cifs:smbd When reconnecting to server, call smbd_destroy() after all MIDs hav...
Long Li
1
-17
/
+20
2019-05-08
cifs: Call MID callback before destroying transport
Long Li
1
-17
/
+19
2019-05-08
smbd: Make upper layer decide when to destroy the transport
Long Li
1
-5
/
+4
2019-05-08
cifs: Fix DFS cache refresher for DFS links
Paulo Alcantara (SUSE)
1
-8
/
+14
2019-04-01
SMB3: Allow persistent handle timeout to be configurable on mount
Steve French
1
-1
/
+29
2019-03-15
cifs: remove unused value pointed out by Coverity
Steve French
1
-4
/
+0
2019-03-06
CIFS: Respect reconnect in MTU credits calculations
Pavel Shilovsky
1
-2
/
+1
2019-03-06
CIFS: Set reconnect instance to one initially
Pavel Shilovsky
1
-1
/
+1
2019-03-05
CIFS: Count SMB3 credits for malformed pending responses
Pavel Shilovsky
1
-1
/
+1
2019-03-05
smb3: make default i/o size for smb3 mounts larger
Steve French
1
-2
/
+24
2019-03-05
cifs: add credits from unmatched responses/messages
Ronnie Sahlberg
1
-0
/
+22
2019-03-05
cifs: replace snprintf with scnprintf
Ronnie Sahlberg
1
-3
/
+3
2019-03-05
cifs: Fix NULL pointer dereference of devname
Yao Liu
1
-0
/
+5
2019-01-24
CIFS: Do not reconnect TCP session in add_credits()
Pavel Shilovsky
1
-0
/
+21
2019-01-10
cifs: Fix a debug message
Dan Carpenter
1
-3
/
+4
2019-01-03
cifs: fix confusing warning message on reconnect
Steve French
1
-1
/
+1
2018-12-28
cifs: Always resolve hostname before reconnecting
Paulo Alcantara
1
-32
/
+52
2018-12-28
cifs: Only free DFS target list if we actually got one
Paulo Alcantara
1
-3
/
+3
2018-12-28
cifs: start DFS cache refresher in cifs_mount()
Paulo Alcantara
1
-0
/
+6
2018-12-28
cifs: Use GFP_ATOMIC when a lock is held in cifs_mount()
YueHaibing
1
-1
/
+2
2018-12-28
cifs: Add support for failover in cifs_reconnect()
Paulo Alcantara
1
-1
/
+188
2018-12-28
cifs: Add support for failover in cifs_mount()
Paulo Alcantara
1
-10
/
+218
2018-12-28
cifs: Make use of DFS cache to get new DFS referrals
Paulo Alcantara
1
-31
/
+14
2018-12-28
cifs: Add DFS cache routines
Paulo Alcantara
1
-1
/
+1
2018-12-24
cifs: auto disable 'serverino' in dfs mounts
Aurelien Aptel
1
-0
/
+6
2018-12-24
cifs: Skip any trailing backslashes from UNC
Paulo Alcantara
1
-1
/
+6
2018-12-24
cifs: Refactor out cifs_mount()
Paulo Alcantara
1
-182
/
+259
2018-12-24
cifs: suppress some implicit-fallthrough warnings
Gustavo A. R. Silva
1
-1
/
+1
2018-12-24
Add vers=3.0.2 as a valid option for SMBv3.0.2
Kenneth D'souza
1
-0
/
+1
2018-11-02
Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...
Linus Torvalds
1
-2
/
+2
2018-10-24
cifs: do not return atime less than mtime
Steve French
1
-0
/
+1
2018-10-24
smb3: Add debug message later in smb2/smb3 reconnect path
Steve French
1
-1
/
+1
2018-10-24
CIFS: make 'nodfs' mount opt a superblock flag
Aurelien Aptel
1
-4
/
+5
2018-10-24
smb3: track the instance of each session for debugging
Steve French
1
-0
/
+1
2018-10-24
iov_iter: Separate type from direction and use accessor functions
David Howells
1
-2
/
+2
2018-10-03
smb3: fix lease break problem introduced by compounding
Steve French
1
-2
/
+1
2018-10-03
cifs: add a warning if we try to to dequeue a deleted mid
Ronnie Sahlberg
1
-1
/
+9
2018-09-03
cifs: connect to servername instead of IP for IPC$ share
Thomas Werschlein
1
-1
/
+1
2018-08-10
cifs: update receive_encrypted_standard to handle compounded responses
Ronnie Sahlberg
1
-32
/
+50
2018-08-07
smb3: add reconnect tracepoints
Steve French
1
-0
/
+1
2018-08-07
smb3: simplify code by removing CONFIG_CIFS_SMB311
Steve French
1
-10
/
+1
2018-08-07
cifs: allow disabling insecure dialects in the config
Steve French
1
-0
/
+9
2018-08-07
smb3: if server does not support posix do not allow posix mount option
Steve French
1
-2
/
+6
2018-07-05
cifs: Fix use after free of a mid_q_entry
Lars Persson
1
-1
/
+7
2018-06-15
CIFS: move default port definitions to cifsglob.h
Aurelien Aptel
1
-3
/
+0
2018-06-15
smb3: note that smb3.11 posix extensions mount option is experimental
Steve French
1
-1
/
+4
2018-06-07
smb3: do not allow insecure cifs mounts when using smb3
Steve French
1
-9
/
+17
2018-06-07
CIFS: Fix NULL ptr deref
Aurelien Aptel
1
-6
/
+0
2018-06-03
CIFS: Use offset when reading pages
Long Li
1
-2
/
+3
[next]