aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/connect.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-11smb3: allow deferred close timeout to be configurableGravatar Steve French 1-0/+2
2022-08-05cifs: remove useless DeleteMidQEntry()Gravatar Enzo Matsumiya 1-4/+4
2022-08-05cifs: when insecure legacy is disabled shrink amount of SMB1 codeGravatar Steve French 1-0/+53
2022-08-01cifs: fix wrong unlock before return from cifs_tree_connect()Gravatar Yang Yingliang 1-1/+1
2022-08-01cifs: avoid use of global locks for high contention dataGravatar Shyam Prasad N 1-95/+121
2022-08-01cifs: list_for_each() -> list_for_each_entry()Gravatar Enzo Matsumiya 1-4/+1
2022-08-01smb2: small refactor in smb2_check_message()Gravatar Enzo Matsumiya 1-7/+6
2022-08-01cifs: remove some camelCase and also some static build warningsGravatar Steve French 1-1/+1
2022-08-01cifs: remove unnecessary type castingsGravatar Yu Zhe 1-1/+1
2022-07-12cifs: remove unnecessary locking of chan_lock while freeing sessionGravatar Shyam Prasad N 1-2/+0
2022-06-24cifs: update cifs_ses::ip_addr after failoverGravatar Paulo Alcantara 1-1/+7
2022-06-24cifs: avoid deadlocks while updating ifaceGravatar Shyam Prasad N 1-3/+12
2022-06-22cifs: periodically query network interfaces from serverGravatar Shyam Prasad N 1-0/+28
2022-06-22cifs: during reconnect, update interface if necessaryGravatar Shyam Prasad N 1-0/+4
2022-06-22cifs: change iface_list from array to sorted linked listGravatar Shyam Prasad N 1-2/+4
2022-06-10cifs: populate empty hostnames for extra channelsGravatar Shyam Prasad N 1-0/+4
2022-06-01cifs: fix potential deadlock in direct reclaimGravatar Vincent Whitchurch 1-13/+13
2022-05-31cifs: remove repeated debug message on cifs_put_smb_ses()Gravatar Enzo Matsumiya 1-1/+0
2022-05-25cifs: fix ntlmssp on old serversGravatar Paulo Alcantara 1-18/+4
2022-05-24cifs: avoid parallel session setups on same channelGravatar Shyam Prasad N 1-7/+20
2022-05-24cifs: use new enum for ses_statusGravatar Shyam Prasad N 1-17/+17
2022-05-24cifs: do not use tcpStatus after negotiate completesGravatar Shyam Prasad N 1-12/+11
2022-05-23smb3: add mount parm nosparseGravatar Steve French 1-0/+1
2022-05-23cifs: fix minor compile warningGravatar Steve French 1-0/+2
2022-05-20cifs: print TIDs as hexGravatar Enzo Matsumiya 1-1/+1
2022-05-20cifs: return ENOENT for DFS lookup_cache_entry()Gravatar Enzo Matsumiya 1-2/+4
2022-05-20cifs: don't call cifs_dfs_query_info_nonascii_quirk() if nodfs was setGravatar Enzo Matsumiya 1-4/+12
2022-04-20cifs: use correct lock type in cifs_reconnect()Gravatar Paulo Alcantara 1-1/+8
2022-04-20cifs: fix NULL ptr dereference in refresh_mounts()Gravatar Paulo Alcantara 1-0/+2
2022-04-08cifs: Split the smb3_add_credits tracepointGravatar David Howells 1-1/+1
2022-04-04cifs: force new session setup and tcon for dfsGravatar Paulo Alcantara 1-5/+8
2022-04-04cifs: fix potential race with cifsd threadGravatar Paulo Alcantara 1-1/+1
2022-03-28smb3: cleanup and clarify status of tree connectionsGravatar Steve French 1-16/+16
2022-03-21cifs: do not skip link targets when an I/O failsGravatar Paulo Alcantara 1-3/+11
2022-03-18cifs: use a different reconnect helper for non-cifsd threadsGravatar Shyam Prasad N 1-1/+41
2022-03-16smb3: fix incorrect session setup check for multiuser mountsGravatar Steve French 1-1/+2
2022-02-08cifs: mark sessions for reconnection in helper functionGravatar Shyam Prasad N 1-5/+14
2022-02-08cifs: call cifs_reconnect when a connection is markedGravatar Shyam Prasad N 1-0/+1
2022-02-06[smb3] improve error message when mount options conflict with posixGravatar Steve French 1-1/+10
2022-02-03cifs: fix workstation_name for multiuser mountsGravatar Ryan Bair 1-0/+13
2022-01-29cifs: unlock chan_lock before calling cifs_put_tcp_sessionGravatar Shyam Prasad N 1-6/+2
2022-01-28Fix a warning about a malformed kernel doc comment in cifsGravatar David Howells 1-1/+1
2022-01-19cifs: Support fscache indexing rewriteGravatar David Howells 1-13/+2
2022-01-19cifs: cifs_ses_mark_for_reconnect should also update reconnect bitsGravatar Shyam Prasad N 1-3/+6
2022-01-19cifs: update tcpStatus during negotiate and sess setupGravatar Shyam Prasad N 1-3/+2
2022-01-19cifs: make status checks in version independent callersGravatar Shyam Prasad N 1-6/+23
2022-01-19cifs: remove repeated state change in dfs tree connectGravatar Shyam Prasad N 1-10/+0
2022-01-19cifs: fix the cifs_reconnect path for DFSGravatar Shyam Prasad N 1-0/+3
2022-01-19cifs: protect all accesses to chan_* with chan_lockGravatar Shyam Prasad N 1-1/+3
2022-01-19cifs: fix the connection state transitions with multichannelGravatar Shyam Prasad N 1-14/+26