aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/connect.c
AgeCommit message (Expand)Author
2022-06-24cifs: update cifs_ses::ip_addr after failoverPaulo Alcantara
2022-06-24cifs: avoid deadlocks while updating ifaceShyam Prasad N
2022-06-22cifs: periodically query network interfaces from serverShyam Prasad N
2022-06-22cifs: during reconnect, update interface if necessaryShyam Prasad N
2022-06-22cifs: change iface_list from array to sorted linked listShyam Prasad N
2022-06-10cifs: populate empty hostnames for extra channelsShyam Prasad N
2022-06-01cifs: fix potential deadlock in direct reclaimVincent Whitchurch
2022-05-31cifs: remove repeated debug message on cifs_put_smb_ses()Enzo Matsumiya
2022-05-25cifs: fix ntlmssp on old serversPaulo Alcantara
2022-05-24cifs: avoid parallel session setups on same channelShyam Prasad N
2022-05-24cifs: use new enum for ses_statusShyam Prasad N
2022-05-24cifs: do not use tcpStatus after negotiate completesShyam Prasad N
2022-05-23smb3: add mount parm nosparseSteve French
2022-05-23cifs: fix minor compile warningSteve French
2022-05-20cifs: print TIDs as hexEnzo Matsumiya
2022-05-20cifs: return ENOENT for DFS lookup_cache_entry()Enzo Matsumiya
2022-05-20cifs: don't call cifs_dfs_query_info_nonascii_quirk() if nodfs was setEnzo Matsumiya
2022-04-20cifs: use correct lock type in cifs_reconnect()Paulo Alcantara
2022-04-20cifs: fix NULL ptr dereference in refresh_mounts()Paulo Alcantara
2022-04-08cifs: Split the smb3_add_credits tracepointDavid Howells
2022-04-04cifs: force new session setup and tcon for dfsPaulo Alcantara
2022-04-04cifs: fix potential race with cifsd threadPaulo Alcantara
2022-03-28smb3: cleanup and clarify status of tree connectionsSteve French
2022-03-21cifs: do not skip link targets when an I/O failsPaulo Alcantara
2022-03-18cifs: use a different reconnect helper for non-cifsd threadsShyam Prasad N
2022-03-16smb3: fix incorrect session setup check for multiuser mountsSteve French
2022-02-08cifs: mark sessions for reconnection in helper functionShyam Prasad N
2022-02-08cifs: call cifs_reconnect when a connection is markedShyam Prasad N
2022-02-06[smb3] improve error message when mount options conflict with posixSteve French
2022-02-03cifs: fix workstation_name for multiuser mountsRyan Bair
2022-01-29cifs: unlock chan_lock before calling cifs_put_tcp_sessionShyam Prasad N
2022-01-28Fix a warning about a malformed kernel doc comment in cifsDavid Howells
2022-01-19cifs: Support fscache indexing rewriteDavid Howells
2022-01-19cifs: cifs_ses_mark_for_reconnect should also update reconnect bitsShyam Prasad N
2022-01-19cifs: update tcpStatus during negotiate and sess setupShyam Prasad N
2022-01-19cifs: make status checks in version independent callersShyam Prasad N
2022-01-19cifs: remove repeated state change in dfs tree connectShyam Prasad N
2022-01-19cifs: fix the cifs_reconnect path for DFSShyam Prasad N
2022-01-19cifs: protect all accesses to chan_* with chan_lockShyam Prasad N
2022-01-19cifs: fix the connection state transitions with multichannelShyam Prasad N
2022-01-19cifs: check reconnects for channels of active tcons tooShyam Prasad N
2022-01-17cifs: quirk for STATUS_OBJECT_NAME_INVALID returned for non-ASCII dfs refsEugene Korenevsky
2022-01-17Merge tag '5.17-rc-part1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-07cifs: avoid race during socket reconnect between send and recvShyam Prasad N
2022-01-07cifs: maintain a state machine for tcp/smb/tcon sessionsShyam Prasad N
2022-01-07cifs: take cifs_tcp_ses_lock for status checksShyam Prasad N
2022-01-02cifs: reconnect only the connection and not smb session where possibleShyam Prasad N
2022-01-02cifs: use the chans_need_reconnect bitmap for reconnect statusShyam Prasad N
2022-01-02cifs: track individual channel status using chans_need_reconnectShyam Prasad N