index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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-25
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-05
cifs: fix sharing of DFS connections
Paulo Alcantara
1
-56
/
+58
2023-05-04
cifs: avoid potential races when handling multiple dfs tcons
Paulo Alcantara
1
-1
/
+6
2023-05-04
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-29
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-23
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-15
cifs: fix use-after-free bug in refresh_cache_worker()
Paulo Alcantara
1
-6
/
+3
2023-03-15
cifs: set DFS root session in cifs_get_smb_ses()
Paulo Alcantara
1
-0
/
+1
2023-03-02
cifs: reuse cifs_match_ipaddr for comparison of dstaddr too
Shyam Prasad N
1
-26
/
+2
2023-03-02
cifs: match even the scope id for ipv6 addresses
Shyam Prasad N
1
-1
/
+2
2023-02-23
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-21
cifs: Add a function to read into an iter from a socket
David Howells
1
-0
/
+14
2023-02-21
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-11
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-20
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-16
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-28
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-08
cifs: replace kfree() with kfree_sensitive() for sensitive data
Enzo Matsumiya
1
-3
/
+3
2022-10-06
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-14
cifs: always initialize struct msghdr smb_msg completely
Stefan Metzmacher
1
-8
/
+3
2022-08-25
cifs: Add helper function to check smb1+ server
Zhang Xiaoxu
1
-5
/
+5
2022-08-25
cifs: Use help macro to get the mid header size
Zhang Xiaoxu
1
-6
/
+3
2022-08-25
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]