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