summaryrefslogtreecommitdiff
path: root/fs/cifs/connect.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-08cifs: protect session channel fields with chan_lockShyam Prasad N1-3/+22
2021-12-01cifs: nosharesock should be set on new serverShyam Prasad N1-3/+4
2021-12-01cifs: nosharesock should not share socket with future sessionsShyam Prasad N1-1/+7
2021-11-18cifs: set a minimum of 120s for next dns resolutionPaulo Alcantara1-1/+1
2021-11-18cifs: To match file servers, make sure the server hostname matchesShyam Prasad N1-8/+11
2021-09-24cifs: fix incorrect check for null pointer in header_assembleSteve French1-2/+3
2021-09-14cifs: 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-16cifs: added WARN_ON for all the count decrementsShyam Prasad N1-0/+9
2021-07-16cifs: fix missing null session check in mountSteve French1-1/+1
2021-07-16cifs: 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-03cifs: make locking consistent around the server session statusSteve French1-0/+5
2021-06-25cifs: fix missing spinlock around update to ses->statusSteve French1-1/+4
2021-06-24cifs: missing null pointer check in cifs_mountSteve French1-1/+1
2021-06-21cifs: use SPDX-Licence-IdentifierSteve French1-13/+1
2021-06-21cifs: do not share tcp servers with dfs mountsPaulo Alcantara1-4/+3
2021-06-21cifs: handle different charsets in dfs cachePaulo Alcantara1-23/+40
2021-06-21cifs: keep referral server sessions alivePaulo Alcantara1-36/+20
2021-06-21cifs: 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-26cifs: don't cargo-cult strndup()Al Viro1-6/+3
2021-04-26cifs: simplify SWN code with dummy funcs instead of ifdefsAurelien Aptel1-21/+4
2021-04-08cifs: On cifs_reconnect, resolve the hostname again.Shyam Prasad N1-1/+16
2021-03-09cifs: print MIDs in decimal notationPaulo Alcantara1-2/+2
2021-03-06cifs: fix credit accounting for extra channelAurelien Aptel1-5/+5
2021-02-26cifs: use discard iterator to discard unneeded network data more efficientlyDavid Howells1-0/+17
2021-02-25cifs: introduce helper for finding referral server to improve DFS target reso...Paulo Alcantara1-1/+34
2021-02-25cifs: check all path components in resolved dfs targetPaulo Alcantara1-60/+33
2021-02-25cifs: fix DFS failoverPaulo Alcantara1-64/+59
2021-02-25cifs: fix nodfs mount optionPaulo Alcantara1-4/+4
2021-02-25cifs: Add new parameter "acregmax" for distinct file and directory metadata t...Steve French1-1/+1
2021-02-25cifs: Add new mount parameter "acdirmax" to allow caching directory metadataSteve French1-0/+2
2021-02-23TCON Reconnect during STATUS_NETWORK_NAME_DELETEDRohith Surabattula1-0/+4
2021-02-23cifs: change confusing field serverName (to ip_addr)Steve French1-2/+2
2021-02-17cifs: Identify a connection by a conn_id.Shyam Prasad N1-4/+7
2021-02-17cifs: fix trivial typoSteve French1-1/+1
2021-02-11cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath.Shyam Prasad N1-0/+1
2021-02-09cifs: fix dfs-linksRonnie Sahlberg1-0/+8
2021-01-29cifs: fix dfs domain referralsRonnie Sahlberg1-6/+26
2021-01-18fs/cifs: Simplify bool comparison.Jiapeng Zhong1-1/+1
2021-01-18fs/cifs: Assign boolean values to a bool variableJiapeng Zhong1-1/+1
2021-01-13cifs: connect: style: Simplify bool comparisonYANG LI1-1/+1
2020-12-18cifs: Avoid error pointer dereferenceSamuel Cabrero1-0/+1
2020-12-16cifs: Tracepoints and logs for tracing credit changes.Shyam Prasad N1-0/+8