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
*
smb: move client and server files to common directory fs/smb
Steve French
2023-05-24
1
-4118
/
+0
*
smb3: fix problem remounting a share after shutdown
Steve French
2023-05-09
1
-0
/
+7
*
cifs: fix sharing of DFS connections
Paulo Alcantara
2023-05-04
1
-56
/
+58
*
cifs: avoid potential races when handling multiple dfs tcons
Paulo Alcantara
2023-05-04
1
-1
/
+6
*
cifs: protect access of TCP_Server_Info::{origin,leaf}_fullpath
Paulo Alcantara
2023-05-04
1
-4
/
+6
*
cifs: fix potential use-after-free bugs in TCP_Server_Info::hostname
Paulo Alcantara
2023-05-02
1
-3
/
+7
*
cifs: missing lock when updating session status
Steve French
2023-04-29
1
-2
/
+6
*
smb3: fix unusable share after force unmount failure
Steve French
2023-03-24
1
-0
/
+1
*
cifs: avoid race conditions with parallel reconnects
Shyam Prasad N
2023-03-24
1
-12
/
+36
*
cifs: lock chan_lock outside match_session
Shyam Prasad N
2023-03-23
1
-6
/
+7
*
cifs: check only tcon status on tcon related functions
Shyam Prasad N
2023-03-17
1
-3
/
+7
*
cifs: fix use-after-free bug in refresh_cache_worker()
Paulo Alcantara
2023-03-15
1
-6
/
+3
*
cifs: set DFS root session in cifs_get_smb_ses()
Paulo Alcantara
2023-03-15
1
-0
/
+1
*
cifs: reuse cifs_match_ipaddr for comparison of dstaddr too
Shyam Prasad N
2023-03-02
1
-26
/
+2
*
cifs: match even the scope id for ipv6 addresses
Shyam Prasad N
2023-03-02
1
-1
/
+2
*
Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2023-02-23
1
-113
/
+66
|
\
|
*
cifs: update ip_addr for ses only for primary chan setup
Shyam Prasad N
2023-02-21
1
-7
/
+11
|
*
cifs: Add a function to read into an iter from a socket
David Howells
2023-02-21
1
-0
/
+14
|
*
cifs: get rid of dns resolve worker
Paulo Alcantara
2023-02-21
1
-47
/
+6
|
*
cifs: fix mount on old smb servers
Paulo Alcantara
2023-02-20
1
-59
/
+35
*
|
cifs: use bvec_set_page to initialize bvecs
Christoph Hellwig
2023-02-03
1
-2
/
+3
|
/
*
cifs: do not query ifaces on smb1 mounts
Paulo Alcantara
2023-01-11
1
-3
/
+6
*
Merge tag '6.2-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...
Linus Torvalds
2022-12-21
1
-755
/
+144
|
\
|
*
cifs: set correct status of tcon ipc when reconnecting
Paulo Alcantara
2022-12-19
1
-1
/
+3
|
*
cifs: fix source pathname comparison of dfs supers
Paulo Alcantara
2022-12-19
1
-1
/
+15
|
*
cifs: fix confusing debug message
Paulo Alcantara
2022-12-19
1
-1
/
+3
|
*
cifs: don't block in dfs_cache_noreq_update_tgthint()
Paulo Alcantara
2022-12-19
1
-262
/
+2
|
*
cifs: fix refresh of cached referrals
Paulo Alcantara
2022-12-19
1
-2
/
+3
|
*
cifs: share dfs connections and supers
Paulo Alcantara
2022-12-19
1
-353
/
+64
|
*
cifs: split out ses and tcon retrieval from mount_get_conns()
Paulo Alcantara
2022-12-19
1
-39
/
+62
|
*
cifs: set resolved ip in sockaddr
Paulo Alcantara
2022-12-19
1
-16
/
+12
|
*
cifs: get rid of mount options string parsing
Paulo Alcantara
2022-12-19
1
-94
/
+6
|
*
cifs: reduce roundtrips on create/qinfo requests
Paulo Alcantara
2022-12-19
1
-16
/
+0
|
*
cifs: set correct ipc status after initial tree connect
Paulo Alcantara
2022-12-16
1
-2
/
+5
|
*
cifs: set correct tcon status after initial tree connect
Paulo Alcantara
2022-12-16
1
-0
/
+1
*
|
Treewide: Stop corrupting socket's task_frag
Benjamin Coddington
2022-12-20
1
-0
/
+1
|
/
*
use less confusing names for iov_iter direction initializers
Al Viro
2022-11-25
1
-3
/
+3
*
cifs: Fix connections leak when tlink setup failed
Zhang Xiaoxu
2022-11-11
1
-3
/
+11
*
cifs: fix use-after-free caused by invalid pointer `hostname`
Zeng Heng
2022-10-28
1
-0
/
+1
*
cifs: use ALIGN() and round_up() macros
Enzo Matsumiya
2022-10-13
1
-2
/
+9
*
cifs: fix regression in very old smb1 mounts
Ronnie Sahlberg
2022-10-13
1
-6
/
+5
*
cifs: replace kfree() with kfree_sensitive() for sensitive data
Enzo Matsumiya
2022-10-08
1
-3
/
+3
*
smb3: do not log confusing message when server returns no network interfaces
Steve French
2022-10-06
1
-1
/
+1
*
smb3: add dynamic trace points for tree disconnect
Steve French
2022-10-05
1
-6
/
+7
*
cifs: add missing spinlock around tcon refcount
Paulo Alcantara
2022-09-14
1
-0
/
+3
*
cifs: always initialize struct msghdr smb_msg completely
Stefan Metzmacher
2022-09-14
1
-8
/
+3
*
cifs: Add helper function to check smb1+ server
Zhang Xiaoxu
2022-08-25
1
-5
/
+5
*
cifs: Use help macro to get the mid header size
Zhang Xiaoxu
2022-08-25
1
-6
/
+3
*
cifs: Use help macro to get the header preamble size
Zhang Xiaoxu
2022-08-25
1
-10
/
+10
*
cifs: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-08-19
1
-1
/
+1
[next]