summaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c
Commit message (Expand)AuthorAgeFilesLines
* cifs: remove unnecessary locking of chan_lock while freeing sessionShyam Prasad N2022-07-121-2/+0
* cifs: update cifs_ses::ip_addr after failoverPaulo Alcantara2022-06-241-1/+7
* cifs: avoid deadlocks while updating ifaceShyam Prasad N2022-06-241-3/+12
* cifs: periodically query network interfaces from serverShyam Prasad N2022-06-221-0/+28
* cifs: during reconnect, update interface if necessaryShyam Prasad N2022-06-221-0/+4
* cifs: change iface_list from array to sorted linked listShyam Prasad N2022-06-221-2/+4
* cifs: populate empty hostnames for extra channelsShyam Prasad N2022-06-101-0/+4
* cifs: fix potential deadlock in direct reclaimVincent Whitchurch2022-06-011-13/+13
* cifs: remove repeated debug message on cifs_put_smb_ses()Enzo Matsumiya2022-05-311-1/+0
* cifs: fix ntlmssp on old serversPaulo Alcantara2022-05-251-18/+4
* cifs: avoid parallel session setups on same channelShyam Prasad N2022-05-241-7/+20
* cifs: use new enum for ses_statusShyam Prasad N2022-05-241-17/+17
* cifs: do not use tcpStatus after negotiate completesShyam Prasad N2022-05-241-12/+11
* smb3: add mount parm nosparseSteve French2022-05-231-0/+1
* cifs: fix minor compile warningSteve French2022-05-231-0/+2
* cifs: print TIDs as hexEnzo Matsumiya2022-05-201-1/+1
* cifs: return ENOENT for DFS lookup_cache_entry()Enzo Matsumiya2022-05-201-2/+4
* cifs: don't call cifs_dfs_query_info_nonascii_quirk() if nodfs was setEnzo Matsumiya2022-05-201-4/+12
* cifs: use correct lock type in cifs_reconnect()Paulo Alcantara2022-04-201-1/+8
* cifs: fix NULL ptr dereference in refresh_mounts()Paulo Alcantara2022-04-201-0/+2
* cifs: Split the smb3_add_credits tracepointDavid Howells2022-04-081-1/+1
* cifs: force new session setup and tcon for dfsPaulo Alcantara2022-04-041-5/+8
* cifs: fix potential race with cifsd threadPaulo Alcantara2022-04-041-1/+1
* smb3: cleanup and clarify status of tree connectionsSteve French2022-03-281-16/+16
* cifs: do not skip link targets when an I/O failsPaulo Alcantara2022-03-211-3/+11
* cifs: use a different reconnect helper for non-cifsd threadsShyam Prasad N2022-03-181-1/+41
* smb3: fix incorrect session setup check for multiuser mountsSteve French2022-03-161-1/+2
* cifs: mark sessions for reconnection in helper functionShyam Prasad N2022-02-081-5/+14
* cifs: call cifs_reconnect when a connection is markedShyam Prasad N2022-02-081-0/+1
* [smb3] improve error message when mount options conflict with posixSteve French2022-02-061-1/+10
* cifs: fix workstation_name for multiuser mountsRyan Bair2022-02-031-0/+13
* cifs: unlock chan_lock before calling cifs_put_tcp_sessionShyam Prasad N2022-01-291-6/+2
* Fix a warning about a malformed kernel doc comment in cifsDavid Howells2022-01-281-1/+1
* cifs: Support fscache indexing rewriteDavid Howells2022-01-191-13/+2
* cifs: cifs_ses_mark_for_reconnect should also update reconnect bitsShyam Prasad N2022-01-191-3/+6
* cifs: update tcpStatus during negotiate and sess setupShyam Prasad N2022-01-191-3/+2
* cifs: make status checks in version independent callersShyam Prasad N2022-01-191-6/+23
* cifs: remove repeated state change in dfs tree connectShyam Prasad N2022-01-191-10/+0
* cifs: fix the cifs_reconnect path for DFSShyam Prasad N2022-01-191-0/+3
* cifs: protect all accesses to chan_* with chan_lockShyam Prasad N2022-01-191-1/+3
* cifs: fix the connection state transitions with multichannelShyam Prasad N2022-01-191-14/+26
* cifs: check reconnects for channels of active tcons tooShyam Prasad N2022-01-191-3/+31
* cifs: quirk for STATUS_OBJECT_NAME_INVALID returned for non-ASCII dfs refsEugene Korenevsky2022-01-171-0/+5
* Merge tag '5.17-rc-part1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-01-171-67/+163
|\
| * cifs: avoid race during socket reconnect between send and recvShyam Prasad N2022-01-071-11/+3
| * cifs: maintain a state machine for tcp/smb/tcon sessionsShyam Prasad N2022-01-071-12/+49
| * cifs: take cifs_tcp_ses_lock for status checksShyam Prasad N2022-01-071-10/+26
| * cifs: reconnect only the connection and not smb session where possibleShyam Prasad N2022-01-021-30/+44
| * cifs: use the chans_need_reconnect bitmap for reconnect statusShyam Prasad N2022-01-021-10/+26
| * cifs: track individual channel status using chans_need_reconnectShyam Prasad N2022-01-021-6/+27