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
2022-03-22
cifs: do not skip link targets when an I/O fails
Paulo Alcantara
1
-3
/
+11
2022-03-19
cifs: use a different reconnect helper for non-cifsd threads
Shyam Prasad N
1
-1
/
+41
2022-03-17
smb3: fix incorrect session setup check for multiuser mounts
Steve French
1
-1
/
+2
2022-02-09
cifs: mark sessions for reconnection in helper function
Shyam Prasad N
1
-5
/
+14
2022-02-08
cifs: call cifs_reconnect when a connection is marked
Shyam Prasad N
1
-0
/
+1
2022-02-07
[smb3] improve error message when mount options conflict with posix
Steve French
1
-1
/
+10
2022-02-03
cifs: fix workstation_name for multiuser mounts
Ryan Bair
1
-0
/
+13
2022-01-29
cifs: unlock chan_lock before calling cifs_put_tcp_session
Shyam Prasad N
1
-6
/
+2
2022-01-28
Fix a warning about a malformed kernel doc comment in cifs
David Howells
1
-1
/
+1
2022-01-19
cifs: Support fscache indexing rewrite
David Howells
1
-13
/
+2
2022-01-19
cifs: cifs_ses_mark_for_reconnect should also update reconnect bits
Shyam Prasad N
1
-3
/
+6
2022-01-19
cifs: update tcpStatus during negotiate and sess setup
Shyam Prasad N
1
-3
/
+2
2022-01-19
cifs: make status checks in version independent callers
Shyam Prasad N
1
-6
/
+23
2022-01-19
cifs: remove repeated state change in dfs tree connect
Shyam Prasad N
1
-10
/
+0
2022-01-19
cifs: fix the cifs_reconnect path for DFS
Shyam Prasad N
1
-0
/
+3
2022-01-19
cifs: protect all accesses to chan_* with chan_lock
Shyam Prasad N
1
-1
/
+3
2022-01-19
cifs: fix the connection state transitions with multichannel
Shyam Prasad N
1
-14
/
+26
2022-01-19
cifs: check reconnects for channels of active tcons too
Shyam Prasad N
1
-3
/
+31
2022-01-17
cifs: quirk for STATUS_OBJECT_NAME_INVALID returned for non-ASCII dfs refs
Eugene Korenevsky
1
-0
/
+5
2022-01-17
Merge tag '5.17-rc-part1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
1
-67
/
+163
2022-01-17
Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2022-01-08
cifs: avoid race during socket reconnect between send and recv
Shyam Prasad N
1
-11
/
+3
2022-01-08
cifs: maintain a state machine for tcp/smb/tcon sessions
Shyam Prasad N
1
-12
/
+49
2022-01-08
cifs: take cifs_tcp_ses_lock for status checks
Shyam Prasad N
1
-10
/
+26
2022-01-03
cifs: reconnect only the connection and not smb session where possible
Shyam Prasad N
1
-30
/
+44
2022-01-03
cifs: use the chans_need_reconnect bitmap for reconnect status
Shyam Prasad N
1
-10
/
+26
2022-01-03
cifs: track individual channel status using chans_need_reconnect
Shyam Prasad N
1
-6
/
+27
2021-12-18
cifs: ignore resource_id while getting fscache super cookie
Shyam Prasad N
1
-0
/
+7
2021-12-13
exit: Rename module_put_and_exit to module_put_and_kthread_exit
Eric W. Biederman
1
-1
/
+1
2021-12-03
cifs: add server conn_id to fscache client cookie
Shyam Prasad N
1
-0
/
+4
2021-12-03
cifs: wait for tcon resource_id before getting fscache super
Shyam Prasad N
1
-6
/
+0
2021-12-03
cifs: fix missed refcounting of ipc tcon
Paulo Alcantara
1
-0
/
+1
2021-11-23
cifs: nosharesock should be set on new server
Shyam Prasad N
1
-3
/
+4
2021-11-16
cifs: introduce cifs_ses_mark_for_reconnect() helper
Paulo Alcantara
1
-13
/
+1
2021-11-16
cifs: protect srv_count with cifs_tcp_ses_lock
Steve French
1
-0
/
+2
2021-11-13
cifs: do not duplicate fscache cookie for secondary channels
Shyam Prasad N
1
-2
/
+7
2021-11-13
cifs: connect individual channel servers to primary channel server
Shyam Prasad N
1
-4
/
+20
2021-11-13
cifs: protect session channel fields with chan_lock
Shyam Prasad N
1
-3
/
+22
2021-11-13
cifs: do not negotiate session if session already exists
Shyam Prasad N
1
-8
/
+10
2021-11-12
smb3: do not setup the fscache_super_cookie until fsinfo initialized
Steve French
1
-2
/
+6
2021-11-12
cifs: fix potential use-after-free bugs
Paulo Alcantara
1
-22
/
+19
2021-11-12
cifs: release lock earlier in dequeue_mid error case
Steve French
1
-3
/
+4
2021-11-11
smb3: remove trivial dfs compile warning
Steve French
1
-2
/
+2
2021-11-11
cifs: support nested dfs links over reconnect
Paulo Alcantara
1
-560
/
+578
2021-11-10
cifs: set a minimum of 120s for next dns resolution
Paulo Alcantara
1
-1
/
+1
2021-11-10
cifs: split out dfs code from cifs_reconnect()
Paulo Alcantara
1
-133
/
+162
2021-11-10
cifs: convert list_for_each to entry variant
Paulo Alcantara
1
-19
/
+13
2021-11-10
cifs: introduce new helper for cifs_reconnect()
Paulo Alcantara
1
-64
/
+75
2021-11-08
cifs: send workstation name during ntlmssp session setup
Shyam Prasad N
1
-0
/
+6
2021-11-07
cifs: nosharesock should not share socket with future sessions
Shyam Prasad N
1
-1
/
+7
[next]