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
pinetabv-6.6.y-devel
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
starfive-6.6.48-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
/
smb
/
client
/
connect.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-20
cifs: Add tracing for the cifs_tcon struct refcounting
David Howells
1
-9
/
+12
2024-04-12
smb3: fix broken reconnect when password changing on the server by allowing p...
Steve French
1
-0
/
+8
2024-04-03
smb: client: fix potential UAF in cifs_signal_cifsd_for_reconnect()
Paulo Alcantara
1
-0
/
+2
2024-04-02
smb: client: serialise cifs_construct_tcon() with cifs_mount_mutex
Paulo Alcantara
1
-1
/
+12
2024-04-02
smb: client: handle DFS tcons in cifs_construct_tcon()
Paulo Alcantara
1
-0
/
+30
2024-04-02
smb: client: guarantee refcounted children from parent session
Paulo Alcantara
1
-5
/
+20
2024-04-01
smb: client: fix UAF in smb2_reconnect_server()
Paulo Alcantara
1
-49
/
+34
2024-03-20
cifs: Move some extern decls from .c files to .h
David Howells
1
-3
/
+0
2024-03-14
cifs: make sure server interfaces are requested only for SMB3+
Shyam Prasad N
1
-1
/
+5
2024-03-11
smb: client: negotiate compression algorithms
Enzo Matsumiya
1
-1
/
+1
2024-03-11
smb: client: introduce reparse mount option
Paulo Alcantara
1
-0
/
+2
2024-02-16
smb: Fix regression in writes when non-standard maximum write size negotiated
Steve French
1
-2
/
+12
2024-02-09
cifs: handle cases where multiple sessions share connection
Shyam Prasad N
1
-0
/
+6
2024-02-09
cifs: change tcon status when need_reconnect is set on it
Shyam Prasad N
1
-0
/
+5
2024-01-19
cifs: new mount option called retrans
Shyam Prasad N
1
-0
/
+4
2024-01-08
smb: client: Fix minor whitespace errors and warnings
Pierre Mariani
1
-8
/
+17
2023-12-29
cifs: cifs_chan_is_iface_active should be called with chan_lock held
Shyam Prasad N
1
-2
/
+5
2023-12-29
cifs: after disabling multichannel, mark tcon for reconnect
Shyam Prasad N
1
-8
/
+12
2023-12-18
smb: client: fix OOB in cifsd when receiving compounded resps
Paulo Alcantara
1
-1
/
+6
2023-12-06
cifs: reconnect worker should take reference on server struct unconditionally
Shyam Prasad N
1
-4
/
+4
2023-12-06
Revert "cifs: reconnect work should have reference on server struct"
Shyam Prasad N
1
-21
/
+6
2023-11-14
cifs: fix leak of iface for primary channel
Shyam Prasad N
1
-0
/
+6
2023-11-10
cifs: handle when server stops supporting multichannel
Shyam Prasad N
1
-0
/
+10
2023-11-10
cifs: handle when server starts supporting multichannel
Shyam Prasad N
1
-0
/
+3
2023-11-09
cifs: reconnect work should have reference on server struct
Shyam Prasad N
1
-6
/
+21
2023-11-09
cifs: do not pass cifs_sb when trying to add channels
Shyam Prasad N
1
-1
/
+1
2023-11-09
cifs: handle cases where a channel is closed
Shyam Prasad N
1
-1
/
+5
2023-11-02
cifs: force interface update before a fresh session setup
Shyam Prasad N
1
-1
/
+5
2023-11-02
cifs: reconnect helper should set reconnect for the right channel
Shyam Prasad N
1
-4
/
+5
2023-11-02
smb: client: remove extra @chan_count check in __cifs_put_smb_ses()
Paulo Alcantara
1
-14
/
+9
2023-10-31
cifs: add xid to query server interface call
Shyam Prasad N
1
-1
/
+5
2023-10-05
smb: client: do not start laundromat thread on nohandlecache
Paulo Alcantara
1
-8
/
+8
2023-10-05
smb: use kernel_connect() and kernel_bind()
Jordan Rife
1
-5
/
+5
2023-09-19
smb3: do not start laundromat thread when dir leases
Steve French
1
-2
/
+6
2023-09-07
smb3: allow controlling maximum number of cached directories
Steve French
1
-0
/
+1
2023-08-30
SMB3: rename macro CIFS_SERVER_IS_CHAN to avoid confusion
Steve French
1
-6
/
+6
2023-08-25
[SMB3] send channel sequence number in SMB3 requests after reconnects
Steve French
1
-0
/
+1
2023-08-21
smb: client: reduce stack usage in cifs_demultiplex_thread()
Paulo Alcantara
1
-2
/
+2
2023-08-21
smb: client: introduce DFS_CACHE_TGT_LIST()
Paulo Alcantara
1
-2
/
+2
2023-07-25
cifs: fix charset issue in reconnection
Winston Wen
1
-0
/
+5
2023-07-14
cifs: fix mid leak during reconnection after timeout threshold
Shyam Prasad N
1
-4
/
+15
2023-07-14
cifs: is_network_name_deleted should return a bool
Shyam Prasad N
1
-3
/
+8
2023-07-01
cifs: fix session state transition to avoid use-after-free issue
Winston Wen
1
-3
/
+4
2023-06-28
smb: client: fix shared DFS root mounts with different prefixes
Paulo Alcantara
1
-30
/
+40
2023-06-21
smb: client: fix warning in generic_ip_connect()
Paulo Alcantara
1
-8
/
+9
2023-06-20
smb: client: fix warning in cifs_match_super()
Paulo Alcantara
1
-2
/
+3
2023-06-12
cifs: fix sockaddr comparison in iface_cmp
Shyam Prasad N
1
-0
/
+50
2023-06-12
cifs: fix status checks in cifs_tree_connect
Shyam Prasad N
1
-4
/
+5
2023-05-25
smb: move client and server files to common directory fs/smb
Steve French
1
-0
/
+4118