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