index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (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-08-12
smb3: allow deferred close timeout to be configurable
Steve French
1
-0
/
+2
2022-08-05
cifs: remove useless DeleteMidQEntry()
Enzo Matsumiya
1
-4
/
+4
2022-08-05
cifs: when insecure legacy is disabled shrink amount of SMB1 code
Steve French
1
-0
/
+53
2022-08-01
cifs: fix wrong unlock before return from cifs_tree_connect()
Yang Yingliang
1
-1
/
+1
2022-08-01
cifs: avoid use of global locks for high contention data
Shyam Prasad N
1
-95
/
+121
2022-08-01
cifs: list_for_each() -> list_for_each_entry()
Enzo Matsumiya
1
-4
/
+1
2022-08-01
smb2: small refactor in smb2_check_message()
Enzo Matsumiya
1
-7
/
+6
2022-08-01
cifs: remove some camelCase and also some static build warnings
Steve French
1
-1
/
+1
2022-08-01
cifs: remove unnecessary type castings
Yu Zhe
1
-1
/
+1
2022-07-12
cifs: remove unnecessary locking of chan_lock while freeing session
Shyam Prasad N
1
-2
/
+0
2022-06-24
cifs: update cifs_ses::ip_addr after failover
Paulo Alcantara
1
-1
/
+7
2022-06-24
cifs: avoid deadlocks while updating iface
Shyam Prasad N
1
-3
/
+12
2022-06-23
cifs: periodically query network interfaces from server
Shyam Prasad N
1
-0
/
+28
2022-06-23
cifs: during reconnect, update interface if necessary
Shyam Prasad N
1
-0
/
+4
2022-06-23
cifs: change iface_list from array to sorted linked list
Shyam Prasad N
1
-2
/
+4
2022-06-11
cifs: populate empty hostnames for extra channels
Shyam Prasad N
1
-0
/
+4
2022-06-01
cifs: fix potential deadlock in direct reclaim
Vincent Whitchurch
1
-13
/
+13
2022-05-31
cifs: remove repeated debug message on cifs_put_smb_ses()
Enzo Matsumiya
1
-1
/
+0
2022-05-25
cifs: fix ntlmssp on old servers
Paulo Alcantara
1
-18
/
+4
2022-05-24
cifs: avoid parallel session setups on same channel
Shyam Prasad N
1
-7
/
+20
2022-05-24
cifs: use new enum for ses_status
Shyam Prasad N
1
-17
/
+17
2022-05-24
cifs: do not use tcpStatus after negotiate completes
Shyam Prasad N
1
-12
/
+11
2022-05-24
smb3: add mount parm nosparse
Steve French
1
-0
/
+1
2022-05-24
cifs: fix minor compile warning
Steve French
1
-0
/
+2
2022-05-21
cifs: print TIDs as hex
Enzo Matsumiya
1
-1
/
+1
2022-05-21
cifs: return ENOENT for DFS lookup_cache_entry()
Enzo Matsumiya
1
-2
/
+4
2022-05-21
cifs: don't call cifs_dfs_query_info_nonascii_quirk() if nodfs was set
Enzo Matsumiya
1
-4
/
+12
2022-04-21
cifs: use correct lock type in cifs_reconnect()
Paulo Alcantara
1
-1
/
+8
2022-04-21
cifs: fix NULL ptr dereference in refresh_mounts()
Paulo Alcantara
1
-0
/
+2
2022-04-09
cifs: Split the smb3_add_credits tracepoint
David Howells
1
-1
/
+1
2022-04-05
cifs: force new session setup and tcon for dfs
Paulo Alcantara
1
-5
/
+8
2022-04-04
cifs: fix potential race with cifsd thread
Paulo Alcantara
1
-1
/
+1
2022-03-29
smb3: cleanup and clarify status of tree connections
Steve French
1
-16
/
+16
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
[prev]
[next]