summaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c
Commit message (Expand)AuthorAgeFilesLines
* smb3: cleanup and clarify status of tree connectionsSteve French2022-05-251-16/+16
* cifs: use correct lock type in cifs_reconnect()Paulo Alcantara2022-04-271-1/+8
* cifs: fix NULL ptr dereference in refresh_mounts()Paulo Alcantara2022-04-271-0/+2
* cifs: force new session setup and tcon for dfsPaulo Alcantara2022-04-131-5/+8
* cifs: fix potential race with cifsd threadPaulo Alcantara2022-04-131-1/+1
* cifs: use a different reconnect helper for non-cifsd threadsShyam Prasad N2022-04-081-1/+41
* cifs: do not skip link targets when an I/O failsPaulo Alcantara2022-04-081-3/+11
* 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
* | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-171-1/+1
|\ \ | |/ |/|
| * exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman2021-12-131-1/+1
* | cifs: ignore resource_id while getting fscache super cookieShyam Prasad N2021-12-171-0/+7
* | cifs: add server conn_id to fscache client cookieShyam Prasad N2021-12-031-0/+4
* | cifs: wait for tcon resource_id before getting fscache superShyam Prasad N2021-12-031-6/+0
* | cifs: fix missed refcounting of ipc tconPaulo Alcantara2021-12-031-0/+1
* | cifs: nosharesock should be set on new serverShyam Prasad N2021-11-231-3/+4
* | cifs: introduce cifs_ses_mark_for_reconnect() helperPaulo Alcantara2021-11-161-13/+1
* | cifs: protect srv_count with cifs_tcp_ses_lockSteve French2021-11-161-0/+2
|/
* cifs: do not duplicate fscache cookie for secondary channelsShyam Prasad N2021-11-121-2/+7
* cifs: connect individual channel servers to primary channel serverShyam Prasad N2021-11-121-4/+20
* cifs: protect session channel fields with chan_lockShyam Prasad N2021-11-121-3/+22
* cifs: do not negotiate session if session already existsShyam Prasad N2021-11-121-8/+10
* smb3: do not setup the fscache_super_cookie until fsinfo initializedSteve French2021-11-121-2/+6
* cifs: fix potential use-after-free bugsPaulo Alcantara2021-11-121-22/+19
* cifs: release lock earlier in dequeue_mid error caseSteve French2021-11-121-3/+4
* smb3: remove trivial dfs compile warningSteve French2021-11-101-2/+2
* cifs: support nested dfs links over reconnectPaulo Alcantara2021-11-101-560/+578
* cifs: set a minimum of 120s for next dns resolutionPaulo Alcantara2021-11-091-1/+1