summaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* smb3: fix incorrect session setup check for multiuser mountsSteve French2022-03-171-1/+2
* cifs: mark sessions for reconnection in helper functionShyam Prasad N2022-02-091-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-071-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-081-11/+3
| * cifs: maintain a state machine for tcp/smb/tcon sessionsShyam Prasad N2022-01-081-12/+49
| * cifs: take cifs_tcp_ses_lock for status checksShyam Prasad N2022-01-081-10/+26
| * cifs: reconnect only the connection and not smb session where possibleShyam Prasad N2022-01-031-30/+44
| * cifs: use the chans_need_reconnect bitmap for reconnect statusShyam Prasad N2022-01-031-10/+26
| * cifs: track individual channel status using chans_need_reconnectShyam Prasad N2022-01-031-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-181-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-131-2/+7
* cifs: connect individual channel servers to primary channel serverShyam Prasad N2021-11-131-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-101-1/+1
* cifs: split out dfs code from cifs_reconnect()Paulo Alcantara2021-11-101-133/+162
* cifs: convert list_for_each to entry variantPaulo Alcantara2021-11-101-19/+13
* cifs: introduce new helper for cifs_reconnect()Paulo Alcantara2021-11-101-64/+75
* cifs: send workstation name during ntlmssp session setupShyam Prasad N2021-11-081-0/+6
* cifs: nosharesock should not share socket with future sessionsShyam Prasad N2021-11-071-1/+7
* smb3: add dynamic trace points for socket connectionSteve French2021-11-051-1/+2
* cifs: Create a new shared file holding smb2 pdu definitionsRonnie Sahlberg2021-11-051-2/+2