summaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cifs: fix credit accounting for extra channelAurelien Aptel2021-03-061-5/+5
* cifs: use discard iterator to discard unneeded network data more efficientlyDavid Howells2021-02-251-0/+17
* cifs: introduce helper for finding referral server to improve DFS target reso...Paulo Alcantara2021-02-251-1/+34
* cifs: check all path components in resolved dfs targetPaulo Alcantara2021-02-251-60/+33
* cifs: fix DFS failoverPaulo Alcantara2021-02-251-64/+59
* cifs: fix nodfs mount optionPaulo Alcantara2021-02-251-4/+4
* cifs: Add new parameter "acregmax" for distinct file and directory metadata t...Steve French2021-02-251-1/+1
* cifs: Add new mount parameter "acdirmax" to allow caching directory metadataSteve French2021-02-251-0/+2
* TCON Reconnect during STATUS_NETWORK_NAME_DELETEDRohith Surabattula2021-02-231-0/+4
* cifs: change confusing field serverName (to ip_addr)Steve French2021-02-221-2/+2
* cifs: Identify a connection by a conn_id.Shyam Prasad N2021-02-161-4/+7
* cifs: fix trivial typoSteve French2021-02-161-1/+1
* cifs: Set CIFS_MOUNT_USE_PREFIX_PATH flag on setting cifs_sb->prepath.Shyam Prasad N2021-02-111-0/+1
* cifs: fix dfs-linksRonnie Sahlberg2021-02-091-0/+8
* cifs: fix dfs domain referralsRonnie Sahlberg2021-01-281-6/+26
* fs/cifs: Simplify bool comparison.Jiapeng Zhong2021-01-171-1/+1
* fs/cifs: Assign boolean values to a bool variableJiapeng Zhong2021-01-171-1/+1
* cifs: connect: style: Simplify bool comparisonYANG LI2021-01-131-1/+1
* cifs: Avoid error pointer dereferenceSamuel Cabrero2020-12-181-0/+1
* cifs: Tracepoints and logs for tracing credit changes.Shyam Prasad N2020-12-151-0/+8
* cifs: fix rsize/wsize to be negotiated valuesSteve French2020-12-151-2/+6
* cifs: move update of flags into a separate functionRonnie Sahlberg2020-12-141-71/+3
* cifs: remove ctx argument from cifs_setup_cifs_sbRonnie Sahlberg2020-12-141-3/+4
* cifs: don't create a temp nls in cifs_setup_ipcRonnie Sahlberg2020-12-141-6/+1
* cifs: simplify handling of cifs_sb/ctx->local_nlsRonnie Sahlberg2020-12-141-15/+14
* cifs: move [brw]size from cifs_sb to cifs_sb->ctxRonnie Sahlberg2020-12-141-12/+9
* cifs: move cifs_cleanup_volume_info[_content] to fs_context.cRonnie Sahlberg2020-12-141-43/+4