aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-12-03cifs: add server conn_id to fscache client cookieShyam Prasad N1-0/+4
2021-12-03cifs: wait for tcon resource_id before getting fscache superShyam Prasad N1-6/+0
2021-12-03cifs: fix missed refcounting of ipc tconPaulo Alcantara1-0/+1
2021-11-23cifs: nosharesock should be set on new serverShyam Prasad N1-3/+4
2021-11-16cifs: introduce cifs_ses_mark_for_reconnect() helperPaulo Alcantara1-13/+1
2021-11-16cifs: protect srv_count with cifs_tcp_ses_lockSteve French1-0/+2
2021-11-12cifs: do not duplicate fscache cookie for secondary channelsShyam Prasad N1-2/+7
2021-11-12cifs: connect individual channel servers to primary channel serverShyam Prasad N1-4/+20
2021-11-12cifs: protect session channel fields with chan_lockShyam Prasad N1-3/+22
2021-11-12cifs: do not negotiate session if session already existsShyam Prasad N1-8/+10
2021-11-12smb3: do not setup the fscache_super_cookie until fsinfo initializedSteve French1-2/+6
2021-11-12cifs: fix potential use-after-free bugsPaulo Alcantara1-22/+19
2021-11-12cifs: release lock earlier in dequeue_mid error caseSteve French1-3/+4
2021-11-10smb3: remove trivial dfs compile warningSteve French1-2/+2
2021-11-10cifs: support nested dfs links over reconnectPaulo Alcantara1-560/+578
2021-11-09cifs: set a minimum of 120s for next dns resolutionPaulo Alcantara1-1/+1
2021-11-09cifs: split out dfs code from cifs_reconnect()Paulo Alcantara1-133/+162
2021-11-09cifs: convert list_for_each to entry variantPaulo Alcantara1-19/+13
2021-11-09cifs: introduce new helper for cifs_reconnect()Paulo Alcantara1-64/+75
2021-11-08cifs: send workstation name during ntlmssp session setupShyam Prasad N1-0/+6
2021-11-07cifs: nosharesock should not share socket with future sessionsShyam Prasad N1-1/+7
2021-11-05smb3: add dynamic trace points for socket connectionSteve French1-1/+2
2021-11-05cifs: Create a new shared file holding smb2 pdu definitionsRonnie Sahlberg1-2/+2
2021-11-02cifs: To match file servers, make sure the server hostname matchesShyam Prasad N1-8/+11
2021-09-23cifs: fix incorrect check for null pointer in header_assembleSteve French1-2/+3
2021-09-13cifs: fix incorrect kernel doc commentsSteve French1-2/+10
2021-09-13cifs: remove pathname for file from SPDX headerSteve French1-1/+0
2021-08-25cifs: remove support for NTLM and weaker authentication algorithmsRonnie Sahlberg1-32/+0
2021-07-22cifs: support share failover when remountingPaulo Alcantara1-2/+2
2021-07-16cifs: do not share tcp sessions of dfs connectionsPaulo Alcantara1-3/+35
2021-07-15cifs: added WARN_ON for all the count decrementsShyam Prasad N1-0/+9
2021-07-15cifs: fix missing null session check in mountSteve French1-1/+1
2021-07-15cifs: handle reconnect of tcon when there is no cached dfs referralPaulo Alcantara1-4/+2
2021-07-14cifs: use the expiry output of dns_query to schedule next resolutionShyam Prasad N1-3/+52
2021-07-02cifs: make locking consistent around the server session statusSteve French1-0/+5
2021-06-24cifs: fix missing spinlock around update to ses->statusSteve French1-1/+4
2021-06-23cifs: missing null pointer check in cifs_mountSteve French1-1/+1
2021-06-20cifs: use SPDX-Licence-IdentifierSteve French1-13/+1
2021-06-20cifs: do not share tcp servers with dfs mountsPaulo Alcantara1-4/+3
2021-06-20cifs: handle different charsets in dfs cachePaulo Alcantara1-23/+40
2021-06-20cifs: keep referral server sessions alivePaulo Alcantara1-36/+20
2021-06-20cifs: do not send tree disconnect to ipc sharesPaulo Alcantara1-12/+8
2021-05-04cifs: fix regression when mounting shares with prefix pathsPaulo Alcantara1-6/+18
2021-05-03cifs: use echo_interval even when connection not ready.Shyam Prasad N1-11/+1
2021-05-03cifs: detect dead connections only when echoes are enabled.Shyam Prasad N1-0/+1
2021-04-25cifs: don't cargo-cult strndup()Al Viro1-6/+3
2021-04-25cifs: simplify SWN code with dummy funcs instead of ifdefsAurelien Aptel1-21/+4
2021-04-07cifs: On cifs_reconnect, resolve the hostname again.Shyam Prasad N1-1/+16
2021-03-08cifs: print MIDs in decimal notationPaulo Alcantara1-2/+2
2021-03-06cifs: fix credit accounting for extra channelAurelien Aptel1-5/+5