aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/connect.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-02-25cifs: 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 resolutionPaulo 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 timeoutSteve 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-22cifs: change confusing field serverName (to ip_addr)Steve French1-2/+2
2021-02-16cifs: Identify a connection by a conn_id.Shyam Prasad N1-4/+7
2021-02-16cifs: 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-28cifs: fix dfs domain referralsRonnie Sahlberg1-6/+26
2021-01-17fs/cifs: Simplify bool comparison.Jiapeng Zhong1-1/+1
2021-01-17fs/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-15cifs: Tracepoints and logs for tracing credit changes.Shyam Prasad N1-0/+8
2020-12-15cifs: fix rsize/wsize to be negotiated valuesSteve French1-2/+6
2020-12-14cifs: move update of flags into a separate functionRonnie Sahlberg1-71/+3
2020-12-14cifs: remove ctx argument from cifs_setup_cifs_sbRonnie Sahlberg1-3/+4
2020-12-14cifs: don't create a temp nls in cifs_setup_ipcRonnie Sahlberg1-6/+1
2020-12-14cifs: simplify handling of cifs_sb/ctx->local_nlsRonnie Sahlberg1-15/+14
2020-12-14cifs: move [brw]size from cifs_sb to cifs_sb->ctxRonnie Sahlberg1-12/+9
2020-12-14cifs: move cifs_cleanup_volume_info[_content] to fs_context.cRonnie Sahlberg1-43/+4
2020-12-14cifs: Handle witness client move notificationSamuel Cabrero1-6/+20
2020-12-14cifs: remove actimeo from cifs_sbRonnie Sahlberg1-2/+1
2020-12-14cifs: remove [gu]id/backup[gu]id/file_mode/dir_mode from cifs_sbRonnie Sahlberg1-10/+5
2020-12-14cifs: Simplify reconnect code when dfs upcall is enabledSamuel Cabrero1-13/+8
2020-12-14cifs: Send witness register messages to userspace daemon in echo taskSamuel Cabrero1-0/+5
2020-12-14cifs: Send witness register and unregister commands to userspace daemonSamuel Cabrero1-2/+24
2020-12-14cifs: add witness mount option and data structsSamuel Cabrero1-0/+25
2020-12-14cifs: minor kernel style fixes for commentsSteve French1-10/+15
2020-12-14cifs: Make extract_hostname function publicSamuel Cabrero1-34/+0