aboutsummaryrefslogtreecommitdiff
path: root/fs/cifs/connect.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-17cifs: ignore resource_id while getting fscache super cookieGravatar Shyam Prasad N 1-0/+7
2021-12-03cifs: add server conn_id to fscache client cookieGravatar Shyam Prasad N 1-0/+4
2021-12-03cifs: wait for tcon resource_id before getting fscache superGravatar Shyam Prasad N 1-6/+0
2021-12-03cifs: fix missed refcounting of ipc tconGravatar Paulo Alcantara 1-0/+1
2021-11-23cifs: nosharesock should be set on new serverGravatar Shyam Prasad N 1-3/+4
2021-11-16cifs: introduce cifs_ses_mark_for_reconnect() helperGravatar Paulo Alcantara 1-13/+1
2021-11-16cifs: protect srv_count with cifs_tcp_ses_lockGravatar Steve French 1-0/+2
2021-11-12cifs: do not duplicate fscache cookie for secondary channelsGravatar Shyam Prasad N 1-2/+7
2021-11-12cifs: connect individual channel servers to primary channel serverGravatar Shyam Prasad N 1-4/+20
2021-11-12cifs: protect session channel fields with chan_lockGravatar Shyam Prasad N 1-3/+22
2021-11-12cifs: do not negotiate session if session already existsGravatar Shyam Prasad N 1-8/+10
2021-11-12smb3: do not setup the fscache_super_cookie until fsinfo initializedGravatar Steve French 1-2/+6
2021-11-12cifs: fix potential use-after-free bugsGravatar Paulo Alcantara 1-22/+19
2021-11-12cifs: release lock earlier in dequeue_mid error caseGravatar Steve French 1-3/+4
2021-11-10smb3: remove trivial dfs compile warningGravatar Steve French 1-2/+2
2021-11-10cifs: support nested dfs links over reconnectGravatar Paulo Alcantara 1-560/+578
2021-11-09cifs: set a minimum of 120s for next dns resolutionGravatar Paulo Alcantara 1-1/+1
2021-11-09cifs: split out dfs code from cifs_reconnect()Gravatar Paulo Alcantara 1-133/+162
2021-11-09cifs: convert list_for_each to entry variantGravatar Paulo Alcantara 1-19/+13
2021-11-09cifs: introduce new helper for cifs_reconnect()Gravatar Paulo Alcantara 1-64/+75
2021-11-08cifs: send workstation name during ntlmssp session setupGravatar Shyam Prasad N 1-0/+6
2021-11-07cifs: nosharesock should not share socket with future sessionsGravatar Shyam Prasad N 1-1/+7
2021-11-05smb3: add dynamic trace points for socket connectionGravatar Steve French 1-1/+2
2021-11-05cifs: Create a new shared file holding smb2 pdu definitionsGravatar Ronnie Sahlberg 1-2/+2
2021-11-02cifs: To match file servers, make sure the server hostname matchesGravatar Shyam Prasad N 1-8/+11
2021-09-23cifs: fix incorrect check for null pointer in header_assembleGravatar Steve French 1-2/+3
2021-09-13cifs: fix incorrect kernel doc commentsGravatar Steve French 1-2/+10
2021-09-13cifs: remove pathname for file from SPDX headerGravatar Steve French 1-1/+0
2021-08-25cifs: remove support for NTLM and weaker authentication algorithmsGravatar Ronnie Sahlberg 1-32/+0
2021-07-22cifs: support share failover when remountingGravatar Paulo Alcantara 1-2/+2
2021-07-16cifs: do not share tcp sessions of dfs connectionsGravatar Paulo Alcantara 1-3/+35
2021-07-15cifs: added WARN_ON for all the count decrementsGravatar Shyam Prasad N 1-0/+9
2021-07-15cifs: fix missing null session check in mountGravatar Steve French 1-1/+1
2021-07-15cifs: handle reconnect of tcon when there is no cached dfs referralGravatar Paulo Alcantara 1-4/+2
2021-07-14cifs: use the expiry output of dns_query to schedule next resolutionGravatar Shyam Prasad N 1-3/+52
2021-07-02cifs: make locking consistent around the server session statusGravatar Steve French 1-0/+5
2021-06-24cifs: fix missing spinlock around update to ses->statusGravatar Steve French 1-1/+4
2021-06-23cifs: missing null pointer check in cifs_mountGravatar Steve French 1-1/+1
2021-06-20cifs: use SPDX-Licence-IdentifierGravatar Steve French 1-13/+1
2021-06-20cifs: do not share tcp servers with dfs mountsGravatar Paulo Alcantara 1-4/+3
2021-06-20cifs: handle different charsets in dfs cacheGravatar Paulo Alcantara 1-23/+40
2021-06-20cifs: keep referral server sessions aliveGravatar Paulo Alcantara 1-36/+20
2021-06-20cifs: do not send tree disconnect to ipc sharesGravatar Paulo Alcantara 1-12/+8
2021-05-04cifs: fix regression when mounting shares with prefix pathsGravatar Paulo Alcantara 1-6/+18
2021-05-03cifs: use echo_interval even when connection not ready.Gravatar Shyam Prasad N 1-11/+1
2021-05-03cifs: detect dead connections only when echoes are enabled.Gravatar Shyam Prasad N 1-0/+1
2021-04-25cifs: don't cargo-cult strndup()Gravatar Al Viro 1-6/+3
2021-04-25cifs: simplify SWN code with dummy funcs instead of ifdefsGravatar Aurelien Aptel 1-21/+4
2021-04-07cifs: On cifs_reconnect, resolve the hostname again.Gravatar Shyam Prasad N 1-1/+16
2021-03-08cifs: print MIDs in decimal notationGravatar Paulo Alcantara 1-2/+2