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
/
connect.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cifs: move smb version mount options into fs_context.c
Ronnie Sahlberg
2020-10-22
1
-85
/
+0
*
cifs: move cache mount options to fs_context.ch
Ronnie Sahlberg
2020-10-22
1
-62
/
+0
*
cifs: move security mount options into fs_context.ch
Ronnie Sahlberg
2020-10-22
1
-84
/
+1
*
smb3: do not try to cache root directory if dir leases not supported
Steve French
2020-10-21
1
-1
/
+4
*
cifs: Print the address and port we are connecting to in generic_ip_connect()
Samuel Cabrero
2020-10-21
1
-2
/
+10
*
Handle STATUS_IO_TIMEOUT gracefully
Rohith Surabattula
2020-10-15
1
-1
/
+14
*
Merge tag '5.9-rc2-smb-fix' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2020-08-30
1
-1
/
+1
|
\
|
*
cifs: fix check of tcon dfs in smb1
Paulo Alcantara
2020-08-28
1
-1
/
+1
*
|
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-5
/
+5
|
/
*
Merge tag '5.9-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2020-08-15
1
-0
/
+1
|
\
|
*
cifs: Fix an error pointer dereference in cifs_mount()
Dan Carpenter
2020-08-06
1
-0
/
+1
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-08-07
1
-5
/
+5
|
\
\
|
|
/
|
/
|
|
*
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
2020-08-07
1
-5
/
+5
*
|
cifs: document and cleanup dfs mount
Paulo Alcantara
2020-08-02
1
-188
/
+182
*
|
cifs: only update prefix path of DFS links in cifs_tree_connect()
Paulo Alcantara
2020-08-02
1
-2
/
+7
*
|
cifs: fix double free error on share and prefix
Colin Ian King
2020-08-02
1
-0
/
+2
*
|
cifs: handle RESP_GET_DFS_REFERRAL.PathConsumed in reconnect
Paulo Alcantara
2020-08-02
1
-6
/
+11
*
|
cifs: handle empty list of targets in cifs_reconnect()
Paulo Alcantara
2020-08-02
1
-4
/
+6
*
|
cifs: rename reconn_inval_dfs_target()
Paulo Alcantara
2020-08-02
1
-7
/
+6
*
|
cifs: merge __{cifs,smb2}_reconnect[_tcon]() into cifs_tree_connect()
Stefan Metzmacher
2020-08-02
1
-0
/
+100
*
|
cifs: convert to use be32_add_cpu()
Qinglang Miao
2020-08-02
1
-2
/
+1
|
/
*
SMB3: Honor 'posix' flag for multiuser mounts
Paul Aurich
2020-07-01
1
-4
/
+1
*
SMB3: Honor 'handletimeout' flag for multiuser mounts
Paul Aurich
2020-07-01
1
-0
/
+1
*
SMB3: Honor lease disabling for multiuser mounts
Paul Aurich
2020-07-01
1
-0
/
+1
*
SMB3: Honor persistent/resilient handle flags for multiuser mounts
Paul Aurich
2020-07-01
1
-0
/
+2
*
SMB3: Honor 'seal' flag for multiuser mounts
Paul Aurich
2020-07-01
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-05
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-22
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-22
1
-1
/
+4
*
CIFS: Warn less noisily on default mount
Steve French
2020-03-22
1
-5
/
+6
*
cifs: print warning mounting with vers=1.0
Steve French
2020-03-22
1
-0
/
+3
*
cifs: call wake_up(&server->response_q) inside of cifs_reconnect()
Stefan Metzmacher
2020-03-22
1
-5
/
+2
*
cifs: handle prefix paths in reconnect
Paulo Alcantara (SUSE)
2020-03-22
1
-51
/
+12
*
cifs: Fix mode output in debugging statements
Frank Sorenson
2020-02-12
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-26
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
[next]