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
*
SMB3: Honor 'posix' flag for multiuser mounts
Paul Aurich
2020-07-02
1
-4
/
+1
*
SMB3: Honor 'handletimeout' flag for multiuser mounts
Paul Aurich
2020-07-02
1
-0
/
+1
*
SMB3: Honor lease disabling for multiuser mounts
Paul Aurich
2020-07-02
1
-0
/
+1
*
SMB3: Honor persistent/resilient handle flags for multiuser mounts
Paul Aurich
2020-07-02
1
-0
/
+2
*
SMB3: Honor 'seal' flag for multiuser mounts
Paul Aurich
2020-07-02
1
-0
/
+1
*
Merge tag '5.8-rc-smb3-fixes-part-1' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2020-06-06
1
-62
/
+68
|
\
|
*
smb3: default to minimum of two channels when multichannel specified
Steve French
2020-06-04
1
-0
/
+4
|
*
cifs: Standardize logging output
Joe Perches
2020-06-01
1
-45
/
+32
|
*
smb3: Add new parm "nodelete"
Steve French
2020-06-01
1
-1
/
+8
|
*
cifs: get rid of unused parameter in reconn_setup_dfs_targets()
Paulo Alcantara
2020-06-01
1
-3
/
+2
|
*
cifs: handle hostnames that resolve to same ip in failover
Paulo Alcantara
2020-06-01
1
-3
/
+3
|
*
cifs: set up next DFS target before generic_ip_connect()
Paulo Alcantara
2020-06-01
1
-9
/
+9
|
*
cifs: handle "nolease" option for vers=1.0
Kenneth D'souza
2020-06-01
1
-1
/
+10
*
|
tcp: add tcp_sock_set_nodelay
Christoph Hellwig
2020-05-28
1
-8
/
+2
|
/
*
cifs: do not share tcons with DFS
Paulo Alcantara
2020-04-23
1
-0
/
+4
*
cifs: protect updating server->dstaddr with a spinlock
Ronnie Sahlberg
2020-04-21
1
-0
/
+2
*
cifs: clear PF_MEMALLOC before exiting demultiplex thread
Eric Biggers
2020-03-23
1
-1
/
+4
*
CIFS: Warn less noisily on default mount
Steve French
2020-03-23
1
-5
/
+6
*
cifs: print warning mounting with vers=1.0
Steve French
2020-03-23
1
-0
/
+3
*
cifs: call wake_up(&server->response_q) inside of cifs_reconnect()
Stefan Metzmacher
2020-03-23
1
-5
/
+2
*
cifs: handle prefix paths in reconnect
Paulo Alcantara (SUSE)
2020-03-23
1
-51
/
+12
*
cifs: Fix mode output in debugging statements
Frank Sorenson
2020-02-13
1
-1
/
+1
*
SMB3: Backup intent flag missing from some more ops
Amir Goldstein
2020-02-03
1
-1
/
+1
*
cifs: fix NULL dereference in match_prepath
Ronnie Sahlberg
2020-01-27
1
-2
/
+4
*
cifs: Fix lookup of SMB connections on multichannel
Paulo Alcantara (SUSE)
2019-12-04
1
-1
/
+5
*
cifs: Fix retrieval of DFS referrals in cifs_mount()
Paulo Alcantara (SUSE)
2019-11-25
1
-10
/
+22
*
cifs: Fix use-after-free bug in cifs_reconnect()
Paulo Alcantara (SUSE)
2019-11-25
1
-11
/
+35
*
cifs: try opening channels after mounting
Aurelien Aptel
2019-11-25
1
-13
/
+35
*
cifs: switch servers depending on binding state
Aurelien Aptel
2019-11-25
1
-2
/
+2
*
cifs: add multichannel mount options and data structs
Aurelien Aptel
2019-11-25
1
-2
/
+36
*
CIFS: Do not miss cancelled OPEN responses
Pavel Shilovsky
2019-11-25
1
-6
/
+0
*
CIFS: Fix NULL pointer dereference in mid callback
Pavel Shilovsky
2019-11-25
1
-0
/
+15
*
CIFS: Fix retry mid list corruption on reconnects
Pavel Shilovsky
2019-10-25
1
-1
/
+9
*
cifs: Handle -EINPROGRESS only when noblockcnt is set
Paulo Alcantara (SUSE)
2019-10-21
1
-2
/
+6
*
smb3: remove noisy debug message and minor cleanup
Steve French
2019-10-09
1
-1
/
+1
*
smb3: cleanup some recent endian errors spotted by updated sparse
Steve French
2019-10-07
1
-1
/
+1
*
cifs: Add support for root file systems
Paulo Alcantara (SUSE)
2019-09-16
1
-3
/
+14
*
smb3: allow disabling requesting leases
Steve French
2019-09-16
1
-1
/
+8
*
smb3: display max smb3 requests in flight at any one time
Steve French
2019-09-16
1
-0
/
+1
*
smb3: enable offload of decryption of large reads via mount option
Steve French
2019-09-16
1
-0
/
+13
*
smb3: allow skipping signature verification for perf sensitive configurations
Steve French
2019-09-16
1
-3
/
+10
*
smb3: log warning if CSC policy conflicts with cache mount option
Steve French
2019-09-16
1
-0
/
+8
*
smb3: add mount option to allow RW caching of share accessed by only 1 client
Steve French
2019-09-16
1
-1
/
+19
*
smb3: add some more descriptive messages about share when mounting cache=ro
Steve French
2019-09-16
1
-1
/
+9
*
smb3: add mount option to allow forced caching of read only share
Steve French
2019-09-16
1
-0
/
+14
*
cifs: add new debugging macro cifs_server_dbg
Ronnie Sahlberg
2019-09-16
1
-23
/
+24
*
cifs: fix a comment for the timeouts when sending echos
Ronnie Sahlberg
2019-09-16
1
-1
/
+1
*
cifs: replace various strncpy with strscpy and similar
Ronnie Sahlberg
2019-08-28
1
-2
/
+5
*
cifs: Use kzfree() to zero out the password
Dan Carpenter
2019-08-27
1
-1
/
+1
*
cifs: set domainName when a domain-key is used in multiuser
Ronnie Sahlberg
2019-08-27
1
-0
/
+22
[next]