index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
cifs
/
connect.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-11
cifs: fix potential use-after-free in cifs_echo_request()
Paulo Alcantara
1
-0
/
+2
2020-07-09
SMB3: Honor lease disabling for multiuser mounts
Paul Aurich
1
-0
/
+1
2020-07-09
SMB3: Honor persistent/resilient handle flags for multiuser mounts
Paul Aurich
1
-0
/
+2
2020-07-09
SMB3: Honor 'seal' flag for multiuser mounts
Paul Aurich
1
-0
/
+1
2020-07-09
SMB3: Honor 'posix' flag for multiuser mounts
Paul Aurich
1
-4
/
+1
2020-05-10
cifs: protect updating server->dstaddr with a spinlock
Ronnie Sahlberg
1
-0
/
+2
2020-03-05
cifs: Fix mode output in debugging statements
Frank Sorenson
1
-1
/
+1
2020-02-24
cifs: fix NULL dereference in match_prepath
Ronnie Sahlberg
1
-2
/
+4
2020-01-27
signal: Allow cifs and drbd to receive their terminating signals
Eric W. Biederman
1
-1
/
+1
2020-01-27
cifs: fix rmmod regression in cifs.ko caused by force_sig changes
Steve French
1
-0
/
+1
2020-01-27
signal/cifs: Fix cifs_put_tcp_session to call send_sig instead of force_sig
Eric W. Biederman
1
-1
/
+1
2019-11-06
cifs: add credits from unmatched responses/messages
Ronnie Sahlberg
1
-0
/
+22
2019-10-05
smb3: allow disabling requesting leases
Steve French
1
-1
/
+8
2019-09-21
cifs: Use kzfree() to zero out the password
Dan Carpenter
1
-1
/
+1
2019-09-21
cifs: set domainName when a domain-key is used in multiuser
Ronnie Sahlberg
1
-0
/
+22
2019-09-16
cifs: Properly handle auto disabling of serverino option
Paulo Alcantara (SUSE)
1
-2
/
+6
2019-08-06
cifs: Fix a race condition with cifs_echo_request
Ronnie Sahlberg
1
-4
/
+4
2019-04-05
cifs: Fix NULL pointer dereference of devname
Yao Liu
1
-0
/
+5
2019-02-06
cifs: Always resolve hostname before reconnecting
Paulo Alcantara
1
-0
/
+53
2019-01-31
CIFS: Do not reconnect TCP session in add_credits()
Pavel Shilovsky
1
-0
/
+21
2018-10-02
smb3: fix lease break problem introduced by compounding
Steve French
1
-2
/
+1
2018-10-02
cifs: add a warning if we try to to dequeue a deleted mid
Ronnie Sahlberg
1
-1
/
+9
2018-09-02
cifs: connect to servername instead of IP for IPC$ share
Thomas Werschlein
1
-1
/
+1
2018-08-09
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-02
CIFS: Use offset when reading pages
Long Li
1
-2
/
+3
2018-06-02
cifs: update multiplex loop to handle compounded responses
Ronnie Sahlberg
1
-4
/
+20
2018-05-31
cifs: remove rfc1002 header from all SMB2 response structures
Ronnie Sahlberg
1
-1
/
+5
2018-05-31
smb3: Add posix create context for smb3.11 posix mounts
Steve French
1
-0
/
+11
2018-05-30
smb3: allow "posix" mount option to enable new SMB311 protocol extensions
Steve French
1
-1
/
+22
2018-05-30
cifs: allow disabling less secure legacy dialects
Steve French
1
-0
/
+9
2018-05-27
cifs: fix build break when CONFIG_CIFS_DEBUG2 enabled
Steve French
1
-1
/
+1
2018-05-27
smb3: fix redundant opens on root
Steve French
1
-0
/
+13
2018-05-09
cifs: smbd: Enable signing with smbdirect
Long Li
1
-8
/
+0
2018-04-24
SMB3: Fix 3.11 encryption to Windows and handle encrypted smb3 tcon
Steve French
1
-16
/
+16
2018-04-12
cifs: add resp_buf_size to the mid_q_entry structure
Ronnie Sahlberg
1
-0
/
+1
2018-04-12
cifs: add pdu_size to the TCP_Server_Info structure
Ronnie Sahlberg
1
-1
/
+2
2018-04-02
cifs: add server->vals->header_preamble_size
Ronnie Sahlberg
1
-5
/
+11
2018-04-01
Don't log confusing message on reconnect by default
Steve French
1
-1
/
+1
2018-01-26
CIFS: document tcon/ses/server refcount dance
Aurelien Aptel
1
-1
/
+31
2018-01-26
CIFS: zero sensitive data when freeing
Aurelien Aptel
1
-3
/
+3
2018-01-26
CIFS: make IPC a regular tcon
Aurelien Aptel
1
-37
/
+113
[next]