blob: a15a6e738eb5321dcde574c848f9a6435ffcd9aa [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * fs/cifs/connect.c
3 *
Steve French1080ef72011-02-24 18:07:19 +00004 * Copyright (C) International Business Machines Corp., 2002,2011
Linus Torvalds1da177e2005-04-16 15:20:36 -07005 * Author(s): Steve French (sfrench@us.ibm.com)
6 *
7 * This library is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU Lesser General Public License as published
9 * by the Free Software Foundation; either version 2.1 of the License, or
10 * (at your option) any later version.
11 *
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
15 * the GNU Lesser General Public License for more details.
16 *
17 * You should have received a copy of the GNU Lesser General Public License
18 * along with this library; if not, write to the Free Software
Steve Frenchfb8c4b12007-07-10 01:16:18 +000019 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Linus Torvalds1da177e2005-04-16 15:20:36 -070020 */
21#include <linux/fs.h>
22#include <linux/net.h>
23#include <linux/string.h>
Ingo Molnar3f07c012017-02-08 18:51:30 +010024#include <linux/sched/signal.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070025#include <linux/list.h>
26#include <linux/wait.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090027#include <linux/slab.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070028#include <linux/pagemap.h>
29#include <linux/ctype.h>
30#include <linux/utsname.h>
31#include <linux/mempool.h>
Steve Frenchb8643e12005-04-28 22:41:07 -070032#include <linux/delay.h>
Steve Frenchf1914012005-08-18 09:37:34 -070033#include <linux/completion.h>
Igor Mammedovaaf737a2007-04-03 19:16:43 +000034#include <linux/kthread.h>
Steve French0ae0efa2005-10-10 10:57:19 -070035#include <linux/pagevec.h>
Nigel Cunningham7dfb7102006-12-06 20:34:23 -080036#include <linux/freezer.h>
Igor Mammedov5c2503a2009-04-21 19:31:05 +040037#include <linux/namei.h>
Andrew Lunnc6e970a2017-03-28 23:45:06 +020038#include <linux/uuid.h>
Linus Torvalds7c0f6ba2016-12-24 11:46:01 -080039#include <linux/uaccess.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070040#include <asm/processor.h>
Jeff Layton50b64e32009-06-02 06:55:20 -040041#include <linux/inet.h>
Paul Gortmaker143cb492011-07-01 14:23:34 -040042#include <linux/module.h>
Jeff Layton8a8798a2012-01-17 16:09:15 -050043#include <keys/user-type.h>
Steve French0e2beda2009-01-30 21:24:41 +000044#include <net/ipv6.h>
Sachin Prabhu8830d7e2012-03-23 14:40:56 -040045#include <linux/parser.h>
Christoph Hellwig2f8b5442016-11-01 07:40:13 -060046#include <linux/bvec.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070047#include "cifspdu.h"
48#include "cifsglob.h"
49#include "cifsproto.h"
50#include "cifs_unicode.h"
51#include "cifs_debug.h"
52#include "cifs_fs_sb.h"
53#include "ntlmssp.h"
54#include "nterr.h"
55#include "rfc1002pdu.h"
Suresh Jayaraman488f1d2d2010-07-05 18:12:15 +053056#include "fscache.h"
Pavel Shilovsky53e0e112016-11-04 11:50:31 -070057#include "smb2proto.h"
Long Li2f894642017-11-22 17:38:34 -070058#include "smbdirect.h"
Paulo Alcantara1c780222018-11-14 16:24:03 -020059#include "dns_resolve.h"
Paulo Alcantara93d5cb52018-11-14 17:13:25 -020060#include "cifsfs.h"
Paulo Alcantara1c780222018-11-14 16:24:03 -020061#ifdef CONFIG_CIFS_DFS_UPCALL
62#include "dfs_cache.h"
63#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -070064
Linus Torvalds1da177e2005-04-16 15:20:36 -070065extern mempool_t *cifs_req_poolp;
Steve Frenchf92a7202018-05-24 04:11:07 -050066extern bool disable_legacy_dialects;
Linus Torvalds1da177e2005-04-16 15:20:36 -070067
Jeff Layton2de970f2010-10-06 19:51:12 -040068/* FIXME: should these be tunable? */
Jeff Layton9d002df2010-10-06 19:51:11 -040069#define TLINK_ERROR_EXPIRE (1 * HZ)
Jeff Layton2de970f2010-10-06 19:51:12 -040070#define TLINK_IDLE_EXPIRE (600 * HZ)
Jeff Layton9d002df2010-10-06 19:51:11 -040071
Sachin Prabhu8830d7e2012-03-23 14:40:56 -040072enum {
Sachin Prabhu8830d7e2012-03-23 14:40:56 -040073 /* Mount options that take no arguments */
74 Opt_user_xattr, Opt_nouser_xattr,
75 Opt_forceuid, Opt_noforceuid,
Jeff Layton72bd4812012-10-03 16:02:36 -040076 Opt_forcegid, Opt_noforcegid,
Sachin Prabhu8830d7e2012-03-23 14:40:56 -040077 Opt_noblocksend, Opt_noautotune,
78 Opt_hard, Opt_soft, Opt_perm, Opt_noperm,
Steve French2baa2682014-09-27 02:19:01 -050079 Opt_mapposix, Opt_nomapposix,
Sachin Prabhu8830d7e2012-03-23 14:40:56 -040080 Opt_mapchars, Opt_nomapchars, Opt_sfu,
81 Opt_nosfu, Opt_nodfs, Opt_posixpaths,
Steve Frenchb3266142018-05-20 23:41:10 -050082 Opt_noposixpaths, Opt_nounix, Opt_unix,
Sachin Prabhu8830d7e2012-03-23 14:40:56 -040083 Opt_nocase,
84 Opt_brl, Opt_nobrl,
Steve French3d4ef9a2018-04-25 22:19:09 -050085 Opt_handlecache, Opt_nohandlecache,
Steve French95932652016-09-23 01:36:34 -050086 Opt_forcemandatorylock, Opt_setuidfromacl, Opt_setuids,
Sachin Prabhu8830d7e2012-03-23 14:40:56 -040087 Opt_nosetuids, Opt_dynperm, Opt_nodynperm,
88 Opt_nohard, Opt_nosoft,
89 Opt_nointr, Opt_intr,
90 Opt_nostrictsync, Opt_strictsync,
91 Opt_serverino, Opt_noserverino,
92 Opt_rwpidforward, Opt_cifsacl, Opt_nocifsacl,
93 Opt_acl, Opt_noacl, Opt_locallease,
Jeff Layton1b359202012-09-19 15:20:27 -070094 Opt_sign, Opt_seal, Opt_noac,
Sachin Prabhu8830d7e2012-03-23 14:40:56 -040095 Opt_fsc, Opt_mfsymlinks,
Jeff Laytona0b3df52013-05-24 07:40:59 -040096 Opt_multiuser, Opt_sloppy, Opt_nosharesock,
Steve Frenchb2a30772015-09-29 21:49:28 -050097 Opt_persistent, Opt_nopersistent,
Steve French592fafe2015-11-03 10:08:53 -060098 Opt_resilient, Opt_noresilient,
Steve French412094a2019-06-24 02:01:42 -050099 Opt_domainauto, Opt_rdma, Opt_modesid,
Steve French9fe5ff12019-06-24 20:39:04 -0500100 Opt_compress,
Sachin Prabhu8830d7e2012-03-23 14:40:56 -0400101
102 /* Mount options which take numeric value */
103 Opt_backupuid, Opt_backupgid, Opt_uid,
104 Opt_cruid, Opt_gid, Opt_file_mode,
105 Opt_dirmode, Opt_port,
Steve Frenche8506d22019-02-28 21:32:15 -0600106 Opt_blocksize, Opt_rsize, Opt_wsize, Opt_actimeo,
Steve Frenchca567eb2019-03-29 16:31:07 -0500107 Opt_echo_interval, Opt_max_credits, Opt_handletimeout,
Steve French8b217fe2016-11-11 22:36:20 -0600108 Opt_snapshot,
Sachin Prabhu8830d7e2012-03-23 14:40:56 -0400109
110 /* Mount options which take string value */
111 Opt_user, Opt_pass, Opt_ip,
Jeff Layton73a999f2013-03-22 08:42:57 -0400112 Opt_domain, Opt_srcaddr, Opt_iocharset,
Sachin Prabhu8830d7e2012-03-23 14:40:56 -0400113 Opt_netbiosname, Opt_servern,
Jeff Layton23db65f2012-05-15 12:20:51 -0400114 Opt_ver, Opt_vers, Opt_sec, Opt_cache,
Sachin Prabhu8830d7e2012-03-23 14:40:56 -0400115
116 /* Mount options to be ignored */
117 Opt_ignore,
118
119 /* Options which could be blank */
120 Opt_blank_pass,
Sachin Prabhu4fe9e962012-04-10 18:12:27 +0100121 Opt_blank_user,
122 Opt_blank_ip,
Sachin Prabhu8830d7e2012-03-23 14:40:56 -0400123
124 Opt_err
125};
126
127static const match_table_t cifs_mount_option_tokens = {
128
129 { Opt_user_xattr, "user_xattr" },
130 { Opt_nouser_xattr, "nouser_xattr" },
131 { Opt_forceuid, "forceuid" },
132 { Opt_noforceuid, "noforceuid" },
Jeff Layton72bd4812012-10-03 16:02:36 -0400133 { Opt_forcegid, "forcegid" },
134 { Opt_noforcegid, "noforcegid" },
Sachin Prabhu8830d7e2012-03-23 14:40:56 -0400135 { Opt_noblocksend, "noblocksend" },
136 { Opt_noautotune, "noautotune" },
137 { Opt_hard, "hard" },
138 { Opt_soft, "soft" },
139 { Opt_perm, "perm" },
140 { Opt_noperm, "noperm" },
Steve French2baa2682014-09-27 02:19:01 -0500141 { Opt_mapchars, "mapchars" }, /* SFU style */
Sachin Prabhu8830d7e2012-03-23 14:40:56 -0400142 { Opt_nomapchars, "nomapchars" },
Steve French2baa2682014-09-27 02:19:01 -0500143 { Opt_mapposix, "mapposix" }, /* SFM style */
144 { Opt_nomapposix, "nomapposix" },
Sachin Prabhu8830d7e2012-03-23 14:40:56 -0400145 { Opt_sfu, "sfu" },
146 { Opt_nosfu, "nosfu" },
147 { Opt_nodfs, "nodfs" },
148 { Opt_posixpaths, "posixpaths" },
149 { Opt_noposixpaths, "noposixpaths" },
150 { Opt_nounix, "nounix" },
151 { Opt_nounix, "nolinux" },
Steve Frenchb3266142018-05-20 23:41:10 -0500152 { Opt_nounix, "noposix" },
153 { Opt_unix, "unix" },
154 { Opt_unix, "linux" },
155 { Opt_unix, "posix" },
Sachin Prabhu8830d7e2012-03-23 14:40:56 -0400156 { Opt_nocase, "nocase" },
157 { Opt_nocase, "ignorecase" },
158 { Opt_brl, "brl" },
159 { Opt_nobrl, "nobrl" },
Steve French3d4ef9a2018-04-25 22:19:09 -0500160 { Opt_handlecache, "handlecache" },
161 { Opt_nohandlecache, "nohandlecache" },
Sachin Prabhu8830d7e2012-03-23 14:40:56 -0400162 { Opt_nobrl, "nolock" },
163 { Opt_forcemandatorylock, "forcemandatorylock" },
Pavel Shilovsky5cfdddc2012-03-27 20:51:15 +0400164 { Opt_forcemandatorylock, "forcemand" },
Sachin Prabhu8830d7e2012-03-23 14:40:56 -0400165 { Opt_setuids, "setuids" },
166 { Opt_nosetuids, "nosetuids" },
Steve French95932652016-09-23 01:36:34 -0500167 { Opt_setuidfromacl, "idsfromsid" },
Sachin Prabhu8830d7e2012-03-23 14:40:56 -0400168 { Opt_dynperm, "dynperm" },
169 { Opt_nodynperm, "nodynperm" },
170 { Opt_nohard, "nohard" },
171 { Opt_nosoft, "nosoft" },
172 { Opt_nointr, "nointr" },
173 { Opt_intr, "intr" },
174 { Opt_nostrictsync, "nostrictsync" },
175 { Opt_strictsync, "strictsync" },
176 { Opt_serverino, "serverino" },
177 { Opt_noserverino, "noserverino" },
178 { Opt_rwpidforward, "rwpidforward" },
Steve French412094a2019-06-24 02:01:42 -0500179 { Opt_modesid, "modefromsid" },
Sachin Prabhu8830d7e2012-03-23 14:40:56 -0400180 { Opt_cifsacl, "cifsacl" },
181 { Opt_nocifsacl, "nocifsacl" },
182 { Opt_acl, "acl" },
183 { Opt_noacl, "noacl" },
184 { Opt_locallease, "locallease" },
185 { Opt_sign, "sign" },
186 { Opt_seal, "seal" },
Sachin Prabhu8830d7e2012-03-23 14:40:56 -0400187 { Opt_noac, "noac" },
188 { Opt_fsc, "fsc" },
189 { Opt_mfsymlinks, "mfsymlinks" },
190 { Opt_multiuser, "multiuser" },
Jeff Laytond8162552012-03-23 14:40:56 -0400191 { Opt_sloppy, "sloppy" },
Jeff Laytona0b3df52013-05-24 07:40:59 -0400192 { Opt_nosharesock, "nosharesock" },
Steve Frenchb2a30772015-09-29 21:49:28 -0500193 { Opt_persistent, "persistenthandles"},
194 { Opt_nopersistent, "nopersistenthandles"},
Steve French592fafe2015-11-03 10:08:53 -0600195 { Opt_resilient, "resilienthandles"},
196 { Opt_noresilient, "noresilienthandles"},
Germano Percossi39566442016-12-15 12:31:18 +0530197 { Opt_domainauto, "domainauto"},
Long Li8339dd32017-11-07 01:54:55 -0700198 { Opt_rdma, "rdma"},
Sachin Prabhu8830d7e2012-03-23 14:40:56 -0400199
200 { Opt_backupuid, "backupuid=%s" },
201 { Opt_backupgid, "backupgid=%s" },
202 { Opt_uid, "uid=%s" },
203 { Opt_cruid, "cruid=%s" },
204 { Opt_gid, "gid=%s" },
205 { Opt_file_mode, "file_mode=%s" },
206 { Opt_dirmode, "dirmode=%s" },
207 { Opt_dirmode, "dir_mode=%s" },
208 { Opt_port, "port=%s" },
Steve Frenche8506d22019-02-28 21:32:15 -0600209 { Opt_blocksize, "bsize=%s" },
Sachin Prabhu8830d7e2012-03-23 14:40:56 -0400210 { Opt_rsize, "rsize=%s" },
211 { Opt_wsize, "wsize=%s" },
212 { Opt_actimeo, "actimeo=%s" },
Steve Frenchca567eb2019-03-29 16:31:07 -0500213 { Opt_handletimeout, "handletimeout=%s" },
Steve Frenchadfeb3e2015-12-18 12:31:36 -0600214 { Opt_echo_interval, "echo_interval=%s" },
Steve French141891f2016-09-23 00:44:16 -0500215 { Opt_max_credits, "max_credits=%s" },
Steve French8b217fe2016-11-11 22:36:20 -0600216 { Opt_snapshot, "snapshot=%s" },
Steve French9fe5ff12019-06-24 20:39:04 -0500217 { Opt_compress, "compress=%s" },
Sachin Prabhu8830d7e2012-03-23 14:40:56 -0400218
Sachin Prabhu4fe9e962012-04-10 18:12:27 +0100219 { Opt_blank_user, "user=" },
220 { Opt_blank_user, "username=" },
Sachin Prabhu8830d7e2012-03-23 14:40:56 -0400221 { Opt_user, "user=%s" },
222 { Opt_user, "username=%s" },
223 { Opt_blank_pass, "pass=" },
Jesper Nilsson3c15b4c2012-11-29 17:31:16 +0100224 { Opt_blank_pass, "password=" },
Sachin Prabhu8830d7e2012-03-23 14:40:56 -0400225 { Opt_pass, "pass=%s" },
226 { Opt_pass, "password=%s" },
Sachin Prabhu4fe9e962012-04-10 18:12:27 +0100227 { Opt_blank_ip, "ip=" },
228 { Opt_blank_ip, "addr=" },
Sachin Prabhu8830d7e2012-03-23 14:40:56 -0400229 { Opt_ip, "ip=%s" },
230 { Opt_ip, "addr=%s" },
Jeff Layton73a999f2013-03-22 08:42:57 -0400231 { Opt_ignore, "unc=%s" },
232 { Opt_ignore, "target=%s" },
233 { Opt_ignore, "path=%s" },
Sachin Prabhu8830d7e2012-03-23 14:40:56 -0400234 { Opt_domain, "dom=%s" },
235 { Opt_domain, "domain=%s" },
236 { Opt_domain, "workgroup=%s" },
237 { Opt_srcaddr, "srcaddr=%s" },
Jeff Layton73a999f2013-03-22 08:42:57 -0400238 { Opt_ignore, "prefixpath=%s" },
Sachin Prabhu8830d7e2012-03-23 14:40:56 -0400239 { Opt_iocharset, "iocharset=%s" },
Sachin Prabhu8830d7e2012-03-23 14:40:56 -0400240 { Opt_netbiosname, "netbiosname=%s" },
241 { Opt_servern, "servern=%s" },
242 { Opt_ver, "ver=%s" },
Jeff Layton23db65f2012-05-15 12:20:51 -0400243 { Opt_vers, "vers=%s" },
Sachin Prabhu8830d7e2012-03-23 14:40:56 -0400244 { Opt_sec, "sec=%s" },
Jeff Layton15b6a472012-05-16 07:50:15 -0400245 { Opt_cache, "cache=%s" },
Sachin Prabhu8830d7e2012-03-23 14:40:56 -0400246
247 { Opt_ignore, "cred" },
248 { Opt_ignore, "credentials" },
Jeff Laytona557b972012-05-02 14:02:40 -0400249 { Opt_ignore, "cred=%s" },
250 { Opt_ignore, "credentials=%s" },
Sachin Prabhu8830d7e2012-03-23 14:40:56 -0400251 { Opt_ignore, "guest" },
252 { Opt_ignore, "rw" },
253 { Opt_ignore, "ro" },
254 { Opt_ignore, "suid" },
255 { Opt_ignore, "nosuid" },
256 { Opt_ignore, "exec" },
257 { Opt_ignore, "noexec" },
258 { Opt_ignore, "nodev" },
259 { Opt_ignore, "noauto" },
260 { Opt_ignore, "dev" },
261 { Opt_ignore, "mand" },
262 { Opt_ignore, "nomand" },
Steve French9b9c5be2018-09-22 12:07:06 -0500263 { Opt_ignore, "relatime" },
Sachin Prabhu8830d7e2012-03-23 14:40:56 -0400264 { Opt_ignore, "_netdev" },
265
266 { Opt_err, NULL }
267};
268
269enum {
270 Opt_sec_krb5, Opt_sec_krb5i, Opt_sec_krb5p,
271 Opt_sec_ntlmsspi, Opt_sec_ntlmssp,
Jeff Layton76596242012-07-23 20:34:17 -0400272 Opt_ntlm, Opt_sec_ntlmi, Opt_sec_ntlmv2,
273 Opt_sec_ntlmv2i, Opt_sec_lanman,
Sachin Prabhu8830d7e2012-03-23 14:40:56 -0400274 Opt_sec_none,
275
276 Opt_sec_err
277};
278
279static const match_table_t cifs_secflavor_tokens = {
280 { Opt_sec_krb5, "krb5" },
281 { Opt_sec_krb5i, "krb5i" },
282 { Opt_sec_krb5p, "krb5p" },
283 { Opt_sec_ntlmsspi, "ntlmsspi" },
284 { Opt_sec_ntlmssp, "ntlmssp" },
285 { Opt_ntlm, "ntlm" },
286 { Opt_sec_ntlmi, "ntlmi" },
Jeff Layton76596242012-07-23 20:34:17 -0400287 { Opt_sec_ntlmv2, "nontlm" },
288 { Opt_sec_ntlmv2, "ntlmv2" },
Sachin Prabhu8830d7e2012-03-23 14:40:56 -0400289 { Opt_sec_ntlmv2i, "ntlmv2i" },
Sachin Prabhu8830d7e2012-03-23 14:40:56 -0400290 { Opt_sec_lanman, "lanman" },
291 { Opt_sec_none, "none" },
292
293 { Opt_sec_err, NULL }
294};
295
Jeff Layton15b6a472012-05-16 07:50:15 -0400296/* cache flavors */
297enum {
298 Opt_cache_loose,
299 Opt_cache_strict,
300 Opt_cache_none,
301 Opt_cache_err
302};
303
304static const match_table_t cifs_cacheflavor_tokens = {
305 { Opt_cache_loose, "loose" },
306 { Opt_cache_strict, "strict" },
307 { Opt_cache_none, "none" },
308 { Opt_cache_err, NULL }
309};
310
Jeff Layton23db65f2012-05-15 12:20:51 -0400311static const match_table_t cifs_smb_version_tokens = {
312 { Smb_1, SMB1_VERSION_STRING },
Steve Frenchdd446b12012-11-28 23:21:06 -0600313 { Smb_20, SMB20_VERSION_STRING},
Steve French1080ef72011-02-24 18:07:19 +0000314 { Smb_21, SMB21_VERSION_STRING },
Steve Frenche4aa25e2012-10-01 12:26:22 -0500315 { Smb_30, SMB30_VERSION_STRING },
Steve French20b6d8b2013-06-12 22:48:41 -0500316 { Smb_302, SMB302_VERSION_STRING },
Kenneth D'souza4a3b38a2018-11-17 10:33:30 +0530317 { Smb_302, ALT_SMB302_VERSION_STRING },
Steve French5f7fbf72014-12-17 22:52:58 -0600318 { Smb_311, SMB311_VERSION_STRING },
Steve Frenchaab18932015-06-23 23:37:11 -0500319 { Smb_311, ALT_SMB311_VERSION_STRING },
Steve French9764c022017-09-17 10:41:35 -0500320 { Smb_3any, SMB3ANY_VERSION_STRING },
321 { Smb_default, SMBDEFAULT_VERSION_STRING },
Steve French5f7fbf72014-12-17 22:52:58 -0600322 { Smb_version_err, NULL }
Jeff Layton23db65f2012-05-15 12:20:51 -0400323};
324
Pavel Shilovskya9f1b852010-12-13 19:08:35 +0300325static int ip_connect(struct TCP_Server_Info *server);
326static int generic_ip_connect(struct TCP_Server_Info *server);
Jeff Laytonb647c352010-10-28 11:16:44 -0400327static void tlink_rb_insert(struct rb_root *root, struct tcon_link *new_tlink);
Jeff Layton2de970f2010-10-06 19:51:12 -0400328static void cifs_prune_tlinks(struct work_struct *work);
Paulo Alcantara93d5cb52018-11-14 17:13:25 -0200329static char *extract_hostname(const char *unc);
330
Paulo Alcantara28eb24f2018-11-20 15:16:36 -0200331/*
332 * Resolve hostname and set ip addr in tcp ses. Useful for hostnames that may
333 * get their ip addresses changed at some point.
334 *
335 * This should be called with server->srv_mutex held.
336 */
337#ifdef CONFIG_CIFS_DFS_UPCALL
338static int reconn_set_ipaddr(struct TCP_Server_Info *server)
339{
340 int rc;
341 int len;
342 char *unc, *ipaddr = NULL;
343
344 if (!server->hostname)
345 return -EINVAL;
346
347 len = strlen(server->hostname) + 3;
348
349 unc = kmalloc(len, GFP_KERNEL);
350 if (!unc) {
351 cifs_dbg(FYI, "%s: failed to create UNC path\n", __func__);
352 return -ENOMEM;
353 }
Ronnie Sahlberg74ea5f92019-02-09 09:51:11 +1000354 scnprintf(unc, len, "\\\\%s", server->hostname);
Paulo Alcantara28eb24f2018-11-20 15:16:36 -0200355
356 rc = dns_resolve_server_name_to_ip(unc, &ipaddr);
357 kfree(unc);
358
359 if (rc < 0) {
360 cifs_dbg(FYI, "%s: failed to resolve server part of %s to IP: %d\n",
361 __func__, server->hostname, rc);
362 return rc;
363 }
364
365 rc = cifs_convert_address((struct sockaddr *)&server->dstaddr, ipaddr,
366 strlen(ipaddr));
367 kfree(ipaddr);
368
369 return !rc ? -1 : 0;
370}
371#else
372static inline int reconn_set_ipaddr(struct TCP_Server_Info *server)
373{
374 return 0;
375}
376#endif
377
Paulo Alcantara93d5cb52018-11-14 17:13:25 -0200378#ifdef CONFIG_CIFS_DFS_UPCALL
379struct super_cb_data {
380 struct TCP_Server_Info *server;
381 struct cifs_sb_info *cifs_sb;
382};
383
384/* These functions must be called with server->srv_mutex held */
385
386static void super_cb(struct super_block *sb, void *arg)
387{
388 struct super_cb_data *d = arg;
389 struct cifs_sb_info *cifs_sb;
390 struct cifs_tcon *tcon;
391
392 if (d->cifs_sb)
393 return;
394
395 cifs_sb = CIFS_SB(sb);
396 tcon = cifs_sb_master_tcon(cifs_sb);
397 if (tcon->ses->server == d->server)
398 d->cifs_sb = cifs_sb;
399}
400
401static inline struct cifs_sb_info *
402find_super_by_tcp(struct TCP_Server_Info *server)
403{
404 struct super_cb_data d = {
405 .server = server,
406 .cifs_sb = NULL,
407 };
408
409 iterate_supers_type(&cifs_fs_type, super_cb, &d);
410 return d.cifs_sb ? d.cifs_sb : ERR_PTR(-ENOENT);
411}
412
413static void reconn_inval_dfs_target(struct TCP_Server_Info *server,
414 struct cifs_sb_info *cifs_sb,
415 struct dfs_cache_tgt_list *tgt_list,
416 struct dfs_cache_tgt_iterator **tgt_it)
417{
418 const char *name;
Paulo Alcantara93d5cb52018-11-14 17:13:25 -0200419
420 if (!cifs_sb || !cifs_sb->origin_fullpath || !tgt_list ||
421 !server->nr_targets)
422 return;
423
424 if (!*tgt_it) {
425 *tgt_it = dfs_cache_get_tgt_iterator(tgt_list);
426 } else {
427 *tgt_it = dfs_cache_get_next_tgt(tgt_list, *tgt_it);
428 if (!*tgt_it)
429 *tgt_it = dfs_cache_get_tgt_iterator(tgt_list);
430 }
431
432 cifs_dbg(FYI, "%s: UNC: %s\n", __func__, cifs_sb->origin_fullpath);
433
434 name = dfs_cache_get_tgt_name(*tgt_it);
435
436 kfree(server->hostname);
437
438 server->hostname = extract_hostname(name);
Dan Carpenter84288172019-01-05 15:25:29 +0300439 if (IS_ERR(server->hostname)) {
440 cifs_dbg(FYI,
441 "%s: failed to extract hostname from target: %ld\n",
442 __func__, PTR_ERR(server->hostname));
Paulo Alcantara93d5cb52018-11-14 17:13:25 -0200443 }
444}
445
446static inline int reconn_setup_dfs_targets(struct cifs_sb_info *cifs_sb,
447 struct dfs_cache_tgt_list *tl,
448 struct dfs_cache_tgt_iterator **it)
449{
450 if (!cifs_sb->origin_fullpath)
451 return -EOPNOTSUPP;
452 return dfs_cache_noreq_find(cifs_sb->origin_fullpath + 1, NULL, tl);
453}
454#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700455
Jeff Laytond5c56052008-12-01 18:42:33 -0500456/*
457 * cifs tcp session reconnection
458 *
459 * mark tcp session as reconnecting so temporarily locked
460 * mark all smb sessions as reconnecting for tcp session
461 * reconnect tcp session
462 * wake up waiters on reconnection? - (not needed currently)
463 */
Pavel Shilovsky28ea5292012-05-23 16:18:00 +0400464int
Linus Torvalds1da177e2005-04-16 15:20:36 -0700465cifs_reconnect(struct TCP_Server_Info *server)
466{
467 int rc = 0;
Jeff Laytonf1987b42008-11-15 11:12:47 -0500468 struct list_head *tmp, *tmp2;
Steve French96daf2b2011-05-27 04:34:02 +0000469 struct cifs_ses *ses;
470 struct cifs_tcon *tcon;
Steve Frenchfb8c4b12007-07-10 01:16:18 +0000471 struct mid_q_entry *mid_entry;
Jeff Layton3c1105d2011-05-22 07:09:13 -0400472 struct list_head retry_list;
Paulo Alcantara93d5cb52018-11-14 17:13:25 -0200473#ifdef CONFIG_CIFS_DFS_UPCALL
Paulo Alcantara23324402018-11-20 14:37:18 -0200474 struct cifs_sb_info *cifs_sb = NULL;
475 struct dfs_cache_tgt_list tgt_list = {0};
Paulo Alcantara93d5cb52018-11-14 17:13:25 -0200476 struct dfs_cache_tgt_iterator *tgt_it = NULL;
477#endif
Steve French50c2f752007-07-13 00:33:32 +0000478
Linus Torvalds1da177e2005-04-16 15:20:36 -0700479 spin_lock(&GlobalMid_Lock);
Paulo Alcantara93d5cb52018-11-14 17:13:25 -0200480 server->nr_targets = 1;
481#ifdef CONFIG_CIFS_DFS_UPCALL
Ronnie Sahlberg61cabc72019-06-14 13:02:29 +1000482 spin_unlock(&GlobalMid_Lock);
Paulo Alcantara93d5cb52018-11-14 17:13:25 -0200483 cifs_sb = find_super_by_tcp(server);
484 if (IS_ERR(cifs_sb)) {
485 rc = PTR_ERR(cifs_sb);
486 cifs_dbg(FYI, "%s: will not do DFS failover: rc = %d\n",
487 __func__, rc);
488 cifs_sb = NULL;
489 } else {
490 rc = reconn_setup_dfs_targets(cifs_sb, &tgt_list, &tgt_it);
Steve French55a7f002019-01-01 17:19:45 -0600491 if (rc && (rc != -EOPNOTSUPP)) {
Paulo Alcantara93d5cb52018-11-14 17:13:25 -0200492 cifs_dbg(VFS, "%s: no target servers for DFS failover\n",
493 __func__);
494 } else {
495 server->nr_targets = dfs_cache_get_nr_tgts(&tgt_list);
496 }
497 }
498 cifs_dbg(FYI, "%s: will retry %d target(s)\n", __func__,
499 server->nr_targets);
Ronnie Sahlberg61cabc72019-06-14 13:02:29 +1000500 spin_lock(&GlobalMid_Lock);
Paulo Alcantara93d5cb52018-11-14 17:13:25 -0200501#endif
Jeff Layton469ee612008-10-16 18:46:39 +0000502 if (server->tcpStatus == CifsExiting) {
Steve Frenchfb8c4b12007-07-10 01:16:18 +0000503 /* the demux thread will exit normally
Linus Torvalds1da177e2005-04-16 15:20:36 -0700504 next time through the loop */
505 spin_unlock(&GlobalMid_Lock);
506 return rc;
507 } else
508 server->tcpStatus = CifsNeedReconnect;
509 spin_unlock(&GlobalMid_Lock);
510 server->maxBuf = 0;
Pavel Shilovskyaa24d1e2011-12-27 16:23:34 +0400511 server->max_read = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700512
Steve French6e4d3bb2018-09-22 11:25:04 -0500513 cifs_dbg(FYI, "Mark tcp session as need reconnect\n");
Steve Frenchbf1fdeb2018-07-30 19:23:09 -0500514 trace_smb3_reconnect(server->CurrentMid, server->hostname);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700515
516 /* before reconnecting the tcp session, mark the smb session (uid)
517 and the tid bad so they are not used until reconnected */
Joe Perchesf96637b2013-05-04 22:12:25 -0500518 cifs_dbg(FYI, "%s: marking sessions and tcons for reconnect\n",
519 __func__);
Suresh Jayaraman3f9bcca2010-10-18 23:29:37 +0530520 spin_lock(&cifs_tcp_ses_lock);
Jeff Layton14fbf502008-11-14 13:53:46 -0500521 list_for_each(tmp, &server->smb_ses_list) {
Steve French96daf2b2011-05-27 04:34:02 +0000522 ses = list_entry(tmp, struct cifs_ses, smb_ses_list);
Jeff Layton14fbf502008-11-14 13:53:46 -0500523 ses->need_reconnect = true;
Jeff Laytonf1987b42008-11-15 11:12:47 -0500524 list_for_each(tmp2, &ses->tcon_list) {
Steve French96daf2b2011-05-27 04:34:02 +0000525 tcon = list_entry(tmp2, struct cifs_tcon, tcon_list);
Jeff Laytonf1987b42008-11-15 11:12:47 -0500526 tcon->need_reconnect = true;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700527 }
Aurelien Aptelb327a712018-01-24 13:46:10 +0100528 if (ses->tcon_ipc)
529 ses->tcon_ipc->need_reconnect = true;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700530 }
Suresh Jayaraman3f9bcca2010-10-18 23:29:37 +0530531 spin_unlock(&cifs_tcp_ses_lock);
Jeff Layton2b84a36c2011-01-11 07:24:21 -0500532
Linus Torvalds1da177e2005-04-16 15:20:36 -0700533 /* do not want to be sending data on a socket we are freeing */
Joe Perchesf96637b2013-05-04 22:12:25 -0500534 cifs_dbg(FYI, "%s: tearing down socket\n", __func__);
Jeff Layton72ca5452008-12-01 07:09:36 -0500535 mutex_lock(&server->srv_mutex);
Long Li1d2a4f52019-05-13 21:01:28 -0700536 if (server->ssocket) {
537 cifs_dbg(FYI, "State: 0x%x Flags: 0x%lx\n",
538 server->ssocket->state, server->ssocket->flags);
539 kernel_sock_shutdown(server->ssocket, SHUT_WR);
540 cifs_dbg(FYI, "Post shutdown state: 0x%x Flags: 0x%lx\n",
541 server->ssocket->state, server->ssocket->flags);
542 sock_release(server->ssocket);
543 server->ssocket = NULL;
544 }
545 server->sequence_number = 0;
546 server->session_estab = false;
547 kfree(server->session_key.response);
548 server->session_key.response = NULL;
549 server->session_key.len = 0;
550 server->lstrp = jiffies;
Long Li214bab42019-04-05 21:36:35 +0000551
552 /* mark submitted MIDs for retry and issue callback */
553 INIT_LIST_HEAD(&retry_list);
554 cifs_dbg(FYI, "%s: moving mids to private list\n", __func__);
555 spin_lock(&GlobalMid_Lock);
556 list_for_each_safe(tmp, tmp2, &server->pending_mid_q) {
557 mid_entry = list_entry(tmp, struct mid_q_entry, qhead);
558 if (mid_entry->mid_state == MID_REQUEST_SUBMITTED)
559 mid_entry->mid_state = MID_RETRY_NEEDED;
560 list_move(&mid_entry->qhead, &retry_list);
561 }
562 spin_unlock(&GlobalMid_Lock);
Long Li1d2a4f52019-05-13 21:01:28 -0700563 mutex_unlock(&server->srv_mutex);
Long Li214bab42019-04-05 21:36:35 +0000564
565 cifs_dbg(FYI, "%s: issuing mid callbacks\n", __func__);
566 list_for_each_safe(tmp, tmp2, &retry_list) {
567 mid_entry = list_entry(tmp, struct mid_q_entry, qhead);
568 list_del_init(&mid_entry->qhead);
569 mid_entry->callback(mid_entry);
570 }
571
Long Li1d2a4f52019-05-13 21:01:28 -0700572 if (cifs_rdma_enabled(server)) {
573 mutex_lock(&server->srv_mutex);
Long Li050b8c32019-04-04 11:35:42 -0500574 smbd_destroy(server);
Long Li1d2a4f52019-05-13 21:01:28 -0700575 mutex_unlock(&server->srv_mutex);
576 }
Jeff Layton3c1105d2011-05-22 07:09:13 -0400577
Jeff Layton7fdbaa12011-06-10 16:14:57 -0400578 do {
Steve French6c3d8902006-07-31 22:46:20 +0000579 try_to_freeze();
Pavel Shilovskya9f1b852010-12-13 19:08:35 +0300580
Jeff Layton73e216a2013-09-05 08:38:10 -0400581 mutex_lock(&server->srv_mutex);
Paulo Alcantara93d5cb52018-11-14 17:13:25 -0200582 /*
583 * Set up next DFS target server (if any) for reconnect. If DFS
584 * feature is disabled, then we will retry last server we
585 * connected to before.
586 */
Long Li781a8052017-11-22 17:38:36 -0700587 if (cifs_rdma_enabled(server))
588 rc = smbd_reconnect(server);
589 else
590 rc = generic_ip_connect(server);
Steve Frenchfb8c4b12007-07-10 01:16:18 +0000591 if (rc) {
Joe Perchesf96637b2013-05-04 22:12:25 -0500592 cifs_dbg(FYI, "reconnect error %d\n", rc);
Paulo Alcantara93d5cb52018-11-14 17:13:25 -0200593#ifdef CONFIG_CIFS_DFS_UPCALL
594 reconn_inval_dfs_target(server, cifs_sb, &tgt_list,
595 &tgt_it);
596#endif
Paulo Alcantara28eb24f2018-11-20 15:16:36 -0200597 rc = reconn_set_ipaddr(server);
598 if (rc) {
599 cifs_dbg(FYI, "%s: failed to resolve hostname: %d\n",
600 __func__, rc);
601 }
Federico Sauter4afe2602015-03-17 17:45:28 +0100602 mutex_unlock(&server->srv_mutex);
Steve French0cb766a2005-04-28 22:41:11 -0700603 msleep(3000);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700604 } else {
605 atomic_inc(&tcpSesReconnectCount);
Pavel Shilovsky335b7b62019-01-16 11:12:41 -0800606 set_credits(server, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700607 spin_lock(&GlobalMid_Lock);
Jeff Layton469ee612008-10-16 18:46:39 +0000608 if (server->tcpStatus != CifsExiting)
Steve Frenchfd88ce92011-04-12 01:01:14 +0000609 server->tcpStatus = CifsNeedNegotiate;
Steve Frenchfb8c4b12007-07-10 01:16:18 +0000610 spin_unlock(&GlobalMid_Lock);
Federico Sauter4afe2602015-03-17 17:45:28 +0100611 mutex_unlock(&server->srv_mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700612 }
Jeff Layton7fdbaa12011-06-10 16:14:57 -0400613 } while (server->tcpStatus == CifsNeedReconnect);
Jeff Layton2b84a36c2011-01-11 07:24:21 -0500614
Paulo Alcantara93d5cb52018-11-14 17:13:25 -0200615#ifdef CONFIG_CIFS_DFS_UPCALL
616 if (tgt_it) {
617 rc = dfs_cache_noreq_update_tgthint(cifs_sb->origin_fullpath + 1,
618 tgt_it);
619 if (rc) {
620 cifs_dbg(VFS, "%s: failed to update DFS target hint: rc = %d\n",
621 __func__, rc);
622 }
623 rc = dfs_cache_update_vol(cifs_sb->origin_fullpath, server);
624 if (rc) {
625 cifs_dbg(VFS, "%s: failed to update vol info in DFS cache: rc = %d\n",
626 __func__, rc);
627 }
Paulo Alcantara23324402018-11-20 14:37:18 -0200628 dfs_cache_free_tgts(&tgt_list);
Paulo Alcantara93d5cb52018-11-14 17:13:25 -0200629 }
Paulo Alcantara93d5cb52018-11-14 17:13:25 -0200630#endif
Sachin Prabhub8c60012016-10-20 19:52:24 -0400631 if (server->tcpStatus == CifsNeedNegotiate)
632 mod_delayed_work(cifsiod_wq, &server->echo, 0);
633
Linus Torvalds1da177e2005-04-16 15:20:36 -0700634 return rc;
635}
636
Jeff Laytonc74093b2011-01-11 07:24:23 -0500637static void
638cifs_echo_request(struct work_struct *work)
639{
640 int rc;
641 struct TCP_Server_Info *server = container_of(work,
642 struct TCP_Server_Info, echo.work);
Sachin Prabhub8c60012016-10-20 19:52:24 -0400643 unsigned long echo_interval;
Jeff Laytonc74093b2011-01-11 07:24:23 -0500644
Jeff Layton247ec9b2011-02-04 17:09:50 -0500645 /*
Sachin Prabhub8c60012016-10-20 19:52:24 -0400646 * If we need to renegotiate, set echo interval to zero to
647 * immediately call echo service where we can renegotiate.
648 */
649 if (server->tcpStatus == CifsNeedNegotiate)
650 echo_interval = 0;
651 else
652 echo_interval = server->echo_interval;
653
654 /*
655 * We cannot send an echo if it is disabled.
656 * Also, no need to ping if we got a response recently.
Jeff Layton247ec9b2011-02-04 17:09:50 -0500657 */
Steve French4fcd1812016-06-22 20:12:05 -0500658
659 if (server->tcpStatus == CifsNeedReconnect ||
Sachin Prabhub8c60012016-10-20 19:52:24 -0400660 server->tcpStatus == CifsExiting ||
661 server->tcpStatus == CifsNew ||
Pavel Shilovskyf6d76172012-05-25 14:47:16 +0400662 (server->ops->can_echo && !server->ops->can_echo(server)) ||
Steve Frenchadfeb3e2015-12-18 12:31:36 -0600663 time_before(jiffies, server->lstrp + echo_interval - HZ))
Jeff Laytonc74093b2011-01-11 07:24:23 -0500664 goto requeue_echo;
665
Pavel Shilovskyf6d76172012-05-25 14:47:16 +0400666 rc = server->ops->echo ? server->ops->echo(server) : -ENOSYS;
Jeff Laytonc74093b2011-01-11 07:24:23 -0500667 if (rc)
Joe Perchesf96637b2013-05-04 22:12:25 -0500668 cifs_dbg(FYI, "Unable to send echo request to server: %s\n",
669 server->hostname);
Jeff Laytonc74093b2011-01-11 07:24:23 -0500670
671requeue_echo:
Sachin Prabhub8c60012016-10-20 19:52:24 -0400672 queue_delayed_work(cifsiod_wq, &server->echo, server->echo_interval);
Jeff Laytonc74093b2011-01-11 07:24:23 -0500673}
674
Pavel Shilovsky3d9c2472011-08-01 13:19:40 +0400675static bool
Jeff Layton2a37ef92011-10-19 15:29:23 -0400676allocate_buffers(struct TCP_Server_Info *server)
Pavel Shilovsky3d9c2472011-08-01 13:19:40 +0400677{
Jeff Layton2a37ef92011-10-19 15:29:23 -0400678 if (!server->bigbuf) {
679 server->bigbuf = (char *)cifs_buf_get();
680 if (!server->bigbuf) {
Joe Perchesf96637b2013-05-04 22:12:25 -0500681 cifs_dbg(VFS, "No memory for large SMB response\n");
Pavel Shilovsky3d9c2472011-08-01 13:19:40 +0400682 msleep(3000);
683 /* retry will check if exiting */
684 return false;
685 }
Jeff Layton2a37ef92011-10-19 15:29:23 -0400686 } else if (server->large_buf) {
Pavel Shilovsky3d9c2472011-08-01 13:19:40 +0400687 /* we are reusing a dirty large buf, clear its start */
Pavel Shilovsky1887f602012-05-17 12:45:31 +0400688 memset(server->bigbuf, 0, HEADER_SIZE(server));
Pavel Shilovsky3d9c2472011-08-01 13:19:40 +0400689 }
690
Jeff Layton2a37ef92011-10-19 15:29:23 -0400691 if (!server->smallbuf) {
692 server->smallbuf = (char *)cifs_small_buf_get();
693 if (!server->smallbuf) {
Joe Perchesf96637b2013-05-04 22:12:25 -0500694 cifs_dbg(VFS, "No memory for SMB response\n");
Pavel Shilovsky3d9c2472011-08-01 13:19:40 +0400695 msleep(1000);
696 /* retry will check if exiting */
697 return false;
698 }
699 /* beginning of smb buffer is cleared in our buf_get */
700 } else {
701 /* if existing small buf clear beginning */
Pavel Shilovsky1887f602012-05-17 12:45:31 +0400702 memset(server->smallbuf, 0, HEADER_SIZE(server));
Pavel Shilovsky3d9c2472011-08-01 13:19:40 +0400703 }
704
Pavel Shilovsky3d9c2472011-08-01 13:19:40 +0400705 return true;
706}
707
Jeff Laytonba749e62011-10-11 06:41:32 -0400708static bool
709server_unresponsive(struct TCP_Server_Info *server)
Pavel Shilovskye7015fb2011-08-01 13:19:41 +0400710{
Pavel Shilovsky6dae51a2012-02-21 16:50:23 +0300711 /*
Ronnie Sahlbergf2caf902019-07-06 06:52:46 +1000712 * We need to wait 3 echo intervals to make sure we handle such
Pavel Shilovsky6dae51a2012-02-21 16:50:23 +0300713 * situations right:
714 * 1s client sends a normal SMB request
Ronnie Sahlbergf2caf902019-07-06 06:52:46 +1000715 * 3s client gets a response
Pavel Shilovsky6dae51a2012-02-21 16:50:23 +0300716 * 30s echo workqueue job pops, and decides we got a response recently
717 * and don't need to send another
718 * ...
719 * 65s kernel_recvmsg times out, and we see that we haven't gotten
720 * a response in >60s.
721 */
Samuel Cabrero76e75272017-07-11 12:44:39 +0200722 if ((server->tcpStatus == CifsGood ||
723 server->tcpStatus == CifsNeedNegotiate) &&
Ronnie Sahlbergf2caf902019-07-06 06:52:46 +1000724 time_after(jiffies, server->lstrp + 3 * server->echo_interval)) {
Steve Frenchadfeb3e2015-12-18 12:31:36 -0600725 cifs_dbg(VFS, "Server %s has not responded in %lu seconds. Reconnecting...\n",
Ronnie Sahlbergf2caf902019-07-06 06:52:46 +1000726 server->hostname, (3 * server->echo_interval) / HZ);
Jeff Laytonba749e62011-10-11 06:41:32 -0400727 cifs_reconnect(server);
728 wake_up(&server->response_q);
729 return true;
730 }
Pavel Shilovskye7015fb2011-08-01 13:19:41 +0400731
Jeff Laytonba749e62011-10-11 06:41:32 -0400732 return false;
733}
734
Pavel Shilovskyef68e832019-01-18 17:25:36 -0800735static inline bool
736zero_credits(struct TCP_Server_Info *server)
737{
738 int val;
739
740 spin_lock(&server->req_lock);
741 val = server->credits + server->echo_credits + server->oplock_credits;
742 if (server->in_flight == 0 && val == 0) {
743 spin_unlock(&server->req_lock);
744 return true;
745 }
746 spin_unlock(&server->req_lock);
747 return false;
748}
749
Al Viro71335662016-01-09 19:54:50 -0500750static int
751cifs_readv_from_socket(struct TCP_Server_Info *server, struct msghdr *smb_msg)
Pavel Shilovskye7015fb2011-08-01 13:19:41 +0400752{
Jeff Laytona52c1eb2011-10-11 06:41:32 -0400753 int length = 0;
754 int total_read;
Jeff Layton42c4dfc2011-10-19 15:28:17 -0400755
Al Viro71335662016-01-09 19:54:50 -0500756 smb_msg->msg_control = NULL;
757 smb_msg->msg_controllen = 0;
Pavel Shilovskye7015fb2011-08-01 13:19:41 +0400758
Al Viro71335662016-01-09 19:54:50 -0500759 for (total_read = 0; msg_data_left(smb_msg); total_read += length) {
Jeff Layton95edcff2011-12-01 20:22:41 -0500760 try_to_freeze();
761
Pavel Shilovskyef68e832019-01-18 17:25:36 -0800762 /* reconnect if no credits and no requests in flight */
763 if (zero_credits(server)) {
764 cifs_reconnect(server);
765 return -ECONNABORTED;
766 }
767
Al Viro71335662016-01-09 19:54:50 -0500768 if (server_unresponsive(server))
769 return -ECONNABORTED;
Long Li2fef1372017-11-22 17:38:41 -0700770 if (cifs_rdma_enabled(server) && server->smbd_conn)
771 length = smbd_recv(server->smbd_conn, smb_msg);
772 else
773 length = sock_recvmsg(server->ssocket, smb_msg, 0);
Al Viro71335662016-01-09 19:54:50 -0500774
775 if (server->tcpStatus == CifsExiting)
776 return -ESHUTDOWN;
777
778 if (server->tcpStatus == CifsNeedReconnect) {
779 cifs_reconnect(server);
780 return -ECONNABORTED;
Jeff Laytonba749e62011-10-11 06:41:32 -0400781 }
782
Al Viro71335662016-01-09 19:54:50 -0500783 if (length == -ERESTARTSYS ||
784 length == -EAGAIN ||
785 length == -EINTR) {
Pavel Shilovskye7015fb2011-08-01 13:19:41 +0400786 /*
787 * Minimum sleep to prevent looping, allowing socket
788 * to clear and app threads to set tcpStatus
789 * CifsNeedReconnect if server hung.
790 */
791 usleep_range(1000, 2000);
792 length = 0;
Jeff Laytona52c1eb2011-10-11 06:41:32 -0400793 continue;
Al Viro71335662016-01-09 19:54:50 -0500794 }
795
796 if (length <= 0) {
Al Viro09aab882015-11-13 03:00:17 -0500797 cifs_dbg(FYI, "Received no data or error: %d\n", length);
Pavel Shilovskye7015fb2011-08-01 13:19:41 +0400798 cifs_reconnect(server);
Al Viro71335662016-01-09 19:54:50 -0500799 return -ECONNABORTED;
Pavel Shilovskye7015fb2011-08-01 13:19:41 +0400800 }
801 }
Jeff Laytona52c1eb2011-10-11 06:41:32 -0400802 return total_read;
Pavel Shilovskye7015fb2011-08-01 13:19:41 +0400803}
Pavel Shilovskye7015fb2011-08-01 13:19:41 +0400804
Jeff Laytone28bc5b2011-10-19 15:30:07 -0400805int
806cifs_read_from_socket(struct TCP_Server_Info *server, char *buf,
807 unsigned int to_read)
Jeff Layton42c4dfc2011-10-19 15:28:17 -0400808{
Al Viro71335662016-01-09 19:54:50 -0500809 struct msghdr smb_msg;
810 struct kvec iov = {.iov_base = buf, .iov_len = to_read};
David Howellsaa563d72018-10-20 00:57:56 +0100811 iov_iter_kvec(&smb_msg.msg_iter, READ, &iov, 1, to_read);
Jeff Layton42c4dfc2011-10-19 15:28:17 -0400812
Al Viro71335662016-01-09 19:54:50 -0500813 return cifs_readv_from_socket(server, &smb_msg);
814}
Jeff Layton42c4dfc2011-10-19 15:28:17 -0400815
Al Viro71335662016-01-09 19:54:50 -0500816int
817cifs_read_page_from_socket(struct TCP_Server_Info *server, struct page *page,
Long Li1dbe3462018-05-30 12:47:55 -0700818 unsigned int page_offset, unsigned int to_read)
Al Viro71335662016-01-09 19:54:50 -0500819{
820 struct msghdr smb_msg;
Long Li1dbe3462018-05-30 12:47:55 -0700821 struct bio_vec bv = {
822 .bv_page = page, .bv_len = to_read, .bv_offset = page_offset};
David Howellsaa563d72018-10-20 00:57:56 +0100823 iov_iter_bvec(&smb_msg.msg_iter, READ, &bv, 1, to_read);
Al Viro71335662016-01-09 19:54:50 -0500824 return cifs_readv_from_socket(server, &smb_msg);
Pavel Shilovskye7015fb2011-08-01 13:19:41 +0400825}
826
Pavel Shilovsky98bac622011-08-01 13:19:42 +0400827static bool
Jeff Laytonfe11e4c2011-10-11 06:41:32 -0400828is_smb_response(struct TCP_Server_Info *server, unsigned char type)
Pavel Shilovsky98bac622011-08-01 13:19:42 +0400829{
Pavel Shilovsky98bac622011-08-01 13:19:42 +0400830 /*
831 * The first byte big endian of the length field,
832 * is actually not part of the length but the type
833 * with the most common, zero, as regular data.
834 */
Jeff Laytonfe11e4c2011-10-11 06:41:32 -0400835 switch (type) {
836 case RFC1002_SESSION_MESSAGE:
837 /* Regular SMB response */
838 return true;
839 case RFC1002_SESSION_KEEP_ALIVE:
Joe Perchesf96637b2013-05-04 22:12:25 -0500840 cifs_dbg(FYI, "RFC 1002 session keep alive\n");
Jeff Laytonfe11e4c2011-10-11 06:41:32 -0400841 break;
842 case RFC1002_POSITIVE_SESSION_RESPONSE:
Joe Perchesf96637b2013-05-04 22:12:25 -0500843 cifs_dbg(FYI, "RFC 1002 positive session response\n");
Jeff Laytonfe11e4c2011-10-11 06:41:32 -0400844 break;
845 case RFC1002_NEGATIVE_SESSION_RESPONSE:
Pavel Shilovsky98bac622011-08-01 13:19:42 +0400846 /*
847 * We get this from Windows 98 instead of an error on
848 * SMB negprot response.
849 */
Joe Perchesf96637b2013-05-04 22:12:25 -0500850 cifs_dbg(FYI, "RFC 1002 negative session response\n");
Pavel Shilovsky98bac622011-08-01 13:19:42 +0400851 /* give server a second to clean up */
852 msleep(1000);
853 /*
854 * Always try 445 first on reconnect since we get NACK
855 * on some if we ever connected to port 139 (the NACK
856 * is since we do not begin with RFC1001 session
857 * initialize frame).
858 */
Jeff Laytonfe11e4c2011-10-11 06:41:32 -0400859 cifs_set_port((struct sockaddr *)&server->dstaddr, CIFS_PORT);
Pavel Shilovsky98bac622011-08-01 13:19:42 +0400860 cifs_reconnect(server);
861 wake_up(&server->response_q);
Jeff Laytonfe11e4c2011-10-11 06:41:32 -0400862 break;
863 default:
Joe Perchesf96637b2013-05-04 22:12:25 -0500864 cifs_dbg(VFS, "RFC 1002 unknown response type 0x%x\n", type);
Pavel Shilovsky98bac622011-08-01 13:19:42 +0400865 cifs_reconnect(server);
Pavel Shilovsky98bac622011-08-01 13:19:42 +0400866 }
867
Jeff Laytonfe11e4c2011-10-11 06:41:32 -0400868 return false;
Pavel Shilovsky98bac622011-08-01 13:19:42 +0400869}
870
Jeff Laytone28bc5b2011-10-19 15:30:07 -0400871void
872dequeue_mid(struct mid_q_entry *mid, bool malformed)
Jeff Laytonea1f4502011-10-19 15:29:05 -0400873{
874#ifdef CONFIG_CIFS_STATS2
875 mid->when_received = jiffies;
876#endif
877 spin_lock(&GlobalMid_Lock);
878 if (!malformed)
Pavel Shilovsky7c9421e2012-03-23 14:28:03 -0400879 mid->mid_state = MID_RESPONSE_RECEIVED;
Jeff Laytonea1f4502011-10-19 15:29:05 -0400880 else
Pavel Shilovsky7c9421e2012-03-23 14:28:03 -0400881 mid->mid_state = MID_RESPONSE_MALFORMED;
Ronnie Sahlbergddf83af2018-08-30 10:12:59 +1000882 /*
883 * Trying to handle/dequeue a mid after the send_recv()
884 * function has finished processing it is a bug.
885 */
886 if (mid->mid_flags & MID_DELETED)
887 printk_once(KERN_WARNING
888 "trying to dequeue a deleted mid\n");
889 else
890 list_del_init(&mid->qhead);
Jeff Laytonea1f4502011-10-19 15:29:05 -0400891 spin_unlock(&GlobalMid_Lock);
892}
893
Jeff Laytonc8054eb2011-10-19 15:29:31 -0400894static void
895handle_mid(struct mid_q_entry *mid, struct TCP_Server_Info *server,
Pavel Shilovskyd4e48542012-03-23 14:28:02 -0400896 char *buf, int malformed)
Jeff Laytonea1f4502011-10-19 15:29:05 -0400897{
Pavel Shilovsky316cf942012-05-23 14:31:03 +0400898 if (server->ops->check_trans2 &&
899 server->ops->check_trans2(mid, server, buf, malformed))
Jeff Laytonc8054eb2011-10-19 15:29:31 -0400900 return;
Jeff Laytonea1f4502011-10-19 15:29:05 -0400901 mid->resp_buf = buf;
Pavel Shilovsky7c9421e2012-03-23 14:28:03 -0400902 mid->large_buf = server->large_buf;
Jeff Layton2a37ef92011-10-19 15:29:23 -0400903 /* Was previous buf put in mpx struct for multi-rsp? */
904 if (!mid->multiRsp) {
905 /* smb buffer will be freed by user thread */
906 if (server->large_buf)
907 server->bigbuf = NULL;
908 else
909 server->smallbuf = NULL;
910 }
Jeff Laytonffc00e22011-10-19 15:29:13 -0400911 dequeue_mid(mid, malformed);
Pavel Shilovskyad69bae2011-08-01 13:19:43 +0400912}
913
Pavel Shilovsky762dfd12011-08-01 13:19:44 +0400914static void clean_demultiplex_info(struct TCP_Server_Info *server)
915{
916 int length;
917
918 /* take it off the list, if it's not already */
919 spin_lock(&cifs_tcp_ses_lock);
920 list_del_init(&server->tcp_ses_list);
921 spin_unlock(&cifs_tcp_ses_lock);
922
923 spin_lock(&GlobalMid_Lock);
924 server->tcpStatus = CifsExiting;
925 spin_unlock(&GlobalMid_Lock);
926 wake_up_all(&server->response_q);
927
Pavel Shilovsky2d86dbc2012-02-06 15:59:18 +0400928 /* check if we have blocked requests that need to free */
Pavel Shilovskyfc40f9c2012-02-17 17:09:12 +0300929 spin_lock(&server->req_lock);
Pavel Shilovsky2d86dbc2012-02-06 15:59:18 +0400930 if (server->credits <= 0)
931 server->credits = 1;
Pavel Shilovskyfc40f9c2012-02-17 17:09:12 +0300932 spin_unlock(&server->req_lock);
Pavel Shilovsky762dfd12011-08-01 13:19:44 +0400933 /*
934 * Although there should not be any requests blocked on this queue it
935 * can not hurt to be paranoid and try to wake up requests that may
936 * haven been blocked when more than 50 at time were on the wire to the
937 * same server - they now will see the session is in exit state and get
938 * out of SendReceive.
939 */
940 wake_up_all(&server->request_q);
941 /* give those requests time to exit */
942 msleep(125);
Long Li050b8c32019-04-04 11:35:42 -0500943 if (cifs_rdma_enabled(server))
944 smbd_destroy(server);
Pavel Shilovsky762dfd12011-08-01 13:19:44 +0400945 if (server->ssocket) {
946 sock_release(server->ssocket);
947 server->ssocket = NULL;
948 }
949
950 if (!list_empty(&server->pending_mid_q)) {
951 struct list_head dispose_list;
952 struct mid_q_entry *mid_entry;
953 struct list_head *tmp, *tmp2;
954
955 INIT_LIST_HEAD(&dispose_list);
956 spin_lock(&GlobalMid_Lock);
957 list_for_each_safe(tmp, tmp2, &server->pending_mid_q) {
958 mid_entry = list_entry(tmp, struct mid_q_entry, qhead);
Joe Perchesf96637b2013-05-04 22:12:25 -0500959 cifs_dbg(FYI, "Clearing mid 0x%llx\n", mid_entry->mid);
Pavel Shilovsky7c9421e2012-03-23 14:28:03 -0400960 mid_entry->mid_state = MID_SHUTDOWN;
Pavel Shilovsky762dfd12011-08-01 13:19:44 +0400961 list_move(&mid_entry->qhead, &dispose_list);
962 }
963 spin_unlock(&GlobalMid_Lock);
964
965 /* now walk dispose list and issue callbacks */
966 list_for_each_safe(tmp, tmp2, &dispose_list) {
967 mid_entry = list_entry(tmp, struct mid_q_entry, qhead);
Joe Perchesf96637b2013-05-04 22:12:25 -0500968 cifs_dbg(FYI, "Callback mid 0x%llx\n", mid_entry->mid);
Pavel Shilovsky762dfd12011-08-01 13:19:44 +0400969 list_del_init(&mid_entry->qhead);
970 mid_entry->callback(mid_entry);
971 }
972 /* 1/8th of sec is more than enough time for them to exit */
973 msleep(125);
974 }
975
976 if (!list_empty(&server->pending_mid_q)) {
977 /*
978 * mpx threads have not exited yet give them at least the smb
979 * send timeout time for long ops.
980 *
981 * Due to delays on oplock break requests, we need to wait at
982 * least 45 seconds before giving up on a request getting a
983 * response and going ahead and killing cifsd.
984 */
Joe Perchesf96637b2013-05-04 22:12:25 -0500985 cifs_dbg(FYI, "Wait for exit from demultiplex thread\n");
Pavel Shilovsky762dfd12011-08-01 13:19:44 +0400986 msleep(46000);
987 /*
988 * If threads still have not exited they are probably never
989 * coming home not much else we can do but free the memory.
990 */
991 }
992
993 kfree(server->hostname);
994 kfree(server);
995
996 length = atomic_dec_return(&tcpSesAllocCount);
997 if (length > 0)
David Rientjes11d83362015-04-14 15:48:21 -0700998 mempool_resize(cifs_req_poolp, length + cifs_min_rcv);
Pavel Shilovsky762dfd12011-08-01 13:19:44 +0400999}
1000
Pavel Shilovskye7015fb2011-08-01 13:19:41 +04001001static int
Jeff Laytone9097ab2011-10-19 15:29:40 -04001002standard_receive3(struct TCP_Server_Info *server, struct mid_q_entry *mid)
1003{
1004 int length;
1005 char *buf = server->smallbuf;
Ronnie Sahlberg2e964672018-04-09 18:06:26 +10001006 unsigned int pdu_length = server->pdu_size;
Jeff Laytone9097ab2011-10-19 15:29:40 -04001007
1008 /* make sure this will fit in a large buffer */
Ronnie Sahlberg93012bf2018-03-31 11:45:31 +11001009 if (pdu_length > CIFSMaxBufSize + MAX_HEADER_SIZE(server) -
1010 server->vals->header_preamble_size) {
Joe Perchesf96637b2013-05-04 22:12:25 -05001011 cifs_dbg(VFS, "SMB response too long (%u bytes)\n", pdu_length);
Jeff Laytone9097ab2011-10-19 15:29:40 -04001012 cifs_reconnect(server);
1013 wake_up(&server->response_q);
Pavel Shilovsky3fabaa22014-07-10 09:55:52 +04001014 return -ECONNABORTED;
Jeff Laytone9097ab2011-10-19 15:29:40 -04001015 }
1016
1017 /* switch to large buffer if too big for a small one */
1018 if (pdu_length > MAX_CIFS_SMALL_BUFFER_SIZE - 4) {
1019 server->large_buf = true;
Pavel Shilovskyd4e48542012-03-23 14:28:02 -04001020 memcpy(server->bigbuf, buf, server->total_read);
Jeff Laytone9097ab2011-10-19 15:29:40 -04001021 buf = server->bigbuf;
Jeff Laytone9097ab2011-10-19 15:29:40 -04001022 }
1023
1024 /* now read the rest */
Pavel Shilovsky1887f602012-05-17 12:45:31 +04001025 length = cifs_read_from_socket(server, buf + HEADER_SIZE(server) - 1,
Ronnie Sahlberg93012bf2018-03-31 11:45:31 +11001026 pdu_length - HEADER_SIZE(server) + 1
1027 + server->vals->header_preamble_size);
1028
Jeff Laytone9097ab2011-10-19 15:29:40 -04001029 if (length < 0)
1030 return length;
1031 server->total_read += length;
1032
Pavel Shilovskyd4e48542012-03-23 14:28:02 -04001033 dump_smb(buf, server->total_read);
Jeff Laytone9097ab2011-10-19 15:29:40 -04001034
Pavel Shilovsky4326ed22016-11-17 15:24:46 -08001035 return cifs_handle_standard(server, mid);
1036}
1037
1038int
1039cifs_handle_standard(struct TCP_Server_Info *server, struct mid_q_entry *mid)
1040{
1041 char *buf = server->large_buf ? server->bigbuf : server->smallbuf;
1042 int length;
1043
Jeff Laytone9097ab2011-10-19 15:29:40 -04001044 /*
1045 * We know that we received enough to get to the MID as we
1046 * checked the pdu_length earlier. Now check to see
1047 * if the rest of the header is OK. We borrow the length
1048 * var for the rest of the loop to avoid a new stack var.
1049 *
1050 * 48 bytes is enough to display the header and a little bit
1051 * into the payload for debugging purposes.
1052 */
Steve French373512e2015-12-18 13:05:30 -06001053 length = server->ops->check_message(buf, server->total_read, server);
Jeff Laytone9097ab2011-10-19 15:29:40 -04001054 if (length != 0)
1055 cifs_dump_mem("Bad SMB: ", buf,
1056 min_t(unsigned int, server->total_read, 48));
1057
Pavel Shilovsky511c54a2017-07-08 14:32:00 -07001058 if (server->ops->is_session_expired &&
1059 server->ops->is_session_expired(buf)) {
1060 cifs_reconnect(server);
1061 wake_up(&server->response_q);
1062 return -1;
1063 }
1064
Pavel Shilovsky2e44b282012-09-18 16:20:33 -07001065 if (server->ops->is_status_pending &&
Pavel Shilovsky66265f12019-01-23 17:11:16 -08001066 server->ops->is_status_pending(buf, server))
Pavel Shilovsky2e44b282012-09-18 16:20:33 -07001067 return -1;
1068
Jeff Laytonff4fa4a2012-02-07 06:31:05 -05001069 if (!mid)
1070 return length;
Jeff Laytone9097ab2011-10-19 15:29:40 -04001071
Pavel Shilovskyd4e48542012-03-23 14:28:02 -04001072 handle_mid(mid, server, buf, length);
Jeff Laytonff4fa4a2012-02-07 06:31:05 -05001073 return 0;
Jeff Laytone9097ab2011-10-19 15:29:40 -04001074}
1075
Ronnie Sahlbergeca00452019-02-05 12:56:44 +10001076static void
1077smb2_add_credits_from_hdr(char *buffer, struct TCP_Server_Info *server)
1078{
1079 struct smb2_sync_hdr *shdr = (struct smb2_sync_hdr *)buffer;
1080
1081 /*
1082 * SMB1 does not use credits.
1083 */
1084 if (server->vals->header_preamble_size)
1085 return;
1086
1087 if (shdr->CreditRequest) {
1088 spin_lock(&server->req_lock);
1089 server->credits += le16_to_cpu(shdr->CreditRequest);
1090 spin_unlock(&server->req_lock);
1091 wake_up(&server->request_q);
1092 }
1093}
1094
1095
Jeff Laytone9097ab2011-10-19 15:29:40 -04001096static int
Al Viro7c97c202011-06-21 08:51:28 -04001097cifs_demultiplex_thread(void *p)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001098{
Ronnie Sahlbergb24df3e2018-08-08 15:07:45 +10001099 int i, num_mids, length;
Al Viro7c97c202011-06-21 08:51:28 -04001100 struct TCP_Server_Info *server = p;
Jeff Layton2a37ef92011-10-19 15:29:23 -04001101 unsigned int pdu_length;
Ronnie Sahlberg8ce79ec2018-06-01 10:53:08 +10001102 unsigned int next_offset;
Jeff Layton2a37ef92011-10-19 15:29:23 -04001103 char *buf = NULL;
Steve Frencha5c3e1c2014-09-16 04:16:19 -05001104 struct task_struct *task_to_wake = NULL;
Ronnie Sahlbergb24df3e2018-08-08 15:07:45 +10001105 struct mid_q_entry *mids[MAX_COMPOUND];
1106 char *bufs[MAX_COMPOUND];
Linus Torvalds1da177e2005-04-16 15:20:36 -07001107
Linus Torvalds1da177e2005-04-16 15:20:36 -07001108 current->flags |= PF_MEMALLOC;
Joe Perchesf96637b2013-05-04 22:12:25 -05001109 cifs_dbg(FYI, "Demultiplex PID: %d\n", task_pid_nr(current));
Jeff Layton93d0ec82008-08-02 08:00:48 -04001110
1111 length = atomic_inc_return(&tcpSesAllocCount);
1112 if (length > 1)
David Rientjes11d83362015-04-14 15:48:21 -07001113 mempool_resize(cifs_req_poolp, length + cifs_min_rcv);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001114
Rafael J. Wysocki83144182007-07-17 04:03:35 -07001115 set_freezable();
Steve French247bc942019-07-23 22:14:29 -05001116 allow_signal(SIGKILL);
Jeff Layton469ee612008-10-16 18:46:39 +00001117 while (server->tcpStatus != CifsExiting) {
Steve Frenchede13272005-08-30 20:10:14 -07001118 if (try_to_freeze())
1119 continue;
Steve Frenchb8643e12005-04-28 22:41:07 -07001120
Jeff Layton2a37ef92011-10-19 15:29:23 -04001121 if (!allocate_buffers(server))
Pavel Shilovsky3d9c2472011-08-01 13:19:40 +04001122 continue;
Steve Frenchb8643e12005-04-28 22:41:07 -07001123
Jeff Layton2a37ef92011-10-19 15:29:23 -04001124 server->large_buf = false;
Jeff Layton2a37ef92011-10-19 15:29:23 -04001125 buf = server->smallbuf;
Steve Frenchf01d5e12007-08-30 21:13:31 +00001126 pdu_length = 4; /* enough to get RFC1001 header */
Steve Frenchfda35942011-01-20 18:06:34 +00001127
Jeff Laytone28bc5b2011-10-19 15:30:07 -04001128 length = cifs_read_from_socket(server, buf, pdu_length);
Jeff Laytona52c1eb2011-10-11 06:41:32 -04001129 if (length < 0)
Steve Frenchfda35942011-01-20 18:06:34 +00001130 continue;
Ronnie Sahlberg977b6172018-06-01 10:53:02 +10001131
1132 if (server->vals->header_preamble_size == 0)
1133 server->total_read = 0;
1134 else
1135 server->total_read = length;
Steve French67010fb2005-04-28 22:41:09 -07001136
Pavel Shilovsky98bac622011-08-01 13:19:42 +04001137 /*
1138 * The right amount was read from socket - 4 bytes,
1139 * so we can now interpret the length field.
1140 */
Pavel Shilovskyd4e48542012-03-23 14:28:02 -04001141 pdu_length = get_rfc1002_length(buf);
Steve French46810cb2005-04-28 22:41:09 -07001142
Joe Perchesf96637b2013-05-04 22:12:25 -05001143 cifs_dbg(FYI, "RFC1002 header 0x%x\n", pdu_length);
Jeff Laytonfe11e4c2011-10-11 06:41:32 -04001144 if (!is_smb_response(server, buf[0]))
Steve Frenchfb8c4b12007-07-10 01:16:18 +00001145 continue;
Ronnie Sahlberg8ce79ec2018-06-01 10:53:08 +10001146next_pdu:
1147 server->pdu_size = pdu_length;
Steve Frenche4eb2952005-04-28 22:41:09 -07001148
Jeff Layton89482a52011-10-19 15:28:57 -04001149 /* make sure we have enough to get to the MID */
Ronnie Sahlberg8ce79ec2018-06-01 10:53:08 +10001150 if (server->pdu_size < HEADER_SIZE(server) - 1 -
Ronnie Sahlberg93012bf2018-03-31 11:45:31 +11001151 server->vals->header_preamble_size) {
Joe Perchesf96637b2013-05-04 22:12:25 -05001152 cifs_dbg(VFS, "SMB response too short (%u bytes)\n",
Ronnie Sahlberg8ce79ec2018-06-01 10:53:08 +10001153 server->pdu_size);
Jeff Layton89482a52011-10-19 15:28:57 -04001154 cifs_reconnect(server);
1155 wake_up(&server->response_q);
1156 continue;
Steve Frenche4eb2952005-04-28 22:41:09 -07001157 }
Pavel Shilovskye7015fb2011-08-01 13:19:41 +04001158
Jeff Layton89482a52011-10-19 15:28:57 -04001159 /* read down to the MID */
Ronnie Sahlberg93012bf2018-03-31 11:45:31 +11001160 length = cifs_read_from_socket(server,
1161 buf + server->vals->header_preamble_size,
1162 HEADER_SIZE(server) - 1
1163 - server->vals->header_preamble_size);
Jeff Layton89482a52011-10-19 15:28:57 -04001164 if (length < 0)
1165 continue;
Jeff Layton2a37ef92011-10-19 15:29:23 -04001166 server->total_read += length;
Jeff Layton89482a52011-10-19 15:28:57 -04001167
Ronnie Sahlberg8ce79ec2018-06-01 10:53:08 +10001168 if (server->ops->next_header) {
1169 next_offset = server->ops->next_header(buf);
1170 if (next_offset)
1171 server->pdu_size = next_offset;
1172 }
1173
Ronnie Sahlbergb24df3e2018-08-08 15:07:45 +10001174 memset(mids, 0, sizeof(mids));
1175 memset(bufs, 0, sizeof(bufs));
1176 num_mids = 0;
1177
Pavel Shilovsky9bb17e02016-11-17 15:24:34 -08001178 if (server->ops->is_transform_hdr &&
1179 server->ops->receive_transform &&
1180 server->ops->is_transform_hdr(buf)) {
1181 length = server->ops->receive_transform(server,
Ronnie Sahlbergb24df3e2018-08-08 15:07:45 +10001182 mids,
1183 bufs,
1184 &num_mids);
Pavel Shilovsky9bb17e02016-11-17 15:24:34 -08001185 } else {
Ronnie Sahlbergb24df3e2018-08-08 15:07:45 +10001186 mids[0] = server->ops->find_mid(server, buf);
1187 bufs[0] = buf;
Steve French7af929d2018-10-02 18:54:09 -05001188 num_mids = 1;
Jeff Laytonc8054eb2011-10-19 15:29:31 -04001189
Ronnie Sahlbergb24df3e2018-08-08 15:07:45 +10001190 if (!mids[0] || !mids[0]->receive)
1191 length = standard_receive3(server, mids[0]);
Pavel Shilovsky9bb17e02016-11-17 15:24:34 -08001192 else
Ronnie Sahlbergb24df3e2018-08-08 15:07:45 +10001193 length = mids[0]->receive(server, mids[0]);
Pavel Shilovsky9bb17e02016-11-17 15:24:34 -08001194 }
Jeff Layton44d22d82011-10-19 15:29:49 -04001195
Lars Persson696e4202018-06-25 14:05:25 +02001196 if (length < 0) {
Ronnie Sahlbergb24df3e2018-08-08 15:07:45 +10001197 for (i = 0; i < num_mids; i++)
1198 if (mids[i])
1199 cifs_mid_q_entry_release(mids[i]);
Steve Frenche4eb2952005-04-28 22:41:09 -07001200 continue;
Lars Persson696e4202018-06-25 14:05:25 +02001201 }
Steve Frenche4eb2952005-04-28 22:41:09 -07001202
Steve Frenchfda35942011-01-20 18:06:34 +00001203 server->lstrp = jiffies;
Ronnie Sahlbergb24df3e2018-08-08 15:07:45 +10001204
1205 for (i = 0; i < num_mids; i++) {
1206 if (mids[i] != NULL) {
1207 mids[i]->resp_buf_size = server->pdu_size;
1208 if ((mids[i]->mid_flags & MID_WAIT_CANCELLED) &&
1209 mids[i]->mid_state == MID_RESPONSE_RECEIVED &&
1210 server->ops->handle_cancelled_mid)
1211 server->ops->handle_cancelled_mid(
1212 mids[i]->resp_buf,
Sachin Prabhu38bd4902017-03-03 15:41:38 -08001213 server);
1214
Ronnie Sahlbergb24df3e2018-08-08 15:07:45 +10001215 if (!mids[i]->multiRsp || mids[i]->multiEnd)
1216 mids[i]->callback(mids[i]);
Lars Persson696e4202018-06-25 14:05:25 +02001217
Ronnie Sahlbergb24df3e2018-08-08 15:07:45 +10001218 cifs_mid_q_entry_release(mids[i]);
1219 } else if (server->ops->is_oplock_break &&
1220 server->ops->is_oplock_break(bufs[i],
1221 server)) {
Ronnie Sahlbergeca00452019-02-05 12:56:44 +10001222 smb2_add_credits_from_hdr(bufs[i], server);
Ronnie Sahlbergb24df3e2018-08-08 15:07:45 +10001223 cifs_dbg(FYI, "Received oplock break\n");
1224 } else {
1225 cifs_dbg(VFS, "No task to wake, unknown frame "
1226 "received! NumMids %d\n",
1227 atomic_read(&midCount));
1228 cifs_dump_mem("Received Data is: ", bufs[i],
1229 HEADER_SIZE(server));
Ronnie Sahlberg3e272572019-07-06 06:43:08 +10001230 smb2_add_credits_from_hdr(bufs[i], server);
Steve French39798772006-05-31 22:40:51 +00001231#ifdef CONFIG_CIFS_DEBUG2
Ronnie Sahlbergb24df3e2018-08-08 15:07:45 +10001232 if (server->ops->dump_detail)
1233 server->ops->dump_detail(bufs[i],
1234 server);
1235 cifs_dump_mids(server);
Steve French39798772006-05-31 22:40:51 +00001236#endif /* CIFS_DEBUG2 */
Ronnie Sahlbergb24df3e2018-08-08 15:07:45 +10001237 }
Ronnie Sahlberg8ce79ec2018-06-01 10:53:08 +10001238 }
Ronnie Sahlbergb24df3e2018-08-08 15:07:45 +10001239
Ronnie Sahlberg8ce79ec2018-06-01 10:53:08 +10001240 if (pdu_length > server->pdu_size) {
1241 if (!allocate_buffers(server))
1242 continue;
1243 pdu_length -= server->pdu_size;
1244 server->total_read = 0;
1245 server->large_buf = false;
1246 buf = server->smallbuf;
1247 goto next_pdu;
Steve Frenche4eb2952005-04-28 22:41:09 -07001248 }
1249 } /* end while !EXITING */
1250
Justin P. Mattockfd62cb72011-02-24 22:15:02 -08001251 /* buffer usually freed in free_mid - need to free it here on exit */
Jeff Layton2a37ef92011-10-19 15:29:23 -04001252 cifs_buf_release(server->bigbuf);
1253 if (server->smallbuf) /* no sense logging a debug message if NULL */
1254 cifs_small_buf_release(server->smallbuf);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001255
Steve Frencha5c3e1c2014-09-16 04:16:19 -05001256 task_to_wake = xchg(&server->tsk, NULL);
Pavel Shilovsky762dfd12011-08-01 13:19:44 +04001257 clean_demultiplex_info(server);
Steve Frencha5c3e1c2014-09-16 04:16:19 -05001258
1259 /* if server->tsk was NULL then wait for a signal before exiting */
1260 if (!task_to_wake) {
1261 set_current_state(TASK_INTERRUPTIBLE);
1262 while (!signal_pending(current)) {
1263 schedule();
1264 set_current_state(TASK_INTERRUPTIBLE);
1265 }
1266 set_current_state(TASK_RUNNING);
1267 }
1268
Jeff Layton0468a2c2008-12-01 07:09:35 -05001269 module_put_and_exit(0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001270}
1271
Jeff Laytonc359cf32007-11-16 22:22:06 +00001272/* extract the host portion of the UNC string */
1273static char *
1274extract_hostname(const char *unc)
1275{
1276 const char *src;
1277 char *dst, *delim;
1278 unsigned int len;
1279
1280 /* skip double chars at beginning of string */
1281 /* BB: check validity of these bytes? */
Paulo Alcantarac34fea52018-11-14 14:03:40 -02001282 if (strlen(unc) < 3)
1283 return ERR_PTR(-EINVAL);
1284 for (src = unc; *src && *src == '\\'; src++)
1285 ;
1286 if (!*src)
1287 return ERR_PTR(-EINVAL);
Jeff Laytonc359cf32007-11-16 22:22:06 +00001288
1289 /* delimiter between hostname and sharename is always '\\' now */
1290 delim = strchr(src, '\\');
1291 if (!delim)
1292 return ERR_PTR(-EINVAL);
1293
1294 len = delim - src;
1295 dst = kmalloc((len + 1), GFP_KERNEL);
1296 if (dst == NULL)
1297 return ERR_PTR(-ENOMEM);
1298
1299 memcpy(dst, src, len);
1300 dst[len] = '\0';
1301
1302 return dst;
1303}
1304
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001305static int get_option_ul(substring_t args[], unsigned long *option)
1306{
1307 int rc;
1308 char *string;
1309
1310 string = match_strdup(args);
1311 if (string == NULL)
1312 return -ENOMEM;
Sachin Prabhubfa890a2012-04-13 14:04:32 +01001313 rc = kstrtoul(string, 0, option);
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001314 kfree(string);
1315
1316 return rc;
1317}
1318
Eric W. Biederman3da46562013-02-06 01:37:39 -08001319static int get_option_uid(substring_t args[], kuid_t *result)
1320{
1321 unsigned long value;
1322 kuid_t uid;
1323 int rc;
1324
1325 rc = get_option_ul(args, &value);
1326 if (rc)
1327 return rc;
1328
1329 uid = make_kuid(current_user_ns(), value);
1330 if (!uid_valid(uid))
1331 return -EINVAL;
1332
1333 *result = uid;
1334 return 0;
1335}
1336
1337static int get_option_gid(substring_t args[], kgid_t *result)
1338{
1339 unsigned long value;
1340 kgid_t gid;
1341 int rc;
1342
1343 rc = get_option_ul(args, &value);
1344 if (rc)
1345 return rc;
1346
1347 gid = make_kgid(current_user_ns(), value);
1348 if (!gid_valid(gid))
1349 return -EINVAL;
1350
1351 *result = gid;
1352 return 0;
1353}
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001354
1355static int cifs_parse_security_flavors(char *value,
1356 struct smb_vol *vol)
1357{
1358
1359 substring_t args[MAX_OPT_ARGS];
1360
Jeff Layton1e3cc572013-06-10 17:12:23 -05001361 /*
1362 * With mount options, the last one should win. Reset any existing
1363 * settings back to default.
1364 */
1365 vol->sectype = Unspecified;
1366 vol->sign = false;
1367
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001368 switch (match_token(value, cifs_secflavor_tokens, args)) {
Jeff Layton3f618222013-06-12 19:52:14 -05001369 case Opt_sec_krb5p:
1370 cifs_dbg(VFS, "sec=krb5p is not supported!\n");
1371 return 1;
1372 case Opt_sec_krb5i:
1373 vol->sign = true;
1374 /* Fallthrough */
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001375 case Opt_sec_krb5:
Jeff Layton1e3cc572013-06-10 17:12:23 -05001376 vol->sectype = Kerberos;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001377 break;
1378 case Opt_sec_ntlmsspi:
Jeff Layton1e3cc572013-06-10 17:12:23 -05001379 vol->sign = true;
Jeff Layton3f618222013-06-12 19:52:14 -05001380 /* Fallthrough */
1381 case Opt_sec_ntlmssp:
1382 vol->sectype = RawNTLMSSP;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001383 break;
1384 case Opt_sec_ntlmi:
Jeff Layton1e3cc572013-06-10 17:12:23 -05001385 vol->sign = true;
Jeff Layton3f618222013-06-12 19:52:14 -05001386 /* Fallthrough */
1387 case Opt_ntlm:
1388 vol->sectype = NTLM;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001389 break;
1390 case Opt_sec_ntlmv2i:
Jeff Layton1e3cc572013-06-10 17:12:23 -05001391 vol->sign = true;
Jeff Layton3f618222013-06-12 19:52:14 -05001392 /* Fallthrough */
1393 case Opt_sec_ntlmv2:
1394 vol->sectype = NTLMv2;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001395 break;
1396#ifdef CONFIG_CIFS_WEAK_PW_HASH
1397 case Opt_sec_lanman:
Jeff Layton1e3cc572013-06-10 17:12:23 -05001398 vol->sectype = LANMAN;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001399 break;
1400#endif
1401 case Opt_sec_none:
1402 vol->nullauth = 1;
1403 break;
1404 default:
Joe Perchesf96637b2013-05-04 22:12:25 -05001405 cifs_dbg(VFS, "bad security option: %s\n", value);
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001406 return 1;
1407 }
1408
1409 return 0;
1410}
1411
Linus Torvalds1da177e2005-04-16 15:20:36 -07001412static int
Jeff Layton15b6a472012-05-16 07:50:15 -04001413cifs_parse_cache_flavor(char *value, struct smb_vol *vol)
1414{
1415 substring_t args[MAX_OPT_ARGS];
1416
1417 switch (match_token(value, cifs_cacheflavor_tokens, args)) {
1418 case Opt_cache_loose:
1419 vol->direct_io = false;
1420 vol->strict_io = false;
1421 break;
1422 case Opt_cache_strict:
1423 vol->direct_io = false;
1424 vol->strict_io = true;
1425 break;
1426 case Opt_cache_none:
1427 vol->direct_io = true;
1428 vol->strict_io = false;
1429 break;
1430 default:
Joe Perchesf96637b2013-05-04 22:12:25 -05001431 cifs_dbg(VFS, "bad cache= option: %s\n", value);
Jeff Layton15b6a472012-05-16 07:50:15 -04001432 return 1;
1433 }
1434 return 0;
1435}
1436
1437static int
Steve Frenchc7c137b2018-06-06 17:59:29 -05001438cifs_parse_smb_version(char *value, struct smb_vol *vol, bool is_smb3)
Jeff Layton23db65f2012-05-15 12:20:51 -04001439{
1440 substring_t args[MAX_OPT_ARGS];
1441
1442 switch (match_token(value, cifs_smb_version_tokens, args)) {
Steve French74204512018-06-19 14:34:08 -05001443#ifdef CONFIG_CIFS_ALLOW_INSECURE_LEGACY
Jeff Layton23db65f2012-05-15 12:20:51 -04001444 case Smb_1:
Steve Frenchf92a7202018-05-24 04:11:07 -05001445 if (disable_legacy_dialects) {
1446 cifs_dbg(VFS, "mount with legacy dialect disabled\n");
1447 return 1;
1448 }
Steve Frenchc7c137b2018-06-06 17:59:29 -05001449 if (is_smb3) {
1450 cifs_dbg(VFS, "vers=1.0 (cifs) not permitted when mounting with smb3\n");
1451 return 1;
1452 }
Jeff Layton23db65f2012-05-15 12:20:51 -04001453 vol->ops = &smb1_operations;
1454 vol->vals = &smb1_values;
1455 break;
Steve Frenchdd446b12012-11-28 23:21:06 -06001456 case Smb_20:
Steve Frenchf92a7202018-05-24 04:11:07 -05001457 if (disable_legacy_dialects) {
1458 cifs_dbg(VFS, "mount with legacy dialect disabled\n");
1459 return 1;
1460 }
Steve Frenchc7c137b2018-06-06 17:59:29 -05001461 if (is_smb3) {
1462 cifs_dbg(VFS, "vers=2.0 not permitted when mounting with smb3\n");
1463 return 1;
1464 }
Pavel Shilovsky53ef1012013-09-05 16:11:28 +04001465 vol->ops = &smb20_operations;
Steve Frenchdd446b12012-11-28 23:21:06 -06001466 vol->vals = &smb20_values;
1467 break;
Steve French74204512018-06-19 14:34:08 -05001468#else
1469 case Smb_1:
1470 cifs_dbg(VFS, "vers=1.0 (cifs) mount not permitted when legacy dialects disabled\n");
1471 return 1;
1472 case Smb_20:
1473 cifs_dbg(VFS, "vers=2.0 mount not permitted when legacy dialects disabled\n");
1474 return 1;
1475#endif /* CIFS_ALLOW_INSECURE_LEGACY */
Steve French1080ef72011-02-24 18:07:19 +00001476 case Smb_21:
1477 vol->ops = &smb21_operations;
1478 vol->vals = &smb21_values;
1479 break;
Steve Frenche4aa25e2012-10-01 12:26:22 -05001480 case Smb_30:
Steve French38107d42012-12-08 22:08:06 -06001481 vol->ops = &smb30_operations;
Steve Frenche4aa25e2012-10-01 12:26:22 -05001482 vol->vals = &smb30_values;
1483 break;
Steve French20b6d8b2013-06-12 22:48:41 -05001484 case Smb_302:
1485 vol->ops = &smb30_operations; /* currently identical with 3.0 */
1486 vol->vals = &smb302_values;
1487 break;
Steve French5f7fbf72014-12-17 22:52:58 -06001488 case Smb_311:
Steve Frenchaab18932015-06-23 23:37:11 -05001489 vol->ops = &smb311_operations;
Steve French5f7fbf72014-12-17 22:52:58 -06001490 vol->vals = &smb311_values;
1491 break;
Steve French9764c022017-09-17 10:41:35 -05001492 case Smb_3any:
1493 vol->ops = &smb30_operations; /* currently identical with 3.0 */
1494 vol->vals = &smb3any_values;
1495 break;
1496 case Smb_default:
1497 vol->ops = &smb30_operations; /* currently identical with 3.0 */
1498 vol->vals = &smbdefault_values;
1499 break;
Jeff Layton23db65f2012-05-15 12:20:51 -04001500 default:
Joe Perchesf96637b2013-05-04 22:12:25 -05001501 cifs_dbg(VFS, "Unknown vers= option specified: %s\n", value);
Jeff Layton23db65f2012-05-15 12:20:51 -04001502 return 1;
1503 }
1504 return 0;
1505}
1506
Jeff Laytond387a5c2012-12-10 06:10:46 -05001507/*
1508 * Parse a devname into substrings and populate the vol->UNC and vol->prepath
1509 * fields with the result. Returns 0 on success and an error otherwise.
1510 */
1511static int
1512cifs_parse_devname(const char *devname, struct smb_vol *vol)
1513{
1514 char *pos;
1515 const char *delims = "/\\";
1516 size_t len;
1517
Yao Liu68e26722019-01-28 19:47:28 +08001518 if (unlikely(!devname || !*devname)) {
1519 cifs_dbg(VFS, "Device name not specified.\n");
1520 return -EINVAL;
1521 }
1522
Jeff Laytond387a5c2012-12-10 06:10:46 -05001523 /* make sure we have a valid UNC double delimiter prefix */
1524 len = strspn(devname, delims);
1525 if (len != 2)
1526 return -EINVAL;
1527
1528 /* find delimiter between host and sharename */
1529 pos = strpbrk(devname + 2, delims);
1530 if (!pos)
1531 return -EINVAL;
1532
1533 /* skip past delimiter */
1534 ++pos;
1535
1536 /* now go until next delimiter or end of string */
1537 len = strcspn(pos, delims);
1538
1539 /* move "pos" up to delimiter or NULL */
1540 pos += len;
1541 vol->UNC = kstrndup(devname, pos - devname, GFP_KERNEL);
1542 if (!vol->UNC)
1543 return -ENOMEM;
1544
1545 convert_delimiter(vol->UNC, '\\');
1546
Sachin Prabhu11e31642016-02-08 13:44:01 +05301547 /* skip any delimiter */
1548 if (*pos == '/' || *pos == '\\')
1549 pos++;
1550
1551 /* If pos is NULL then no prepath */
1552 if (!*pos)
Jeff Laytond387a5c2012-12-10 06:10:46 -05001553 return 0;
1554
1555 vol->prepath = kstrdup(pos, GFP_KERNEL);
1556 if (!vol->prepath)
1557 return -ENOMEM;
1558
1559 return 0;
1560}
1561
Jeff Layton23db65f2012-05-15 12:20:51 -04001562static int
Sean Finneyb9468452011-04-11 13:19:32 +00001563cifs_parse_mount_options(const char *mountdata, const char *devname,
Steve Frenchc7c137b2018-06-06 17:59:29 -05001564 struct smb_vol *vol, bool is_smb3)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001565{
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001566 char *data, *end;
Vasily Averin957df452011-06-06 11:33:12 +04001567 char *mountdata_copy = NULL, *options;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001568 unsigned int temp_len, i, j;
1569 char separator[2];
Jeff Layton9b9d6b242009-07-31 06:56:09 -04001570 short int override_uid = -1;
1571 short int override_gid = -1;
1572 bool uid_specified = false;
1573 bool gid_specified = false;
Jeff Laytond8162552012-03-23 14:40:56 -04001574 bool sloppy = false;
1575 char *invalid = NULL;
Jeff Layton88463992010-11-22 15:31:03 -05001576 char *nodename = utsname()->nodename;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001577 char *string = NULL;
1578 char *tmp_end, *value;
1579 char delim;
Jeff Laytonb979aaa2012-11-26 11:09:55 -05001580 bool got_ip = false;
Steve French7e682f72017-08-31 21:34:24 -05001581 bool got_version = false;
Jeff Laytonb979aaa2012-11-26 11:09:55 -05001582 unsigned short port = 0;
1583 struct sockaddr *dstaddr = (struct sockaddr *)&vol->dstaddr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001584
1585 separator[0] = ',';
Steve French50c2f752007-07-13 00:33:32 +00001586 separator[1] = 0;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001587 delim = separator[0];
Linus Torvalds1da177e2005-04-16 15:20:36 -07001588
Jeff Layton6ee95422012-11-26 11:09:57 -05001589 /* ensure we always start with zeroed-out smb_vol */
1590 memset(vol, 0, sizeof(*vol));
1591
Jeff Layton88463992010-11-22 15:31:03 -05001592 /*
1593 * does not have to be perfect mapping since field is
1594 * informational, only used for servers that do not support
1595 * port 445 and it can be overridden at mount time
1596 */
Jeff Layton1397f2e2011-01-07 11:30:28 -05001597 memset(vol->source_rfc1001_name, 0x20, RFC1001_NAME_LEN);
1598 for (i = 0; i < strnlen(nodename, RFC1001_NAME_LEN); i++)
Jeff Layton88463992010-11-22 15:31:03 -05001599 vol->source_rfc1001_name[i] = toupper(nodename[i]);
1600
Jeff Layton1397f2e2011-01-07 11:30:28 -05001601 vol->source_rfc1001_name[RFC1001_NAME_LEN] = 0;
Steve Frencha10faeb22005-08-22 21:38:31 -07001602 /* null target name indicates to use *SMBSERVR default called name
1603 if we end up sending RFC1001 session initialize */
1604 vol->target_rfc1001_name[0] = 0;
Jeff Layton3e4b3e12010-07-19 18:00:17 -04001605 vol->cred_uid = current_uid();
1606 vol->linux_uid = current_uid();
David Howellsa001e5b2008-11-14 10:38:47 +11001607 vol->linux_gid = current_gid();
Steve Frenche8506d22019-02-28 21:32:15 -06001608 vol->bsize = 1024 * 1024; /* can improve cp performance significantly */
Steve French2baa2682014-09-27 02:19:01 -05001609 /*
1610 * default to SFM style remapping of seven reserved characters
1611 * unless user overrides it or we negotiate CIFS POSIX where
1612 * it is unnecessary. Can not simultaneously use more than one mapping
1613 * since then readdir could list files that open could not open
1614 */
1615 vol->remap = true;
1616
Jeff Laytonf55ed1a2009-05-26 16:28:11 -04001617 /* default to only allowing write access to owner of the mount */
1618 vol->dir_mode = vol->file_mode = S_IRUGO | S_IXUGO | S_IWUSR;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001619
1620 /* vol->retry default is 0 (i.e. "soft" limited retry not hard retry) */
Jeremy Allisonac670552005-06-22 17:26:35 -07001621 /* default is always to request posix paths. */
1622 vol->posix_paths = 1;
Jeff Laytona0c92172009-05-27 15:40:47 -04001623 /* default to using server inode numbers where available */
1624 vol->server_ino = 1;
Jeremy Allisonac670552005-06-22 17:26:35 -07001625
Jeff Layton1b359202012-09-19 15:20:27 -07001626 /* default is to use strict cifs caching semantics */
1627 vol->strict_io = true;
1628
Suresh Jayaraman6d20e842010-12-01 14:42:28 +05301629 vol->actimeo = CIFS_DEF_ACTIMEO;
1630
Steve Frenchca567eb2019-03-29 16:31:07 -05001631 /* Most clients set timeout to 0, allows server to use its default */
1632 vol->handle_timeout = 0; /* See MS-SMB2 spec section 2.2.14.2.12 */
1633
Steve French9764c022017-09-17 10:41:35 -05001634 /* offer SMB2.1 and later (SMB3 etc). Secure and widely accepted */
1635 vol->ops = &smb30_operations;
1636 vol->vals = &smbdefault_values;
Jeff Layton23db65f2012-05-15 12:20:51 -04001637
Rabin Vincentb782fcc2016-07-19 09:25:45 +02001638 vol->echo_interval = SMB_ECHO_INTERVAL_DEFAULT;
1639
Sean Finneyb9468452011-04-11 13:19:32 +00001640 if (!mountdata)
1641 goto cifs_parse_mount_err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001642
Sean Finneyb9468452011-04-11 13:19:32 +00001643 mountdata_copy = kstrndup(mountdata, PAGE_SIZE, GFP_KERNEL);
1644 if (!mountdata_copy)
1645 goto cifs_parse_mount_err;
1646
1647 options = mountdata_copy;
Pavel Shilovsky4906e502011-04-14 22:00:56 +04001648 end = options + strlen(options);
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001649
Steve French50c2f752007-07-13 00:33:32 +00001650 if (strncmp(options, "sep=", 4) == 0) {
Steve Frenchfb8c4b12007-07-10 01:16:18 +00001651 if (options[4] != 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001652 separator[0] = options[4];
1653 options += 5;
1654 } else {
Joe Perchesf96637b2013-05-04 22:12:25 -05001655 cifs_dbg(FYI, "Null separator not allowed\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001656 }
1657 }
Shirish Pargaonkar3d3ea8e2011-09-26 09:56:44 -05001658 vol->backupuid_specified = false; /* no backup intent for a user */
1659 vol->backupgid_specified = false; /* no backup intent for a group */
Steve French50c2f752007-07-13 00:33:32 +00001660
Jeff Layton37d4f992013-05-24 07:40:05 -04001661 switch (cifs_parse_devname(devname, vol)) {
1662 case 0:
1663 break;
1664 case -ENOMEM:
1665 cifs_dbg(VFS, "Unable to allocate memory for devname.\n");
1666 goto cifs_parse_mount_err;
1667 case -EINVAL:
1668 cifs_dbg(VFS, "Malformed UNC in devname.\n");
1669 goto cifs_parse_mount_err;
1670 default:
1671 cifs_dbg(VFS, "Unknown error parsing devname.\n");
1672 goto cifs_parse_mount_err;
Jeff Laytond387a5c2012-12-10 06:10:46 -05001673 }
1674
Linus Torvalds1da177e2005-04-16 15:20:36 -07001675 while ((data = strsep(&options, separator)) != NULL) {
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001676 substring_t args[MAX_OPT_ARGS];
1677 unsigned long option;
1678 int token;
1679
Linus Torvalds1da177e2005-04-16 15:20:36 -07001680 if (!*data)
1681 continue;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001682
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001683 token = match_token(data, cifs_mount_option_tokens, args);
1684
1685 switch (token) {
1686
1687 /* Ingnore the following */
1688 case Opt_ignore:
1689 break;
1690
1691 /* Boolean values */
1692 case Opt_user_xattr:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001693 vol->no_xattr = 0;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001694 break;
1695 case Opt_nouser_xattr:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001696 vol->no_xattr = 1;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001697 break;
1698 case Opt_forceuid:
Jeff Layton9b9d6b242009-07-31 06:56:09 -04001699 override_uid = 1;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001700 break;
1701 case Opt_noforceuid:
Jeff Layton9b9d6b242009-07-31 06:56:09 -04001702 override_uid = 0;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001703 break;
Jeff Layton72bd4812012-10-03 16:02:36 -04001704 case Opt_forcegid:
1705 override_gid = 1;
1706 break;
1707 case Opt_noforcegid:
1708 override_gid = 0;
1709 break;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001710 case Opt_noblocksend:
Steve Frenchedf1ae42008-10-29 00:47:57 +00001711 vol->noblocksnd = 1;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001712 break;
1713 case Opt_noautotune:
Steve Frenchedf1ae42008-10-29 00:47:57 +00001714 vol->noautotune = 1;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001715 break;
1716 case Opt_hard:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001717 vol->retry = 1;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001718 break;
1719 case Opt_soft:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001720 vol->retry = 0;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001721 break;
1722 case Opt_perm:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001723 vol->noperm = 0;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001724 break;
1725 case Opt_noperm:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001726 vol->noperm = 1;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001727 break;
1728 case Opt_mapchars:
Steve French2baa2682014-09-27 02:19:01 -05001729 vol->sfu_remap = true;
1730 vol->remap = false; /* disable SFM mapping */
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001731 break;
1732 case Opt_nomapchars:
Steve French2baa2682014-09-27 02:19:01 -05001733 vol->sfu_remap = false;
1734 break;
1735 case Opt_mapposix:
1736 vol->remap = true;
1737 vol->sfu_remap = false; /* disable SFU mapping */
1738 break;
1739 case Opt_nomapposix:
1740 vol->remap = false;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001741 break;
1742 case Opt_sfu:
Steve French50c2f752007-07-13 00:33:32 +00001743 vol->sfu_emul = 1;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001744 break;
1745 case Opt_nosfu:
Steve French50c2f752007-07-13 00:33:32 +00001746 vol->sfu_emul = 0;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001747 break;
1748 case Opt_nodfs:
Steve French2c1b8612008-10-16 18:35:21 +00001749 vol->nodfs = 1;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001750 break;
1751 case Opt_posixpaths:
Jeremy Allisonac670552005-06-22 17:26:35 -07001752 vol->posix_paths = 1;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001753 break;
1754 case Opt_noposixpaths:
Jeremy Allisonac670552005-06-22 17:26:35 -07001755 vol->posix_paths = 0;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001756 break;
1757 case Opt_nounix:
Steve Frenchb3266142018-05-20 23:41:10 -05001758 if (vol->linux_ext)
1759 cifs_dbg(VFS,
1760 "conflicting unix mount options\n");
Steve Frenchc18c8422007-07-18 23:21:09 +00001761 vol->no_linux_ext = 1;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001762 break;
Steve Frenchb3266142018-05-20 23:41:10 -05001763 case Opt_unix:
1764 if (vol->no_linux_ext)
1765 cifs_dbg(VFS,
1766 "conflicting unix mount options\n");
1767 vol->linux_ext = 1;
1768 break;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001769 case Opt_nocase:
Steve French50c2f752007-07-13 00:33:32 +00001770 vol->nocase = 1;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001771 break;
1772 case Opt_brl:
Steve Frenchc46fa8a2005-08-18 20:49:57 -07001773 vol->nobrl = 0;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001774 break;
1775 case Opt_nobrl:
Steve Frenchc46fa8a2005-08-18 20:49:57 -07001776 vol->nobrl = 1;
Pavel Shilovsky5cfdddc2012-03-27 20:51:15 +04001777 /*
1778 * turn off mandatory locking in mode
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001779 * if remote locking is turned off since the
Pavel Shilovsky5cfdddc2012-03-27 20:51:15 +04001780 * local vfs will do advisory
1781 */
Steve French50c2f752007-07-13 00:33:32 +00001782 if (vol->file_mode ==
1783 (S_IALLUGO & ~(S_ISUID | S_IXGRP)))
Steve Frenchd3485d32005-08-19 11:04:29 -07001784 vol->file_mode = S_IALLUGO;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001785 break;
Steve French3d4ef9a2018-04-25 22:19:09 -05001786 case Opt_nohandlecache:
1787 vol->nohandlecache = 1;
1788 break;
1789 case Opt_handlecache:
1790 vol->nohandlecache = 0;
1791 break;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001792 case Opt_forcemandatorylock:
Steve French13a6e422008-12-02 17:24:33 +00001793 vol->mand_lock = 1;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001794 break;
1795 case Opt_setuids:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001796 vol->setuids = 1;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001797 break;
1798 case Opt_nosetuids:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001799 vol->setuids = 0;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001800 break;
Steve French95932652016-09-23 01:36:34 -05001801 case Opt_setuidfromacl:
1802 vol->setuidfromacl = 1;
1803 break;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001804 case Opt_dynperm:
Jeff Laytond0a9c072008-05-12 22:23:49 +00001805 vol->dynperm = true;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001806 break;
1807 case Opt_nodynperm:
Jeff Laytond0a9c072008-05-12 22:23:49 +00001808 vol->dynperm = false;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001809 break;
1810 case Opt_nohard:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001811 vol->retry = 0;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001812 break;
1813 case Opt_nosoft:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001814 vol->retry = 1;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001815 break;
1816 case Opt_nointr:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001817 vol->intr = 0;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001818 break;
1819 case Opt_intr:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001820 vol->intr = 1;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001821 break;
1822 case Opt_nostrictsync:
Steve Frenchbe652442009-02-23 15:21:59 +00001823 vol->nostrictsync = 1;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001824 break;
1825 case Opt_strictsync:
Steve Frenchbe652442009-02-23 15:21:59 +00001826 vol->nostrictsync = 0;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001827 break;
1828 case Opt_serverino:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001829 vol->server_ino = 1;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001830 break;
1831 case Opt_noserverino:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001832 vol->server_ino = 0;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001833 break;
1834 case Opt_rwpidforward:
Pavel Shilovskyd4ffff12011-05-26 06:02:00 +00001835 vol->rwpidforward = 1;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001836 break;
Steve French412094a2019-06-24 02:01:42 -05001837 case Opt_modesid:
1838 vol->mode_ace = 1;
1839 break;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001840 case Opt_cifsacl:
Steve French0a4b92c2006-01-12 15:44:21 -08001841 vol->cifs_acl = 1;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001842 break;
1843 case Opt_nocifsacl:
Steve French0a4b92c2006-01-12 15:44:21 -08001844 vol->cifs_acl = 0;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001845 break;
1846 case Opt_acl:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001847 vol->no_psx_acl = 0;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001848 break;
1849 case Opt_noacl:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001850 vol->no_psx_acl = 1;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001851 break;
1852 case Opt_locallease:
Steve French84210e92008-10-23 04:42:37 +00001853 vol->local_lease = 1;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001854 break;
1855 case Opt_sign:
Jeff Layton1e3cc572013-06-10 17:12:23 -05001856 vol->sign = true;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001857 break;
1858 case Opt_seal:
Steve French95b1cb92008-05-15 16:44:38 +00001859 /* we do not do the following in secFlags because seal
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001860 * is a per tree connection (mount) not a per socket
1861 * or per-smb connection option in the protocol
1862 * vol->secFlg |= CIFSSEC_MUST_SEAL;
1863 */
Steve French95b1cb92008-05-15 16:44:38 +00001864 vol->seal = 1;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001865 break;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001866 case Opt_noac:
Andy Shevchenko0b456f02014-08-27 16:49:44 +03001867 pr_warn("CIFS: Mount option noac not supported. Instead set /proc/fs/cifs/LookupCacheEnabled to 0\n");
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001868 break;
1869 case Opt_fsc:
Suresh Jayaraman607a5692010-11-24 17:49:05 +05301870#ifndef CONFIG_CIFS_FSCACHE
Joe Perchesf96637b2013-05-04 22:12:25 -05001871 cifs_dbg(VFS, "FS-Cache support needs CONFIG_CIFS_FSCACHE kernel config option set\n");
Sean Finneyb9468452011-04-11 13:19:32 +00001872 goto cifs_parse_mount_err;
Suresh Jayaraman607a5692010-11-24 17:49:05 +05301873#endif
Suresh Jayaramanfa1df752010-07-05 18:13:36 +05301874 vol->fsc = true;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001875 break;
1876 case Opt_mfsymlinks:
Stefan Metzmacher736a33202010-07-30 14:56:00 +02001877 vol->mfsymlinks = true;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001878 break;
1879 case Opt_multiuser:
Jeff Layton0eb8a132010-10-06 19:51:12 -04001880 vol->multiuser = true;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001881 break;
Jeff Laytond8162552012-03-23 14:40:56 -04001882 case Opt_sloppy:
1883 sloppy = true;
1884 break;
Jeff Laytona0b3df52013-05-24 07:40:59 -04001885 case Opt_nosharesock:
1886 vol->nosharesock = true;
1887 break;
Steve Frenchb2a30772015-09-29 21:49:28 -05001888 case Opt_nopersistent:
1889 vol->nopersistent = true;
1890 if (vol->persistent) {
1891 cifs_dbg(VFS,
1892 "persistenthandles mount options conflict\n");
1893 goto cifs_parse_mount_err;
1894 }
1895 break;
1896 case Opt_persistent:
1897 vol->persistent = true;
Steve French592fafe2015-11-03 10:08:53 -06001898 if ((vol->nopersistent) || (vol->resilient)) {
Steve Frenchb2a30772015-09-29 21:49:28 -05001899 cifs_dbg(VFS,
1900 "persistenthandles mount options conflict\n");
1901 goto cifs_parse_mount_err;
1902 }
1903 break;
Steve French592fafe2015-11-03 10:08:53 -06001904 case Opt_resilient:
1905 vol->resilient = true;
1906 if (vol->persistent) {
1907 cifs_dbg(VFS,
1908 "persistenthandles mount options conflict\n");
1909 goto cifs_parse_mount_err;
1910 }
1911 break;
1912 case Opt_noresilient:
1913 vol->resilient = false; /* already the default */
1914 break;
Germano Percossi39566442016-12-15 12:31:18 +05301915 case Opt_domainauto:
1916 vol->domainauto = true;
1917 break;
Long Li8339dd32017-11-07 01:54:55 -07001918 case Opt_rdma:
1919 vol->rdma = true;
1920 break;
Steve French9fe5ff12019-06-24 20:39:04 -05001921 case Opt_compress:
1922 vol->compression = UNKNOWN_TYPE;
1923 cifs_dbg(VFS,
1924 "SMB3 compression support is experimental\n");
1925 break;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001926
1927 /* Numeric Values */
1928 case Opt_backupuid:
Eric W. Biederman3da46562013-02-06 01:37:39 -08001929 if (get_option_uid(args, &vol->backupuid)) {
Joe Perchesf96637b2013-05-04 22:12:25 -05001930 cifs_dbg(VFS, "%s: Invalid backupuid value\n",
1931 __func__);
Shirish Pargaonkar3d3ea8e2011-09-26 09:56:44 -05001932 goto cifs_parse_mount_err;
1933 }
1934 vol->backupuid_specified = true;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001935 break;
1936 case Opt_backupgid:
Eric W. Biederman3da46562013-02-06 01:37:39 -08001937 if (get_option_gid(args, &vol->backupgid)) {
Joe Perchesf96637b2013-05-04 22:12:25 -05001938 cifs_dbg(VFS, "%s: Invalid backupgid value\n",
1939 __func__);
Shirish Pargaonkar3d3ea8e2011-09-26 09:56:44 -05001940 goto cifs_parse_mount_err;
1941 }
1942 vol->backupgid_specified = true;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001943 break;
1944 case Opt_uid:
Eric W. Biederman3da46562013-02-06 01:37:39 -08001945 if (get_option_uid(args, &vol->linux_uid)) {
Joe Perchesf96637b2013-05-04 22:12:25 -05001946 cifs_dbg(VFS, "%s: Invalid uid value\n",
1947 __func__);
Sean Finneyb9468452011-04-11 13:19:32 +00001948 goto cifs_parse_mount_err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001949 }
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001950 uid_specified = true;
1951 break;
1952 case Opt_cruid:
Eric W. Biederman3da46562013-02-06 01:37:39 -08001953 if (get_option_uid(args, &vol->cred_uid)) {
Joe Perchesf96637b2013-05-04 22:12:25 -05001954 cifs_dbg(VFS, "%s: Invalid cruid value\n",
1955 __func__);
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001956 goto cifs_parse_mount_err;
1957 }
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001958 break;
1959 case Opt_gid:
Eric W. Biederman3da46562013-02-06 01:37:39 -08001960 if (get_option_gid(args, &vol->linux_gid)) {
Joe Perchesf96637b2013-05-04 22:12:25 -05001961 cifs_dbg(VFS, "%s: Invalid gid value\n",
1962 __func__);
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001963 goto cifs_parse_mount_err;
1964 }
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001965 gid_specified = true;
1966 break;
1967 case Opt_file_mode:
1968 if (get_option_ul(args, &option)) {
Joe Perchesf96637b2013-05-04 22:12:25 -05001969 cifs_dbg(VFS, "%s: Invalid file_mode value\n",
1970 __func__);
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001971 goto cifs_parse_mount_err;
1972 }
1973 vol->file_mode = option;
1974 break;
1975 case Opt_dirmode:
1976 if (get_option_ul(args, &option)) {
Joe Perchesf96637b2013-05-04 22:12:25 -05001977 cifs_dbg(VFS, "%s: Invalid dir_mode value\n",
1978 __func__);
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001979 goto cifs_parse_mount_err;
1980 }
1981 vol->dir_mode = option;
1982 break;
1983 case Opt_port:
Jeff Laytonb979aaa2012-11-26 11:09:55 -05001984 if (get_option_ul(args, &option) ||
1985 option > USHRT_MAX) {
Joe Perchesf96637b2013-05-04 22:12:25 -05001986 cifs_dbg(VFS, "%s: Invalid port value\n",
1987 __func__);
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001988 goto cifs_parse_mount_err;
1989 }
Jeff Laytonb979aaa2012-11-26 11:09:55 -05001990 port = (unsigned short)option;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04001991 break;
Steve Frenche8506d22019-02-28 21:32:15 -06001992 case Opt_blocksize:
1993 if (get_option_ul(args, &option)) {
1994 cifs_dbg(VFS, "%s: Invalid blocksize value\n",
1995 __func__);
1996 goto cifs_parse_mount_err;
1997 }
1998 /*
1999 * inode blocksize realistically should never need to be
2000 * less than 16K or greater than 16M and default is 1MB.
2001 * Note that small inode block sizes (e.g. 64K) can lead
2002 * to very poor performance of common tools like cp and scp
2003 */
2004 if ((option < CIFS_MAX_MSGSIZE) ||
2005 (option > (4 * SMB3_DEFAULT_IOSIZE))) {
2006 cifs_dbg(VFS, "%s: Invalid blocksize\n",
2007 __func__);
2008 goto cifs_parse_mount_err;
2009 }
2010 vol->bsize = option;
2011 break;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04002012 case Opt_rsize:
2013 if (get_option_ul(args, &option)) {
Joe Perchesf96637b2013-05-04 22:12:25 -05002014 cifs_dbg(VFS, "%s: Invalid rsize value\n",
2015 __func__);
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04002016 goto cifs_parse_mount_err;
2017 }
2018 vol->rsize = option;
2019 break;
2020 case Opt_wsize:
2021 if (get_option_ul(args, &option)) {
Joe Perchesf96637b2013-05-04 22:12:25 -05002022 cifs_dbg(VFS, "%s: Invalid wsize value\n",
2023 __func__);
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04002024 goto cifs_parse_mount_err;
2025 }
2026 vol->wsize = option;
2027 break;
2028 case Opt_actimeo:
2029 if (get_option_ul(args, &option)) {
Joe Perchesf96637b2013-05-04 22:12:25 -05002030 cifs_dbg(VFS, "%s: Invalid actimeo value\n",
2031 __func__);
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04002032 goto cifs_parse_mount_err;
2033 }
2034 vol->actimeo = HZ * option;
2035 if (vol->actimeo > CIFS_MAX_ACTIMEO) {
Joe Perchesf96637b2013-05-04 22:12:25 -05002036 cifs_dbg(VFS, "attribute cache timeout too large\n");
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04002037 goto cifs_parse_mount_err;
2038 }
2039 break;
Steve Frenchca567eb2019-03-29 16:31:07 -05002040 case Opt_handletimeout:
2041 if (get_option_ul(args, &option)) {
2042 cifs_dbg(VFS, "%s: Invalid handletimeout value\n",
2043 __func__);
2044 goto cifs_parse_mount_err;
2045 }
2046 vol->handle_timeout = option;
2047 if (vol->handle_timeout > SMB3_MAX_HANDLE_TIMEOUT) {
2048 cifs_dbg(VFS, "Invalid handle cache timeout, longer than 16 minutes\n");
2049 goto cifs_parse_mount_err;
2050 }
2051 break;
Steve Frenchadfeb3e2015-12-18 12:31:36 -06002052 case Opt_echo_interval:
2053 if (get_option_ul(args, &option)) {
2054 cifs_dbg(VFS, "%s: Invalid echo interval value\n",
2055 __func__);
2056 goto cifs_parse_mount_err;
2057 }
2058 vol->echo_interval = option;
2059 break;
Steve French8b217fe2016-11-11 22:36:20 -06002060 case Opt_snapshot:
2061 if (get_option_ul(args, &option)) {
2062 cifs_dbg(VFS, "%s: Invalid snapshot time\n",
2063 __func__);
2064 goto cifs_parse_mount_err;
2065 }
2066 vol->snapshot_time = option;
2067 break;
Steve French141891f2016-09-23 00:44:16 -05002068 case Opt_max_credits:
2069 if (get_option_ul(args, &option) || (option < 20) ||
2070 (option > 60000)) {
2071 cifs_dbg(VFS, "%s: Invalid max_credits value\n",
2072 __func__);
2073 goto cifs_parse_mount_err;
2074 }
2075 vol->max_credits = option;
2076 break;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04002077
2078 /* String Arguments */
2079
Sachin Prabhu4fe9e962012-04-10 18:12:27 +01002080 case Opt_blank_user:
2081 /* null user, ie. anonymous authentication */
2082 vol->nullauth = 1;
2083 vol->username = NULL;
2084 break;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04002085 case Opt_user:
2086 string = match_strdup(args);
2087 if (string == NULL)
2088 goto out_nomem;
2089
Scott Lovenberg8c3a2b42013-08-09 08:47:17 -04002090 if (strnlen(string, CIFS_MAX_USERNAME_LEN) >
2091 CIFS_MAX_USERNAME_LEN) {
Andy Shevchenko0b456f02014-08-27 16:49:44 +03002092 pr_warn("CIFS: username too long\n");
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04002093 goto cifs_parse_mount_err;
2094 }
Taesoo Kim2bd50fb2015-03-21 19:08:30 -04002095
2096 kfree(vol->username);
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04002097 vol->username = kstrdup(string, GFP_KERNEL);
Joe Perchesf96637b2013-05-04 22:12:25 -05002098 if (!vol->username)
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04002099 goto cifs_parse_mount_err;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04002100 break;
2101 case Opt_blank_pass:
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04002102 /* passwords have to be handled differently
2103 * to allow the character used for deliminator
2104 * to be passed within them
2105 */
2106
Sachin Prabhuc369c9a2013-04-09 18:17:41 +01002107 /*
2108 * Check if this is a case where the password
2109 * starts with a delimiter
2110 */
2111 tmp_end = strchr(data, '=');
2112 tmp_end++;
2113 if (!(tmp_end < end && tmp_end[1] == delim)) {
2114 /* No it is not. Set the password to NULL */
Aurelien Aptel97f4b722018-01-25 15:59:39 +01002115 kzfree(vol->password);
Sachin Prabhuc369c9a2013-04-09 18:17:41 +01002116 vol->password = NULL;
2117 break;
2118 }
Gustavo A. R. Silva07fa6012018-11-27 10:01:51 +11002119 /* Fallthrough - to Opt_pass below.*/
Sachin Prabhuc369c9a2013-04-09 18:17:41 +01002120 case Opt_pass:
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04002121 /* Obtain the value string */
2122 value = strchr(data, '=');
Sachin Prabhu10238072012-03-28 18:07:08 +01002123 value++;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04002124
2125 /* Set tmp_end to end of the string */
2126 tmp_end = (char *) value + strlen(value);
2127
2128 /* Check if following character is the deliminator
2129 * If yes, we have encountered a double deliminator
2130 * reset the NULL character to the deliminator
2131 */
Suresh Jayaramane73f8432012-06-12 07:15:50 +05302132 if (tmp_end < end && tmp_end[1] == delim) {
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04002133 tmp_end[0] = delim;
2134
Suresh Jayaramane73f8432012-06-12 07:15:50 +05302135 /* Keep iterating until we get to a single
2136 * deliminator OR the end
2137 */
2138 while ((tmp_end = strchr(tmp_end, delim))
2139 != NULL && (tmp_end[1] == delim)) {
2140 tmp_end = (char *) &tmp_end[2];
2141 }
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04002142
Suresh Jayaramane73f8432012-06-12 07:15:50 +05302143 /* Reset var options to point to next element */
2144 if (tmp_end) {
2145 tmp_end[0] = '\0';
2146 options = (char *) &tmp_end[1];
2147 } else
2148 /* Reached the end of the mount option
2149 * string */
2150 options = end;
2151 }
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04002152
Aurelien Aptel97f4b722018-01-25 15:59:39 +01002153 kzfree(vol->password);
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04002154 /* Now build new password string */
2155 temp_len = strlen(value);
2156 vol->password = kzalloc(temp_len+1, GFP_KERNEL);
2157 if (vol->password == NULL) {
Andy Shevchenko0b456f02014-08-27 16:49:44 +03002158 pr_warn("CIFS: no memory for password\n");
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04002159 goto cifs_parse_mount_err;
2160 }
2161
2162 for (i = 0, j = 0; i < temp_len; i++, j++) {
2163 vol->password[j] = value[i];
2164 if ((value[i] == delim) &&
2165 value[i+1] == delim)
2166 /* skip the second deliminator */
2167 i++;
2168 }
2169 vol->password[j] = '\0';
2170 break;
Sachin Prabhu4fe9e962012-04-10 18:12:27 +01002171 case Opt_blank_ip:
Jeff Laytonb979aaa2012-11-26 11:09:55 -05002172 /* FIXME: should this be an error instead? */
2173 got_ip = false;
Sachin Prabhu4fe9e962012-04-10 18:12:27 +01002174 break;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04002175 case Opt_ip:
2176 string = match_strdup(args);
2177 if (string == NULL)
2178 goto out_nomem;
2179
Jeff Laytonb979aaa2012-11-26 11:09:55 -05002180 if (!cifs_convert_address(dstaddr, string,
2181 strlen(string))) {
Andy Shevchenko0b456f02014-08-27 16:49:44 +03002182 pr_err("CIFS: bad ip= option (%s).\n", string);
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04002183 goto cifs_parse_mount_err;
2184 }
Jeff Laytonb979aaa2012-11-26 11:09:55 -05002185 got_ip = true;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04002186 break;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04002187 case Opt_domain:
2188 string = match_strdup(args);
2189 if (string == NULL)
2190 goto out_nomem;
2191
Chen Gang057d6332013-07-19 09:01:36 +08002192 if (strnlen(string, CIFS_MAX_DOMAINNAME_LEN)
2193 == CIFS_MAX_DOMAINNAME_LEN) {
Andy Shevchenko0b456f02014-08-27 16:49:44 +03002194 pr_warn("CIFS: domain name too long\n");
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04002195 goto cifs_parse_mount_err;
2196 }
2197
Taesoo Kim2bd50fb2015-03-21 19:08:30 -04002198 kfree(vol->domainname);
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04002199 vol->domainname = kstrdup(string, GFP_KERNEL);
2200 if (!vol->domainname) {
Andy Shevchenko0b456f02014-08-27 16:49:44 +03002201 pr_warn("CIFS: no memory for domainname\n");
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04002202 goto cifs_parse_mount_err;
2203 }
Joe Perchesf96637b2013-05-04 22:12:25 -05002204 cifs_dbg(FYI, "Domain name set\n");
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04002205 break;
2206 case Opt_srcaddr:
2207 string = match_strdup(args);
2208 if (string == NULL)
2209 goto out_nomem;
2210
Sachin Prabhu4fe9e962012-04-10 18:12:27 +01002211 if (!cifs_convert_address(
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04002212 (struct sockaddr *)&vol->srcaddr,
2213 string, strlen(string))) {
Andy Shevchenko0b456f02014-08-27 16:49:44 +03002214 pr_warn("CIFS: Could not parse srcaddr: %s\n",
2215 string);
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04002216 goto cifs_parse_mount_err;
2217 }
2218 break;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04002219 case Opt_iocharset:
2220 string = match_strdup(args);
2221 if (string == NULL)
2222 goto out_nomem;
2223
Sachin Prabhu4fe9e962012-04-10 18:12:27 +01002224 if (strnlen(string, 1024) >= 65) {
Andy Shevchenko0b456f02014-08-27 16:49:44 +03002225 pr_warn("CIFS: iocharset name too long.\n");
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04002226 goto cifs_parse_mount_err;
2227 }
2228
Rasmus Villemoes87e747c2014-10-13 15:54:35 -07002229 if (strncasecmp(string, "default", 7) != 0) {
Taesoo Kim2bd50fb2015-03-21 19:08:30 -04002230 kfree(vol->iocharset);
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04002231 vol->iocharset = kstrdup(string,
2232 GFP_KERNEL);
2233 if (!vol->iocharset) {
Andy Shevchenko0b456f02014-08-27 16:49:44 +03002234 pr_warn("CIFS: no memory for charset\n");
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04002235 goto cifs_parse_mount_err;
2236 }
2237 }
2238 /* if iocharset not set then load_nls_default
2239 * is used by caller
2240 */
Joe Perchesf96637b2013-05-04 22:12:25 -05002241 cifs_dbg(FYI, "iocharset set to %s\n", string);
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04002242 break;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04002243 case Opt_netbiosname:
2244 string = match_strdup(args);
2245 if (string == NULL)
2246 goto out_nomem;
2247
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04002248 memset(vol->source_rfc1001_name, 0x20,
2249 RFC1001_NAME_LEN);
2250 /*
2251 * FIXME: are there cases in which a comma can
2252 * be valid in workstation netbios name (and
2253 * need special handling)?
2254 */
2255 for (i = 0; i < RFC1001_NAME_LEN; i++) {
2256 /* don't ucase netbiosname for user */
2257 if (string[i] == 0)
2258 break;
2259 vol->source_rfc1001_name[i] = string[i];
2260 }
2261 /* The string has 16th byte zero still from
2262 * set at top of the function
2263 */
2264 if (i == RFC1001_NAME_LEN && string[i] != 0)
Andy Shevchenko0b456f02014-08-27 16:49:44 +03002265 pr_warn("CIFS: netbiosname longer than 15 truncated.\n");
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04002266 break;
2267 case Opt_servern:
2268 /* servernetbiosname specified override *SMBSERVER */
2269 string = match_strdup(args);
2270 if (string == NULL)
2271 goto out_nomem;
2272
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04002273 /* last byte, type, is 0x20 for servr type */
2274 memset(vol->target_rfc1001_name, 0x20,
2275 RFC1001_NAME_LEN_WITH_NULL);
2276
2277 /* BB are there cases in which a comma can be
2278 valid in this workstation netbios name
2279 (and need special handling)? */
2280
2281 /* user or mount helper must uppercase the
2282 netbios name */
2283 for (i = 0; i < 15; i++) {
2284 if (string[i] == 0)
2285 break;
2286 vol->target_rfc1001_name[i] = string[i];
2287 }
2288 /* The string has 16th byte zero still from
2289 set at top of the function */
2290 if (i == RFC1001_NAME_LEN && string[i] != 0)
Andy Shevchenko0b456f02014-08-27 16:49:44 +03002291 pr_warn("CIFS: server netbiosname longer than 15 truncated.\n");
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04002292 break;
2293 case Opt_ver:
Steve French7e682f72017-08-31 21:34:24 -05002294 /* version of mount userspace tools, not dialect */
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04002295 string = match_strdup(args);
2296 if (string == NULL)
2297 goto out_nomem;
2298
Steve French7e682f72017-08-31 21:34:24 -05002299 /* If interface changes in mount.cifs bump to new ver */
Rasmus Villemoes87e747c2014-10-13 15:54:35 -07002300 if (strncasecmp(string, "1", 1) == 0) {
Steve French7e682f72017-08-31 21:34:24 -05002301 if (strlen(string) > 1) {
2302 pr_warn("Bad mount helper ver=%s. Did "
2303 "you want SMB1 (CIFS) dialect "
2304 "and mean to type vers=1.0 "
2305 "instead?\n", string);
2306 goto cifs_parse_mount_err;
2307 }
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04002308 /* This is the default */
2309 break;
2310 }
2311 /* For all other value, error */
Steve French7e682f72017-08-31 21:34:24 -05002312 pr_warn("CIFS: Invalid mount helper version specified\n");
Sean Finneyb9468452011-04-11 13:19:32 +00002313 goto cifs_parse_mount_err;
Jeff Layton23db65f2012-05-15 12:20:51 -04002314 case Opt_vers:
Steve French7e682f72017-08-31 21:34:24 -05002315 /* protocol version (dialect) */
Jeff Layton23db65f2012-05-15 12:20:51 -04002316 string = match_strdup(args);
2317 if (string == NULL)
2318 goto out_nomem;
2319
Steve Frenchc7c137b2018-06-06 17:59:29 -05002320 if (cifs_parse_smb_version(string, vol, is_smb3) != 0)
Jeff Layton23db65f2012-05-15 12:20:51 -04002321 goto cifs_parse_mount_err;
Steve French7e682f72017-08-31 21:34:24 -05002322 got_version = true;
Jeff Layton23db65f2012-05-15 12:20:51 -04002323 break;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04002324 case Opt_sec:
2325 string = match_strdup(args);
2326 if (string == NULL)
2327 goto out_nomem;
2328
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04002329 if (cifs_parse_security_flavors(string, vol) != 0)
2330 goto cifs_parse_mount_err;
2331 break;
Jeff Layton15b6a472012-05-16 07:50:15 -04002332 case Opt_cache:
2333 string = match_strdup(args);
2334 if (string == NULL)
2335 goto out_nomem;
2336
2337 if (cifs_parse_cache_flavor(string, vol) != 0)
2338 goto cifs_parse_mount_err;
2339 break;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04002340 default:
Jeff Laytond8162552012-03-23 14:40:56 -04002341 /*
2342 * An option we don't recognize. Save it off for later
2343 * if we haven't already found one
2344 */
2345 if (!invalid)
2346 invalid = data;
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04002347 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002348 }
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04002349 /* Free up any allocated string */
2350 kfree(string);
2351 string = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002352 }
Jeff Layton0eb8a132010-10-06 19:51:12 -04002353
Jeff Laytond8162552012-03-23 14:40:56 -04002354 if (!sloppy && invalid) {
Andy Shevchenko0b456f02014-08-27 16:49:44 +03002355 pr_err("CIFS: Unknown mount option \"%s\"\n", invalid);
Jeff Laytond8162552012-03-23 14:40:56 -04002356 goto cifs_parse_mount_err;
2357 }
2358
Long Li8339dd32017-11-07 01:54:55 -07002359 if (vol->rdma && vol->vals->protocol_id < SMB30_PROT_ID) {
2360 cifs_dbg(VFS, "SMB Direct requires Version >=3.0\n");
2361 goto cifs_parse_mount_err;
2362 }
2363
Jeff Layton8a8798a2012-01-17 16:09:15 -05002364#ifndef CONFIG_KEYS
2365 /* Muliuser mounts require CONFIG_KEYS support */
2366 if (vol->multiuser) {
Joe Perchesf96637b2013-05-04 22:12:25 -05002367 cifs_dbg(VFS, "Multiuser mounts require kernels with CONFIG_KEYS enabled\n");
Sean Finneyb9468452011-04-11 13:19:32 +00002368 goto cifs_parse_mount_err;
Jeff Layton0eb8a132010-10-06 19:51:12 -04002369 }
Jeff Layton8a8798a2012-01-17 16:09:15 -05002370#endif
Jeff Laytone5e69ab2012-11-25 08:00:42 -05002371 if (!vol->UNC) {
Jeff Layton37d4f992013-05-24 07:40:05 -04002372 cifs_dbg(VFS, "CIFS mount error: No usable UNC path provided in device string!\n");
Jeff Laytone5e69ab2012-11-25 08:00:42 -05002373 goto cifs_parse_mount_err;
2374 }
Jeff Layton0eb8a132010-10-06 19:51:12 -04002375
Jeff Layton62a1a432012-12-10 06:10:45 -05002376 /* make sure UNC has a share name */
2377 if (!strchr(vol->UNC + 3, '\\')) {
Joe Perchesf96637b2013-05-04 22:12:25 -05002378 cifs_dbg(VFS, "Malformed UNC. Unable to find share name.\n");
Jeff Layton62a1a432012-12-10 06:10:45 -05002379 goto cifs_parse_mount_err;
2380 }
2381
Jeff Laytonb979aaa2012-11-26 11:09:55 -05002382 if (!got_ip) {
Daniel N Pettersson29bb3152017-04-27 11:32:36 +02002383 int len;
2384 const char *slash;
2385
Jeff Laytonb979aaa2012-11-26 11:09:55 -05002386 /* No ip= option specified? Try to get it from UNC */
Daniel N Pettersson29bb3152017-04-27 11:32:36 +02002387 /* Use the address part of the UNC. */
2388 slash = strchr(&vol->UNC[2], '\\');
2389 len = slash - &vol->UNC[2];
2390 if (!cifs_convert_address(dstaddr, &vol->UNC[2], len)) {
Andy Shevchenko0b456f02014-08-27 16:49:44 +03002391 pr_err("Unable to determine destination address.\n");
Jeff Laytonb979aaa2012-11-26 11:09:55 -05002392 goto cifs_parse_mount_err;
2393 }
2394 }
2395
2396 /* set the port that we got earlier */
2397 cifs_set_port(dstaddr, port);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002398
Jeff Layton9b9d6b242009-07-31 06:56:09 -04002399 if (uid_specified)
2400 vol->override_uid = override_uid;
2401 else if (override_uid == 1)
Andy Shevchenko0b456f02014-08-27 16:49:44 +03002402 pr_notice("CIFS: ignoring forceuid mount option specified with no uid= option.\n");
Jeff Layton9b9d6b242009-07-31 06:56:09 -04002403
2404 if (gid_specified)
2405 vol->override_gid = override_gid;
2406 else if (override_gid == 1)
Andy Shevchenko0b456f02014-08-27 16:49:44 +03002407 pr_notice("CIFS: ignoring forcegid mount option specified with no gid= option.\n");
Jeff Layton9b9d6b242009-07-31 06:56:09 -04002408
Steve French7e682f72017-08-31 21:34:24 -05002409 if (got_version == false)
2410 pr_warn("No dialect specified on mount. Default has changed to "
Steve French9764c022017-09-17 10:41:35 -05002411 "a more secure dialect, SMB2.1 or later (e.g. SMB3), from CIFS "
Steve French7e682f72017-08-31 21:34:24 -05002412 "(SMB1). To use the less secure SMB1 dialect to access "
Steve French9764c022017-09-17 10:41:35 -05002413 "old servers which do not support SMB3 (or SMB2.1) specify vers=1.0"
2414 " on mount.\n");
Steve French7e682f72017-08-31 21:34:24 -05002415
Sean Finneyb9468452011-04-11 13:19:32 +00002416 kfree(mountdata_copy);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002417 return 0;
Sean Finneyb9468452011-04-11 13:19:32 +00002418
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04002419out_nomem:
Andy Shevchenko0b456f02014-08-27 16:49:44 +03002420 pr_warn("Could not allocate temporary buffer\n");
Sean Finneyb9468452011-04-11 13:19:32 +00002421cifs_parse_mount_err:
Sachin Prabhu8830d7e2012-03-23 14:40:56 -04002422 kfree(string);
Sean Finneyb9468452011-04-11 13:19:32 +00002423 kfree(mountdata_copy);
2424 return 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002425}
2426
Ben Greear3eb9a882010-09-01 17:06:02 -07002427/** Returns true if srcaddr isn't specified and rhs isn't
2428 * specified, or if srcaddr is specified and
2429 * matches the IP address of the rhs argument.
2430 */
Jeff Layton45151482010-07-06 20:43:02 -04002431static bool
Ben Greear3eb9a882010-09-01 17:06:02 -07002432srcip_matches(struct sockaddr *srcaddr, struct sockaddr *rhs)
2433{
2434 switch (srcaddr->sa_family) {
2435 case AF_UNSPEC:
2436 return (rhs->sa_family == AF_UNSPEC);
2437 case AF_INET: {
2438 struct sockaddr_in *saddr4 = (struct sockaddr_in *)srcaddr;
2439 struct sockaddr_in *vaddr4 = (struct sockaddr_in *)rhs;
2440 return (saddr4->sin_addr.s_addr == vaddr4->sin_addr.s_addr);
2441 }
2442 case AF_INET6: {
2443 struct sockaddr_in6 *saddr6 = (struct sockaddr_in6 *)srcaddr;
Nickolai Zeldoviche3e27752013-01-16 21:36:17 -05002444 struct sockaddr_in6 *vaddr6 = (struct sockaddr_in6 *)rhs;
Ben Greear3eb9a882010-09-01 17:06:02 -07002445 return ipv6_addr_equal(&saddr6->sin6_addr, &vaddr6->sin6_addr);
2446 }
2447 default:
2448 WARN_ON(1);
2449 return false; /* don't expect to be here */
2450 }
2451}
2452
Pavel Shilovsky4b886132010-12-13 22:18:07 +03002453/*
2454 * If no port is specified in addr structure, we try to match with 445 port
2455 * and if it fails - with 139 ports. It should be called only if address
2456 * families of server and addr are equal.
2457 */
2458static bool
2459match_port(struct TCP_Server_Info *server, struct sockaddr *addr)
2460{
Steve French6da97912011-03-13 18:55:55 +00002461 __be16 port, *sport;
Pavel Shilovsky4b886132010-12-13 22:18:07 +03002462
Long Li3b249112019-05-15 14:09:04 -07002463 /* SMBDirect manages its own ports, don't match it here */
2464 if (server->rdma)
2465 return true;
2466
Pavel Shilovsky4b886132010-12-13 22:18:07 +03002467 switch (addr->sa_family) {
2468 case AF_INET:
2469 sport = &((struct sockaddr_in *) &server->dstaddr)->sin_port;
2470 port = ((struct sockaddr_in *) addr)->sin_port;
2471 break;
2472 case AF_INET6:
2473 sport = &((struct sockaddr_in6 *) &server->dstaddr)->sin6_port;
2474 port = ((struct sockaddr_in6 *) addr)->sin6_port;
2475 break;
2476 default:
2477 WARN_ON(1);
2478 return false;
2479 }
2480
2481 if (!port) {
2482 port = htons(CIFS_PORT);
2483 if (port == *sport)
2484 return true;
2485
2486 port = htons(RFC1001_PORT);
2487 }
2488
2489 return port == *sport;
2490}
Ben Greear3eb9a882010-09-01 17:06:02 -07002491
2492static bool
2493match_address(struct TCP_Server_Info *server, struct sockaddr *addr,
2494 struct sockaddr *srcaddr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002495{
Jeff Layton45151482010-07-06 20:43:02 -04002496 switch (addr->sa_family) {
Pavel Shilovskya9f1b852010-12-13 19:08:35 +03002497 case AF_INET: {
2498 struct sockaddr_in *addr4 = (struct sockaddr_in *)addr;
2499 struct sockaddr_in *srv_addr4 =
2500 (struct sockaddr_in *)&server->dstaddr;
2501
2502 if (addr4->sin_addr.s_addr != srv_addr4->sin_addr.s_addr)
Jeff Layton45151482010-07-06 20:43:02 -04002503 return false;
Jeff Layton45151482010-07-06 20:43:02 -04002504 break;
Pavel Shilovskya9f1b852010-12-13 19:08:35 +03002505 }
2506 case AF_INET6: {
2507 struct sockaddr_in6 *addr6 = (struct sockaddr_in6 *)addr;
2508 struct sockaddr_in6 *srv_addr6 =
2509 (struct sockaddr_in6 *)&server->dstaddr;
2510
Jeff Layton45151482010-07-06 20:43:02 -04002511 if (!ipv6_addr_equal(&addr6->sin6_addr,
Pavel Shilovskya9f1b852010-12-13 19:08:35 +03002512 &srv_addr6->sin6_addr))
Jeff Layton45151482010-07-06 20:43:02 -04002513 return false;
Pavel Shilovskya9f1b852010-12-13 19:08:35 +03002514 if (addr6->sin6_scope_id != srv_addr6->sin6_scope_id)
Jeff Layton45151482010-07-06 20:43:02 -04002515 return false;
Jeff Layton45151482010-07-06 20:43:02 -04002516 break;
2517 }
Pavel Shilovskya9f1b852010-12-13 19:08:35 +03002518 default:
2519 WARN_ON(1);
2520 return false; /* don't expect to be here */
2521 }
Jeff Layton45151482010-07-06 20:43:02 -04002522
Ben Greear3eb9a882010-09-01 17:06:02 -07002523 if (!srcip_matches(srcaddr, (struct sockaddr *)&server->srcaddr))
2524 return false;
2525
Jeff Layton45151482010-07-06 20:43:02 -04002526 return true;
2527}
2528
Jeff Laytondaf5b0b2010-07-06 20:43:02 -04002529static bool
2530match_security(struct TCP_Server_Info *server, struct smb_vol *vol)
2531{
Jeff Layton3f618222013-06-12 19:52:14 -05002532 /*
2533 * The select_sectype function should either return the vol->sectype
2534 * that was specified, or "Unspecified" if that sectype was not
2535 * compatible with the given NEGOTIATE request.
2536 */
Sachin Prabhuef65aae2017-01-18 15:35:57 +05302537 if (server->ops->select_sectype(server, vol->sectype)
2538 == Unspecified)
Jeff Laytondaf5b0b2010-07-06 20:43:02 -04002539 return false;
Jeff Laytondaf5b0b2010-07-06 20:43:02 -04002540
Jeff Layton3f618222013-06-12 19:52:14 -05002541 /*
2542 * Now check if signing mode is acceptable. No need to check
2543 * global_secflags at this point since if MUST_SIGN is set then
2544 * the server->sign had better be too.
2545 */
Jeff Layton38d77c52013-05-26 07:01:00 -04002546 if (vol->sign && !server->sign)
2547 return false;
Jeff Laytondaf5b0b2010-07-06 20:43:02 -04002548
2549 return true;
2550}
2551
Jeff Layton9fa114f2012-11-26 11:09:57 -05002552static int match_server(struct TCP_Server_Info *server, struct smb_vol *vol)
Pavel Shilovsky37bb04e2011-05-05 09:55:11 +00002553{
Jeff Layton9fa114f2012-11-26 11:09:57 -05002554 struct sockaddr *addr = (struct sockaddr *)&vol->dstaddr;
2555
Jeff Laytona0b3df52013-05-24 07:40:59 -04002556 if (vol->nosharesock)
2557 return 0;
2558
Steve French43cdae82019-06-13 14:26:49 -05002559 /* If multidialect negotiation see if existing sessions match one */
2560 if (strcmp(vol->vals->version_string, SMB3ANY_VERSION_STRING) == 0) {
2561 if (server->vals->protocol_id < SMB30_PROT_ID)
2562 return 0;
2563 } else if (strcmp(vol->vals->version_string,
2564 SMBDEFAULT_VERSION_STRING) == 0) {
2565 if (server->vals->protocol_id < SMB21_PROT_ID)
2566 return 0;
2567 } else if ((server->vals != vol->vals) || (server->ops != vol->ops))
Jeff Layton23db65f2012-05-15 12:20:51 -04002568 return 0;
2569
Pavel Shilovsky37bb04e2011-05-05 09:55:11 +00002570 if (!net_eq(cifs_net_ns(server), current->nsproxy->net_ns))
2571 return 0;
2572
2573 if (!match_address(server, addr,
2574 (struct sockaddr *)&vol->srcaddr))
2575 return 0;
2576
2577 if (!match_port(server, addr))
2578 return 0;
2579
2580 if (!match_security(server, vol))
2581 return 0;
2582
Rabin Vincentb782fcc2016-07-19 09:25:45 +02002583 if (server->echo_interval != vol->echo_interval * HZ)
Steve Frenchadfeb3e2015-12-18 12:31:36 -06002584 return 0;
2585
Long Li8339dd32017-11-07 01:54:55 -07002586 if (server->rdma != vol->rdma)
2587 return 0;
2588
Pavel Shilovsky37bb04e2011-05-05 09:55:11 +00002589 return 1;
2590}
2591
Paulo Alcantara54be1f62018-11-14 16:01:21 -02002592struct TCP_Server_Info *
Jeff Layton9fa114f2012-11-26 11:09:57 -05002593cifs_find_tcp_session(struct smb_vol *vol)
Jeff Layton45151482010-07-06 20:43:02 -04002594{
Jeff Laytone7ddee92008-11-14 13:44:38 -05002595 struct TCP_Server_Info *server;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002596
Suresh Jayaraman3f9bcca2010-10-18 23:29:37 +05302597 spin_lock(&cifs_tcp_ses_lock);
Jeff Layton45151482010-07-06 20:43:02 -04002598 list_for_each_entry(server, &cifs_tcp_ses_list, tcp_ses_list) {
Jeff Layton9fa114f2012-11-26 11:09:57 -05002599 if (!match_server(server, vol))
Jeff Laytondaf5b0b2010-07-06 20:43:02 -04002600 continue;
2601
Jeff Laytone7ddee92008-11-14 13:44:38 -05002602 ++server->srv_count;
Suresh Jayaraman3f9bcca2010-10-18 23:29:37 +05302603 spin_unlock(&cifs_tcp_ses_lock);
Joe Perchesf96637b2013-05-04 22:12:25 -05002604 cifs_dbg(FYI, "Existing tcp session with server found\n");
Jeff Laytone7ddee92008-11-14 13:44:38 -05002605 return server;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002606 }
Suresh Jayaraman3f9bcca2010-10-18 23:29:37 +05302607 spin_unlock(&cifs_tcp_ses_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002608 return NULL;
2609}
2610
Pavel Shilovsky53e0e112016-11-04 11:50:31 -07002611void
2612cifs_put_tcp_session(struct TCP_Server_Info *server, int from_reconnect)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002613{
Steve Frencha5c3e1c2014-09-16 04:16:19 -05002614 struct task_struct *task;
2615
Suresh Jayaraman3f9bcca2010-10-18 23:29:37 +05302616 spin_lock(&cifs_tcp_ses_lock);
Jeff Laytone7ddee92008-11-14 13:44:38 -05002617 if (--server->srv_count > 0) {
Suresh Jayaraman3f9bcca2010-10-18 23:29:37 +05302618 spin_unlock(&cifs_tcp_ses_lock);
Jeff Laytone7ddee92008-11-14 13:44:38 -05002619 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002620 }
Steve Frenchdea570e02008-05-06 22:05:51 +00002621
Rob Landleyf1d0c992011-01-22 15:44:05 -06002622 put_net(cifs_net_ns(server));
2623
Jeff Laytone7ddee92008-11-14 13:44:38 -05002624 list_del_init(&server->tcp_ses_list);
Suresh Jayaraman3f9bcca2010-10-18 23:29:37 +05302625 spin_unlock(&cifs_tcp_ses_lock);
Jeff Laytone7ddee92008-11-14 13:44:38 -05002626
Jeff Laytonc74093b2011-01-11 07:24:23 -05002627 cancel_delayed_work_sync(&server->echo);
2628
Pavel Shilovsky53e0e112016-11-04 11:50:31 -07002629 if (from_reconnect)
2630 /*
2631 * Avoid deadlock here: reconnect work calls
2632 * cifs_put_tcp_session() at its end. Need to be sure
2633 * that reconnect work does nothing with server pointer after
2634 * that step.
2635 */
2636 cancel_delayed_work(&server->reconnect);
2637 else
2638 cancel_delayed_work_sync(&server->reconnect);
Pavel Shilovsky53e0e112016-11-04 11:50:31 -07002639
Jeff Laytone7ddee92008-11-14 13:44:38 -05002640 spin_lock(&GlobalMid_Lock);
2641 server->tcpStatus = CifsExiting;
2642 spin_unlock(&GlobalMid_Lock);
2643
Pavel Shilovsky026e93d2016-11-03 16:47:37 -07002644 cifs_crypto_secmech_release(server);
Suresh Jayaraman488f1d2d2010-07-05 18:12:15 +05302645 cifs_fscache_release_client_cookie(server);
2646
Shirish Pargaonkar21e73392010-10-21 06:42:55 -05002647 kfree(server->session_key.response);
2648 server->session_key.response = NULL;
2649 server->session_key.len = 0;
Steve Frencha5c3e1c2014-09-16 04:16:19 -05002650
2651 task = xchg(&server->tsk, NULL);
2652 if (task)
Eric W. Biederman72abe3b2019-05-15 12:33:50 -05002653 send_sig(SIGKILL, task, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002654}
2655
Jeff Layton63c038c2008-12-01 18:41:46 -05002656static struct TCP_Server_Info *
2657cifs_get_tcp_session(struct smb_vol *volume_info)
2658{
2659 struct TCP_Server_Info *tcp_ses = NULL;
Jeff Layton63c038c2008-12-01 18:41:46 -05002660 int rc;
2661
Joe Perchesf96637b2013-05-04 22:12:25 -05002662 cifs_dbg(FYI, "UNC: %s\n", volume_info->UNC);
Jeff Layton63c038c2008-12-01 18:41:46 -05002663
2664 /* see if we already have a matching tcp_ses */
Jeff Layton9fa114f2012-11-26 11:09:57 -05002665 tcp_ses = cifs_find_tcp_session(volume_info);
Jeff Layton63c038c2008-12-01 18:41:46 -05002666 if (tcp_ses)
2667 return tcp_ses;
2668
2669 tcp_ses = kzalloc(sizeof(struct TCP_Server_Info), GFP_KERNEL);
2670 if (!tcp_ses) {
2671 rc = -ENOMEM;
2672 goto out_err;
2673 }
2674
Jeff Layton23db65f2012-05-15 12:20:51 -04002675 tcp_ses->ops = volume_info->ops;
2676 tcp_ses->vals = volume_info->vals;
Rob Landleyf1d0c992011-01-22 15:44:05 -06002677 cifs_set_net_ns(tcp_ses, get_net(current->nsproxy->net_ns));
Jeff Layton63c038c2008-12-01 18:41:46 -05002678 tcp_ses->hostname = extract_hostname(volume_info->UNC);
2679 if (IS_ERR(tcp_ses->hostname)) {
2680 rc = PTR_ERR(tcp_ses->hostname);
Shirish Pargaonkarf7c5445a2010-10-26 18:10:24 -05002681 goto out_err_crypto_release;
Jeff Layton63c038c2008-12-01 18:41:46 -05002682 }
2683
2684 tcp_ses->noblocksnd = volume_info->noblocksnd;
2685 tcp_ses->noautotune = volume_info->noautotune;
Steve French6a5fa2362010-01-01 01:28:43 +00002686 tcp_ses->tcp_nodelay = volume_info->sockopt_tcp_nodelay;
Long Li8339dd32017-11-07 01:54:55 -07002687 tcp_ses->rdma = volume_info->rdma;
Pavel Shilovskyfc40f9c2012-02-17 17:09:12 +03002688 tcp_ses->in_flight = 0;
Pavel Shilovsky2d86dbc2012-02-06 15:59:18 +04002689 tcp_ses->credits = 1;
Jeff Layton63c038c2008-12-01 18:41:46 -05002690 init_waitqueue_head(&tcp_ses->response_q);
2691 init_waitqueue_head(&tcp_ses->request_q);
2692 INIT_LIST_HEAD(&tcp_ses->pending_mid_q);
2693 mutex_init(&tcp_ses->srv_mutex);
2694 memcpy(tcp_ses->workstation_RFC1001_name,
2695 volume_info->source_rfc1001_name, RFC1001_NAME_LEN_WITH_NULL);
2696 memcpy(tcp_ses->server_RFC1001_name,
2697 volume_info->target_rfc1001_name, RFC1001_NAME_LEN_WITH_NULL);
Shirish Pargaonkar5d0d2882010-10-13 18:15:00 -05002698 tcp_ses->session_estab = false;
Jeff Layton63c038c2008-12-01 18:41:46 -05002699 tcp_ses->sequence_number = 0;
Pavel Shilovsky5b964852019-01-18 11:30:26 -08002700 tcp_ses->reconnect_instance = 1;
Steve Frenchfda35942011-01-20 18:06:34 +00002701 tcp_ses->lstrp = jiffies;
Steve French9fe5ff12019-06-24 20:39:04 -05002702 tcp_ses->compress_algorithm = cpu_to_le16(volume_info->compression);
Jeff Layton58fa0152012-05-01 17:41:16 -04002703 spin_lock_init(&tcp_ses->req_lock);
Jeff Layton63c038c2008-12-01 18:41:46 -05002704 INIT_LIST_HEAD(&tcp_ses->tcp_ses_list);
2705 INIT_LIST_HEAD(&tcp_ses->smb_ses_list);
Jeff Laytonc74093b2011-01-11 07:24:23 -05002706 INIT_DELAYED_WORK(&tcp_ses->echo, cifs_echo_request);
Pavel Shilovsky53e0e112016-11-04 11:50:31 -07002707 INIT_DELAYED_WORK(&tcp_ses->reconnect, smb2_reconnect_server);
2708 mutex_init(&tcp_ses->reconnect_mutex);
Jeff Layton9fa114f2012-11-26 11:09:57 -05002709 memcpy(&tcp_ses->srcaddr, &volume_info->srcaddr,
2710 sizeof(tcp_ses->srcaddr));
2711 memcpy(&tcp_ses->dstaddr, &volume_info->dstaddr,
2712 sizeof(tcp_ses->dstaddr));
Steve Frenchfa70b872016-09-22 00:39:34 -05002713 generate_random_uuid(tcp_ses->client_guid);
Jeff Layton63c038c2008-12-01 18:41:46 -05002714 /*
2715 * at this point we are the only ones with the pointer
2716 * to the struct since the kernel thread not created yet
2717 * no need to spinlock this init of tcpStatus or srv_count
2718 */
2719 tcp_ses->tcpStatus = CifsNew;
2720 ++tcp_ses->srv_count;
2721
Steve Frenchadfeb3e2015-12-18 12:31:36 -06002722 if (volume_info->echo_interval >= SMB_ECHO_INTERVAL_MIN &&
2723 volume_info->echo_interval <= SMB_ECHO_INTERVAL_MAX)
2724 tcp_ses->echo_interval = volume_info->echo_interval * HZ;
2725 else
2726 tcp_ses->echo_interval = SMB_ECHO_INTERVAL_DEFAULT * HZ;
Long Li2f894642017-11-22 17:38:34 -07002727 if (tcp_ses->rdma) {
2728#ifndef CONFIG_CIFS_SMB_DIRECT
2729 cifs_dbg(VFS, "CONFIG_CIFS_SMB_DIRECT is not enabled\n");
2730 rc = -ENOENT;
2731 goto out_err_crypto_release;
2732#endif
2733 tcp_ses->smbd_conn = smbd_get_connection(
2734 tcp_ses, (struct sockaddr *)&volume_info->dstaddr);
2735 if (tcp_ses->smbd_conn) {
2736 cifs_dbg(VFS, "RDMA transport established\n");
2737 rc = 0;
2738 goto smbd_connected;
2739 } else {
2740 rc = -ENOENT;
2741 goto out_err_crypto_release;
2742 }
2743 }
Pavel Shilovskya9f1b852010-12-13 19:08:35 +03002744 rc = ip_connect(tcp_ses);
Jeff Layton63c038c2008-12-01 18:41:46 -05002745 if (rc < 0) {
Joe Perchesf96637b2013-05-04 22:12:25 -05002746 cifs_dbg(VFS, "Error connecting to socket. Aborting operation.\n");
Shirish Pargaonkarf7c5445a2010-10-26 18:10:24 -05002747 goto out_err_crypto_release;
Jeff Layton63c038c2008-12-01 18:41:46 -05002748 }
Long Li2f894642017-11-22 17:38:34 -07002749smbd_connected:
Jeff Layton63c038c2008-12-01 18:41:46 -05002750 /*
2751 * since we're in a cifs function already, we know that
2752 * this will succeed. No need for try_module_get().
2753 */
2754 __module_get(THIS_MODULE);
Al Viro7c97c202011-06-21 08:51:28 -04002755 tcp_ses->tsk = kthread_run(cifs_demultiplex_thread,
Jeff Layton63c038c2008-12-01 18:41:46 -05002756 tcp_ses, "cifsd");
2757 if (IS_ERR(tcp_ses->tsk)) {
2758 rc = PTR_ERR(tcp_ses->tsk);
Joe Perchesf96637b2013-05-04 22:12:25 -05002759 cifs_dbg(VFS, "error %d create cifsd thread\n", rc);
Jeff Layton63c038c2008-12-01 18:41:46 -05002760 module_put(THIS_MODULE);
Shirish Pargaonkarf7c5445a2010-10-26 18:10:24 -05002761 goto out_err_crypto_release;
Jeff Layton63c038c2008-12-01 18:41:46 -05002762 }
Steve Frenchfd88ce92011-04-12 01:01:14 +00002763 tcp_ses->tcpStatus = CifsNeedNegotiate;
Jeff Layton63c038c2008-12-01 18:41:46 -05002764
Paulo Alcantara93d5cb52018-11-14 17:13:25 -02002765 tcp_ses->nr_targets = 1;
2766
Jeff Layton63c038c2008-12-01 18:41:46 -05002767 /* thread spawned, put it on the list */
Suresh Jayaraman3f9bcca2010-10-18 23:29:37 +05302768 spin_lock(&cifs_tcp_ses_lock);
Jeff Layton63c038c2008-12-01 18:41:46 -05002769 list_add(&tcp_ses->tcp_ses_list, &cifs_tcp_ses_list);
Suresh Jayaraman3f9bcca2010-10-18 23:29:37 +05302770 spin_unlock(&cifs_tcp_ses_lock);
Jeff Layton63c038c2008-12-01 18:41:46 -05002771
Suresh Jayaraman488f1d2d2010-07-05 18:12:15 +05302772 cifs_fscache_get_client_cookie(tcp_ses);
2773
Jeff Laytonc74093b2011-01-11 07:24:23 -05002774 /* queue echo request delayed work */
Steve Frenchadfeb3e2015-12-18 12:31:36 -06002775 queue_delayed_work(cifsiod_wq, &tcp_ses->echo, tcp_ses->echo_interval);
Jeff Laytonc74093b2011-01-11 07:24:23 -05002776
Jeff Layton63c038c2008-12-01 18:41:46 -05002777 return tcp_ses;
2778
Shirish Pargaonkarf7c5445a2010-10-26 18:10:24 -05002779out_err_crypto_release:
Pavel Shilovsky026e93d2016-11-03 16:47:37 -07002780 cifs_crypto_secmech_release(tcp_ses);
Shirish Pargaonkard2b91522010-10-21 14:25:08 -05002781
Rob Landleyf1d0c992011-01-22 15:44:05 -06002782 put_net(cifs_net_ns(tcp_ses));
2783
Jeff Layton63c038c2008-12-01 18:41:46 -05002784out_err:
2785 if (tcp_ses) {
Steve French8347a5c2009-10-06 18:31:29 +00002786 if (!IS_ERR(tcp_ses->hostname))
2787 kfree(tcp_ses->hostname);
Jeff Layton63c038c2008-12-01 18:41:46 -05002788 if (tcp_ses->ssocket)
2789 sock_release(tcp_ses->ssocket);
2790 kfree(tcp_ses);
2791 }
2792 return ERR_PTR(rc);
2793}
2794
Steve French96daf2b2011-05-27 04:34:02 +00002795static int match_session(struct cifs_ses *ses, struct smb_vol *vol)
Pavel Shilovsky37bb04e2011-05-05 09:55:11 +00002796{
Jeff Layton3f618222013-06-12 19:52:14 -05002797 if (vol->sectype != Unspecified &&
2798 vol->sectype != ses->sectype)
2799 return 0;
2800
2801 switch (ses->sectype) {
Pavel Shilovsky37bb04e2011-05-05 09:55:11 +00002802 case Kerberos:
Eric W. Biederman64ed39d2013-02-06 02:30:39 -08002803 if (!uid_eq(vol->cred_uid, ses->cred_uid))
Pavel Shilovsky37bb04e2011-05-05 09:55:11 +00002804 return 0;
2805 break;
2806 default:
Jeff Layton04febab2012-01-17 16:09:15 -05002807 /* NULL username means anonymous session */
2808 if (ses->user_name == NULL) {
2809 if (!vol->nullauth)
2810 return 0;
2811 break;
2812 }
2813
Pavel Shilovsky37bb04e2011-05-05 09:55:11 +00002814 /* anything else takes username/password */
Jeff Layton04febab2012-01-17 16:09:15 -05002815 if (strncmp(ses->user_name,
2816 vol->username ? vol->username : "",
Scott Lovenberg8c3a2b42013-08-09 08:47:17 -04002817 CIFS_MAX_USERNAME_LEN))
Pavel Shilovsky37bb04e2011-05-05 09:55:11 +00002818 return 0;
Jeff Layton08b37d52014-05-23 06:53:10 -04002819 if ((vol->username && strlen(vol->username) != 0) &&
Pavel Shilovsky37bb04e2011-05-05 09:55:11 +00002820 ses->password != NULL &&
2821 strncmp(ses->password,
2822 vol->password ? vol->password : "",
Scott Lovenberg8c3a2b42013-08-09 08:47:17 -04002823 CIFS_MAX_PASSWORD_LEN))
Pavel Shilovsky37bb04e2011-05-05 09:55:11 +00002824 return 0;
2825 }
2826 return 1;
2827}
2828
Aurelien Aptelb327a712018-01-24 13:46:10 +01002829/**
2830 * cifs_setup_ipc - helper to setup the IPC tcon for the session
2831 *
2832 * A new IPC connection is made and stored in the session
2833 * tcon_ipc. The IPC tcon has the same lifetime as the session.
2834 */
2835static int
2836cifs_setup_ipc(struct cifs_ses *ses, struct smb_vol *volume_info)
2837{
2838 int rc = 0, xid;
2839 struct cifs_tcon *tcon;
2840 struct nls_table *nls_codepage;
2841 char unc[SERVER_NAME_LENGTH + sizeof("//x/IPC$")] = {0};
2842 bool seal = false;
2843
2844 /*
2845 * If the mount request that resulted in the creation of the
2846 * session requires encryption, force IPC to be encrypted too.
2847 */
2848 if (volume_info->seal) {
2849 if (ses->server->capabilities & SMB2_GLOBAL_CAP_ENCRYPTION)
2850 seal = true;
2851 else {
2852 cifs_dbg(VFS,
2853 "IPC: server doesn't support encryption\n");
2854 return -EOPNOTSUPP;
2855 }
2856 }
2857
2858 tcon = tconInfoAlloc();
2859 if (tcon == NULL)
2860 return -ENOMEM;
2861
Ronnie Sahlberg74ea5f92019-02-09 09:51:11 +10002862 scnprintf(unc, sizeof(unc), "\\\\%s\\IPC$", ses->server->hostname);
Aurelien Aptelb327a712018-01-24 13:46:10 +01002863
2864 /* cannot fail */
2865 nls_codepage = load_nls_default();
2866
2867 xid = get_xid();
2868 tcon->ses = ses;
2869 tcon->ipc = true;
2870 tcon->seal = seal;
2871 rc = ses->server->ops->tree_connect(xid, ses, unc, tcon, nls_codepage);
2872 free_xid(xid);
2873
2874 if (rc) {
2875 cifs_dbg(VFS, "failed to connect to IPC (rc=%d)\n", rc);
2876 tconInfoFree(tcon);
2877 goto out;
2878 }
2879
2880 cifs_dbg(FYI, "IPC tcon rc = %d ipc tid = %d\n", rc, tcon->tid);
2881
2882 ses->tcon_ipc = tcon;
2883out:
2884 unload_nls(nls_codepage);
2885 return rc;
2886}
2887
2888/**
2889 * cifs_free_ipc - helper to release the session IPC tcon
2890 *
2891 * Needs to be called everytime a session is destroyed
2892 */
2893static int
2894cifs_free_ipc(struct cifs_ses *ses)
2895{
2896 int rc = 0, xid;
2897 struct cifs_tcon *tcon = ses->tcon_ipc;
2898
2899 if (tcon == NULL)
2900 return 0;
2901
2902 if (ses->server->ops->tree_disconnect) {
2903 xid = get_xid();
2904 rc = ses->server->ops->tree_disconnect(xid, tcon);
2905 free_xid(xid);
2906 }
2907
2908 if (rc)
2909 cifs_dbg(FYI, "failed to disconnect IPC tcon (rc=%d)\n", rc);
2910
2911 tconInfoFree(tcon);
2912 ses->tcon_ipc = NULL;
2913 return rc;
2914}
2915
Steve French96daf2b2011-05-27 04:34:02 +00002916static struct cifs_ses *
Jeff Layton4ff67b72010-07-06 20:43:02 -04002917cifs_find_smb_ses(struct TCP_Server_Info *server, struct smb_vol *vol)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002918{
Steve French96daf2b2011-05-27 04:34:02 +00002919 struct cifs_ses *ses;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002920
Suresh Jayaraman3f9bcca2010-10-18 23:29:37 +05302921 spin_lock(&cifs_tcp_ses_lock);
Jeff Layton4ff67b72010-07-06 20:43:02 -04002922 list_for_each_entry(ses, &server->smb_ses_list, smb_ses_list) {
Shirish Pargaonkar7f485582013-10-12 10:06:03 -05002923 if (ses->status == CifsExiting)
2924 continue;
Pavel Shilovsky37bb04e2011-05-05 09:55:11 +00002925 if (!match_session(ses, vol))
2926 continue;
Jeff Layton14fbf502008-11-14 13:53:46 -05002927 ++ses->ses_count;
Suresh Jayaraman3f9bcca2010-10-18 23:29:37 +05302928 spin_unlock(&cifs_tcp_ses_lock);
Jeff Layton14fbf502008-11-14 13:53:46 -05002929 return ses;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002930 }
Suresh Jayaraman3f9bcca2010-10-18 23:29:37 +05302931 spin_unlock(&cifs_tcp_ses_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002932 return NULL;
2933}
2934
Paulo Alcantara (SUSE)50720102019-03-19 16:54:29 -03002935void cifs_put_smb_ses(struct cifs_ses *ses)
Jeff Layton14fbf502008-11-14 13:53:46 -05002936{
Shirish Pargaonkar7f485582013-10-12 10:06:03 -05002937 unsigned int rc, xid;
Jeff Layton14fbf502008-11-14 13:53:46 -05002938 struct TCP_Server_Info *server = ses->server;
2939
Joe Perchesf96637b2013-05-04 22:12:25 -05002940 cifs_dbg(FYI, "%s: ses_count=%d\n", __func__, ses->ses_count);
Shirish Pargaonkar7f485582013-10-12 10:06:03 -05002941
Suresh Jayaraman3f9bcca2010-10-18 23:29:37 +05302942 spin_lock(&cifs_tcp_ses_lock);
Shirish Pargaonkar7f485582013-10-12 10:06:03 -05002943 if (ses->status == CifsExiting) {
2944 spin_unlock(&cifs_tcp_ses_lock);
2945 return;
2946 }
Jeff Layton14fbf502008-11-14 13:53:46 -05002947 if (--ses->ses_count > 0) {
Suresh Jayaraman3f9bcca2010-10-18 23:29:37 +05302948 spin_unlock(&cifs_tcp_ses_lock);
Jeff Layton14fbf502008-11-14 13:53:46 -05002949 return;
2950 }
Shirish Pargaonkar7f485582013-10-12 10:06:03 -05002951 if (ses->status == CifsGood)
2952 ses->status = CifsExiting;
2953 spin_unlock(&cifs_tcp_ses_lock);
Jeff Layton14fbf502008-11-14 13:53:46 -05002954
Aurelien Aptelb327a712018-01-24 13:46:10 +01002955 cifs_free_ipc(ses);
2956
Shirish Pargaonkar7f485582013-10-12 10:06:03 -05002957 if (ses->status == CifsExiting && server->ops->logoff) {
2958 xid = get_xid();
2959 rc = server->ops->logoff(xid, ses);
2960 if (rc)
2961 cifs_dbg(VFS, "%s: Session Logoff failure rc=%d\n",
2962 __func__, rc);
2963 _free_xid(xid);
2964 }
2965
2966 spin_lock(&cifs_tcp_ses_lock);
Jeff Layton14fbf502008-11-14 13:53:46 -05002967 list_del_init(&ses->smb_ses_list);
Suresh Jayaraman3f9bcca2010-10-18 23:29:37 +05302968 spin_unlock(&cifs_tcp_ses_lock);
Jeff Layton14fbf502008-11-14 13:53:46 -05002969
Jeff Layton14fbf502008-11-14 13:53:46 -05002970 sesInfoFree(ses);
Pavel Shilovsky53e0e112016-11-04 11:50:31 -07002971 cifs_put_tcp_session(server, 0);
Jeff Layton14fbf502008-11-14 13:53:46 -05002972}
2973
Jeff Layton8a8798a2012-01-17 16:09:15 -05002974#ifdef CONFIG_KEYS
2975
Chen Gang057d6332013-07-19 09:01:36 +08002976/* strlen("cifs:a:") + CIFS_MAX_DOMAINNAME_LEN + 1 */
2977#define CIFSCREDS_DESC_SIZE (7 + CIFS_MAX_DOMAINNAME_LEN + 1)
Jeff Layton8a8798a2012-01-17 16:09:15 -05002978
2979/* Populate username and pw fields from keyring if possible */
2980static int
2981cifs_set_cifscreds(struct smb_vol *vol, struct cifs_ses *ses)
2982{
2983 int rc = 0;
David Howells146aa8b2015-10-21 14:04:48 +01002984 const char *delim, *payload;
2985 char *desc;
Jeff Layton8a8798a2012-01-17 16:09:15 -05002986 ssize_t len;
2987 struct key *key;
2988 struct TCP_Server_Info *server = ses->server;
2989 struct sockaddr_in *sa;
2990 struct sockaddr_in6 *sa6;
David Howells146aa8b2015-10-21 14:04:48 +01002991 const struct user_key_payload *upayload;
Jeff Layton8a8798a2012-01-17 16:09:15 -05002992
2993 desc = kmalloc(CIFSCREDS_DESC_SIZE, GFP_KERNEL);
2994 if (!desc)
2995 return -ENOMEM;
2996
2997 /* try to find an address key first */
2998 switch (server->dstaddr.ss_family) {
2999 case AF_INET:
3000 sa = (struct sockaddr_in *)&server->dstaddr;
3001 sprintf(desc, "cifs:a:%pI4", &sa->sin_addr.s_addr);
3002 break;
3003 case AF_INET6:
3004 sa6 = (struct sockaddr_in6 *)&server->dstaddr;
3005 sprintf(desc, "cifs:a:%pI6c", &sa6->sin6_addr.s6_addr);
3006 break;
3007 default:
Joe Perchesf96637b2013-05-04 22:12:25 -05003008 cifs_dbg(FYI, "Bad ss_family (%hu)\n",
3009 server->dstaddr.ss_family);
Jeff Layton8a8798a2012-01-17 16:09:15 -05003010 rc = -EINVAL;
3011 goto out_err;
3012 }
3013
Joe Perchesf96637b2013-05-04 22:12:25 -05003014 cifs_dbg(FYI, "%s: desc=%s\n", __func__, desc);
Linus Torvalds028db3e2019-07-10 18:43:43 -07003015 key = request_key(&key_type_logon, desc, "");
Jeff Layton8a8798a2012-01-17 16:09:15 -05003016 if (IS_ERR(key)) {
3017 if (!ses->domainName) {
Joe Perchesf96637b2013-05-04 22:12:25 -05003018 cifs_dbg(FYI, "domainName is NULL\n");
Jeff Layton8a8798a2012-01-17 16:09:15 -05003019 rc = PTR_ERR(key);
3020 goto out_err;
3021 }
3022
3023 /* didn't work, try to find a domain key */
3024 sprintf(desc, "cifs:d:%s", ses->domainName);
Joe Perchesf96637b2013-05-04 22:12:25 -05003025 cifs_dbg(FYI, "%s: desc=%s\n", __func__, desc);
Linus Torvalds028db3e2019-07-10 18:43:43 -07003026 key = request_key(&key_type_logon, desc, "");
Jeff Layton8a8798a2012-01-17 16:09:15 -05003027 if (IS_ERR(key)) {
3028 rc = PTR_ERR(key);
3029 goto out_err;
3030 }
3031 }
3032
3033 down_read(&key->sem);
David Howells0837e492017-03-01 15:11:23 +00003034 upayload = user_key_payload_locked(key);
Jeff Layton8a8798a2012-01-17 16:09:15 -05003035 if (IS_ERR_OR_NULL(upayload)) {
Jeff Layton4edc53c2012-02-07 06:30:51 -05003036 rc = upayload ? PTR_ERR(upayload) : -EINVAL;
Jeff Layton8a8798a2012-01-17 16:09:15 -05003037 goto out_key_put;
3038 }
3039
3040 /* find first : in payload */
David Howells146aa8b2015-10-21 14:04:48 +01003041 payload = upayload->data;
Jeff Layton8a8798a2012-01-17 16:09:15 -05003042 delim = strnchr(payload, upayload->datalen, ':');
Joe Perchesf96637b2013-05-04 22:12:25 -05003043 cifs_dbg(FYI, "payload=%s\n", payload);
Jeff Layton8a8798a2012-01-17 16:09:15 -05003044 if (!delim) {
Joe Perchesf96637b2013-05-04 22:12:25 -05003045 cifs_dbg(FYI, "Unable to find ':' in payload (datalen=%d)\n",
3046 upayload->datalen);
Jeff Layton8a8798a2012-01-17 16:09:15 -05003047 rc = -EINVAL;
3048 goto out_key_put;
3049 }
3050
3051 len = delim - payload;
Scott Lovenberg8c3a2b42013-08-09 08:47:17 -04003052 if (len > CIFS_MAX_USERNAME_LEN || len <= 0) {
Joe Perchesf96637b2013-05-04 22:12:25 -05003053 cifs_dbg(FYI, "Bad value from username search (len=%zd)\n",
3054 len);
Jeff Layton8a8798a2012-01-17 16:09:15 -05003055 rc = -EINVAL;
3056 goto out_key_put;
3057 }
3058
3059 vol->username = kstrndup(payload, len, GFP_KERNEL);
3060 if (!vol->username) {
Joe Perchesf96637b2013-05-04 22:12:25 -05003061 cifs_dbg(FYI, "Unable to allocate %zd bytes for username\n",
3062 len);
Jeff Layton8a8798a2012-01-17 16:09:15 -05003063 rc = -ENOMEM;
3064 goto out_key_put;
3065 }
Joe Perchesf96637b2013-05-04 22:12:25 -05003066 cifs_dbg(FYI, "%s: username=%s\n", __func__, vol->username);
Jeff Layton8a8798a2012-01-17 16:09:15 -05003067
3068 len = key->datalen - (len + 1);
Scott Lovenberg8c3a2b42013-08-09 08:47:17 -04003069 if (len > CIFS_MAX_PASSWORD_LEN || len <= 0) {
Joe Perchesf96637b2013-05-04 22:12:25 -05003070 cifs_dbg(FYI, "Bad len for password search (len=%zd)\n", len);
Jeff Layton8a8798a2012-01-17 16:09:15 -05003071 rc = -EINVAL;
3072 kfree(vol->username);
3073 vol->username = NULL;
3074 goto out_key_put;
3075 }
3076
3077 ++delim;
3078 vol->password = kstrndup(delim, len, GFP_KERNEL);
3079 if (!vol->password) {
Joe Perchesf96637b2013-05-04 22:12:25 -05003080 cifs_dbg(FYI, "Unable to allocate %zd bytes for password\n",
3081 len);
Jeff Layton8a8798a2012-01-17 16:09:15 -05003082 rc = -ENOMEM;
3083 kfree(vol->username);
3084 vol->username = NULL;
3085 goto out_key_put;
3086 }
3087
3088out_key_put:
3089 up_read(&key->sem);
3090 key_put(key);
3091out_err:
3092 kfree(desc);
Joe Perchesf96637b2013-05-04 22:12:25 -05003093 cifs_dbg(FYI, "%s: returning %d\n", __func__, rc);
Jeff Layton8a8798a2012-01-17 16:09:15 -05003094 return rc;
3095}
3096#else /* ! CONFIG_KEYS */
3097static inline int
3098cifs_set_cifscreds(struct smb_vol *vol __attribute__((unused)),
3099 struct cifs_ses *ses __attribute__((unused)))
3100{
3101 return -ENOSYS;
3102}
3103#endif /* CONFIG_KEYS */
3104
Aurelien Aptel4a1360d2018-01-25 18:47:52 +01003105/**
3106 * cifs_get_smb_ses - get a session matching @volume_info data from @server
3107 *
3108 * This function assumes it is being called from cifs_mount() where we
3109 * already got a server reference (server refcount +1). See
3110 * cifs_get_tcon() for refcount explanations.
3111 */
Paulo Alcantara (SUSE)50720102019-03-19 16:54:29 -03003112struct cifs_ses *
Jeff Layton36988c72010-04-24 07:57:43 -04003113cifs_get_smb_ses(struct TCP_Server_Info *server, struct smb_vol *volume_info)
3114{
Pavel Shilovsky286170a2012-05-25 10:43:58 +04003115 int rc = -ENOMEM;
3116 unsigned int xid;
Steve French96daf2b2011-05-27 04:34:02 +00003117 struct cifs_ses *ses;
Pavel Shilovskya9f1b852010-12-13 19:08:35 +03003118 struct sockaddr_in *addr = (struct sockaddr_in *)&server->dstaddr;
3119 struct sockaddr_in6 *addr6 = (struct sockaddr_in6 *)&server->dstaddr;
Jeff Layton36988c72010-04-24 07:57:43 -04003120
Pavel Shilovsky6d5786a2012-06-20 11:21:16 +04003121 xid = get_xid();
Jeff Layton36988c72010-04-24 07:57:43 -04003122
Jeff Layton4ff67b72010-07-06 20:43:02 -04003123 ses = cifs_find_smb_ses(server, volume_info);
Jeff Layton36988c72010-04-24 07:57:43 -04003124 if (ses) {
Joe Perchesf96637b2013-05-04 22:12:25 -05003125 cifs_dbg(FYI, "Existing smb sess found (status=%d)\n",
3126 ses->status);
Jeff Layton36988c72010-04-24 07:57:43 -04003127
Jeff Layton36988c72010-04-24 07:57:43 -04003128 mutex_lock(&ses->session_mutex);
Jeff Layton198b5682010-04-24 07:57:48 -04003129 rc = cifs_negotiate_protocol(xid, ses);
3130 if (rc) {
3131 mutex_unlock(&ses->session_mutex);
3132 /* problem -- put our ses reference */
3133 cifs_put_smb_ses(ses);
Pavel Shilovsky6d5786a2012-06-20 11:21:16 +04003134 free_xid(xid);
Jeff Layton198b5682010-04-24 07:57:48 -04003135 return ERR_PTR(rc);
3136 }
Jeff Layton36988c72010-04-24 07:57:43 -04003137 if (ses->need_reconnect) {
Joe Perchesf96637b2013-05-04 22:12:25 -05003138 cifs_dbg(FYI, "Session needs reconnect\n");
Jeff Layton36988c72010-04-24 07:57:43 -04003139 rc = cifs_setup_session(xid, ses,
3140 volume_info->local_nls);
3141 if (rc) {
3142 mutex_unlock(&ses->session_mutex);
3143 /* problem -- put our reference */
3144 cifs_put_smb_ses(ses);
Pavel Shilovsky6d5786a2012-06-20 11:21:16 +04003145 free_xid(xid);
Jeff Layton36988c72010-04-24 07:57:43 -04003146 return ERR_PTR(rc);
3147 }
3148 }
3149 mutex_unlock(&ses->session_mutex);
Jeff Layton460cf342010-09-14 11:38:24 -04003150
3151 /* existing SMB ses has a server reference already */
Pavel Shilovsky53e0e112016-11-04 11:50:31 -07003152 cifs_put_tcp_session(server, 0);
Pavel Shilovsky6d5786a2012-06-20 11:21:16 +04003153 free_xid(xid);
Jeff Layton36988c72010-04-24 07:57:43 -04003154 return ses;
3155 }
3156
Joe Perchesf96637b2013-05-04 22:12:25 -05003157 cifs_dbg(FYI, "Existing smb sess not found\n");
Jeff Layton36988c72010-04-24 07:57:43 -04003158 ses = sesInfoAlloc();
3159 if (ses == NULL)
3160 goto get_ses_fail;
3161
3162 /* new SMB session uses our server ref */
3163 ses->server = server;
Pavel Shilovskya9f1b852010-12-13 19:08:35 +03003164 if (server->dstaddr.ss_family == AF_INET6)
3165 sprintf(ses->serverName, "%pI6", &addr6->sin6_addr);
Jeff Layton36988c72010-04-24 07:57:43 -04003166 else
Pavel Shilovskya9f1b852010-12-13 19:08:35 +03003167 sprintf(ses->serverName, "%pI4", &addr->sin_addr);
Jeff Layton36988c72010-04-24 07:57:43 -04003168
Steve French8727c8a2011-02-25 01:11:56 -06003169 if (volume_info->username) {
3170 ses->user_name = kstrdup(volume_info->username, GFP_KERNEL);
3171 if (!ses->user_name)
3172 goto get_ses_fail;
3173 }
Jeff Layton36988c72010-04-24 07:57:43 -04003174
3175 /* volume_info->password freed at unmount */
3176 if (volume_info->password) {
3177 ses->password = kstrdup(volume_info->password, GFP_KERNEL);
3178 if (!ses->password)
3179 goto get_ses_fail;
3180 }
3181 if (volume_info->domainname) {
Shirish Pargaonkard3686d52010-10-28 09:53:07 -05003182 ses->domainName = kstrdup(volume_info->domainname, GFP_KERNEL);
3183 if (!ses->domainName)
3184 goto get_ses_fail;
Jeff Layton36988c72010-04-24 07:57:43 -04003185 }
Germano Percossi39566442016-12-15 12:31:18 +05303186 if (volume_info->domainauto)
3187 ses->domainAuto = volume_info->domainauto;
Jeff Layton3e4b3e12010-07-19 18:00:17 -04003188 ses->cred_uid = volume_info->cred_uid;
Jeff Layton36988c72010-04-24 07:57:43 -04003189 ses->linux_uid = volume_info->linux_uid;
Steve Frenchd9b94202011-04-12 01:24:57 +00003190
Jeff Layton28e11bd2013-05-26 07:01:00 -04003191 ses->sectype = volume_info->sectype;
3192 ses->sign = volume_info->sign;
Jeff Layton36988c72010-04-24 07:57:43 -04003193
3194 mutex_lock(&ses->session_mutex);
Jeff Layton198b5682010-04-24 07:57:48 -04003195 rc = cifs_negotiate_protocol(xid, ses);
3196 if (!rc)
3197 rc = cifs_setup_session(xid, ses, volume_info->local_nls);
Jeff Layton36988c72010-04-24 07:57:43 -04003198 mutex_unlock(&ses->session_mutex);
Steve Frenchc8e56f12010-09-08 21:10:58 +00003199 if (rc)
Jeff Layton36988c72010-04-24 07:57:43 -04003200 goto get_ses_fail;
3201
3202 /* success, put it on the list */
Suresh Jayaraman3f9bcca2010-10-18 23:29:37 +05303203 spin_lock(&cifs_tcp_ses_lock);
Jeff Layton36988c72010-04-24 07:57:43 -04003204 list_add(&ses->smb_ses_list, &server->smb_ses_list);
Suresh Jayaraman3f9bcca2010-10-18 23:29:37 +05303205 spin_unlock(&cifs_tcp_ses_lock);
Jeff Layton36988c72010-04-24 07:57:43 -04003206
Pavel Shilovsky6d5786a2012-06-20 11:21:16 +04003207 free_xid(xid);
Aurelien Aptelb327a712018-01-24 13:46:10 +01003208
3209 cifs_setup_ipc(ses, volume_info);
3210
Jeff Layton36988c72010-04-24 07:57:43 -04003211 return ses;
3212
3213get_ses_fail:
3214 sesInfoFree(ses);
Pavel Shilovsky6d5786a2012-06-20 11:21:16 +04003215 free_xid(xid);
Jeff Layton36988c72010-04-24 07:57:43 -04003216 return ERR_PTR(rc);
3217}
3218
Pavel Shilovskyae6f8dd2016-11-17 13:59:23 -08003219static int match_tcon(struct cifs_tcon *tcon, struct smb_vol *volume_info)
Pavel Shilovsky37bb04e2011-05-05 09:55:11 +00003220{
3221 if (tcon->tidStatus == CifsExiting)
3222 return 0;
Pavel Shilovskyae6f8dd2016-11-17 13:59:23 -08003223 if (strncmp(tcon->treeName, volume_info->UNC, MAX_TREE_SIZE))
Pavel Shilovsky37bb04e2011-05-05 09:55:11 +00003224 return 0;
Pavel Shilovskyae6f8dd2016-11-17 13:59:23 -08003225 if (tcon->seal != volume_info->seal)
3226 return 0;
Pavel Shilovskyae6f8dd2016-11-17 13:59:23 -08003227 if (tcon->snapshot_time != volume_info->snapshot_time)
3228 return 0;
Steve Frenchca567eb2019-03-29 16:31:07 -05003229 if (tcon->handle_timeout != volume_info->handle_timeout)
3230 return 0;
Pavel Shilovsky37bb04e2011-05-05 09:55:11 +00003231 return 1;
3232}
3233
Steve French96daf2b2011-05-27 04:34:02 +00003234static struct cifs_tcon *
Steve French8b217fe2016-11-11 22:36:20 -06003235cifs_find_tcon(struct cifs_ses *ses, struct smb_vol *volume_info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003236{
3237 struct list_head *tmp;
Steve French96daf2b2011-05-27 04:34:02 +00003238 struct cifs_tcon *tcon;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003239
Suresh Jayaraman3f9bcca2010-10-18 23:29:37 +05303240 spin_lock(&cifs_tcp_ses_lock);
Jeff Laytonf1987b42008-11-15 11:12:47 -05003241 list_for_each(tmp, &ses->tcon_list) {
Steve French96daf2b2011-05-27 04:34:02 +00003242 tcon = list_entry(tmp, struct cifs_tcon, tcon_list);
Pavel Shilovskyae6f8dd2016-11-17 13:59:23 -08003243 if (!match_tcon(tcon, volume_info))
Jeff Laytonf1987b42008-11-15 11:12:47 -05003244 continue;
Jeff Laytonf1987b42008-11-15 11:12:47 -05003245 ++tcon->tc_count;
Suresh Jayaraman3f9bcca2010-10-18 23:29:37 +05303246 spin_unlock(&cifs_tcp_ses_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003247 return tcon;
3248 }
Suresh Jayaraman3f9bcca2010-10-18 23:29:37 +05303249 spin_unlock(&cifs_tcp_ses_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003250 return NULL;
3251}
3252
Pavel Shilovsky53e0e112016-11-04 11:50:31 -07003253void
Steve French96daf2b2011-05-27 04:34:02 +00003254cifs_put_tcon(struct cifs_tcon *tcon)
Jeff Laytonf1987b42008-11-15 11:12:47 -05003255{
Pavel Shilovsky2e6e02a2012-05-25 11:11:39 +04003256 unsigned int xid;
Aurelien Aptelb327a712018-01-24 13:46:10 +01003257 struct cifs_ses *ses;
Jeff Laytonf1987b42008-11-15 11:12:47 -05003258
Aurelien Aptelb327a712018-01-24 13:46:10 +01003259 /*
3260 * IPC tcon share the lifetime of their session and are
3261 * destroyed in the session put function
3262 */
3263 if (tcon == NULL || tcon->ipc)
3264 return;
3265
3266 ses = tcon->ses;
Joe Perchesf96637b2013-05-04 22:12:25 -05003267 cifs_dbg(FYI, "%s: tc_count=%d\n", __func__, tcon->tc_count);
Suresh Jayaraman3f9bcca2010-10-18 23:29:37 +05303268 spin_lock(&cifs_tcp_ses_lock);
Jeff Laytonf1987b42008-11-15 11:12:47 -05003269 if (--tcon->tc_count > 0) {
Suresh Jayaraman3f9bcca2010-10-18 23:29:37 +05303270 spin_unlock(&cifs_tcp_ses_lock);
Jeff Laytonf1987b42008-11-15 11:12:47 -05003271 return;
3272 }
3273
3274 list_del_init(&tcon->tcon_list);
Suresh Jayaraman3f9bcca2010-10-18 23:29:37 +05303275 spin_unlock(&cifs_tcp_ses_lock);
Jeff Laytonf1987b42008-11-15 11:12:47 -05003276
Pavel Shilovsky6d5786a2012-06-20 11:21:16 +04003277 xid = get_xid();
Pavel Shilovsky2e6e02a2012-05-25 11:11:39 +04003278 if (ses->server->ops->tree_disconnect)
3279 ses->server->ops->tree_disconnect(xid, tcon);
Pavel Shilovsky6d5786a2012-06-20 11:21:16 +04003280 _free_xid(xid);
Jeff Laytonf1987b42008-11-15 11:12:47 -05003281
Suresh Jayaramand03382c2010-07-05 18:12:27 +05303282 cifs_fscache_release_super_cookie(tcon);
Steve French9f841592010-07-23 20:37:53 +00003283 tconInfoFree(tcon);
Jeff Laytonf1987b42008-11-15 11:12:47 -05003284 cifs_put_smb_ses(ses);
3285}
3286
Aurelien Aptel4a1360d2018-01-25 18:47:52 +01003287/**
3288 * cifs_get_tcon - get a tcon matching @volume_info data from @ses
3289 *
3290 * - tcon refcount is the number of mount points using the tcon.
3291 * - ses refcount is the number of tcon using the session.
3292 *
3293 * 1. This function assumes it is being called from cifs_mount() where
3294 * we already got a session reference (ses refcount +1).
3295 *
3296 * 2. Since we're in the context of adding a mount point, the end
3297 * result should be either:
3298 *
3299 * a) a new tcon already allocated with refcount=1 (1 mount point) and
3300 * its session refcount incremented (1 new tcon). This +1 was
3301 * already done in (1).
3302 *
3303 * b) an existing tcon with refcount+1 (add a mount point to it) and
3304 * identical ses refcount (no new tcon). Because of (1) we need to
3305 * decrement the ses refcount.
3306 */
Steve French96daf2b2011-05-27 04:34:02 +00003307static struct cifs_tcon *
3308cifs_get_tcon(struct cifs_ses *ses, struct smb_vol *volume_info)
Jeff Laytond00c28d2010-04-24 07:57:44 -04003309{
3310 int rc, xid;
Steve French96daf2b2011-05-27 04:34:02 +00003311 struct cifs_tcon *tcon;
Jeff Laytond00c28d2010-04-24 07:57:44 -04003312
Steve French8b217fe2016-11-11 22:36:20 -06003313 tcon = cifs_find_tcon(ses, volume_info);
Jeff Laytond00c28d2010-04-24 07:57:44 -04003314 if (tcon) {
Aurelien Aptel4a1360d2018-01-25 18:47:52 +01003315 /*
3316 * tcon has refcount already incremented but we need to
3317 * decrement extra ses reference gotten by caller (case b)
3318 */
Joe Perchesf96637b2013-05-04 22:12:25 -05003319 cifs_dbg(FYI, "Found match on UNC path\n");
Jeff Laytond00c28d2010-04-24 07:57:44 -04003320 cifs_put_smb_ses(ses);
Jeff Laytond00c28d2010-04-24 07:57:44 -04003321 return tcon;
3322 }
3323
Pavel Shilovsky2e6e02a2012-05-25 11:11:39 +04003324 if (!ses->server->ops->tree_connect) {
3325 rc = -ENOSYS;
3326 goto out_fail;
3327 }
3328
Jeff Laytond00c28d2010-04-24 07:57:44 -04003329 tcon = tconInfoAlloc();
3330 if (tcon == NULL) {
3331 rc = -ENOMEM;
3332 goto out_fail;
3333 }
3334
Steve French8b217fe2016-11-11 22:36:20 -06003335 if (volume_info->snapshot_time) {
Steve French8b217fe2016-11-11 22:36:20 -06003336 if (ses->server->vals->protocol_id == 0) {
3337 cifs_dbg(VFS,
3338 "Use SMB2 or later for snapshot mount option\n");
3339 rc = -EOPNOTSUPP;
3340 goto out_fail;
3341 } else
3342 tcon->snapshot_time = volume_info->snapshot_time;
Steve French8b217fe2016-11-11 22:36:20 -06003343 }
3344
Steve Frenchca567eb2019-03-29 16:31:07 -05003345 if (volume_info->handle_timeout) {
3346 if (ses->server->vals->protocol_id == 0) {
3347 cifs_dbg(VFS,
3348 "Use SMB2.1 or later for handle timeout option\n");
3349 rc = -EOPNOTSUPP;
3350 goto out_fail;
3351 } else
3352 tcon->handle_timeout = volume_info->handle_timeout;
3353 }
3354
Jeff Laytond00c28d2010-04-24 07:57:44 -04003355 tcon->ses = ses;
3356 if (volume_info->password) {
3357 tcon->password = kstrdup(volume_info->password, GFP_KERNEL);
3358 if (!tcon->password) {
3359 rc = -ENOMEM;
3360 goto out_fail;
3361 }
3362 }
3363
Steve French23657ad2018-04-22 15:14:58 -05003364 if (volume_info->seal) {
3365 if (ses->server->vals->protocol_id == 0) {
3366 cifs_dbg(VFS,
3367 "SMB3 or later required for encryption\n");
3368 rc = -EOPNOTSUPP;
3369 goto out_fail;
3370 } else if (tcon->ses->server->capabilities &
3371 SMB2_GLOBAL_CAP_ENCRYPTION)
3372 tcon->seal = true;
3373 else {
3374 cifs_dbg(VFS, "Encryption is not supported on share\n");
3375 rc = -EOPNOTSUPP;
3376 goto out_fail;
3377 }
3378 }
3379
Steve French8505c8b2018-06-18 14:01:59 -05003380 if (volume_info->linux_ext) {
3381 if (ses->server->posix_ext_supported) {
Steve Frenchb3266142018-05-20 23:41:10 -05003382 tcon->posix_extensions = true;
Steve French2fbb5642018-06-12 12:11:31 -05003383 printk_once(KERN_WARNING
3384 "SMB3.11 POSIX Extensions are experimental\n");
Steve French8505c8b2018-06-18 14:01:59 -05003385 } else {
3386 cifs_dbg(VFS, "Server does not support mounting with posix SMB3.11 extensions.\n");
3387 rc = -EOPNOTSUPP;
3388 goto out_fail;
Steve French2fbb5642018-06-12 12:11:31 -05003389 }
Steve Frenchb3266142018-05-20 23:41:10 -05003390 }
Steve Frenchb3266142018-05-20 23:41:10 -05003391
Pavel Shilovsky2e6e02a2012-05-25 11:11:39 +04003392 /*
3393 * BB Do we need to wrap session_mutex around this TCon call and Unix
3394 * SetFS as we do on SessSetup and reconnect?
3395 */
Pavel Shilovsky6d5786a2012-06-20 11:21:16 +04003396 xid = get_xid();
Pavel Shilovsky2e6e02a2012-05-25 11:11:39 +04003397 rc = ses->server->ops->tree_connect(xid, ses, volume_info->UNC, tcon,
3398 volume_info->local_nls);
Pavel Shilovsky6d5786a2012-06-20 11:21:16 +04003399 free_xid(xid);
Joe Perchesf96637b2013-05-04 22:12:25 -05003400 cifs_dbg(FYI, "Tcon rc = %d\n", rc);
Jeff Laytond00c28d2010-04-24 07:57:44 -04003401 if (rc)
3402 goto out_fail;
3403
Steve Frenchb618f002015-11-03 09:15:03 -06003404 tcon->use_persistent = false;
3405 /* check if SMB2 or later, CIFS does not support persistent handles */
3406 if (volume_info->persistent) {
3407 if (ses->server->vals->protocol_id == 0) {
3408 cifs_dbg(VFS,
3409 "SMB3 or later required for persistent handles\n");
3410 rc = -EOPNOTSUPP;
3411 goto out_fail;
3412 } else if (ses->server->capabilities &
3413 SMB2_GLOBAL_CAP_PERSISTENT_HANDLES)
3414 tcon->use_persistent = true;
3415 else /* persistent handles requested but not supported */ {
3416 cifs_dbg(VFS,
3417 "Persistent handles not supported on share\n");
3418 rc = -EOPNOTSUPP;
3419 goto out_fail;
3420 }
3421 } else if ((tcon->capabilities & SMB2_SHARE_CAP_CONTINUOUS_AVAILABILITY)
3422 && (ses->server->capabilities & SMB2_GLOBAL_CAP_PERSISTENT_HANDLES)
3423 && (volume_info->nopersistent == false)) {
3424 cifs_dbg(FYI, "enabling persistent handles\n");
3425 tcon->use_persistent = true;
Steve French592fafe2015-11-03 10:08:53 -06003426 } else if (volume_info->resilient) {
3427 if (ses->server->vals->protocol_id == 0) {
3428 cifs_dbg(VFS,
3429 "SMB2.1 or later required for resilient handles\n");
3430 rc = -EOPNOTSUPP;
3431 goto out_fail;
3432 }
3433 tcon->use_resilient = true;
Steve Frenchb618f002015-11-03 09:15:03 -06003434 }
3435
Pavel Shilovsky2e6e02a2012-05-25 11:11:39 +04003436 /*
3437 * We can have only one retry value for a connection to a share so for
3438 * resources mounted more than once to the same server share the last
3439 * value passed in for the retry flag is used.
3440 */
Jeff Laytond00c28d2010-04-24 07:57:44 -04003441 tcon->retry = volume_info->retry;
3442 tcon->nocase = volume_info->nocase;
Steve French3d4ef9a2018-04-25 22:19:09 -05003443 tcon->nohandlecache = volume_info->nohandlecache;
Jeff Laytond00c28d2010-04-24 07:57:44 -04003444 tcon->local_lease = volume_info->local_lease;
Pavel Shilovsky233839b2012-09-19 06:22:45 -07003445 INIT_LIST_HEAD(&tcon->pending_opens);
Jeff Laytond00c28d2010-04-24 07:57:44 -04003446
Suresh Jayaraman3f9bcca2010-10-18 23:29:37 +05303447 spin_lock(&cifs_tcp_ses_lock);
Jeff Laytond00c28d2010-04-24 07:57:44 -04003448 list_add(&tcon->tcon_list, &ses->tcon_list);
Suresh Jayaraman3f9bcca2010-10-18 23:29:37 +05303449 spin_unlock(&cifs_tcp_ses_lock);
Jeff Laytond00c28d2010-04-24 07:57:44 -04003450
Suresh Jayaramand03382c2010-07-05 18:12:27 +05303451 cifs_fscache_get_super_cookie(tcon);
3452
Jeff Laytond00c28d2010-04-24 07:57:44 -04003453 return tcon;
3454
3455out_fail:
3456 tconInfoFree(tcon);
3457 return ERR_PTR(rc);
3458}
3459
Jeff Layton9d002df2010-10-06 19:51:11 -04003460void
3461cifs_put_tlink(struct tcon_link *tlink)
3462{
3463 if (!tlink || IS_ERR(tlink))
3464 return;
3465
3466 if (!atomic_dec_and_test(&tlink->tl_count) ||
3467 test_bit(TCON_LINK_IN_TREE, &tlink->tl_flags)) {
3468 tlink->tl_time = jiffies;
3469 return;
3470 }
3471
3472 if (!IS_ERR(tlink_tcon(tlink)))
3473 cifs_put_tcon(tlink_tcon(tlink));
3474 kfree(tlink);
3475 return;
3476}
Jeff Laytond00c28d2010-04-24 07:57:44 -04003477
Pavel Shilovsky25c7f412011-05-26 23:35:47 +04003478static int
3479compare_mount_options(struct super_block *sb, struct cifs_mnt_data *mnt_data)
3480{
3481 struct cifs_sb_info *old = CIFS_SB(sb);
3482 struct cifs_sb_info *new = mnt_data->cifs_sb;
Paulo Alcantara (SUSE)29fbeb72019-06-18 16:16:02 -03003483 unsigned int oldflags = old->mnt_cifs_flags & CIFS_MOUNT_MASK;
3484 unsigned int newflags = new->mnt_cifs_flags & CIFS_MOUNT_MASK;
Pavel Shilovsky25c7f412011-05-26 23:35:47 +04003485
3486 if ((sb->s_flags & CIFS_MS_MASK) != (mnt_data->flags & CIFS_MS_MASK))
3487 return 0;
3488
Paulo Alcantara (SUSE)29fbeb72019-06-18 16:16:02 -03003489 if (old->mnt_cifs_serverino_autodisabled)
3490 newflags &= ~CIFS_MOUNT_SERVER_INUM;
3491
3492 if (oldflags != newflags)
Pavel Shilovsky25c7f412011-05-26 23:35:47 +04003493 return 0;
3494
Pavel Shilovsky25c7f412011-05-26 23:35:47 +04003495 /*
Jeff Layton5eba8ab2011-10-19 15:30:26 -04003496 * We want to share sb only if we don't specify an r/wsize or
3497 * specified r/wsize is greater than or equal to existing one.
Pavel Shilovsky25c7f412011-05-26 23:35:47 +04003498 */
3499 if (new->wsize && new->wsize < old->wsize)
3500 return 0;
3501
Jeff Layton5eba8ab2011-10-19 15:30:26 -04003502 if (new->rsize && new->rsize < old->rsize)
3503 return 0;
3504
Eric W. Biederman1f682332013-02-06 01:20:20 -08003505 if (!uid_eq(old->mnt_uid, new->mnt_uid) || !gid_eq(old->mnt_gid, new->mnt_gid))
Pavel Shilovsky25c7f412011-05-26 23:35:47 +04003506 return 0;
3507
3508 if (old->mnt_file_mode != new->mnt_file_mode ||
3509 old->mnt_dir_mode != new->mnt_dir_mode)
3510 return 0;
3511
3512 if (strcmp(old->local_nls->charset, new->local_nls->charset))
3513 return 0;
3514
3515 if (old->actimeo != new->actimeo)
3516 return 0;
3517
3518 return 1;
3519}
3520
Sachin Prabhuc1d8b242016-07-29 22:38:20 +01003521static int
3522match_prepath(struct super_block *sb, struct cifs_mnt_data *mnt_data)
3523{
3524 struct cifs_sb_info *old = CIFS_SB(sb);
3525 struct cifs_sb_info *new = mnt_data->cifs_sb;
Sachin Prabhucd8c4292017-04-26 14:05:46 +01003526 bool old_set = old->mnt_cifs_flags & CIFS_MOUNT_USE_PREFIX_PATH;
3527 bool new_set = new->mnt_cifs_flags & CIFS_MOUNT_USE_PREFIX_PATH;
Sachin Prabhuc1d8b242016-07-29 22:38:20 +01003528
Sachin Prabhucd8c4292017-04-26 14:05:46 +01003529 if (old_set && new_set && !strcmp(new->prepath, old->prepath))
Sachin Prabhuc1d8b242016-07-29 22:38:20 +01003530 return 1;
Sachin Prabhucd8c4292017-04-26 14:05:46 +01003531 else if (!old_set && !new_set)
3532 return 1;
3533
Sachin Prabhuc1d8b242016-07-29 22:38:20 +01003534 return 0;
3535}
3536
Pavel Shilovsky25c7f412011-05-26 23:35:47 +04003537int
3538cifs_match_super(struct super_block *sb, void *data)
3539{
3540 struct cifs_mnt_data *mnt_data = (struct cifs_mnt_data *)data;
3541 struct smb_vol *volume_info;
3542 struct cifs_sb_info *cifs_sb;
3543 struct TCP_Server_Info *tcp_srv;
Steve French96daf2b2011-05-27 04:34:02 +00003544 struct cifs_ses *ses;
3545 struct cifs_tcon *tcon;
Pavel Shilovsky25c7f412011-05-26 23:35:47 +04003546 struct tcon_link *tlink;
Pavel Shilovsky25c7f412011-05-26 23:35:47 +04003547 int rc = 0;
3548
Pavel Shilovsky25c7f412011-05-26 23:35:47 +04003549 spin_lock(&cifs_tcp_ses_lock);
3550 cifs_sb = CIFS_SB(sb);
3551 tlink = cifs_get_tlink(cifs_sb_master_tlink(cifs_sb));
3552 if (IS_ERR(tlink)) {
3553 spin_unlock(&cifs_tcp_ses_lock);
3554 return rc;
3555 }
3556 tcon = tlink_tcon(tlink);
3557 ses = tcon->ses;
3558 tcp_srv = ses->server;
3559
3560 volume_info = mnt_data->vol;
3561
Jeff Layton9fa114f2012-11-26 11:09:57 -05003562 if (!match_server(tcp_srv, volume_info) ||
Pavel Shilovsky25c7f412011-05-26 23:35:47 +04003563 !match_session(ses, volume_info) ||
Pavel Shilovskyae6f8dd2016-11-17 13:59:23 -08003564 !match_tcon(tcon, volume_info) ||
Sachin Prabhuc1d8b242016-07-29 22:38:20 +01003565 !match_prepath(sb, mnt_data)) {
Pavel Shilovsky25c7f412011-05-26 23:35:47 +04003566 rc = 0;
3567 goto out;
3568 }
3569
3570 rc = compare_mount_options(sb, mnt_data);
3571out:
Pavel Shilovsky25c7f412011-05-26 23:35:47 +04003572 spin_unlock(&cifs_tcp_ses_lock);
Jeff Laytonf484b5d02011-07-11 10:16:34 -04003573 cifs_put_tlink(tlink);
Pavel Shilovsky25c7f412011-05-26 23:35:47 +04003574 return rc;
3575}
3576
Jeff Layton09e50d52008-07-23 10:11:19 -04003577#ifdef CONFIG_DEBUG_LOCK_ALLOC
3578static struct lock_class_key cifs_key[2];
3579static struct lock_class_key cifs_slock_key[2];
3580
3581static inline void
3582cifs_reclassify_socket4(struct socket *sock)
3583{
3584 struct sock *sk = sock->sk;
Hannes Frederic Sowafafc4e12016-04-08 15:11:27 +02003585 BUG_ON(!sock_allow_reclassification(sk));
Jeff Layton09e50d52008-07-23 10:11:19 -04003586 sock_lock_init_class_and_name(sk, "slock-AF_INET-CIFS",
3587 &cifs_slock_key[0], "sk_lock-AF_INET-CIFS", &cifs_key[0]);
3588}
3589
3590static inline void
3591cifs_reclassify_socket6(struct socket *sock)
3592{
3593 struct sock *sk = sock->sk;
Hannes Frederic Sowafafc4e12016-04-08 15:11:27 +02003594 BUG_ON(!sock_allow_reclassification(sk));
Jeff Layton09e50d52008-07-23 10:11:19 -04003595 sock_lock_init_class_and_name(sk, "slock-AF_INET6-CIFS",
3596 &cifs_slock_key[1], "sk_lock-AF_INET6-CIFS", &cifs_key[1]);
3597}
3598#else
3599static inline void
3600cifs_reclassify_socket4(struct socket *sock)
3601{
3602}
3603
3604static inline void
3605cifs_reclassify_socket6(struct socket *sock)
3606{
3607}
3608#endif
3609
Linus Torvalds1da177e2005-04-16 15:20:36 -07003610/* See RFC1001 section 14 on representation of Netbios names */
Steve French50c2f752007-07-13 00:33:32 +00003611static void rfc1002mangle(char *target, char *source, unsigned int length)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003612{
Steve French50c2f752007-07-13 00:33:32 +00003613 unsigned int i, j;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003614
Steve French50c2f752007-07-13 00:33:32 +00003615 for (i = 0, j = 0; i < (length); i++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003616 /* mask a nibble at a time and encode */
3617 target[j] = 'A' + (0x0F & (source[i] >> 4));
3618 target[j+1] = 'A' + (0x0F & source[i]);
Steve French50c2f752007-07-13 00:33:32 +00003619 j += 2;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003620 }
3621
3622}
3623
Ben Greear3eb9a882010-09-01 17:06:02 -07003624static int
3625bind_socket(struct TCP_Server_Info *server)
3626{
3627 int rc = 0;
3628 if (server->srcaddr.ss_family != AF_UNSPEC) {
3629 /* Bind to the specified local IP address */
3630 struct socket *socket = server->ssocket;
3631 rc = socket->ops->bind(socket,
3632 (struct sockaddr *) &server->srcaddr,
3633 sizeof(server->srcaddr));
3634 if (rc < 0) {
3635 struct sockaddr_in *saddr4;
3636 struct sockaddr_in6 *saddr6;
3637 saddr4 = (struct sockaddr_in *)&server->srcaddr;
3638 saddr6 = (struct sockaddr_in6 *)&server->srcaddr;
3639 if (saddr6->sin6_family == AF_INET6)
Joe Perchesf96637b2013-05-04 22:12:25 -05003640 cifs_dbg(VFS, "Failed to bind to: %pI6c, error: %d\n",
3641 &saddr6->sin6_addr, rc);
Ben Greear3eb9a882010-09-01 17:06:02 -07003642 else
Joe Perchesf96637b2013-05-04 22:12:25 -05003643 cifs_dbg(VFS, "Failed to bind to: %pI4, error: %d\n",
3644 &saddr4->sin_addr.s_addr, rc);
Ben Greear3eb9a882010-09-01 17:06:02 -07003645 }
3646 }
3647 return rc;
3648}
Linus Torvalds1da177e2005-04-16 15:20:36 -07003649
3650static int
Pavel Shilovskya9f1b852010-12-13 19:08:35 +03003651ip_rfc1001_connect(struct TCP_Server_Info *server)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003652{
3653 int rc = 0;
Pavel Shilovskya9f1b852010-12-13 19:08:35 +03003654 /*
3655 * some servers require RFC1001 sessinit before sending
3656 * negprot - BB check reconnection in case where second
3657 * sessinit is sent but no second negprot
3658 */
3659 struct rfc1002_session_packet *ses_init_buf;
3660 struct smb_hdr *smb_buf;
3661 ses_init_buf = kzalloc(sizeof(struct rfc1002_session_packet),
3662 GFP_KERNEL);
3663 if (ses_init_buf) {
3664 ses_init_buf->trailer.session_req.called_len = 32;
3665
Colin Ian King997152f2016-01-25 16:25:54 +00003666 if (server->server_RFC1001_name[0] != 0)
Pavel Shilovskya9f1b852010-12-13 19:08:35 +03003667 rfc1002mangle(ses_init_buf->trailer.
3668 session_req.called_name,
3669 server->server_RFC1001_name,
3670 RFC1001_NAME_LEN_WITH_NULL);
3671 else
3672 rfc1002mangle(ses_init_buf->trailer.
3673 session_req.called_name,
3674 DEFAULT_CIFS_CALLED_NAME,
3675 RFC1001_NAME_LEN_WITH_NULL);
3676
3677 ses_init_buf->trailer.session_req.calling_len = 32;
3678
3679 /*
3680 * calling name ends in null (byte 16) from old smb
3681 * convention.
3682 */
Steve Frenchc85c35f2015-03-27 01:15:02 -05003683 if (server->workstation_RFC1001_name[0] != 0)
Pavel Shilovskya9f1b852010-12-13 19:08:35 +03003684 rfc1002mangle(ses_init_buf->trailer.
3685 session_req.calling_name,
3686 server->workstation_RFC1001_name,
3687 RFC1001_NAME_LEN_WITH_NULL);
3688 else
3689 rfc1002mangle(ses_init_buf->trailer.
3690 session_req.calling_name,
3691 "LINUX_CIFS_CLNT",
3692 RFC1001_NAME_LEN_WITH_NULL);
3693
3694 ses_init_buf->trailer.session_req.scope1 = 0;
3695 ses_init_buf->trailer.session_req.scope2 = 0;
3696 smb_buf = (struct smb_hdr *)ses_init_buf;
3697
3698 /* sizeof RFC1002_SESSION_REQUEST with no scope */
Steve Frenchbe8e3b02011-04-29 05:40:20 +00003699 smb_buf->smb_buf_length = cpu_to_be32(0x81000044);
Pavel Shilovskya9f1b852010-12-13 19:08:35 +03003700 rc = smb_send(server, smb_buf, 0x44);
3701 kfree(ses_init_buf);
3702 /*
3703 * RFC1001 layer in at least one server
3704 * requires very short break before negprot
3705 * presumably because not expecting negprot
3706 * to follow so fast. This is a simple
3707 * solution that works without
3708 * complicating the code and causes no
3709 * significant slowing down on mount
3710 * for everyone else
3711 */
3712 usleep_range(1000, 2000);
3713 }
3714 /*
3715 * else the negprot may still work without this
3716 * even though malloc failed
3717 */
3718
3719 return rc;
3720}
3721
3722static int
3723generic_ip_connect(struct TCP_Server_Info *server)
3724{
3725 int rc = 0;
Steve French6da97912011-03-13 18:55:55 +00003726 __be16 sport;
Pavel Shilovskya9f1b852010-12-13 19:08:35 +03003727 int slen, sfamily;
Jeff Laytonbcf4b102008-12-01 18:42:15 -05003728 struct socket *socket = server->ssocket;
Pavel Shilovskya9f1b852010-12-13 19:08:35 +03003729 struct sockaddr *saddr;
3730
3731 saddr = (struct sockaddr *) &server->dstaddr;
3732
3733 if (server->dstaddr.ss_family == AF_INET6) {
3734 sport = ((struct sockaddr_in6 *) saddr)->sin6_port;
3735 slen = sizeof(struct sockaddr_in6);
3736 sfamily = AF_INET6;
3737 } else {
3738 sport = ((struct sockaddr_in *) saddr)->sin_port;
3739 slen = sizeof(struct sockaddr_in);
3740 sfamily = AF_INET;
3741 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003742
Jeff Laytonbcf4b102008-12-01 18:42:15 -05003743 if (socket == NULL) {
Rob Landleyf1d0c992011-01-22 15:44:05 -06003744 rc = __sock_create(cifs_net_ns(server), sfamily, SOCK_STREAM,
3745 IPPROTO_TCP, &socket, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003746 if (rc < 0) {
Joe Perchesf96637b2013-05-04 22:12:25 -05003747 cifs_dbg(VFS, "Error %d creating socket\n", rc);
Pavel Shilovskya9f1b852010-12-13 19:08:35 +03003748 server->ssocket = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003749 return rc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003750 }
Jeff Laytonbcf4b102008-12-01 18:42:15 -05003751
3752 /* BB other socket options to set KEEPALIVE, NODELAY? */
Joe Perchesf96637b2013-05-04 22:12:25 -05003753 cifs_dbg(FYI, "Socket created\n");
Jeff Laytonbcf4b102008-12-01 18:42:15 -05003754 server->ssocket = socket;
3755 socket->sk->sk_allocation = GFP_NOFS;
Pavel Shilovskya9f1b852010-12-13 19:08:35 +03003756 if (sfamily == AF_INET6)
3757 cifs_reclassify_socket6(socket);
3758 else
3759 cifs_reclassify_socket4(socket);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003760 }
3761
Ben Greear3eb9a882010-09-01 17:06:02 -07003762 rc = bind_socket(server);
3763 if (rc < 0)
3764 return rc;
3765
Jeff Laytond5c56052008-12-01 18:42:33 -05003766 /*
3767 * Eventually check for other socket options to change from
3768 * the default. sock_setsockopt not used because it expects
3769 * user space buffer
3770 */
3771 socket->sk->sk_rcvtimeo = 7 * HZ;
Steve Frenchda505c32009-01-19 03:49:35 +00003772 socket->sk->sk_sndtimeo = 5 * HZ;
Steve French6a5fa2362010-01-01 01:28:43 +00003773
Pavel Shilovskya9f1b852010-12-13 19:08:35 +03003774 /* make the bufsizes depend on wsize/rsize and max requests */
3775 if (server->noautotune) {
3776 if (socket->sk->sk_sndbuf < (200 * 1024))
3777 socket->sk->sk_sndbuf = 200 * 1024;
3778 if (socket->sk->sk_rcvbuf < (140 * 1024))
3779 socket->sk->sk_rcvbuf = 140 * 1024;
3780 }
3781
Steve French6a5fa2362010-01-01 01:28:43 +00003782 if (server->tcp_nodelay) {
Pavel Shilovskya9f1b852010-12-13 19:08:35 +03003783 int val = 1;
Steve French6a5fa2362010-01-01 01:28:43 +00003784 rc = kernel_setsockopt(socket, SOL_TCP, TCP_NODELAY,
3785 (char *)&val, sizeof(val));
3786 if (rc)
Joe Perchesf96637b2013-05-04 22:12:25 -05003787 cifs_dbg(FYI, "set TCP_NODELAY socket option error %d\n",
3788 rc);
Steve French6a5fa2362010-01-01 01:28:43 +00003789 }
3790
Joe Perchesf96637b2013-05-04 22:12:25 -05003791 cifs_dbg(FYI, "sndbuf %d rcvbuf %d rcvtimeo 0x%lx\n",
Pavel Shilovskya9f1b852010-12-13 19:08:35 +03003792 socket->sk->sk_sndbuf,
3793 socket->sk->sk_rcvbuf, socket->sk->sk_rcvtimeo);
3794
Jeff Laytonee1b3ea2011-06-21 07:18:26 -04003795 rc = socket->ops->connect(socket, saddr, slen, 0);
3796 if (rc < 0) {
Joe Perchesf96637b2013-05-04 22:12:25 -05003797 cifs_dbg(FYI, "Error %d connecting to server\n", rc);
Jeff Laytonee1b3ea2011-06-21 07:18:26 -04003798 sock_release(socket);
3799 server->ssocket = NULL;
3800 return rc;
3801 }
3802
Pavel Shilovskya9f1b852010-12-13 19:08:35 +03003803 if (sport == htons(RFC1001_PORT))
3804 rc = ip_rfc1001_connect(server);
Steve French50c2f752007-07-13 00:33:32 +00003805
Linus Torvalds1da177e2005-04-16 15:20:36 -07003806 return rc;
3807}
3808
Pavel Shilovskya9f1b852010-12-13 19:08:35 +03003809static int
3810ip_connect(struct TCP_Server_Info *server)
3811{
Steve French6da97912011-03-13 18:55:55 +00003812 __be16 *sport;
Pavel Shilovskya9f1b852010-12-13 19:08:35 +03003813 struct sockaddr_in6 *addr6 = (struct sockaddr_in6 *)&server->dstaddr;
3814 struct sockaddr_in *addr = (struct sockaddr_in *)&server->dstaddr;
3815
3816 if (server->dstaddr.ss_family == AF_INET6)
3817 sport = &addr6->sin6_port;
3818 else
3819 sport = &addr->sin_port;
3820
3821 if (*sport == 0) {
3822 int rc;
3823
3824 /* try with 445 port at first */
3825 *sport = htons(CIFS_PORT);
3826
3827 rc = generic_ip_connect(server);
3828 if (rc >= 0)
3829 return rc;
3830
3831 /* if it failed, try with 139 port */
3832 *sport = htons(RFC1001_PORT);
3833 }
3834
3835 return generic_ip_connect(server);
3836}
3837
Pavel Shilovsky6d5786a2012-06-20 11:21:16 +04003838void reset_cifs_unix_caps(unsigned int xid, struct cifs_tcon *tcon,
Al Viro2c6292a2011-06-17 09:05:48 -04003839 struct cifs_sb_info *cifs_sb, struct smb_vol *vol_info)
Steve French8af18972007-02-14 04:42:51 +00003840{
3841 /* if we are reconnecting then should we check to see if
3842 * any requested capabilities changed locally e.g. via
3843 * remount but we can not do much about it here
3844 * if they have (even if we could detect it by the following)
3845 * Perhaps we could add a backpointer to array of sb from tcon
3846 * or if we change to make all sb to same share the same
3847 * sb as NFS - then we only have one backpointer to sb.
3848 * What if we wanted to mount the server share twice once with
3849 * and once without posixacls or posix paths? */
3850 __u64 saved_cap = le64_to_cpu(tcon->fsUnixInfo.Capability);
Steve French50c2f752007-07-13 00:33:32 +00003851
Steve Frenchc18c8422007-07-18 23:21:09 +00003852 if (vol_info && vol_info->no_linux_ext) {
3853 tcon->fsUnixInfo.Capability = 0;
3854 tcon->unix_ext = 0; /* Unix Extensions disabled */
Joe Perchesf96637b2013-05-04 22:12:25 -05003855 cifs_dbg(FYI, "Linux protocol extensions disabled\n");
Steve Frenchc18c8422007-07-18 23:21:09 +00003856 return;
3857 } else if (vol_info)
3858 tcon->unix_ext = 1; /* Unix Extensions supported */
3859
3860 if (tcon->unix_ext == 0) {
Joe Perchesf96637b2013-05-04 22:12:25 -05003861 cifs_dbg(FYI, "Unix extensions disabled so not set on reconnect\n");
Steve Frenchc18c8422007-07-18 23:21:09 +00003862 return;
3863 }
Steve French50c2f752007-07-13 00:33:32 +00003864
Steve Frenchfb8c4b12007-07-10 01:16:18 +00003865 if (!CIFSSMBQFSUnixInfo(xid, tcon)) {
Steve French8af18972007-02-14 04:42:51 +00003866 __u64 cap = le64_to_cpu(tcon->fsUnixInfo.Capability);
Joe Perchesf96637b2013-05-04 22:12:25 -05003867 cifs_dbg(FYI, "unix caps which server supports %lld\n", cap);
Steve French8af18972007-02-14 04:42:51 +00003868 /* check for reconnect case in which we do not
3869 want to change the mount behavior if we can avoid it */
Steve Frenchfb8c4b12007-07-10 01:16:18 +00003870 if (vol_info == NULL) {
Steve French50c2f752007-07-13 00:33:32 +00003871 /* turn off POSIX ACL and PATHNAMES if not set
Steve French8af18972007-02-14 04:42:51 +00003872 originally at mount time */
3873 if ((saved_cap & CIFS_UNIX_POSIX_ACL_CAP) == 0)
3874 cap &= ~CIFS_UNIX_POSIX_ACL_CAP;
Igor Mammedov11b6d642008-02-15 19:06:04 +00003875 if ((saved_cap & CIFS_UNIX_POSIX_PATHNAMES_CAP) == 0) {
3876 if (cap & CIFS_UNIX_POSIX_PATHNAMES_CAP)
Joe Perchesf96637b2013-05-04 22:12:25 -05003877 cifs_dbg(VFS, "POSIXPATH support change\n");
Steve French8af18972007-02-14 04:42:51 +00003878 cap &= ~CIFS_UNIX_POSIX_PATHNAMES_CAP;
Igor Mammedov11b6d642008-02-15 19:06:04 +00003879 } else if ((cap & CIFS_UNIX_POSIX_PATHNAMES_CAP) == 0) {
Joe Perchesf96637b2013-05-04 22:12:25 -05003880 cifs_dbg(VFS, "possible reconnect error\n");
3881 cifs_dbg(VFS, "server disabled POSIX path support\n");
Igor Mammedov11b6d642008-02-15 19:06:04 +00003882 }
Steve French8af18972007-02-14 04:42:51 +00003883 }
Steve French50c2f752007-07-13 00:33:32 +00003884
Steve French6848b732011-05-26 18:38:54 +00003885 if (cap & CIFS_UNIX_TRANSPORT_ENCRYPTION_MANDATORY_CAP)
Joe Perchesf96637b2013-05-04 22:12:25 -05003886 cifs_dbg(VFS, "per-share encryption not supported yet\n");
Steve French6848b732011-05-26 18:38:54 +00003887
Steve French8af18972007-02-14 04:42:51 +00003888 cap &= CIFS_UNIX_CAP_MASK;
Steve French75865f8c2007-06-24 18:30:48 +00003889 if (vol_info && vol_info->no_psx_acl)
Steve French8af18972007-02-14 04:42:51 +00003890 cap &= ~CIFS_UNIX_POSIX_ACL_CAP;
Steve French75865f8c2007-06-24 18:30:48 +00003891 else if (CIFS_UNIX_POSIX_ACL_CAP & cap) {
Joe Perchesf96637b2013-05-04 22:12:25 -05003892 cifs_dbg(FYI, "negotiated posix acl support\n");
Al Viro2c6292a2011-06-17 09:05:48 -04003893 if (cifs_sb)
3894 cifs_sb->mnt_cifs_flags |=
3895 CIFS_MOUNT_POSIXACL;
Steve French8af18972007-02-14 04:42:51 +00003896 }
3897
Steve French75865f8c2007-06-24 18:30:48 +00003898 if (vol_info && vol_info->posix_paths == 0)
Steve French8af18972007-02-14 04:42:51 +00003899 cap &= ~CIFS_UNIX_POSIX_PATHNAMES_CAP;
Steve French75865f8c2007-06-24 18:30:48 +00003900 else if (cap & CIFS_UNIX_POSIX_PATHNAMES_CAP) {
Joe Perchesf96637b2013-05-04 22:12:25 -05003901 cifs_dbg(FYI, "negotiate posix pathnames\n");
Al Viro2c6292a2011-06-17 09:05:48 -04003902 if (cifs_sb)
3903 cifs_sb->mnt_cifs_flags |=
Steve French8af18972007-02-14 04:42:51 +00003904 CIFS_MOUNT_POSIX_PATHS;
3905 }
Steve French50c2f752007-07-13 00:33:32 +00003906
Joe Perchesf96637b2013-05-04 22:12:25 -05003907 cifs_dbg(FYI, "Negotiate caps 0x%x\n", (int)cap);
Steve French8af18972007-02-14 04:42:51 +00003908#ifdef CONFIG_CIFS_DEBUG2
Steve French75865f8c2007-06-24 18:30:48 +00003909 if (cap & CIFS_UNIX_FCNTL_CAP)
Joe Perchesf96637b2013-05-04 22:12:25 -05003910 cifs_dbg(FYI, "FCNTL cap\n");
Steve French75865f8c2007-06-24 18:30:48 +00003911 if (cap & CIFS_UNIX_EXTATTR_CAP)
Joe Perchesf96637b2013-05-04 22:12:25 -05003912 cifs_dbg(FYI, "EXTATTR cap\n");
Steve French75865f8c2007-06-24 18:30:48 +00003913 if (cap & CIFS_UNIX_POSIX_PATHNAMES_CAP)
Joe Perchesf96637b2013-05-04 22:12:25 -05003914 cifs_dbg(FYI, "POSIX path cap\n");
Steve French75865f8c2007-06-24 18:30:48 +00003915 if (cap & CIFS_UNIX_XATTR_CAP)
Joe Perchesf96637b2013-05-04 22:12:25 -05003916 cifs_dbg(FYI, "XATTR cap\n");
Steve French75865f8c2007-06-24 18:30:48 +00003917 if (cap & CIFS_UNIX_POSIX_ACL_CAP)
Joe Perchesf96637b2013-05-04 22:12:25 -05003918 cifs_dbg(FYI, "POSIX ACL cap\n");
Steve French75865f8c2007-06-24 18:30:48 +00003919 if (cap & CIFS_UNIX_LARGE_READ_CAP)
Joe Perchesf96637b2013-05-04 22:12:25 -05003920 cifs_dbg(FYI, "very large read cap\n");
Steve French75865f8c2007-06-24 18:30:48 +00003921 if (cap & CIFS_UNIX_LARGE_WRITE_CAP)
Joe Perchesf96637b2013-05-04 22:12:25 -05003922 cifs_dbg(FYI, "very large write cap\n");
Steve French6848b732011-05-26 18:38:54 +00003923 if (cap & CIFS_UNIX_TRANSPORT_ENCRYPTION_CAP)
Joe Perchesf96637b2013-05-04 22:12:25 -05003924 cifs_dbg(FYI, "transport encryption cap\n");
Steve French6848b732011-05-26 18:38:54 +00003925 if (cap & CIFS_UNIX_TRANSPORT_ENCRYPTION_MANDATORY_CAP)
Joe Perchesf96637b2013-05-04 22:12:25 -05003926 cifs_dbg(FYI, "mandatory transport encryption cap\n");
Steve French8af18972007-02-14 04:42:51 +00003927#endif /* CIFS_DEBUG2 */
3928 if (CIFSSMBSetFSUnixInfo(xid, tcon, cap)) {
Steve French442aa312007-09-24 20:25:46 +00003929 if (vol_info == NULL) {
Joe Perchesf96637b2013-05-04 22:12:25 -05003930 cifs_dbg(FYI, "resetting capabilities failed\n");
Steve French442aa312007-09-24 20:25:46 +00003931 } else
Joe Perchesf96637b2013-05-04 22:12:25 -05003932 cifs_dbg(VFS, "Negotiating Unix capabilities with the server failed. Consider mounting with the Unix Extensions disabled if problems are found by specifying the nounix mount option.\n");
Steve French5a44b312007-09-20 15:16:24 +00003933
Steve French8af18972007-02-14 04:42:51 +00003934 }
3935 }
3936}
3937
Sachin Prabhu4214ebf2016-07-29 22:38:19 +01003938int cifs_setup_cifs_sb(struct smb_vol *pvolume_info,
Pavel Shilovsky724d9f12011-05-05 09:55:12 +00003939 struct cifs_sb_info *cifs_sb)
Jeff Laytonb1c8d2b2008-10-22 13:57:07 -04003940{
Jeff Layton2de970f2010-10-06 19:51:12 -04003941 INIT_DELAYED_WORK(&cifs_sb->prune_tlinks, cifs_prune_tlinks);
3942
Al Viro2ced6f62011-06-17 09:20:04 -04003943 spin_lock_init(&cifs_sb->tlink_tree_lock);
3944 cifs_sb->tlink_tree = RB_ROOT;
3945
Steve Frenche8506d22019-02-28 21:32:15 -06003946 cifs_sb->bsize = pvolume_info->bsize;
Pavel Shilovsky25c7f412011-05-26 23:35:47 +04003947 /*
Jeff Layton5eba8ab2011-10-19 15:30:26 -04003948 * Temporarily set r/wsize for matching superblock. If we end up using
3949 * new sb then client will later negotiate it downward if needed.
Pavel Shilovsky25c7f412011-05-26 23:35:47 +04003950 */
Jeff Layton5eba8ab2011-10-19 15:30:26 -04003951 cifs_sb->rsize = pvolume_info->rsize;
Pavel Shilovsky25c7f412011-05-26 23:35:47 +04003952 cifs_sb->wsize = pvolume_info->wsize;
3953
Steve French3b795212008-11-13 19:45:32 +00003954 cifs_sb->mnt_uid = pvolume_info->linux_uid;
3955 cifs_sb->mnt_gid = pvolume_info->linux_gid;
3956 cifs_sb->mnt_file_mode = pvolume_info->file_mode;
3957 cifs_sb->mnt_dir_mode = pvolume_info->dir_mode;
Joe Perchesf96637b2013-05-04 22:12:25 -05003958 cifs_dbg(FYI, "file mode: 0x%hx dir mode: 0x%hx\n",
3959 cifs_sb->mnt_file_mode, cifs_sb->mnt_dir_mode);
Steve French3b795212008-11-13 19:45:32 +00003960
Suresh Jayaraman6d20e842010-12-01 14:42:28 +05303961 cifs_sb->actimeo = pvolume_info->actimeo;
Pavel Shilovsky724d9f12011-05-05 09:55:12 +00003962 cifs_sb->local_nls = pvolume_info->local_nls;
Suresh Jayaraman6d20e842010-12-01 14:42:28 +05303963
Aurelien Aptel83930722018-09-20 18:10:25 -07003964 if (pvolume_info->nodfs)
3965 cifs_sb->mnt_cifs_flags |= CIFS_MOUNT_NO_DFS;
Steve French3b795212008-11-13 19:45:32 +00003966 if (pvolume_info->noperm)
3967 cifs_sb->mnt_cifs_flags |= CIFS_MOUNT_NO_PERM;
3968 if (pvolume_info->setuids)
3969 cifs_sb->mnt_cifs_flags |= CIFS_MOUNT_SET_UID;
Steve French95932652016-09-23 01:36:34 -05003970 if (pvolume_info->setuidfromacl)
3971 cifs_sb->mnt_cifs_flags |= CIFS_MOUNT_UID_FROM_ACL;
Steve French3b795212008-11-13 19:45:32 +00003972 if (pvolume_info->server_ino)
3973 cifs_sb->mnt_cifs_flags |= CIFS_MOUNT_SERVER_INUM;
3974 if (pvolume_info->remap)
Steve French2baa2682014-09-27 02:19:01 -05003975 cifs_sb->mnt_cifs_flags |= CIFS_MOUNT_MAP_SFM_CHR;
3976 if (pvolume_info->sfu_remap)
Steve French3b795212008-11-13 19:45:32 +00003977 cifs_sb->mnt_cifs_flags |= CIFS_MOUNT_MAP_SPECIAL_CHR;
3978 if (pvolume_info->no_xattr)
3979 cifs_sb->mnt_cifs_flags |= CIFS_MOUNT_NO_XATTR;
3980 if (pvolume_info->sfu_emul)
3981 cifs_sb->mnt_cifs_flags |= CIFS_MOUNT_UNX_EMUL;
3982 if (pvolume_info->nobrl)
3983 cifs_sb->mnt_cifs_flags |= CIFS_MOUNT_NO_BRL;
Steve French3d4ef9a2018-04-25 22:19:09 -05003984 if (pvolume_info->nohandlecache)
3985 cifs_sb->mnt_cifs_flags |= CIFS_MOUNT_NO_HANDLE_CACHE;
Steve Frenchbe652442009-02-23 15:21:59 +00003986 if (pvolume_info->nostrictsync)
Steve French4717bed2009-02-24 14:44:19 +00003987 cifs_sb->mnt_cifs_flags |= CIFS_MOUNT_NOSSYNC;
Steve French13a6e422008-12-02 17:24:33 +00003988 if (pvolume_info->mand_lock)
3989 cifs_sb->mnt_cifs_flags |= CIFS_MOUNT_NOPOSIXBRL;
Pavel Shilovskyd4ffff12011-05-26 06:02:00 +00003990 if (pvolume_info->rwpidforward)
3991 cifs_sb->mnt_cifs_flags |= CIFS_MOUNT_RWPIDFORWARD;
Steve French412094a2019-06-24 02:01:42 -05003992 if (pvolume_info->mode_ace)
3993 cifs_sb->mnt_cifs_flags |= CIFS_MOUNT_MODE_FROM_SID;
Steve French3b795212008-11-13 19:45:32 +00003994 if (pvolume_info->cifs_acl)
3995 cifs_sb->mnt_cifs_flags |= CIFS_MOUNT_CIFS_ACL;
Sachin Prabhu3c7c87f2012-04-24 15:28:14 +01003996 if (pvolume_info->backupuid_specified) {
Shirish Pargaonkar3d3ea8e2011-09-26 09:56:44 -05003997 cifs_sb->mnt_cifs_flags |= CIFS_MOUNT_CIFS_BACKUPUID;
Sachin Prabhu3c7c87f2012-04-24 15:28:14 +01003998 cifs_sb->mnt_backupuid = pvolume_info->backupuid;
3999 }
4000 if (pvolume_info->backupgid_specified) {
Shirish Pargaonkar3d3ea8e2011-09-26 09:56:44 -05004001 cifs_sb->mnt_cifs_flags |= CIFS_MOUNT_CIFS_BACKUPGID;
Sachin Prabhu3c7c87f2012-04-24 15:28:14 +01004002 cifs_sb->mnt_backupgid = pvolume_info->backupgid;
4003 }
Steve French3b795212008-11-13 19:45:32 +00004004 if (pvolume_info->override_uid)
4005 cifs_sb->mnt_cifs_flags |= CIFS_MOUNT_OVERR_UID;
4006 if (pvolume_info->override_gid)
4007 cifs_sb->mnt_cifs_flags |= CIFS_MOUNT_OVERR_GID;
4008 if (pvolume_info->dynperm)
4009 cifs_sb->mnt_cifs_flags |= CIFS_MOUNT_DYNPERM;
Suresh Jayaramanfa1df752010-07-05 18:13:36 +05304010 if (pvolume_info->fsc)
4011 cifs_sb->mnt_cifs_flags |= CIFS_MOUNT_FSCACHE;
Jeff Layton0eb8a132010-10-06 19:51:12 -04004012 if (pvolume_info->multiuser)
4013 cifs_sb->mnt_cifs_flags |= (CIFS_MOUNT_MULTIUSER |
4014 CIFS_MOUNT_NO_PERM);
Pavel Shilovskyd39454f2011-01-24 14:16:35 -05004015 if (pvolume_info->strict_io)
4016 cifs_sb->mnt_cifs_flags |= CIFS_MOUNT_STRICT_IO;
Steve French3b795212008-11-13 19:45:32 +00004017 if (pvolume_info->direct_io) {
Joe Perchesf96637b2013-05-04 22:12:25 -05004018 cifs_dbg(FYI, "mounting share using direct i/o\n");
Steve French3b795212008-11-13 19:45:32 +00004019 cifs_sb->mnt_cifs_flags |= CIFS_MOUNT_DIRECT_IO;
4020 }
Stefan Metzmacher736a33202010-07-30 14:56:00 +02004021 if (pvolume_info->mfsymlinks) {
4022 if (pvolume_info->sfu_emul) {
Steve Frenchdb8b6312014-09-22 05:13:55 -05004023 /*
4024 * Our SFU ("Services for Unix" emulation does not allow
4025 * creating symlinks but does allow reading existing SFU
4026 * symlinks (it does allow both creating and reading SFU
4027 * style mknod and FIFOs though). When "mfsymlinks" and
4028 * "sfu" are both enabled at the same time, it allows
4029 * reading both types of symlinks, but will only create
4030 * them with mfsymlinks format. This allows better
4031 * Apple compatibility (probably better for Samba too)
4032 * while still recognizing old Windows style symlinks.
4033 */
4034 cifs_dbg(VFS, "mount options mfsymlinks and sfu both enabled\n");
Stefan Metzmacher736a33202010-07-30 14:56:00 +02004035 }
Steve Frenchdb8b6312014-09-22 05:13:55 -05004036 cifs_sb->mnt_cifs_flags |= CIFS_MOUNT_MF_SYMLINKS;
Stefan Metzmacher736a33202010-07-30 14:56:00 +02004037 }
Steve French3b795212008-11-13 19:45:32 +00004038
4039 if ((pvolume_info->cifs_acl) && (pvolume_info->dynperm))
Joe Perchesf96637b2013-05-04 22:12:25 -05004040 cifs_dbg(VFS, "mount option dynperm ignored if cifsacl mount option supported\n");
Sachin Prabhu4214ebf2016-07-29 22:38:19 +01004041
4042 if (pvolume_info->prepath) {
4043 cifs_sb->prepath = kstrdup(pvolume_info->prepath, GFP_KERNEL);
4044 if (cifs_sb->prepath == NULL)
4045 return -ENOMEM;
4046 }
4047
4048 return 0;
Jeff Laytonb1c8d2b2008-10-22 13:57:07 -04004049}
4050
Paulo Alcantara56c762e2018-11-14 13:03:14 -02004051void
4052cifs_cleanup_volume_info_contents(struct smb_vol *volume_info)
Igor Mammedov1bfe73c2009-04-01 17:54:42 +04004053{
Sean Finneyb9468452011-04-11 13:19:32 +00004054 kfree(volume_info->username);
Igor Mammedov1bfe73c2009-04-01 17:54:42 +04004055 kzfree(volume_info->password);
Jesper Juhl95c75452011-08-27 18:58:34 +02004056 kfree(volume_info->UNC);
Sean Finneyb9468452011-04-11 13:19:32 +00004057 kfree(volume_info->domainname);
4058 kfree(volume_info->iocharset);
Igor Mammedov1bfe73c2009-04-01 17:54:42 +04004059 kfree(volume_info->prepath);
Igor Mammedov1bfe73c2009-04-01 17:54:42 +04004060}
4061
Jeff Laytonb9bce2e2011-07-06 08:10:39 -04004062void
4063cifs_cleanup_volume_info(struct smb_vol *volume_info)
4064{
4065 if (!volume_info)
4066 return;
Paulo Alcantara56c762e2018-11-14 13:03:14 -02004067 cifs_cleanup_volume_info_contents(volume_info);
Jeff Laytonb9bce2e2011-07-06 08:10:39 -04004068 kfree(volume_info);
4069}
4070
Paulo Alcantara56c762e2018-11-14 13:03:14 -02004071/* Release all succeed connections */
4072static inline void mount_put_conns(struct cifs_sb_info *cifs_sb,
4073 unsigned int xid,
4074 struct TCP_Server_Info *server,
4075 struct cifs_ses *ses, struct cifs_tcon *tcon)
4076{
4077 int rc = 0;
4078
4079 if (tcon)
4080 cifs_put_tcon(tcon);
4081 else if (ses)
4082 cifs_put_smb_ses(ses);
4083 else if (server)
4084 cifs_put_tcp_session(server, 0);
4085 cifs_sb->mnt_cifs_flags &= ~CIFS_MOUNT_POSIX_PATHS;
4086 free_xid(xid);
4087}
4088
4089/* Get connections for tcp, ses and tcon */
4090static int mount_get_conns(struct smb_vol *vol, struct cifs_sb_info *cifs_sb,
4091 unsigned int *xid,
4092 struct TCP_Server_Info **nserver,
4093 struct cifs_ses **nses, struct cifs_tcon **ntcon)
4094{
4095 int rc = 0;
4096 struct TCP_Server_Info *server;
4097 struct cifs_ses *ses;
4098 struct cifs_tcon *tcon;
4099
4100 *nserver = NULL;
4101 *nses = NULL;
4102 *ntcon = NULL;
4103
4104 *xid = get_xid();
4105
4106 /* get a reference to a tcp session */
4107 server = cifs_get_tcp_session(vol);
4108 if (IS_ERR(server)) {
4109 rc = PTR_ERR(server);
4110 return rc;
4111 }
4112
4113 *nserver = server;
4114
4115 if ((vol->max_credits < 20) || (vol->max_credits > 60000))
4116 server->max_credits = SMB2_MAX_CREDITS_AVAILABLE;
4117 else
4118 server->max_credits = vol->max_credits;
4119
4120 /* get a reference to a SMB session */
4121 ses = cifs_get_smb_ses(server, vol);
4122 if (IS_ERR(ses)) {
4123 rc = PTR_ERR(ses);
4124 return rc;
4125 }
4126
4127 *nses = ses;
4128
4129 if ((vol->persistent == true) && (!(ses->server->capabilities &
4130 SMB2_GLOBAL_CAP_PERSISTENT_HANDLES))) {
4131 cifs_dbg(VFS, "persistent handles not supported by server\n");
4132 return -EOPNOTSUPP;
4133 }
4134
4135 /* search for existing tcon to this server share */
4136 tcon = cifs_get_tcon(ses, vol);
4137 if (IS_ERR(tcon)) {
4138 rc = PTR_ERR(tcon);
4139 return rc;
4140 }
4141
4142 *ntcon = tcon;
4143
4144 /* if new SMB3.11 POSIX extensions are supported do not remap / and \ */
4145 if (tcon->posix_extensions)
4146 cifs_sb->mnt_cifs_flags |= CIFS_MOUNT_POSIX_PATHS;
4147
4148 /* tell server which Unix caps we support */
4149 if (cap_unix(tcon->ses)) {
4150 /*
4151 * reset of caps checks mount to see if unix extensions disabled
4152 * for just this mount.
4153 */
4154 reset_cifs_unix_caps(*xid, tcon, cifs_sb, vol);
4155 if ((tcon->ses->server->tcpStatus == CifsNeedReconnect) &&
4156 (le64_to_cpu(tcon->fsUnixInfo.Capability) &
4157 CIFS_UNIX_TRANSPORT_ENCRYPTION_MANDATORY_CAP))
4158 return -EACCES;
4159 } else
4160 tcon->unix_ext = 0; /* server does not support them */
4161
4162 /* do not care if a following call succeed - informational */
4163 if (!tcon->pipe && server->ops->qfs_tcon)
4164 server->ops->qfs_tcon(*xid, tcon);
4165
4166 cifs_sb->wsize = server->ops->negotiate_wsize(tcon, vol);
4167 cifs_sb->rsize = server->ops->negotiate_rsize(tcon, vol);
4168
4169 return 0;
4170}
4171
4172static int mount_setup_tlink(struct cifs_sb_info *cifs_sb, struct cifs_ses *ses,
4173 struct cifs_tcon *tcon)
4174{
4175 struct tcon_link *tlink;
4176
4177 /* hang the tcon off of the superblock */
4178 tlink = kzalloc(sizeof(*tlink), GFP_KERNEL);
4179 if (tlink == NULL)
4180 return -ENOMEM;
4181
4182 tlink->tl_uid = ses->linux_uid;
4183 tlink->tl_tcon = tcon;
4184 tlink->tl_time = jiffies;
4185 set_bit(TCON_LINK_MASTER, &tlink->tl_flags);
4186 set_bit(TCON_LINK_IN_TREE, &tlink->tl_flags);
4187
4188 cifs_sb->master_tlink = tlink;
4189 spin_lock(&cifs_sb->tlink_tree_lock);
4190 tlink_rb_insert(&cifs_sb->tlink_tree, tlink);
4191 spin_unlock(&cifs_sb->tlink_tree_lock);
4192
4193 queue_delayed_work(cifsiod_wq, &cifs_sb->prune_tlinks,
4194 TLINK_IDLE_EXPIRE);
4195 return 0;
4196}
Jeff Laytonb9bce2e2011-07-06 08:10:39 -04004197
Steve French2d6d5892009-04-09 00:36:44 +00004198#ifdef CONFIG_CIFS_DFS_UPCALL
Steve French6d3ea7e2012-11-28 22:34:41 -06004199/*
4200 * cifs_build_path_to_root returns full path to root when we do not have an
4201 * exiting connection (tcon)
4202 */
Igor Mammedov1bfe73c2009-04-01 17:54:42 +04004203static char *
Jeff Laytonb2a0fa12011-07-06 08:10:36 -04004204build_unc_path_to_root(const struct smb_vol *vol,
Paulo Alcantara4a367dc2018-11-14 16:53:52 -02004205 const struct cifs_sb_info *cifs_sb, bool useppath)
Igor Mammedov1bfe73c2009-04-01 17:54:42 +04004206{
Jeff Laytonb2a0fa12011-07-06 08:10:36 -04004207 char *full_path, *pos;
Paulo Alcantara4a367dc2018-11-14 16:53:52 -02004208 unsigned int pplen = useppath && vol->prepath ?
4209 strlen(vol->prepath) + 1 : 0;
Jeff Laytonb2a0fa12011-07-06 08:10:36 -04004210 unsigned int unc_len = strnlen(vol->UNC, MAX_TREE_SIZE + 1);
Igor Mammedov1bfe73c2009-04-01 17:54:42 +04004211
Jeff Laytonb2a0fa12011-07-06 08:10:36 -04004212 full_path = kmalloc(unc_len + pplen + 1, GFP_KERNEL);
Igor Mammedov1bfe73c2009-04-01 17:54:42 +04004213 if (full_path == NULL)
4214 return ERR_PTR(-ENOMEM);
4215
Jeff Laytonb2a0fa12011-07-06 08:10:36 -04004216 strncpy(full_path, vol->UNC, unc_len);
4217 pos = full_path + unc_len;
4218
4219 if (pplen) {
Jeff Layton1fc29ba2013-05-31 10:00:18 -04004220 *pos = CIFS_DIR_SEP(cifs_sb);
4221 strncpy(pos + 1, vol->prepath, pplen);
Jeff Laytonb2a0fa12011-07-06 08:10:36 -04004222 pos += pplen;
4223 }
4224
4225 *pos = '\0'; /* add trailing null */
Steve Frenchf87d39d2011-05-27 03:50:55 +00004226 convert_delimiter(full_path, CIFS_DIR_SEP(cifs_sb));
Joe Perchesf96637b2013-05-04 22:12:25 -05004227 cifs_dbg(FYI, "%s: full_path=%s\n", __func__, full_path);
Igor Mammedov1bfe73c2009-04-01 17:54:42 +04004228 return full_path;
4229}
Sean Finneydd613942011-04-11 13:19:30 +00004230
Paulo Alcantara1c780222018-11-14 16:24:03 -02004231/**
4232 * expand_dfs_referral - Perform a dfs referral query and update the cifs_sb
4233 *
Sean Finneydd613942011-04-11 13:19:30 +00004234 *
Sean Finney046462a2011-04-11 13:19:33 +00004235 * If a referral is found, cifs_sb->mountdata will be (re-)allocated
4236 * to a string containing updated options for the submount. Otherwise it
4237 * will be left untouched.
Sean Finneydd613942011-04-11 13:19:30 +00004238 *
4239 * Returns the rc from get_dfs_path to the caller, which can be used to
4240 * determine whether there were referrals.
4241 */
4242static int
Pavel Shilovskyb669f332012-05-27 20:21:53 +04004243expand_dfs_referral(const unsigned int xid, struct cifs_ses *ses,
Sean Finneydd613942011-04-11 13:19:30 +00004244 struct smb_vol *volume_info, struct cifs_sb_info *cifs_sb,
Sean Finney046462a2011-04-11 13:19:33 +00004245 int check_prefix)
Sean Finneydd613942011-04-11 13:19:30 +00004246{
4247 int rc;
Paulo Alcantara1c780222018-11-14 16:24:03 -02004248 struct dfs_info3_param referral = {0};
Sean Finneydd613942011-04-11 13:19:30 +00004249 char *full_path = NULL, *ref_path = NULL, *mdata = NULL;
4250
Aurelien Aptel83930722018-09-20 18:10:25 -07004251 if (cifs_sb->mnt_cifs_flags & CIFS_MOUNT_NO_DFS)
4252 return -EREMOTE;
4253
Paulo Alcantara4a367dc2018-11-14 16:53:52 -02004254 full_path = build_unc_path_to_root(volume_info, cifs_sb, true);
Sean Finneydd613942011-04-11 13:19:30 +00004255 if (IS_ERR(full_path))
4256 return PTR_ERR(full_path);
4257
4258 /* For DFS paths, skip the first '\' of the UNC */
4259 ref_path = check_prefix ? full_path + 1 : volume_info->UNC + 1;
4260
Paulo Alcantara1c780222018-11-14 16:24:03 -02004261 rc = dfs_cache_find(xid, ses, cifs_sb->local_nls, cifs_remap(cifs_sb),
4262 ref_path, &referral, NULL);
4263 if (!rc) {
Sean Finneydd613942011-04-11 13:19:30 +00004264 char *fake_devname = NULL;
4265
4266 mdata = cifs_compose_mount_options(cifs_sb->mountdata,
Paulo Alcantara1c780222018-11-14 16:24:03 -02004267 full_path + 1, &referral,
Sean Finneydd613942011-04-11 13:19:30 +00004268 &fake_devname);
Paulo Alcantara1c780222018-11-14 16:24:03 -02004269 free_dfs_info_param(&referral);
Sean Finney046462a2011-04-11 13:19:33 +00004270
Sean Finneydd613942011-04-11 13:19:30 +00004271 if (IS_ERR(mdata)) {
4272 rc = PTR_ERR(mdata);
4273 mdata = NULL;
Jeff Laytonb9bce2e2011-07-06 08:10:39 -04004274 } else {
Paulo Alcantara56c762e2018-11-14 13:03:14 -02004275 cifs_cleanup_volume_info_contents(volume_info);
Jeff Laytonb9bce2e2011-07-06 08:10:39 -04004276 rc = cifs_setup_volume_info(volume_info, mdata,
Paulo Alcantara1c780222018-11-14 16:24:03 -02004277 fake_devname, false);
Sean Finneydd613942011-04-11 13:19:30 +00004278 }
Jeff Laytonb9bce2e2011-07-06 08:10:39 -04004279 kfree(fake_devname);
4280 kfree(cifs_sb->mountdata);
Sean Finney046462a2011-04-11 13:19:33 +00004281 cifs_sb->mountdata = mdata;
Sean Finneydd613942011-04-11 13:19:30 +00004282 }
4283 kfree(full_path);
4284 return rc;
4285}
Paulo Alcantara4a367dc2018-11-14 16:53:52 -02004286
4287static inline int get_next_dfs_tgt(const char *path,
4288 struct dfs_cache_tgt_list *tgt_list,
4289 struct dfs_cache_tgt_iterator **tgt_it)
4290{
4291 if (!*tgt_it)
4292 *tgt_it = dfs_cache_get_tgt_iterator(tgt_list);
4293 else
4294 *tgt_it = dfs_cache_get_next_tgt(tgt_list, *tgt_it);
4295 return !*tgt_it ? -EHOSTDOWN : 0;
4296}
4297
4298static int update_vol_info(const struct dfs_cache_tgt_iterator *tgt_it,
4299 struct smb_vol *fake_vol, struct smb_vol *vol)
4300{
4301 const char *tgt = dfs_cache_get_tgt_name(tgt_it);
4302 int len = strlen(tgt) + 2;
4303 char *new_unc;
4304
4305 new_unc = kmalloc(len, GFP_KERNEL);
4306 if (!new_unc)
4307 return -ENOMEM;
Ronnie Sahlberg74ea5f92019-02-09 09:51:11 +10004308 scnprintf(new_unc, len, "\\%s", tgt);
Paulo Alcantara4a367dc2018-11-14 16:53:52 -02004309
4310 kfree(vol->UNC);
4311 vol->UNC = new_unc;
4312
4313 if (fake_vol->prepath) {
4314 kfree(vol->prepath);
4315 vol->prepath = fake_vol->prepath;
4316 fake_vol->prepath = NULL;
4317 }
4318 memcpy(&vol->dstaddr, &fake_vol->dstaddr, sizeof(vol->dstaddr));
4319
4320 return 0;
4321}
4322
4323static int setup_dfs_tgt_conn(const char *path,
4324 const struct dfs_cache_tgt_iterator *tgt_it,
4325 struct cifs_sb_info *cifs_sb,
4326 struct smb_vol *vol,
4327 unsigned int *xid,
4328 struct TCP_Server_Info **server,
4329 struct cifs_ses **ses,
4330 struct cifs_tcon **tcon)
4331{
4332 int rc;
4333 struct dfs_info3_param ref = {0};
4334 char *mdata = NULL, *fake_devname = NULL;
4335 struct smb_vol fake_vol = {0};
4336
4337 cifs_dbg(FYI, "%s: dfs path: %s\n", __func__, path);
4338
4339 rc = dfs_cache_get_tgt_referral(path, tgt_it, &ref);
4340 if (rc)
4341 return rc;
4342
4343 mdata = cifs_compose_mount_options(cifs_sb->mountdata, path, &ref,
4344 &fake_devname);
4345 free_dfs_info_param(&ref);
4346
4347 if (IS_ERR(mdata)) {
4348 rc = PTR_ERR(mdata);
4349 mdata = NULL;
4350 } else {
4351 cifs_dbg(FYI, "%s: fake_devname: %s\n", __func__, fake_devname);
4352 rc = cifs_setup_volume_info(&fake_vol, mdata, fake_devname,
4353 false);
4354 }
4355 kfree(mdata);
4356 kfree(fake_devname);
4357
4358 if (!rc) {
4359 /*
4360 * We use a 'fake_vol' here because we need pass it down to the
4361 * mount_{get,put} functions to test connection against new DFS
4362 * targets.
4363 */
4364 mount_put_conns(cifs_sb, *xid, *server, *ses, *tcon);
4365 rc = mount_get_conns(&fake_vol, cifs_sb, xid, server, ses,
4366 tcon);
4367 if (!rc) {
4368 /*
4369 * We were able to connect to new target server.
4370 * Update current volume info with new target server.
4371 */
4372 rc = update_vol_info(tgt_it, &fake_vol, vol);
4373 }
4374 }
4375 cifs_cleanup_volume_info_contents(&fake_vol);
4376 return rc;
4377}
4378
4379static int mount_do_dfs_failover(const char *path,
4380 struct cifs_sb_info *cifs_sb,
4381 struct smb_vol *vol,
4382 struct cifs_ses *root_ses,
4383 unsigned int *xid,
4384 struct TCP_Server_Info **server,
4385 struct cifs_ses **ses,
4386 struct cifs_tcon **tcon)
4387{
4388 int rc;
4389 struct dfs_cache_tgt_list tgt_list;
4390 struct dfs_cache_tgt_iterator *tgt_it = NULL;
4391
4392 if (cifs_sb->mnt_cifs_flags & CIFS_MOUNT_NO_DFS)
4393 return -EOPNOTSUPP;
4394
4395 rc = dfs_cache_noreq_find(path, NULL, &tgt_list);
4396 if (rc)
4397 return rc;
4398
4399 for (;;) {
4400 /* Get next DFS target server - if any */
4401 rc = get_next_dfs_tgt(path, &tgt_list, &tgt_it);
4402 if (rc)
4403 break;
4404 /* Connect to next DFS target */
4405 rc = setup_dfs_tgt_conn(path, tgt_it, cifs_sb, vol, xid, server,
4406 ses, tcon);
4407 if (!rc || rc == -EACCES || rc == -EOPNOTSUPP)
4408 break;
4409 }
4410 if (!rc) {
4411 /*
4412 * Update DFS target hint in DFS referral cache with the target
4413 * server we successfully reconnected to.
4414 */
4415 rc = dfs_cache_update_tgthint(*xid, root_ses ? root_ses : *ses,
4416 cifs_sb->local_nls,
4417 cifs_remap(cifs_sb), path,
4418 tgt_it);
4419 }
4420 dfs_cache_free_tgts(&tgt_list);
4421 return rc;
4422}
Steve French2d6d5892009-04-09 00:36:44 +00004423#endif
Igor Mammedov1bfe73c2009-04-01 17:54:42 +04004424
Paulo Alcantara (SUSE)50720102019-03-19 16:54:29 -03004425int
Jeff Layton04db79b2011-07-06 08:10:38 -04004426cifs_setup_volume_info(struct smb_vol *volume_info, char *mount_data,
Steve Frenchc7c137b2018-06-06 17:59:29 -05004427 const char *devname, bool is_smb3)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004428{
Pavel Shilovsky724d9f12011-05-05 09:55:12 +00004429 int rc = 0;
Sean Finneydd613942011-04-11 13:19:30 +00004430
Steve Frenchc7c137b2018-06-06 17:59:29 -05004431 if (cifs_parse_mount_options(mount_data, devname, volume_info, is_smb3))
Jeff Layton04db79b2011-07-06 08:10:38 -04004432 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004433
Jeff Layton7586b762008-12-01 18:41:49 -05004434 if (volume_info->nullauth) {
Joe Perchesf96637b2013-05-04 22:12:25 -05004435 cifs_dbg(FYI, "Anonymous login\n");
Jeff Layton04febab2012-01-17 16:09:15 -05004436 kfree(volume_info->username);
4437 volume_info->username = NULL;
Jeff Layton7586b762008-12-01 18:41:49 -05004438 } else if (volume_info->username) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004439 /* BB fixme parse for domain name here */
Joe Perchesf96637b2013-05-04 22:12:25 -05004440 cifs_dbg(FYI, "Username: %s\n", volume_info->username);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004441 } else {
Joe Perchesf96637b2013-05-04 22:12:25 -05004442 cifs_dbg(VFS, "No username specified\n");
Steve French50c2f752007-07-13 00:33:32 +00004443 /* In userspace mount helper we can get user name from alternate
4444 locations such as env variables and files on disk */
Jeff Layton04db79b2011-07-06 08:10:38 -04004445 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004446 }
4447
Linus Torvalds1da177e2005-04-16 15:20:36 -07004448 /* this is needed for ASCII cp to Unicode converts */
Jeff Layton7586b762008-12-01 18:41:49 -05004449 if (volume_info->iocharset == NULL) {
Jeff Laytona5fc4ce2010-04-24 07:57:42 -04004450 /* load_nls_default cannot return null */
4451 volume_info->local_nls = load_nls_default();
Linus Torvalds1da177e2005-04-16 15:20:36 -07004452 } else {
Jeff Laytona5fc4ce2010-04-24 07:57:42 -04004453 volume_info->local_nls = load_nls(volume_info->iocharset);
4454 if (volume_info->local_nls == NULL) {
Joe Perchesf96637b2013-05-04 22:12:25 -05004455 cifs_dbg(VFS, "CIFS mount error: iocharset %s not found\n",
Joe Perchesb6b38f72010-04-21 03:50:45 +00004456 volume_info->iocharset);
Jeff Layton04db79b2011-07-06 08:10:38 -04004457 return -ELIBACC;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004458 }
4459 }
Pavel Shilovsky724d9f12011-05-05 09:55:12 +00004460
Pavel Shilovsky724d9f12011-05-05 09:55:12 +00004461 return rc;
Jeff Layton04db79b2011-07-06 08:10:38 -04004462}
4463
4464struct smb_vol *
Steve Frenchc7c137b2018-06-06 17:59:29 -05004465cifs_get_volume_info(char *mount_data, const char *devname, bool is_smb3)
Jeff Layton04db79b2011-07-06 08:10:38 -04004466{
4467 int rc;
4468 struct smb_vol *volume_info;
4469
Jeff Layton6ee95422012-11-26 11:09:57 -05004470 volume_info = kmalloc(sizeof(struct smb_vol), GFP_KERNEL);
Jeff Layton04db79b2011-07-06 08:10:38 -04004471 if (!volume_info)
4472 return ERR_PTR(-ENOMEM);
4473
Steve Frenchc7c137b2018-06-06 17:59:29 -05004474 rc = cifs_setup_volume_info(volume_info, mount_data, devname, is_smb3);
Jeff Layton04db79b2011-07-06 08:10:38 -04004475 if (rc) {
4476 cifs_cleanup_volume_info(volume_info);
4477 volume_info = ERR_PTR(rc);
4478 }
4479
4480 return volume_info;
Pavel Shilovsky724d9f12011-05-05 09:55:12 +00004481}
4482
Aurelien Aptela6b50582016-05-25 19:59:09 +02004483static int
4484cifs_are_all_path_components_accessible(struct TCP_Server_Info *server,
4485 unsigned int xid,
4486 struct cifs_tcon *tcon,
4487 struct cifs_sb_info *cifs_sb,
Ronnie Sahlbergce465bf2019-07-11 13:46:58 +10004488 char *full_path,
4489 int added_treename)
Aurelien Aptela6b50582016-05-25 19:59:09 +02004490{
4491 int rc;
4492 char *s;
4493 char sep, tmp;
Ronnie Sahlbergce465bf2019-07-11 13:46:58 +10004494 int skip = added_treename ? 1 : 0;
Aurelien Aptela6b50582016-05-25 19:59:09 +02004495
4496 sep = CIFS_DIR_SEP(cifs_sb);
4497 s = full_path;
4498
4499 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb, "");
4500 while (rc == 0) {
4501 /* skip separators */
4502 while (*s == sep)
4503 s++;
4504 if (!*s)
4505 break;
4506 /* next separator */
4507 while (*s && *s != sep)
4508 s++;
Ronnie Sahlbergce465bf2019-07-11 13:46:58 +10004509 /*
4510 * if the treename is added, we then have to skip the first
4511 * part within the separators
4512 */
4513 if (skip) {
4514 skip = 0;
4515 continue;
4516 }
Aurelien Aptela6b50582016-05-25 19:59:09 +02004517 /*
4518 * temporarily null-terminate the path at the end of
4519 * the current component
4520 */
4521 tmp = *s;
4522 *s = 0;
4523 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb,
4524 full_path);
4525 *s = tmp;
4526 }
4527 return rc;
4528}
4529
Paulo Alcantara56c762e2018-11-14 13:03:14 -02004530/*
4531 * Check if path is remote (e.g. a DFS share). Return -EREMOTE if it is,
4532 * otherwise 0.
4533 */
4534static int is_path_remote(struct cifs_sb_info *cifs_sb, struct smb_vol *vol,
4535 const unsigned int xid,
4536 struct TCP_Server_Info *server,
4537 struct cifs_tcon *tcon)
Pavel Shilovsky724d9f12011-05-05 09:55:12 +00004538{
Jeff Layton1daaae82012-03-21 06:30:40 -04004539 int rc;
Paulo Alcantara56c762e2018-11-14 13:03:14 -02004540 char *full_path;
4541
4542 if (!server->ops->is_path_accessible)
4543 return -EOPNOTSUPP;
4544
4545 /*
4546 * cifs_build_path_to_root works only when we have a valid tcon
4547 */
4548 full_path = cifs_build_path_to_root(vol, cifs_sb, tcon,
4549 tcon->Flags & SMB_SHARE_IS_IN_DFS);
4550 if (full_path == NULL)
4551 return -ENOMEM;
4552
4553 cifs_dbg(FYI, "%s: full_path: %s\n", __func__, full_path);
4554
4555 rc = server->ops->is_path_accessible(xid, tcon, cifs_sb,
4556 full_path);
4557 if (rc != 0 && rc != -EREMOTE) {
4558 kfree(full_path);
4559 return rc;
4560 }
4561
4562 if (rc != -EREMOTE) {
4563 rc = cifs_are_all_path_components_accessible(server, xid, tcon,
Ronnie Sahlbergce465bf2019-07-11 13:46:58 +10004564 cifs_sb, full_path, tcon->Flags & SMB_SHARE_IS_IN_DFS);
Paulo Alcantara56c762e2018-11-14 13:03:14 -02004565 if (rc != 0) {
4566 cifs_dbg(VFS, "cannot query dirs between root and final path, "
4567 "enabling CIFS_MOUNT_USE_PREFIX_PATH\n");
4568 cifs_sb->mnt_cifs_flags |= CIFS_MOUNT_USE_PREFIX_PATH;
4569 rc = 0;
4570 }
4571 }
4572
4573 kfree(full_path);
4574 return rc;
4575}
4576
4577#ifdef CONFIG_CIFS_DFS_UPCALL
4578int cifs_mount(struct cifs_sb_info *cifs_sb, struct smb_vol *vol)
4579{
4580 int rc = 0;
Pavel Shilovsky6d5786a2012-06-20 11:21:16 +04004581 unsigned int xid;
Pavel Shilovskyaf4281d2012-05-27 20:48:35 +04004582 struct cifs_ses *ses;
Paulo Alcantara4a367dc2018-11-14 16:53:52 -02004583 struct cifs_tcon *root_tcon = NULL;
Paulo Alcantara56c762e2018-11-14 13:03:14 -02004584 struct cifs_tcon *tcon = NULL;
Pavel Shilovskyaf4281d2012-05-27 20:48:35 +04004585 struct TCP_Server_Info *server;
Paulo Alcantara4a367dc2018-11-14 16:53:52 -02004586 char *root_path = NULL, *full_path = NULL;
Paulo Alcantara (SUSE)50720102019-03-19 16:54:29 -03004587 char *old_mountdata, *origin_mountdata = NULL;
Paulo Alcantara56c762e2018-11-14 13:03:14 -02004588 int count;
Al Virodd854462011-06-17 08:24:42 -04004589
Paulo Alcantara56c762e2018-11-14 13:03:14 -02004590 rc = mount_get_conns(vol, cifs_sb, &xid, &server, &ses, &tcon);
4591 if (!rc && tcon) {
Paulo Alcantara4a367dc2018-11-14 16:53:52 -02004592 /* If not a standalone DFS root, then check if path is remote */
4593 rc = dfs_cache_find(xid, ses, cifs_sb->local_nls,
4594 cifs_remap(cifs_sb), vol->UNC + 1, NULL,
4595 NULL);
4596 if (rc) {
4597 rc = is_path_remote(cifs_sb, vol, xid, server, tcon);
4598 if (!rc)
4599 goto out;
4600 if (rc != -EREMOTE)
4601 goto error;
4602 }
Pavel Shilovsky724d9f12011-05-05 09:55:12 +00004603 }
Paulo Alcantara4a367dc2018-11-14 16:53:52 -02004604 /*
4605 * If first DFS target server went offline and we failed to connect it,
4606 * server and ses pointers are NULL at this point, though we still have
4607 * chance to get a cached DFS referral in expand_dfs_referral() and
4608 * retry next target available in it.
4609 *
4610 * If a NULL ses ptr is passed to dfs_cache_find(), a lookup will be
4611 * performed against DFS path and *no* requests will be sent to server
4612 * for any new DFS referrals. Hence it's safe to skip checking whether
4613 * server or ses ptr is NULL.
4614 */
4615 if (rc == -EACCES || rc == -EOPNOTSUPP)
Paulo Alcantara56c762e2018-11-14 13:03:14 -02004616 goto error;
Pavel Shilovsky724d9f12011-05-05 09:55:12 +00004617
Paulo Alcantara4a367dc2018-11-14 16:53:52 -02004618 root_path = build_unc_path_to_root(vol, cifs_sb, false);
4619 if (IS_ERR(root_path)) {
4620 rc = PTR_ERR(root_path);
4621 root_path = NULL;
4622 goto error;
4623 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004624
Paulo Alcantara93d5cb52018-11-14 17:13:25 -02004625 full_path = build_unc_path_to_root(vol, cifs_sb, true);
4626 if (IS_ERR(full_path)) {
4627 rc = PTR_ERR(full_path);
4628 full_path = NULL;
4629 goto error;
4630 }
Sean Finneyc1508ca2011-04-11 13:19:31 +00004631 /*
4632 * Perform an unconditional check for whether there are DFS
4633 * referrals for this path without prefix, to provide support
4634 * for DFS referrals from w2k8 servers which don't seem to respond
4635 * with PATH_NOT_COVERED to requests that include the prefix.
4636 * Chase the referral if found, otherwise continue normally.
4637 */
Paulo Alcantara56c762e2018-11-14 13:03:14 -02004638 old_mountdata = cifs_sb->mountdata;
4639 (void)expand_dfs_referral(xid, ses, vol, cifs_sb, false);
Sean Finneyc1508ca2011-04-11 13:19:31 +00004640
Paulo Alcantara56c762e2018-11-14 13:03:14 -02004641 if (cifs_sb->mountdata == NULL) {
4642 rc = -ENOENT;
4643 goto error;
4644 }
4645
Paulo Alcantara (SUSE)50720102019-03-19 16:54:29 -03004646 /* Save DFS root volume information for DFS refresh worker */
4647 origin_mountdata = kstrndup(cifs_sb->mountdata,
4648 strlen(cifs_sb->mountdata), GFP_KERNEL);
4649 if (!origin_mountdata) {
4650 rc = -ENOMEM;
4651 goto error;
4652 }
4653
Paulo Alcantara56c762e2018-11-14 13:03:14 -02004654 if (cifs_sb->mountdata != old_mountdata) {
4655 /* If we were redirected, reconnect to new target server */
4656 mount_put_conns(cifs_sb, xid, server, ses, tcon);
4657 rc = mount_get_conns(vol, cifs_sb, &xid, &server, &ses, &tcon);
4658 }
4659 if (rc) {
4660 if (rc == -EACCES || rc == -EOPNOTSUPP)
4661 goto error;
Paulo Alcantara4a367dc2018-11-14 16:53:52 -02004662 /* Perform DFS failover to any other DFS targets */
4663 rc = mount_do_dfs_failover(root_path + 1, cifs_sb, vol, NULL,
4664 &xid, &server, &ses, &tcon);
4665 if (rc)
4666 goto error;
Paulo Alcantara56c762e2018-11-14 13:03:14 -02004667 }
4668
Paulo Alcantara4a367dc2018-11-14 16:53:52 -02004669 kfree(root_path);
4670 root_path = build_unc_path_to_root(vol, cifs_sb, false);
4671 if (IS_ERR(root_path)) {
4672 rc = PTR_ERR(root_path);
4673 root_path = NULL;
4674 goto error;
4675 }
4676 /* Cache out resolved root server */
4677 (void)dfs_cache_find(xid, ses, cifs_sb->local_nls, cifs_remap(cifs_sb),
4678 root_path + 1, NULL, NULL);
4679 /*
4680 * Save root tcon for additional DFS requests to update or create a new
4681 * DFS cache entry, or even perform DFS failover.
4682 */
4683 spin_lock(&cifs_tcp_ses_lock);
4684 tcon->tc_count++;
4685 tcon->dfs_path = root_path;
4686 root_path = NULL;
4687 tcon->remap = cifs_remap(cifs_sb);
4688 spin_unlock(&cifs_tcp_ses_lock);
4689
4690 root_tcon = tcon;
4691
Paulo Alcantara56c762e2018-11-14 13:03:14 -02004692 for (count = 1; ;) {
4693 if (!rc && tcon) {
4694 rc = is_path_remote(cifs_sb, vol, xid, server, tcon);
4695 if (!rc || rc != -EREMOTE)
4696 break;
Pavel Shilovsky68889f22012-05-25 14:40:22 +04004697 }
Steve French6d3ea7e2012-11-28 22:34:41 -06004698 /*
Paulo Alcantara56c762e2018-11-14 13:03:14 -02004699 * BB: when we implement proper loop detection,
4700 * we will remove this check. But now we need it
4701 * to prevent an indefinite loop if 'DFS tree' is
4702 * misconfigured (i.e. has loops).
Steve French6d3ea7e2012-11-28 22:34:41 -06004703 */
Paulo Alcantara56c762e2018-11-14 13:03:14 -02004704 if (count++ > MAX_NESTED_LINKS) {
Igor Mammedov5c2503a2009-04-21 19:31:05 +04004705 rc = -ELOOP;
Paulo Alcantara56c762e2018-11-14 13:03:14 -02004706 break;
Igor Mammedov5c2503a2009-04-21 19:31:05 +04004707 }
Igor Mammedov1bfe73c2009-04-01 17:54:42 +04004708
Paulo Alcantara4a367dc2018-11-14 16:53:52 -02004709 kfree(full_path);
4710 full_path = build_unc_path_to_root(vol, cifs_sb, true);
4711 if (IS_ERR(full_path)) {
4712 rc = PTR_ERR(full_path);
4713 full_path = NULL;
4714 break;
4715 }
4716
Paulo Alcantara56c762e2018-11-14 13:03:14 -02004717 old_mountdata = cifs_sb->mountdata;
Paulo Alcantara4a367dc2018-11-14 16:53:52 -02004718 rc = expand_dfs_referral(xid, root_tcon->ses, vol, cifs_sb,
Paulo Alcantara56c762e2018-11-14 13:03:14 -02004719 true);
4720 if (rc)
4721 break;
Jeff Layton7b91e262009-07-23 15:22:30 -04004722
Paulo Alcantara56c762e2018-11-14 13:03:14 -02004723 if (cifs_sb->mountdata != old_mountdata) {
4724 mount_put_conns(cifs_sb, xid, server, ses, tcon);
4725 rc = mount_get_conns(vol, cifs_sb, &xid, &server, &ses,
4726 &tcon);
Igor Mammedov1bfe73c2009-04-01 17:54:42 +04004727 }
Paulo Alcantara56c762e2018-11-14 13:03:14 -02004728 if (rc) {
Paulo Alcantara4a367dc2018-11-14 16:53:52 -02004729 if (rc == -EACCES || rc == -EOPNOTSUPP)
4730 break;
4731 /* Perform DFS failover to any other DFS targets */
4732 rc = mount_do_dfs_failover(full_path + 1, cifs_sb, vol,
4733 root_tcon->ses, &xid,
4734 &server, &ses, &tcon);
Paulo Alcantara56c762e2018-11-14 13:03:14 -02004735 if (rc == -EACCES || rc == -EOPNOTSUPP || !server ||
4736 !ses)
4737 goto error;
4738 }
Igor Mammedov1bfe73c2009-04-01 17:54:42 +04004739 }
Paulo Alcantara4a367dc2018-11-14 16:53:52 -02004740 cifs_put_tcon(root_tcon);
Igor Mammedov1bfe73c2009-04-01 17:54:42 +04004741
Jeff Layton9d002df2010-10-06 19:51:11 -04004742 if (rc)
Paulo Alcantara56c762e2018-11-14 13:03:14 -02004743 goto error;
Igor Mammedov1bfe73c2009-04-01 17:54:42 +04004744
Paulo Alcantara93d5cb52018-11-14 17:13:25 -02004745 spin_lock(&cifs_tcp_ses_lock);
4746 if (!tcon->dfs_path) {
4747 /* Save full path in new tcon to do failover when reconnecting tcons */
4748 tcon->dfs_path = full_path;
4749 full_path = NULL;
4750 tcon->remap = cifs_remap(cifs_sb);
4751 }
4752 cifs_sb->origin_fullpath = kstrndup(tcon->dfs_path,
YueHaibing2f0a6172018-12-18 01:34:39 +00004753 strlen(tcon->dfs_path),
4754 GFP_ATOMIC);
Paulo Alcantara93d5cb52018-11-14 17:13:25 -02004755 if (!cifs_sb->origin_fullpath) {
4756 spin_unlock(&cifs_tcp_ses_lock);
4757 rc = -ENOMEM;
4758 goto error;
4759 }
4760 spin_unlock(&cifs_tcp_ses_lock);
4761
Paulo Alcantara (SUSE)50720102019-03-19 16:54:29 -03004762 rc = dfs_cache_add_vol(origin_mountdata, vol, cifs_sb->origin_fullpath);
Paulo Alcantarae511d312018-11-14 17:16:44 -02004763 if (rc) {
4764 kfree(cifs_sb->origin_fullpath);
4765 goto error;
4766 }
Aurelien Aptel5fc7fcd2018-11-16 16:13:25 +01004767 /*
4768 * After reconnecting to a different server, unique ids won't
4769 * match anymore, so we disable serverino. This prevents
4770 * dentry revalidation to think the dentry are stale (ESTALE).
4771 */
4772 cifs_autodisable_serverino(cifs_sb);
Jeff Layton70fe7dc2007-11-16 22:21:07 +00004773out:
Pavel Shilovsky6d5786a2012-06-20 11:21:16 +04004774 free_xid(xid);
Paulo Alcantara56c762e2018-11-14 13:03:14 -02004775 return mount_setup_tlink(cifs_sb, ses, tcon);
4776
4777error:
Paulo Alcantara4a367dc2018-11-14 16:53:52 -02004778 kfree(full_path);
4779 kfree(root_path);
Paulo Alcantara (SUSE)50720102019-03-19 16:54:29 -03004780 kfree(origin_mountdata);
Paulo Alcantara56c762e2018-11-14 13:03:14 -02004781 mount_put_conns(cifs_sb, xid, server, ses, tcon);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004782 return rc;
4783}
Paulo Alcantara56c762e2018-11-14 13:03:14 -02004784#else
4785int cifs_mount(struct cifs_sb_info *cifs_sb, struct smb_vol *vol)
4786{
4787 int rc = 0;
4788 unsigned int xid;
4789 struct cifs_ses *ses;
4790 struct cifs_tcon *tcon;
4791 struct TCP_Server_Info *server;
4792
4793 rc = mount_get_conns(vol, cifs_sb, &xid, &server, &ses, &tcon);
4794 if (rc)
4795 goto error;
4796
4797 if (tcon) {
4798 rc = is_path_remote(cifs_sb, vol, xid, server, tcon);
4799 if (rc == -EREMOTE)
4800 rc = -EOPNOTSUPP;
4801 if (rc)
4802 goto error;
4803 }
4804
4805 free_xid(xid);
4806
4807 return mount_setup_tlink(cifs_sb, ses, tcon);
4808
4809error:
4810 mount_put_conns(cifs_sb, xid, server, ses, tcon);
4811 return rc;
4812}
4813#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07004814
Jeff Layton8d1bca32011-06-11 21:17:10 -04004815/*
Aurelien Aptelb327a712018-01-24 13:46:10 +01004816 * Issue a TREE_CONNECT request.
Jeff Layton8d1bca32011-06-11 21:17:10 -04004817 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004818int
Pavel Shilovsky2e6e02a2012-05-25 11:11:39 +04004819CIFSTCon(const unsigned int xid, struct cifs_ses *ses,
Steve French96daf2b2011-05-27 04:34:02 +00004820 const char *tree, struct cifs_tcon *tcon,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004821 const struct nls_table *nls_codepage)
4822{
4823 struct smb_hdr *smb_buffer;
4824 struct smb_hdr *smb_buffer_response;
4825 TCONX_REQ *pSMB;
4826 TCONX_RSP *pSMBr;
4827 unsigned char *bcc_ptr;
4828 int rc = 0;
Jeff Layton690c5222011-01-20 13:36:51 -05004829 int length;
4830 __u16 bytes_left, count;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004831
4832 if (ses == NULL)
4833 return -EIO;
4834
4835 smb_buffer = cifs_buf_get();
Steve Frenchca43e3b2009-09-01 17:20:50 +00004836 if (smb_buffer == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004837 return -ENOMEM;
Steve Frenchca43e3b2009-09-01 17:20:50 +00004838
Linus Torvalds1da177e2005-04-16 15:20:36 -07004839 smb_buffer_response = smb_buffer;
4840
4841 header_assemble(smb_buffer, SMB_COM_TREE_CONNECT_ANDX,
4842 NULL /*no tid */ , 4 /*wct */ );
Steve French1982c342005-08-17 12:38:22 -07004843
Pavel Shilovsky88257362012-05-23 14:01:59 +04004844 smb_buffer->Mid = get_next_mid(ses->server);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004845 smb_buffer->Uid = ses->Suid;
4846 pSMB = (TCONX_REQ *) smb_buffer;
4847 pSMBr = (TCONX_RSP *) smb_buffer_response;
4848
4849 pSMB->AndXCommand = 0xFF;
4850 pSMB->Flags = cpu_to_le16(TCON_EXTENDED_SECINFO);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004851 bcc_ptr = &pSMB->Password[0];
Aurelien Aptelb327a712018-01-24 13:46:10 +01004852 if (tcon->pipe || (ses->server->sec_mode & SECMODE_USER)) {
Steve Frencheeac8042006-01-13 21:34:58 -08004853 pSMB->PasswordLength = cpu_to_le16(1); /* minimum */
Steve French7c7b25b2006-06-01 19:20:10 +00004854 *bcc_ptr = 0; /* password is null byte */
Steve Frencheeac8042006-01-13 21:34:58 -08004855 bcc_ptr++; /* skip password */
Steve French7c7b25b2006-06-01 19:20:10 +00004856 /* already aligned so no need to do it below */
Steve Frencheeac8042006-01-13 21:34:58 -08004857 } else {
Shirish Pargaonkar540b2e32011-01-18 22:33:54 -06004858 pSMB->PasswordLength = cpu_to_le16(CIFS_AUTH_RESP_SIZE);
Steve Frencheeac8042006-01-13 21:34:58 -08004859 /* BB FIXME add code to fail this if NTLMv2 or Kerberos
4860 specified as required (when that support is added to
4861 the vfs in the future) as only NTLM or the much
Steve French7c7b25b2006-06-01 19:20:10 +00004862 weaker LANMAN (which we do not send by default) is accepted
Steve Frencheeac8042006-01-13 21:34:58 -08004863 by Samba (not sure whether other servers allow
4864 NTLMv2 password here) */
Steve French7c7b25b2006-06-01 19:20:10 +00004865#ifdef CONFIG_CIFS_WEAK_PW_HASH
Jeff Layton04912d62010-04-24 07:57:45 -04004866 if ((global_secflags & CIFSSEC_MAY_LANMAN) &&
Jeff Layton3f618222013-06-12 19:52:14 -05004867 (ses->sectype == LANMAN))
Shirish Pargaonkard3ba50b2010-10-27 15:20:36 -05004868 calc_lanman_hash(tcon->password, ses->server->cryptkey,
Steve French96daf2b2011-05-27 04:34:02 +00004869 ses->server->sec_mode &
Jeff Layton4e53a3f2008-12-05 20:41:21 -05004870 SECMODE_PW_ENCRYPT ? true : false,
4871 bcc_ptr);
Steve French7c7b25b2006-06-01 19:20:10 +00004872 else
4873#endif /* CIFS_WEAK_PW_HASH */
Shirish Pargaonkaree2c9252011-01-27 09:58:04 -06004874 rc = SMBNTencrypt(tcon->password, ses->server->cryptkey,
Shirish Pargaonkar9ef59922011-10-20 13:21:59 -05004875 bcc_ptr, nls_codepage);
Steve Frenchf3a31a22015-03-26 19:23:20 -05004876 if (rc) {
4877 cifs_dbg(FYI, "%s Can't generate NTLM rsp. Error: %d\n",
4878 __func__, rc);
4879 cifs_buf_release(smb_buffer);
4880 return rc;
4881 }
Steve Frencheeac8042006-01-13 21:34:58 -08004882
Shirish Pargaonkar540b2e32011-01-18 22:33:54 -06004883 bcc_ptr += CIFS_AUTH_RESP_SIZE;
Steve Frenchfb8c4b12007-07-10 01:16:18 +00004884 if (ses->capabilities & CAP_UNICODE) {
Steve French7c7b25b2006-06-01 19:20:10 +00004885 /* must align unicode strings */
4886 *bcc_ptr = 0; /* null byte password */
4887 bcc_ptr++;
4888 }
Steve Frencheeac8042006-01-13 21:34:58 -08004889 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004890
Jeff Layton38d77c52013-05-26 07:01:00 -04004891 if (ses->server->sign)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004892 smb_buffer->Flags2 |= SMBFLG2_SECURITY_SIGNATURE;
4893
4894 if (ses->capabilities & CAP_STATUS32) {
4895 smb_buffer->Flags2 |= SMBFLG2_ERR_STATUS;
4896 }
4897 if (ses->capabilities & CAP_DFS) {
4898 smb_buffer->Flags2 |= SMBFLG2_DFS;
4899 }
4900 if (ses->capabilities & CAP_UNICODE) {
4901 smb_buffer->Flags2 |= SMBFLG2_UNICODE;
4902 length =
Steve Frenchacbbb762012-01-18 22:32:33 -06004903 cifs_strtoUTF16((__le16 *) bcc_ptr, tree,
Steve French50c2f752007-07-13 00:33:32 +00004904 6 /* max utf8 char length in bytes */ *
Steve Frencha878fb22006-05-30 18:04:19 +00004905 (/* server len*/ + 256 /* share len */), nls_codepage);
4906 bcc_ptr += 2 * length; /* convert num 16 bit words to bytes */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004907 bcc_ptr += 2; /* skip trailing null */
4908 } else { /* ASCII */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004909 strcpy(bcc_ptr, tree);
4910 bcc_ptr += strlen(tree) + 1;
4911 }
4912 strcpy(bcc_ptr, "?????");
4913 bcc_ptr += strlen("?????");
4914 bcc_ptr += 1;
4915 count = bcc_ptr - &pSMB->Password[0];
Steve Frenchbe8e3b02011-04-29 05:40:20 +00004916 pSMB->hdr.smb_buf_length = cpu_to_be32(be32_to_cpu(
4917 pSMB->hdr.smb_buf_length) + count);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004918 pSMB->ByteCount = cpu_to_le16(count);
4919
Steve French133672e2007-11-13 22:41:37 +00004920 rc = SendReceive(xid, ses, smb_buffer, smb_buffer_response, &length,
Jeff Layton77499812011-01-11 07:24:23 -05004921 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004922
Linus Torvalds1da177e2005-04-16 15:20:36 -07004923 /* above now done in SendReceive */
Aurelien Aptelb327a712018-01-24 13:46:10 +01004924 if (rc == 0) {
Steve French0e0d2cf2009-05-01 05:27:32 +00004925 bool is_unicode;
4926
Linus Torvalds1da177e2005-04-16 15:20:36 -07004927 tcon->tidStatus = CifsGood;
Steve French3b795212008-11-13 19:45:32 +00004928 tcon->need_reconnect = false;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004929 tcon->tid = smb_buffer_response->Tid;
4930 bcc_ptr = pByteArea(smb_buffer_response);
Jeff Layton690c5222011-01-20 13:36:51 -05004931 bytes_left = get_bcc(smb_buffer_response);
Jeff Laytoncc20c032009-04-30 07:16:21 -04004932 length = strnlen(bcc_ptr, bytes_left - 2);
Steve French0e0d2cf2009-05-01 05:27:32 +00004933 if (smb_buffer->Flags2 & SMBFLG2_UNICODE)
4934 is_unicode = true;
4935 else
4936 is_unicode = false;
4937
Jeff Laytoncc20c032009-04-30 07:16:21 -04004938
Steve French50c2f752007-07-13 00:33:32 +00004939 /* skip service field (NB: this field is always ASCII) */
Steve French7f8ed422007-09-28 22:28:55 +00004940 if (length == 3) {
4941 if ((bcc_ptr[0] == 'I') && (bcc_ptr[1] == 'P') &&
4942 (bcc_ptr[2] == 'C')) {
Joe Perchesf96637b2013-05-04 22:12:25 -05004943 cifs_dbg(FYI, "IPC connection\n");
Aurelien Aptelb327a712018-01-24 13:46:10 +01004944 tcon->ipc = true;
4945 tcon->pipe = true;
Steve French7f8ed422007-09-28 22:28:55 +00004946 }
4947 } else if (length == 2) {
4948 if ((bcc_ptr[0] == 'A') && (bcc_ptr[1] == ':')) {
4949 /* the most common case */
Joe Perchesf96637b2013-05-04 22:12:25 -05004950 cifs_dbg(FYI, "disk share connection\n");
Steve French7f8ed422007-09-28 22:28:55 +00004951 }
4952 }
Steve French50c2f752007-07-13 00:33:32 +00004953 bcc_ptr += length + 1;
Jeff Laytoncc20c032009-04-30 07:16:21 -04004954 bytes_left -= (length + 1);
Zhao Hongjiang46b51d02013-06-24 01:57:47 -05004955 strlcpy(tcon->treeName, tree, sizeof(tcon->treeName));
Jeff Laytoncc20c032009-04-30 07:16:21 -04004956
4957 /* mostly informational -- no need to fail on error here */
Jeff Layton90a98b22009-07-20 13:40:52 -04004958 kfree(tcon->nativeFileSystem);
Steve Frenchacbbb762012-01-18 22:32:33 -06004959 tcon->nativeFileSystem = cifs_strndup_from_utf16(bcc_ptr,
Steve French0e0d2cf2009-05-01 05:27:32 +00004960 bytes_left, is_unicode,
Jeff Laytoncc20c032009-04-30 07:16:21 -04004961 nls_codepage);
4962
Joe Perchesf96637b2013-05-04 22:12:25 -05004963 cifs_dbg(FYI, "nativeFileSystem=%s\n", tcon->nativeFileSystem);
Jeff Laytoncc20c032009-04-30 07:16:21 -04004964
Steve Frenchfb8c4b12007-07-10 01:16:18 +00004965 if ((smb_buffer_response->WordCount == 3) ||
Steve French1a4e15a2006-10-12 21:33:51 +00004966 (smb_buffer_response->WordCount == 7))
4967 /* field is in same location */
Steve French39798772006-05-31 22:40:51 +00004968 tcon->Flags = le16_to_cpu(pSMBr->OptionalSupport);
4969 else
4970 tcon->Flags = 0;
Joe Perchesf96637b2013-05-04 22:12:25 -05004971 cifs_dbg(FYI, "Tcon flags: 0x%x\n", tcon->Flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004972 }
4973
Mariusz Kozlowskia8a11d32007-10-03 16:41:24 +00004974 cifs_buf_release(smb_buffer);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004975 return rc;
4976}
4977
Al Viro2e32cf52013-10-03 12:53:37 -04004978static void delayed_free(struct rcu_head *p)
4979{
4980 struct cifs_sb_info *sbi = container_of(p, struct cifs_sb_info, rcu);
4981 unload_nls(sbi->local_nls);
4982 kfree(sbi);
4983}
4984
Al Viro2a9b9952011-06-17 09:27:16 -04004985void
4986cifs_umount(struct cifs_sb_info *cifs_sb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004987{
Jeff Laytonb647c352010-10-28 11:16:44 -04004988 struct rb_root *root = &cifs_sb->tlink_tree;
4989 struct rb_node *node;
4990 struct tcon_link *tlink;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004991
Jeff Layton2de970f2010-10-06 19:51:12 -04004992 cancel_delayed_work_sync(&cifs_sb->prune_tlinks);
4993
Jeff Laytonb647c352010-10-28 11:16:44 -04004994 spin_lock(&cifs_sb->tlink_tree_lock);
4995 while ((node = rb_first(root))) {
4996 tlink = rb_entry(node, struct tcon_link, tl_rbnode);
4997 cifs_get_tlink(tlink);
4998 clear_bit(TCON_LINK_IN_TREE, &tlink->tl_flags);
4999 rb_erase(node, root);
Steve French50c2f752007-07-13 00:33:32 +00005000
Jeff Laytonb647c352010-10-28 11:16:44 -04005001 spin_unlock(&cifs_sb->tlink_tree_lock);
5002 cifs_put_tlink(tlink);
5003 spin_lock(&cifs_sb->tlink_tree_lock);
5004 }
5005 spin_unlock(&cifs_sb->tlink_tree_lock);
Jeff Layton9d002df2010-10-06 19:51:11 -04005006
Al Virod757d712011-06-17 09:42:43 -04005007 kfree(cifs_sb->mountdata);
Aurelien Aptela6b50582016-05-25 19:59:09 +02005008 kfree(cifs_sb->prepath);
Paulo Alcantara93d5cb52018-11-14 17:13:25 -02005009#ifdef CONFIG_CIFS_DFS_UPCALL
Paulo Alcantarae511d312018-11-14 17:16:44 -02005010 dfs_cache_del_vol(cifs_sb->origin_fullpath);
Paulo Alcantara93d5cb52018-11-14 17:13:25 -02005011 kfree(cifs_sb->origin_fullpath);
5012#endif
Al Viro2e32cf52013-10-03 12:53:37 -04005013 call_rcu(&cifs_sb->rcu, delayed_free);
Steve French50c2f752007-07-13 00:33:32 +00005014}
Linus Torvalds1da177e2005-04-16 15:20:36 -07005015
Pavel Shilovsky286170a2012-05-25 10:43:58 +04005016int
5017cifs_negotiate_protocol(const unsigned int xid, struct cifs_ses *ses)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005018{
5019 int rc = 0;
Jeff Layton198b5682010-04-24 07:57:48 -04005020 struct TCP_Server_Info *server = ses->server;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005021
Pavel Shilovsky286170a2012-05-25 10:43:58 +04005022 if (!server->ops->need_neg || !server->ops->negotiate)
5023 return -ENOSYS;
5024
Jeff Layton198b5682010-04-24 07:57:48 -04005025 /* only send once per connect */
Pavel Shilovsky286170a2012-05-25 10:43:58 +04005026 if (!server->ops->need_neg(server))
Jeff Layton198b5682010-04-24 07:57:48 -04005027 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005028
Pavel Shilovsky286170a2012-05-25 10:43:58 +04005029 rc = server->ops->negotiate(xid, ses);
Jeff Layton198b5682010-04-24 07:57:48 -04005030 if (rc == 0) {
5031 spin_lock(&GlobalMid_Lock);
Jeff Layton7fdbaa12011-06-10 16:14:57 -04005032 if (server->tcpStatus == CifsNeedNegotiate)
Jeff Layton198b5682010-04-24 07:57:48 -04005033 server->tcpStatus = CifsGood;
5034 else
5035 rc = -EHOSTDOWN;
5036 spin_unlock(&GlobalMid_Lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005037 }
Steve French26b994f2008-08-06 05:11:33 +00005038
Jeff Layton198b5682010-04-24 07:57:48 -04005039 return rc;
5040}
Steve French26b994f2008-08-06 05:11:33 +00005041
Pavel Shilovsky58c45c52012-05-25 10:54:49 +04005042int
5043cifs_setup_session(const unsigned int xid, struct cifs_ses *ses,
5044 struct nls_table *nls_info)
Jeff Layton198b5682010-04-24 07:57:48 -04005045{
Pavel Shilovsky58c45c52012-05-25 10:54:49 +04005046 int rc = -ENOSYS;
Jeff Layton198b5682010-04-24 07:57:48 -04005047 struct TCP_Server_Info *server = ses->server;
5048
Jeff Layton198b5682010-04-24 07:57:48 -04005049 ses->capabilities = server->capabilities;
Steve French26b994f2008-08-06 05:11:33 +00005050 if (linuxExtEnabled == 0)
Pavel Shilovsky29e20f92012-07-13 13:58:14 +04005051 ses->capabilities &= (~server->vals->cap_unix);
Steve French20418ac2009-04-30 16:13:32 +00005052
Joe Perchesf96637b2013-05-04 22:12:25 -05005053 cifs_dbg(FYI, "Security Mode: 0x%x Capabilities: 0x%x TimeAdjust: %d\n",
Steve French96daf2b2011-05-27 04:34:02 +00005054 server->sec_mode, server->capabilities, server->timeAdj);
Jeff Laytoncb7691b2008-08-18 15:41:05 -04005055
Shu Wangf5c4ba82017-09-08 18:48:33 +08005056 if (ses->auth_key.response) {
Steve French2a182872018-03-29 12:16:34 -05005057 cifs_dbg(FYI, "Free previous auth_key.response = %p\n",
Shu Wangf5c4ba82017-09-08 18:48:33 +08005058 ses->auth_key.response);
5059 kfree(ses->auth_key.response);
5060 ses->auth_key.response = NULL;
5061 ses->auth_key.len = 0;
5062 }
5063
Pavel Shilovsky58c45c52012-05-25 10:54:49 +04005064 if (server->ops->sess_setup)
5065 rc = server->ops->sess_setup(xid, ses, nls_info);
5066
Shirish Pargaonkard4e63bd2013-08-29 08:35:09 -05005067 if (rc)
Joe Perchesf96637b2013-05-04 22:12:25 -05005068 cifs_dbg(VFS, "Send error in SessSetup = %d\n", rc);
Shirish Pargaonkar21e73392010-10-21 06:42:55 -05005069
Linus Torvalds1da177e2005-04-16 15:20:36 -07005070 return rc;
5071}
5072
Jeff Layton8a8798a2012-01-17 16:09:15 -05005073static int
5074cifs_set_vol_auth(struct smb_vol *vol, struct cifs_ses *ses)
5075{
Jeff Layton3f618222013-06-12 19:52:14 -05005076 vol->sectype = ses->sectype;
5077
5078 /* krb5 is special, since we don't need username or pw */
5079 if (vol->sectype == Kerberos)
Jeff Layton8a8798a2012-01-17 16:09:15 -05005080 return 0;
Jeff Layton8a8798a2012-01-17 16:09:15 -05005081
5082 return cifs_set_cifscreds(vol, ses);
5083}
5084
Steve French96daf2b2011-05-27 04:34:02 +00005085static struct cifs_tcon *
Eric W. Biederman6d4a0832013-02-06 01:48:56 -08005086cifs_construct_tcon(struct cifs_sb_info *cifs_sb, kuid_t fsuid)
Jeff Layton9d002df2010-10-06 19:51:11 -04005087{
Jeff Layton8a8798a2012-01-17 16:09:15 -05005088 int rc;
Steve French96daf2b2011-05-27 04:34:02 +00005089 struct cifs_tcon *master_tcon = cifs_sb_master_tcon(cifs_sb);
5090 struct cifs_ses *ses;
5091 struct cifs_tcon *tcon = NULL;
Jeff Layton9d002df2010-10-06 19:51:11 -04005092 struct smb_vol *vol_info;
Jeff Layton9d002df2010-10-06 19:51:11 -04005093
5094 vol_info = kzalloc(sizeof(*vol_info), GFP_KERNEL);
Dan Carpenter803ab972012-01-24 11:39:22 +03005095 if (vol_info == NULL)
5096 return ERR_PTR(-ENOMEM);
Jeff Layton9d002df2010-10-06 19:51:11 -04005097
Jeff Layton9d002df2010-10-06 19:51:11 -04005098 vol_info->local_nls = cifs_sb->local_nls;
5099 vol_info->linux_uid = fsuid;
5100 vol_info->cred_uid = fsuid;
5101 vol_info->UNC = master_tcon->treeName;
5102 vol_info->retry = master_tcon->retry;
5103 vol_info->nocase = master_tcon->nocase;
Steve French3d4ef9a2018-04-25 22:19:09 -05005104 vol_info->nohandlecache = master_tcon->nohandlecache;
Jeff Layton9d002df2010-10-06 19:51:11 -04005105 vol_info->local_lease = master_tcon->local_lease;
5106 vol_info->no_linux_ext = !master_tcon->unix_ext;
Jeff Layton28e11bd2013-05-26 07:01:00 -04005107 vol_info->sectype = master_tcon->ses->sectype;
5108 vol_info->sign = master_tcon->ses->sign;
Jeff Layton9d002df2010-10-06 19:51:11 -04005109
Jeff Layton8a8798a2012-01-17 16:09:15 -05005110 rc = cifs_set_vol_auth(vol_info, master_tcon->ses);
5111 if (rc) {
5112 tcon = ERR_PTR(rc);
5113 goto out;
5114 }
Jeff Layton9d002df2010-10-06 19:51:11 -04005115
5116 /* get a reference for the same TCP session */
Suresh Jayaraman3f9bcca2010-10-18 23:29:37 +05305117 spin_lock(&cifs_tcp_ses_lock);
Jeff Layton9d002df2010-10-06 19:51:11 -04005118 ++master_tcon->ses->server->srv_count;
Suresh Jayaraman3f9bcca2010-10-18 23:29:37 +05305119 spin_unlock(&cifs_tcp_ses_lock);
Jeff Layton9d002df2010-10-06 19:51:11 -04005120
5121 ses = cifs_get_smb_ses(master_tcon->ses->server, vol_info);
5122 if (IS_ERR(ses)) {
Steve French96daf2b2011-05-27 04:34:02 +00005123 tcon = (struct cifs_tcon *)ses;
Pavel Shilovsky53e0e112016-11-04 11:50:31 -07005124 cifs_put_tcp_session(master_tcon->ses->server, 0);
Jeff Layton9d002df2010-10-06 19:51:11 -04005125 goto out;
5126 }
5127
5128 tcon = cifs_get_tcon(ses, vol_info);
5129 if (IS_ERR(tcon)) {
5130 cifs_put_smb_ses(ses);
5131 goto out;
5132 }
5133
Steve Frenchce558b02018-05-31 19:16:54 -05005134 /* if new SMB3.11 POSIX extensions are supported do not remap / and \ */
5135 if (tcon->posix_extensions)
5136 cifs_sb->mnt_cifs_flags |= CIFS_MOUNT_POSIX_PATHS;
Steve French0fdfef92018-06-28 19:30:23 -05005137
Pavel Shilovsky29e20f92012-07-13 13:58:14 +04005138 if (cap_unix(ses))
Jeff Layton9d002df2010-10-06 19:51:11 -04005139 reset_cifs_unix_caps(0, tcon, NULL, vol_info);
Steve Frenchb3266142018-05-20 23:41:10 -05005140
Jeff Layton9d002df2010-10-06 19:51:11 -04005141out:
Jeff Layton8a8798a2012-01-17 16:09:15 -05005142 kfree(vol_info->username);
Aurelien Aptel97f4b722018-01-25 15:59:39 +01005143 kzfree(vol_info->password);
Jeff Layton9d002df2010-10-06 19:51:11 -04005144 kfree(vol_info);
5145
5146 return tcon;
5147}
5148
Steve French96daf2b2011-05-27 04:34:02 +00005149struct cifs_tcon *
Jeff Layton9d002df2010-10-06 19:51:11 -04005150cifs_sb_master_tcon(struct cifs_sb_info *cifs_sb)
5151{
5152 return tlink_tcon(cifs_sb_master_tlink(cifs_sb));
5153}
5154
Jeff Laytonb647c352010-10-28 11:16:44 -04005155/* find and return a tlink with given uid */
5156static struct tcon_link *
Eric W. Biederman6d4a0832013-02-06 01:48:56 -08005157tlink_rb_search(struct rb_root *root, kuid_t uid)
Jeff Laytonb647c352010-10-28 11:16:44 -04005158{
5159 struct rb_node *node = root->rb_node;
5160 struct tcon_link *tlink;
5161
5162 while (node) {
5163 tlink = rb_entry(node, struct tcon_link, tl_rbnode);
5164
Eric W. Biederman6d4a0832013-02-06 01:48:56 -08005165 if (uid_gt(tlink->tl_uid, uid))
Jeff Laytonb647c352010-10-28 11:16:44 -04005166 node = node->rb_left;
Eric W. Biederman6d4a0832013-02-06 01:48:56 -08005167 else if (uid_lt(tlink->tl_uid, uid))
Jeff Laytonb647c352010-10-28 11:16:44 -04005168 node = node->rb_right;
5169 else
5170 return tlink;
5171 }
5172 return NULL;
5173}
5174
5175/* insert a tcon_link into the tree */
5176static void
5177tlink_rb_insert(struct rb_root *root, struct tcon_link *new_tlink)
5178{
5179 struct rb_node **new = &(root->rb_node), *parent = NULL;
5180 struct tcon_link *tlink;
5181
5182 while (*new) {
5183 tlink = rb_entry(*new, struct tcon_link, tl_rbnode);
5184 parent = *new;
5185
Eric W. Biederman6d4a0832013-02-06 01:48:56 -08005186 if (uid_gt(tlink->tl_uid, new_tlink->tl_uid))
Jeff Laytonb647c352010-10-28 11:16:44 -04005187 new = &((*new)->rb_left);
5188 else
5189 new = &((*new)->rb_right);
5190 }
5191
5192 rb_link_node(&new_tlink->tl_rbnode, parent, new);
5193 rb_insert_color(&new_tlink->tl_rbnode, root);
5194}
5195
Jeff Layton9d002df2010-10-06 19:51:11 -04005196/*
5197 * Find or construct an appropriate tcon given a cifs_sb and the fsuid of the
5198 * current task.
5199 *
5200 * If the superblock doesn't refer to a multiuser mount, then just return
5201 * the master tcon for the mount.
5202 *
Suresh Jayaraman6ef933a2010-11-03 10:53:49 +05305203 * First, search the rbtree for an existing tcon for this fsuid. If one
Jeff Layton9d002df2010-10-06 19:51:11 -04005204 * exists, then check to see if it's pending construction. If it is then wait
5205 * for construction to complete. Once it's no longer pending, check to see if
5206 * it failed and either return an error or retry construction, depending on
5207 * the timeout.
5208 *
5209 * If one doesn't exist then insert a new tcon_link struct into the tree and
5210 * try to construct a new one.
5211 */
5212struct tcon_link *
5213cifs_sb_tlink(struct cifs_sb_info *cifs_sb)
5214{
5215 int ret;
Eric W. Biederman6d4a0832013-02-06 01:48:56 -08005216 kuid_t fsuid = current_fsuid();
Jeff Layton9d002df2010-10-06 19:51:11 -04005217 struct tcon_link *tlink, *newtlink;
5218
5219 if (!(cifs_sb->mnt_cifs_flags & CIFS_MOUNT_MULTIUSER))
5220 return cifs_get_tlink(cifs_sb_master_tlink(cifs_sb));
5221
5222 spin_lock(&cifs_sb->tlink_tree_lock);
Jeff Laytonb647c352010-10-28 11:16:44 -04005223 tlink = tlink_rb_search(&cifs_sb->tlink_tree, fsuid);
Jeff Layton9d002df2010-10-06 19:51:11 -04005224 if (tlink)
5225 cifs_get_tlink(tlink);
5226 spin_unlock(&cifs_sb->tlink_tree_lock);
5227
5228 if (tlink == NULL) {
5229 newtlink = kzalloc(sizeof(*tlink), GFP_KERNEL);
5230 if (newtlink == NULL)
5231 return ERR_PTR(-ENOMEM);
Jeff Laytonb647c352010-10-28 11:16:44 -04005232 newtlink->tl_uid = fsuid;
Jeff Layton9d002df2010-10-06 19:51:11 -04005233 newtlink->tl_tcon = ERR_PTR(-EACCES);
5234 set_bit(TCON_LINK_PENDING, &newtlink->tl_flags);
5235 set_bit(TCON_LINK_IN_TREE, &newtlink->tl_flags);
5236 cifs_get_tlink(newtlink);
5237
Jeff Layton9d002df2010-10-06 19:51:11 -04005238 spin_lock(&cifs_sb->tlink_tree_lock);
5239 /* was one inserted after previous search? */
Jeff Laytonb647c352010-10-28 11:16:44 -04005240 tlink = tlink_rb_search(&cifs_sb->tlink_tree, fsuid);
Jeff Layton9d002df2010-10-06 19:51:11 -04005241 if (tlink) {
5242 cifs_get_tlink(tlink);
5243 spin_unlock(&cifs_sb->tlink_tree_lock);
Jeff Layton9d002df2010-10-06 19:51:11 -04005244 kfree(newtlink);
5245 goto wait_for_construction;
5246 }
Jeff Layton9d002df2010-10-06 19:51:11 -04005247 tlink = newtlink;
Jeff Laytonb647c352010-10-28 11:16:44 -04005248 tlink_rb_insert(&cifs_sb->tlink_tree, tlink);
5249 spin_unlock(&cifs_sb->tlink_tree_lock);
Jeff Layton9d002df2010-10-06 19:51:11 -04005250 } else {
5251wait_for_construction:
5252 ret = wait_on_bit(&tlink->tl_flags, TCON_LINK_PENDING,
Jeff Layton9d002df2010-10-06 19:51:11 -04005253 TASK_INTERRUPTIBLE);
5254 if (ret) {
5255 cifs_put_tlink(tlink);
NeilBrown74316202014-07-07 15:16:04 +10005256 return ERR_PTR(-ERESTARTSYS);
Jeff Layton9d002df2010-10-06 19:51:11 -04005257 }
5258
5259 /* if it's good, return it */
5260 if (!IS_ERR(tlink->tl_tcon))
5261 return tlink;
5262
5263 /* return error if we tried this already recently */
5264 if (time_before(jiffies, tlink->tl_time + TLINK_ERROR_EXPIRE)) {
5265 cifs_put_tlink(tlink);
5266 return ERR_PTR(-EACCES);
5267 }
5268
5269 if (test_and_set_bit(TCON_LINK_PENDING, &tlink->tl_flags))
5270 goto wait_for_construction;
5271 }
5272
5273 tlink->tl_tcon = cifs_construct_tcon(cifs_sb, fsuid);
5274 clear_bit(TCON_LINK_PENDING, &tlink->tl_flags);
5275 wake_up_bit(&tlink->tl_flags, TCON_LINK_PENDING);
5276
5277 if (IS_ERR(tlink->tl_tcon)) {
5278 cifs_put_tlink(tlink);
5279 return ERR_PTR(-EACCES);
5280 }
5281
5282 return tlink;
5283}
Jeff Layton2de970f2010-10-06 19:51:12 -04005284
5285/*
5286 * periodic workqueue job that scans tcon_tree for a superblock and closes
5287 * out tcons.
5288 */
5289static void
5290cifs_prune_tlinks(struct work_struct *work)
5291{
5292 struct cifs_sb_info *cifs_sb = container_of(work, struct cifs_sb_info,
5293 prune_tlinks.work);
Jeff Laytonb647c352010-10-28 11:16:44 -04005294 struct rb_root *root = &cifs_sb->tlink_tree;
Colin Ian King37e12f52018-01-17 09:52:39 +00005295 struct rb_node *node;
Jeff Laytonb647c352010-10-28 11:16:44 -04005296 struct rb_node *tmp;
5297 struct tcon_link *tlink;
Jeff Layton2de970f2010-10-06 19:51:12 -04005298
Jeff Laytonb647c352010-10-28 11:16:44 -04005299 /*
5300 * Because we drop the spinlock in the loop in order to put the tlink
5301 * it's not guarded against removal of links from the tree. The only
5302 * places that remove entries from the tree are this function and
5303 * umounts. Because this function is non-reentrant and is canceled
5304 * before umount can proceed, this is safe.
5305 */
5306 spin_lock(&cifs_sb->tlink_tree_lock);
5307 node = rb_first(root);
5308 while (node != NULL) {
5309 tmp = node;
5310 node = rb_next(tmp);
5311 tlink = rb_entry(tmp, struct tcon_link, tl_rbnode);
5312
5313 if (test_bit(TCON_LINK_MASTER, &tlink->tl_flags) ||
5314 atomic_read(&tlink->tl_count) != 0 ||
5315 time_after(tlink->tl_time + TLINK_IDLE_EXPIRE, jiffies))
5316 continue;
5317
5318 cifs_get_tlink(tlink);
5319 clear_bit(TCON_LINK_IN_TREE, &tlink->tl_flags);
5320 rb_erase(tmp, root);
5321
Jeff Layton2de970f2010-10-06 19:51:12 -04005322 spin_unlock(&cifs_sb->tlink_tree_lock);
Jeff Laytonb647c352010-10-28 11:16:44 -04005323 cifs_put_tlink(tlink);
5324 spin_lock(&cifs_sb->tlink_tree_lock);
5325 }
5326 spin_unlock(&cifs_sb->tlink_tree_lock);
Jeff Layton2de970f2010-10-06 19:51:12 -04005327
Jeff Laytonda472fc2012-03-23 14:40:53 -04005328 queue_delayed_work(cifsiod_wq, &cifs_sb->prune_tlinks,
Jeff Layton2de970f2010-10-06 19:51:12 -04005329 TLINK_IDLE_EXPIRE);
5330}