summaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cifs: split out dfs code from cifs_reconnect()Paulo Alcantara2021-11-091-133/+162
* cifs: convert list_for_each to entry variantPaulo Alcantara2021-11-091-19/+13
* cifs: introduce new helper for cifs_reconnect()Paulo Alcantara2021-11-091-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
* cifs: To match file servers, make sure the server hostname matchesShyam Prasad N2021-11-021-8/+11
* cifs: fix incorrect check for null pointer in header_assembleSteve French2021-09-231-2/+3
* cifs: fix incorrect kernel doc commentsSteve French2021-09-131-2/+10
* cifs: remove pathname for file from SPDX headerSteve French2021-09-131-1/+0
* cifs: remove support for NTLM and weaker authentication algorithmsRonnie Sahlberg2021-08-251-32/+0
* cifs: support share failover when remountingPaulo Alcantara2021-07-221-2/+2
* cifs: do not share tcp sessions of dfs connectionsPaulo Alcantara2021-07-161-3/+35
* cifs: added WARN_ON for all the count decrementsShyam Prasad N2021-07-151-0/+9
* cifs: fix missing null session check in mountSteve French2021-07-151-1/+1
* cifs: handle reconnect of tcon when there is no cached dfs referralPaulo Alcantara2021-07-151-4/+2
* cifs: use the expiry output of dns_query to schedule next resolutionShyam Prasad N2021-07-141-3/+52
* cifs: make locking consistent around the server session statusSteve French2021-07-021-0/+5
* cifs: fix missing spinlock around update to ses->statusSteve French2021-06-241-1/+4
* cifs: missing null pointer check in cifs_mountSteve French2021-06-231-1/+1
* cifs: use SPDX-Licence-IdentifierSteve French2021-06-201-13/+1
* cifs: do not share tcp servers with dfs mountsPaulo Alcantara2021-06-201-4/+3
* cifs: handle different charsets in dfs cachePaulo Alcantara2021-06-201-23/+40
* cifs: keep referral server sessions alivePaulo Alcantara2021-06-201-36/+20
* cifs: do not send tree disconnect to ipc sharesPaulo Alcantara2021-06-201-12/+8
* cifs: fix regression when mounting shares with prefix pathsPaulo Alcantara2021-05-041-6/+18
* cifs: use echo_interval even when connection not ready.Shyam Prasad N2021-05-031-11/+1
* cifs: detect dead connections only when echoes are enabled.Shyam Prasad N2021-05-031-0/+1
* cifs: don't cargo-cult strndup()Al Viro2021-04-251-6/+3
* cifs: simplify SWN code with dummy funcs instead of ifdefsAurelien Aptel2021-04-251-21/+4
* cifs: On cifs_reconnect, resolve the hostname again.Shyam Prasad N2021-04-071-1/+16
* cifs: print MIDs in decimal notationPaulo Alcantara2021-03-081-2/+2