blob: be685e236bd53b6f6644f77c41e6b170c46a7858 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * fs/nfs/nfs4proc.c
3 *
4 * Client-side procedure declarations for NFSv4.
5 *
6 * Copyright (c) 2002 The Regents of the University of Michigan.
7 * All rights reserved.
8 *
9 * Kendrick Smith <kmsmith@umich.edu>
10 * Andy Adamson <andros@umich.edu>
11 *
12 * Redistribution and use in source and binary forms, with or without
13 * modification, are permitted provided that the following conditions
14 * are met:
15 *
16 * 1. Redistributions of source code must retain the above copyright
17 * notice, this list of conditions and the following disclaimer.
18 * 2. Redistributions in binary form must reproduce the above copyright
19 * notice, this list of conditions and the following disclaimer in the
20 * documentation and/or other materials provided with the distribution.
21 * 3. Neither the name of the University nor the names of its
22 * contributors may be used to endorse or promote products derived
23 * from this software without specific prior written permission.
24 *
25 * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED
26 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
27 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
28 * DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
29 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
30 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
31 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
32 * BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
33 * LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
34 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
35 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
36 */
37
38#include <linux/mm.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070039#include <linux/delay.h>
40#include <linux/errno.h>
Jeff Laytonfeaff8e2015-05-12 15:48:10 -040041#include <linux/file.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070042#include <linux/string.h>
Trond Myklebust652f89f2011-12-09 19:05:58 -050043#include <linux/ratelimit.h>
44#include <linux/printk.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090045#include <linux/slab.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070046#include <linux/sunrpc/clnt.h>
47#include <linux/nfs.h>
48#include <linux/nfs4.h>
49#include <linux/nfs_fs.h>
50#include <linux/nfs_page.h>
Bryan Schumaker9b7160c2011-04-13 14:31:30 -040051#include <linux/nfs_mount.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070052#include <linux/namei.h>
Trond Myklebust02a913a2005-10-18 14:20:17 -070053#include <linux/mount.h>
Benny Halevy99fe60d2009-04-01 09:22:29 -040054#include <linux/module.h>
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +000055#include <linux/xattr.h>
Andy Adamsonc7a360b2011-01-25 19:15:32 -050056#include <linux/utsname.h>
Jeff Laytond3103102011-12-01 22:44:39 +010057#include <linux/freezer.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070058
Trond Myklebust4ce79712005-06-22 17:16:21 +000059#include "nfs4_fs.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070060#include "delegation.h"
Trond Myklebust101070c2008-02-19 20:04:23 -050061#include "internal.h"
Chuck Lever006ea732006-03-20 13:44:14 -050062#include "iostat.h"
Andy Adamsonfc931582009-04-01 09:22:31 -040063#include "callback.h"
Andy Adamsonb1f69b72010-10-20 00:18:03 -040064#include "pnfs.h"
Chuck Leverf0920752012-05-21 22:45:41 -040065#include "netns.h"
Anna Schumaker40c64c22015-04-15 13:00:05 -040066#include "nfs4idmap.h"
Trond Myklebust73e39aa2012-11-26 12:49:34 -050067#include "nfs4session.h"
David Howellsde242c02012-12-20 21:52:38 +000068#include "fscache.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070069
Trond Myklebustc6d01c62013-08-09 11:51:26 -040070#include "nfs4trace.h"
71
Linus Torvalds1da177e2005-04-16 15:20:36 -070072#define NFSDBG_FACILITY NFSDBG_PROC
73
Trond Myklebust2066fe82006-09-15 08:30:46 -040074#define NFS4_POLL_RETRY_MIN (HZ/10)
Linus Torvalds1da177e2005-04-16 15:20:36 -070075#define NFS4_POLL_RETRY_MAX (15*HZ)
76
Trond Myklebustcdd4e682006-01-03 09:55:12 +010077struct nfs4_opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +010078static int _nfs4_proc_open(struct nfs4_opendata *data);
Alexandros Batsakisb2579572009-12-14 21:27:57 -080079static int _nfs4_recover_proc_open(struct nfs4_opendata *data);
Linus Torvalds1da177e2005-04-16 15:20:36 -070080static int nfs4_do_fsinfo(struct nfs_server *, struct nfs_fh *, struct nfs_fsinfo *);
Chuck Lever81934dd2012-03-01 17:01:57 -050081static void nfs_fixup_referral_attributes(struct nfs_fattr *fattr);
David Quigley1775fd32013-05-22 12:50:42 -040082static int nfs4_proc_getattr(struct nfs_server *, struct nfs_fh *, struct nfs_fattr *, struct nfs4_label *label);
83static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr, struct nfs4_label *label);
Trond Myklebust0ab64e02010-04-16 16:22:51 -040084static int nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
85 struct nfs_fattr *fattr, struct iattr *sattr,
David Quigley1775fd32013-05-22 12:50:42 -040086 struct nfs4_state *state, struct nfs4_label *ilabel,
87 struct nfs4_label *olabel);
Bryan Schumakerf062eb62011-06-02 14:59:10 -040088#ifdef CONFIG_NFS_V4_1
Trond Myklebustab7cb0d2013-05-20 11:20:27 -040089static int nfs41_test_stateid(struct nfs_server *, nfs4_stateid *,
90 struct rpc_cred *);
91static int nfs41_free_stateid(struct nfs_server *, nfs4_stateid *,
92 struct rpc_cred *);
Bryan Schumakerf062eb62011-06-02 14:59:10 -040093#endif
David Quigleyaa9c2662013-05-22 12:50:44 -040094
95#ifdef CONFIG_NFS_V4_SECURITY_LABEL
96static inline struct nfs4_label *
97nfs4_label_init_security(struct inode *dir, struct dentry *dentry,
98 struct iattr *sattr, struct nfs4_label *label)
99{
100 int err;
101
102 if (label == NULL)
103 return NULL;
104
105 if (nfs_server_capable(dir, NFS_CAP_SECURITY_LABEL) == 0)
106 return NULL;
107
David Quigleyaa9c2662013-05-22 12:50:44 -0400108 err = security_dentry_init_security(dentry, sattr->ia_mode,
109 &dentry->d_name, (void **)&label->label, &label->len);
110 if (err == 0)
111 return label;
112
113 return NULL;
114}
115static inline void
116nfs4_label_release_security(struct nfs4_label *label)
117{
118 if (label)
119 security_release_secctx(label->label, label->len);
120}
121static inline u32 *nfs4_bitmask(struct nfs_server *server, struct nfs4_label *label)
122{
123 if (label)
124 return server->attr_bitmask;
125
126 return server->attr_bitmask_nl;
127}
128#else
129static inline struct nfs4_label *
130nfs4_label_init_security(struct inode *dir, struct dentry *dentry,
131 struct iattr *sattr, struct nfs4_label *l)
132{ return NULL; }
133static inline void
134nfs4_label_release_security(struct nfs4_label *label)
135{ return; }
136static inline u32 *
137nfs4_bitmask(struct nfs_server *server, struct nfs4_label *label)
138{ return server->attr_bitmask; }
139#endif
140
Linus Torvalds1da177e2005-04-16 15:20:36 -0700141/* Prevent leaks of NFSv4 errors into userland */
WANG Cong46f72f52008-12-30 16:35:55 -0500142static int nfs4_map_errors(int err)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700143{
Trond Myklebust52567b02009-10-23 14:46:42 -0400144 if (err >= -1000)
145 return err;
146 switch (err) {
147 case -NFS4ERR_RESOURCE:
Weston Andros Adamson30005122013-02-28 20:30:10 -0500148 case -NFS4ERR_LAYOUTTRYLATER:
149 case -NFS4ERR_RECALLCONFLICT:
Trond Myklebust52567b02009-10-23 14:46:42 -0400150 return -EREMOTEIO;
Bryan Schumaker7ebb9312011-03-24 17:12:30 +0000151 case -NFS4ERR_WRONGSEC:
Weston Andros Adamson88975382013-08-13 16:37:38 -0400152 case -NFS4ERR_WRONG_CRED:
Bryan Schumaker7ebb9312011-03-24 17:12:30 +0000153 return -EPERM;
Trond Myklebust3ddeb7c2011-02-22 15:44:31 -0800154 case -NFS4ERR_BADOWNER:
155 case -NFS4ERR_BADNAME:
156 return -EINVAL;
Trond Myklebustfb13bfa2012-05-28 11:36:28 -0400157 case -NFS4ERR_SHARE_DENIED:
158 return -EACCES;
Steve Dicksonf25efd82012-06-06 14:12:07 -0400159 case -NFS4ERR_MINOR_VERS_MISMATCH:
160 return -EPROTONOSUPPORT;
Trond Myklebust6e3cf242013-03-23 15:22:45 -0400161 case -NFS4ERR_FILE_OPEN:
162 return -EBUSY;
Trond Myklebust52567b02009-10-23 14:46:42 -0400163 default:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700164 dprintk("%s could not handle NFSv4 error %d\n",
Harvey Harrison3110ff82008-05-02 13:42:44 -0700165 __func__, -err);
Trond Myklebust52567b02009-10-23 14:46:42 -0400166 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700167 }
Trond Myklebust52567b02009-10-23 14:46:42 -0400168 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700169}
170
171/*
172 * This is our standard bitmap for GETATTR requests.
173 */
Trond Myklebust1549210f2012-06-05 09:16:47 -0400174const u32 nfs4_fattr_bitmap[3] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700175 FATTR4_WORD0_TYPE
176 | FATTR4_WORD0_CHANGE
177 | FATTR4_WORD0_SIZE
178 | FATTR4_WORD0_FSID
179 | FATTR4_WORD0_FILEID,
180 FATTR4_WORD1_MODE
181 | FATTR4_WORD1_NUMLINKS
182 | FATTR4_WORD1_OWNER
183 | FATTR4_WORD1_OWNER_GROUP
184 | FATTR4_WORD1_RAWDEV
185 | FATTR4_WORD1_SPACE_USED
186 | FATTR4_WORD1_TIME_ACCESS
187 | FATTR4_WORD1_TIME_METADATA
Anna Schumakerea96d1e2015-04-03 14:35:59 -0400188 | FATTR4_WORD1_TIME_MODIFY
189 | FATTR4_WORD1_MOUNTED_ON_FILEID,
David Quigleyaa9c2662013-05-22 12:50:44 -0400190#ifdef CONFIG_NFS_V4_SECURITY_LABEL
191 FATTR4_WORD2_SECURITY_LABEL
192#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -0700193};
194
Trond Myklebust1549210f2012-06-05 09:16:47 -0400195static const u32 nfs4_pnfs_open_bitmap[3] = {
196 FATTR4_WORD0_TYPE
197 | FATTR4_WORD0_CHANGE
198 | FATTR4_WORD0_SIZE
199 | FATTR4_WORD0_FSID
200 | FATTR4_WORD0_FILEID,
201 FATTR4_WORD1_MODE
202 | FATTR4_WORD1_NUMLINKS
203 | FATTR4_WORD1_OWNER
204 | FATTR4_WORD1_OWNER_GROUP
205 | FATTR4_WORD1_RAWDEV
206 | FATTR4_WORD1_SPACE_USED
207 | FATTR4_WORD1_TIME_ACCESS
208 | FATTR4_WORD1_TIME_METADATA
209 | FATTR4_WORD1_TIME_MODIFY,
210 FATTR4_WORD2_MDSTHRESHOLD
Trond Myklebust95864c92015-12-26 15:06:03 -0500211#ifdef CONFIG_NFS_V4_SECURITY_LABEL
212 | FATTR4_WORD2_SECURITY_LABEL
213#endif
Trond Myklebust1549210f2012-06-05 09:16:47 -0400214};
215
Andy Adamsone23008e2012-10-02 21:07:32 -0400216static const u32 nfs4_open_noattr_bitmap[3] = {
217 FATTR4_WORD0_TYPE
218 | FATTR4_WORD0_CHANGE
219 | FATTR4_WORD0_FILEID,
220};
221
David Quigleya09df2c2013-05-22 12:50:41 -0400222const u32 nfs4_statfs_bitmap[3] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700223 FATTR4_WORD0_FILES_AVAIL
224 | FATTR4_WORD0_FILES_FREE
225 | FATTR4_WORD0_FILES_TOTAL,
226 FATTR4_WORD1_SPACE_AVAIL
227 | FATTR4_WORD1_SPACE_FREE
228 | FATTR4_WORD1_SPACE_TOTAL
229};
230
David Quigleya09df2c2013-05-22 12:50:41 -0400231const u32 nfs4_pathconf_bitmap[3] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700232 FATTR4_WORD0_MAXLINK
233 | FATTR4_WORD0_MAXNAME,
234 0
235};
236
Fred Isamandae100c2011-07-30 20:52:37 -0400237const u32 nfs4_fsinfo_bitmap[3] = { FATTR4_WORD0_MAXFILESIZE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700238 | FATTR4_WORD0_MAXREAD
239 | FATTR4_WORD0_MAXWRITE
240 | FATTR4_WORD0_LEASE_TIME,
Ricardo Labiaga55b6e772010-10-12 16:30:06 -0700241 FATTR4_WORD1_TIME_DELTA
Fred Isamandae100c2011-07-30 20:52:37 -0400242 | FATTR4_WORD1_FS_LAYOUT_TYPES,
243 FATTR4_WORD2_LAYOUT_BLKSIZE
Peng Tao2a92ee92015-09-26 02:24:37 +0800244 | FATTR4_WORD2_CLONE_BLKSIZE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700245};
246
David Quigleya09df2c2013-05-22 12:50:41 -0400247const u32 nfs4_fs_locations_bitmap[3] = {
Manoj Naik830b8e32006-06-09 09:34:25 -0400248 FATTR4_WORD0_TYPE
249 | FATTR4_WORD0_CHANGE
250 | FATTR4_WORD0_SIZE
251 | FATTR4_WORD0_FSID
252 | FATTR4_WORD0_FILEID
253 | FATTR4_WORD0_FS_LOCATIONS,
254 FATTR4_WORD1_MODE
255 | FATTR4_WORD1_NUMLINKS
256 | FATTR4_WORD1_OWNER
257 | FATTR4_WORD1_OWNER_GROUP
258 | FATTR4_WORD1_RAWDEV
259 | FATTR4_WORD1_SPACE_USED
260 | FATTR4_WORD1_TIME_ACCESS
261 | FATTR4_WORD1_TIME_METADATA
262 | FATTR4_WORD1_TIME_MODIFY
David Quigleya09df2c2013-05-22 12:50:41 -0400263 | FATTR4_WORD1_MOUNTED_ON_FILEID,
Manoj Naik830b8e32006-06-09 09:34:25 -0400264};
265
Al Virobc4785c2006-10-19 23:28:51 -0700266static void nfs4_setup_readdir(u64 cookie, __be32 *verifier, struct dentry *dentry,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700267 struct nfs4_readdir_arg *readdir)
268{
Al Viro0dbb4c62006-10-19 23:28:49 -0700269 __be32 *start, *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700270
Linus Torvalds1da177e2005-04-16 15:20:36 -0700271 if (cookie > 2) {
Adrian Bunkb7ef1952005-06-22 17:16:28 +0000272 readdir->cookie = cookie;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700273 memcpy(&readdir->verifier, verifier, sizeof(readdir->verifier));
274 return;
275 }
276
277 readdir->cookie = 0;
278 memset(&readdir->verifier, 0, sizeof(readdir->verifier));
279 if (cookie == 2)
280 return;
281
282 /*
283 * NFSv4 servers do not return entries for '.' and '..'
284 * Therefore, we fake these entries here. We let '.'
285 * have cookie 0 and '..' have cookie 1. Note that
286 * when talking to the server, we always send cookie 0
287 * instead of 1 or 2.
288 */
Cong Wang2b86ce22011-11-25 23:14:33 +0800289 start = p = kmap_atomic(*readdir->pages);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700290
291 if (cookie == 0) {
292 *p++ = xdr_one; /* next */
293 *p++ = xdr_zero; /* cookie, first word */
294 *p++ = xdr_one; /* cookie, second word */
295 *p++ = xdr_one; /* entry len */
296 memcpy(p, ".\0\0\0", 4); /* entry */
297 p++;
298 *p++ = xdr_one; /* bitmap length */
299 *p++ = htonl(FATTR4_WORD0_FILEID); /* bitmap */
300 *p++ = htonl(8); /* attribute buffer length */
David Howells2b0143b2015-03-17 22:25:59 +0000301 p = xdr_encode_hyper(p, NFS_FILEID(d_inode(dentry)));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700302 }
303
304 *p++ = xdr_one; /* next */
305 *p++ = xdr_zero; /* cookie, first word */
306 *p++ = xdr_two; /* cookie, second word */
307 *p++ = xdr_two; /* entry len */
308 memcpy(p, "..\0\0", 4); /* entry */
309 p++;
310 *p++ = xdr_one; /* bitmap length */
311 *p++ = htonl(FATTR4_WORD0_FILEID); /* bitmap */
312 *p++ = htonl(8); /* attribute buffer length */
David Howells2b0143b2015-03-17 22:25:59 +0000313 p = xdr_encode_hyper(p, NFS_FILEID(d_inode(dentry->d_parent)));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700314
315 readdir->pgbase = (char *)p - (char *)start;
316 readdir->count -= readdir->pgbase;
Cong Wang2b86ce22011-11-25 23:14:33 +0800317 kunmap_atomic(start);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700318}
319
NeilBrown8478eaa2014-09-18 16:09:27 +1000320static long nfs4_update_delay(long *timeout)
321{
322 long ret;
323 if (!timeout)
324 return NFS4_POLL_RETRY_MAX;
325 if (*timeout <= 0)
326 *timeout = NFS4_POLL_RETRY_MIN;
327 if (*timeout > NFS4_POLL_RETRY_MAX)
328 *timeout = NFS4_POLL_RETRY_MAX;
329 ret = *timeout;
330 *timeout <<= 1;
331 return ret;
332}
333
Trond Myklebust65de8722008-12-23 15:21:44 -0500334static int nfs4_delay(struct rpc_clnt *clnt, long *timeout)
335{
336 int res = 0;
337
338 might_sleep();
339
NeilBrown8478eaa2014-09-18 16:09:27 +1000340 freezable_schedule_timeout_killable_unsafe(
341 nfs4_update_delay(timeout));
Trond Myklebust65de8722008-12-23 15:21:44 -0500342 if (fatal_signal_pending(current))
343 res = -ERESTARTSYS;
Trond Myklebust65de8722008-12-23 15:21:44 -0500344 return res;
345}
346
347/* This is the error handling routine for processes that are allowed
348 * to sleep.
349 */
Trond Myklebustb3c2aa02015-09-20 14:32:45 -0400350static int nfs4_do_handle_exception(struct nfs_server *server,
351 int errorcode, struct nfs4_exception *exception)
Trond Myklebust65de8722008-12-23 15:21:44 -0500352{
353 struct nfs_client *clp = server->nfs_client;
Trond Myklebust9e33bed2008-12-23 15:21:46 -0500354 struct nfs4_state *state = exception->state;
Trond Myklebust3114ea72012-03-07 16:39:06 -0500355 struct inode *inode = exception->inode;
Trond Myklebust65de8722008-12-23 15:21:44 -0500356 int ret = errorcode;
357
Trond Myklebustb3c2aa02015-09-20 14:32:45 -0400358 exception->delay = 0;
359 exception->recovering = 0;
Trond Myklebust65de8722008-12-23 15:21:44 -0500360 exception->retry = 0;
361 switch(errorcode) {
362 case 0:
363 return 0;
Trond Myklebust3114ea72012-03-07 16:39:06 -0500364 case -NFS4ERR_OPENMODE:
Trond Myklebust5ba12442015-06-16 11:26:35 -0400365 case -NFS4ERR_DELEG_REVOKED:
366 case -NFS4ERR_ADMIN_REVOKED:
367 case -NFS4ERR_BAD_STATEID:
Trond Myklebust4816fda2015-09-20 14:58:42 -0400368 if (inode && nfs_async_inode_return_delegation(inode,
369 NULL) == 0)
370 goto wait_on_recovery;
Trond Myklebust3114ea72012-03-07 16:39:06 -0500371 if (state == NULL)
372 break;
Trond Myklebust5d422302013-03-14 16:57:48 -0400373 ret = nfs4_schedule_stateid_recovery(server, state);
374 if (ret < 0)
375 break;
Trond Myklebust3114ea72012-03-07 16:39:06 -0500376 goto wait_on_recovery;
Trond Myklebust0ced63d2011-05-26 14:26:35 -0400377 case -NFS4ERR_EXPIRED:
Trond Myklebust5d422302013-03-14 16:57:48 -0400378 if (state != NULL) {
379 ret = nfs4_schedule_stateid_recovery(server, state);
380 if (ret < 0)
381 break;
382 }
Trond Myklebust65de8722008-12-23 15:21:44 -0500383 case -NFS4ERR_STALE_STATEID:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -0500384 case -NFS4ERR_STALE_CLIENTID:
Trond Myklebust0400a6b2011-03-09 16:00:53 -0500385 nfs4_schedule_lease_recovery(clp);
386 goto wait_on_recovery;
Chuck Lever519ae252013-10-17 14:13:19 -0400387 case -NFS4ERR_MOVED:
388 ret = nfs4_schedule_migration_recovery(server);
389 if (ret < 0)
390 break;
391 goto wait_on_recovery;
Chuck Lever8ef2f8d2013-10-17 14:13:41 -0400392 case -NFS4ERR_LEASE_MOVED:
393 nfs4_schedule_lease_moved_recovery(clp);
394 goto wait_on_recovery;
Trond Myklebust03391692010-01-26 15:42:38 -0500395#if defined(CONFIG_NFS_V4_1)
Andy Adamson4745e312009-04-01 09:22:42 -0400396 case -NFS4ERR_BADSESSION:
397 case -NFS4ERR_BADSLOT:
398 case -NFS4ERR_BAD_HIGH_SLOT:
399 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
400 case -NFS4ERR_DEADSESSION:
401 case -NFS4ERR_SEQ_FALSE_RETRY:
402 case -NFS4ERR_SEQ_MISORDERED:
403 dprintk("%s ERROR: %d Reset session\n", __func__,
404 errorcode);
Trond Myklebust9f594792012-05-27 13:02:53 -0400405 nfs4_schedule_session_recovery(clp->cl_session, errorcode);
Bryan Schumaker399f11c2012-10-30 16:06:35 -0400406 goto wait_on_recovery;
Trond Myklebust03391692010-01-26 15:42:38 -0500407#endif /* defined(CONFIG_NFS_V4_1) */
Trond Myklebust65de8722008-12-23 15:21:44 -0500408 case -NFS4ERR_FILE_OPEN:
NeilBrown44ed3552009-12-03 15:58:56 -0500409 if (exception->timeout > HZ) {
410 /* We have retried a decent amount, time to
411 * fail
412 */
413 ret = -EBUSY;
414 break;
415 }
Trond Myklebust65de8722008-12-23 15:21:44 -0500416 case -NFS4ERR_DELAY:
Trond Myklebust2598ed32015-09-20 16:10:18 -0400417 nfs_inc_server_stats(server, NFSIOS_DELAY);
418 case -NFS4ERR_GRACE:
Trond Myklebustb3c2aa02015-09-20 14:32:45 -0400419 exception->delay = 1;
420 return 0;
421
Andy Adamsona8a4ae32011-05-03 13:43:03 -0400422 case -NFS4ERR_RETRY_UNCACHED_REP:
Trond Myklebust65de8722008-12-23 15:21:44 -0500423 case -NFS4ERR_OLD_STATEID:
424 exception->retry = 1;
Trond Myklebustb064eca22011-02-22 15:44:32 -0800425 break;
426 case -NFS4ERR_BADOWNER:
427 /* The following works around a Linux server bug! */
428 case -NFS4ERR_BADNAME:
429 if (server->caps & NFS_CAP_UIDGID_NOMAP) {
430 server->caps &= ~NFS_CAP_UIDGID_NOMAP;
431 exception->retry = 1;
432 printk(KERN_WARNING "NFS: v4 server %s "
433 "does not accept raw "
434 "uid/gids. "
435 "Reenabling the idmapper.\n",
436 server->nfs_client->cl_hostname);
437 }
Trond Myklebust65de8722008-12-23 15:21:44 -0500438 }
439 /* We failed to handle the error */
440 return nfs4_map_errors(ret);
Trond Myklebust0400a6b2011-03-09 16:00:53 -0500441wait_on_recovery:
Trond Myklebustb3c2aa02015-09-20 14:32:45 -0400442 exception->recovering = 1;
443 return 0;
444}
445
446/* This is the error handling routine for processes that are allowed
447 * to sleep.
448 */
449int nfs4_handle_exception(struct nfs_server *server, int errorcode, struct nfs4_exception *exception)
450{
451 struct nfs_client *clp = server->nfs_client;
452 int ret;
453
454 ret = nfs4_do_handle_exception(server, errorcode, exception);
455 if (exception->delay) {
456 ret = nfs4_delay(server->client, &exception->timeout);
457 goto out_retry;
458 }
459 if (exception->recovering) {
460 ret = nfs4_wait_clnt_recover(clp);
461 if (test_bit(NFS_MIG_FAILED, &server->mig_status))
462 return -EIO;
463 goto out_retry;
464 }
465 return ret;
466out_retry:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -0500467 if (ret == 0)
468 exception->retry = 1;
469 return ret;
Trond Myklebust65de8722008-12-23 15:21:44 -0500470}
471
Trond Myklebust037fc982015-09-20 15:51:00 -0400472static int
473nfs4_async_handle_exception(struct rpc_task *task, struct nfs_server *server,
474 int errorcode, struct nfs4_exception *exception)
475{
476 struct nfs_client *clp = server->nfs_client;
477 int ret;
478
479 ret = nfs4_do_handle_exception(server, errorcode, exception);
480 if (exception->delay) {
481 rpc_delay(task, nfs4_update_delay(&exception->timeout));
482 goto out_retry;
483 }
484 if (exception->recovering) {
485 rpc_sleep_on(&clp->cl_rpcwaitq, task, NULL);
486 if (test_bit(NFS4CLNT_MANAGER_RUNNING, &clp->cl_state) == 0)
487 rpc_wake_up_queued_task(&clp->cl_rpcwaitq, task);
488 goto out_retry;
489 }
490 if (test_bit(NFS_MIG_FAILED, &server->mig_status))
491 ret = -EIO;
492 return ret;
493out_retry:
494 if (ret == 0)
495 exception->retry = 1;
496 return ret;
497}
498
499static int
500nfs4_async_handle_error(struct rpc_task *task, struct nfs_server *server,
501 struct nfs4_state *state, long *timeout)
502{
503 struct nfs4_exception exception = {
504 .state = state,
505 };
506
507 if (task->tk_status >= 0)
508 return 0;
509 if (timeout)
510 exception.timeout = *timeout;
511 task->tk_status = nfs4_async_handle_exception(task, server,
512 task->tk_status,
513 &exception);
514 if (exception.delay && timeout)
515 *timeout = exception.timeout;
516 if (exception.retry)
517 return -EAGAIN;
518 return 0;
519}
520
Weston Andros Adamsona5250de2013-09-03 15:18:49 -0400521/*
522 * Return 'true' if 'clp' is using an rpc_client that is integrity protected
523 * or 'false' otherwise.
524 */
525static bool _nfs4_is_integrity_protected(struct nfs_client *clp)
526{
527 rpc_authflavor_t flavor = clp->cl_rpcclient->cl_auth->au_flavor;
528
529 if (flavor == RPC_AUTH_GSS_KRB5I ||
530 flavor == RPC_AUTH_GSS_KRB5P)
531 return true;
532
533 return false;
534}
Trond Myklebust65de8722008-12-23 15:21:44 -0500535
Trond Myklebust452e9352010-07-31 14:29:06 -0400536static void do_renew_lease(struct nfs_client *clp, unsigned long timestamp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700537{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700538 spin_lock(&clp->cl_lock);
539 if (time_before(clp->cl_last_renewal,timestamp))
540 clp->cl_last_renewal = timestamp;
541 spin_unlock(&clp->cl_lock);
542}
543
Trond Myklebust452e9352010-07-31 14:29:06 -0400544static void renew_lease(const struct nfs_server *server, unsigned long timestamp)
545{
Trond Myklebustbe824162015-07-05 14:50:46 -0400546 struct nfs_client *clp = server->nfs_client;
547
548 if (!nfs4_has_session(clp))
549 do_renew_lease(clp, timestamp);
Trond Myklebust452e9352010-07-31 14:29:06 -0400550}
551
Chuck Lever2a3eb2b2013-08-09 12:48:00 -0400552struct nfs4_call_sync_data {
553 const struct nfs_server *seq_server;
554 struct nfs4_sequence_args *seq_args;
555 struct nfs4_sequence_res *seq_res;
556};
557
Trond Myklebustbe3a5d22015-06-23 19:51:55 +0800558void nfs4_init_sequence(struct nfs4_sequence_args *args,
559 struct nfs4_sequence_res *res, int cache_reply)
Chuck Levera9c92d62013-08-09 12:48:18 -0400560{
561 args->sa_slot = NULL;
562 args->sa_cache_this = cache_reply;
563 args->sa_privileged = 0;
564
565 res->sr_slot = NULL;
566}
567
568static void nfs4_set_sequence_privileged(struct nfs4_sequence_args *args)
569{
570 args->sa_privileged = 1;
571}
572
Peng Taocb04ad22014-06-11 05:24:15 +0800573int nfs40_setup_sequence(struct nfs4_slot_table *tbl,
574 struct nfs4_sequence_args *args,
575 struct nfs4_sequence_res *res,
576 struct rpc_task *task)
Chuck Lever3bd23842013-08-09 12:49:19 -0400577{
Chuck Lever3bd23842013-08-09 12:49:19 -0400578 struct nfs4_slot *slot;
579
580 /* slot already allocated? */
581 if (res->sr_slot != NULL)
582 goto out_start;
583
584 spin_lock(&tbl->slot_tbl_lock);
585 if (nfs4_slot_tbl_draining(tbl) && !args->sa_privileged)
586 goto out_sleep;
587
588 slot = nfs4_alloc_slot(tbl);
589 if (IS_ERR(slot)) {
590 if (slot == ERR_PTR(-ENOMEM))
591 task->tk_timeout = HZ >> 2;
592 goto out_sleep;
593 }
594 spin_unlock(&tbl->slot_tbl_lock);
595
596 args->sa_slot = slot;
597 res->sr_slot = slot;
598
599out_start:
600 rpc_call_start(task);
601 return 0;
602
603out_sleep:
604 if (args->sa_privileged)
605 rpc_sleep_on_priority(&tbl->slot_tbl_waitq, task,
606 NULL, RPC_PRIORITY_PRIVILEGED);
607 else
608 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL);
609 spin_unlock(&tbl->slot_tbl_lock);
610 return -EAGAIN;
611}
Peng Taocb04ad22014-06-11 05:24:15 +0800612EXPORT_SYMBOL_GPL(nfs40_setup_sequence);
Chuck Lever3bd23842013-08-09 12:49:19 -0400613
614static int nfs40_sequence_done(struct rpc_task *task,
615 struct nfs4_sequence_res *res)
616{
617 struct nfs4_slot *slot = res->sr_slot;
618 struct nfs4_slot_table *tbl;
619
Trond Myklebustcab92c12014-01-29 12:12:15 -0500620 if (slot == NULL)
Chuck Lever3bd23842013-08-09 12:49:19 -0400621 goto out;
622
623 tbl = slot->table;
624 spin_lock(&tbl->slot_tbl_lock);
625 if (!nfs41_wake_and_assign_slot(tbl, slot))
626 nfs4_free_slot(tbl, slot);
627 spin_unlock(&tbl->slot_tbl_lock);
628
629 res->sr_slot = NULL;
630out:
631 return 1;
632}
633
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400634#if defined(CONFIG_NFS_V4_1)
635
Trond Myklebustd185a332010-06-16 09:52:25 -0400636static void nfs41_sequence_free_slot(struct nfs4_sequence_res *res)
Andy Adamson13615872009-04-01 09:22:17 -0400637{
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500638 struct nfs4_session *session;
Andy Adamson13615872009-04-01 09:22:17 -0400639 struct nfs4_slot_table *tbl;
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500640 struct nfs4_slot *slot = res->sr_slot;
Trond Myklebustc10e4492012-11-26 16:16:54 -0500641 bool send_new_highest_used_slotid = false;
Andy Adamson13615872009-04-01 09:22:17 -0400642
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500643 tbl = slot->table;
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500644 session = tbl->session;
Andy Adamsonea028ac2009-12-04 15:55:38 -0500645
Trond Myklebust35dc1d72009-12-05 19:32:19 -0500646 spin_lock(&tbl->slot_tbl_lock);
Trond Myklebustc10e4492012-11-26 16:16:54 -0500647 /* Be nice to the server: try to ensure that the last transmitted
648 * value for highest_user_slotid <= target_highest_slotid
649 */
650 if (tbl->highest_used_slotid > tbl->target_highest_slotid)
651 send_new_highest_used_slotid = true;
652
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500653 if (nfs41_wake_and_assign_slot(tbl, slot)) {
Trond Myklebustb75ad4c2012-11-29 17:27:47 -0500654 send_new_highest_used_slotid = false;
655 goto out_unlock;
656 }
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500657 nfs4_free_slot(tbl, slot);
Trond Myklebustc10e4492012-11-26 16:16:54 -0500658
659 if (tbl->highest_used_slotid != NFS4_NO_SLOT)
660 send_new_highest_used_slotid = false;
Trond Myklebustb75ad4c2012-11-29 17:27:47 -0500661out_unlock:
Trond Myklebust35dc1d72009-12-05 19:32:19 -0500662 spin_unlock(&tbl->slot_tbl_lock);
Benny Halevydfb4f3092010-09-24 09:17:01 -0400663 res->sr_slot = NULL;
Trond Myklebustc10e4492012-11-26 16:16:54 -0500664 if (send_new_highest_used_slotid)
Anna Schumaker3f10a6a2015-07-13 14:01:31 -0400665 nfs41_notify_server(session->clp);
Andy Adamson13615872009-04-01 09:22:17 -0400666}
667
Andy Adamsonf9c96fc2014-01-29 11:34:38 -0500668int nfs41_sequence_done(struct rpc_task *task, struct nfs4_sequence_res *res)
Andy Adamsonb0df8062009-04-01 09:22:18 -0400669{
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500670 struct nfs4_session *session;
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500671 struct nfs4_slot *slot = res->sr_slot;
Trond Myklebust14516c32010-07-31 14:29:06 -0400672 struct nfs_client *clp;
Trond Myklebustac20d162012-12-15 15:36:07 -0500673 bool interrupted = false;
Trond Myklebust85563072012-12-11 10:31:12 -0500674 int ret = 1;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400675
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500676 if (slot == NULL)
677 goto out_noaction;
Bryan Schumaker468f8612011-04-18 15:57:32 -0400678 /* don't increment the sequence number if the task wasn't sent */
679 if (!RPC_WAS_SENT(task))
Andy Adamsonb0df8062009-04-01 09:22:18 -0400680 goto out;
681
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500682 session = slot->table->session;
Trond Myklebust933602e2012-11-16 12:12:38 -0500683
Trond Myklebustac20d162012-12-15 15:36:07 -0500684 if (slot->interrupted) {
685 slot->interrupted = 0;
686 interrupted = true;
687 }
688
Trond Myklebust2f92ae32013-08-14 17:58:28 -0400689 trace_nfs4_sequence_done(session, res);
Andy Adamson691daf32009-12-04 15:55:39 -0500690 /* Check the SEQUENCE operation status */
Trond Myklebust14516c32010-07-31 14:29:06 -0400691 switch (res->sr_status) {
692 case 0:
Andy Adamsonb0df8062009-04-01 09:22:18 -0400693 /* Update the slot's sequence and clientid lease timer */
Trond Myklebust933602e2012-11-16 12:12:38 -0500694 ++slot->seq_nr;
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500695 clp = session->clp;
Trond Myklebust8e63b6a2012-12-15 15:21:52 -0500696 do_renew_lease(clp, res->sr_timestamp);
Alexandros Batsakis0629e372009-12-05 13:46:14 -0500697 /* Check sequence flags */
Trond Myklebustb15c7cd2015-07-05 15:01:36 -0400698 nfs41_handle_sequence_flag_errors(clp, res->sr_status_flags);
Trond Myklebust464ee9f2012-11-20 12:49:27 -0500699 nfs41_update_target_slotid(slot->table, slot, res);
Trond Myklebust14516c32010-07-31 14:29:06 -0400700 break;
Trond Myklebustac20d162012-12-15 15:36:07 -0500701 case 1:
702 /*
703 * sr_status remains 1 if an RPC level error occurred.
704 * The server may or may not have processed the sequence
705 * operation..
706 * Mark the slot as having hosted an interrupted RPC call.
707 */
708 slot->interrupted = 1;
709 goto out;
Trond Myklebust14516c32010-07-31 14:29:06 -0400710 case -NFS4ERR_DELAY:
711 /* The server detected a resend of the RPC call and
712 * returned NFS4ERR_DELAY as per Section 2.10.6.2
713 * of RFC5661.
714 */
Trond Myklebustdf2fabf2012-11-16 12:45:06 -0500715 dprintk("%s: slot=%u seq=%u: Operation in progress\n",
Benny Halevydfb4f3092010-09-24 09:17:01 -0400716 __func__,
Trond Myklebustdf2fabf2012-11-16 12:45:06 -0500717 slot->slot_nr,
Trond Myklebust933602e2012-11-16 12:12:38 -0500718 slot->seq_nr);
Trond Myklebust14516c32010-07-31 14:29:06 -0400719 goto out_retry;
Trond Myklebust85563072012-12-11 10:31:12 -0500720 case -NFS4ERR_BADSLOT:
721 /*
722 * The slot id we used was probably retired. Try again
723 * using a different slot id.
724 */
Trond Myklebuste8794442012-12-15 13:56:18 -0500725 goto retry_nowait;
726 case -NFS4ERR_SEQ_MISORDERED:
727 /*
Trond Myklebustac20d162012-12-15 15:36:07 -0500728 * Was the last operation on this sequence interrupted?
729 * If so, retry after bumping the sequence number.
730 */
731 if (interrupted) {
732 ++slot->seq_nr;
733 goto retry_nowait;
734 }
735 /*
Trond Myklebuste8794442012-12-15 13:56:18 -0500736 * Could this slot have been previously retired?
737 * If so, then the server may be expecting seq_nr = 1!
738 */
Trond Myklebust8e63b6a2012-12-15 15:21:52 -0500739 if (slot->seq_nr != 1) {
740 slot->seq_nr = 1;
741 goto retry_nowait;
742 }
743 break;
Trond Myklebuste8794442012-12-15 13:56:18 -0500744 case -NFS4ERR_SEQ_FALSE_RETRY:
745 ++slot->seq_nr;
746 goto retry_nowait;
Trond Myklebust14516c32010-07-31 14:29:06 -0400747 default:
748 /* Just update the slot sequence no. */
Trond Myklebust933602e2012-11-16 12:12:38 -0500749 ++slot->seq_nr;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400750 }
751out:
752 /* The session may be reset by one of the error handlers. */
753 dprintk("%s: Error %d free the slot \n", __func__, res->sr_status);
Trond Myklebustd185a332010-06-16 09:52:25 -0400754 nfs41_sequence_free_slot(res);
Trond Myklebusta13ce7c2014-01-29 12:24:03 -0500755out_noaction:
Trond Myklebust85563072012-12-11 10:31:12 -0500756 return ret;
Trond Myklebuste8794442012-12-15 13:56:18 -0500757retry_nowait:
758 if (rpc_restart_call_prepare(task)) {
759 task->tk_status = 0;
760 ret = 0;
761 }
762 goto out;
Trond Myklebust14516c32010-07-31 14:29:06 -0400763out_retry:
Trond Myklebustd05dd4e2010-07-31 14:29:07 -0400764 if (!rpc_restart_call(task))
Trond Myklebust14516c32010-07-31 14:29:06 -0400765 goto out;
766 rpc_delay(task, NFS4_POLL_RETRY_MAX);
767 return 0;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400768}
Andy Adamsonf9c96fc2014-01-29 11:34:38 -0500769EXPORT_SYMBOL_GPL(nfs41_sequence_done);
Andy Adamsonb0df8062009-04-01 09:22:18 -0400770
Peng Tao2c4b1312014-06-11 05:24:16 +0800771int nfs4_sequence_done(struct rpc_task *task, struct nfs4_sequence_res *res)
Trond Myklebustdf896452010-06-16 09:52:26 -0400772{
Trond Myklebuste3725ec2012-11-16 12:25:01 -0500773 if (res->sr_slot == NULL)
Trond Myklebust14516c32010-07-31 14:29:06 -0400774 return 1;
Chuck Lever3bd23842013-08-09 12:49:19 -0400775 if (!res->sr_slot->table->session)
776 return nfs40_sequence_done(task, res);
Trond Myklebust14516c32010-07-31 14:29:06 -0400777 return nfs41_sequence_done(task, res);
Trond Myklebustdf896452010-06-16 09:52:26 -0400778}
Peng Tao2c4b1312014-06-11 05:24:16 +0800779EXPORT_SYMBOL_GPL(nfs4_sequence_done);
Trond Myklebustdf896452010-06-16 09:52:26 -0400780
Andy Adamsondc70d7b2011-03-01 01:34:19 +0000781int nfs41_setup_sequence(struct nfs4_session *session,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400782 struct nfs4_sequence_args *args,
783 struct nfs4_sequence_res *res,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400784 struct rpc_task *task)
785{
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400786 struct nfs4_slot *slot;
787 struct nfs4_slot_table *tbl;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400788
789 dprintk("--> %s\n", __func__);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400790 /* slot already allocated? */
Benny Halevydfb4f3092010-09-24 09:17:01 -0400791 if (res->sr_slot != NULL)
Trond Myklebustd9afbd12012-10-22 20:28:44 -0400792 goto out_success;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400793
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400794 tbl = &session->fc_slot_table;
795
Trond Myklebust69d206b2012-11-22 13:21:02 -0500796 task->tk_timeout = 0;
797
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400798 spin_lock(&tbl->slot_tbl_lock);
Andy Adamson774d5f12013-05-20 14:13:50 -0400799 if (test_bit(NFS4_SLOT_TBL_DRAINING, &tbl->slot_tbl_state) &&
Trond Myklebust8fe72ba2012-10-29 19:02:20 -0400800 !args->sa_privileged) {
Andy Adamson0b1c8fc2011-11-09 13:58:26 -0500801 /* The state manager will wait until the slot table is empty */
Andy Adamson0b1c8fc2011-11-09 13:58:26 -0500802 dprintk("%s session is draining\n", __func__);
Trond Myklebust7b939a32012-11-01 15:19:46 -0400803 goto out_sleep;
Andy Adamsonb069d942009-04-01 09:22:43 -0400804 }
805
Trond Myklebust2dc03b72012-11-16 16:10:11 -0500806 slot = nfs4_alloc_slot(tbl);
Trond Myklebust69d206b2012-11-22 13:21:02 -0500807 if (IS_ERR(slot)) {
808 /* If out of memory, try again in 1/4 second */
809 if (slot == ERR_PTR(-ENOMEM))
810 task->tk_timeout = HZ >> 2;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400811 dprintk("<-- %s: no free slots\n", __func__);
Trond Myklebust7b939a32012-11-01 15:19:46 -0400812 goto out_sleep;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400813 }
814 spin_unlock(&tbl->slot_tbl_lock);
815
Trond Myklebust2b2fa712012-11-16 12:58:36 -0500816 args->sa_slot = slot;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400817
Chuck Levere8d92382013-08-09 12:47:51 -0400818 dprintk("<-- %s slotid=%u seqid=%u\n", __func__,
Trond Myklebust2dc03b72012-11-16 16:10:11 -0500819 slot->slot_nr, slot->seq_nr);
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400820
Benny Halevydfb4f3092010-09-24 09:17:01 -0400821 res->sr_slot = slot;
Trond Myklebust8e63b6a2012-12-15 15:21:52 -0500822 res->sr_timestamp = jiffies;
Trond Myklebust2a6e26c2010-06-16 09:52:25 -0400823 res->sr_status_flags = 0;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400824 /*
825 * sr_status is only set in decode_sequence, and so will remain
826 * set to 1 if an rpc level failure occurs.
827 */
828 res->sr_status = 1;
Trond Myklebust2f92ae32013-08-14 17:58:28 -0400829 trace_nfs4_setup_sequence(session, args);
Trond Myklebustd9afbd12012-10-22 20:28:44 -0400830out_success:
831 rpc_call_start(task);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400832 return 0;
Trond Myklebust7b939a32012-11-01 15:19:46 -0400833out_sleep:
Trond Myklebust8fe72ba2012-10-29 19:02:20 -0400834 /* Privileged tasks are queued with top priority */
835 if (args->sa_privileged)
Trond Myklebust1e1093c2012-11-01 16:44:05 -0400836 rpc_sleep_on_priority(&tbl->slot_tbl_waitq, task,
837 NULL, RPC_PRIORITY_PRIVILEGED);
838 else
839 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL);
Trond Myklebust7b939a32012-11-01 15:19:46 -0400840 spin_unlock(&tbl->slot_tbl_lock);
841 return -EAGAIN;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400842}
Andy Adamsondc70d7b2011-03-01 01:34:19 +0000843EXPORT_SYMBOL_GPL(nfs41_setup_sequence);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400844
Chuck Lever5a580e02013-08-09 12:48:09 -0400845static int nfs4_setup_sequence(const struct nfs_server *server,
846 struct nfs4_sequence_args *args,
847 struct nfs4_sequence_res *res,
848 struct rpc_task *task)
Andy Adamsonce5039c2009-04-01 09:22:13 -0400849{
Trond Myklebust035168a2010-06-16 09:52:26 -0400850 struct nfs4_session *session = nfs4_get_session(server);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400851 int ret = 0;
852
Chuck Lever3bd23842013-08-09 12:49:19 -0400853 if (!session)
Peng Taocb04ad22014-06-11 05:24:15 +0800854 return nfs40_setup_sequence(server->nfs_client->cl_slot_tbl,
855 args, res, task);
Trond Myklebust035168a2010-06-16 09:52:26 -0400856
Chuck Levere8d92382013-08-09 12:47:51 -0400857 dprintk("--> %s clp %p session %p sr_slot %u\n",
Benny Halevydfb4f3092010-09-24 09:17:01 -0400858 __func__, session->clp, session, res->sr_slot ?
Chuck Levere8d92382013-08-09 12:47:51 -0400859 res->sr_slot->slot_nr : NFS4_NO_SLOT);
Trond Myklebust035168a2010-06-16 09:52:26 -0400860
Trond Myklebust9d12b212012-01-17 22:04:25 -0500861 ret = nfs41_setup_sequence(session, args, res, task);
Chuck Lever3bd23842013-08-09 12:49:19 -0400862
Andy Adamsonce5039c2009-04-01 09:22:13 -0400863 dprintk("<-- %s status=%d\n", __func__, ret);
864 return ret;
865}
866
Andy Adamsonce5039c2009-04-01 09:22:13 -0400867static void nfs41_call_sync_prepare(struct rpc_task *task, void *calldata)
868{
Chuck Lever2a3eb2b2013-08-09 12:48:00 -0400869 struct nfs4_call_sync_data *data = calldata;
Trond Myklebust6ba7db32012-10-22 20:07:20 -0400870 struct nfs4_session *session = nfs4_get_session(data->seq_server);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400871
Trond Myklebust035168a2010-06-16 09:52:26 -0400872 dprintk("--> %s data->seq_server %p\n", __func__, data->seq_server);
873
Trond Myklebustd9afbd12012-10-22 20:28:44 -0400874 nfs41_setup_sequence(session, data->seq_args, data->seq_res, task);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400875}
876
Andy Adamson69ab40c2009-04-01 09:22:19 -0400877static void nfs41_call_sync_done(struct rpc_task *task, void *calldata)
878{
Chuck Lever2a3eb2b2013-08-09 12:48:00 -0400879 struct nfs4_call_sync_data *data = calldata;
Andy Adamson69ab40c2009-04-01 09:22:19 -0400880
Trond Myklebust14516c32010-07-31 14:29:06 -0400881 nfs41_sequence_done(task, data->seq_res);
Andy Adamson69ab40c2009-04-01 09:22:19 -0400882}
883
Trond Myklebust17280172012-03-11 13:11:00 -0400884static const struct rpc_call_ops nfs41_call_sync_ops = {
Andy Adamsonce5039c2009-04-01 09:22:13 -0400885 .rpc_call_prepare = nfs41_call_sync_prepare,
Andy Adamson69ab40c2009-04-01 09:22:19 -0400886 .rpc_call_done = nfs41_call_sync_done,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400887};
888
Chuck Lever3bd23842013-08-09 12:49:19 -0400889#else /* !CONFIG_NFS_V4_1 */
890
Chuck Lever5a580e02013-08-09 12:48:09 -0400891static int nfs4_setup_sequence(const struct nfs_server *server,
892 struct nfs4_sequence_args *args,
893 struct nfs4_sequence_res *res,
894 struct rpc_task *task)
895{
Peng Taocb04ad22014-06-11 05:24:15 +0800896 return nfs40_setup_sequence(server->nfs_client->cl_slot_tbl,
897 args, res, task);
Chuck Lever5a580e02013-08-09 12:48:09 -0400898}
Trond Myklebust8fe72ba2012-10-29 19:02:20 -0400899
Peng Tao2c4b1312014-06-11 05:24:16 +0800900int nfs4_sequence_done(struct rpc_task *task,
901 struct nfs4_sequence_res *res)
Trond Myklebustdf896452010-06-16 09:52:26 -0400902{
Chuck Lever3bd23842013-08-09 12:49:19 -0400903 return nfs40_sequence_done(task, res);
Trond Myklebustdf896452010-06-16 09:52:26 -0400904}
Peng Tao2c4b1312014-06-11 05:24:16 +0800905EXPORT_SYMBOL_GPL(nfs4_sequence_done);
Chuck Lever3bd23842013-08-09 12:49:19 -0400906
907#endif /* !CONFIG_NFS_V4_1 */
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400908
Chuck Lever9915ea72013-08-09 12:48:27 -0400909static void nfs40_call_sync_prepare(struct rpc_task *task, void *calldata)
910{
911 struct nfs4_call_sync_data *data = calldata;
912 nfs4_setup_sequence(data->seq_server,
913 data->seq_args, data->seq_res, task);
914}
915
916static void nfs40_call_sync_done(struct rpc_task *task, void *calldata)
917{
918 struct nfs4_call_sync_data *data = calldata;
919 nfs4_sequence_done(task, data->seq_res);
920}
921
922static const struct rpc_call_ops nfs40_call_sync_ops = {
923 .rpc_call_prepare = nfs40_call_sync_prepare,
924 .rpc_call_done = nfs40_call_sync_done,
925};
926
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400927static int nfs4_call_sync_sequence(struct rpc_clnt *clnt,
Trond Myklebustad389da2007-06-05 12:30:00 -0400928 struct nfs_server *server,
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500929 struct rpc_message *msg,
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100930 struct nfs4_sequence_args *args,
931 struct nfs4_sequence_res *res)
Trond Myklebustad389da2007-06-05 12:30:00 -0400932{
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100933 int ret;
934 struct rpc_task *task;
Chuck Lever9915ea72013-08-09 12:48:27 -0400935 struct nfs_client *clp = server->nfs_client;
936 struct nfs4_call_sync_data data = {
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100937 .seq_server = server,
938 .seq_args = args,
939 .seq_res = res,
940 };
941 struct rpc_task_setup task_setup = {
942 .rpc_client = clnt,
943 .rpc_message = msg,
Chuck Lever9915ea72013-08-09 12:48:27 -0400944 .callback_ops = clp->cl_mvops->call_sync_ops,
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100945 .callback_data = &data
946 };
947
948 task = rpc_run_task(&task_setup);
949 if (IS_ERR(task))
950 ret = PTR_ERR(task);
951 else {
952 ret = task->tk_status;
Trond Myklebustad389da2007-06-05 12:30:00 -0400953 rpc_put_task(task);
954 }
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100955 return ret;
956}
957
Bryan Schumaker7c513052011-03-24 17:12:24 +0000958int nfs4_call_sync(struct rpc_clnt *clnt,
959 struct nfs_server *server,
Bryan Schumakere73b83f2011-03-24 17:12:23 +0000960 struct rpc_message *msg,
961 struct nfs4_sequence_args *args,
962 struct nfs4_sequence_res *res,
963 int cache_reply)
964{
Chuck Levera9c92d62013-08-09 12:48:18 -0400965 nfs4_init_sequence(args, res, cache_reply);
Chuck Lever9915ea72013-08-09 12:48:27 -0400966 return nfs4_call_sync_sequence(clnt, server, msg, args, res);
Bryan Schumakere73b83f2011-03-24 17:12:23 +0000967}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700968
969static void update_changeattr(struct inode *dir, struct nfs4_change_info *cinfo)
970{
971 struct nfs_inode *nfsi = NFS_I(dir);
972
973 spin_lock(&dir->i_lock);
Trond Myklebust359d7d12012-05-28 10:01:34 -0400974 nfsi->cache_validity |= NFS_INO_INVALID_ATTR|NFS_INO_INVALID_DATA;
Trond Myklebusta9a4a872011-10-17 16:08:46 -0700975 if (!cinfo->atomic || cinfo->before != dir->i_version)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700976 nfs_force_lookup_revalidate(dir);
Trond Myklebusta9a4a872011-10-17 16:08:46 -0700977 dir->i_version = cinfo->after;
Trond Myklebust3235b402015-02-26 19:52:06 -0500978 nfsi->attr_gencount = nfs_inc_attr_generation_counter();
David Howellsde242c02012-12-20 21:52:38 +0000979 nfs_fscache_invalidate(dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700980 spin_unlock(&dir->i_lock);
981}
982
983struct nfs4_opendata {
984 struct kref kref;
985 struct nfs_openargs o_arg;
986 struct nfs_openres o_res;
987 struct nfs_open_confirmargs c_arg;
988 struct nfs_open_confirmres c_res;
Trond Myklebust6926afd2012-01-07 13:22:46 -0500989 struct nfs4_string owner_name;
990 struct nfs4_string group_name;
Kinglong Meea49c2692015-07-27 15:31:38 +0800991 struct nfs4_label *a_label;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700992 struct nfs_fattr f_attr;
David Quigley1775fd32013-05-22 12:50:42 -0400993 struct nfs4_label *f_label;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700994 struct dentry *dir;
Al Viro82a2c1b2011-06-22 18:30:55 -0400995 struct dentry *dentry;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700996 struct nfs4_state_owner *owner;
997 struct nfs4_state *state;
998 struct iattr attrs;
999 unsigned long timestamp;
Trond Myklebustdecf4912005-10-27 22:12:39 -04001000 unsigned int rpc_done : 1;
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04001001 unsigned int file_created : 1;
Trond Myklebustbdeca1b2013-04-23 14:52:44 -04001002 unsigned int is_recover : 1;
Trond Myklebustdecf4912005-10-27 22:12:39 -04001003 int rpc_status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001004 int cancelled;
1005};
Trond Myklebustdecf4912005-10-27 22:12:39 -04001006
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04001007static bool nfs4_clear_cap_atomic_open_v1(struct nfs_server *server,
1008 int err, struct nfs4_exception *exception)
1009{
1010 if (err != -EINVAL)
1011 return false;
1012 if (!(server->caps & NFS_CAP_ATOMIC_OPEN_V1))
1013 return false;
1014 server->caps &= ~NFS_CAP_ATOMIC_OPEN_V1;
1015 exception->retry = 1;
1016 return true;
1017}
1018
Trond Myklebust6ae37332015-01-30 14:21:14 -05001019static u32
1020nfs4_map_atomic_open_share(struct nfs_server *server,
1021 fmode_t fmode, int openflags)
1022{
1023 u32 res = 0;
1024
1025 switch (fmode & (FMODE_READ | FMODE_WRITE)) {
1026 case FMODE_READ:
1027 res = NFS4_SHARE_ACCESS_READ;
1028 break;
1029 case FMODE_WRITE:
1030 res = NFS4_SHARE_ACCESS_WRITE;
1031 break;
1032 case FMODE_READ|FMODE_WRITE:
1033 res = NFS4_SHARE_ACCESS_BOTH;
1034 }
1035 if (!(server->caps & NFS_CAP_ATOMIC_OPEN_V1))
1036 goto out;
1037 /* Want no delegation if we're using O_DIRECT */
1038 if (openflags & O_DIRECT)
1039 res |= NFS4_SHARE_WANT_NO_DELEG;
1040out:
1041 return res;
1042}
1043
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04001044static enum open_claim_type4
1045nfs4_map_atomic_open_claim(struct nfs_server *server,
1046 enum open_claim_type4 claim)
1047{
1048 if (server->caps & NFS_CAP_ATOMIC_OPEN_V1)
1049 return claim;
1050 switch (claim) {
1051 default:
1052 return claim;
1053 case NFS4_OPEN_CLAIM_FH:
1054 return NFS4_OPEN_CLAIM_NULL;
1055 case NFS4_OPEN_CLAIM_DELEG_CUR_FH:
1056 return NFS4_OPEN_CLAIM_DELEGATE_CUR;
1057 case NFS4_OPEN_CLAIM_DELEG_PREV_FH:
1058 return NFS4_OPEN_CLAIM_DELEGATE_PREV;
1059 }
1060}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001061
1062static void nfs4_init_opendata_res(struct nfs4_opendata *p)
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001063{
1064 p->o_res.f_attr = &p->f_attr;
David Quigley1775fd32013-05-22 12:50:42 -04001065 p->o_res.f_label = p->f_label;
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001066 p->o_res.seqid = p->o_arg.seqid;
1067 p->c_res.seqid = p->c_arg.seqid;
1068 p->o_res.server = p->o_arg.server;
Andy Adamson5f657532012-10-03 02:39:34 -04001069 p->o_res.access_request = p->o_arg.access;
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001070 nfs_fattr_init(&p->f_attr);
Trond Myklebust6926afd2012-01-07 13:22:46 -05001071 nfs_fattr_init_names(&p->f_attr, &p->owner_name, &p->group_name);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001072}
1073
Al Viro82a2c1b2011-06-22 18:30:55 -04001074static struct nfs4_opendata *nfs4_opendata_alloc(struct dentry *dentry,
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001075 struct nfs4_state_owner *sp, fmode_t fmode, int flags,
Trond Myklebust8535b2b2010-05-13 12:51:01 -04001076 const struct iattr *attrs,
David Quigley1775fd32013-05-22 12:50:42 -04001077 struct nfs4_label *label,
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001078 enum open_claim_type4 claim,
Trond Myklebust8535b2b2010-05-13 12:51:01 -04001079 gfp_t gfp_mask)
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001080{
Al Viro82a2c1b2011-06-22 18:30:55 -04001081 struct dentry *parent = dget_parent(dentry);
David Howells2b0143b2015-03-17 22:25:59 +00001082 struct inode *dir = d_inode(parent);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001083 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebust63f5f792015-01-23 19:19:25 -05001084 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001085 struct nfs4_opendata *p;
1086
Trond Myklebust8535b2b2010-05-13 12:51:01 -04001087 p = kzalloc(sizeof(*p), gfp_mask);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001088 if (p == NULL)
1089 goto err;
David Quigley14c43f72013-05-22 12:50:43 -04001090
1091 p->f_label = nfs4_label_alloc(server, gfp_mask);
1092 if (IS_ERR(p->f_label))
1093 goto err_free_p;
1094
Kinglong Meea49c2692015-07-27 15:31:38 +08001095 p->a_label = nfs4_label_alloc(server, gfp_mask);
1096 if (IS_ERR(p->a_label))
1097 goto err_free_f;
1098
Trond Myklebust63f5f792015-01-23 19:19:25 -05001099 alloc_seqid = server->nfs_client->cl_mvops->alloc_seqid;
1100 p->o_arg.seqid = alloc_seqid(&sp->so_seqid, gfp_mask);
Trond Myklebustbadc76d2015-01-23 18:48:00 -05001101 if (IS_ERR(p->o_arg.seqid))
David Quigley14c43f72013-05-22 12:50:43 -04001102 goto err_free_label;
Al Viro82a2c1b2011-06-22 18:30:55 -04001103 nfs_sb_active(dentry->d_sb);
1104 p->dentry = dget(dentry);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001105 p->dir = parent;
1106 p->owner = sp;
1107 atomic_inc(&sp->so_count);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001108 p->o_arg.open_flags = flags;
1109 p->o_arg.fmode = fmode & (FMODE_READ|FMODE_WRITE);
Trond Myklebust6ae37332015-01-30 14:21:14 -05001110 p->o_arg.share_access = nfs4_map_atomic_open_share(server,
1111 fmode, flags);
Weston Andros Adamsonae2bb032012-10-02 14:49:52 -07001112 /* don't put an ACCESS op in OPEN compound if O_EXCL, because ACCESS
1113 * will return permission denied for all bits until close */
1114 if (!(flags & O_EXCL)) {
1115 /* ask server to check for all possible rights as results
1116 * are cached */
1117 p->o_arg.access = NFS4_ACCESS_READ | NFS4_ACCESS_MODIFY |
1118 NFS4_ACCESS_EXTEND | NFS4_ACCESS_EXECUTE;
Weston Andros Adamsonae2bb032012-10-02 14:49:52 -07001119 }
David Howells7539bba2006-08-22 20:06:09 -04001120 p->o_arg.clientid = server->nfs_client->cl_clientid;
Trond Myklebust95b72eb2012-04-20 19:24:51 -04001121 p->o_arg.id.create_time = ktime_to_ns(sp->so_seqid.create_time);
1122 p->o_arg.id.uniquifier = sp->so_seqid.owner_id;
Al Viro82a2c1b2011-06-22 18:30:55 -04001123 p->o_arg.name = &dentry->d_name;
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001124 p->o_arg.server = server;
David Quigleyaa9c2662013-05-22 12:50:44 -04001125 p->o_arg.bitmask = nfs4_bitmask(server, label);
Trond Myklebust1549210f2012-06-05 09:16:47 -04001126 p->o_arg.open_bitmap = &nfs4_fattr_bitmap[0];
Kinglong Meea49c2692015-07-27 15:31:38 +08001127 p->o_arg.label = nfs4_label_copy(p->a_label, label);
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04001128 p->o_arg.claim = nfs4_map_atomic_open_claim(server, claim);
1129 switch (p->o_arg.claim) {
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001130 case NFS4_OPEN_CLAIM_NULL:
1131 case NFS4_OPEN_CLAIM_DELEGATE_CUR:
1132 case NFS4_OPEN_CLAIM_DELEGATE_PREV:
1133 p->o_arg.fh = NFS_FH(dir);
1134 break;
1135 case NFS4_OPEN_CLAIM_PREVIOUS:
1136 case NFS4_OPEN_CLAIM_FH:
1137 case NFS4_OPEN_CLAIM_DELEG_CUR_FH:
1138 case NFS4_OPEN_CLAIM_DELEG_PREV_FH:
David Howells2b0143b2015-03-17 22:25:59 +00001139 p->o_arg.fh = NFS_FH(d_inode(dentry));
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001140 }
Trond Myklebust536e43d2012-01-17 22:04:26 -05001141 if (attrs != NULL && attrs->ia_valid != 0) {
Trond Myklebustc281fa9c2013-08-20 21:06:49 -04001142 __u32 verf[2];
Trond Myklebustd77d76f2010-06-16 09:52:27 -04001143
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001144 p->o_arg.u.attrs = &p->attrs;
1145 memcpy(&p->attrs, attrs, sizeof(p->attrs));
Chuck Levercd937102012-03-02 17:14:31 -05001146
1147 verf[0] = jiffies;
1148 verf[1] = current->pid;
1149 memcpy(p->o_arg.u.verifier.data, verf,
1150 sizeof(p->o_arg.u.verifier.data));
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001151 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001152 p->c_arg.fh = &p->o_res.fh;
1153 p->c_arg.stateid = &p->o_res.stateid;
1154 p->c_arg.seqid = p->o_arg.seqid;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001155 nfs4_init_opendata_res(p);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001156 kref_init(&p->kref);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001157 return p;
David Quigley14c43f72013-05-22 12:50:43 -04001158
1159err_free_label:
Kinglong Meea49c2692015-07-27 15:31:38 +08001160 nfs4_label_free(p->a_label);
1161err_free_f:
David Quigley14c43f72013-05-22 12:50:43 -04001162 nfs4_label_free(p->f_label);
1163err_free_p:
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001164 kfree(p);
1165err:
1166 dput(parent);
1167 return NULL;
1168}
1169
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001170static void nfs4_opendata_free(struct kref *kref)
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001171{
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001172 struct nfs4_opendata *p = container_of(kref,
1173 struct nfs4_opendata, kref);
Al Viro82a2c1b2011-06-22 18:30:55 -04001174 struct super_block *sb = p->dentry->d_sb;
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001175
1176 nfs_free_seqid(p->o_arg.seqid);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001177 if (p->state != NULL)
1178 nfs4_put_open_state(p->state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001179 nfs4_put_state_owner(p->owner);
David Quigley14c43f72013-05-22 12:50:43 -04001180
Kinglong Meea49c2692015-07-27 15:31:38 +08001181 nfs4_label_free(p->a_label);
David Quigley14c43f72013-05-22 12:50:43 -04001182 nfs4_label_free(p->f_label);
1183
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001184 dput(p->dir);
Al Viro82a2c1b2011-06-22 18:30:55 -04001185 dput(p->dentry);
1186 nfs_sb_deactive(sb);
Trond Myklebust6926afd2012-01-07 13:22:46 -05001187 nfs_fattr_free_names(&p->f_attr);
Trond Myklebuste911b812014-03-26 13:24:37 -07001188 kfree(p->f_attr.mdsthreshold);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001189 kfree(p);
1190}
1191
1192static void nfs4_opendata_put(struct nfs4_opendata *p)
1193{
1194 if (p != NULL)
1195 kref_put(&p->kref, nfs4_opendata_free);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001196}
1197
Trond Myklebust06f814a2006-01-03 09:55:07 +01001198static int nfs4_wait_for_completion_rpc_task(struct rpc_task *task)
1199{
Trond Myklebust06f814a2006-01-03 09:55:07 +01001200 int ret;
1201
Trond Myklebust06f814a2006-01-03 09:55:07 +01001202 ret = rpc_wait_for_completion_task(task);
Trond Myklebust06f814a2006-01-03 09:55:07 +01001203 return ret;
1204}
1205
Trond Myklebust24311f82015-09-20 10:50:17 -04001206static bool nfs4_mode_match_open_stateid(struct nfs4_state *state,
1207 fmode_t fmode)
1208{
1209 switch(fmode & (FMODE_READ|FMODE_WRITE)) {
1210 case FMODE_READ|FMODE_WRITE:
1211 return state->n_rdwr != 0;
1212 case FMODE_WRITE:
1213 return state->n_wronly != 0;
1214 case FMODE_READ:
1215 return state->n_rdonly != 0;
1216 }
1217 WARN_ON_ONCE(1);
1218 return false;
1219}
1220
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001221static int can_open_cached(struct nfs4_state *state, fmode_t mode, int open_mode)
Trond Myklebust6ee41262007-07-08 14:11:36 -04001222{
1223 int ret = 0;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001224
Trond Myklebust536e43d2012-01-17 22:04:26 -05001225 if (open_mode & (O_EXCL|O_TRUNC))
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001226 goto out;
1227 switch (mode & (FMODE_READ|FMODE_WRITE)) {
Trond Myklebust6ee41262007-07-08 14:11:36 -04001228 case FMODE_READ:
Trond Myklebust88069f72009-12-08 08:33:16 -05001229 ret |= test_bit(NFS_O_RDONLY_STATE, &state->flags) != 0
1230 && state->n_rdonly != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -04001231 break;
1232 case FMODE_WRITE:
Trond Myklebust88069f72009-12-08 08:33:16 -05001233 ret |= test_bit(NFS_O_WRONLY_STATE, &state->flags) != 0
1234 && state->n_wronly != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -04001235 break;
1236 case FMODE_READ|FMODE_WRITE:
Trond Myklebust88069f72009-12-08 08:33:16 -05001237 ret |= test_bit(NFS_O_RDWR_STATE, &state->flags) != 0
1238 && state->n_rdwr != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -04001239 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001240out:
Trond Myklebust6ee41262007-07-08 14:11:36 -04001241 return ret;
1242}
1243
Trond Myklebust2a606182015-08-19 22:30:00 -05001244static int can_open_delegated(struct nfs_delegation *delegation, fmode_t fmode,
1245 enum open_claim_type4 claim)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001246{
Trond Myklebust652f89f2011-12-09 19:05:58 -05001247 if (delegation == NULL)
1248 return 0;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001249 if ((delegation->type & fmode) != fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001250 return 0;
Trond Myklebustd25be542013-02-05 11:43:28 -05001251 if (test_bit(NFS_DELEGATION_RETURNING, &delegation->flags))
1252 return 0;
Trond Myklebust2a606182015-08-19 22:30:00 -05001253 switch (claim) {
1254 case NFS4_OPEN_CLAIM_NULL:
1255 case NFS4_OPEN_CLAIM_FH:
1256 break;
1257 case NFS4_OPEN_CLAIM_PREVIOUS:
1258 if (!test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags))
1259 break;
1260 default:
1261 return 0;
1262 }
Trond Myklebustb7391f42008-12-23 15:21:52 -05001263 nfs_mark_delegation_referenced(delegation);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001264 return 1;
1265}
1266
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001267static void update_open_stateflags(struct nfs4_state *state, fmode_t fmode)
Trond Myklebuste7616922006-01-03 09:55:13 +01001268{
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001269 switch (fmode) {
Trond Myklebuste7616922006-01-03 09:55:13 +01001270 case FMODE_WRITE:
1271 state->n_wronly++;
1272 break;
1273 case FMODE_READ:
1274 state->n_rdonly++;
1275 break;
1276 case FMODE_READ|FMODE_WRITE:
1277 state->n_rdwr++;
1278 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001279 nfs4_state_set_mode_locked(state, state->state | fmode);
Trond Myklebuste7616922006-01-03 09:55:13 +01001280}
1281
Trond Myklebust4f14c192014-02-12 19:15:06 -05001282static void nfs_test_and_clear_all_open_stateid(struct nfs4_state *state)
Trond Myklebust003707c2007-07-05 18:07:55 -04001283{
Trond Myklebust4f14c192014-02-12 19:15:06 -05001284 struct nfs_client *clp = state->owner->so_server->nfs_client;
1285 bool need_recover = false;
1286
1287 if (test_and_clear_bit(NFS_O_RDONLY_STATE, &state->flags) && state->n_rdonly)
1288 need_recover = true;
1289 if (test_and_clear_bit(NFS_O_WRONLY_STATE, &state->flags) && state->n_wronly)
1290 need_recover = true;
1291 if (test_and_clear_bit(NFS_O_RDWR_STATE, &state->flags) && state->n_rdwr)
1292 need_recover = true;
1293 if (need_recover)
1294 nfs4_state_mark_reclaim_nograce(clp, state);
1295}
1296
Trond Myklebuste999e802014-02-10 18:20:47 -05001297static bool nfs_need_update_open_stateid(struct nfs4_state *state,
1298 nfs4_stateid *stateid)
1299{
1300 if (test_and_set_bit(NFS_OPEN_STATE, &state->flags) == 0)
1301 return true;
Trond Myklebust4f14c192014-02-12 19:15:06 -05001302 if (!nfs4_stateid_match_other(stateid, &state->open_stateid)) {
1303 nfs_test_and_clear_all_open_stateid(state);
Trond Myklebuste999e802014-02-10 18:20:47 -05001304 return true;
Trond Myklebust4f14c192014-02-12 19:15:06 -05001305 }
Trond Myklebuste999e802014-02-10 18:20:47 -05001306 if (nfs4_stateid_is_newer(stateid, &state->open_stateid))
1307 return true;
1308 return false;
1309}
1310
Trond Myklebustf95549c2015-01-23 18:06:09 -05001311static void nfs_resync_open_stateid_locked(struct nfs4_state *state)
1312{
Trond Myklebust3c38cbe2015-07-22 13:46:13 -04001313 if (!(state->n_wronly || state->n_rdonly || state->n_rdwr))
1314 return;
Trond Myklebustf95549c2015-01-23 18:06:09 -05001315 if (state->n_wronly)
1316 set_bit(NFS_O_WRONLY_STATE, &state->flags);
1317 if (state->n_rdonly)
1318 set_bit(NFS_O_RDONLY_STATE, &state->flags);
1319 if (state->n_rdwr)
1320 set_bit(NFS_O_RDWR_STATE, &state->flags);
Trond Myklebust3c38cbe2015-07-22 13:46:13 -04001321 set_bit(NFS_OPEN_STATE, &state->flags);
Trond Myklebustf95549c2015-01-23 18:06:09 -05001322}
1323
Trond Myklebust226056c2014-02-11 10:41:07 -05001324static void nfs_clear_open_stateid_locked(struct nfs4_state *state,
Trond Myklebust4a1e2fe2015-08-30 18:37:59 -07001325 nfs4_stateid *arg_stateid,
Trond Myklebust226056c2014-02-11 10:41:07 -05001326 nfs4_stateid *stateid, fmode_t fmode)
1327{
1328 clear_bit(NFS_O_RDWR_STATE, &state->flags);
1329 switch (fmode & (FMODE_READ|FMODE_WRITE)) {
1330 case FMODE_WRITE:
1331 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
1332 break;
1333 case FMODE_READ:
1334 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
1335 break;
1336 case 0:
1337 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
1338 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
1339 clear_bit(NFS_OPEN_STATE, &state->flags);
1340 }
1341 if (stateid == NULL)
1342 return;
Trond Myklebustf95549c2015-01-23 18:06:09 -05001343 /* Handle races with OPEN */
Trond Myklebust4a1e2fe2015-08-30 18:37:59 -07001344 if (!nfs4_stateid_match_other(arg_stateid, &state->open_stateid) ||
1345 (nfs4_stateid_match_other(stateid, &state->open_stateid) &&
1346 !nfs4_stateid_is_newer(stateid, &state->open_stateid))) {
Trond Myklebustf95549c2015-01-23 18:06:09 -05001347 nfs_resync_open_stateid_locked(state);
Trond Myklebust226056c2014-02-11 10:41:07 -05001348 return;
Trond Myklebustf95549c2015-01-23 18:06:09 -05001349 }
Trond Myklebust003707c2007-07-05 18:07:55 -04001350 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
Trond Myklebustf597c532012-03-04 18:13:56 -05001351 nfs4_stateid_copy(&state->stateid, stateid);
1352 nfs4_stateid_copy(&state->open_stateid, stateid);
Trond Myklebust226056c2014-02-11 10:41:07 -05001353}
1354
Trond Myklebust4a1e2fe2015-08-30 18:37:59 -07001355static void nfs_clear_open_stateid(struct nfs4_state *state,
1356 nfs4_stateid *arg_stateid,
1357 nfs4_stateid *stateid, fmode_t fmode)
Trond Myklebust226056c2014-02-11 10:41:07 -05001358{
1359 write_seqlock(&state->seqlock);
Trond Myklebust4a1e2fe2015-08-30 18:37:59 -07001360 nfs_clear_open_stateid_locked(state, arg_stateid, stateid, fmode);
Trond Myklebust226056c2014-02-11 10:41:07 -05001361 write_sequnlock(&state->seqlock);
Trond Myklebust4f14c192014-02-12 19:15:06 -05001362 if (test_bit(NFS_STATE_RECLAIM_NOGRACE, &state->flags))
1363 nfs4_schedule_state_manager(state->owner->so_server->nfs_client);
Trond Myklebust226056c2014-02-11 10:41:07 -05001364}
1365
Trond Myklebust003707c2007-07-05 18:07:55 -04001366static void nfs_set_open_stateid_locked(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fmode)
1367{
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001368 switch (fmode) {
Trond Myklebust003707c2007-07-05 18:07:55 -04001369 case FMODE_READ:
1370 set_bit(NFS_O_RDONLY_STATE, &state->flags);
1371 break;
1372 case FMODE_WRITE:
1373 set_bit(NFS_O_WRONLY_STATE, &state->flags);
1374 break;
1375 case FMODE_READ|FMODE_WRITE:
1376 set_bit(NFS_O_RDWR_STATE, &state->flags);
1377 }
Trond Myklebuste999e802014-02-10 18:20:47 -05001378 if (!nfs_need_update_open_stateid(state, stateid))
1379 return;
1380 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
1381 nfs4_stateid_copy(&state->stateid, stateid);
1382 nfs4_stateid_copy(&state->open_stateid, stateid);
Trond Myklebust003707c2007-07-05 18:07:55 -04001383}
1384
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001385static void __update_open_stateid(struct nfs4_state *state, nfs4_stateid *open_stateid, const nfs4_stateid *deleg_stateid, fmode_t fmode)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001386{
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001387 /*
1388 * Protect the call to nfs4_state_set_mode_locked and
1389 * serialise the stateid update
1390 */
Andrew Elble361cad32015-12-02 09:20:57 -05001391 spin_lock(&state->owner->so_lock);
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001392 write_seqlock(&state->seqlock);
Trond Myklebust003707c2007-07-05 18:07:55 -04001393 if (deleg_stateid != NULL) {
Trond Myklebustf597c532012-03-04 18:13:56 -05001394 nfs4_stateid_copy(&state->stateid, deleg_stateid);
Trond Myklebust003707c2007-07-05 18:07:55 -04001395 set_bit(NFS_DELEGATED_STATE, &state->flags);
1396 }
1397 if (open_stateid != NULL)
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001398 nfs_set_open_stateid_locked(state, open_stateid, fmode);
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001399 write_sequnlock(&state->seqlock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001400 update_open_stateflags(state, fmode);
Trond Myklebustec073422005-10-20 14:22:47 -07001401 spin_unlock(&state->owner->so_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001402}
1403
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001404static int update_open_stateid(struct nfs4_state *state, nfs4_stateid *open_stateid, nfs4_stateid *delegation, fmode_t fmode)
Trond Myklebust34310432008-12-23 15:21:38 -05001405{
1406 struct nfs_inode *nfsi = NFS_I(state->inode);
1407 struct nfs_delegation *deleg_cur;
1408 int ret = 0;
1409
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001410 fmode &= (FMODE_READ|FMODE_WRITE);
Trond Myklebust34310432008-12-23 15:21:38 -05001411
1412 rcu_read_lock();
1413 deleg_cur = rcu_dereference(nfsi->delegation);
1414 if (deleg_cur == NULL)
1415 goto no_delegation;
1416
1417 spin_lock(&deleg_cur->lock);
Trond Myklebust17f26b12013-08-21 15:48:42 -04001418 if (rcu_dereference(nfsi->delegation) != deleg_cur ||
Trond Myklebustd25be542013-02-05 11:43:28 -05001419 test_bit(NFS_DELEGATION_RETURNING, &deleg_cur->flags) ||
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001420 (deleg_cur->type & fmode) != fmode)
Trond Myklebust34310432008-12-23 15:21:38 -05001421 goto no_delegation_unlock;
1422
1423 if (delegation == NULL)
1424 delegation = &deleg_cur->stateid;
Trond Myklebustf597c532012-03-04 18:13:56 -05001425 else if (!nfs4_stateid_match(&deleg_cur->stateid, delegation))
Trond Myklebust34310432008-12-23 15:21:38 -05001426 goto no_delegation_unlock;
1427
Trond Myklebustb7391f42008-12-23 15:21:52 -05001428 nfs_mark_delegation_referenced(deleg_cur);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001429 __update_open_stateid(state, open_stateid, &deleg_cur->stateid, fmode);
Trond Myklebust34310432008-12-23 15:21:38 -05001430 ret = 1;
1431no_delegation_unlock:
1432 spin_unlock(&deleg_cur->lock);
1433no_delegation:
1434 rcu_read_unlock();
1435
1436 if (!ret && open_stateid != NULL) {
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001437 __update_open_stateid(state, open_stateid, NULL, fmode);
Trond Myklebust34310432008-12-23 15:21:38 -05001438 ret = 1;
1439 }
Trond Myklebust4f14c192014-02-12 19:15:06 -05001440 if (test_bit(NFS_STATE_RECLAIM_NOGRACE, &state->flags))
1441 nfs4_schedule_state_manager(state->owner->so_server->nfs_client);
Trond Myklebust34310432008-12-23 15:21:38 -05001442
1443 return ret;
1444}
1445
Trond Myklebust39071e62015-01-24 15:07:56 -05001446static bool nfs4_update_lock_stateid(struct nfs4_lock_state *lsp,
1447 const nfs4_stateid *stateid)
1448{
1449 struct nfs4_state *state = lsp->ls_state;
1450 bool ret = false;
1451
1452 spin_lock(&state->state_lock);
1453 if (!nfs4_stateid_match_other(stateid, &lsp->ls_stateid))
1454 goto out_noupdate;
1455 if (!nfs4_stateid_is_newer(stateid, &lsp->ls_stateid))
1456 goto out_noupdate;
1457 nfs4_stateid_copy(&lsp->ls_stateid, stateid);
1458 ret = true;
1459out_noupdate:
1460 spin_unlock(&state->state_lock);
1461 return ret;
1462}
Trond Myklebust34310432008-12-23 15:21:38 -05001463
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001464static void nfs4_return_incompatible_delegation(struct inode *inode, fmode_t fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001465{
1466 struct nfs_delegation *delegation;
1467
1468 rcu_read_lock();
1469 delegation = rcu_dereference(NFS_I(inode)->delegation);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001470 if (delegation == NULL || (delegation->type & fmode) == fmode) {
Trond Myklebustaac00a82007-07-05 19:02:21 -04001471 rcu_read_unlock();
1472 return;
1473 }
1474 rcu_read_unlock();
Bryan Schumaker57ec14c2012-06-20 15:53:44 -04001475 nfs4_inode_return_delegation(inode);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001476}
1477
Trond Myklebust6ee41262007-07-08 14:11:36 -04001478static struct nfs4_state *nfs4_try_open_cached(struct nfs4_opendata *opendata)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001479{
1480 struct nfs4_state *state = opendata->state;
1481 struct nfs_inode *nfsi = NFS_I(state->inode);
1482 struct nfs_delegation *delegation;
Trond Myklebustf448bad2013-05-29 15:36:40 -04001483 int open_mode = opendata->o_arg.open_flags;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001484 fmode_t fmode = opendata->o_arg.fmode;
Trond Myklebust2a606182015-08-19 22:30:00 -05001485 enum open_claim_type4 claim = opendata->o_arg.claim;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001486 nfs4_stateid stateid;
1487 int ret = -EAGAIN;
1488
Trond Myklebustaac00a82007-07-05 19:02:21 -04001489 for (;;) {
Anna Schumaker61beef752014-09-03 14:15:40 -04001490 spin_lock(&state->owner->so_lock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001491 if (can_open_cached(state, fmode, open_mode)) {
Anna Schumaker61beef752014-09-03 14:15:40 -04001492 update_open_stateflags(state, fmode);
Trond Myklebust6ee41262007-07-08 14:11:36 -04001493 spin_unlock(&state->owner->so_lock);
Anna Schumaker61beef752014-09-03 14:15:40 -04001494 goto out_return_state;
Trond Myklebust6ee41262007-07-08 14:11:36 -04001495 }
Anna Schumaker61beef752014-09-03 14:15:40 -04001496 spin_unlock(&state->owner->so_lock);
Trond Myklebust34310432008-12-23 15:21:38 -05001497 rcu_read_lock();
1498 delegation = rcu_dereference(nfsi->delegation);
Trond Myklebust2a606182015-08-19 22:30:00 -05001499 if (!can_open_delegated(delegation, fmode, claim)) {
Trond Myklebust34310432008-12-23 15:21:38 -05001500 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -04001501 break;
Trond Myklebust34310432008-12-23 15:21:38 -05001502 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001503 /* Save the delegation */
Trond Myklebustf597c532012-03-04 18:13:56 -05001504 nfs4_stateid_copy(&stateid, &delegation->stateid);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001505 rcu_read_unlock();
Trond Myklebustfa332942013-04-09 12:56:52 -04001506 nfs_release_seqid(opendata->o_arg.seqid);
Trond Myklebustbdeca1b2013-04-23 14:52:44 -04001507 if (!opendata->is_recover) {
1508 ret = nfs_may_open(state->inode, state->owner->so_cred, open_mode);
1509 if (ret != 0)
1510 goto out;
1511 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001512 ret = -EAGAIN;
Trond Myklebust34310432008-12-23 15:21:38 -05001513
1514 /* Try to update the stateid using the delegation */
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001515 if (update_open_stateid(state, NULL, &stateid, fmode))
Trond Myklebust34310432008-12-23 15:21:38 -05001516 goto out_return_state;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001517 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001518out:
1519 return ERR_PTR(ret);
1520out_return_state:
1521 atomic_inc(&state->count);
1522 return state;
1523}
1524
Andy Adamsone23008e2012-10-02 21:07:32 -04001525static void
1526nfs4_opendata_check_deleg(struct nfs4_opendata *data, struct nfs4_state *state)
1527{
1528 struct nfs_client *clp = NFS_SERVER(state->inode)->nfs_client;
1529 struct nfs_delegation *delegation;
1530 int delegation_flags = 0;
1531
1532 rcu_read_lock();
1533 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
1534 if (delegation)
1535 delegation_flags = delegation->flags;
1536 rcu_read_unlock();
Trond Myklebust72d79ff2015-10-02 11:44:54 -04001537 switch (data->o_arg.claim) {
1538 default:
1539 break;
1540 case NFS4_OPEN_CLAIM_DELEGATE_CUR:
1541 case NFS4_OPEN_CLAIM_DELEG_CUR_FH:
Andy Adamsone23008e2012-10-02 21:07:32 -04001542 pr_err_ratelimited("NFS: Broken NFSv4 server %s is "
1543 "returning a delegation for "
1544 "OPEN(CLAIM_DELEGATE_CUR)\n",
1545 clp->cl_hostname);
Trond Myklebust72d79ff2015-10-02 11:44:54 -04001546 return;
1547 }
1548 if ((delegation_flags & 1UL<<NFS_DELEGATION_NEED_RECLAIM) == 0)
Andy Adamsone23008e2012-10-02 21:07:32 -04001549 nfs_inode_set_delegation(state->inode,
1550 data->owner->so_cred,
1551 &data->o_res);
1552 else
1553 nfs_inode_reclaim_delegation(state->inode,
1554 data->owner->so_cred,
1555 &data->o_res);
1556}
1557
1558/*
1559 * Check the inode attributes against the CLAIM_PREVIOUS returned attributes
1560 * and update the nfs4_state.
1561 */
1562static struct nfs4_state *
1563_nfs4_opendata_reclaim_to_nfs4_state(struct nfs4_opendata *data)
1564{
1565 struct inode *inode = data->state->inode;
1566 struct nfs4_state *state = data->state;
1567 int ret;
1568
Weston Andros Adamsond2bfda22013-10-21 13:10:13 -04001569 if (!data->rpc_done) {
1570 if (data->rpc_status) {
1571 ret = data->rpc_status;
1572 goto err;
1573 }
1574 /* cached opens have already been processed */
1575 goto update;
Andy Adamsone23008e2012-10-02 21:07:32 -04001576 }
1577
Andy Adamsone23008e2012-10-02 21:07:32 -04001578 ret = nfs_refresh_inode(inode, &data->f_attr);
1579 if (ret)
1580 goto err;
1581
1582 if (data->o_res.delegation_type != 0)
1583 nfs4_opendata_check_deleg(data, state);
Weston Andros Adamsond2bfda22013-10-21 13:10:13 -04001584update:
Andy Adamsone23008e2012-10-02 21:07:32 -04001585 update_open_stateid(state, &data->o_res.stateid, NULL,
1586 data->o_arg.fmode);
Trond Myklebustd49f0422013-10-28 14:57:12 -04001587 atomic_inc(&state->count);
Andy Adamsone23008e2012-10-02 21:07:32 -04001588
1589 return state;
1590err:
1591 return ERR_PTR(ret);
1592
1593}
1594
1595static struct nfs4_state *
1596_nfs4_opendata_to_nfs4_state(struct nfs4_opendata *data)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001597{
1598 struct inode *inode;
1599 struct nfs4_state *state = NULL;
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001600 int ret;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001601
Trond Myklebustaac00a82007-07-05 19:02:21 -04001602 if (!data->rpc_done) {
Trond Myklebust6ee41262007-07-08 14:11:36 -04001603 state = nfs4_try_open_cached(data);
Olga Kornievskaia9759b0f2015-11-24 13:29:42 -05001604 trace_nfs4_cached_open(data->state);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001605 goto out;
1606 }
1607
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001608 ret = -EAGAIN;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001609 if (!(data->f_attr.valid & NFS_ATTR_FATTR))
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001610 goto err;
David Quigley1775fd32013-05-22 12:50:42 -04001611 inode = nfs_fhget(data->dir->d_sb, &data->o_res.fh, &data->f_attr, data->f_label);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001612 ret = PTR_ERR(inode);
Trond Myklebust03f28e32006-03-20 13:44:48 -05001613 if (IS_ERR(inode))
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001614 goto err;
1615 ret = -ENOMEM;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001616 state = nfs4_get_open_state(inode, data->owner);
1617 if (state == NULL)
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001618 goto err_put_inode;
Andy Adamsone23008e2012-10-02 21:07:32 -04001619 if (data->o_res.delegation_type != 0)
1620 nfs4_opendata_check_deleg(data, state);
Trond Myklebust34310432008-12-23 15:21:38 -05001621 update_open_stateid(state, &data->o_res.stateid, NULL,
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001622 data->o_arg.fmode);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001623 iput(inode);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001624out:
Trond Myklebust7aa262b52013-02-28 16:19:59 -08001625 nfs_release_seqid(data->o_arg.seqid);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001626 return state;
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001627err_put_inode:
1628 iput(inode);
1629err:
1630 return ERR_PTR(ret);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001631}
1632
Andy Adamsone23008e2012-10-02 21:07:32 -04001633static struct nfs4_state *
1634nfs4_opendata_to_nfs4_state(struct nfs4_opendata *data)
1635{
1636 if (data->o_arg.claim == NFS4_OPEN_CLAIM_PREVIOUS)
1637 return _nfs4_opendata_reclaim_to_nfs4_state(data);
1638 return _nfs4_opendata_to_nfs4_state(data);
1639}
1640
Trond Myklebust864472e2006-01-03 09:55:15 +01001641static struct nfs_open_context *nfs4_state_find_open_context(struct nfs4_state *state)
1642{
1643 struct nfs_inode *nfsi = NFS_I(state->inode);
1644 struct nfs_open_context *ctx;
1645
1646 spin_lock(&state->inode->i_lock);
1647 list_for_each_entry(ctx, &nfsi->open_files, list) {
1648 if (ctx->state != state)
1649 continue;
1650 get_nfs_open_context(ctx);
1651 spin_unlock(&state->inode->i_lock);
1652 return ctx;
1653 }
1654 spin_unlock(&state->inode->i_lock);
1655 return ERR_PTR(-ENOENT);
1656}
1657
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001658static struct nfs4_opendata *nfs4_open_recoverdata_alloc(struct nfs_open_context *ctx,
1659 struct nfs4_state *state, enum open_claim_type4 claim)
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001660{
1661 struct nfs4_opendata *opendata;
1662
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001663 opendata = nfs4_opendata_alloc(ctx->dentry, state->owner, 0, 0,
David Quigley1775fd32013-05-22 12:50:42 -04001664 NULL, NULL, claim, GFP_NOFS);
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001665 if (opendata == NULL)
1666 return ERR_PTR(-ENOMEM);
1667 opendata->state = state;
1668 atomic_inc(&state->count);
1669 return opendata;
1670}
1671
Trond Myklebust24311f82015-09-20 10:50:17 -04001672static int nfs4_open_recover_helper(struct nfs4_opendata *opendata,
1673 fmode_t fmode)
Trond Myklebust864472e2006-01-03 09:55:15 +01001674{
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001675 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001676 int ret;
1677
Trond Myklebust24311f82015-09-20 10:50:17 -04001678 if (!nfs4_mode_match_open_stateid(opendata->state, fmode))
NeilBrown39f897f2015-06-29 14:28:54 +10001679 return 0;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001680 opendata->o_arg.open_flags = 0;
1681 opendata->o_arg.fmode = fmode;
Trond Myklebustbe36e182015-02-27 17:04:17 -05001682 opendata->o_arg.share_access = nfs4_map_atomic_open_share(
1683 NFS_SB(opendata->dentry->d_sb),
1684 fmode, 0);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001685 memset(&opendata->o_res, 0, sizeof(opendata->o_res));
1686 memset(&opendata->c_res, 0, sizeof(opendata->c_res));
1687 nfs4_init_opendata_res(opendata);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001688 ret = _nfs4_recover_proc_open(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001689 if (ret != 0)
1690 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001691 newstate = nfs4_opendata_to_nfs4_state(opendata);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001692 if (IS_ERR(newstate))
1693 return PTR_ERR(newstate);
Trond Myklebust24311f82015-09-20 10:50:17 -04001694 if (newstate != opendata->state)
1695 ret = -ESTALE;
Al Viro643168c2011-06-22 18:20:23 -04001696 nfs4_close_state(newstate, fmode);
Trond Myklebust24311f82015-09-20 10:50:17 -04001697 return ret;
Trond Myklebust864472e2006-01-03 09:55:15 +01001698}
1699
1700static int nfs4_open_recover(struct nfs4_opendata *opendata, struct nfs4_state *state)
1701{
Trond Myklebust864472e2006-01-03 09:55:15 +01001702 int ret;
1703
Trond Myklebust4f14c192014-02-12 19:15:06 -05001704 /* Don't trigger recovery in nfs_test_and_clear_all_open_stateid */
1705 clear_bit(NFS_O_RDWR_STATE, &state->flags);
1706 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
1707 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
Trond Myklebust864472e2006-01-03 09:55:15 +01001708 /* memory barrier prior to reading state->n_* */
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001709 clear_bit(NFS_DELEGATED_STATE, &state->flags);
Trond Myklebustfd068b22013-04-22 11:29:51 -04001710 clear_bit(NFS_OPEN_STATE, &state->flags);
Trond Myklebust864472e2006-01-03 09:55:15 +01001711 smp_rmb();
Trond Myklebust24311f82015-09-20 10:50:17 -04001712 ret = nfs4_open_recover_helper(opendata, FMODE_READ|FMODE_WRITE);
1713 if (ret != 0)
1714 return ret;
1715 ret = nfs4_open_recover_helper(opendata, FMODE_WRITE);
1716 if (ret != 0)
1717 return ret;
1718 ret = nfs4_open_recover_helper(opendata, FMODE_READ);
1719 if (ret != 0)
1720 return ret;
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001721 /*
1722 * We may have performed cached opens for all three recoveries.
1723 * Check if we need to update the current stateid.
1724 */
1725 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0 &&
Trond Myklebustf597c532012-03-04 18:13:56 -05001726 !nfs4_stateid_match(&state->stateid, &state->open_stateid)) {
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001727 write_seqlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001728 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
Trond Myklebustf597c532012-03-04 18:13:56 -05001729 nfs4_stateid_copy(&state->stateid, &state->open_stateid);
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001730 write_sequnlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001731 }
Trond Myklebust864472e2006-01-03 09:55:15 +01001732 return 0;
1733}
1734
Linus Torvalds1da177e2005-04-16 15:20:36 -07001735/*
1736 * OPEN_RECLAIM:
1737 * reclaim state on the server after a reboot.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001738 */
Trond Myklebust539cd032007-06-05 11:46:42 -04001739static int _nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001740{
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001741 struct nfs_delegation *delegation;
Trond Myklebust864472e2006-01-03 09:55:15 +01001742 struct nfs4_opendata *opendata;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001743 fmode_t delegation_type = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001744 int status;
1745
Trond Myklebust4a1c0892013-03-15 14:57:33 -04001746 opendata = nfs4_open_recoverdata_alloc(ctx, state,
1747 NFS4_OPEN_CLAIM_PREVIOUS);
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001748 if (IS_ERR(opendata))
1749 return PTR_ERR(opendata);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001750 rcu_read_lock();
1751 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
Trond Myklebust15c831b2008-12-23 15:21:39 -05001752 if (delegation != NULL && test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags) != 0)
Trond Myklebust65bbf6b2007-08-27 09:57:46 -04001753 delegation_type = delegation->type;
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001754 rcu_read_unlock();
Trond Myklebust864472e2006-01-03 09:55:15 +01001755 opendata->o_arg.u.delegation_type = delegation_type;
1756 status = nfs4_open_recover(opendata, state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001757 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001758 return status;
1759}
1760
Trond Myklebust539cd032007-06-05 11:46:42 -04001761static int nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001762{
1763 struct nfs_server *server = NFS_SERVER(state->inode);
1764 struct nfs4_exception exception = { };
1765 int err;
1766 do {
Trond Myklebust539cd032007-06-05 11:46:42 -04001767 err = _nfs4_do_open_reclaim(ctx, state);
Trond Myklebust42113a72013-08-12 16:19:27 -04001768 trace_nfs4_open_reclaim(ctx, 0, err);
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04001769 if (nfs4_clear_cap_atomic_open_v1(server, err, &exception))
1770 continue;
Trond Myklebust168667c2010-10-19 19:47:49 -04001771 if (err != -NFS4ERR_DELAY)
Trond Myklebust202b50d2005-06-22 17:16:29 +00001772 break;
1773 nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001774 } while (exception.retry);
1775 return err;
1776}
1777
Trond Myklebust864472e2006-01-03 09:55:15 +01001778static int nfs4_open_reclaim(struct nfs4_state_owner *sp, struct nfs4_state *state)
1779{
1780 struct nfs_open_context *ctx;
1781 int ret;
1782
1783 ctx = nfs4_state_find_open_context(state);
1784 if (IS_ERR(ctx))
Trond Myklebust91876b12013-03-28 14:01:33 -04001785 return -EAGAIN;
Trond Myklebust539cd032007-06-05 11:46:42 -04001786 ret = nfs4_do_open_reclaim(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +01001787 put_nfs_open_context(ctx);
1788 return ret;
1789}
1790
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04001791static int nfs4_handle_delegation_recall_error(struct nfs_server *server, struct nfs4_state *state, const nfs4_stateid *stateid, int err)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001792{
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001793 switch (err) {
1794 default:
1795 printk(KERN_ERR "NFS: %s: unhandled error "
1796 "%d.\n", __func__, err);
1797 case 0:
1798 case -ENOENT:
Trond Myklebust8eee52a2015-06-04 13:51:13 -04001799 case -EAGAIN:
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001800 case -ESTALE:
1801 break;
1802 case -NFS4ERR_BADSESSION:
1803 case -NFS4ERR_BADSLOT:
1804 case -NFS4ERR_BAD_HIGH_SLOT:
1805 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
1806 case -NFS4ERR_DEADSESSION:
1807 set_bit(NFS_DELEGATED_STATE, &state->flags);
1808 nfs4_schedule_session_recovery(server->nfs_client->cl_session, err);
1809 return -EAGAIN;
1810 case -NFS4ERR_STALE_CLIENTID:
1811 case -NFS4ERR_STALE_STATEID:
1812 set_bit(NFS_DELEGATED_STATE, &state->flags);
1813 case -NFS4ERR_EXPIRED:
1814 /* Don't recall a delegation if it was lost */
1815 nfs4_schedule_lease_recovery(server->nfs_client);
1816 return -EAGAIN;
Chuck Lever352297b2013-10-17 14:13:24 -04001817 case -NFS4ERR_MOVED:
1818 nfs4_schedule_migration_recovery(server);
1819 return -EAGAIN;
Chuck Lever8ef2f8d2013-10-17 14:13:41 -04001820 case -NFS4ERR_LEASE_MOVED:
1821 nfs4_schedule_lease_moved_recovery(server->nfs_client);
1822 return -EAGAIN;
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001823 case -NFS4ERR_DELEG_REVOKED:
1824 case -NFS4ERR_ADMIN_REVOKED:
1825 case -NFS4ERR_BAD_STATEID:
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04001826 case -NFS4ERR_OPENMODE:
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001827 nfs_inode_find_state_and_recover(state->inode,
1828 stateid);
1829 nfs4_schedule_stateid_recovery(server, state);
Trond Myklebust869f9df2014-11-10 18:43:56 -05001830 return -EAGAIN;
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001831 case -NFS4ERR_DELAY:
1832 case -NFS4ERR_GRACE:
1833 set_bit(NFS_DELEGATED_STATE, &state->flags);
1834 ssleep(1);
1835 return -EAGAIN;
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04001836 case -ENOMEM:
1837 case -NFS4ERR_DENIED:
1838 /* kill_proc(fl->fl_pid, SIGLOST, 1); */
1839 return 0;
Trond Myklebustbe76b5b2013-04-01 15:40:44 -04001840 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001841 return err;
1842}
1843
Trond Myklebust24311f82015-09-20 10:50:17 -04001844int nfs4_open_delegation_recall(struct nfs_open_context *ctx,
1845 struct nfs4_state *state, const nfs4_stateid *stateid,
1846 fmode_t type)
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04001847{
1848 struct nfs_server *server = NFS_SERVER(state->inode);
1849 struct nfs4_opendata *opendata;
Trond Myklebust24311f82015-09-20 10:50:17 -04001850 int err = 0;
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04001851
1852 opendata = nfs4_open_recoverdata_alloc(ctx, state,
1853 NFS4_OPEN_CLAIM_DELEG_CUR_FH);
1854 if (IS_ERR(opendata))
1855 return PTR_ERR(opendata);
1856 nfs4_stateid_copy(&opendata->o_arg.u.delegation, stateid);
Jeff Layton5e99b532015-10-02 13:14:37 -04001857 write_seqlock(&state->seqlock);
1858 nfs4_stateid_copy(&state->stateid, &state->open_stateid);
1859 write_sequnlock(&state->seqlock);
Trond Myklebust24311f82015-09-20 10:50:17 -04001860 clear_bit(NFS_DELEGATED_STATE, &state->flags);
1861 switch (type & (FMODE_READ|FMODE_WRITE)) {
1862 case FMODE_READ|FMODE_WRITE:
1863 case FMODE_WRITE:
1864 err = nfs4_open_recover_helper(opendata, FMODE_READ|FMODE_WRITE);
1865 if (err)
1866 break;
1867 err = nfs4_open_recover_helper(opendata, FMODE_WRITE);
1868 if (err)
1869 break;
1870 case FMODE_READ:
1871 err = nfs4_open_recover_helper(opendata, FMODE_READ);
1872 }
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04001873 nfs4_opendata_put(opendata);
1874 return nfs4_handle_delegation_recall_error(server, state, stateid, err);
1875}
1876
Chuck Leverbe05c862013-08-09 12:49:47 -04001877static void nfs4_open_confirm_prepare(struct rpc_task *task, void *calldata)
1878{
1879 struct nfs4_opendata *data = calldata;
1880
Peng Taocb04ad22014-06-11 05:24:15 +08001881 nfs40_setup_sequence(data->o_arg.server->nfs_client->cl_slot_tbl,
1882 &data->c_arg.seq_args, &data->c_res.seq_res, task);
Chuck Leverbe05c862013-08-09 12:49:47 -04001883}
1884
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001885static void nfs4_open_confirm_done(struct rpc_task *task, void *calldata)
1886{
1887 struct nfs4_opendata *data = calldata;
1888
Trond Myklebust17ead6c2014-02-01 14:53:23 -05001889 nfs40_sequence_done(task, &data->c_res.seq_res);
Chuck Leverbe05c862013-08-09 12:49:47 -04001890
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001891 data->rpc_status = task->tk_status;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001892 if (data->rpc_status == 0) {
Trond Myklebustf597c532012-03-04 18:13:56 -05001893 nfs4_stateid_copy(&data->o_res.stateid, &data->c_res.stateid);
Trond Myklebustbb226292008-01-02 15:19:18 -05001894 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust26e976a2006-01-03 09:55:21 +01001895 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust3e309912007-07-07 13:19:59 -04001896 data->rpc_done = 1;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001897 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001898}
1899
1900static void nfs4_open_confirm_release(void *calldata)
1901{
1902 struct nfs4_opendata *data = calldata;
1903 struct nfs4_state *state = NULL;
1904
1905 /* If this request hasn't been cancelled, do nothing */
1906 if (data->cancelled == 0)
1907 goto out_free;
1908 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -04001909 if (!data->rpc_done)
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001910 goto out_free;
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001911 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001912 if (!IS_ERR(state))
Al Viro643168c2011-06-22 18:20:23 -04001913 nfs4_close_state(state, data->o_arg.fmode);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001914out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001915 nfs4_opendata_put(data);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001916}
1917
1918static const struct rpc_call_ops nfs4_open_confirm_ops = {
Chuck Leverbe05c862013-08-09 12:49:47 -04001919 .rpc_call_prepare = nfs4_open_confirm_prepare,
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001920 .rpc_call_done = nfs4_open_confirm_done,
1921 .rpc_release = nfs4_open_confirm_release,
1922};
1923
1924/*
1925 * Note: On error, nfs4_proc_open_confirm will free the struct nfs4_opendata
1926 */
1927static int _nfs4_proc_open_confirm(struct nfs4_opendata *data)
1928{
David Howells2b0143b2015-03-17 22:25:59 +00001929 struct nfs_server *server = NFS_SERVER(d_inode(data->dir));
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001930 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001931 struct rpc_message msg = {
1932 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_CONFIRM],
1933 .rpc_argp = &data->c_arg,
1934 .rpc_resp = &data->c_res,
1935 .rpc_cred = data->owner->so_cred,
1936 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001937 struct rpc_task_setup task_setup_data = {
1938 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001939 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001940 .callback_ops = &nfs4_open_confirm_ops,
1941 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -05001942 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001943 .flags = RPC_TASK_ASYNC,
1944 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001945 int status;
1946
Trond Myklebust17ead6c2014-02-01 14:53:23 -05001947 nfs4_init_sequence(&data->c_arg.seq_args, &data->c_res.seq_res, 1);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001948 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -04001949 data->rpc_done = 0;
1950 data->rpc_status = 0;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001951 data->timestamp = jiffies;
Benjamin Coddingtone92c1e02015-10-01 09:17:33 -04001952 if (data->is_recover)
1953 nfs4_set_sequence_privileged(&data->c_arg.seq_args);
Trond Myklebustc970aa82007-07-14 15:39:59 -04001954 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05001955 if (IS_ERR(task))
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001956 return PTR_ERR(task);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001957 status = nfs4_wait_for_completion_rpc_task(task);
1958 if (status != 0) {
1959 data->cancelled = 1;
1960 smp_wmb();
1961 } else
1962 status = data->rpc_status;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05001963 rpc_put_task(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001964 return status;
1965}
1966
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001967static void nfs4_open_prepare(struct rpc_task *task, void *calldata)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001968{
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001969 struct nfs4_opendata *data = calldata;
1970 struct nfs4_state_owner *sp = data->owner;
Trond Myklebust549b19c2013-04-16 18:42:34 -04001971 struct nfs_client *clp = sp->so_server->nfs_client;
Trond Myklebust2a606182015-08-19 22:30:00 -05001972 enum open_claim_type4 claim = data->o_arg.claim;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001973
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001974 if (nfs_wait_on_sequence(data->o_arg.seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05001975 goto out_wait;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001976 /*
1977 * Check if we still need to send an OPEN call, or if we can use
1978 * a delegation instead.
1979 */
1980 if (data->state != NULL) {
1981 struct nfs_delegation *delegation;
1982
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001983 if (can_open_cached(data->state, data->o_arg.fmode, data->o_arg.open_flags))
Trond Myklebust6ee41262007-07-08 14:11:36 -04001984 goto out_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001985 rcu_read_lock();
1986 delegation = rcu_dereference(NFS_I(data->state->inode)->delegation);
Trond Myklebust2a606182015-08-19 22:30:00 -05001987 if (can_open_delegated(delegation, data->o_arg.fmode, claim))
Trond Myklebust652f89f2011-12-09 19:05:58 -05001988 goto unlock_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001989 rcu_read_unlock();
1990 }
Trond Myklebust95b72eb2012-04-20 19:24:51 -04001991 /* Update client id. */
Trond Myklebust549b19c2013-04-16 18:42:34 -04001992 data->o_arg.clientid = clp->cl_clientid;
Trond Myklebust2a606182015-08-19 22:30:00 -05001993 switch (claim) {
1994 default:
1995 break;
Trond Myklebust8188df12013-04-23 14:31:19 -04001996 case NFS4_OPEN_CLAIM_PREVIOUS:
1997 case NFS4_OPEN_CLAIM_DELEG_CUR_FH:
1998 case NFS4_OPEN_CLAIM_DELEG_PREV_FH:
Andy Adamsone23008e2012-10-02 21:07:32 -04001999 data->o_arg.open_bitmap = &nfs4_open_noattr_bitmap[0];
Trond Myklebust8188df12013-04-23 14:31:19 -04002000 case NFS4_OPEN_CLAIM_FH:
2001 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_NOATTR];
Trond Myklebust6f220ed2007-07-17 21:50:45 -04002002 nfs_copy_fh(&data->o_res.fh, data->o_arg.fh);
2003 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01002004 data->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04002005 if (nfs4_setup_sequence(data->o_arg.server,
Andy Adamsond8985282009-04-01 09:22:21 -04002006 &data->o_arg.seq_args,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04002007 &data->o_res.seq_res,
2008 task) != 0)
2009 nfs_release_seqid(data->o_arg.seqid);
Trond Myklebust549b19c2013-04-16 18:42:34 -04002010
2011 /* Set the create mode (note dependency on the session type) */
2012 data->o_arg.createmode = NFS4_CREATE_UNCHECKED;
2013 if (data->o_arg.open_flags & O_EXCL) {
2014 data->o_arg.createmode = NFS4_CREATE_EXCLUSIVE;
2015 if (nfs4_has_persistent_session(clp))
2016 data->o_arg.createmode = NFS4_CREATE_GUARDED;
2017 else if (clp->cl_mvops->minor_version > 0)
2018 data->o_arg.createmode = NFS4_CREATE_EXCLUSIVE4_1;
2019 }
Trond Myklebust6ee41262007-07-08 14:11:36 -04002020 return;
Trond Myklebust652f89f2011-12-09 19:05:58 -05002021unlock_no_action:
Olga Kornievskaia9759b0f2015-11-24 13:29:42 -05002022 trace_nfs4_cached_open(data->state);
Trond Myklebust652f89f2011-12-09 19:05:58 -05002023 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -04002024out_no_action:
2025 task->tk_action = NULL;
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002026out_wait:
Trond Myklebustb75ad4c2012-11-29 17:27:47 -05002027 nfs4_sequence_done(task, &data->o_res.seq_res);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08002028}
2029
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002030static void nfs4_open_done(struct rpc_task *task, void *calldata)
2031{
2032 struct nfs4_opendata *data = calldata;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002033
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002034 data->rpc_status = task->tk_status;
Andy Adamsond8985282009-04-01 09:22:21 -04002035
Trond Myklebust14516c32010-07-31 14:29:06 -04002036 if (!nfs4_sequence_done(task, &data->o_res.seq_res))
2037 return;
Andy Adamsond8985282009-04-01 09:22:21 -04002038
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002039 if (task->tk_status == 0) {
Trond Myklebust807d66d82012-10-02 17:09:00 -07002040 if (data->o_res.f_attr->valid & NFS_ATTR_FATTR_TYPE) {
2041 switch (data->o_res.f_attr->mode & S_IFMT) {
Trond Myklebust6f926b52005-10-18 14:20:18 -07002042 case S_IFREG:
2043 break;
2044 case S_IFLNK:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002045 data->rpc_status = -ELOOP;
Trond Myklebust6f926b52005-10-18 14:20:18 -07002046 break;
2047 case S_IFDIR:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002048 data->rpc_status = -EISDIR;
Trond Myklebust6f926b52005-10-18 14:20:18 -07002049 break;
2050 default:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002051 data->rpc_status = -ENOTDIR;
Trond Myklebust807d66d82012-10-02 17:09:00 -07002052 }
Trond Myklebust6f926b52005-10-18 14:20:18 -07002053 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01002054 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust0f9f95e2007-07-08 16:19:56 -04002055 if (!(data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM))
2056 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust6f926b52005-10-18 14:20:18 -07002057 }
Trond Myklebust3e309912007-07-07 13:19:59 -04002058 data->rpc_done = 1;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002059}
Trond Myklebust6f926b52005-10-18 14:20:18 -07002060
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002061static void nfs4_open_release(void *calldata)
2062{
2063 struct nfs4_opendata *data = calldata;
2064 struct nfs4_state *state = NULL;
2065
2066 /* If this request hasn't been cancelled, do nothing */
2067 if (data->cancelled == 0)
2068 goto out_free;
2069 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -04002070 if (data->rpc_status != 0 || !data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002071 goto out_free;
2072 /* In case we need an open_confirm, no cleanup! */
2073 if (data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM)
2074 goto out_free;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002075 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04002076 if (!IS_ERR(state))
Al Viro643168c2011-06-22 18:20:23 -04002077 nfs4_close_state(state, data->o_arg.fmode);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002078out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -04002079 nfs4_opendata_put(data);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002080}
2081
2082static const struct rpc_call_ops nfs4_open_ops = {
2083 .rpc_call_prepare = nfs4_open_prepare,
2084 .rpc_call_done = nfs4_open_done,
2085 .rpc_release = nfs4_open_release,
2086};
2087
Alexandros Batsakisb2579572009-12-14 21:27:57 -08002088static int nfs4_run_open_task(struct nfs4_opendata *data, int isrecover)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002089{
David Howells2b0143b2015-03-17 22:25:59 +00002090 struct inode *dir = d_inode(data->dir);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002091 struct nfs_server *server = NFS_SERVER(dir);
2092 struct nfs_openargs *o_arg = &data->o_arg;
2093 struct nfs_openres *o_res = &data->o_res;
2094 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04002095 struct rpc_message msg = {
2096 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN],
2097 .rpc_argp = o_arg,
2098 .rpc_resp = o_res,
2099 .rpc_cred = data->owner->so_cred,
2100 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04002101 struct rpc_task_setup task_setup_data = {
2102 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04002103 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04002104 .callback_ops = &nfs4_open_ops,
2105 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -05002106 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04002107 .flags = RPC_TASK_ASYNC,
2108 };
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002109 int status;
2110
Chuck Levera9c92d62013-08-09 12:48:18 -04002111 nfs4_init_sequence(&o_arg->seq_args, &o_res->seq_res, 1);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04002112 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -04002113 data->rpc_done = 0;
2114 data->rpc_status = 0;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04002115 data->cancelled = 0;
Trond Myklebustbdeca1b2013-04-23 14:52:44 -04002116 data->is_recover = 0;
2117 if (isrecover) {
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04002118 nfs4_set_sequence_privileged(&o_arg->seq_args);
Trond Myklebustbdeca1b2013-04-23 14:52:44 -04002119 data->is_recover = 1;
2120 }
Trond Myklebustc970aa82007-07-14 15:39:59 -04002121 task = rpc_run_task(&task_setup_data);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08002122 if (IS_ERR(task))
2123 return PTR_ERR(task);
2124 status = nfs4_wait_for_completion_rpc_task(task);
2125 if (status != 0) {
2126 data->cancelled = 1;
2127 smp_wmb();
2128 } else
2129 status = data->rpc_status;
2130 rpc_put_task(task);
2131
2132 return status;
2133}
2134
2135static int _nfs4_recover_proc_open(struct nfs4_opendata *data)
2136{
David Howells2b0143b2015-03-17 22:25:59 +00002137 struct inode *dir = d_inode(data->dir);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08002138 struct nfs_openres *o_res = &data->o_res;
2139 int status;
2140
2141 status = nfs4_run_open_task(data, 1);
2142 if (status != 0 || !data->rpc_done)
2143 return status;
2144
Trond Myklebust6926afd2012-01-07 13:22:46 -05002145 nfs_fattr_map_and_free_names(NFS_SERVER(dir), &data->f_attr);
2146
Alexandros Batsakisb2579572009-12-14 21:27:57 -08002147 if (o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) {
2148 status = _nfs4_proc_open_confirm(data);
2149 if (status != 0)
2150 return status;
2151 }
2152
2153 return status;
2154}
2155
Trond Myklebustf3792d62014-07-10 08:54:32 -04002156/*
2157 * Additional permission checks in order to distinguish between an
2158 * open for read, and an open for execute. This works around the
2159 * fact that NFSv4 OPEN treats read and execute permissions as being
2160 * the same.
2161 * Note that in the non-execute case, we want to turn off permission
2162 * checking if we just created a new file (POSIX open() semantics).
2163 */
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002164static int nfs4_opendata_access(struct rpc_cred *cred,
2165 struct nfs4_opendata *opendata,
Weston Andros Adamsonf8d9a892013-01-03 16:42:29 -05002166 struct nfs4_state *state, fmode_t fmode,
2167 int openflags)
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002168{
2169 struct nfs_access_entry cache;
2170 u32 mask;
2171
2172 /* access call failed or for some reason the server doesn't
2173 * support any access modes -- defer access call until later */
2174 if (opendata->o_res.access_supported == 0)
2175 return 0;
2176
2177 mask = 0;
Trond Myklebustf3792d62014-07-10 08:54:32 -04002178 /*
2179 * Use openflags to check for exec, because fmode won't
2180 * always have FMODE_EXEC set when file open for exec.
2181 */
Weston Andros Adamsonf8d9a892013-01-03 16:42:29 -05002182 if (openflags & __FMODE_EXEC) {
2183 /* ONLY check for exec rights */
2184 mask = MAY_EXEC;
Trond Myklebustf3792d62014-07-10 08:54:32 -04002185 } else if ((fmode & FMODE_READ) && !opendata->file_created)
Weston Andros Adamsonf8d9a892013-01-03 16:42:29 -05002186 mask = MAY_READ;
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002187
2188 cache.cred = cred;
2189 cache.jiffies = jiffies;
2190 nfs_access_set_mask(&cache, opendata->o_res.access_result);
2191 nfs_access_add_cache(state->inode, &cache);
2192
Weston Andros Adamsonbbd3a8e2012-10-02 14:49:51 -07002193 if ((mask & ~cache.mask & (MAY_READ | MAY_EXEC)) == 0)
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002194 return 0;
2195
2196 /* even though OPEN succeeded, access is denied. Close the file */
2197 nfs4_close_state(state, fmode);
Weston Andros Adamson998f40b2012-11-02 18:00:56 -04002198 return -EACCES;
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002199}
2200
Alexandros Batsakisb2579572009-12-14 21:27:57 -08002201/*
2202 * Note: On error, nfs4_proc_open will free the struct nfs4_opendata
2203 */
2204static int _nfs4_proc_open(struct nfs4_opendata *data)
2205{
David Howells2b0143b2015-03-17 22:25:59 +00002206 struct inode *dir = d_inode(data->dir);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08002207 struct nfs_server *server = NFS_SERVER(dir);
2208 struct nfs_openargs *o_arg = &data->o_arg;
2209 struct nfs_openres *o_res = &data->o_res;
2210 int status;
2211
2212 status = nfs4_run_open_task(data, 0);
Trond Myklebust08ef7bd2011-10-18 16:11:49 -07002213 if (!data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002214 return status;
Trond Myklebust08ef7bd2011-10-18 16:11:49 -07002215 if (status != 0) {
2216 if (status == -NFS4ERR_BADNAME &&
2217 !(o_arg->open_flags & O_CREAT))
2218 return -ENOENT;
2219 return status;
2220 }
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002221
Trond Myklebust6926afd2012-01-07 13:22:46 -05002222 nfs_fattr_map_and_free_names(server, &data->f_attr);
2223
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002224 if (o_arg->open_flags & O_CREAT) {
Trond Myklebust56ae19f2005-10-27 22:12:40 -04002225 update_changeattr(dir, &o_res->cinfo);
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002226 if (o_arg->open_flags & O_EXCL)
2227 data->file_created = 1;
2228 else if (o_res->cinfo.before != o_res->cinfo.after)
2229 data->file_created = 1;
2230 }
Trond Myklebust0df5dd42010-04-11 16:48:44 -04002231 if ((o_res->rflags & NFS4_OPEN_RESULT_LOCKTYPE_POSIX) == 0)
2232 server->caps &= ~NFS_CAP_POSIX_LOCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002233 if(o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) {
Trond Myklebustcdd4e682006-01-03 09:55:12 +01002234 status = _nfs4_proc_open_confirm(data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002235 if (status != 0)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002236 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002237 }
2238 if (!(o_res->f_attr->valid & NFS_ATTR_FATTR))
Andy Adamson8935ef62014-05-23 06:22:59 -07002239 nfs4_proc_getattr(server, &o_res->fh, o_res->f_attr, o_res->f_label);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002240 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002241}
2242
Andy Adamsond83217c2011-03-01 01:34:17 +00002243static int nfs4_recover_expired_lease(struct nfs_server *server)
2244{
2245 return nfs4_client_recover_expired_lease(server->nfs_client);
2246}
2247
Linus Torvalds1da177e2005-04-16 15:20:36 -07002248/*
2249 * OPEN_EXPIRED:
2250 * reclaim state on the server after a network partition.
2251 * Assumes caller holds the appropriate lock
2252 */
Trond Myklebust539cd032007-06-05 11:46:42 -04002253static int _nfs4_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002254{
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002255 struct nfs4_opendata *opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +01002256 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002257
Trond Myklebust4a1c0892013-03-15 14:57:33 -04002258 opendata = nfs4_open_recoverdata_alloc(ctx, state,
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002259 NFS4_OPEN_CLAIM_FH);
Trond Myklebust6f220ed2007-07-17 21:50:45 -04002260 if (IS_ERR(opendata))
2261 return PTR_ERR(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01002262 ret = nfs4_open_recover(opendata, state);
Trond Myklebust35d05772008-04-05 15:54:17 -04002263 if (ret == -ESTALE)
Al Viro3d4ff432011-06-22 18:40:12 -04002264 d_drop(ctx->dentry);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04002265 nfs4_opendata_put(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01002266 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002267}
2268
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05002269static int nfs4_do_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Trond Myklebust202b50d2005-06-22 17:16:29 +00002270{
Trond Myklebust539cd032007-06-05 11:46:42 -04002271 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust202b50d2005-06-22 17:16:29 +00002272 struct nfs4_exception exception = { };
2273 int err;
2274
2275 do {
Trond Myklebust539cd032007-06-05 11:46:42 -04002276 err = _nfs4_open_expired(ctx, state);
Trond Myklebust42113a72013-08-12 16:19:27 -04002277 trace_nfs4_open_expired(ctx, 0, err);
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002278 if (nfs4_clear_cap_atomic_open_v1(server, err, &exception))
2279 continue;
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05002280 switch (err) {
2281 default:
2282 goto out;
2283 case -NFS4ERR_GRACE:
2284 case -NFS4ERR_DELAY:
2285 nfs4_handle_exception(server, err, &exception);
2286 err = 0;
2287 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00002288 } while (exception.retry);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05002289out:
Trond Myklebust202b50d2005-06-22 17:16:29 +00002290 return err;
2291}
2292
Linus Torvalds1da177e2005-04-16 15:20:36 -07002293static int nfs4_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
2294{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002295 struct nfs_open_context *ctx;
Trond Myklebust864472e2006-01-03 09:55:15 +01002296 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002297
Trond Myklebust864472e2006-01-03 09:55:15 +01002298 ctx = nfs4_state_find_open_context(state);
2299 if (IS_ERR(ctx))
Trond Myklebust91876b12013-03-28 14:01:33 -04002300 return -EAGAIN;
Trond Myklebust539cd032007-06-05 11:46:42 -04002301 ret = nfs4_do_open_expired(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +01002302 put_nfs_open_context(ctx);
2303 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002304}
2305
Trond Myklebust4dfd4f72014-10-17 15:10:25 +03002306static void nfs_finish_clear_delegation_stateid(struct nfs4_state *state)
2307{
2308 nfs_remove_bad_delegation(state->inode);
2309 write_seqlock(&state->seqlock);
2310 nfs4_stateid_copy(&state->stateid, &state->open_stateid);
2311 write_sequnlock(&state->seqlock);
2312 clear_bit(NFS_DELEGATED_STATE, &state->flags);
2313}
2314
2315static void nfs40_clear_delegation_stateid(struct nfs4_state *state)
2316{
2317 if (rcu_access_pointer(NFS_I(state->inode)->delegation) != NULL)
2318 nfs_finish_clear_delegation_stateid(state);
2319}
2320
2321static int nfs40_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
2322{
2323 /* NFSv4.0 doesn't allow for delegation recovery on open expire */
2324 nfs40_clear_delegation_stateid(state);
2325 return nfs4_open_expired(sp, state);
2326}
2327
Bryan Schumakerf062eb62011-06-02 14:59:10 -04002328#if defined(CONFIG_NFS_V4_1)
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002329static void nfs41_check_delegation_stateid(struct nfs4_state *state)
Bryan Schumakerf062eb62011-06-02 14:59:10 -04002330{
Bryan Schumakerf062eb62011-06-02 14:59:10 -04002331 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002332 nfs4_stateid stateid;
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002333 struct nfs_delegation *delegation;
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002334 struct rpc_cred *cred;
2335 int status;
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002336
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002337 /* Get the delegation credential for use by test/free_stateid */
2338 rcu_read_lock();
2339 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002340 if (delegation == NULL) {
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002341 rcu_read_unlock();
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002342 return;
2343 }
2344
2345 nfs4_stateid_copy(&stateid, &delegation->stateid);
2346 cred = get_rpccred(delegation->cred);
2347 rcu_read_unlock();
2348 status = nfs41_test_stateid(server, &stateid, cred);
2349 trace_nfs4_test_delegation_stateid(state, NULL, status);
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002350
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002351 if (status != NFS_OK) {
2352 /* Free the stateid unless the server explicitly
2353 * informs us the stateid is unrecognized. */
2354 if (status != -NFS4ERR_BAD_STATEID)
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002355 nfs41_free_stateid(server, &stateid, cred);
2356 nfs_finish_clear_delegation_stateid(state);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002357 }
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002358
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002359 put_rpccred(cred);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002360}
2361
2362/**
2363 * nfs41_check_open_stateid - possibly free an open stateid
2364 *
2365 * @state: NFSv4 state for an inode
2366 *
2367 * Returns NFS_OK if recovery for this stateid is now finished.
2368 * Otherwise a negative NFS4ERR value is returned.
2369 */
2370static int nfs41_check_open_stateid(struct nfs4_state *state)
2371{
2372 struct nfs_server *server = NFS_SERVER(state->inode);
Bryan Schumakerfcb6d9c2012-09-26 15:25:53 -04002373 nfs4_stateid *stateid = &state->open_stateid;
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002374 struct rpc_cred *cred = state->owner->so_cred;
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002375 int status;
2376
2377 /* If a state reset has been done, test_stateid is unneeded */
2378 if ((test_bit(NFS_O_RDONLY_STATE, &state->flags) == 0) &&
2379 (test_bit(NFS_O_WRONLY_STATE, &state->flags) == 0) &&
2380 (test_bit(NFS_O_RDWR_STATE, &state->flags) == 0))
2381 return -NFS4ERR_BAD_STATEID;
2382
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002383 status = nfs41_test_stateid(server, stateid, cred);
Trond Myklebust08cb47f2013-08-20 21:59:40 -04002384 trace_nfs4_test_open_stateid(state, NULL, status);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002385 if (status != NFS_OK) {
2386 /* Free the stateid unless the server explicitly
2387 * informs us the stateid is unrecognized. */
2388 if (status != -NFS4ERR_BAD_STATEID)
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04002389 nfs41_free_stateid(server, stateid, cred);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002390
2391 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
2392 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
2393 clear_bit(NFS_O_RDWR_STATE, &state->flags);
Trond Myklebustfd068b22013-04-22 11:29:51 -04002394 clear_bit(NFS_OPEN_STATE, &state->flags);
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05002395 }
2396 return status;
2397}
2398
2399static int nfs41_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
2400{
Chuck Levereb64cf92012-07-11 16:30:05 -04002401 int status;
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05002402
Trond Myklebust0c116ca2014-11-12 14:44:49 -05002403 nfs41_check_delegation_stateid(state);
Chuck Lever3e60ffd2012-07-11 16:30:14 -04002404 status = nfs41_check_open_stateid(state);
Chuck Levereb64cf92012-07-11 16:30:05 -04002405 if (status != NFS_OK)
2406 status = nfs4_open_expired(sp, state);
2407 return status;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04002408}
2409#endif
2410
Linus Torvalds1da177e2005-04-16 15:20:36 -07002411/*
Jeff Laytonaa53ed52007-06-05 14:49:03 -04002412 * on an EXCLUSIVE create, the server should send back a bitmask with FATTR4-*
2413 * fields corresponding to attributes that were used to store the verifier.
2414 * Make sure we clobber those fields in the later setattr call
2415 */
Kinglong Mee5334c5b2015-08-26 21:13:37 +08002416static inline void nfs4_exclusive_attrset(struct nfs4_opendata *opendata,
2417 struct iattr *sattr, struct nfs4_label **label)
Jeff Laytonaa53ed52007-06-05 14:49:03 -04002418{
Kinglong Mee5334c5b2015-08-26 21:13:37 +08002419 const u32 *attrset = opendata->o_res.attrset;
2420
2421 if ((attrset[1] & FATTR4_WORD1_TIME_ACCESS) &&
Jeff Laytonaa53ed52007-06-05 14:49:03 -04002422 !(sattr->ia_valid & ATTR_ATIME_SET))
2423 sattr->ia_valid |= ATTR_ATIME;
2424
Kinglong Mee5334c5b2015-08-26 21:13:37 +08002425 if ((attrset[1] & FATTR4_WORD1_TIME_MODIFY) &&
Jeff Laytonaa53ed52007-06-05 14:49:03 -04002426 !(sattr->ia_valid & ATTR_MTIME_SET))
2427 sattr->ia_valid |= ATTR_MTIME;
Kinglong Mee5334c5b2015-08-26 21:13:37 +08002428
2429 /* Except MODE, it seems harmless of setting twice. */
2430 if ((attrset[1] & FATTR4_WORD1_MODE))
2431 sattr->ia_valid &= ~ATTR_MODE;
2432
2433 if (attrset[2] & FATTR4_WORD2_SECURITY_LABEL)
2434 *label = NULL;
Jeff Laytonaa53ed52007-06-05 14:49:03 -04002435}
2436
Trond Myklebustc21443c2013-02-07 14:26:21 -05002437static int _nfs4_open_and_get_state(struct nfs4_opendata *opendata,
2438 fmode_t fmode,
2439 int flags,
Trond Myklebust3efb9722013-05-29 13:17:04 -04002440 struct nfs_open_context *ctx)
Trond Myklebustc21443c2013-02-07 14:26:21 -05002441{
2442 struct nfs4_state_owner *sp = opendata->owner;
2443 struct nfs_server *server = sp->so_server;
Trond Myklebust275bb302013-05-29 13:11:28 -04002444 struct dentry *dentry;
Trond Myklebustc21443c2013-02-07 14:26:21 -05002445 struct nfs4_state *state;
2446 unsigned int seq;
2447 int ret;
2448
2449 seq = raw_seqcount_begin(&sp->so_reclaim_seqcount);
2450
2451 ret = _nfs4_proc_open(opendata);
Trond Myklebustdca780012014-10-23 19:23:03 +03002452 if (ret != 0)
Trond Myklebustc21443c2013-02-07 14:26:21 -05002453 goto out;
2454
2455 state = nfs4_opendata_to_nfs4_state(opendata);
2456 ret = PTR_ERR(state);
2457 if (IS_ERR(state))
2458 goto out;
2459 if (server->caps & NFS_CAP_POSIX_LOCK)
2460 set_bit(NFS_STATE_POSIX_LOCKS, &state->flags);
2461
Trond Myklebust275bb302013-05-29 13:11:28 -04002462 dentry = opendata->dentry;
David Howells2b0143b2015-03-17 22:25:59 +00002463 if (d_really_is_negative(dentry)) {
Trond Myklebust275bb302013-05-29 13:11:28 -04002464 /* FIXME: Is this d_drop() ever needed? */
2465 d_drop(dentry);
2466 dentry = d_add_unique(dentry, igrab(state->inode));
2467 if (dentry == NULL) {
2468 dentry = opendata->dentry;
2469 } else if (dentry != ctx->dentry) {
2470 dput(ctx->dentry);
2471 ctx->dentry = dget(dentry);
2472 }
2473 nfs_set_verifier(dentry,
David Howells2b0143b2015-03-17 22:25:59 +00002474 nfs_save_change_attribute(d_inode(opendata->dir)));
Trond Myklebust275bb302013-05-29 13:11:28 -04002475 }
2476
Trond Myklebustc21443c2013-02-07 14:26:21 -05002477 ret = nfs4_opendata_access(sp->so_cred, opendata, state, fmode, flags);
2478 if (ret != 0)
2479 goto out;
2480
Trond Myklebust3efb9722013-05-29 13:17:04 -04002481 ctx->state = state;
David Howells2b0143b2015-03-17 22:25:59 +00002482 if (d_inode(dentry) == state->inode) {
Trond Myklebustc45ffdd2013-05-29 13:34:46 -04002483 nfs_inode_attach_open_context(ctx);
2484 if (read_seqcount_retry(&sp->so_reclaim_seqcount, seq))
2485 nfs4_schedule_stateid_recovery(server, state);
2486 }
Trond Myklebustc21443c2013-02-07 14:26:21 -05002487out:
2488 return ret;
2489}
2490
Jeff Laytonaa53ed52007-06-05 14:49:03 -04002491/*
Trond Myklebust24ac23a2006-01-03 09:55:11 +01002492 * Returns a referenced nfs4_state
Linus Torvalds1da177e2005-04-16 15:20:36 -07002493 */
Andy Adamson82be4172012-05-23 05:02:35 -04002494static int _nfs4_do_open(struct inode *dir,
Trond Myklebust4197a052013-05-29 12:37:49 -04002495 struct nfs_open_context *ctx,
Andy Adamson82be4172012-05-23 05:02:35 -04002496 int flags,
2497 struct iattr *sattr,
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002498 struct nfs4_label *label,
2499 int *opened)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002500{
2501 struct nfs4_state_owner *sp;
2502 struct nfs4_state *state = NULL;
2503 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002504 struct nfs4_opendata *opendata;
Trond Myklebust4197a052013-05-29 12:37:49 -04002505 struct dentry *dentry = ctx->dentry;
2506 struct rpc_cred *cred = ctx->cred;
2507 struct nfs4_threshold **ctx_th = &ctx->mdsthreshold;
2508 fmode_t fmode = ctx->mode & (FMODE_READ|FMODE_WRITE|FMODE_EXEC);
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002509 enum open_claim_type4 claim = NFS4_OPEN_CLAIM_NULL;
David Quigley1775fd32013-05-22 12:50:42 -04002510 struct nfs4_label *olabel = NULL;
Trond Myklebustaac00a82007-07-05 19:02:21 -04002511 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002512
2513 /* Protect against reboot recovery conflicts */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002514 status = -ENOMEM;
Trond Myklebustd1e284d2012-01-17 22:04:24 -05002515 sp = nfs4_get_state_owner(server, cred, GFP_KERNEL);
2516 if (sp == NULL) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002517 dprintk("nfs4_do_open: nfs4_get_state_owner failed!\n");
2518 goto out_err;
2519 }
Trond Myklebust58d97142006-01-03 09:55:24 +01002520 status = nfs4_recover_expired_lease(server);
2521 if (status != 0)
Trond Myklebustb4454fe2006-01-03 09:55:25 +01002522 goto err_put_state_owner;
David Howells2b0143b2015-03-17 22:25:59 +00002523 if (d_really_is_positive(dentry))
2524 nfs4_return_incompatible_delegation(d_inode(dentry), fmode);
Trond Myklebust58d97142006-01-03 09:55:24 +01002525 status = -ENOMEM;
David Howells2b0143b2015-03-17 22:25:59 +00002526 if (d_really_is_positive(dentry))
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002527 claim = NFS4_OPEN_CLAIM_FH;
Trond Myklebust4a1c0892013-03-15 14:57:33 -04002528 opendata = nfs4_opendata_alloc(dentry, sp, fmode, flags, sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002529 label, claim, GFP_KERNEL);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002530 if (opendata == NULL)
Trond Myklebust95d35cb2008-12-23 15:21:45 -05002531 goto err_put_state_owner;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002532
David Quigley14c43f72013-05-22 12:50:43 -04002533 if (label) {
2534 olabel = nfs4_label_alloc(server, GFP_KERNEL);
2535 if (IS_ERR(olabel)) {
2536 status = PTR_ERR(olabel);
2537 goto err_opendata_put;
2538 }
2539 }
2540
Trond Myklebuste911b812014-03-26 13:24:37 -07002541 if (server->attr_bitmask[2] & FATTR4_WORD2_MDSTHRESHOLD) {
2542 if (!opendata->f_attr.mdsthreshold) {
2543 opendata->f_attr.mdsthreshold = pnfs_mdsthreshold_alloc();
2544 if (!opendata->f_attr.mdsthreshold)
2545 goto err_free_label;
2546 }
Trond Myklebust1549210f2012-06-05 09:16:47 -04002547 opendata->o_arg.open_bitmap = &nfs4_pnfs_open_bitmap[0];
Andy Adamson82be4172012-05-23 05:02:35 -04002548 }
David Howells2b0143b2015-03-17 22:25:59 +00002549 if (d_really_is_positive(dentry))
2550 opendata->state = nfs4_get_open_state(d_inode(dentry), sp);
Trond Myklebustaac00a82007-07-05 19:02:21 -04002551
Trond Myklebust3efb9722013-05-29 13:17:04 -04002552 status = _nfs4_open_and_get_state(opendata, fmode, flags, ctx);
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002553 if (status != 0)
David Quigley14c43f72013-05-22 12:50:43 -04002554 goto err_free_label;
Trond Myklebust3efb9722013-05-29 13:17:04 -04002555 state = ctx->state;
Weston Andros Adamson6168f622012-09-10 14:00:46 -04002556
NeilBrownefcbc042015-07-30 13:00:56 +10002557 if ((opendata->o_arg.open_flags & (O_CREAT|O_EXCL)) == (O_CREAT|O_EXCL) &&
Trond Myklebust549b19c2013-04-16 18:42:34 -04002558 (opendata->o_arg.createmode != NFS4_CREATE_GUARDED)) {
Kinglong Mee5334c5b2015-08-26 21:13:37 +08002559 nfs4_exclusive_attrset(opendata, sattr, &label);
Trond Myklebust0ab64e02010-04-16 16:22:51 -04002560
2561 nfs_fattr_init(opendata->o_res.f_attr);
2562 status = nfs4_do_setattr(state->inode, cred,
2563 opendata->o_res.f_attr, sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002564 state, label, olabel);
2565 if (status == 0) {
Trond Myklebustf0446362015-02-26 16:09:04 -05002566 nfs_setattr_update_inode(state->inode, sattr,
2567 opendata->o_res.f_attr);
David Quigleyaa9c2662013-05-22 12:50:44 -04002568 nfs_setsecurity(state->inode, opendata->o_res.f_attr, olabel);
David Quigley1775fd32013-05-22 12:50:42 -04002569 }
Trond Myklebust0ab64e02010-04-16 16:22:51 -04002570 }
Kinglong Meec5c3fb52015-08-26 21:11:39 +08002571 if (opened && opendata->file_created)
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002572 *opened |= FILE_CREATED;
Andy Adamson82be4172012-05-23 05:02:35 -04002573
Trond Myklebuste911b812014-03-26 13:24:37 -07002574 if (pnfs_use_threshold(ctx_th, opendata->f_attr.mdsthreshold, server)) {
Andy Adamson82be4172012-05-23 05:02:35 -04002575 *ctx_th = opendata->f_attr.mdsthreshold;
Trond Myklebuste911b812014-03-26 13:24:37 -07002576 opendata->f_attr.mdsthreshold = NULL;
2577 }
Andy Adamson82be4172012-05-23 05:02:35 -04002578
David Quigley14c43f72013-05-22 12:50:43 -04002579 nfs4_label_free(olabel);
2580
Trond Myklebustc6d00e62007-06-17 16:02:44 -04002581 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002582 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002583 return 0;
David Quigley14c43f72013-05-22 12:50:43 -04002584err_free_label:
2585 nfs4_label_free(olabel);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04002586err_opendata_put:
2587 nfs4_opendata_put(opendata);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01002588err_put_state_owner:
2589 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002590out_err:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002591 return status;
2592}
2593
2594
Andy Adamson82be4172012-05-23 05:02:35 -04002595static struct nfs4_state *nfs4_do_open(struct inode *dir,
Trond Myklebust4197a052013-05-29 12:37:49 -04002596 struct nfs_open_context *ctx,
Andy Adamson82be4172012-05-23 05:02:35 -04002597 int flags,
2598 struct iattr *sattr,
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002599 struct nfs4_label *label,
2600 int *opened)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002601{
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002602 struct nfs_server *server = NFS_SERVER(dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002603 struct nfs4_exception exception = { };
2604 struct nfs4_state *res;
2605 int status;
2606
2607 do {
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002608 status = _nfs4_do_open(dir, ctx, flags, sattr, label, opened);
Trond Myklebust3efb9722013-05-29 13:17:04 -04002609 res = ctx->state;
Trond Myklebust42113a72013-08-12 16:19:27 -04002610 trace_nfs4_open_file(ctx, flags, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002611 if (status == 0)
2612 break;
2613 /* NOTE: BAD_SEQID means the server and client disagree about the
2614 * book-keeping w.r.t. state-changing operations
2615 * (OPEN/CLOSE/LOCK/LOCKU...)
2616 * It is actually a sign of a bug on the client or on the server.
2617 *
2618 * If we receive a BAD_SEQID error in the particular case of
Trond Myklebustcee54fc2005-10-18 14:20:12 -07002619 * doing an OPEN, we assume that nfs_increment_open_seqid() will
Linus Torvalds1da177e2005-04-16 15:20:36 -07002620 * have unhashed the old state_owner for us, and that we can
2621 * therefore safely retry using a new one. We should still warn
2622 * the user though...
2623 */
2624 if (status == -NFS4ERR_BAD_SEQID) {
Trond Myklebust9a3ba432012-03-12 18:01:48 -04002625 pr_warn_ratelimited("NFS: v4 server %s "
Trond Myklebust6f43ddc2007-07-08 16:49:11 -04002626 " returned a bad sequence-id error!\n",
2627 NFS_SERVER(dir)->nfs_client->cl_hostname);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002628 exception.retry = 1;
2629 continue;
2630 }
Trond Myklebust550f5742005-10-18 14:20:21 -07002631 /*
2632 * BAD_STATEID on OPEN means that the server cancelled our
2633 * state before it received the OPEN_CONFIRM.
2634 * Recover by retrying the request as per the discussion
2635 * on Page 181 of RFC3530.
2636 */
2637 if (status == -NFS4ERR_BAD_STATEID) {
2638 exception.retry = 1;
2639 continue;
2640 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04002641 if (status == -EAGAIN) {
2642 /* We must have found a delegation */
2643 exception.retry = 1;
2644 continue;
2645 }
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04002646 if (nfs4_clear_cap_atomic_open_v1(server, status, &exception))
2647 continue;
2648 res = ERR_PTR(nfs4_handle_exception(server,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002649 status, &exception));
2650 } while (exception.retry);
2651 return res;
2652}
2653
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002654static int _nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
2655 struct nfs_fattr *fattr, struct iattr *sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002656 struct nfs4_state *state, struct nfs4_label *ilabel,
2657 struct nfs4_label *olabel)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002658{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05002659 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002660 struct nfs_setattrargs arg = {
Trond Myklebust3e4f6292006-03-20 13:44:46 -05002661 .fh = NFS_FH(inode),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002662 .iap = sattr,
2663 .server = server,
2664 .bitmask = server->attr_bitmask,
David Quigley1775fd32013-05-22 12:50:42 -04002665 .label = ilabel,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002666 };
2667 struct nfs_setattrres res = {
2668 .fattr = fattr,
David Quigley1775fd32013-05-22 12:50:42 -04002669 .label = olabel,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002670 .server = server,
2671 };
2672 struct rpc_message msg = {
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002673 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETATTR],
2674 .rpc_argp = &arg,
2675 .rpc_resp = &res,
2676 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002677 };
Trond Myklebust26e976a2006-01-03 09:55:21 +01002678 unsigned long timestamp = jiffies;
Trond Myklebustee3ae842013-04-29 10:35:36 -04002679 fmode_t fmode;
2680 bool truncate;
Trond Myklebust65e43082005-08-16 11:49:44 -04002681 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002682
David Quigleyaa9c2662013-05-22 12:50:44 -04002683 arg.bitmask = nfs4_bitmask(server, ilabel);
2684 if (ilabel)
2685 arg.bitmask = nfs4_bitmask(server, olabel);
2686
Trond Myklebust0e574af2005-10-27 22:12:38 -04002687 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002688
Trond Myklebustee3ae842013-04-29 10:35:36 -04002689 /* Servers should only apply open mode checks for file size changes */
2690 truncate = (sattr->ia_valid & ATTR_SIZE) ? true : false;
2691 fmode = truncate ? FMODE_WRITE : FMODE_READ;
2692
2693 if (nfs4_copy_delegation_stateid(&arg.stateid, inode, fmode)) {
2694 /* Use that stateid */
Trond Myklebust0418dae2014-03-04 13:48:16 -05002695 } else if (truncate && state != NULL) {
Trond Myklebust2a369152012-08-13 18:54:45 -04002696 struct nfs_lockowner lockowner = {
2697 .l_owner = current->files,
2698 .l_pid = current->tgid,
2699 };
Trond Myklebust0418dae2014-03-04 13:48:16 -05002700 if (!nfs4_valid_open_stateid(state))
2701 return -EBADF;
2702 if (nfs4_select_rw_stateid(&arg.stateid, state, FMODE_WRITE,
2703 &lockowner) == -EIO)
2704 return -EBADF;
Trond Myklebust08e9eac2005-06-22 17:16:29 +00002705 } else
Trond Myklebustf597c532012-03-04 18:13:56 -05002706 nfs4_stateid_copy(&arg.stateid, &zero_stateid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002707
Bryan Schumaker7c513052011-03-24 17:12:24 +00002708 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust26e976a2006-01-03 09:55:21 +01002709 if (status == 0 && state != NULL)
2710 renew_lease(server, timestamp);
Olga Kornievskaia48c95792015-11-24 13:29:41 -05002711 trace_nfs4_setattr(inode, &arg.stateid, status);
Trond Myklebust65e43082005-08-16 11:49:44 -04002712 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002713}
2714
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002715static int nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
2716 struct nfs_fattr *fattr, struct iattr *sattr,
David Quigley1775fd32013-05-22 12:50:42 -04002717 struct nfs4_state *state, struct nfs4_label *ilabel,
2718 struct nfs4_label *olabel)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002719{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05002720 struct nfs_server *server = NFS_SERVER(inode);
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05002721 struct nfs4_exception exception = {
2722 .state = state,
Trond Myklebust3114ea72012-03-07 16:39:06 -05002723 .inode = inode,
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05002724 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002725 int err;
2726 do {
David Quigley1775fd32013-05-22 12:50:42 -04002727 err = _nfs4_do_setattr(inode, cred, fattr, sattr, state, ilabel, olabel);
Trond Myklebust451146b2012-04-18 16:29:11 -04002728 switch (err) {
2729 case -NFS4ERR_OPENMODE:
Trond Myklebust721ccfb2013-04-29 11:11:58 -04002730 if (!(sattr->ia_valid & ATTR_SIZE)) {
2731 pr_warn_once("NFSv4: server %s is incorrectly "
2732 "applying open mode checks to "
2733 "a SETATTR that is not "
2734 "changing file size.\n",
2735 server->nfs_client->cl_hostname);
2736 }
Trond Myklebust451146b2012-04-18 16:29:11 -04002737 if (state && !(state->state & FMODE_WRITE)) {
2738 err = -EBADF;
2739 if (sattr->ia_valid & ATTR_OPEN)
2740 err = -EACCES;
2741 goto out;
2742 }
2743 }
2744 err = nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002745 } while (exception.retry);
Trond Myklebust451146b2012-04-18 16:29:11 -04002746out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002747 return err;
2748}
2749
Peng Tao500d7012015-09-22 11:35:22 +08002750static bool
2751nfs4_wait_on_layoutreturn(struct inode *inode, struct rpc_task *task)
2752{
2753 if (inode == NULL || !nfs_have_layout(inode))
2754 return false;
2755
2756 return pnfs_wait_on_layoutreturn(inode, task);
2757}
2758
Linus Torvalds1da177e2005-04-16 15:20:36 -07002759struct nfs4_closedata {
2760 struct inode *inode;
2761 struct nfs4_state *state;
2762 struct nfs_closeargs arg;
2763 struct nfs_closeres res;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002764 struct nfs_fattr fattr;
Trond Myklebust26e976a2006-01-03 09:55:21 +01002765 unsigned long timestamp;
Fred Isamanf7e89172011-01-06 11:36:32 +00002766 bool roc;
2767 u32 roc_barrier;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002768};
2769
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002770static void nfs4_free_closedata(void *data)
Trond Myklebust95121352005-10-18 14:20:12 -07002771{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002772 struct nfs4_closedata *calldata = data;
2773 struct nfs4_state_owner *sp = calldata->state->owner;
Al Viro643168c2011-06-22 18:20:23 -04002774 struct super_block *sb = calldata->state->inode->i_sb;
Trond Myklebust95121352005-10-18 14:20:12 -07002775
Fred Isamanf7e89172011-01-06 11:36:32 +00002776 if (calldata->roc)
2777 pnfs_roc_release(calldata->state->inode);
Trond Myklebust95121352005-10-18 14:20:12 -07002778 nfs4_put_open_state(calldata->state);
2779 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust95121352005-10-18 14:20:12 -07002780 nfs4_put_state_owner(sp);
Trond Myklebust322b2b92013-01-11 16:39:51 -05002781 nfs_sb_deactive(sb);
Trond Myklebust95121352005-10-18 14:20:12 -07002782 kfree(calldata);
2783}
2784
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002785static void nfs4_close_done(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002786{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002787 struct nfs4_closedata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002788 struct nfs4_state *state = calldata->state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002789 struct nfs_server *server = NFS_SERVER(calldata->inode);
Trond Myklebust412f6c42014-08-25 22:09:08 -04002790 nfs4_stateid *res_stateid = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002791
Chuck Levera3ca5652012-03-01 17:00:40 -05002792 dprintk("%s: begin!\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04002793 if (!nfs4_sequence_done(task, &calldata->res.seq_res))
2794 return;
Trond Myklebust42113a72013-08-12 16:19:27 -04002795 trace_nfs4_close(state, &calldata->arg, &calldata->res, task->tk_status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002796 /* hmm. we are done with the inode, and in the process of freeing
2797 * the state_owner. we keep this around to process errors
2798 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002799 switch (task->tk_status) {
2800 case 0:
Trond Myklebust412f6c42014-08-25 22:09:08 -04002801 res_stateid = &calldata->res.stateid;
Trond Myklebust3c13cb52015-08-18 23:45:13 -05002802 if (calldata->roc)
Fred Isamanf7e89172011-01-06 11:36:32 +00002803 pnfs_roc_set_barrier(state->inode,
2804 calldata->roc_barrier);
Trond Myklebust26e976a2006-01-03 09:55:21 +01002805 renew_lease(server, calldata->timestamp);
Trond Myklebust412f6c42014-08-25 22:09:08 -04002806 break;
Trond Myklebust69794ad2013-11-20 12:57:19 -05002807 case -NFS4ERR_ADMIN_REVOKED:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002808 case -NFS4ERR_STALE_STATEID:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002809 case -NFS4ERR_OLD_STATEID:
2810 case -NFS4ERR_BAD_STATEID:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002811 case -NFS4ERR_EXPIRED:
Trond Myklebust566fcec2015-01-23 15:32:46 -05002812 if (!nfs4_stateid_match(&calldata->arg.stateid,
Anna Schumaker369d6b72015-03-02 16:46:09 -05002813 &state->open_stateid)) {
Trond Myklebust566fcec2015-01-23 15:32:46 -05002814 rpc_restart_call_prepare(task);
2815 goto out_release;
2816 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002817 if (calldata->arg.fmode == 0)
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002818 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002819 default:
NeilBrown8478eaa2014-09-18 16:09:27 +10002820 if (nfs4_async_handle_error(task, server, state, NULL) == -EAGAIN) {
Trond Myklebust72211db2009-12-15 14:47:36 -05002821 rpc_restart_call_prepare(task);
Trond Myklebust69794ad2013-11-20 12:57:19 -05002822 goto out_release;
2823 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002824 }
Trond Myklebust4a1e2fe2015-08-30 18:37:59 -07002825 nfs_clear_open_stateid(state, &calldata->arg.stateid,
2826 res_stateid, calldata->arg.fmode);
Trond Myklebust69794ad2013-11-20 12:57:19 -05002827out_release:
Trond Myklebust72211db2009-12-15 14:47:36 -05002828 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebust516a6af2005-10-27 22:12:41 -04002829 nfs_refresh_inode(calldata->inode, calldata->res.fattr);
Chuck Levera3ca5652012-03-01 17:00:40 -05002830 dprintk("%s: done, ret = %d!\n", __func__, task->tk_status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002831}
2832
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01002833static void nfs4_close_prepare(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002834{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01002835 struct nfs4_closedata *calldata = data;
Trond Myklebust95121352005-10-18 14:20:12 -07002836 struct nfs4_state *state = calldata->state;
Trond Myklebust7fdab062012-09-20 20:15:57 -04002837 struct inode *inode = calldata->inode;
Trond Myklebustaee7af32014-08-25 22:33:12 -04002838 bool is_rdonly, is_wronly, is_rdwr;
Trond Myklebust88069f72009-12-08 08:33:16 -05002839 int call_close = 0;
Trond Myklebust95121352005-10-18 14:20:12 -07002840
Chuck Levera3ca5652012-03-01 17:00:40 -05002841 dprintk("%s: begin!\n", __func__);
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002842 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002843 goto out_wait;
Trond Myklebust003707c2007-07-05 18:07:55 -04002844
Trond Myklebust88069f72009-12-08 08:33:16 -05002845 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_DOWNGRADE];
Trond Myklebust4cecb762005-11-04 15:32:58 -05002846 spin_lock(&state->owner->so_lock);
Trond Myklebustaee7af32014-08-25 22:33:12 -04002847 is_rdwr = test_bit(NFS_O_RDWR_STATE, &state->flags);
2848 is_rdonly = test_bit(NFS_O_RDONLY_STATE, &state->flags);
2849 is_wronly = test_bit(NFS_O_WRONLY_STATE, &state->flags);
Anna Schumaker369d6b72015-03-02 16:46:09 -05002850 nfs4_stateid_copy(&calldata->arg.stateid, &state->open_stateid);
Trond Myklebust003707c2007-07-05 18:07:55 -04002851 /* Calculate the change in open mode */
Trond Myklebustcd9288f2014-09-18 11:51:32 -04002852 calldata->arg.fmode = 0;
Trond Myklebuste7616922006-01-03 09:55:13 +01002853 if (state->n_rdwr == 0) {
Trond Myklebustcd9288f2014-09-18 11:51:32 -04002854 if (state->n_rdonly == 0)
2855 call_close |= is_rdonly;
2856 else if (is_rdonly)
2857 calldata->arg.fmode |= FMODE_READ;
2858 if (state->n_wronly == 0)
2859 call_close |= is_wronly;
2860 else if (is_wronly)
2861 calldata->arg.fmode |= FMODE_WRITE;
2862 } else if (is_rdwr)
2863 calldata->arg.fmode |= FMODE_READ|FMODE_WRITE;
2864
2865 if (calldata->arg.fmode == 0)
2866 call_close |= is_rdwr;
2867
Trond Myklebust5d422302013-03-14 16:57:48 -04002868 if (!nfs4_valid_open_stateid(state))
2869 call_close = 0;
Trond Myklebust4cecb762005-11-04 15:32:58 -05002870 spin_unlock(&state->owner->so_lock);
Trond Myklebust88069f72009-12-08 08:33:16 -05002871
2872 if (!call_close) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002873 /* Note: exit _without_ calling nfs4_close_done */
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002874 goto out_no_action;
Trond Myklebust95121352005-10-18 14:20:12 -07002875 }
Trond Myklebust88069f72009-12-08 08:33:16 -05002876
Peng Tao500d7012015-09-22 11:35:22 +08002877 if (nfs4_wait_on_layoutreturn(inode, task)) {
2878 nfs_release_seqid(calldata->arg.seqid);
2879 goto out_wait;
2880 }
2881
Trond Myklebust3c13cb52015-08-18 23:45:13 -05002882 if (calldata->arg.fmode == 0)
Trond Myklebust88069f72009-12-08 08:33:16 -05002883 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE];
Trond Myklebust3c13cb52015-08-18 23:45:13 -05002884 if (calldata->roc)
2885 pnfs_roc_get_barrier(inode, &calldata->roc_barrier);
2886
Trond Myklebust6ae37332015-01-30 14:21:14 -05002887 calldata->arg.share_access =
2888 nfs4_map_atomic_open_share(NFS_SERVER(inode),
2889 calldata->arg.fmode, 0);
Trond Myklebust88069f72009-12-08 08:33:16 -05002890
Trond Myklebust516a6af2005-10-27 22:12:41 -04002891 nfs_fattr_init(calldata->res.fattr);
Trond Myklebust26e976a2006-01-03 09:55:21 +01002892 calldata->timestamp = jiffies;
Trond Myklebust7fdab062012-09-20 20:15:57 -04002893 if (nfs4_setup_sequence(NFS_SERVER(inode),
Trond Myklebust9d12b212012-01-17 22:04:25 -05002894 &calldata->arg.seq_args,
2895 &calldata->res.seq_res,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04002896 task) != 0)
2897 nfs_release_seqid(calldata->arg.seqid);
Chuck Levera3ca5652012-03-01 17:00:40 -05002898 dprintk("%s: done!\n", __func__);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05002899 return;
2900out_no_action:
2901 task->tk_action = NULL;
2902out_wait:
2903 nfs4_sequence_done(task, &calldata->res.seq_res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002904}
2905
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002906static const struct rpc_call_ops nfs4_close_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01002907 .rpc_call_prepare = nfs4_close_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002908 .rpc_call_done = nfs4_close_done,
2909 .rpc_release = nfs4_free_closedata,
2910};
2911
Peng Taofe08c542014-07-03 13:05:01 +08002912static bool nfs4_roc(struct inode *inode)
2913{
Trond Myklebust40dd4b72015-01-24 13:54:37 -05002914 if (!nfs_have_layout(inode))
Peng Taofe08c542014-07-03 13:05:01 +08002915 return false;
Peng Taofe08c542014-07-03 13:05:01 +08002916 return pnfs_roc(inode);
2917}
2918
Linus Torvalds1da177e2005-04-16 15:20:36 -07002919/*
2920 * It is possible for data to be read/written from a mem-mapped file
2921 * after the sys_close call (which hits the vfs layer as a flush).
2922 * This means that we can't safely call nfsv4 close on a file until
2923 * the inode is cleared. This in turn means that we are not good
2924 * NFSv4 citizens - we do not indicate to the server to update the file's
2925 * share state even when we are done with one of the three share
2926 * stateid's in the inode.
2927 *
2928 * NOTE: Caller must be holding the sp->so_owner semaphore!
2929 */
Trond Myklebust1f7977c2012-09-20 20:31:51 -04002930int nfs4_do_close(struct nfs4_state *state, gfp_t gfp_mask, int wait)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002931{
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002932 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust63f5f792015-01-23 19:19:25 -05002933 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002934 struct nfs4_closedata *calldata;
Trond Myklebustb39e6252007-06-11 23:05:07 -04002935 struct nfs4_state_owner *sp = state->owner;
2936 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04002937 struct rpc_message msg = {
2938 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE],
2939 .rpc_cred = state->owner->so_cred,
2940 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04002941 struct rpc_task_setup task_setup_data = {
2942 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04002943 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04002944 .callback_ops = &nfs4_close_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05002945 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04002946 .flags = RPC_TASK_ASYNC,
2947 };
Trond Myklebust95121352005-10-18 14:20:12 -07002948 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002949
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04002950 nfs4_state_protect(server->nfs_client, NFS_SP4_MACH_CRED_CLEANUP,
2951 &task_setup_data.rpc_client, &msg);
2952
Trond Myklebust8535b2b2010-05-13 12:51:01 -04002953 calldata = kzalloc(sizeof(*calldata), gfp_mask);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002954 if (calldata == NULL)
Trond Myklebust95121352005-10-18 14:20:12 -07002955 goto out;
Chuck Levera9c92d62013-08-09 12:48:18 -04002956 nfs4_init_sequence(&calldata->arg.seq_args, &calldata->res.seq_res, 1);
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002957 calldata->inode = state->inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002958 calldata->state = state;
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002959 calldata->arg.fh = NFS_FH(state->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002960 /* Serialization for the sequence id */
Trond Myklebust63f5f792015-01-23 19:19:25 -05002961 alloc_seqid = server->nfs_client->cl_mvops->alloc_seqid;
2962 calldata->arg.seqid = alloc_seqid(&state->owner->so_seqid, gfp_mask);
Trond Myklebustbadc76d2015-01-23 18:48:00 -05002963 if (IS_ERR(calldata->arg.seqid))
Trond Myklebust95121352005-10-18 14:20:12 -07002964 goto out_free_calldata;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002965 calldata->arg.fmode = 0;
Trond Myklebusta65318b2009-03-11 14:10:28 -04002966 calldata->arg.bitmask = server->cache_consistency_bitmask;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002967 calldata->res.fattr = &calldata->fattr;
Trond Myklebustc1d51932008-04-07 13:20:54 -04002968 calldata->res.seqid = calldata->arg.seqid;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002969 calldata->res.server = server;
Peng Taofe08c542014-07-03 13:05:01 +08002970 calldata->roc = nfs4_roc(state->inode);
Al Viro643168c2011-06-22 18:20:23 -04002971 nfs_sb_active(calldata->inode->i_sb);
Trond Myklebust95121352005-10-18 14:20:12 -07002972
Trond Myklebust1174dd12010-12-21 10:52:24 -05002973 msg.rpc_argp = &calldata->arg;
2974 msg.rpc_resp = &calldata->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04002975 task_setup_data.callback_data = calldata;
2976 task = rpc_run_task(&task_setup_data);
Trond Myklebustb39e6252007-06-11 23:05:07 -04002977 if (IS_ERR(task))
2978 return PTR_ERR(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04002979 status = 0;
2980 if (wait)
2981 status = rpc_wait_for_completion_task(task);
Trond Myklebustb39e6252007-06-11 23:05:07 -04002982 rpc_put_task(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04002983 return status;
Trond Myklebust95121352005-10-18 14:20:12 -07002984out_free_calldata:
2985 kfree(calldata);
2986out:
Trond Myklebustb39e6252007-06-11 23:05:07 -04002987 nfs4_put_open_state(state);
2988 nfs4_put_state_owner(sp);
Trond Myklebust95121352005-10-18 14:20:12 -07002989 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002990}
2991
Trond Myklebust2b484292010-09-17 10:56:51 -04002992static struct inode *
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04002993nfs4_atomic_open(struct inode *dir, struct nfs_open_context *ctx,
2994 int open_flags, struct iattr *attr, int *opened)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002995{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002996 struct nfs4_state *state;
David Quigleyaa9c2662013-05-22 12:50:44 -04002997 struct nfs4_label l = {0, 0, 0, NULL}, *label = NULL;
2998
2999 label = nfs4_label_init_security(dir, ctx->dentry, attr, &l);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003000
Trond Myklebust565277f2007-10-15 18:17:53 -04003001 /* Protect against concurrent sillydeletes */
Trond Myklebust5bc2afc2013-09-23 18:01:28 -04003002 state = nfs4_do_open(dir, ctx, open_flags, attr, label, opened);
David Quigleyaa9c2662013-05-22 12:50:44 -04003003
3004 nfs4_label_release_security(label);
3005
Trond Myklebustf46e0bd2010-09-17 10:56:50 -04003006 if (IS_ERR(state))
3007 return ERR_CAST(state);
Trond Myklebust275bb302013-05-29 13:11:28 -04003008 return state->inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003009}
3010
Trond Myklebust1185a552009-12-03 15:54:02 -05003011static void nfs4_close_context(struct nfs_open_context *ctx, int is_sync)
Trond Myklebust7fe5c392009-03-19 15:35:50 -04003012{
3013 if (ctx->state == NULL)
3014 return;
3015 if (is_sync)
Al Viro643168c2011-06-22 18:20:23 -04003016 nfs4_close_sync(ctx->state, ctx->mode);
Trond Myklebust7fe5c392009-03-19 15:35:50 -04003017 else
Al Viro643168c2011-06-22 18:20:23 -04003018 nfs4_close_state(ctx->state, ctx->mode);
Trond Myklebust7fe5c392009-03-19 15:35:50 -04003019}
Linus Torvalds1da177e2005-04-16 15:20:36 -07003020
Trond Myklebustb944dba2013-11-04 15:20:20 -05003021#define FATTR4_WORD1_NFS40_MASK (2*FATTR4_WORD1_MOUNTED_ON_FILEID - 1UL)
3022#define FATTR4_WORD2_NFS41_MASK (2*FATTR4_WORD2_SUPPATTR_EXCLCREAT - 1UL)
J. Bruce Fields999e5682014-06-03 17:33:35 -04003023#define FATTR4_WORD2_NFS42_MASK (2*FATTR4_WORD2_SECURITY_LABEL - 1UL)
Trond Myklebustb944dba2013-11-04 15:20:20 -05003024
Linus Torvalds1da177e2005-04-16 15:20:36 -07003025static int _nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
3026{
Kinglong Mee8c612822015-08-26 21:12:58 +08003027 u32 bitmask[3] = {}, minorversion = server->nfs_client->cl_minorversion;
Benny Halevy43652ad2009-04-01 09:21:54 -04003028 struct nfs4_server_caps_arg args = {
3029 .fhandle = fhandle,
Kinglong Mee8c612822015-08-26 21:12:58 +08003030 .bitmask = bitmask,
Benny Halevy43652ad2009-04-01 09:21:54 -04003031 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003032 struct nfs4_server_caps_res res = {};
3033 struct rpc_message msg = {
3034 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SERVER_CAPS],
Benny Halevy43652ad2009-04-01 09:21:54 -04003035 .rpc_argp = &args,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003036 .rpc_resp = &res,
3037 };
3038 int status;
3039
Kinglong Mee8c612822015-08-26 21:12:58 +08003040 bitmask[0] = FATTR4_WORD0_SUPPORTED_ATTRS |
3041 FATTR4_WORD0_FH_EXPIRE_TYPE |
3042 FATTR4_WORD0_LINK_SUPPORT |
3043 FATTR4_WORD0_SYMLINK_SUPPORT |
3044 FATTR4_WORD0_ACLSUPPORT;
3045 if (minorversion)
3046 bitmask[2] = FATTR4_WORD2_SUPPATTR_EXCLCREAT;
3047
Bryan Schumaker7c513052011-03-24 17:12:24 +00003048 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003049 if (status == 0) {
Trond Myklebustb944dba2013-11-04 15:20:20 -05003050 /* Sanity check the server answers */
Kinglong Mee8c612822015-08-26 21:12:58 +08003051 switch (minorversion) {
Trond Myklebustb944dba2013-11-04 15:20:20 -05003052 case 0:
3053 res.attr_bitmask[1] &= FATTR4_WORD1_NFS40_MASK;
3054 res.attr_bitmask[2] = 0;
3055 break;
3056 case 1:
3057 res.attr_bitmask[2] &= FATTR4_WORD2_NFS41_MASK;
3058 break;
3059 case 2:
3060 res.attr_bitmask[2] &= FATTR4_WORD2_NFS42_MASK;
3061 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003062 memcpy(server->attr_bitmask, res.attr_bitmask, sizeof(server->attr_bitmask));
Trond Myklebust62ab460c2009-08-09 15:06:19 -04003063 server->caps &= ~(NFS_CAP_ACLS|NFS_CAP_HARDLINKS|
3064 NFS_CAP_SYMLINKS|NFS_CAP_FILEID|
3065 NFS_CAP_MODE|NFS_CAP_NLINK|NFS_CAP_OWNER|
3066 NFS_CAP_OWNER_GROUP|NFS_CAP_ATIME|
Trond Myklebustb944dba2013-11-04 15:20:20 -05003067 NFS_CAP_CTIME|NFS_CAP_MTIME|
3068 NFS_CAP_SECURITY_LABEL);
Malahal Naineni7dd7d952014-01-23 08:54:55 -06003069 if (res.attr_bitmask[0] & FATTR4_WORD0_ACL &&
3070 res.acl_bitmask & ACL4_SUPPORT_ALLOW_ACL)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003071 server->caps |= NFS_CAP_ACLS;
3072 if (res.has_links != 0)
3073 server->caps |= NFS_CAP_HARDLINKS;
3074 if (res.has_symlinks != 0)
3075 server->caps |= NFS_CAP_SYMLINKS;
Trond Myklebust62ab460c2009-08-09 15:06:19 -04003076 if (res.attr_bitmask[0] & FATTR4_WORD0_FILEID)
3077 server->caps |= NFS_CAP_FILEID;
3078 if (res.attr_bitmask[1] & FATTR4_WORD1_MODE)
3079 server->caps |= NFS_CAP_MODE;
3080 if (res.attr_bitmask[1] & FATTR4_WORD1_NUMLINKS)
3081 server->caps |= NFS_CAP_NLINK;
3082 if (res.attr_bitmask[1] & FATTR4_WORD1_OWNER)
3083 server->caps |= NFS_CAP_OWNER;
3084 if (res.attr_bitmask[1] & FATTR4_WORD1_OWNER_GROUP)
3085 server->caps |= NFS_CAP_OWNER_GROUP;
3086 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_ACCESS)
3087 server->caps |= NFS_CAP_ATIME;
3088 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_METADATA)
3089 server->caps |= NFS_CAP_CTIME;
3090 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_MODIFY)
3091 server->caps |= NFS_CAP_MTIME;
David Quigleyaa9c2662013-05-22 12:50:44 -04003092#ifdef CONFIG_NFS_V4_SECURITY_LABEL
3093 if (res.attr_bitmask[2] & FATTR4_WORD2_SECURITY_LABEL)
3094 server->caps |= NFS_CAP_SECURITY_LABEL;
3095#endif
3096 memcpy(server->attr_bitmask_nl, res.attr_bitmask,
3097 sizeof(server->attr_bitmask));
Trond Myklebustb944dba2013-11-04 15:20:20 -05003098 server->attr_bitmask_nl[2] &= ~FATTR4_WORD2_SECURITY_LABEL;
Trond Myklebust62ab460c2009-08-09 15:06:19 -04003099
Trond Myklebusta65318b2009-03-11 14:10:28 -04003100 memcpy(server->cache_consistency_bitmask, res.attr_bitmask, sizeof(server->cache_consistency_bitmask));
3101 server->cache_consistency_bitmask[0] &= FATTR4_WORD0_CHANGE|FATTR4_WORD0_SIZE;
3102 server->cache_consistency_bitmask[1] &= FATTR4_WORD1_TIME_METADATA|FATTR4_WORD1_TIME_MODIFY;
Trond Myklebustb944dba2013-11-04 15:20:20 -05003103 server->cache_consistency_bitmask[2] = 0;
Kinglong Mee8c612822015-08-26 21:12:58 +08003104 memcpy(server->exclcreat_bitmask, res.exclcreat_bitmask,
3105 sizeof(server->exclcreat_bitmask));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003106 server->acl_bitmask = res.acl_bitmask;
Chuck Lever264e6352012-03-01 17:02:05 -05003107 server->fh_expire_type = res.fh_expire_type;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003108 }
Andy Adamsoncccef3b2009-04-01 09:22:03 -04003109
Linus Torvalds1da177e2005-04-16 15:20:36 -07003110 return status;
3111}
3112
Trond Myklebust55a97592006-06-09 09:34:19 -04003113int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003114{
3115 struct nfs4_exception exception = { };
3116 int err;
3117 do {
3118 err = nfs4_handle_exception(server,
3119 _nfs4_server_capabilities(server, fhandle),
3120 &exception);
3121 } while (exception.retry);
3122 return err;
3123}
3124
3125static int _nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
3126 struct nfs_fsinfo *info)
3127{
David Quigleyaa9c2662013-05-22 12:50:44 -04003128 u32 bitmask[3];
Linus Torvalds1da177e2005-04-16 15:20:36 -07003129 struct nfs4_lookup_root_arg args = {
David Quigleyaa9c2662013-05-22 12:50:44 -04003130 .bitmask = bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003131 };
3132 struct nfs4_lookup_res res = {
3133 .server = server,
Trond Myklebust0e574af2005-10-27 22:12:38 -04003134 .fattr = info->fattr,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003135 .fh = fhandle,
3136 };
3137 struct rpc_message msg = {
3138 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP_ROOT],
3139 .rpc_argp = &args,
3140 .rpc_resp = &res,
3141 };
Benny Halevy008f55d2009-04-01 09:22:50 -04003142
David Quigleyaa9c2662013-05-22 12:50:44 -04003143 bitmask[0] = nfs4_fattr_bitmap[0];
3144 bitmask[1] = nfs4_fattr_bitmap[1];
3145 /*
3146 * Process the label in the upcoming getfattr
3147 */
3148 bitmask[2] = nfs4_fattr_bitmap[2] & ~FATTR4_WORD2_SECURITY_LABEL;
3149
Trond Myklebust0e574af2005-10-27 22:12:38 -04003150 nfs_fattr_init(info->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00003151 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003152}
3153
3154static int nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
3155 struct nfs_fsinfo *info)
3156{
3157 struct nfs4_exception exception = { };
3158 int err;
3159 do {
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04003160 err = _nfs4_lookup_root(server, fhandle, info);
Trond Myklebustb5f875a2013-08-13 13:01:39 -04003161 trace_nfs4_lookup_root(server, fhandle, info->fattr, err);
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04003162 switch (err) {
3163 case 0:
3164 case -NFS4ERR_WRONGSEC:
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04003165 goto out;
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04003166 default:
3167 err = nfs4_handle_exception(server, err, &exception);
3168 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003169 } while (exception.retry);
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04003170out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003171 return err;
3172}
3173
Bryan Schumaker8f70e952011-03-24 17:12:31 +00003174static int nfs4_lookup_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
3175 struct nfs_fsinfo *info, rpc_authflavor_t flavor)
3176{
Trond Myklebustc2190662013-08-26 19:23:04 -04003177 struct rpc_auth_create_args auth_args = {
3178 .pseudoflavor = flavor,
3179 };
Bryan Schumaker8f70e952011-03-24 17:12:31 +00003180 struct rpc_auth *auth;
3181 int ret;
3182
Trond Myklebustc2190662013-08-26 19:23:04 -04003183 auth = rpcauth_create(&auth_args, server->client);
Wei Yongjune8d920c2012-09-21 12:27:41 +08003184 if (IS_ERR(auth)) {
Chuck Lever75bc8822013-03-16 15:55:36 -04003185 ret = -EACCES;
Bryan Schumaker8f70e952011-03-24 17:12:31 +00003186 goto out;
3187 }
3188 ret = nfs4_lookup_root(server, fhandle, info);
Bryan Schumaker8f70e952011-03-24 17:12:31 +00003189out:
3190 return ret;
3191}
3192
Chuck Lever9a744ba2013-03-16 15:56:02 -04003193/*
3194 * Retry pseudoroot lookup with various security flavors. We do this when:
3195 *
3196 * NFSv4.0: the PUTROOTFH operation returns NFS4ERR_WRONGSEC
3197 * NFSv4.1: the server does not support the SECINFO_NO_NAME operation
3198 *
3199 * Returns zero on success, or a negative NFS4ERR value, or a
3200 * negative errno value.
3201 */
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04003202static int nfs4_find_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
David Howells54ceac42006-08-22 20:06:13 -04003203 struct nfs_fsinfo *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003204{
Chuck Lever9a744ba2013-03-16 15:56:02 -04003205 /* Per 3530bis 15.33.5 */
3206 static const rpc_authflavor_t flav_array[] = {
3207 RPC_AUTH_GSS_KRB5P,
3208 RPC_AUTH_GSS_KRB5I,
3209 RPC_AUTH_GSS_KRB5,
Chuck Leverc4eafe12013-03-16 15:56:11 -04003210 RPC_AUTH_UNIX, /* courtesy */
Chuck Lever9a744ba2013-03-16 15:56:02 -04003211 RPC_AUTH_NULL,
3212 };
3213 int status = -EPERM;
3214 size_t i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003215
Weston Andros Adamson4d4b69d2013-10-18 15:15:19 -04003216 if (server->auth_info.flavor_len > 0) {
3217 /* try each flavor specified by user */
3218 for (i = 0; i < server->auth_info.flavor_len; i++) {
3219 status = nfs4_lookup_root_sec(server, fhandle, info,
3220 server->auth_info.flavors[i]);
3221 if (status == -NFS4ERR_WRONGSEC || status == -EACCES)
3222 continue;
3223 break;
3224 }
3225 } else {
3226 /* no flavors specified by user, try default list */
3227 for (i = 0; i < ARRAY_SIZE(flav_array); i++) {
3228 status = nfs4_lookup_root_sec(server, fhandle, info,
3229 flav_array[i]);
3230 if (status == -NFS4ERR_WRONGSEC || status == -EACCES)
3231 continue;
3232 break;
3233 }
Bryan Schumaker8f70e952011-03-24 17:12:31 +00003234 }
Chuck Lever9a744ba2013-03-16 15:56:02 -04003235
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04003236 /*
3237 * -EACCESS could mean that the user doesn't have correct permissions
3238 * to access the mount. It could also mean that we tried to mount
3239 * with a gss auth flavor, but rpc.gssd isn't running. Either way,
3240 * existing mount programs don't handle -EACCES very well so it should
3241 * be mapped to -EPERM instead.
3242 */
3243 if (status == -EACCES)
3244 status = -EPERM;
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04003245 return status;
3246}
3247
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003248static int nfs4_do_find_root_sec(struct nfs_server *server,
3249 struct nfs_fh *fhandle, struct nfs_fsinfo *info)
3250{
3251 int mv = server->nfs_client->cl_minorversion;
3252 return nfs_v4_minor_ops[mv]->find_root_sec(server, fhandle, info);
3253}
3254
3255/**
3256 * nfs4_proc_get_rootfh - get file handle for server's pseudoroot
3257 * @server: initialized nfs_server handle
3258 * @fhandle: we fill in the pseudo-fs root file handle
3259 * @info: we fill in an FSINFO struct
Trond Myklebust5e6b1992013-09-07 12:58:57 -04003260 * @auth_probe: probe the auth flavours
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003261 *
3262 * Returns zero on success, or a negative errno.
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04003263 */
Bryan Schumaker3028eb22012-05-10 15:07:30 -04003264int nfs4_proc_get_rootfh(struct nfs_server *server, struct nfs_fh *fhandle,
Trond Myklebust5e6b1992013-09-07 12:58:57 -04003265 struct nfs_fsinfo *info,
3266 bool auth_probe)
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04003267{
Andre Przywarac7757072015-04-23 17:17:40 +01003268 int status = 0;
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003269
Andre Przywarac7757072015-04-23 17:17:40 +01003270 if (!auth_probe)
Trond Myklebust5e6b1992013-09-07 12:58:57 -04003271 status = nfs4_lookup_root(server, fhandle, info);
Andre Przywarac7757072015-04-23 17:17:40 +01003272
3273 if (auth_probe || status == NFS4ERR_WRONGSEC)
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003274 status = nfs4_do_find_root_sec(server, fhandle, info);
3275
Linus Torvalds1da177e2005-04-16 15:20:36 -07003276 if (status == 0)
3277 status = nfs4_server_capabilities(server, fhandle);
3278 if (status == 0)
3279 status = nfs4_do_fsinfo(server, fhandle, info);
Chuck Lever2ed4b95b2013-03-16 15:55:45 -04003280
Trond Myklebustc12e87f2006-03-13 21:20:47 -08003281 return nfs4_map_errors(status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003282}
3283
Bryan Schumakerbae36242012-05-10 15:07:31 -04003284static int nfs4_proc_get_root(struct nfs_server *server, struct nfs_fh *mntfh,
3285 struct nfs_fsinfo *info)
3286{
3287 int error;
3288 struct nfs_fattr *fattr = info->fattr;
David Quigley1775fd32013-05-22 12:50:42 -04003289 struct nfs4_label *label = NULL;
Bryan Schumakerbae36242012-05-10 15:07:31 -04003290
3291 error = nfs4_server_capabilities(server, mntfh);
3292 if (error < 0) {
3293 dprintk("nfs4_get_root: getcaps error = %d\n", -error);
3294 return error;
3295 }
3296
David Quigley14c43f72013-05-22 12:50:43 -04003297 label = nfs4_label_alloc(server, GFP_KERNEL);
3298 if (IS_ERR(label))
3299 return PTR_ERR(label);
3300
David Quigley1775fd32013-05-22 12:50:42 -04003301 error = nfs4_proc_getattr(server, mntfh, fattr, label);
Bryan Schumakerbae36242012-05-10 15:07:31 -04003302 if (error < 0) {
3303 dprintk("nfs4_get_root: getattr error = %d\n", -error);
David Quigley14c43f72013-05-22 12:50:43 -04003304 goto err_free_label;
Bryan Schumakerbae36242012-05-10 15:07:31 -04003305 }
3306
3307 if (fattr->valid & NFS_ATTR_FATTR_FSID &&
3308 !nfs_fsid_equal(&server->fsid, &fattr->fsid))
3309 memcpy(&server->fsid, &fattr->fsid, sizeof(server->fsid));
3310
David Quigley14c43f72013-05-22 12:50:43 -04003311err_free_label:
3312 nfs4_label_free(label);
3313
Bryan Schumakerbae36242012-05-10 15:07:31 -04003314 return error;
3315}
3316
Manoj Naik6b97fd32006-06-09 09:34:29 -04003317/*
3318 * Get locations and (maybe) other attributes of a referral.
3319 * Note that we'll actually follow the referral later when
3320 * we detect fsid mismatch in inode revalidation
3321 */
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003322static int nfs4_get_referral(struct rpc_clnt *client, struct inode *dir,
3323 const struct qstr *name, struct nfs_fattr *fattr,
3324 struct nfs_fh *fhandle)
Manoj Naik6b97fd32006-06-09 09:34:29 -04003325{
3326 int status = -ENOMEM;
3327 struct page *page = NULL;
3328 struct nfs4_fs_locations *locations = NULL;
Manoj Naik6b97fd32006-06-09 09:34:29 -04003329
3330 page = alloc_page(GFP_KERNEL);
3331 if (page == NULL)
3332 goto out;
3333 locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL);
3334 if (locations == NULL)
3335 goto out;
3336
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003337 status = nfs4_proc_fs_locations(client, dir, name, locations, page);
Manoj Naik6b97fd32006-06-09 09:34:29 -04003338 if (status != 0)
3339 goto out;
Chuck Lever519ae252013-10-17 14:13:19 -04003340
3341 /*
3342 * If the fsid didn't change, this is a migration event, not a
3343 * referral. Cause us to drop into the exception handler, which
3344 * will kick off migration recovery.
3345 */
Manoj Naik6b97fd32006-06-09 09:34:29 -04003346 if (nfs_fsid_equal(&NFS_SERVER(dir)->fsid, &locations->fattr.fsid)) {
Andy Adamson533eb462011-06-13 18:25:56 -04003347 dprintk("%s: server did not return a different fsid for"
3348 " a referral at %s\n", __func__, name->name);
Chuck Lever519ae252013-10-17 14:13:19 -04003349 status = -NFS4ERR_MOVED;
Manoj Naik6b97fd32006-06-09 09:34:29 -04003350 goto out;
3351 }
Andy Adamson533eb462011-06-13 18:25:56 -04003352 /* Fixup attributes for the nfs_lookup() call to nfs_fhget() */
3353 nfs_fixup_referral_attributes(&locations->fattr);
Manoj Naik6b97fd32006-06-09 09:34:29 -04003354
Andy Adamson533eb462011-06-13 18:25:56 -04003355 /* replace the lookup nfs_fattr with the locations nfs_fattr */
Manoj Naik6b97fd32006-06-09 09:34:29 -04003356 memcpy(fattr, &locations->fattr, sizeof(struct nfs_fattr));
Manoj Naik6b97fd32006-06-09 09:34:29 -04003357 memset(fhandle, 0, sizeof(struct nfs_fh));
3358out:
3359 if (page)
3360 __free_page(page);
Davidlohr Bueso5d7ca352010-08-11 12:42:15 -04003361 kfree(locations);
Manoj Naik6b97fd32006-06-09 09:34:29 -04003362 return status;
3363}
3364
David Quigley1775fd32013-05-22 12:50:42 -04003365static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle,
3366 struct nfs_fattr *fattr, struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003367{
3368 struct nfs4_getattr_arg args = {
3369 .fh = fhandle,
3370 .bitmask = server->attr_bitmask,
3371 };
3372 struct nfs4_getattr_res res = {
3373 .fattr = fattr,
David Quigley1775fd32013-05-22 12:50:42 -04003374 .label = label,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003375 .server = server,
3376 };
3377 struct rpc_message msg = {
3378 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETATTR],
3379 .rpc_argp = &args,
3380 .rpc_resp = &res,
3381 };
David Quigleyaa9c2662013-05-22 12:50:44 -04003382
3383 args.bitmask = nfs4_bitmask(server, label);
3384
Trond Myklebust0e574af2005-10-27 22:12:38 -04003385 nfs_fattr_init(fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00003386 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003387}
3388
David Quigley1775fd32013-05-22 12:50:42 -04003389static int nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle,
3390 struct nfs_fattr *fattr, struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003391{
3392 struct nfs4_exception exception = { };
3393 int err;
3394 do {
Trond Myklebustb5f875a2013-08-13 13:01:39 -04003395 err = _nfs4_proc_getattr(server, fhandle, fattr, label);
3396 trace_nfs4_getattr(server, fhandle, fattr, err);
3397 err = nfs4_handle_exception(server, err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003398 &exception);
3399 } while (exception.retry);
3400 return err;
3401}
3402
3403/*
3404 * The file is not closed if it is opened due to the a request to change
3405 * the size of the file. The open call will not be needed once the
3406 * VFS layer lookup-intents are implemented.
3407 *
3408 * Close is called when the inode is destroyed.
3409 * If we haven't opened the file for O_WRONLY, we
3410 * need to in the size_change case to obtain a stateid.
3411 *
3412 * Got race?
3413 * Because OPEN is always done by name in nfsv4, it is
3414 * possible that we opened a different file by the same
3415 * name. We can recognize this race condition, but we
3416 * can't do anything about it besides returning an error.
3417 *
3418 * This will be fixed with VFS changes (lookup-intent).
3419 */
3420static int
3421nfs4_proc_setattr(struct dentry *dentry, struct nfs_fattr *fattr,
3422 struct iattr *sattr)
3423{
David Howells2b0143b2015-03-17 22:25:59 +00003424 struct inode *inode = d_inode(dentry);
Trond Myklebust659bfcd2008-06-10 19:39:41 -04003425 struct rpc_cred *cred = NULL;
Trond Myklebustd5308382005-11-04 15:33:38 -05003426 struct nfs4_state *state = NULL;
David Quigley14c43f72013-05-22 12:50:43 -04003427 struct nfs4_label *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003428 int status;
3429
Peng Tao88ac8152014-09-12 11:04:10 +08003430 if (pnfs_ld_layoutret_on_setattr(inode) &&
3431 sattr->ia_valid & ATTR_SIZE &&
3432 sattr->ia_size < i_size_read(inode))
Trond Myklebust24028672013-03-20 13:23:33 -04003433 pnfs_commit_and_return_layout(inode);
Benny Halevy8a1636c2010-07-14 15:43:57 -04003434
Trond Myklebust0e574af2005-10-27 22:12:38 -04003435 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003436
Andy Adamson26699402012-05-30 16:12:24 -04003437 /* Deal with open(O_TRUNC) */
3438 if (sattr->ia_valid & ATTR_OPEN)
Nadav Shemercc7936f2013-07-21 17:21:43 +03003439 sattr->ia_valid &= ~(ATTR_MTIME|ATTR_CTIME);
Andy Adamson26699402012-05-30 16:12:24 -04003440
3441 /* Optimization: if the end result is no change, don't RPC */
Nadav Shemercc7936f2013-07-21 17:21:43 +03003442 if ((sattr->ia_valid & ~(ATTR_FILE|ATTR_OPEN)) == 0)
Andy Adamson26699402012-05-30 16:12:24 -04003443 return 0;
3444
Trond Myklebustd5308382005-11-04 15:33:38 -05003445 /* Search for an existing open(O_WRITE) file */
Trond Myklebust659bfcd2008-06-10 19:39:41 -04003446 if (sattr->ia_valid & ATTR_FILE) {
3447 struct nfs_open_context *ctx;
Trond Myklebust08e9eac2005-06-22 17:16:29 +00003448
Trond Myklebust659bfcd2008-06-10 19:39:41 -04003449 ctx = nfs_file_open_context(sattr->ia_file);
Neil Brown504e5182008-10-16 14:15:16 +11003450 if (ctx) {
3451 cred = ctx->cred;
3452 state = ctx->state;
3453 }
Trond Myklebust659bfcd2008-06-10 19:39:41 -04003454 }
3455
David Quigley14c43f72013-05-22 12:50:43 -04003456 label = nfs4_label_alloc(NFS_SERVER(inode), GFP_KERNEL);
3457 if (IS_ERR(label))
3458 return PTR_ERR(label);
3459
3460 status = nfs4_do_setattr(inode, cred, fattr, sattr, state, NULL, label);
David Quigleyaa9c2662013-05-22 12:50:44 -04003461 if (status == 0) {
Trond Myklebustf0446362015-02-26 16:09:04 -05003462 nfs_setattr_update_inode(inode, sattr, fattr);
David Quigleyaa9c2662013-05-22 12:50:44 -04003463 nfs_setsecurity(inode, fattr, label);
3464 }
David Quigley14c43f72013-05-22 12:50:43 -04003465 nfs4_label_free(label);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003466 return status;
3467}
3468
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003469static int _nfs4_proc_lookup(struct rpc_clnt *clnt, struct inode *dir,
3470 const struct qstr *name, struct nfs_fh *fhandle,
David Quigley1775fd32013-05-22 12:50:42 -04003471 struct nfs_fattr *fattr, struct nfs4_label *label)
David Howells2b3de442006-08-22 20:06:09 -04003472{
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003473 struct nfs_server *server = NFS_SERVER(dir);
David Howells2b3de442006-08-22 20:06:09 -04003474 int status;
3475 struct nfs4_lookup_arg args = {
3476 .bitmask = server->attr_bitmask,
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003477 .dir_fh = NFS_FH(dir),
David Howells2b3de442006-08-22 20:06:09 -04003478 .name = name,
3479 };
3480 struct nfs4_lookup_res res = {
3481 .server = server,
3482 .fattr = fattr,
David Quigleyaa9c2662013-05-22 12:50:44 -04003483 .label = label,
David Howells2b3de442006-08-22 20:06:09 -04003484 .fh = fhandle,
3485 };
3486 struct rpc_message msg = {
3487 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP],
3488 .rpc_argp = &args,
3489 .rpc_resp = &res,
3490 };
3491
David Quigleyaa9c2662013-05-22 12:50:44 -04003492 args.bitmask = nfs4_bitmask(server, label);
3493
David Howells2b3de442006-08-22 20:06:09 -04003494 nfs_fattr_init(fattr);
3495
Linus Torvalds1da177e2005-04-16 15:20:36 -07003496 dprintk("NFS call lookup %s\n", name->name);
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003497 status = nfs4_call_sync(clnt, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003498 dprintk("NFS reply lookup: %d\n", status);
3499 return status;
3500}
3501
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003502static void nfs_fixup_secinfo_attributes(struct nfs_fattr *fattr)
Bryan Schumaker7ebb9312011-03-24 17:12:30 +00003503{
Bryan Schumaker7ebb9312011-03-24 17:12:30 +00003504 fattr->valid |= NFS_ATTR_FATTR_TYPE | NFS_ATTR_FATTR_MODE |
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003505 NFS_ATTR_FATTR_NLINK | NFS_ATTR_FATTR_MOUNTPOINT;
Bryan Schumaker7ebb9312011-03-24 17:12:30 +00003506 fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO;
3507 fattr->nlink = 2;
3508}
3509
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003510static int nfs4_proc_lookup_common(struct rpc_clnt **clnt, struct inode *dir,
3511 struct qstr *name, struct nfs_fh *fhandle,
David Quigley1775fd32013-05-22 12:50:42 -04003512 struct nfs_fattr *fattr, struct nfs4_label *label)
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003513{
3514 struct nfs4_exception exception = { };
3515 struct rpc_clnt *client = *clnt;
3516 int err;
3517 do {
David Quigley1775fd32013-05-22 12:50:42 -04003518 err = _nfs4_proc_lookup(client, dir, name, fhandle, fattr, label);
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003519 trace_nfs4_lookup(dir, name, err);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003520 switch (err) {
3521 case -NFS4ERR_BADNAME:
3522 err = -ENOENT;
3523 goto out;
3524 case -NFS4ERR_MOVED:
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003525 err = nfs4_get_referral(client, dir, name, fattr, fhandle);
Dominique Martinetc86c90c2015-06-04 17:04:17 +02003526 if (err == -NFS4ERR_MOVED)
3527 err = nfs4_handle_exception(NFS_SERVER(dir), err, &exception);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003528 goto out;
3529 case -NFS4ERR_WRONGSEC:
3530 err = -EPERM;
3531 if (client != *clnt)
3532 goto out;
Andy Adamson66b06862014-06-12 15:02:32 -04003533 client = nfs4_negotiate_security(client, dir, name);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003534 if (IS_ERR(client))
3535 return PTR_ERR(client);
3536
3537 exception.retry = 1;
3538 break;
3539 default:
3540 err = nfs4_handle_exception(NFS_SERVER(dir), err, &exception);
3541 }
3542 } while (exception.retry);
3543
3544out:
3545 if (err == 0)
3546 *clnt = client;
3547 else if (client != *clnt)
3548 rpc_shutdown_client(client);
3549
3550 return err;
3551}
3552
Bryan Schumaker80a16b22012-04-27 13:27:46 -04003553static int nfs4_proc_lookup(struct inode *dir, struct qstr *name,
David Quigley1775fd32013-05-22 12:50:42 -04003554 struct nfs_fh *fhandle, struct nfs_fattr *fattr,
3555 struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003556{
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003557 int status;
3558 struct rpc_clnt *client = NFS_CLIENT(dir);
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07003559
David Quigley1775fd32013-05-22 12:50:42 -04003560 status = nfs4_proc_lookup_common(&client, dir, name, fhandle, fattr, label);
Bryan Schumaker72de53e2012-04-27 13:27:40 -04003561 if (client != NFS_CLIENT(dir)) {
3562 rpc_shutdown_client(client);
3563 nfs_fixup_secinfo_attributes(fattr);
3564 }
3565 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003566}
3567
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003568struct rpc_clnt *
3569nfs4_proc_lookup_mountpoint(struct inode *dir, struct qstr *name,
3570 struct nfs_fh *fhandle, struct nfs_fattr *fattr)
3571{
Trond Myklebustb72888c2013-08-07 20:38:07 -04003572 struct rpc_clnt *client = NFS_CLIENT(dir);
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003573 int status;
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003574
David Quigley1775fd32013-05-22 12:50:42 -04003575 status = nfs4_proc_lookup_common(&client, dir, name, fhandle, fattr, NULL);
Trond Myklebustb72888c2013-08-07 20:38:07 -04003576 if (status < 0)
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003577 return ERR_PTR(status);
Trond Myklebustb72888c2013-08-07 20:38:07 -04003578 return (client == NFS_CLIENT(dir)) ? rpc_clone_client(client) : client;
Bryan Schumakerf05d1472012-04-27 13:27:41 -04003579}
3580
Linus Torvalds1da177e2005-04-16 15:20:36 -07003581static int _nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
3582{
Trond Myklebust76b32992007-08-10 17:45:11 -04003583 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003584 struct nfs4_accessargs args = {
3585 .fh = NFS_FH(inode),
Trond Myklebusta4980e72012-01-30 15:43:56 -05003586 .bitmask = server->cache_consistency_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003587 };
Trond Myklebust76b32992007-08-10 17:45:11 -04003588 struct nfs4_accessres res = {
3589 .server = server,
Trond Myklebust76b32992007-08-10 17:45:11 -04003590 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003591 struct rpc_message msg = {
3592 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_ACCESS],
3593 .rpc_argp = &args,
3594 .rpc_resp = &res,
3595 .rpc_cred = entry->cred,
3596 };
3597 int mode = entry->mask;
David Quigleyaa9c2662013-05-22 12:50:44 -04003598 int status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003599
3600 /*
3601 * Determine which access bits we want to ask for...
3602 */
3603 if (mode & MAY_READ)
3604 args.access |= NFS4_ACCESS_READ;
3605 if (S_ISDIR(inode->i_mode)) {
3606 if (mode & MAY_WRITE)
3607 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND | NFS4_ACCESS_DELETE;
3608 if (mode & MAY_EXEC)
3609 args.access |= NFS4_ACCESS_LOOKUP;
3610 } else {
3611 if (mode & MAY_WRITE)
3612 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND;
3613 if (mode & MAY_EXEC)
3614 args.access |= NFS4_ACCESS_EXECUTE;
3615 }
Trond Myklebustc407d412010-04-16 16:22:48 -04003616
3617 res.fattr = nfs_alloc_fattr();
3618 if (res.fattr == NULL)
3619 return -ENOMEM;
3620
Bryan Schumaker7c513052011-03-24 17:12:24 +00003621 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003622 if (!status) {
Weston Andros Adamson6168f622012-09-10 14:00:46 -04003623 nfs_access_set_mask(entry, res.access);
Trond Myklebustc407d412010-04-16 16:22:48 -04003624 nfs_refresh_inode(inode, res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003625 }
Trond Myklebustc407d412010-04-16 16:22:48 -04003626 nfs_free_fattr(res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003627 return status;
3628}
3629
3630static int nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
3631{
3632 struct nfs4_exception exception = { };
3633 int err;
3634 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04003635 err = _nfs4_proc_access(inode, entry);
3636 trace_nfs4_access(inode, err);
3637 err = nfs4_handle_exception(NFS_SERVER(inode), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003638 &exception);
3639 } while (exception.retry);
3640 return err;
3641}
3642
3643/*
3644 * TODO: For the time being, we don't try to get any attributes
3645 * along with any of the zero-copy operations READ, READDIR,
3646 * READLINK, WRITE.
3647 *
3648 * In the case of the first three, we want to put the GETATTR
3649 * after the read-type operation -- this is because it is hard
3650 * to predict the length of a GETATTR response in v4, and thus
3651 * align the READ data correctly. This means that the GETATTR
3652 * may end up partially falling into the page cache, and we should
3653 * shift it into the 'tail' of the xdr_buf before processing.
3654 * To do this efficiently, we need to know the total length
3655 * of data received, which doesn't seem to be available outside
3656 * of the RPC layer.
3657 *
3658 * In the case of WRITE, we also want to put the GETATTR after
3659 * the operation -- in this case because we want to make sure
Trond Myklebust140150d2012-06-05 15:20:25 -04003660 * we get the post-operation mtime and size.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003661 *
3662 * Both of these changes to the XDR layer would in fact be quite
3663 * minor, but I decided to leave them for a subsequent patch.
3664 */
3665static int _nfs4_proc_readlink(struct inode *inode, struct page *page,
3666 unsigned int pgbase, unsigned int pglen)
3667{
3668 struct nfs4_readlink args = {
3669 .fh = NFS_FH(inode),
3670 .pgbase = pgbase,
3671 .pglen = pglen,
3672 .pages = &page,
3673 };
Benny Halevyf50c7002009-04-01 09:21:55 -04003674 struct nfs4_readlink_res res;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003675 struct rpc_message msg = {
3676 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READLINK],
3677 .rpc_argp = &args,
Benny Halevyf50c7002009-04-01 09:21:55 -04003678 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003679 };
3680
Bryan Schumaker7c513052011-03-24 17:12:24 +00003681 return nfs4_call_sync(NFS_SERVER(inode)->client, NFS_SERVER(inode), &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003682}
3683
3684static int nfs4_proc_readlink(struct inode *inode, struct page *page,
3685 unsigned int pgbase, unsigned int pglen)
3686{
3687 struct nfs4_exception exception = { };
3688 int err;
3689 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04003690 err = _nfs4_proc_readlink(inode, page, pgbase, pglen);
3691 trace_nfs4_readlink(inode, err);
3692 err = nfs4_handle_exception(NFS_SERVER(inode), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003693 &exception);
3694 } while (exception.retry);
3695 return err;
3696}
3697
Linus Torvalds1da177e2005-04-16 15:20:36 -07003698/*
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003699 * This is just for mknod. open(O_CREAT) will always do ->open_context().
Linus Torvalds1da177e2005-04-16 15:20:36 -07003700 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003701static int
3702nfs4_proc_create(struct inode *dir, struct dentry *dentry, struct iattr *sattr,
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003703 int flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003704{
David Quigleyaa9c2662013-05-22 12:50:44 -04003705 struct nfs4_label l, *ilabel = NULL;
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003706 struct nfs_open_context *ctx;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003707 struct nfs4_state *state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003708 int status = 0;
3709
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003710 ctx = alloc_nfs_open_context(dentry, FMODE_READ);
3711 if (IS_ERR(ctx))
3712 return PTR_ERR(ctx);
3713
David Quigleyaa9c2662013-05-22 12:50:44 -04003714 ilabel = nfs4_label_init_security(dir, dentry, sattr, &l);
3715
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003716 sattr->ia_mode &= ~current_umask();
Kinglong Meec5c3fb52015-08-26 21:11:39 +08003717 state = nfs4_do_open(dir, ctx, flags, sattr, ilabel, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003718 if (IS_ERR(state)) {
3719 status = PTR_ERR(state);
Trond Myklebustc0204fd2010-09-17 10:56:51 -04003720 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003721 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003722out:
David Quigleyaa9c2662013-05-22 12:50:44 -04003723 nfs4_label_release_security(ilabel);
Miklos Szeredi8867fe52012-06-05 15:10:19 +02003724 put_nfs_open_context(ctx);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003725 return status;
3726}
3727
3728static int _nfs4_proc_remove(struct inode *dir, struct qstr *name)
3729{
Trond Myklebust16e42952005-10-27 22:12:44 -04003730 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04003731 struct nfs_removeargs args = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003732 .fh = NFS_FH(dir),
Linus Torvalds26fe5752012-05-10 13:14:12 -07003733 .name = *name,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003734 };
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04003735 struct nfs_removeres res = {
Trond Myklebust16e42952005-10-27 22:12:44 -04003736 .server = server,
Trond Myklebust16e42952005-10-27 22:12:44 -04003737 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003738 struct rpc_message msg = {
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04003739 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE],
3740 .rpc_argp = &args,
3741 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003742 };
Trond Myklebust778d2812012-04-27 13:48:19 -04003743 int status;
Trond Myklebustd3468902010-04-16 16:22:50 -04003744
Bryan Schumaker7c513052011-03-24 17:12:24 +00003745 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 1);
Trond Myklebust778d2812012-04-27 13:48:19 -04003746 if (status == 0)
Trond Myklebust16e42952005-10-27 22:12:44 -04003747 update_changeattr(dir, &res.cinfo);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003748 return status;
3749}
3750
3751static int nfs4_proc_remove(struct inode *dir, struct qstr *name)
3752{
3753 struct nfs4_exception exception = { };
3754 int err;
3755 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003756 err = _nfs4_proc_remove(dir, name);
3757 trace_nfs4_remove(dir, name, err);
3758 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003759 &exception);
3760 } while (exception.retry);
3761 return err;
3762}
3763
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003764static void nfs4_proc_unlink_setup(struct rpc_message *msg, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003765{
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003766 struct nfs_server *server = NFS_SERVER(dir);
3767 struct nfs_removeargs *args = msg->rpc_argp;
3768 struct nfs_removeres *res = msg->rpc_resp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003769
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003770 res->server = server;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003771 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE];
Chuck Levera9c92d62013-08-09 12:48:18 -04003772 nfs4_init_sequence(&args->seq_args, &res->seq_res, 1);
David Quigleyaa9c2662013-05-22 12:50:44 -04003773
3774 nfs_fattr_init(res->dir_attr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003775}
3776
Bryan Schumaker34e137c2012-03-19 14:54:41 -04003777static void nfs4_proc_unlink_rpc_prepare(struct rpc_task *task, struct nfs_unlinkdata *data)
3778{
Trond Myklebustd9afbd12012-10-22 20:28:44 -04003779 nfs4_setup_sequence(NFS_SERVER(data->dir),
3780 &data->args.seq_args,
3781 &data->res.seq_res,
3782 task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003783}
3784
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003785static int nfs4_proc_unlink_done(struct rpc_task *task, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003786{
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003787 struct nfs_unlinkdata *data = task->tk_calldata;
3788 struct nfs_removeres *res = &data->res;
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003789
Trond Myklebust14516c32010-07-31 14:29:06 -04003790 if (!nfs4_sequence_done(task, &res->seq_res))
3791 return 0;
NeilBrown8478eaa2014-09-18 16:09:27 +10003792 if (nfs4_async_handle_error(task, res->server, NULL,
3793 &data->timeout) == -EAGAIN)
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003794 return 0;
3795 update_changeattr(dir, &res->cinfo);
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04003796 return 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003797}
3798
Jeff Laytond3d41522010-09-17 17:31:57 -04003799static void nfs4_proc_rename_setup(struct rpc_message *msg, struct inode *dir)
3800{
3801 struct nfs_server *server = NFS_SERVER(dir);
3802 struct nfs_renameargs *arg = msg->rpc_argp;
3803 struct nfs_renameres *res = msg->rpc_resp;
3804
3805 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENAME];
Jeff Laytond3d41522010-09-17 17:31:57 -04003806 res->server = server;
Chuck Levera9c92d62013-08-09 12:48:18 -04003807 nfs4_init_sequence(&arg->seq_args, &res->seq_res, 1);
Jeff Laytond3d41522010-09-17 17:31:57 -04003808}
3809
Bryan Schumakerc6bfa1a2012-03-19 14:54:42 -04003810static void nfs4_proc_rename_rpc_prepare(struct rpc_task *task, struct nfs_renamedata *data)
3811{
Trond Myklebustd9afbd12012-10-22 20:28:44 -04003812 nfs4_setup_sequence(NFS_SERVER(data->old_dir),
3813 &data->args.seq_args,
3814 &data->res.seq_res,
3815 task);
Jeff Laytond3d41522010-09-17 17:31:57 -04003816}
3817
3818static int nfs4_proc_rename_done(struct rpc_task *task, struct inode *old_dir,
3819 struct inode *new_dir)
3820{
Trond Myklebustfbc6f7c2013-08-12 17:08:26 -04003821 struct nfs_renamedata *data = task->tk_calldata;
3822 struct nfs_renameres *res = &data->res;
Jeff Laytond3d41522010-09-17 17:31:57 -04003823
3824 if (!nfs4_sequence_done(task, &res->seq_res))
3825 return 0;
NeilBrown8478eaa2014-09-18 16:09:27 +10003826 if (nfs4_async_handle_error(task, res->server, NULL, &data->timeout) == -EAGAIN)
Jeff Laytond3d41522010-09-17 17:31:57 -04003827 return 0;
3828
3829 update_changeattr(old_dir, &res->old_cinfo);
Jeff Laytond3d41522010-09-17 17:31:57 -04003830 update_changeattr(new_dir, &res->new_cinfo);
Jeff Laytond3d41522010-09-17 17:31:57 -04003831 return 1;
3832}
3833
Linus Torvalds1da177e2005-04-16 15:20:36 -07003834static int _nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
3835{
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003836 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003837 struct nfs4_link_arg arg = {
3838 .fh = NFS_FH(inode),
3839 .dir_fh = NFS_FH(dir),
3840 .name = name,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003841 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003842 };
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003843 struct nfs4_link_res res = {
3844 .server = server,
David Quigley1775fd32013-05-22 12:50:42 -04003845 .label = NULL,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003846 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003847 struct rpc_message msg = {
3848 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LINK],
3849 .rpc_argp = &arg,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003850 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003851 };
Trond Myklebust136f2622010-04-16 16:22:49 -04003852 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003853
Trond Myklebust136f2622010-04-16 16:22:49 -04003854 res.fattr = nfs_alloc_fattr();
Trond Myklebust778d2812012-04-27 13:48:19 -04003855 if (res.fattr == NULL)
Trond Myklebust136f2622010-04-16 16:22:49 -04003856 goto out;
3857
David Quigley14c43f72013-05-22 12:50:43 -04003858 res.label = nfs4_label_alloc(server, GFP_KERNEL);
3859 if (IS_ERR(res.label)) {
3860 status = PTR_ERR(res.label);
3861 goto out;
3862 }
David Quigleyaa9c2662013-05-22 12:50:44 -04003863 arg.bitmask = nfs4_bitmask(server, res.label);
David Quigley14c43f72013-05-22 12:50:43 -04003864
Bryan Schumaker7c513052011-03-24 17:12:24 +00003865 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003866 if (!status) {
3867 update_changeattr(dir, &res.cinfo);
David Quigleyaa9c2662013-05-22 12:50:44 -04003868 status = nfs_post_op_update_inode(inode, res.fattr);
3869 if (!status)
3870 nfs_setsecurity(inode, res.fattr, res.label);
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04003871 }
David Quigley14c43f72013-05-22 12:50:43 -04003872
3873
3874 nfs4_label_free(res.label);
3875
Trond Myklebust136f2622010-04-16 16:22:49 -04003876out:
Trond Myklebust136f2622010-04-16 16:22:49 -04003877 nfs_free_fattr(res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003878 return status;
3879}
3880
3881static int nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
3882{
3883 struct nfs4_exception exception = { };
3884 int err;
3885 do {
3886 err = nfs4_handle_exception(NFS_SERVER(inode),
3887 _nfs4_proc_link(inode, dir, name),
3888 &exception);
3889 } while (exception.retry);
3890 return err;
3891}
3892
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003893struct nfs4_createdata {
3894 struct rpc_message msg;
3895 struct nfs4_create_arg arg;
3896 struct nfs4_create_res res;
3897 struct nfs_fh fh;
3898 struct nfs_fattr fattr;
David Quigley1775fd32013-05-22 12:50:42 -04003899 struct nfs4_label *label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003900};
3901
3902static struct nfs4_createdata *nfs4_alloc_createdata(struct inode *dir,
3903 struct qstr *name, struct iattr *sattr, u32 ftype)
3904{
3905 struct nfs4_createdata *data;
3906
3907 data = kzalloc(sizeof(*data), GFP_KERNEL);
3908 if (data != NULL) {
3909 struct nfs_server *server = NFS_SERVER(dir);
3910
David Quigley14c43f72013-05-22 12:50:43 -04003911 data->label = nfs4_label_alloc(server, GFP_KERNEL);
3912 if (IS_ERR(data->label))
3913 goto out_free;
3914
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003915 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE];
3916 data->msg.rpc_argp = &data->arg;
3917 data->msg.rpc_resp = &data->res;
3918 data->arg.dir_fh = NFS_FH(dir);
3919 data->arg.server = server;
3920 data->arg.name = name;
3921 data->arg.attrs = sattr;
3922 data->arg.ftype = ftype;
David Quigleyaa9c2662013-05-22 12:50:44 -04003923 data->arg.bitmask = nfs4_bitmask(server, data->label);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003924 data->res.server = server;
3925 data->res.fh = &data->fh;
3926 data->res.fattr = &data->fattr;
David Quigley1775fd32013-05-22 12:50:42 -04003927 data->res.label = data->label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003928 nfs_fattr_init(data->res.fattr);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003929 }
3930 return data;
David Quigley14c43f72013-05-22 12:50:43 -04003931out_free:
3932 kfree(data);
3933 return NULL;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003934}
3935
3936static int nfs4_do_create(struct inode *dir, struct dentry *dentry, struct nfs4_createdata *data)
3937{
Bryan Schumaker7c513052011-03-24 17:12:24 +00003938 int status = nfs4_call_sync(NFS_SERVER(dir)->client, NFS_SERVER(dir), &data->msg,
Bryan Schumakere73b83f2011-03-24 17:12:23 +00003939 &data->arg.seq_args, &data->res.seq_res, 1);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003940 if (status == 0) {
3941 update_changeattr(dir, &data->res.dir_cinfo);
David Quigley1775fd32013-05-22 12:50:42 -04003942 status = nfs_instantiate(dentry, data->res.fh, data->res.fattr, data->res.label);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003943 }
3944 return status;
3945}
3946
3947static void nfs4_free_createdata(struct nfs4_createdata *data)
3948{
David Quigley14c43f72013-05-22 12:50:43 -04003949 nfs4_label_free(data->label);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003950 kfree(data);
3951}
3952
Chuck Lever4f390c12006-08-22 20:06:22 -04003953static int _nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
David Quigley1775fd32013-05-22 12:50:42 -04003954 struct page *page, unsigned int len, struct iattr *sattr,
3955 struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003956{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003957 struct nfs4_createdata *data;
3958 int status = -ENAMETOOLONG;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003959
Chuck Lever94a6d752006-08-22 20:06:23 -04003960 if (len > NFS4_MAXPATHLEN)
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003961 goto out;
Chuck Lever4f390c12006-08-22 20:06:22 -04003962
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003963 status = -ENOMEM;
3964 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4LNK);
3965 if (data == NULL)
3966 goto out;
3967
3968 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SYMLINK];
3969 data->arg.u.symlink.pages = &page;
3970 data->arg.u.symlink.len = len;
David Quigley1775fd32013-05-22 12:50:42 -04003971 data->arg.label = label;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003972
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003973 status = nfs4_do_create(dir, dentry, data);
3974
3975 nfs4_free_createdata(data);
3976out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003977 return status;
3978}
3979
Chuck Lever4f390c12006-08-22 20:06:22 -04003980static int nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
Chuck Lever94a6d752006-08-22 20:06:23 -04003981 struct page *page, unsigned int len, struct iattr *sattr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003982{
3983 struct nfs4_exception exception = { };
David Quigleyaa9c2662013-05-22 12:50:44 -04003984 struct nfs4_label l, *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003985 int err;
David Quigleyaa9c2662013-05-22 12:50:44 -04003986
3987 label = nfs4_label_init_security(dir, dentry, sattr, &l);
3988
Linus Torvalds1da177e2005-04-16 15:20:36 -07003989 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04003990 err = _nfs4_proc_symlink(dir, dentry, page, len, sattr, label);
3991 trace_nfs4_symlink(dir, &dentry->d_name, err);
3992 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003993 &exception);
3994 } while (exception.retry);
David Quigleyaa9c2662013-05-22 12:50:44 -04003995
3996 nfs4_label_release_security(label);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003997 return err;
3998}
3999
4000static int _nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
David Quigley1775fd32013-05-22 12:50:42 -04004001 struct iattr *sattr, struct nfs4_label *label)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004002{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04004003 struct nfs4_createdata *data;
4004 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004005
Trond Myklebust57dc9a52008-06-20 15:35:32 -04004006 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4DIR);
4007 if (data == NULL)
4008 goto out;
4009
David Quigley1775fd32013-05-22 12:50:42 -04004010 data->arg.label = label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04004011 status = nfs4_do_create(dir, dentry, data);
4012
4013 nfs4_free_createdata(data);
4014out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004015 return status;
4016}
4017
4018static int nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
4019 struct iattr *sattr)
4020{
4021 struct nfs4_exception exception = { };
David Quigleyaa9c2662013-05-22 12:50:44 -04004022 struct nfs4_label l, *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004023 int err;
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00004024
David Quigleyaa9c2662013-05-22 12:50:44 -04004025 label = nfs4_label_init_security(dir, dentry, sattr, &l);
4026
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00004027 sattr->ia_mode &= ~current_umask();
Linus Torvalds1da177e2005-04-16 15:20:36 -07004028 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04004029 err = _nfs4_proc_mkdir(dir, dentry, sattr, label);
4030 trace_nfs4_mkdir(dir, &dentry->d_name, err);
4031 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004032 &exception);
4033 } while (exception.retry);
David Quigleyaa9c2662013-05-22 12:50:44 -04004034 nfs4_label_release_security(label);
4035
Linus Torvalds1da177e2005-04-16 15:20:36 -07004036 return err;
4037}
4038
4039static int _nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04004040 u64 cookie, struct page **pages, unsigned int count, int plus)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004041{
David Howells2b0143b2015-03-17 22:25:59 +00004042 struct inode *dir = d_inode(dentry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004043 struct nfs4_readdir_arg args = {
4044 .fh = NFS_FH(dir),
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04004045 .pages = pages,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004046 .pgbase = 0,
4047 .count = count,
David Howells2b0143b2015-03-17 22:25:59 +00004048 .bitmask = NFS_SERVER(d_inode(dentry))->attr_bitmask,
Bryan Schumaker82f2e542010-10-21 16:33:18 -04004049 .plus = plus,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004050 };
4051 struct nfs4_readdir_res res;
4052 struct rpc_message msg = {
4053 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READDIR],
4054 .rpc_argp = &args,
4055 .rpc_resp = &res,
4056 .rpc_cred = cred,
4057 };
4058 int status;
4059
Al Viro6de14722013-09-16 10:53:17 -04004060 dprintk("%s: dentry = %pd2, cookie = %Lu\n", __func__,
4061 dentry,
Trond Myklebusteadf4592005-06-22 17:16:39 +00004062 (unsigned long long)cookie);
Trond Myklebustc3f52af2012-09-03 14:56:02 -04004063 nfs4_setup_readdir(cookie, NFS_I(dir)->cookieverf, dentry, &args);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004064 res.pgbase = args.pgbase;
Bryan Schumaker7c513052011-03-24 17:12:24 +00004065 status = nfs4_call_sync(NFS_SERVER(dir)->client, NFS_SERVER(dir), &msg, &args.seq_args, &res.seq_res, 0);
Trond Myklebustac396122010-11-15 20:26:22 -05004066 if (status >= 0) {
Trond Myklebustc3f52af2012-09-03 14:56:02 -04004067 memcpy(NFS_I(dir)->cookieverf, res.verifier.data, NFS4_VERIFIER_SIZE);
Trond Myklebustac396122010-11-15 20:26:22 -05004068 status += args.pgbase;
4069 }
Trond Myklebustc4812992007-09-28 17:11:45 -04004070
4071 nfs_invalidate_atime(dir);
4072
Harvey Harrison3110ff82008-05-02 13:42:44 -07004073 dprintk("%s: returns %d\n", __func__, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004074 return status;
4075}
4076
4077static int nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04004078 u64 cookie, struct page **pages, unsigned int count, int plus)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004079{
4080 struct nfs4_exception exception = { };
4081 int err;
4082 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04004083 err = _nfs4_proc_readdir(dentry, cred, cookie,
4084 pages, count, plus);
David Howells2b0143b2015-03-17 22:25:59 +00004085 trace_nfs4_readdir(d_inode(dentry), err);
4086 err = nfs4_handle_exception(NFS_SERVER(d_inode(dentry)), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004087 &exception);
4088 } while (exception.retry);
4089 return err;
4090}
4091
4092static int _nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
David Quigleyaa9c2662013-05-22 12:50:44 -04004093 struct iattr *sattr, struct nfs4_label *label, dev_t rdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004094{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04004095 struct nfs4_createdata *data;
4096 int mode = sattr->ia_mode;
4097 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004098
Trond Myklebust57dc9a52008-06-20 15:35:32 -04004099 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4SOCK);
4100 if (data == NULL)
4101 goto out;
4102
Linus Torvalds1da177e2005-04-16 15:20:36 -07004103 if (S_ISFIFO(mode))
Trond Myklebust57dc9a52008-06-20 15:35:32 -04004104 data->arg.ftype = NF4FIFO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004105 else if (S_ISBLK(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04004106 data->arg.ftype = NF4BLK;
4107 data->arg.u.device.specdata1 = MAJOR(rdev);
4108 data->arg.u.device.specdata2 = MINOR(rdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004109 }
4110 else if (S_ISCHR(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04004111 data->arg.ftype = NF4CHR;
4112 data->arg.u.device.specdata1 = MAJOR(rdev);
4113 data->arg.u.device.specdata2 = MINOR(rdev);
Trond Myklebust4ea8fed2012-10-15 15:47:41 -04004114 } else if (!S_ISSOCK(mode)) {
4115 status = -EINVAL;
4116 goto out_free;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004117 }
David Quigley1775fd32013-05-22 12:50:42 -04004118
David Quigleyaa9c2662013-05-22 12:50:44 -04004119 data->arg.label = label;
Trond Myklebust57dc9a52008-06-20 15:35:32 -04004120 status = nfs4_do_create(dir, dentry, data);
Trond Myklebust4ea8fed2012-10-15 15:47:41 -04004121out_free:
Trond Myklebust57dc9a52008-06-20 15:35:32 -04004122 nfs4_free_createdata(data);
4123out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004124 return status;
4125}
4126
4127static int nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
4128 struct iattr *sattr, dev_t rdev)
4129{
4130 struct nfs4_exception exception = { };
David Quigleyaa9c2662013-05-22 12:50:44 -04004131 struct nfs4_label l, *label = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004132 int err;
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00004133
David Quigleyaa9c2662013-05-22 12:50:44 -04004134 label = nfs4_label_init_security(dir, dentry, sattr, &l);
4135
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00004136 sattr->ia_mode &= ~current_umask();
Linus Torvalds1da177e2005-04-16 15:20:36 -07004137 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04004138 err = _nfs4_proc_mknod(dir, dentry, sattr, label, rdev);
4139 trace_nfs4_mknod(dir, &dentry->d_name, err);
4140 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004141 &exception);
4142 } while (exception.retry);
David Quigleyaa9c2662013-05-22 12:50:44 -04004143
4144 nfs4_label_release_security(label);
4145
Linus Torvalds1da177e2005-04-16 15:20:36 -07004146 return err;
4147}
4148
4149static int _nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle,
4150 struct nfs_fsstat *fsstat)
4151{
4152 struct nfs4_statfs_arg args = {
4153 .fh = fhandle,
4154 .bitmask = server->attr_bitmask,
4155 };
Benny Halevy24ad1482009-04-01 09:21:56 -04004156 struct nfs4_statfs_res res = {
4157 .fsstat = fsstat,
4158 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07004159 struct rpc_message msg = {
4160 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_STATFS],
4161 .rpc_argp = &args,
Benny Halevy24ad1482009-04-01 09:21:56 -04004162 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004163 };
4164
Trond Myklebust0e574af2005-10-27 22:12:38 -04004165 nfs_fattr_init(fsstat->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00004166 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004167}
4168
4169static int nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsstat *fsstat)
4170{
4171 struct nfs4_exception exception = { };
4172 int err;
4173 do {
4174 err = nfs4_handle_exception(server,
4175 _nfs4_proc_statfs(server, fhandle, fsstat),
4176 &exception);
4177 } while (exception.retry);
4178 return err;
4179}
4180
4181static int _nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle,
4182 struct nfs_fsinfo *fsinfo)
4183{
4184 struct nfs4_fsinfo_arg args = {
4185 .fh = fhandle,
4186 .bitmask = server->attr_bitmask,
4187 };
Benny Halevy3dda5e42009-04-01 09:21:57 -04004188 struct nfs4_fsinfo_res res = {
4189 .fsinfo = fsinfo,
4190 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07004191 struct rpc_message msg = {
4192 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSINFO],
4193 .rpc_argp = &args,
Benny Halevy3dda5e42009-04-01 09:21:57 -04004194 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004195 };
4196
Bryan Schumaker7c513052011-03-24 17:12:24 +00004197 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004198}
4199
4200static int nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
4201{
4202 struct nfs4_exception exception = { };
Chuck Lever83ca7f52013-03-16 15:55:53 -04004203 unsigned long now = jiffies;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004204 int err;
4205
4206 do {
Chuck Lever83ca7f52013-03-16 15:55:53 -04004207 err = _nfs4_do_fsinfo(server, fhandle, fsinfo);
Trond Myklebustb5f875a2013-08-13 13:01:39 -04004208 trace_nfs4_fsinfo(server, fhandle, fsinfo->fattr, err);
Chuck Lever83ca7f52013-03-16 15:55:53 -04004209 if (err == 0) {
4210 struct nfs_client *clp = server->nfs_client;
4211
4212 spin_lock(&clp->cl_lock);
4213 clp->cl_lease_time = fsinfo->lease_time * HZ;
4214 clp->cl_last_renewal = now;
4215 spin_unlock(&clp->cl_lock);
4216 break;
4217 }
4218 err = nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004219 } while (exception.retry);
4220 return err;
4221}
4222
4223static int nfs4_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
4224{
Bryan Schumakere38eb652012-06-20 15:53:40 -04004225 int error;
4226
Trond Myklebust0e574af2005-10-27 22:12:38 -04004227 nfs_fattr_init(fsinfo->fattr);
Bryan Schumakere38eb652012-06-20 15:53:40 -04004228 error = nfs4_do_fsinfo(server, fhandle, fsinfo);
Peng Taodc182542012-08-24 00:27:49 +08004229 if (error == 0) {
4230 /* block layout checks this! */
4231 server->pnfs_blksize = fsinfo->blksize;
Bryan Schumakere38eb652012-06-20 15:53:40 -04004232 set_pnfs_layoutdriver(server, fhandle, fsinfo->layouttype);
Peng Taodc182542012-08-24 00:27:49 +08004233 }
Bryan Schumakere38eb652012-06-20 15:53:40 -04004234
4235 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004236}
4237
4238static int _nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
4239 struct nfs_pathconf *pathconf)
4240{
4241 struct nfs4_pathconf_arg args = {
4242 .fh = fhandle,
4243 .bitmask = server->attr_bitmask,
4244 };
Benny Halevyd45b2982009-04-01 09:21:58 -04004245 struct nfs4_pathconf_res res = {
4246 .pathconf = pathconf,
4247 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07004248 struct rpc_message msg = {
4249 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_PATHCONF],
4250 .rpc_argp = &args,
Benny Halevyd45b2982009-04-01 09:21:58 -04004251 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004252 };
4253
4254 /* None of the pathconf attributes are mandatory to implement */
4255 if ((args.bitmask[0] & nfs4_pathconf_bitmap[0]) == 0) {
4256 memset(pathconf, 0, sizeof(*pathconf));
4257 return 0;
4258 }
4259
Trond Myklebust0e574af2005-10-27 22:12:38 -04004260 nfs_fattr_init(pathconf->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00004261 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004262}
4263
4264static int nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
4265 struct nfs_pathconf *pathconf)
4266{
4267 struct nfs4_exception exception = { };
4268 int err;
4269
4270 do {
4271 err = nfs4_handle_exception(server,
4272 _nfs4_proc_pathconf(server, fhandle, pathconf),
4273 &exception);
4274 } while (exception.retry);
4275 return err;
4276}
4277
Trond Myklebust5521abf2013-03-16 20:54:34 -04004278int nfs4_set_rw_stateid(nfs4_stateid *stateid,
Trond Myklebust9b206142013-03-17 15:52:00 -04004279 const struct nfs_open_context *ctx,
4280 const struct nfs_lock_context *l_ctx,
4281 fmode_t fmode)
4282{
4283 const struct nfs_lockowner *lockowner = NULL;
4284
4285 if (l_ctx != NULL)
4286 lockowner = &l_ctx->lockowner;
Trond Myklebust5521abf2013-03-16 20:54:34 -04004287 return nfs4_select_rw_stateid(stateid, ctx->state, fmode, lockowner);
Trond Myklebust9b206142013-03-17 15:52:00 -04004288}
4289EXPORT_SYMBOL_GPL(nfs4_set_rw_stateid);
4290
Trond Myklebust5521abf2013-03-16 20:54:34 -04004291static bool nfs4_stateid_is_current(nfs4_stateid *stateid,
4292 const struct nfs_open_context *ctx,
4293 const struct nfs_lock_context *l_ctx,
4294 fmode_t fmode)
4295{
4296 nfs4_stateid current_stateid;
4297
Trond Myklebuste1253be2014-03-05 08:44:23 -05004298 /* If the current stateid represents a lost lock, then exit */
4299 if (nfs4_set_rw_stateid(&current_stateid, ctx, l_ctx, fmode) == -EIO)
4300 return true;
Trond Myklebust5521abf2013-03-16 20:54:34 -04004301 return nfs4_stateid_match(stateid, &current_stateid);
4302}
4303
4304static bool nfs4_error_stateid_expired(int err)
4305{
4306 switch (err) {
4307 case -NFS4ERR_DELEG_REVOKED:
4308 case -NFS4ERR_ADMIN_REVOKED:
4309 case -NFS4ERR_BAD_STATEID:
4310 case -NFS4ERR_STALE_STATEID:
4311 case -NFS4ERR_OLD_STATEID:
4312 case -NFS4ERR_OPENMODE:
4313 case -NFS4ERR_EXPIRED:
4314 return true;
4315 }
4316 return false;
4317}
4318
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004319void __nfs4_read_done_cb(struct nfs_pgio_header *hdr)
Benny Halevyd20581a2011-05-22 19:52:03 +03004320{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004321 nfs_invalidate_atime(hdr->inode);
Benny Halevyd20581a2011-05-22 19:52:03 +03004322}
4323
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004324static int nfs4_read_done_cb(struct rpc_task *task, struct nfs_pgio_header *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004325{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004326 struct nfs_server *server = NFS_SERVER(hdr->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004327
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004328 trace_nfs4_read(hdr, task->tk_status);
4329 if (nfs4_async_handle_error(task, server,
NeilBrown8478eaa2014-09-18 16:09:27 +10004330 hdr->args.context->state,
4331 NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07004332 rpc_restart_call_prepare(task);
Trond Myklebustec06c092006-03-20 13:44:27 -05004333 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004334 }
Trond Myklebust8850df92007-09-28 17:20:07 -04004335
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004336 __nfs4_read_done_cb(hdr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004337 if (task->tk_status > 0)
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004338 renew_lease(server, hdr->timestamp);
Trond Myklebustec06c092006-03-20 13:44:27 -05004339 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004340}
4341
Trond Myklebust5521abf2013-03-16 20:54:34 -04004342static bool nfs4_read_stateid_changed(struct rpc_task *task,
Anna Schumaker3c6b8992014-05-06 09:12:24 -04004343 struct nfs_pgio_args *args)
Trond Myklebust5521abf2013-03-16 20:54:34 -04004344{
4345
4346 if (!nfs4_error_stateid_expired(task->tk_status) ||
4347 nfs4_stateid_is_current(&args->stateid,
4348 args->context,
4349 args->lock_context,
4350 FMODE_READ))
4351 return false;
4352 rpc_restart_call_prepare(task);
4353 return true;
4354}
4355
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004356static int nfs4_read_done(struct rpc_task *task, struct nfs_pgio_header *hdr)
Andy Adamsoncbdabc7f2011-03-01 01:34:20 +00004357{
4358
4359 dprintk("--> %s\n", __func__);
4360
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004361 if (!nfs4_sequence_done(task, &hdr->res.seq_res))
Andy Adamsoncbdabc7f2011-03-01 01:34:20 +00004362 return -EAGAIN;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004363 if (nfs4_read_stateid_changed(task, &hdr->args))
Trond Myklebust5521abf2013-03-16 20:54:34 -04004364 return -EAGAIN;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004365 return hdr->pgio_done_cb ? hdr->pgio_done_cb(task, hdr) :
4366 nfs4_read_done_cb(task, hdr);
Andy Adamsoncbdabc7f2011-03-01 01:34:20 +00004367}
4368
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004369static void nfs4_proc_read_setup(struct nfs_pgio_header *hdr,
4370 struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004371{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004372 hdr->timestamp = jiffies;
4373 hdr->pgio_done_cb = nfs4_read_done_cb;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004374 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READ];
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004375 nfs4_init_sequence(&hdr->args.seq_args, &hdr->res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004376}
4377
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004378static int nfs4_proc_pgio_rpc_prepare(struct rpc_task *task,
4379 struct nfs_pgio_header *hdr)
Bryan Schumakerea7c3302012-03-19 14:54:40 -04004380{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004381 if (nfs4_setup_sequence(NFS_SERVER(hdr->inode),
4382 &hdr->args.seq_args,
4383 &hdr->res.seq_res,
Trond Myklebust9b206142013-03-17 15:52:00 -04004384 task))
NeilBrownef1820f2013-09-04 17:04:49 +10004385 return 0;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004386 if (nfs4_set_rw_stateid(&hdr->args.stateid, hdr->args.context,
4387 hdr->args.lock_context,
4388 hdr->rw_ops->rw_mode) == -EIO)
NeilBrownef1820f2013-09-04 17:04:49 +10004389 return -EIO;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004390 if (unlikely(test_bit(NFS_CONTEXT_BAD, &hdr->args.context->flags)))
NeilBrownef1820f2013-09-04 17:04:49 +10004391 return -EIO;
4392 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004393}
4394
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004395static int nfs4_write_done_cb(struct rpc_task *task,
4396 struct nfs_pgio_header *hdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004397{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004398 struct inode *inode = hdr->inode;
NeilBrown8478eaa2014-09-18 16:09:27 +10004399
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004400 trace_nfs4_write(hdr, task->tk_status);
4401 if (nfs4_async_handle_error(task, NFS_SERVER(inode),
NeilBrown8478eaa2014-09-18 16:09:27 +10004402 hdr->args.context->state,
4403 NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07004404 rpc_restart_call_prepare(task);
Trond Myklebust788e7a82006-03-20 13:44:27 -05004405 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004406 }
Trond Myklebust4f9838c2005-10-27 22:12:44 -04004407 if (task->tk_status >= 0) {
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004408 renew_lease(NFS_SERVER(inode), hdr->timestamp);
Trond Myklebusta08a8cd2015-02-26 17:36:09 -05004409 nfs_writeback_update_inode(hdr);
Trond Myklebust4f9838c2005-10-27 22:12:44 -04004410 }
Trond Myklebust788e7a82006-03-20 13:44:27 -05004411 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004412}
4413
Trond Myklebust5521abf2013-03-16 20:54:34 -04004414static bool nfs4_write_stateid_changed(struct rpc_task *task,
Anna Schumaker3c6b8992014-05-06 09:12:24 -04004415 struct nfs_pgio_args *args)
Trond Myklebust5521abf2013-03-16 20:54:34 -04004416{
4417
4418 if (!nfs4_error_stateid_expired(task->tk_status) ||
4419 nfs4_stateid_is_current(&args->stateid,
4420 args->context,
4421 args->lock_context,
4422 FMODE_WRITE))
4423 return false;
4424 rpc_restart_call_prepare(task);
4425 return true;
4426}
4427
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004428static int nfs4_write_done(struct rpc_task *task, struct nfs_pgio_header *hdr)
Fred Isamanb029bc92011-03-03 15:13:42 +00004429{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004430 if (!nfs4_sequence_done(task, &hdr->res.seq_res))
Fred Isamanb029bc92011-03-03 15:13:42 +00004431 return -EAGAIN;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004432 if (nfs4_write_stateid_changed(task, &hdr->args))
Trond Myklebust5521abf2013-03-16 20:54:34 -04004433 return -EAGAIN;
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004434 return hdr->pgio_done_cb ? hdr->pgio_done_cb(task, hdr) :
4435 nfs4_write_done_cb(task, hdr);
Fred Isamanb029bc92011-03-03 15:13:42 +00004436}
4437
Trond Myklebust5a37f852012-04-28 14:55:16 -04004438static
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004439bool nfs4_write_need_cache_consistency_data(struct nfs_pgio_header *hdr)
Fred Isamana69aef12011-03-03 15:13:47 +00004440{
Trond Myklebust5a37f852012-04-28 14:55:16 -04004441 /* Don't request attributes for pNFS or O_DIRECT writes */
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004442 if (hdr->ds_clp != NULL || hdr->dreq != NULL)
Trond Myklebust5a37f852012-04-28 14:55:16 -04004443 return false;
4444 /* Otherwise, request attributes if and only if we don't hold
4445 * a delegation
4446 */
Bryan Schumaker011e2a72012-06-20 15:53:43 -04004447 return nfs4_have_delegation(hdr->inode, FMODE_READ) == 0;
Fred Isamana69aef12011-03-03 15:13:47 +00004448}
Fred Isamana69aef12011-03-03 15:13:47 +00004449
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004450static void nfs4_proc_write_setup(struct nfs_pgio_header *hdr,
4451 struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004452{
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004453 struct nfs_server *server = NFS_SERVER(hdr->inode);
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004454
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004455 if (!nfs4_write_need_cache_consistency_data(hdr)) {
4456 hdr->args.bitmask = NULL;
4457 hdr->res.fattr = NULL;
Fred Isaman7ffd1062011-03-03 15:13:46 +00004458 } else
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004459 hdr->args.bitmask = server->cache_consistency_bitmask;
Trond Myklebust5a37f852012-04-28 14:55:16 -04004460
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004461 if (!hdr->pgio_done_cb)
4462 hdr->pgio_done_cb = nfs4_write_done_cb;
4463 hdr->res.server = server;
4464 hdr->timestamp = jiffies;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004465
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004466 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_WRITE];
Weston Andros Adamsond45f60c2014-06-09 11:48:35 -04004467 nfs4_init_sequence(&hdr->args.seq_args, &hdr->res.seq_res, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004468}
4469
Fred Isaman0b7c0152012-04-20 14:47:39 -04004470static void nfs4_proc_commit_rpc_prepare(struct rpc_task *task, struct nfs_commit_data *data)
4471{
Trond Myklebustd9afbd12012-10-22 20:28:44 -04004472 nfs4_setup_sequence(NFS_SERVER(data->inode),
4473 &data->args.seq_args,
4474 &data->res.seq_res,
4475 task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004476}
4477
Fred Isaman0b7c0152012-04-20 14:47:39 -04004478static int nfs4_commit_done_cb(struct rpc_task *task, struct nfs_commit_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004479{
Linus Torvalds1da177e2005-04-16 15:20:36 -07004480 struct inode *inode = data->inode;
Trond Myklebust14516c32010-07-31 14:29:06 -04004481
Trond Myklebustcc668ab2013-08-14 15:31:28 -04004482 trace_nfs4_commit(data, task->tk_status);
NeilBrown8478eaa2014-09-18 16:09:27 +10004483 if (nfs4_async_handle_error(task, NFS_SERVER(inode),
4484 NULL, NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07004485 rpc_restart_call_prepare(task);
Trond Myklebust788e7a82006-03-20 13:44:27 -05004486 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004487 }
Trond Myklebust788e7a82006-03-20 13:44:27 -05004488 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004489}
4490
Fred Isaman0b7c0152012-04-20 14:47:39 -04004491static int nfs4_commit_done(struct rpc_task *task, struct nfs_commit_data *data)
Fred Isaman5f452432011-03-23 13:27:46 +00004492{
4493 if (!nfs4_sequence_done(task, &data->res.seq_res))
4494 return -EAGAIN;
Fred Isaman0b7c0152012-04-20 14:47:39 -04004495 return data->commit_done_cb(task, data);
Fred Isaman5f452432011-03-23 13:27:46 +00004496}
4497
Fred Isaman0b7c0152012-04-20 14:47:39 -04004498static void nfs4_proc_commit_setup(struct nfs_commit_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004499{
Trond Myklebust788e7a82006-03-20 13:44:27 -05004500 struct nfs_server *server = NFS_SERVER(data->inode);
Fred Isaman988b6dc2011-03-23 13:27:52 +00004501
Fred Isaman0b7c0152012-04-20 14:47:39 -04004502 if (data->commit_done_cb == NULL)
4503 data->commit_done_cb = nfs4_commit_done_cb;
Trond Myklebust4f9838c2005-10-27 22:12:44 -04004504 data->res.server = server;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04004505 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_COMMIT];
Chuck Levera9c92d62013-08-09 12:48:18 -04004506 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004507}
4508
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004509struct nfs4_renewdata {
4510 struct nfs_client *client;
4511 unsigned long timestamp;
4512};
4513
Linus Torvalds1da177e2005-04-16 15:20:36 -07004514/*
4515 * nfs4_proc_async_renew(): This is not one of the nfs_rpc_ops; it is a special
4516 * standalone procedure for queueing an asynchronous RENEW.
4517 */
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004518static void nfs4_renew_release(void *calldata)
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004519{
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004520 struct nfs4_renewdata *data = calldata;
4521 struct nfs_client *clp = data->client;
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004522
Alexandros Batsakis0851de062010-02-05 03:45:06 -08004523 if (atomic_read(&clp->cl_count) > 1)
4524 nfs4_schedule_state_renewal(clp);
4525 nfs_put_client(clp);
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004526 kfree(data);
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004527}
4528
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004529static void nfs4_renew_done(struct rpc_task *task, void *calldata)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004530{
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004531 struct nfs4_renewdata *data = calldata;
4532 struct nfs_client *clp = data->client;
4533 unsigned long timestamp = data->timestamp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004534
Trond Myklebustc6d01c62013-08-09 11:51:26 -04004535 trace_nfs4_renew_async(clp, task->tk_status);
Chuck Leverf8aba1e2013-10-17 14:13:53 -04004536 switch (task->tk_status) {
4537 case 0:
4538 break;
4539 case -NFS4ERR_LEASE_MOVED:
4540 nfs4_schedule_lease_moved_recovery(clp);
4541 break;
4542 default:
Trond Myklebust95baa252009-05-26 14:51:00 -04004543 /* Unless we're shutting down, schedule state recovery! */
Trond Myklebust042b60b2011-08-24 15:07:37 -04004544 if (test_bit(NFS_CS_RENEWD, &clp->cl_res_state) == 0)
4545 return;
4546 if (task->tk_status != NFS4ERR_CB_PATH_DOWN) {
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004547 nfs4_schedule_lease_recovery(clp);
Trond Myklebust042b60b2011-08-24 15:07:37 -04004548 return;
4549 }
4550 nfs4_schedule_path_down_recovery(clp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004551 }
Trond Myklebust452e9352010-07-31 14:29:06 -04004552 do_renew_lease(clp, timestamp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004553}
4554
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004555static const struct rpc_call_ops nfs4_renew_ops = {
4556 .rpc_call_done = nfs4_renew_done,
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08004557 .rpc_release = nfs4_renew_release,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004558};
4559
Trond Myklebust2f60ea62011-08-24 15:07:37 -04004560static int nfs4_proc_async_renew(struct nfs_client *clp, struct rpc_cred *cred, unsigned renew_flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004561{
4562 struct rpc_message msg = {
4563 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
4564 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01004565 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004566 };
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004567 struct nfs4_renewdata *data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004568
Trond Myklebust2f60ea62011-08-24 15:07:37 -04004569 if (renew_flags == 0)
4570 return 0;
Alexandros Batsakis0851de062010-02-05 03:45:06 -08004571 if (!atomic_inc_not_zero(&clp->cl_count))
4572 return -EIO;
Trond Myklebustb569ad32011-08-24 15:07:35 -04004573 data = kmalloc(sizeof(*data), GFP_NOFS);
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004574 if (data == NULL)
4575 return -ENOMEM;
4576 data->client = clp;
4577 data->timestamp = jiffies;
Trond Myklebustbc7a05c2013-04-08 17:50:28 -04004578 return rpc_call_async(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT,
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04004579 &nfs4_renew_ops, data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004580}
4581
Trond Myklebust8534d4e2011-08-24 15:07:37 -04004582static int nfs4_proc_renew(struct nfs_client *clp, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004583{
4584 struct rpc_message msg = {
4585 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
4586 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01004587 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004588 };
4589 unsigned long now = jiffies;
4590 int status;
4591
Trond Myklebustbc7a05c2013-04-08 17:50:28 -04004592 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004593 if (status < 0)
4594 return status;
Trond Myklebust452e9352010-07-31 14:29:06 -04004595 do_renew_lease(clp, now);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004596 return 0;
4597}
4598
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004599static inline int nfs4_server_supports_acls(struct nfs_server *server)
4600{
Malahal Naineni7dd7d952014-01-23 08:54:55 -06004601 return server->caps & NFS_CAP_ACLS;
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004602}
4603
Trond Myklebust21f498c2012-08-24 10:59:25 -04004604/* Assuming that XATTR_SIZE_MAX is a multiple of PAGE_SIZE, and that
4605 * it's OK to put sizeof(void) * (XATTR_SIZE_MAX/PAGE_SIZE) bytes on
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004606 * the stack.
4607 */
Trond Myklebust21f498c2012-08-24 10:59:25 -04004608#define NFS4ACL_MAXPAGES DIV_ROUND_UP(XATTR_SIZE_MAX, PAGE_SIZE)
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004609
Neil Hormane9e3d722011-03-04 19:26:03 -05004610static int buf_to_pages_noslab(const void *buf, size_t buflen,
Andreas Gruenbacher8fbcf232015-11-03 18:25:34 +01004611 struct page **pages)
Neil Hormane9e3d722011-03-04 19:26:03 -05004612{
4613 struct page *newpage, **spages;
4614 int rc = 0;
4615 size_t len;
4616 spages = pages;
4617
4618 do {
Trond Myklebust21f498c2012-08-24 10:59:25 -04004619 len = min_t(size_t, PAGE_SIZE, buflen);
Neil Hormane9e3d722011-03-04 19:26:03 -05004620 newpage = alloc_page(GFP_KERNEL);
4621
4622 if (newpage == NULL)
4623 goto unwind;
4624 memcpy(page_address(newpage), buf, len);
4625 buf += len;
4626 buflen -= len;
4627 *pages++ = newpage;
4628 rc++;
4629 } while (buflen != 0);
4630
4631 return rc;
4632
4633unwind:
4634 for(; rc > 0; rc--)
4635 __free_page(spages[rc-1]);
4636 return -ENOMEM;
4637}
4638
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004639struct nfs4_cached_acl {
4640 int cached;
4641 size_t len;
Andrew Morton3e9d4152005-06-22 17:16:28 +00004642 char data[0];
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004643};
4644
4645static void nfs4_set_cached_acl(struct inode *inode, struct nfs4_cached_acl *acl)
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004646{
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004647 struct nfs_inode *nfsi = NFS_I(inode);
4648
4649 spin_lock(&inode->i_lock);
4650 kfree(nfsi->nfs4_acl);
4651 nfsi->nfs4_acl = acl;
4652 spin_unlock(&inode->i_lock);
4653}
4654
4655static void nfs4_zap_acl_attr(struct inode *inode)
4656{
4657 nfs4_set_cached_acl(inode, NULL);
4658}
4659
4660static inline ssize_t nfs4_read_cached_acl(struct inode *inode, char *buf, size_t buflen)
4661{
4662 struct nfs_inode *nfsi = NFS_I(inode);
4663 struct nfs4_cached_acl *acl;
4664 int ret = -ENOENT;
4665
4666 spin_lock(&inode->i_lock);
4667 acl = nfsi->nfs4_acl;
4668 if (acl == NULL)
4669 goto out;
4670 if (buf == NULL) /* user is just asking for length */
4671 goto out_len;
4672 if (acl->cached == 0)
4673 goto out;
4674 ret = -ERANGE; /* see getxattr(2) man page */
4675 if (acl->len > buflen)
4676 goto out;
4677 memcpy(buf, acl->data, acl->len);
4678out_len:
4679 ret = acl->len;
4680out:
4681 spin_unlock(&inode->i_lock);
4682 return ret;
4683}
4684
Sachin Prabhu5794d212012-04-17 14:36:40 +01004685static void nfs4_write_cached_acl(struct inode *inode, struct page **pages, size_t pgbase, size_t acl_len)
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004686{
4687 struct nfs4_cached_acl *acl;
Trond Myklebustb291f1b2012-08-14 18:30:41 -04004688 size_t buflen = sizeof(*acl) + acl_len;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004689
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004690 if (buflen <= PAGE_SIZE) {
Trond Myklebustb291f1b2012-08-14 18:30:41 -04004691 acl = kmalloc(buflen, GFP_KERNEL);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004692 if (acl == NULL)
4693 goto out;
4694 acl->cached = 1;
Sachin Prabhu5794d212012-04-17 14:36:40 +01004695 _copy_from_pages(acl->data, pages, pgbase, acl_len);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004696 } else {
4697 acl = kmalloc(sizeof(*acl), GFP_KERNEL);
4698 if (acl == NULL)
4699 goto out;
4700 acl->cached = 0;
4701 }
4702 acl->len = acl_len;
4703out:
4704 nfs4_set_cached_acl(inode, acl);
4705}
4706
Andy Adamsonbf118a32011-12-07 11:55:27 -05004707/*
4708 * The getxattr API returns the required buffer length when called with a
4709 * NULL buf. The NFSv4 acl tool then calls getxattr again after allocating
4710 * the required buf. On a NULL buf, we send a page of data to the server
4711 * guessing that the ACL request can be serviced by a page. If so, we cache
4712 * up to the page of ACL data, and the 2nd call to getxattr is serviced by
4713 * the cache. If not so, we throw away the page, and cache the required
4714 * length. The next getxattr call will then produce another round trip to
4715 * the server, this time with the input buf of the required size.
4716 */
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004717static ssize_t __nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004718{
Andy Adamsonbf118a32011-12-07 11:55:27 -05004719 struct page *pages[NFS4ACL_MAXPAGES] = {NULL, };
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004720 struct nfs_getaclargs args = {
4721 .fh = NFS_FH(inode),
4722 .acl_pages = pages,
4723 .acl_len = buflen,
4724 };
Benny Halevy663c79b2009-04-01 09:21:59 -04004725 struct nfs_getaclres res = {
4726 .acl_len = buflen,
4727 };
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004728 struct rpc_message msg = {
4729 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETACL],
4730 .rpc_argp = &args,
Benny Halevy663c79b2009-04-01 09:21:59 -04004731 .rpc_resp = &res,
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004732 };
Trond Myklebust21f498c2012-08-24 10:59:25 -04004733 unsigned int npages = DIV_ROUND_UP(buflen, PAGE_SIZE);
4734 int ret = -ENOMEM, i;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004735
Andy Adamsonbf118a32011-12-07 11:55:27 -05004736 /* As long as we're doing a round trip to the server anyway,
4737 * let's be prepared for a page of acl data. */
4738 if (npages == 0)
4739 npages = 1;
Trond Myklebust21f498c2012-08-24 10:59:25 -04004740 if (npages > ARRAY_SIZE(pages))
4741 return -ERANGE;
Sachin Prabhu5a006892012-04-17 14:35:39 +01004742
Andy Adamsonbf118a32011-12-07 11:55:27 -05004743 for (i = 0; i < npages; i++) {
4744 pages[i] = alloc_page(GFP_KERNEL);
4745 if (!pages[i])
4746 goto out_free;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004747 }
Sachin Prabhu5a006892012-04-17 14:35:39 +01004748
4749 /* for decoding across pages */
4750 res.acl_scratch = alloc_page(GFP_KERNEL);
4751 if (!res.acl_scratch)
4752 goto out_free;
4753
Andy Adamsonbf118a32011-12-07 11:55:27 -05004754 args.acl_len = npages * PAGE_SIZE;
Sachin Prabhu5a006892012-04-17 14:35:39 +01004755
Peng Taode040be2012-01-10 22:42:47 +08004756 dprintk("%s buf %p buflen %zu npages %d args.acl_len %zu\n",
Andy Adamsonbf118a32011-12-07 11:55:27 -05004757 __func__, buf, buflen, npages, args.acl_len);
4758 ret = nfs4_call_sync(NFS_SERVER(inode)->client, NFS_SERVER(inode),
4759 &msg, &args.seq_args, &res.seq_res, 0);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004760 if (ret)
4761 goto out_free;
Andy Adamsonbf118a32011-12-07 11:55:27 -05004762
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004763 /* Handle the case where the passed-in buffer is too short */
4764 if (res.acl_flags & NFS4_ACL_TRUNC) {
4765 /* Did the user only issue a request for the acl length? */
4766 if (buf == NULL)
4767 goto out_ok;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004768 ret = -ERANGE;
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004769 goto out_free;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004770 }
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004771 nfs4_write_cached_acl(inode, pages, res.acl_data_offset, res.acl_len);
Sven Wegener7d3e91a2012-12-08 15:30:18 +01004772 if (buf) {
4773 if (res.acl_len > buflen) {
4774 ret = -ERANGE;
4775 goto out_free;
4776 }
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004777 _copy_from_pages(buf, pages, res.acl_data_offset, res.acl_len);
Sven Wegener7d3e91a2012-12-08 15:30:18 +01004778 }
Trond Myklebust1f1ea6c2012-08-26 11:44:43 -07004779out_ok:
4780 ret = res.acl_len;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004781out_free:
Andy Adamsonbf118a32011-12-07 11:55:27 -05004782 for (i = 0; i < npages; i++)
4783 if (pages[i])
4784 __free_page(pages[i]);
Trond Myklebust331818f2012-02-03 18:30:53 -05004785 if (res.acl_scratch)
4786 __free_page(res.acl_scratch);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004787 return ret;
4788}
4789
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004790static ssize_t nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
4791{
4792 struct nfs4_exception exception = { };
4793 ssize_t ret;
4794 do {
4795 ret = __nfs4_get_acl_uncached(inode, buf, buflen);
Trond Myklebustc1578b72013-08-12 16:58:42 -04004796 trace_nfs4_get_acl(inode, ret);
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004797 if (ret >= 0)
4798 break;
4799 ret = nfs4_handle_exception(NFS_SERVER(inode), ret, &exception);
4800 } while (exception.retry);
4801 return ret;
4802}
4803
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004804static ssize_t nfs4_proc_get_acl(struct inode *inode, void *buf, size_t buflen)
4805{
4806 struct nfs_server *server = NFS_SERVER(inode);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004807 int ret;
4808
4809 if (!nfs4_server_supports_acls(server))
4810 return -EOPNOTSUPP;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004811 ret = nfs_revalidate_inode(server, inode);
4812 if (ret < 0)
4813 return ret;
Aneesh Kumar K.V08a22b32010-12-01 10:42:16 +00004814 if (NFS_I(inode)->cache_validity & NFS_INO_INVALID_ACL)
4815 nfs_zap_acl_cache(inode);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004816 ret = nfs4_read_cached_acl(inode, buf, buflen);
4817 if (ret != -ENOENT)
Andy Adamsonbf118a32011-12-07 11:55:27 -05004818 /* -ENOENT is returned if there is no ACL or if there is an ACL
4819 * but no cached acl data, just the acl length */
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004820 return ret;
4821 return nfs4_get_acl_uncached(inode, buf, buflen);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004822}
4823
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004824static int __nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004825{
4826 struct nfs_server *server = NFS_SERVER(inode);
4827 struct page *pages[NFS4ACL_MAXPAGES];
4828 struct nfs_setaclargs arg = {
4829 .fh = NFS_FH(inode),
4830 .acl_pages = pages,
4831 .acl_len = buflen,
4832 };
Benny Halevy73c403a2009-04-01 09:22:01 -04004833 struct nfs_setaclres res;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004834 struct rpc_message msg = {
4835 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETACL],
4836 .rpc_argp = &arg,
Benny Halevy73c403a2009-04-01 09:22:01 -04004837 .rpc_resp = &res,
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004838 };
Trond Myklebust21f498c2012-08-24 10:59:25 -04004839 unsigned int npages = DIV_ROUND_UP(buflen, PAGE_SIZE);
Neil Hormane9e3d722011-03-04 19:26:03 -05004840 int ret, i;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004841
4842 if (!nfs4_server_supports_acls(server))
4843 return -EOPNOTSUPP;
Trond Myklebust21f498c2012-08-24 10:59:25 -04004844 if (npages > ARRAY_SIZE(pages))
4845 return -ERANGE;
Andreas Gruenbacher8fbcf232015-11-03 18:25:34 +01004846 i = buf_to_pages_noslab(buf, buflen, arg.acl_pages);
Neil Hormane9e3d722011-03-04 19:26:03 -05004847 if (i < 0)
4848 return i;
Bryan Schumaker57ec14c2012-06-20 15:53:44 -04004849 nfs4_inode_return_delegation(inode);
Bryan Schumaker7c513052011-03-24 17:12:24 +00004850 ret = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Neil Hormane9e3d722011-03-04 19:26:03 -05004851
4852 /*
4853 * Free each page after tx, so the only ref left is
4854 * held by the network stack
4855 */
4856 for (; i > 0; i--)
4857 put_page(pages[i-1]);
4858
Aneesh Kumar K.V08a22b32010-12-01 10:42:16 +00004859 /*
4860 * Acl update can result in inode attribute update.
4861 * so mark the attribute cache invalid.
4862 */
4863 spin_lock(&inode->i_lock);
4864 NFS_I(inode)->cache_validity |= NFS_INO_INVALID_ATTR;
4865 spin_unlock(&inode->i_lock);
Trond Myklebustf41f7412008-06-11 17:39:04 -04004866 nfs_access_zap_cache(inode);
4867 nfs_zap_acl_cache(inode);
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004868 return ret;
4869}
4870
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004871static int nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
4872{
4873 struct nfs4_exception exception = { };
4874 int err;
4875 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04004876 err = __nfs4_proc_set_acl(inode, buf, buflen);
4877 trace_nfs4_set_acl(inode, err);
4878 err = nfs4_handle_exception(NFS_SERVER(inode), err,
Trond Myklebust16b4289c2006-08-24 12:27:15 -04004879 &exception);
4880 } while (exception.retry);
4881 return err;
4882}
4883
David Quigleyaa9c2662013-05-22 12:50:44 -04004884#ifdef CONFIG_NFS_V4_SECURITY_LABEL
4885static int _nfs4_get_security_label(struct inode *inode, void *buf,
4886 size_t buflen)
4887{
4888 struct nfs_server *server = NFS_SERVER(inode);
4889 struct nfs_fattr fattr;
4890 struct nfs4_label label = {0, 0, buflen, buf};
4891
4892 u32 bitmask[3] = { 0, 0, FATTR4_WORD2_SECURITY_LABEL };
Trond Myklebustfcb63a92013-11-01 12:42:25 -04004893 struct nfs4_getattr_arg arg = {
David Quigleyaa9c2662013-05-22 12:50:44 -04004894 .fh = NFS_FH(inode),
4895 .bitmask = bitmask,
4896 };
4897 struct nfs4_getattr_res res = {
4898 .fattr = &fattr,
4899 .label = &label,
4900 .server = server,
4901 };
4902 struct rpc_message msg = {
4903 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETATTR],
Trond Myklebustfcb63a92013-11-01 12:42:25 -04004904 .rpc_argp = &arg,
David Quigleyaa9c2662013-05-22 12:50:44 -04004905 .rpc_resp = &res,
4906 };
4907 int ret;
4908
4909 nfs_fattr_init(&fattr);
4910
Trond Myklebustfcb63a92013-11-01 12:42:25 -04004911 ret = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 0);
David Quigleyaa9c2662013-05-22 12:50:44 -04004912 if (ret)
4913 return ret;
4914 if (!(fattr.valid & NFS_ATTR_FATTR_V4_SECURITY_LABEL))
4915 return -ENOENT;
4916 if (buflen < label.len)
4917 return -ERANGE;
4918 return 0;
4919}
4920
4921static int nfs4_get_security_label(struct inode *inode, void *buf,
4922 size_t buflen)
4923{
4924 struct nfs4_exception exception = { };
4925 int err;
4926
4927 if (!nfs_server_capable(inode, NFS_CAP_SECURITY_LABEL))
4928 return -EOPNOTSUPP;
4929
4930 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04004931 err = _nfs4_get_security_label(inode, buf, buflen);
4932 trace_nfs4_get_security_label(inode, err);
4933 err = nfs4_handle_exception(NFS_SERVER(inode), err,
David Quigleyaa9c2662013-05-22 12:50:44 -04004934 &exception);
4935 } while (exception.retry);
4936 return err;
4937}
4938
4939static int _nfs4_do_set_security_label(struct inode *inode,
4940 struct nfs4_label *ilabel,
4941 struct nfs_fattr *fattr,
4942 struct nfs4_label *olabel)
4943{
4944
4945 struct iattr sattr = {0};
4946 struct nfs_server *server = NFS_SERVER(inode);
4947 const u32 bitmask[3] = { 0, 0, FATTR4_WORD2_SECURITY_LABEL };
Jeff Layton12207f62013-11-01 10:49:32 -04004948 struct nfs_setattrargs arg = {
David Quigleyaa9c2662013-05-22 12:50:44 -04004949 .fh = NFS_FH(inode),
4950 .iap = &sattr,
4951 .server = server,
4952 .bitmask = bitmask,
4953 .label = ilabel,
4954 };
4955 struct nfs_setattrres res = {
4956 .fattr = fattr,
4957 .label = olabel,
4958 .server = server,
4959 };
4960 struct rpc_message msg = {
4961 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETATTR],
Jeff Layton12207f62013-11-01 10:49:32 -04004962 .rpc_argp = &arg,
David Quigleyaa9c2662013-05-22 12:50:44 -04004963 .rpc_resp = &res,
4964 };
4965 int status;
4966
Jeff Layton12207f62013-11-01 10:49:32 -04004967 nfs4_stateid_copy(&arg.stateid, &zero_stateid);
David Quigleyaa9c2662013-05-22 12:50:44 -04004968
Jeff Layton12207f62013-11-01 10:49:32 -04004969 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
David Quigleyaa9c2662013-05-22 12:50:44 -04004970 if (status)
4971 dprintk("%s failed: %d\n", __func__, status);
4972
4973 return status;
4974}
4975
4976static int nfs4_do_set_security_label(struct inode *inode,
4977 struct nfs4_label *ilabel,
4978 struct nfs_fattr *fattr,
4979 struct nfs4_label *olabel)
4980{
4981 struct nfs4_exception exception = { };
4982 int err;
4983
4984 do {
Trond Myklebustc1578b72013-08-12 16:58:42 -04004985 err = _nfs4_do_set_security_label(inode, ilabel,
4986 fattr, olabel);
4987 trace_nfs4_set_security_label(inode, err);
4988 err = nfs4_handle_exception(NFS_SERVER(inode), err,
David Quigleyaa9c2662013-05-22 12:50:44 -04004989 &exception);
4990 } while (exception.retry);
4991 return err;
4992}
4993
4994static int
4995nfs4_set_security_label(struct dentry *dentry, const void *buf, size_t buflen)
4996{
4997 struct nfs4_label ilabel, *olabel = NULL;
4998 struct nfs_fattr fattr;
4999 struct rpc_cred *cred;
David Howells2b0143b2015-03-17 22:25:59 +00005000 struct inode *inode = d_inode(dentry);
David Quigleyaa9c2662013-05-22 12:50:44 -04005001 int status;
5002
5003 if (!nfs_server_capable(inode, NFS_CAP_SECURITY_LABEL))
5004 return -EOPNOTSUPP;
5005
5006 nfs_fattr_init(&fattr);
5007
5008 ilabel.pi = 0;
5009 ilabel.lfs = 0;
5010 ilabel.label = (char *)buf;
5011 ilabel.len = buflen;
5012
5013 cred = rpc_lookup_cred();
5014 if (IS_ERR(cred))
5015 return PTR_ERR(cred);
5016
5017 olabel = nfs4_label_alloc(NFS_SERVER(inode), GFP_KERNEL);
5018 if (IS_ERR(olabel)) {
5019 status = -PTR_ERR(olabel);
5020 goto out;
5021 }
5022
5023 status = nfs4_do_set_security_label(inode, &ilabel, &fattr, olabel);
5024 if (status == 0)
5025 nfs_setsecurity(inode, &fattr, olabel);
5026
5027 nfs4_label_free(olabel);
5028out:
5029 put_rpccred(cred);
5030 return status;
5031}
5032#endif /* CONFIG_NFS_V4_SECURITY_LABEL */
5033
5034
Chuck Leverf0920752012-05-21 22:45:41 -04005035static void nfs4_init_boot_verifier(const struct nfs_client *clp,
5036 nfs4_verifier *bootverf)
Chuck Levercd937102012-03-02 17:14:31 -05005037{
5038 __be32 verf[2];
5039
Chuck Lever2c820d92012-05-21 22:45:33 -04005040 if (test_bit(NFS4CLNT_PURGE_STATE, &clp->cl_state)) {
5041 /* An impossible timestamp guarantees this value
5042 * will never match a generated boot time. */
5043 verf[0] = 0;
Trond Myklebust17f26b12013-08-21 15:48:42 -04005044 verf[1] = cpu_to_be32(NSEC_PER_SEC + 1);
Chuck Lever2c820d92012-05-21 22:45:33 -04005045 } else {
Chuck Leverf0920752012-05-21 22:45:41 -04005046 struct nfs_net *nn = net_generic(clp->cl_net, nfs_net_id);
Trond Myklebust17f26b12013-08-21 15:48:42 -04005047 verf[0] = cpu_to_be32(nn->boot_time.tv_sec);
5048 verf[1] = cpu_to_be32(nn->boot_time.tv_nsec);
Chuck Lever2c820d92012-05-21 22:45:33 -04005049 }
Chuck Levercd937102012-03-02 17:14:31 -05005050 memcpy(bootverf->data, verf, sizeof(bootverf->data));
5051}
5052
Jeff Laytona3192682015-06-09 19:43:59 -04005053static int
5054nfs4_init_nonuniform_client_string(struct nfs_client *clp)
Chuck Levere984a552012-09-14 17:24:21 -04005055{
Jeff Laytona3192682015-06-09 19:43:59 -04005056 size_t len;
5057 char *str;
Chuck Levere984a552012-09-14 17:24:21 -04005058
Trond Myklebustceb3a162015-01-03 15:16:04 -05005059 if (clp->cl_owner_id != NULL)
Jeff Laytona3192682015-06-09 19:43:59 -04005060 return 0;
Kinglong Mee4a3e5772015-08-31 10:53:43 +08005061
Jeff Laytona3192682015-06-09 19:43:59 -04005062 rcu_read_lock();
Kinglong Mee4a703162015-08-31 10:53:33 +08005063 len = 14 + strlen(clp->cl_ipaddr) + 1 +
Jeff Laytona3192682015-06-09 19:43:59 -04005064 strlen(rpc_peeraddr2str(clp->cl_rpcclient, RPC_DISPLAY_ADDR)) +
5065 1 +
5066 strlen(rpc_peeraddr2str(clp->cl_rpcclient, RPC_DISPLAY_PROTO)) +
5067 1;
5068 rcu_read_unlock();
5069
5070 if (len > NFS4_OPAQUE_LIMIT + 1)
5071 return -EINVAL;
5072
5073 /*
5074 * Since this string is allocated at mount time, and held until the
5075 * nfs_client is destroyed, we can use GFP_KERNEL here w/o worrying
5076 * about a memory-reclaim deadlock.
5077 */
5078 str = kmalloc(len, GFP_KERNEL);
5079 if (!str)
5080 return -ENOMEM;
Trond Myklebustceb3a162015-01-03 15:16:04 -05005081
Chuck Levere984a552012-09-14 17:24:21 -04005082 rcu_read_lock();
Trond Myklebustf2dd4362015-10-08 11:33:17 -04005083 scnprintf(str, len, "Linux NFSv4.0 %s/%s %s",
Jeff Laytona3192682015-06-09 19:43:59 -04005084 clp->cl_ipaddr,
5085 rpc_peeraddr2str(clp->cl_rpcclient, RPC_DISPLAY_ADDR),
5086 rpc_peeraddr2str(clp->cl_rpcclient, RPC_DISPLAY_PROTO));
Chuck Levere984a552012-09-14 17:24:21 -04005087 rcu_read_unlock();
Jeff Laytona3192682015-06-09 19:43:59 -04005088
Jeff Laytona3192682015-06-09 19:43:59 -04005089 clp->cl_owner_id = str;
5090 return 0;
Chuck Levere984a552012-09-14 17:24:21 -04005091}
5092
Jeff Layton873e3852015-06-09 19:44:00 -04005093static int
5094nfs4_init_uniquifier_client_string(struct nfs_client *clp)
Chuck Levere984a552012-09-14 17:24:21 -04005095{
Jeff Layton873e3852015-06-09 19:44:00 -04005096 size_t len;
5097 char *str;
5098
5099 len = 10 + 10 + 1 + 10 + 1 +
5100 strlen(nfs4_client_id_uniquifier) + 1 +
5101 strlen(clp->cl_rpcclient->cl_nodename) + 1;
5102
5103 if (len > NFS4_OPAQUE_LIMIT + 1)
5104 return -EINVAL;
5105
5106 /*
5107 * Since this string is allocated at mount time, and held until the
5108 * nfs_client is destroyed, we can use GFP_KERNEL here w/o worrying
5109 * about a memory-reclaim deadlock.
5110 */
5111 str = kmalloc(len, GFP_KERNEL);
5112 if (!str)
5113 return -ENOMEM;
5114
Trond Myklebustf2dd4362015-10-08 11:33:17 -04005115 scnprintf(str, len, "Linux NFSv%u.%u %s/%s",
Jeff Layton873e3852015-06-09 19:44:00 -04005116 clp->rpc_ops->version, clp->cl_minorversion,
5117 nfs4_client_id_uniquifier,
5118 clp->cl_rpcclient->cl_nodename);
Jeff Layton873e3852015-06-09 19:44:00 -04005119 clp->cl_owner_id = str;
5120 return 0;
5121}
5122
5123static int
5124nfs4_init_uniform_client_string(struct nfs_client *clp)
5125{
Jeff Layton873e3852015-06-09 19:44:00 -04005126 size_t len;
5127 char *str;
Trond Myklebustceb3a162015-01-03 15:16:04 -05005128
5129 if (clp->cl_owner_id != NULL)
Jeff Layton873e3852015-06-09 19:44:00 -04005130 return 0;
Chuck Lever6f2ea7f2012-09-14 17:24:41 -04005131
5132 if (nfs4_client_id_uniquifier[0] != '\0')
Jeff Layton873e3852015-06-09 19:44:00 -04005133 return nfs4_init_uniquifier_client_string(clp);
5134
5135 len = 10 + 10 + 1 + 10 + 1 +
5136 strlen(clp->cl_rpcclient->cl_nodename) + 1;
5137
5138 if (len > NFS4_OPAQUE_LIMIT + 1)
5139 return -EINVAL;
5140
5141 /*
5142 * Since this string is allocated at mount time, and held until the
5143 * nfs_client is destroyed, we can use GFP_KERNEL here w/o worrying
5144 * about a memory-reclaim deadlock.
5145 */
5146 str = kmalloc(len, GFP_KERNEL);
5147 if (!str)
5148 return -ENOMEM;
5149
Trond Myklebustf2dd4362015-10-08 11:33:17 -04005150 scnprintf(str, len, "Linux NFSv%u.%u %s",
Jeff Layton873e3852015-06-09 19:44:00 -04005151 clp->rpc_ops->version, clp->cl_minorversion,
5152 clp->cl_rpcclient->cl_nodename);
Jeff Layton873e3852015-06-09 19:44:00 -04005153 clp->cl_owner_id = str;
5154 return 0;
Chuck Levere984a552012-09-14 17:24:21 -04005155}
5156
Chuck Lever706cb8d2014-03-12 12:51:47 -04005157/*
5158 * nfs4_callback_up_net() starts only "tcp" and "tcp6" callback
5159 * services. Advertise one based on the address family of the
5160 * clientaddr.
5161 */
5162static unsigned int
5163nfs4_init_callback_netid(const struct nfs_client *clp, char *buf, size_t len)
5164{
5165 if (strchr(clp->cl_ipaddr, ':') != NULL)
5166 return scnprintf(buf, len, "tcp6");
5167 else
5168 return scnprintf(buf, len, "tcp");
5169}
5170
Jeff Laytonf11b2a12014-06-21 20:52:17 -04005171static void nfs4_setclientid_done(struct rpc_task *task, void *calldata)
5172{
5173 struct nfs4_setclientid *sc = calldata;
5174
5175 if (task->tk_status == 0)
5176 sc->sc_cred = get_rpccred(task->tk_rqstp->rq_cred);
5177}
5178
5179static const struct rpc_call_ops nfs4_setclientid_ops = {
5180 .rpc_call_done = nfs4_setclientid_done,
5181};
5182
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005183/**
5184 * nfs4_proc_setclientid - Negotiate client ID
5185 * @clp: state data structure
5186 * @program: RPC program for NFSv4 callback service
5187 * @port: IP port number for NFS4 callback service
5188 * @cred: RPC credential to use for this call
5189 * @res: where to place the result
5190 *
5191 * Returns zero, a negative errno, or a negative NFS4ERR status code.
5192 */
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04005193int nfs4_proc_setclientid(struct nfs_client *clp, u32 program,
5194 unsigned short port, struct rpc_cred *cred,
5195 struct nfs4_setclientid_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005196{
5197 nfs4_verifier sc_verifier;
5198 struct nfs4_setclientid setclientid = {
5199 .sc_verifier = &sc_verifier,
5200 .sc_prog = program,
Jeff Layton3a6bb732015-06-09 19:43:57 -04005201 .sc_clnt = clp,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005202 };
5203 struct rpc_message msg = {
5204 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID],
5205 .rpc_argp = &setclientid,
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04005206 .rpc_resp = res,
Trond Myklebust286d7d62006-01-03 09:55:26 +01005207 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005208 };
Jeff Laytonf11b2a12014-06-21 20:52:17 -04005209 struct rpc_task *task;
5210 struct rpc_task_setup task_setup_data = {
5211 .rpc_client = clp->cl_rpcclient,
5212 .rpc_message = &msg,
5213 .callback_ops = &nfs4_setclientid_ops,
5214 .callback_data = &setclientid,
5215 .flags = RPC_TASK_TIMEOUT,
5216 };
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005217 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005218
Chuck Leverde734832012-07-11 16:30:50 -04005219 /* nfs_client_id4 */
Chuck Leverf0920752012-05-21 22:45:41 -04005220 nfs4_init_boot_verifier(clp, &sc_verifier);
Jeff Layton873e3852015-06-09 19:44:00 -04005221
5222 if (test_bit(NFS_CS_MIGRATION, &clp->cl_flags))
5223 status = nfs4_init_uniform_client_string(clp);
5224 else
Jeff Laytona3192682015-06-09 19:43:59 -04005225 status = nfs4_init_nonuniform_client_string(clp);
Jeff Layton873e3852015-06-09 19:44:00 -04005226
5227 if (status)
5228 goto out;
Jeff Layton3a6bb732015-06-09 19:43:57 -04005229
Chuck Leverde734832012-07-11 16:30:50 -04005230 /* cb_client4 */
Chuck Lever706cb8d2014-03-12 12:51:47 -04005231 setclientid.sc_netid_len =
5232 nfs4_init_callback_netid(clp,
5233 setclientid.sc_netid,
5234 sizeof(setclientid.sc_netid));
Chuck Leverde734832012-07-11 16:30:50 -04005235 setclientid.sc_uaddr_len = scnprintf(setclientid.sc_uaddr,
Chuck Leverd4d3c502007-12-10 14:57:09 -05005236 sizeof(setclientid.sc_uaddr), "%s.%u.%u",
Linus Torvalds1da177e2005-04-16 15:20:36 -07005237 clp->cl_ipaddr, port >> 8, port & 255);
5238
Jeff Layton3a6bb732015-06-09 19:43:57 -04005239 dprintk("NFS call setclientid auth=%s, '%s'\n",
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005240 clp->cl_rpcclient->cl_auth->au_ops->au_name,
Jeff Layton3a6bb732015-06-09 19:43:57 -04005241 clp->cl_owner_id);
Jeff Laytonf11b2a12014-06-21 20:52:17 -04005242 task = rpc_run_task(&task_setup_data);
5243 if (IS_ERR(task)) {
5244 status = PTR_ERR(task);
5245 goto out;
5246 }
5247 status = task->tk_status;
5248 if (setclientid.sc_cred) {
5249 clp->cl_acceptor = rpcauth_stringify_acceptor(setclientid.sc_cred);
5250 put_rpccred(setclientid.sc_cred);
5251 }
5252 rpc_put_task(task);
5253out:
Trond Myklebustc6d01c62013-08-09 11:51:26 -04005254 trace_nfs4_setclientid(clp, status);
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005255 dprintk("NFS reply setclientid: %d\n", status);
5256 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005257}
5258
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005259/**
5260 * nfs4_proc_setclientid_confirm - Confirm client ID
5261 * @clp: state data structure
5262 * @res: result of a previous SETCLIENTID
5263 * @cred: RPC credential to use for this call
5264 *
5265 * Returns zero, a negative errno, or a negative NFS4ERR status code.
5266 */
Trond Myklebustfd954ae2011-04-24 14:28:18 -04005267int nfs4_proc_setclientid_confirm(struct nfs_client *clp,
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04005268 struct nfs4_setclientid_res *arg,
5269 struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005270{
Linus Torvalds1da177e2005-04-16 15:20:36 -07005271 struct rpc_message msg = {
5272 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID_CONFIRM],
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04005273 .rpc_argp = arg,
Trond Myklebust286d7d62006-01-03 09:55:26 +01005274 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005275 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07005276 int status;
5277
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005278 dprintk("NFS call setclientid_confirm auth=%s, (client ID %llx)\n",
5279 clp->cl_rpcclient->cl_auth->au_ops->au_name,
5280 clp->cl_clientid);
Trond Myklebust1bd714f2011-04-24 14:29:33 -04005281 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04005282 trace_nfs4_setclientid_confirm(clp, status);
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04005283 dprintk("NFS reply setclientid_confirm: %d\n", status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005284 return status;
5285}
5286
Trond Myklebustfe650402006-01-03 09:55:18 +01005287struct nfs4_delegreturndata {
5288 struct nfs4_delegreturnargs args;
Trond Myklebustfa178f22006-01-03 09:55:38 +01005289 struct nfs4_delegreturnres res;
Trond Myklebustfe650402006-01-03 09:55:18 +01005290 struct nfs_fh fh;
5291 nfs4_stateid stateid;
Trond Myklebust26e976a2006-01-03 09:55:21 +01005292 unsigned long timestamp;
Trond Myklebustfa178f22006-01-03 09:55:38 +01005293 struct nfs_fattr fattr;
Trond Myklebustfe650402006-01-03 09:55:18 +01005294 int rpc_status;
Peng Tao039b7562014-07-03 13:05:02 +08005295 struct inode *inode;
5296 bool roc;
5297 u32 roc_barrier;
Trond Myklebustfe650402006-01-03 09:55:18 +01005298};
5299
Trond Myklebustfe650402006-01-03 09:55:18 +01005300static void nfs4_delegreturn_done(struct rpc_task *task, void *calldata)
5301{
5302 struct nfs4_delegreturndata *data = calldata;
Andy Adamson938e1012009-04-01 09:22:28 -04005303
Trond Myklebust14516c32010-07-31 14:29:06 -04005304 if (!nfs4_sequence_done(task, &data->res.seq_res))
5305 return;
Andy Adamson938e1012009-04-01 09:22:28 -04005306
Trond Myklebustca8acf82013-08-13 10:36:56 -04005307 trace_nfs4_delegreturn_exit(&data->args, &data->res, task->tk_status);
Ricardo Labiaga79708862009-12-07 09:23:21 -05005308 switch (task->tk_status) {
Ricardo Labiaga79708862009-12-07 09:23:21 -05005309 case 0:
Trond Myklebustfa178f22006-01-03 09:55:38 +01005310 renew_lease(data->res.server, data->timestamp);
Trond Myklebustc97cf602013-11-19 16:34:14 -05005311 case -NFS4ERR_ADMIN_REVOKED:
5312 case -NFS4ERR_DELEG_REVOKED:
5313 case -NFS4ERR_BAD_STATEID:
5314 case -NFS4ERR_OLD_STATEID:
5315 case -NFS4ERR_STALE_STATEID:
5316 case -NFS4ERR_EXPIRED:
5317 task->tk_status = 0;
Peng Tao039b7562014-07-03 13:05:02 +08005318 if (data->roc)
5319 pnfs_roc_set_barrier(data->inode, data->roc_barrier);
Trond Myklebustc97cf602013-11-19 16:34:14 -05005320 break;
Ricardo Labiaga79708862009-12-07 09:23:21 -05005321 default:
NeilBrown8478eaa2014-09-18 16:09:27 +10005322 if (nfs4_async_handle_error(task, data->res.server,
5323 NULL, NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07005324 rpc_restart_call_prepare(task);
Ricardo Labiaga79708862009-12-07 09:23:21 -05005325 return;
5326 }
5327 }
5328 data->rpc_status = task->tk_status;
Trond Myklebustfe650402006-01-03 09:55:18 +01005329}
5330
5331static void nfs4_delegreturn_release(void *calldata)
5332{
Peng Tao039b7562014-07-03 13:05:02 +08005333 struct nfs4_delegreturndata *data = calldata;
Trond Myklebustea7c38f2015-02-05 15:13:24 -05005334 struct inode *inode = data->inode;
Peng Tao039b7562014-07-03 13:05:02 +08005335
Trond Myklebustea7c38f2015-02-05 15:13:24 -05005336 if (inode) {
5337 if (data->roc)
5338 pnfs_roc_release(inode);
5339 nfs_iput_and_deactive(inode);
5340 }
Trond Myklebustfe650402006-01-03 09:55:18 +01005341 kfree(calldata);
5342}
5343
Andy Adamson938e1012009-04-01 09:22:28 -04005344static void nfs4_delegreturn_prepare(struct rpc_task *task, void *data)
5345{
5346 struct nfs4_delegreturndata *d_data;
5347
5348 d_data = (struct nfs4_delegreturndata *)data;
5349
Peng Tao500d7012015-09-22 11:35:22 +08005350 if (nfs4_wait_on_layoutreturn(d_data->inode, task))
5351 return;
5352
Trond Myklebust4ff376f2015-08-18 23:23:21 -05005353 if (d_data->roc)
5354 pnfs_roc_get_barrier(d_data->inode, &d_data->roc_barrier);
Peng Tao039b7562014-07-03 13:05:02 +08005355
Trond Myklebustd9afbd12012-10-22 20:28:44 -04005356 nfs4_setup_sequence(d_data->res.server,
5357 &d_data->args.seq_args,
5358 &d_data->res.seq_res,
5359 task);
Andy Adamson938e1012009-04-01 09:22:28 -04005360}
Andy Adamson938e1012009-04-01 09:22:28 -04005361
Jesper Juhlc8d149f2006-03-20 13:44:07 -05005362static const struct rpc_call_ops nfs4_delegreturn_ops = {
Andy Adamson938e1012009-04-01 09:22:28 -04005363 .rpc_call_prepare = nfs4_delegreturn_prepare,
Trond Myklebustfe650402006-01-03 09:55:18 +01005364 .rpc_call_done = nfs4_delegreturn_done,
5365 .rpc_release = nfs4_delegreturn_release,
5366};
5367
Trond Myklebuste6f81072008-01-24 18:14:34 -05005368static int _nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Trond Myklebustfe650402006-01-03 09:55:18 +01005369{
5370 struct nfs4_delegreturndata *data;
Trond Myklebustfa178f22006-01-03 09:55:38 +01005371 struct nfs_server *server = NFS_SERVER(inode);
Trond Myklebustfe650402006-01-03 09:55:18 +01005372 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04005373 struct rpc_message msg = {
5374 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DELEGRETURN],
5375 .rpc_cred = cred,
5376 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04005377 struct rpc_task_setup task_setup_data = {
5378 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04005379 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005380 .callback_ops = &nfs4_delegreturn_ops,
5381 .flags = RPC_TASK_ASYNC,
5382 };
Trond Myklebuste6f81072008-01-24 18:14:34 -05005383 int status = 0;
Trond Myklebustfe650402006-01-03 09:55:18 +01005384
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005385 data = kzalloc(sizeof(*data), GFP_NOFS);
Trond Myklebustfe650402006-01-03 09:55:18 +01005386 if (data == NULL)
5387 return -ENOMEM;
Chuck Levera9c92d62013-08-09 12:48:18 -04005388 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Andrew Elble99ade3c2015-12-02 09:39:51 -05005389
5390 nfs4_state_protect(server->nfs_client,
5391 NFS_SP4_MACH_CRED_CLEANUP,
5392 &task_setup_data.rpc_client, &msg);
5393
Trond Myklebustfe650402006-01-03 09:55:18 +01005394 data->args.fhandle = &data->fh;
5395 data->args.stateid = &data->stateid;
Trond Myklebust9e907fe2012-04-27 13:48:17 -04005396 data->args.bitmask = server->cache_consistency_bitmask;
Trond Myklebustfe650402006-01-03 09:55:18 +01005397 nfs_copy_fh(&data->fh, NFS_FH(inode));
Trond Myklebustf597c532012-03-04 18:13:56 -05005398 nfs4_stateid_copy(&data->stateid, stateid);
Trond Myklebustfa178f22006-01-03 09:55:38 +01005399 data->res.fattr = &data->fattr;
5400 data->res.server = server;
Trond Myklebust5138fde2007-07-14 15:40:01 -04005401 nfs_fattr_init(data->res.fattr);
Trond Myklebust26e976a2006-01-03 09:55:21 +01005402 data->timestamp = jiffies;
Trond Myklebustfe650402006-01-03 09:55:18 +01005403 data->rpc_status = 0;
Trond Myklebustea7c38f2015-02-05 15:13:24 -05005404 data->inode = nfs_igrab_and_active(inode);
5405 if (data->inode)
5406 data->roc = nfs4_roc(inode);
Trond Myklebustfe650402006-01-03 09:55:18 +01005407
Trond Myklebustc970aa82007-07-14 15:39:59 -04005408 task_setup_data.callback_data = data;
Trond Myklebust1174dd12010-12-21 10:52:24 -05005409 msg.rpc_argp = &data->args;
5410 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04005411 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05005412 if (IS_ERR(task))
Trond Myklebustfe650402006-01-03 09:55:18 +01005413 return PTR_ERR(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05005414 if (!issync)
5415 goto out;
Trond Myklebustfe650402006-01-03 09:55:18 +01005416 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05005417 if (status != 0)
5418 goto out;
5419 status = data->rpc_status;
Trond Myklebuste144cbc2012-04-28 16:05:03 -04005420 if (status == 0)
5421 nfs_post_op_update_inode_force_wcc(inode, &data->fattr);
5422 else
5423 nfs_refresh_inode(inode, &data->fattr);
Trond Myklebuste6f81072008-01-24 18:14:34 -05005424out:
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05005425 rpc_put_task(task);
Trond Myklebustfe650402006-01-03 09:55:18 +01005426 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005427}
5428
Trond Myklebuste6f81072008-01-24 18:14:34 -05005429int nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005430{
5431 struct nfs_server *server = NFS_SERVER(inode);
5432 struct nfs4_exception exception = { };
5433 int err;
5434 do {
Trond Myklebuste6f81072008-01-24 18:14:34 -05005435 err = _nfs4_proc_delegreturn(inode, cred, stateid, issync);
Olga Kornievskaia48c95792015-11-24 13:29:41 -05005436 trace_nfs4_delegreturn(inode, stateid, err);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005437 switch (err) {
5438 case -NFS4ERR_STALE_STATEID:
5439 case -NFS4ERR_EXPIRED:
Linus Torvalds1da177e2005-04-16 15:20:36 -07005440 case 0:
5441 return 0;
5442 }
5443 err = nfs4_handle_exception(server, err, &exception);
5444 } while (exception.retry);
5445 return err;
5446}
5447
5448#define NFS4_LOCK_MINTIMEOUT (1 * HZ)
5449#define NFS4_LOCK_MAXTIMEOUT (30 * HZ)
5450
5451/*
5452 * sleep, with exponential backoff, and retry the LOCK operation.
5453 */
5454static unsigned long
5455nfs4_set_lock_task_retry(unsigned long timeout)
5456{
Colin Cross416ad3c2013-05-06 23:50:06 +00005457 freezable_schedule_timeout_killable_unsafe(timeout);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005458 timeout <<= 1;
5459 if (timeout > NFS4_LOCK_MAXTIMEOUT)
5460 return NFS4_LOCK_MAXTIMEOUT;
5461 return timeout;
5462}
5463
Linus Torvalds1da177e2005-04-16 15:20:36 -07005464static int _nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
5465{
5466 struct inode *inode = state->inode;
5467 struct nfs_server *server = NFS_SERVER(inode);
David Howells7539bba2006-08-22 20:06:09 -04005468 struct nfs_client *clp = server->nfs_client;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005469 struct nfs_lockt_args arg = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005470 .fh = NFS_FH(inode),
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005471 .fl = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005472 };
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005473 struct nfs_lockt_res res = {
5474 .denied = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005475 };
5476 struct rpc_message msg = {
5477 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKT],
5478 .rpc_argp = &arg,
5479 .rpc_resp = &res,
5480 .rpc_cred = state->owner->so_cred,
5481 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07005482 struct nfs4_lock_state *lsp;
5483 int status;
5484
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005485 arg.lock_owner.clientid = clp->cl_clientid;
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00005486 status = nfs4_set_lock_state(state, request);
5487 if (status != 0)
5488 goto out;
5489 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebust48c22eb2012-01-17 22:04:25 -05005490 arg.lock_owner.id = lsp->ls_seqid.owner_id;
Trond Myklebustd035c362010-12-21 10:45:27 -05005491 arg.lock_owner.s_dev = server->s_dev;
Bryan Schumaker7c513052011-03-24 17:12:24 +00005492 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005493 switch (status) {
5494 case 0:
5495 request->fl_type = F_UNLCK;
5496 break;
5497 case -NFS4ERR_DENIED:
5498 status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005499 }
J. Bruce Fields70cc6482007-02-22 18:48:53 -05005500 request->fl_ops->fl_release_private(request);
Trond Myklebusta6f951d2013-10-01 14:24:58 -04005501 request->fl_ops = NULL;
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00005502out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07005503 return status;
5504}
5505
5506static int nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
5507{
5508 struct nfs4_exception exception = { };
5509 int err;
5510
5511 do {
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005512 err = _nfs4_proc_getlk(state, cmd, request);
5513 trace_nfs4_get_lock(request, state, cmd, err);
5514 err = nfs4_handle_exception(NFS_SERVER(state->inode), err,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005515 &exception);
5516 } while (exception.retry);
5517 return err;
5518}
5519
Jeff Layton83bfff22015-07-11 06:43:03 -04005520static int do_vfs_lock(struct inode *inode, struct file_lock *fl)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005521{
Benjamin Coddington4f656362015-10-22 13:38:14 -04005522 return locks_lock_inode_wait(inode, fl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005523}
5524
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005525struct nfs4_unlockdata {
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005526 struct nfs_locku_args arg;
5527 struct nfs_locku_res res;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005528 struct nfs4_lock_state *lsp;
5529 struct nfs_open_context *ctx;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005530 struct file_lock fl;
Trond Myklebust516285eb2015-09-20 16:15:24 -04005531 struct nfs_server *server;
Trond Myklebust26e976a2006-01-03 09:55:21 +01005532 unsigned long timestamp;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005533};
5534
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005535static struct nfs4_unlockdata *nfs4_alloc_unlockdata(struct file_lock *fl,
5536 struct nfs_open_context *ctx,
5537 struct nfs4_lock_state *lsp,
5538 struct nfs_seqid *seqid)
5539{
5540 struct nfs4_unlockdata *p;
5541 struct inode *inode = lsp->ls_state->inode;
5542
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005543 p = kzalloc(sizeof(*p), GFP_NOFS);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005544 if (p == NULL)
5545 return NULL;
5546 p->arg.fh = NFS_FH(inode);
5547 p->arg.fl = &p->fl;
5548 p->arg.seqid = seqid;
Trond Myklebustc1d51932008-04-07 13:20:54 -04005549 p->res.seqid = seqid;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005550 p->lsp = lsp;
5551 atomic_inc(&lsp->ls_count);
5552 /* Ensure we don't close file until we're done freeing locks! */
5553 p->ctx = get_nfs_open_context(ctx);
5554 memcpy(&p->fl, fl, sizeof(p->fl));
5555 p->server = NFS_SERVER(inode);
5556 return p;
5557}
5558
Trond Myklebust06f814a2006-01-03 09:55:07 +01005559static void nfs4_locku_release_calldata(void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005560{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005561 struct nfs4_unlockdata *calldata = data;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005562 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust06f814a2006-01-03 09:55:07 +01005563 nfs4_put_lock_state(calldata->lsp);
5564 put_nfs_open_context(calldata->ctx);
5565 kfree(calldata);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005566}
5567
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005568static void nfs4_locku_done(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005569{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005570 struct nfs4_unlockdata *calldata = data;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005571
Trond Myklebust14516c32010-07-31 14:29:06 -04005572 if (!nfs4_sequence_done(task, &calldata->res.seq_res))
5573 return;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005574 switch (task->tk_status) {
5575 case 0:
Trond Myklebust26e976a2006-01-03 09:55:21 +01005576 renew_lease(calldata->server, calldata->timestamp);
Jeff Layton83bfff22015-07-11 06:43:03 -04005577 do_vfs_lock(calldata->lsp->ls_state->inode, &calldata->fl);
Trond Myklebustc69899a2015-01-24 16:03:52 -05005578 if (nfs4_update_lock_stateid(calldata->lsp,
5579 &calldata->res.stateid))
5580 break;
Trond Myklebust9e33bed2008-12-23 15:21:46 -05005581 case -NFS4ERR_BAD_STATEID:
5582 case -NFS4ERR_OLD_STATEID:
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005583 case -NFS4ERR_STALE_STATEID:
5584 case -NFS4ERR_EXPIRED:
Trond Myklebust425c1d42015-01-24 14:57:53 -05005585 if (!nfs4_stateid_match(&calldata->arg.stateid,
5586 &calldata->lsp->ls_stateid))
5587 rpc_restart_call_prepare(task);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005588 break;
5589 default:
NeilBrown8478eaa2014-09-18 16:09:27 +10005590 if (nfs4_async_handle_error(task, calldata->server,
5591 NULL, NULL) == -EAGAIN)
Trond Myklebustd00c5d42011-10-19 12:17:29 -07005592 rpc_restart_call_prepare(task);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005593 }
Trond Myklebust2b1bc302012-10-29 18:53:23 -04005594 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005595}
5596
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01005597static void nfs4_locku_prepare(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005598{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01005599 struct nfs4_unlockdata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005600
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005601 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005602 goto out_wait;
Trond Myklebust425c1d42015-01-24 14:57:53 -05005603 nfs4_stateid_copy(&calldata->arg.stateid, &calldata->lsp->ls_stateid);
Trond Myklebust795a88c2012-09-10 13:26:49 -04005604 if (test_bit(NFS_LOCK_INITIALIZED, &calldata->lsp->ls_flags) == 0) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005605 /* Note: exit _without_ running nfs4_locku_done */
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005606 goto out_no_action;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005607 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01005608 calldata->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04005609 if (nfs4_setup_sequence(calldata->server,
Andy Adamsona8936932009-04-01 09:22:23 -04005610 &calldata->arg.seq_args,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005611 &calldata->res.seq_res,
5612 task) != 0)
5613 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005614 return;
5615out_no_action:
5616 task->tk_action = NULL;
5617out_wait:
5618 nfs4_sequence_done(task, &calldata->res.seq_res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005619}
5620
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005621static const struct rpc_call_ops nfs4_locku_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01005622 .rpc_call_prepare = nfs4_locku_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005623 .rpc_call_done = nfs4_locku_done,
Trond Myklebust06f814a2006-01-03 09:55:07 +01005624 .rpc_release = nfs4_locku_release_calldata,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01005625};
5626
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005627static struct rpc_task *nfs4_do_unlck(struct file_lock *fl,
5628 struct nfs_open_context *ctx,
5629 struct nfs4_lock_state *lsp,
5630 struct nfs_seqid *seqid)
5631{
5632 struct nfs4_unlockdata *data;
Trond Myklebust5138fde2007-07-14 15:40:01 -04005633 struct rpc_message msg = {
5634 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKU],
5635 .rpc_cred = ctx->cred,
5636 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04005637 struct rpc_task_setup task_setup_data = {
5638 .rpc_client = NFS_CLIENT(lsp->ls_state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04005639 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005640 .callback_ops = &nfs4_locku_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05005641 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005642 .flags = RPC_TASK_ASYNC,
5643 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005644
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04005645 nfs4_state_protect(NFS_SERVER(lsp->ls_state->inode)->nfs_client,
5646 NFS_SP4_MACH_CRED_CLEANUP, &task_setup_data.rpc_client, &msg);
5647
Frank Filz137d6ac2007-07-09 15:32:29 -07005648 /* Ensure this is an unlock - when canceling a lock, the
5649 * canceled lock is passed in, and it won't be an unlock.
5650 */
5651 fl->fl_type = F_UNLCK;
5652
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005653 data = nfs4_alloc_unlockdata(fl, ctx, lsp, seqid);
5654 if (data == NULL) {
5655 nfs_free_seqid(seqid);
5656 return ERR_PTR(-ENOMEM);
5657 }
5658
Chuck Levera9c92d62013-08-09 12:48:18 -04005659 nfs4_init_sequence(&data->arg.seq_args, &data->res.seq_res, 1);
Trond Myklebust1174dd12010-12-21 10:52:24 -05005660 msg.rpc_argp = &data->arg;
5661 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04005662 task_setup_data.callback_data = data;
5663 return rpc_run_task(&task_setup_data);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005664}
5665
Linus Torvalds1da177e2005-04-16 15:20:36 -07005666static int nfs4_proc_unlck(struct nfs4_state *state, int cmd, struct file_lock *request)
5667{
Trond Myklebust65b62a22013-02-07 10:54:07 -05005668 struct inode *inode = state->inode;
5669 struct nfs4_state_owner *sp = state->owner;
5670 struct nfs_inode *nfsi = NFS_I(inode);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005671 struct nfs_seqid *seqid;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005672 struct nfs4_lock_state *lsp;
Trond Myklebust06f814a2006-01-03 09:55:07 +01005673 struct rpc_task *task;
Trond Myklebustb4019c02015-01-24 14:19:19 -05005674 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t);
Trond Myklebust06f814a2006-01-03 09:55:07 +01005675 int status = 0;
Trond Myklebust536ff0f2008-04-04 15:08:02 -04005676 unsigned char fl_flags = request->fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005677
Trond Myklebust9b073572006-06-29 16:38:34 -04005678 status = nfs4_set_lock_state(state, request);
5679 /* Unlock _before_ we do the RPC call */
5680 request->fl_flags |= FL_EXISTS;
Trond Myklebust65b62a22013-02-07 10:54:07 -05005681 /* Exclude nfs_delegation_claim_locks() */
5682 mutex_lock(&sp->so_delegreturn_mutex);
5683 /* Exclude nfs4_reclaim_open_stateid() - note nesting! */
Trond Myklebust19e03c52008-12-23 15:21:44 -05005684 down_read(&nfsi->rwsem);
Jeff Layton83bfff22015-07-11 06:43:03 -04005685 if (do_vfs_lock(inode, request) == -ENOENT) {
Trond Myklebust19e03c52008-12-23 15:21:44 -05005686 up_read(&nfsi->rwsem);
Trond Myklebust65b62a22013-02-07 10:54:07 -05005687 mutex_unlock(&sp->so_delegreturn_mutex);
Trond Myklebust9b073572006-06-29 16:38:34 -04005688 goto out;
Trond Myklebust19e03c52008-12-23 15:21:44 -05005689 }
5690 up_read(&nfsi->rwsem);
Trond Myklebust65b62a22013-02-07 10:54:07 -05005691 mutex_unlock(&sp->so_delegreturn_mutex);
Trond Myklebust9b073572006-06-29 16:38:34 -04005692 if (status != 0)
5693 goto out;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005694 /* Is this a delegated lock? */
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005695 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebustc5a2a152013-04-30 12:43:42 -04005696 if (test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags) == 0)
5697 goto out;
Trond Myklebustb4019c02015-01-24 14:19:19 -05005698 alloc_seqid = NFS_SERVER(inode)->nfs_client->cl_mvops->alloc_seqid;
5699 seqid = alloc_seqid(&lsp->ls_seqid, GFP_KERNEL);
Trond Myklebust9b073572006-06-29 16:38:34 -04005700 status = -ENOMEM;
Trond Myklebustbadc76d2015-01-23 18:48:00 -05005701 if (IS_ERR(seqid))
Trond Myklebust9b073572006-06-29 16:38:34 -04005702 goto out;
Trond Myklebustcd3758e2007-08-10 17:44:32 -04005703 task = nfs4_do_unlck(request, nfs_file_open_context(request->fl_file), lsp, seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005704 status = PTR_ERR(task);
5705 if (IS_ERR(task))
Trond Myklebust9b073572006-06-29 16:38:34 -04005706 goto out;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005707 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05005708 rpc_put_task(task);
Trond Myklebust9b073572006-06-29 16:38:34 -04005709out:
Trond Myklebust536ff0f2008-04-04 15:08:02 -04005710 request->fl_flags = fl_flags;
Trond Myklebustd1b748a2013-08-12 16:35:20 -04005711 trace_nfs4_unlock(request, state, F_SETLK, status);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07005712 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005713}
5714
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005715struct nfs4_lockdata {
5716 struct nfs_lock_args arg;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01005717 struct nfs_lock_res res;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005718 struct nfs4_lock_state *lsp;
5719 struct nfs_open_context *ctx;
5720 struct file_lock fl;
Trond Myklebust26e976a2006-01-03 09:55:21 +01005721 unsigned long timestamp;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005722 int rpc_status;
5723 int cancelled;
Andy Adamson66179ef2009-04-01 09:22:22 -04005724 struct nfs_server *server;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005725};
5726
5727static struct nfs4_lockdata *nfs4_alloc_lockdata(struct file_lock *fl,
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005728 struct nfs_open_context *ctx, struct nfs4_lock_state *lsp,
5729 gfp_t gfp_mask)
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005730{
5731 struct nfs4_lockdata *p;
5732 struct inode *inode = lsp->ls_state->inode;
5733 struct nfs_server *server = NFS_SERVER(inode);
Trond Myklebustb4019c02015-01-24 14:19:19 -05005734 struct nfs_seqid *(*alloc_seqid)(struct nfs_seqid_counter *, gfp_t);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005735
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005736 p = kzalloc(sizeof(*p), gfp_mask);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005737 if (p == NULL)
5738 return NULL;
5739
5740 p->arg.fh = NFS_FH(inode);
5741 p->arg.fl = &p->fl;
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005742 p->arg.open_seqid = nfs_alloc_seqid(&lsp->ls_state->owner->so_seqid, gfp_mask);
Trond Myklebustbadc76d2015-01-23 18:48:00 -05005743 if (IS_ERR(p->arg.open_seqid))
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005744 goto out_free;
Trond Myklebustb4019c02015-01-24 14:19:19 -05005745 alloc_seqid = server->nfs_client->cl_mvops->alloc_seqid;
5746 p->arg.lock_seqid = alloc_seqid(&lsp->ls_seqid, gfp_mask);
Trond Myklebustbadc76d2015-01-23 18:48:00 -05005747 if (IS_ERR(p->arg.lock_seqid))
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005748 goto out_free_seqid;
David Howells7539bba2006-08-22 20:06:09 -04005749 p->arg.lock_owner.clientid = server->nfs_client->cl_clientid;
Trond Myklebust48c22eb2012-01-17 22:04:25 -05005750 p->arg.lock_owner.id = lsp->ls_seqid.owner_id;
Trond Myklebustd035c362010-12-21 10:45:27 -05005751 p->arg.lock_owner.s_dev = server->s_dev;
Trond Myklebustc1d51932008-04-07 13:20:54 -04005752 p->res.lock_seqid = p->arg.lock_seqid;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005753 p->lsp = lsp;
Andy Adamson66179ef2009-04-01 09:22:22 -04005754 p->server = server;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005755 atomic_inc(&lsp->ls_count);
5756 p->ctx = get_nfs_open_context(ctx);
Jeff Laytonfeaff8e2015-05-12 15:48:10 -04005757 get_file(fl->fl_file);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005758 memcpy(&p->fl, fl, sizeof(p->fl));
5759 return p;
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005760out_free_seqid:
5761 nfs_free_seqid(p->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005762out_free:
5763 kfree(p);
5764 return NULL;
5765}
5766
5767static void nfs4_lock_prepare(struct rpc_task *task, void *calldata)
5768{
5769 struct nfs4_lockdata *data = calldata;
5770 struct nfs4_state *state = data->lsp->ls_state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005771
Harvey Harrison3110ff82008-05-02 13:42:44 -07005772 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005773 if (nfs_wait_on_sequence(data->arg.lock_seqid, task) != 0)
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005774 goto out_wait;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005775 /* Do we need to do an open_to_lock_owner? */
Trond Myklebust6b447532015-01-24 18:38:15 -05005776 if (!test_bit(NFS_LOCK_INITIALIZED, &data->lsp->ls_flags)) {
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005777 if (nfs_wait_on_sequence(data->arg.open_seqid, task) != 0) {
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005778 goto out_release_lock_seqid;
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005779 }
Trond Myklebust425c1d42015-01-24 14:57:53 -05005780 nfs4_stateid_copy(&data->arg.open_stateid,
5781 &state->open_stateid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005782 data->arg.new_lock_owner = 1;
Trond Myklebustc1d51932008-04-07 13:20:54 -04005783 data->res.open_seqid = data->arg.open_seqid;
Trond Myklebust425c1d42015-01-24 14:57:53 -05005784 } else {
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005785 data->arg.new_lock_owner = 0;
Trond Myklebust425c1d42015-01-24 14:57:53 -05005786 nfs4_stateid_copy(&data->arg.lock_stateid,
5787 &data->lsp->ls_stateid);
5788 }
Trond Myklebust5d422302013-03-14 16:57:48 -04005789 if (!nfs4_valid_open_stateid(state)) {
5790 data->rpc_status = -EBADF;
5791 task->tk_action = NULL;
5792 goto out_release_open_seqid;
5793 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01005794 data->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04005795 if (nfs4_setup_sequence(data->server,
5796 &data->arg.seq_args,
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005797 &data->res.seq_res,
Trond Myklebustd9afbd12012-10-22 20:28:44 -04005798 task) == 0)
Andy Adamson66179ef2009-04-01 09:22:22 -04005799 return;
Trond Myklebust5d422302013-03-14 16:57:48 -04005800out_release_open_seqid:
Trond Myklebust2240a9e2012-10-29 18:37:40 -04005801 nfs_release_seqid(data->arg.open_seqid);
5802out_release_lock_seqid:
5803 nfs_release_seqid(data->arg.lock_seqid);
Trond Myklebustc8da19b2013-02-11 19:01:21 -05005804out_wait:
5805 nfs4_sequence_done(task, &data->res.seq_res);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005806 dprintk("%s: done!, ret = %d\n", __func__, data->rpc_status);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08005807}
5808
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005809static void nfs4_lock_done(struct rpc_task *task, void *calldata)
5810{
5811 struct nfs4_lockdata *data = calldata;
Trond Myklebust39071e62015-01-24 15:07:56 -05005812 struct nfs4_lock_state *lsp = data->lsp;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005813
Harvey Harrison3110ff82008-05-02 13:42:44 -07005814 dprintk("%s: begin!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005815
Trond Myklebust14516c32010-07-31 14:29:06 -04005816 if (!nfs4_sequence_done(task, &data->res.seq_res))
5817 return;
Andy Adamson66179ef2009-04-01 09:22:22 -04005818
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005819 data->rpc_status = task->tk_status;
Trond Myklebust425c1d42015-01-24 14:57:53 -05005820 switch (task->tk_status) {
5821 case 0:
David Howells2b0143b2015-03-17 22:25:59 +00005822 renew_lease(NFS_SERVER(d_inode(data->ctx->dentry)),
Trond Myklebust39071e62015-01-24 15:07:56 -05005823 data->timestamp);
Trond Myklebustc69899a2015-01-24 16:03:52 -05005824 if (data->arg.new_lock) {
5825 data->fl.fl_flags &= ~(FL_SLEEP | FL_ACCESS);
Jeff Layton83bfff22015-07-11 06:43:03 -04005826 if (do_vfs_lock(lsp->ls_state->inode, &data->fl) < 0) {
Trond Myklebustc69899a2015-01-24 16:03:52 -05005827 rpc_restart_call_prepare(task);
5828 break;
5829 }
5830 }
Trond Myklebust39071e62015-01-24 15:07:56 -05005831 if (data->arg.new_lock_owner != 0) {
5832 nfs_confirm_seqid(&lsp->ls_seqid, 0);
5833 nfs4_stateid_copy(&lsp->ls_stateid, &data->res.stateid);
5834 set_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags);
5835 } else if (!nfs4_update_lock_stateid(lsp, &data->res.stateid))
5836 rpc_restart_call_prepare(task);
Trond Myklebust425c1d42015-01-24 14:57:53 -05005837 break;
5838 case -NFS4ERR_BAD_STATEID:
5839 case -NFS4ERR_OLD_STATEID:
5840 case -NFS4ERR_STALE_STATEID:
5841 case -NFS4ERR_EXPIRED:
5842 if (data->arg.new_lock_owner != 0) {
5843 if (!nfs4_stateid_match(&data->arg.open_stateid,
5844 &lsp->ls_state->open_stateid))
5845 rpc_restart_call_prepare(task);
5846 } else if (!nfs4_stateid_match(&data->arg.lock_stateid,
5847 &lsp->ls_stateid))
5848 rpc_restart_call_prepare(task);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005849 }
Harvey Harrison3110ff82008-05-02 13:42:44 -07005850 dprintk("%s: done, ret = %d!\n", __func__, data->rpc_status);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005851}
5852
5853static void nfs4_lock_release(void *calldata)
5854{
5855 struct nfs4_lockdata *data = calldata;
5856
Harvey Harrison3110ff82008-05-02 13:42:44 -07005857 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05005858 nfs_free_seqid(data->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005859 if (data->cancelled != 0) {
5860 struct rpc_task *task;
5861 task = nfs4_do_unlck(&data->fl, data->ctx, data->lsp,
5862 data->arg.lock_seqid);
5863 if (!IS_ERR(task))
Trond Myklebustbf294b42011-02-21 11:05:41 -08005864 rpc_put_task_async(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07005865 dprintk("%s: cancelling lock!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005866 } else
5867 nfs_free_seqid(data->arg.lock_seqid);
5868 nfs4_put_lock_state(data->lsp);
5869 put_nfs_open_context(data->ctx);
Jeff Laytonfeaff8e2015-05-12 15:48:10 -04005870 fput(data->fl.fl_file);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005871 kfree(data);
Harvey Harrison3110ff82008-05-02 13:42:44 -07005872 dprintk("%s: done!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005873}
5874
5875static const struct rpc_call_ops nfs4_lock_ops = {
5876 .rpc_call_prepare = nfs4_lock_prepare,
5877 .rpc_call_done = nfs4_lock_done,
5878 .rpc_release = nfs4_lock_release,
5879};
5880
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005881static void nfs4_handle_setlk_error(struct nfs_server *server, struct nfs4_lock_state *lsp, int new_lock_owner, int error)
5882{
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005883 switch (error) {
5884 case -NFS4ERR_ADMIN_REVOKED:
5885 case -NFS4ERR_BAD_STATEID:
Trond Myklebustecac7992011-03-09 16:00:56 -05005886 lsp->ls_seqid.flags &= ~NFS_SEQID_CONFIRMED;
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005887 if (new_lock_owner != 0 ||
Trond Myklebust795a88c2012-09-10 13:26:49 -04005888 test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags) != 0)
Trond Myklebustecac7992011-03-09 16:00:56 -05005889 nfs4_schedule_stateid_recovery(server, lsp->ls_state);
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05005890 break;
5891 case -NFS4ERR_STALE_STATEID:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05005892 lsp->ls_seqid.flags &= ~NFS_SEQID_CONFIRMED;
Trond Myklebustecac7992011-03-09 16:00:56 -05005893 case -NFS4ERR_EXPIRED:
5894 nfs4_schedule_lease_recovery(server->nfs_client);
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005895 };
5896}
5897
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08005898static int _nfs4_do_setlk(struct nfs4_state *state, int cmd, struct file_lock *fl, int recovery_type)
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005899{
5900 struct nfs4_lockdata *data;
5901 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04005902 struct rpc_message msg = {
5903 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCK],
5904 .rpc_cred = state->owner->so_cred,
5905 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04005906 struct rpc_task_setup task_setup_data = {
5907 .rpc_client = NFS_CLIENT(state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04005908 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005909 .callback_ops = &nfs4_lock_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05005910 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04005911 .flags = RPC_TASK_ASYNC,
5912 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005913 int ret;
5914
Harvey Harrison3110ff82008-05-02 13:42:44 -07005915 dprintk("%s: begin!\n", __func__);
Trond Myklebustcd3758e2007-08-10 17:44:32 -04005916 data = nfs4_alloc_lockdata(fl, nfs_file_open_context(fl->fl_file),
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005917 fl->fl_u.nfs4_fl.owner,
5918 recovery_type == NFS_LOCK_NEW ? GFP_KERNEL : GFP_NOFS);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005919 if (data == NULL)
5920 return -ENOMEM;
5921 if (IS_SETLKW(cmd))
5922 data->arg.block = 1;
Chuck Levera9c92d62013-08-09 12:48:18 -04005923 nfs4_init_sequence(&data->arg.seq_args, &data->res.seq_res, 1);
Trond Myklebust1174dd12010-12-21 10:52:24 -05005924 msg.rpc_argp = &data->arg;
5925 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04005926 task_setup_data.callback_data = data;
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04005927 if (recovery_type > NFS_LOCK_NEW) {
5928 if (recovery_type == NFS_LOCK_RECLAIM)
5929 data->arg.reclaim = NFS_LOCK_RECLAIM;
5930 nfs4_set_sequence_privileged(&data->arg.seq_args);
Trond Myklebustc69899a2015-01-24 16:03:52 -05005931 } else
5932 data->arg.new_lock = 1;
Trond Myklebustc970aa82007-07-14 15:39:59 -04005933 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05005934 if (IS_ERR(task))
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005935 return PTR_ERR(task);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005936 ret = nfs4_wait_for_completion_rpc_task(task);
5937 if (ret == 0) {
5938 ret = data->rpc_status;
Trond Myklebust2bee72a2010-01-26 15:42:21 -05005939 if (ret)
5940 nfs4_handle_setlk_error(data->server, data->lsp,
5941 data->arg.new_lock_owner, ret);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005942 } else
5943 data->cancelled = 1;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05005944 rpc_put_task(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07005945 dprintk("%s: done, ret = %d!\n", __func__, ret);
Olga Kornievskaia48c95792015-11-24 13:29:41 -05005946 trace_nfs4_set_lock(fl, state, &data->res.stateid, cmd, ret);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01005947 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005948}
5949
5950static int nfs4_lock_reclaim(struct nfs4_state *state, struct file_lock *request)
5951{
Trond Myklebust202b50d2005-06-22 17:16:29 +00005952 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust05ffe242012-04-18 12:20:10 -04005953 struct nfs4_exception exception = {
5954 .inode = state->inode,
5955 };
Trond Myklebust202b50d2005-06-22 17:16:29 +00005956 int err;
5957
5958 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04005959 /* Cache the lock if possible... */
5960 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
5961 return 0;
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08005962 err = _nfs4_do_setlk(state, F_SETLK, request, NFS_LOCK_RECLAIM);
Trond Myklebust168667c2010-10-19 19:47:49 -04005963 if (err != -NFS4ERR_DELAY)
Trond Myklebust202b50d2005-06-22 17:16:29 +00005964 break;
5965 nfs4_handle_exception(server, err, &exception);
5966 } while (exception.retry);
5967 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005968}
5969
5970static int nfs4_lock_expired(struct nfs4_state *state, struct file_lock *request)
5971{
Trond Myklebust202b50d2005-06-22 17:16:29 +00005972 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust05ffe242012-04-18 12:20:10 -04005973 struct nfs4_exception exception = {
5974 .inode = state->inode,
5975 };
Trond Myklebust202b50d2005-06-22 17:16:29 +00005976 int err;
5977
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05005978 err = nfs4_set_lock_state(state, request);
5979 if (err != 0)
5980 return err;
Trond Myklebustf6de7a32013-09-04 10:08:54 -04005981 if (!recover_lost_locks) {
NeilBrownef1820f2013-09-04 17:04:49 +10005982 set_bit(NFS_LOCK_LOST, &request->fl_u.nfs4_fl.owner->ls_flags);
5983 return 0;
5984 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00005985 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04005986 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
5987 return 0;
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08005988 err = _nfs4_do_setlk(state, F_SETLK, request, NFS_LOCK_EXPIRED);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05005989 switch (err) {
5990 default:
5991 goto out;
5992 case -NFS4ERR_GRACE:
5993 case -NFS4ERR_DELAY:
5994 nfs4_handle_exception(server, err, &exception);
5995 err = 0;
5996 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00005997 } while (exception.retry);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05005998out:
Trond Myklebust202b50d2005-06-22 17:16:29 +00005999 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006000}
6001
Bryan Schumakerf062eb62011-06-02 14:59:10 -04006002#if defined(CONFIG_NFS_V4_1)
Chuck Lever3e60ffd2012-07-11 16:30:14 -04006003/**
6004 * nfs41_check_expired_locks - possibly free a lock stateid
6005 *
6006 * @state: NFSv4 state for an inode
6007 *
6008 * Returns NFS_OK if recovery for this stateid is now finished.
6009 * Otherwise a negative NFS4ERR value is returned.
6010 */
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05006011static int nfs41_check_expired_locks(struct nfs4_state *state)
Bryan Schumakerf062eb62011-06-02 14:59:10 -04006012{
Chuck Levereb64cf92012-07-11 16:30:05 -04006013 int status, ret = -NFS4ERR_BAD_STATEID;
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05006014 struct nfs4_lock_state *lsp;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04006015 struct nfs_server *server = NFS_SERVER(state->inode);
6016
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05006017 list_for_each_entry(lsp, &state->lock_states, ls_locks) {
Trond Myklebust795a88c2012-09-10 13:26:49 -04006018 if (test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags)) {
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04006019 struct rpc_cred *cred = lsp->ls_state->owner->so_cred;
6020
6021 status = nfs41_test_stateid(server,
6022 &lsp->ls_stateid,
6023 cred);
Trond Myklebust08cb47f2013-08-20 21:59:40 -04006024 trace_nfs4_test_lock_stateid(state, lsp, status);
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05006025 if (status != NFS_OK) {
Chuck Lever3e60ffd2012-07-11 16:30:14 -04006026 /* Free the stateid unless the server
6027 * informs us the stateid is unrecognized. */
Chuck Lever89af2732012-07-11 16:29:56 -04006028 if (status != -NFS4ERR_BAD_STATEID)
6029 nfs41_free_stateid(server,
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04006030 &lsp->ls_stateid,
6031 cred);
Trond Myklebust795a88c2012-09-10 13:26:49 -04006032 clear_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags);
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05006033 ret = status;
6034 }
6035 }
6036 };
6037
6038 return ret;
6039}
6040
6041static int nfs41_lock_expired(struct nfs4_state *state, struct file_lock *request)
6042{
6043 int status = NFS_OK;
6044
6045 if (test_bit(LK_STATE_IN_USE, &state->flags))
6046 status = nfs41_check_expired_locks(state);
Chuck Levereb64cf92012-07-11 16:30:05 -04006047 if (status != NFS_OK)
6048 status = nfs4_lock_expired(state, request);
6049 return status;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04006050}
6051#endif
6052
Linus Torvalds1da177e2005-04-16 15:20:36 -07006053static int _nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
6054{
Trond Myklebust19e03c52008-12-23 15:21:44 -05006055 struct nfs_inode *nfsi = NFS_I(state->inode);
Trond Myklebust01c3b862006-06-29 16:38:39 -04006056 unsigned char fl_flags = request->fl_flags;
Trond Myklebust8e469eb2010-01-26 15:42:30 -05006057 int status = -ENOLCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006058
Trond Myklebust8e469eb2010-01-26 15:42:30 -05006059 if ((fl_flags & FL_POSIX) &&
6060 !test_bit(NFS_STATE_POSIX_LOCKS, &state->flags))
6061 goto out;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05006062 /* Is this a delegated open? */
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05006063 status = nfs4_set_lock_state(state, request);
6064 if (status != 0)
6065 goto out;
Trond Myklebust01c3b862006-06-29 16:38:39 -04006066 request->fl_flags |= FL_ACCESS;
Jeff Layton83bfff22015-07-11 06:43:03 -04006067 status = do_vfs_lock(state->inode, request);
Trond Myklebust01c3b862006-06-29 16:38:39 -04006068 if (status < 0)
6069 goto out;
Trond Myklebust19e03c52008-12-23 15:21:44 -05006070 down_read(&nfsi->rwsem);
Trond Myklebust01c3b862006-06-29 16:38:39 -04006071 if (test_bit(NFS_DELEGATED_STATE, &state->flags)) {
Trond Myklebust01c3b862006-06-29 16:38:39 -04006072 /* Yes: cache locks! */
Trond Myklebust01c3b862006-06-29 16:38:39 -04006073 /* ...but avoid races with delegation recall... */
Trond Myklebust19e03c52008-12-23 15:21:44 -05006074 request->fl_flags = fl_flags & ~FL_SLEEP;
Jeff Layton83bfff22015-07-11 06:43:03 -04006075 status = do_vfs_lock(state->inode, request);
Trond Myklebustc69899a2015-01-24 16:03:52 -05006076 up_read(&nfsi->rwsem);
6077 goto out;
Trond Myklebust01c3b862006-06-29 16:38:39 -04006078 }
Trond Myklebust9a99af492013-02-04 20:17:49 -05006079 up_read(&nfsi->rwsem);
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08006080 status = _nfs4_do_setlk(state, cmd, request, NFS_LOCK_NEW);
Trond Myklebust01c3b862006-06-29 16:38:39 -04006081out:
6082 request->fl_flags = fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006083 return status;
6084}
6085
6086static int nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
6087{
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05006088 struct nfs4_exception exception = {
6089 .state = state,
Trond Myklebust05ffe242012-04-18 12:20:10 -04006090 .inode = state->inode,
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05006091 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07006092 int err;
6093
6094 do {
Trond Myklebust965b5d62009-06-17 13:22:59 -07006095 err = _nfs4_proc_setlk(state, cmd, request);
6096 if (err == -NFS4ERR_DENIED)
6097 err = -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07006098 err = nfs4_handle_exception(NFS_SERVER(state->inode),
Trond Myklebust965b5d62009-06-17 13:22:59 -07006099 err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006100 } while (exception.retry);
6101 return err;
6102}
6103
6104static int
6105nfs4_proc_lock(struct file *filp, int cmd, struct file_lock *request)
6106{
6107 struct nfs_open_context *ctx;
6108 struct nfs4_state *state;
6109 unsigned long timeout = NFS4_LOCK_MINTIMEOUT;
6110 int status;
6111
6112 /* verify open state */
Trond Myklebustcd3758e2007-08-10 17:44:32 -04006113 ctx = nfs_file_open_context(filp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006114 state = ctx->state;
6115
6116 if (request->fl_start < 0 || request->fl_end < 0)
6117 return -EINVAL;
6118
Trond Myklebustd9531262009-07-21 19:22:38 -04006119 if (IS_GETLK(cmd)) {
6120 if (state != NULL)
6121 return nfs4_proc_getlk(state, F_GETLK, request);
6122 return 0;
6123 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07006124
6125 if (!(IS_SETLK(cmd) || IS_SETLKW(cmd)))
6126 return -EINVAL;
6127
Trond Myklebustd9531262009-07-21 19:22:38 -04006128 if (request->fl_type == F_UNLCK) {
6129 if (state != NULL)
6130 return nfs4_proc_unlck(state, cmd, request);
6131 return 0;
6132 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07006133
Trond Myklebustd9531262009-07-21 19:22:38 -04006134 if (state == NULL)
6135 return -ENOLCK;
Trond Myklebust55725512012-04-18 12:48:35 -04006136 /*
6137 * Don't rely on the VFS having checked the file open mode,
6138 * since it won't do this for flock() locks.
6139 */
Jeff Laytonf44106e2012-07-23 15:49:56 -04006140 switch (request->fl_type) {
Trond Myklebust55725512012-04-18 12:48:35 -04006141 case F_RDLCK:
6142 if (!(filp->f_mode & FMODE_READ))
6143 return -EBADF;
6144 break;
6145 case F_WRLCK:
6146 if (!(filp->f_mode & FMODE_WRITE))
6147 return -EBADF;
6148 }
6149
Linus Torvalds1da177e2005-04-16 15:20:36 -07006150 do {
6151 status = nfs4_proc_setlk(state, cmd, request);
6152 if ((status != -EAGAIN) || IS_SETLK(cmd))
6153 break;
6154 timeout = nfs4_set_lock_task_retry(timeout);
6155 status = -ERESTARTSYS;
6156 if (signalled())
6157 break;
6158 } while(status < 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07006159 return status;
6160}
6161
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04006162int nfs4_lock_delegation_recall(struct file_lock *fl, struct nfs4_state *state, const nfs4_stateid *stateid)
Trond Myklebust888e6942005-11-04 15:38:11 -05006163{
6164 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust888e6942005-11-04 15:38:11 -05006165 int err;
6166
6167 err = nfs4_set_lock_state(state, fl);
6168 if (err != 0)
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04006169 return err;
Trond Myklebust4a706fa2013-04-01 14:47:22 -04006170 err = _nfs4_do_setlk(state, F_SETLK, fl, NFS_LOCK_NEW);
Trond Myklebustdb4f2e632013-04-01 15:56:46 -04006171 return nfs4_handle_delegation_recall_error(server, state, stateid, err);
Trond Myklebust888e6942005-11-04 15:38:11 -05006172}
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006173
Trond Myklebustcf470c32012-03-07 13:49:12 -05006174struct nfs_release_lockowner_data {
6175 struct nfs4_lock_state *lsp;
Trond Myklebust5ae67c42012-03-19 16:17:18 -04006176 struct nfs_server *server;
Trond Myklebustcf470c32012-03-07 13:49:12 -05006177 struct nfs_release_lockowner_args args;
Trond Myklebustb7e63a12014-02-26 11:19:14 -08006178 struct nfs_release_lockowner_res res;
Chuck Lever60ea6812013-10-17 14:13:47 -04006179 unsigned long timestamp;
Trond Myklebustcf470c32012-03-07 13:49:12 -05006180};
6181
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006182static void nfs4_release_lockowner_prepare(struct rpc_task *task, void *calldata)
6183{
6184 struct nfs_release_lockowner_data *data = calldata;
Kinglong Mee5b53dc82014-08-04 16:18:16 +08006185 struct nfs_server *server = data->server;
Peng Taocb04ad22014-06-11 05:24:15 +08006186 nfs40_setup_sequence(server->nfs_client->cl_slot_tbl,
6187 &data->args.seq_args, &data->res.seq_res, task);
Kinglong Mee5b53dc82014-08-04 16:18:16 +08006188 data->args.lock_owner.clientid = server->nfs_client->cl_clientid;
Chuck Lever60ea6812013-10-17 14:13:47 -04006189 data->timestamp = jiffies;
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006190}
6191
6192static void nfs4_release_lockowner_done(struct rpc_task *task, void *calldata)
6193{
6194 struct nfs_release_lockowner_data *data = calldata;
Chuck Lever60ea6812013-10-17 14:13:47 -04006195 struct nfs_server *server = data->server;
6196
Trond Myklebustb7e63a12014-02-26 11:19:14 -08006197 nfs40_sequence_done(task, &data->res.seq_res);
Chuck Lever60ea6812013-10-17 14:13:47 -04006198
6199 switch (task->tk_status) {
6200 case 0:
6201 renew_lease(server, data->timestamp);
6202 break;
6203 case -NFS4ERR_STALE_CLIENTID:
6204 case -NFS4ERR_EXPIRED:
Kinglong Mee5b53dc82014-08-04 16:18:16 +08006205 nfs4_schedule_lease_recovery(server->nfs_client);
6206 break;
Chuck Lever60ea6812013-10-17 14:13:47 -04006207 case -NFS4ERR_LEASE_MOVED:
6208 case -NFS4ERR_DELAY:
NeilBrown8478eaa2014-09-18 16:09:27 +10006209 if (nfs4_async_handle_error(task, server,
6210 NULL, NULL) == -EAGAIN)
Chuck Lever60ea6812013-10-17 14:13:47 -04006211 rpc_restart_call_prepare(task);
6212 }
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006213}
6214
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006215static void nfs4_release_lockowner_release(void *calldata)
6216{
Trond Myklebustcf470c32012-03-07 13:49:12 -05006217 struct nfs_release_lockowner_data *data = calldata;
Trond Myklebust5ae67c42012-03-19 16:17:18 -04006218 nfs4_free_lock_state(data->server, data->lsp);
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006219 kfree(calldata);
6220}
6221
Trond Myklebust17280172012-03-11 13:11:00 -04006222static const struct rpc_call_ops nfs4_release_lockowner_ops = {
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006223 .rpc_call_prepare = nfs4_release_lockowner_prepare,
6224 .rpc_call_done = nfs4_release_lockowner_done,
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006225 .rpc_release = nfs4_release_lockowner_release,
6226};
6227
Jeff Laytonf1cdae82014-05-01 06:28:47 -04006228static void
6229nfs4_release_lockowner(struct nfs_server *server, struct nfs4_lock_state *lsp)
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006230{
Trond Myklebustcf470c32012-03-07 13:49:12 -05006231 struct nfs_release_lockowner_data *data;
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006232 struct rpc_message msg = {
6233 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RELEASE_LOCKOWNER],
6234 };
6235
6236 if (server->nfs_client->cl_mvops->minor_version != 0)
Jeff Laytonf1cdae82014-05-01 06:28:47 -04006237 return;
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006238
Trond Myklebustcf470c32012-03-07 13:49:12 -05006239 data = kmalloc(sizeof(*data), GFP_NOFS);
6240 if (!data)
Jeff Laytonf1cdae82014-05-01 06:28:47 -04006241 return;
Trond Myklebustcf470c32012-03-07 13:49:12 -05006242 data->lsp = lsp;
Trond Myklebust5ae67c42012-03-19 16:17:18 -04006243 data->server = server;
Trond Myklebustcf470c32012-03-07 13:49:12 -05006244 data->args.lock_owner.clientid = server->nfs_client->cl_clientid;
6245 data->args.lock_owner.id = lsp->ls_seqid.owner_id;
6246 data->args.lock_owner.s_dev = server->s_dev;
Chuck Leverfbd4bfd2013-08-09 12:49:38 -04006247
Trond Myklebustcf470c32012-03-07 13:49:12 -05006248 msg.rpc_argp = &data->args;
Trond Myklebustb7e63a12014-02-26 11:19:14 -08006249 msg.rpc_resp = &data->res;
6250 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 0);
Trond Myklebustcf470c32012-03-07 13:49:12 -05006251 rpc_call_async(server->client, &msg, 0, &nfs4_release_lockowner_ops, data);
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04006252}
6253
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00006254#define XATTR_NAME_NFSV4_ACL "system.nfs4_acl"
6255
Andreas Gruenbacherd9a82a02015-10-04 19:18:51 +02006256static int nfs4_xattr_set_nfs4_acl(const struct xattr_handler *handler,
6257 struct dentry *dentry, const char *key,
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006258 const void *buf, size_t buflen,
Andreas Gruenbacherd9a82a02015-10-04 19:18:51 +02006259 int flags)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006260{
David Howells2b0143b2015-03-17 22:25:59 +00006261 return nfs4_proc_set_acl(d_inode(dentry), buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006262}
6263
Andreas Gruenbacherd9a82a02015-10-04 19:18:51 +02006264static int nfs4_xattr_get_nfs4_acl(const struct xattr_handler *handler,
6265 struct dentry *dentry, const char *key,
6266 void *buf, size_t buflen)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006267{
David Howells2b0143b2015-03-17 22:25:59 +00006268 return nfs4_proc_get_acl(d_inode(dentry), buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006269}
6270
Andreas Gruenbacher764a5c62015-12-02 14:44:43 +01006271static bool nfs4_xattr_list_nfs4_acl(struct dentry *dentry)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006272{
Andreas Gruenbacher764a5c62015-12-02 14:44:43 +01006273 return nfs4_server_supports_acls(NFS_SERVER(d_inode(dentry)));
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006274}
6275
David Quigleyc9bccef2013-05-22 12:50:45 -04006276#ifdef CONFIG_NFS_V4_SECURITY_LABEL
David Quigleyc9bccef2013-05-22 12:50:45 -04006277
Andreas Gruenbacherd9a82a02015-10-04 19:18:51 +02006278static int nfs4_xattr_set_nfs4_label(const struct xattr_handler *handler,
6279 struct dentry *dentry, const char *key,
6280 const void *buf, size_t buflen,
6281 int flags)
David Quigleyc9bccef2013-05-22 12:50:45 -04006282{
6283 if (security_ismaclabel(key))
6284 return nfs4_set_security_label(dentry, buf, buflen);
6285
6286 return -EOPNOTSUPP;
6287}
6288
Andreas Gruenbacherd9a82a02015-10-04 19:18:51 +02006289static int nfs4_xattr_get_nfs4_label(const struct xattr_handler *handler,
6290 struct dentry *dentry, const char *key,
6291 void *buf, size_t buflen)
David Quigleyc9bccef2013-05-22 12:50:45 -04006292{
6293 if (security_ismaclabel(key))
David Howells2b0143b2015-03-17 22:25:59 +00006294 return nfs4_get_security_label(d_inode(dentry), buf, buflen);
David Quigleyc9bccef2013-05-22 12:50:45 -04006295 return -EOPNOTSUPP;
6296}
6297
Andreas Gruenbacherc4803c42015-12-02 14:44:41 +01006298static ssize_t
6299nfs4_listxattr_nfs4_label(struct inode *inode, char *list, size_t list_len)
David Quigleyc9bccef2013-05-22 12:50:45 -04006300{
Andreas Gruenbacherc4803c42015-12-02 14:44:41 +01006301 int len = 0;
David Quigleyc9bccef2013-05-22 12:50:45 -04006302
Andreas Gruenbacherc4803c42015-12-02 14:44:41 +01006303 if (nfs_server_capable(inode, NFS_CAP_SECURITY_LABEL)) {
6304 len = security_inode_listsecurity(inode, list, list_len);
6305 if (list_len && len > list_len)
6306 return -ERANGE;
David Quigleyc9bccef2013-05-22 12:50:45 -04006307 }
6308 return len;
6309}
6310
6311static const struct xattr_handler nfs4_xattr_nfs4_label_handler = {
6312 .prefix = XATTR_SECURITY_PREFIX,
David Quigleyc9bccef2013-05-22 12:50:45 -04006313 .get = nfs4_xattr_get_nfs4_label,
6314 .set = nfs4_xattr_set_nfs4_label,
6315};
David Quigleyc9bccef2013-05-22 12:50:45 -04006316
Andreas Gruenbacherc4803c42015-12-02 14:44:41 +01006317#else
6318
6319static ssize_t
6320nfs4_listxattr_nfs4_label(struct inode *inode, char *list, size_t list_len)
6321{
6322 return 0;
6323}
6324
6325#endif
David Quigleyc9bccef2013-05-22 12:50:45 -04006326
Andy Adamson533eb462011-06-13 18:25:56 -04006327/*
6328 * nfs_fhget will use either the mounted_on_fileid or the fileid
6329 */
Trond Myklebust69aaaae2009-03-11 14:10:28 -04006330static void nfs_fixup_referral_attributes(struct nfs_fattr *fattr)
6331{
Andy Adamson533eb462011-06-13 18:25:56 -04006332 if (!(((fattr->valid & NFS_ATTR_FATTR_MOUNTED_ON_FILEID) ||
6333 (fattr->valid & NFS_ATTR_FATTR_FILEID)) &&
6334 (fattr->valid & NFS_ATTR_FATTR_FSID) &&
Chuck Lever81934dd2012-03-01 17:01:57 -05006335 (fattr->valid & NFS_ATTR_FATTR_V4_LOCATIONS)))
Trond Myklebust69aaaae2009-03-11 14:10:28 -04006336 return;
6337
6338 fattr->valid |= NFS_ATTR_FATTR_TYPE | NFS_ATTR_FATTR_MODE |
Chuck Lever81934dd2012-03-01 17:01:57 -05006339 NFS_ATTR_FATTR_NLINK | NFS_ATTR_FATTR_V4_REFERRAL;
Trond Myklebust69aaaae2009-03-11 14:10:28 -04006340 fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO;
6341 fattr->nlink = 2;
6342}
6343
Bryan Schumakerf05d1472012-04-27 13:27:41 -04006344static int _nfs4_proc_fs_locations(struct rpc_clnt *client, struct inode *dir,
6345 const struct qstr *name,
6346 struct nfs4_fs_locations *fs_locations,
6347 struct page *page)
Trond Myklebust683b57b2006-06-09 09:34:22 -04006348{
6349 struct nfs_server *server = NFS_SERVER(dir);
David Quigleya09df2c2013-05-22 12:50:41 -04006350 u32 bitmask[3] = {
Manoj Naik361e6242006-06-09 09:34:24 -04006351 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
Trond Myklebust683b57b2006-06-09 09:34:22 -04006352 };
6353 struct nfs4_fs_locations_arg args = {
6354 .dir_fh = NFS_FH(dir),
Trond Myklebustc228fd32007-01-13 02:28:11 -05006355 .name = name,
Trond Myklebust683b57b2006-06-09 09:34:22 -04006356 .page = page,
6357 .bitmask = bitmask,
6358 };
Benny Halevy22958462009-04-01 09:22:02 -04006359 struct nfs4_fs_locations_res res = {
6360 .fs_locations = fs_locations,
6361 };
Trond Myklebust683b57b2006-06-09 09:34:22 -04006362 struct rpc_message msg = {
6363 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS],
6364 .rpc_argp = &args,
Benny Halevy22958462009-04-01 09:22:02 -04006365 .rpc_resp = &res,
Trond Myklebust683b57b2006-06-09 09:34:22 -04006366 };
6367 int status;
6368
Harvey Harrison3110ff82008-05-02 13:42:44 -07006369 dprintk("%s: start\n", __func__);
Andy Adamson533eb462011-06-13 18:25:56 -04006370
6371 /* Ask for the fileid of the absent filesystem if mounted_on_fileid
6372 * is not supported */
6373 if (NFS_SERVER(dir)->attr_bitmask[1] & FATTR4_WORD1_MOUNTED_ON_FILEID)
6374 bitmask[1] |= FATTR4_WORD1_MOUNTED_ON_FILEID;
6375 else
6376 bitmask[0] |= FATTR4_WORD0_FILEID;
6377
Trond Myklebustc228fd32007-01-13 02:28:11 -05006378 nfs_fattr_init(&fs_locations->fattr);
Trond Myklebust683b57b2006-06-09 09:34:22 -04006379 fs_locations->server = server;
Manoj Naik830b8e32006-06-09 09:34:25 -04006380 fs_locations->nlocations = 0;
Bryan Schumakerf05d1472012-04-27 13:27:41 -04006381 status = nfs4_call_sync(client, server, &msg, &args.seq_args, &res.seq_res, 0);
Harvey Harrison3110ff82008-05-02 13:42:44 -07006382 dprintk("%s: returned status = %d\n", __func__, status);
Trond Myklebust683b57b2006-06-09 09:34:22 -04006383 return status;
6384}
6385
Bryan Schumakerf05d1472012-04-27 13:27:41 -04006386int nfs4_proc_fs_locations(struct rpc_clnt *client, struct inode *dir,
6387 const struct qstr *name,
6388 struct nfs4_fs_locations *fs_locations,
6389 struct page *page)
Bryan Schumakerdb0a9592012-04-27 13:27:39 -04006390{
6391 struct nfs4_exception exception = { };
6392 int err;
6393 do {
Trond Myklebust078ea3d2013-08-12 16:45:55 -04006394 err = _nfs4_proc_fs_locations(client, dir, name,
6395 fs_locations, page);
6396 trace_nfs4_get_fs_locations(dir, name, err);
6397 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Bryan Schumakerdb0a9592012-04-27 13:27:39 -04006398 &exception);
6399 } while (exception.retry);
6400 return err;
6401}
6402
Chuck Leverb03d7352013-10-17 14:12:50 -04006403/*
6404 * This operation also signals the server that this client is
6405 * performing migration recovery. The server can stop returning
6406 * NFS4ERR_LEASE_MOVED to this client. A RENEW operation is
6407 * appended to this compound to identify the client ID which is
6408 * performing recovery.
6409 */
6410static int _nfs40_proc_get_locations(struct inode *inode,
6411 struct nfs4_fs_locations *locations,
6412 struct page *page, struct rpc_cred *cred)
6413{
6414 struct nfs_server *server = NFS_SERVER(inode);
6415 struct rpc_clnt *clnt = server->client;
6416 u32 bitmask[2] = {
6417 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
6418 };
6419 struct nfs4_fs_locations_arg args = {
6420 .clientid = server->nfs_client->cl_clientid,
6421 .fh = NFS_FH(inode),
6422 .page = page,
6423 .bitmask = bitmask,
6424 .migration = 1, /* skip LOOKUP */
6425 .renew = 1, /* append RENEW */
6426 };
6427 struct nfs4_fs_locations_res res = {
6428 .fs_locations = locations,
6429 .migration = 1,
6430 .renew = 1,
6431 };
6432 struct rpc_message msg = {
6433 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS],
6434 .rpc_argp = &args,
6435 .rpc_resp = &res,
6436 .rpc_cred = cred,
6437 };
6438 unsigned long now = jiffies;
6439 int status;
6440
6441 nfs_fattr_init(&locations->fattr);
6442 locations->server = server;
6443 locations->nlocations = 0;
6444
6445 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
6446 nfs4_set_sequence_privileged(&args.seq_args);
6447 status = nfs4_call_sync_sequence(clnt, server, &msg,
6448 &args.seq_args, &res.seq_res);
6449 if (status)
6450 return status;
6451
6452 renew_lease(server, now);
6453 return 0;
6454}
6455
6456#ifdef CONFIG_NFS_V4_1
6457
6458/*
6459 * This operation also signals the server that this client is
6460 * performing migration recovery. The server can stop asserting
6461 * SEQ4_STATUS_LEASE_MOVED for this client. The client ID
6462 * performing this operation is identified in the SEQUENCE
6463 * operation in this compound.
6464 *
6465 * When the client supports GETATTR(fs_locations_info), it can
6466 * be plumbed in here.
6467 */
6468static int _nfs41_proc_get_locations(struct inode *inode,
6469 struct nfs4_fs_locations *locations,
6470 struct page *page, struct rpc_cred *cred)
6471{
6472 struct nfs_server *server = NFS_SERVER(inode);
6473 struct rpc_clnt *clnt = server->client;
6474 u32 bitmask[2] = {
6475 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
6476 };
6477 struct nfs4_fs_locations_arg args = {
6478 .fh = NFS_FH(inode),
6479 .page = page,
6480 .bitmask = bitmask,
6481 .migration = 1, /* skip LOOKUP */
6482 };
6483 struct nfs4_fs_locations_res res = {
6484 .fs_locations = locations,
6485 .migration = 1,
6486 };
6487 struct rpc_message msg = {
6488 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS],
6489 .rpc_argp = &args,
6490 .rpc_resp = &res,
6491 .rpc_cred = cred,
6492 };
6493 int status;
6494
6495 nfs_fattr_init(&locations->fattr);
6496 locations->server = server;
6497 locations->nlocations = 0;
6498
6499 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
6500 nfs4_set_sequence_privileged(&args.seq_args);
6501 status = nfs4_call_sync_sequence(clnt, server, &msg,
6502 &args.seq_args, &res.seq_res);
6503 if (status == NFS4_OK &&
6504 res.seq_res.sr_status_flags & SEQ4_STATUS_LEASE_MOVED)
6505 status = -NFS4ERR_LEASE_MOVED;
6506 return status;
6507}
6508
6509#endif /* CONFIG_NFS_V4_1 */
6510
6511/**
6512 * nfs4_proc_get_locations - discover locations for a migrated FSID
6513 * @inode: inode on FSID that is migrating
6514 * @locations: result of query
6515 * @page: buffer
6516 * @cred: credential to use for this operation
6517 *
6518 * Returns NFS4_OK on success, a negative NFS4ERR status code if the
6519 * operation failed, or a negative errno if a local error occurred.
6520 *
6521 * On success, "locations" is filled in, but if the server has
6522 * no locations information, NFS_ATTR_FATTR_V4_LOCATIONS is not
6523 * asserted.
6524 *
6525 * -NFS4ERR_LEASE_MOVED is returned if the server still has leases
6526 * from this client that require migration recovery.
6527 */
6528int nfs4_proc_get_locations(struct inode *inode,
6529 struct nfs4_fs_locations *locations,
6530 struct page *page, struct rpc_cred *cred)
6531{
6532 struct nfs_server *server = NFS_SERVER(inode);
6533 struct nfs_client *clp = server->nfs_client;
6534 const struct nfs4_mig_recovery_ops *ops =
6535 clp->cl_mvops->mig_recovery_ops;
6536 struct nfs4_exception exception = { };
6537 int status;
6538
6539 dprintk("%s: FSID %llx:%llx on \"%s\"\n", __func__,
6540 (unsigned long long)server->fsid.major,
6541 (unsigned long long)server->fsid.minor,
6542 clp->cl_hostname);
6543 nfs_display_fhandle(NFS_FH(inode), __func__);
6544
6545 do {
6546 status = ops->get_locations(inode, locations, page, cred);
6547 if (status != -NFS4ERR_DELAY)
6548 break;
6549 nfs4_handle_exception(server, status, &exception);
6550 } while (exception.retry);
6551 return status;
6552}
6553
Chuck Lever44c99932013-10-17 14:13:30 -04006554/*
6555 * This operation also signals the server that this client is
6556 * performing "lease moved" recovery. The server can stop
6557 * returning NFS4ERR_LEASE_MOVED to this client. A RENEW operation
6558 * is appended to this compound to identify the client ID which is
6559 * performing recovery.
6560 */
6561static int _nfs40_proc_fsid_present(struct inode *inode, struct rpc_cred *cred)
6562{
6563 struct nfs_server *server = NFS_SERVER(inode);
6564 struct nfs_client *clp = NFS_SERVER(inode)->nfs_client;
6565 struct rpc_clnt *clnt = server->client;
6566 struct nfs4_fsid_present_arg args = {
6567 .fh = NFS_FH(inode),
6568 .clientid = clp->cl_clientid,
6569 .renew = 1, /* append RENEW */
6570 };
6571 struct nfs4_fsid_present_res res = {
6572 .renew = 1,
6573 };
6574 struct rpc_message msg = {
6575 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSID_PRESENT],
6576 .rpc_argp = &args,
6577 .rpc_resp = &res,
6578 .rpc_cred = cred,
6579 };
6580 unsigned long now = jiffies;
6581 int status;
6582
6583 res.fh = nfs_alloc_fhandle();
6584 if (res.fh == NULL)
6585 return -ENOMEM;
6586
6587 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
6588 nfs4_set_sequence_privileged(&args.seq_args);
6589 status = nfs4_call_sync_sequence(clnt, server, &msg,
6590 &args.seq_args, &res.seq_res);
6591 nfs_free_fhandle(res.fh);
6592 if (status)
6593 return status;
6594
6595 do_renew_lease(clp, now);
6596 return 0;
6597}
6598
6599#ifdef CONFIG_NFS_V4_1
6600
6601/*
6602 * This operation also signals the server that this client is
6603 * performing "lease moved" recovery. The server can stop asserting
6604 * SEQ4_STATUS_LEASE_MOVED for this client. The client ID performing
6605 * this operation is identified in the SEQUENCE operation in this
6606 * compound.
6607 */
6608static int _nfs41_proc_fsid_present(struct inode *inode, struct rpc_cred *cred)
6609{
6610 struct nfs_server *server = NFS_SERVER(inode);
6611 struct rpc_clnt *clnt = server->client;
6612 struct nfs4_fsid_present_arg args = {
6613 .fh = NFS_FH(inode),
6614 };
6615 struct nfs4_fsid_present_res res = {
6616 };
6617 struct rpc_message msg = {
6618 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSID_PRESENT],
6619 .rpc_argp = &args,
6620 .rpc_resp = &res,
6621 .rpc_cred = cred,
6622 };
6623 int status;
6624
6625 res.fh = nfs_alloc_fhandle();
6626 if (res.fh == NULL)
6627 return -ENOMEM;
6628
6629 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
6630 nfs4_set_sequence_privileged(&args.seq_args);
6631 status = nfs4_call_sync_sequence(clnt, server, &msg,
6632 &args.seq_args, &res.seq_res);
6633 nfs_free_fhandle(res.fh);
6634 if (status == NFS4_OK &&
6635 res.seq_res.sr_status_flags & SEQ4_STATUS_LEASE_MOVED)
6636 status = -NFS4ERR_LEASE_MOVED;
6637 return status;
6638}
6639
6640#endif /* CONFIG_NFS_V4_1 */
6641
6642/**
6643 * nfs4_proc_fsid_present - Is this FSID present or absent on server?
6644 * @inode: inode on FSID to check
6645 * @cred: credential to use for this operation
6646 *
6647 * Server indicates whether the FSID is present, moved, or not
6648 * recognized. This operation is necessary to clear a LEASE_MOVED
6649 * condition for this client ID.
6650 *
6651 * Returns NFS4_OK if the FSID is present on this server,
6652 * -NFS4ERR_MOVED if the FSID is no longer present, a negative
6653 * NFS4ERR code if some error occurred on the server, or a
6654 * negative errno if a local failure occurred.
6655 */
6656int nfs4_proc_fsid_present(struct inode *inode, struct rpc_cred *cred)
6657{
6658 struct nfs_server *server = NFS_SERVER(inode);
6659 struct nfs_client *clp = server->nfs_client;
6660 const struct nfs4_mig_recovery_ops *ops =
6661 clp->cl_mvops->mig_recovery_ops;
6662 struct nfs4_exception exception = { };
6663 int status;
6664
6665 dprintk("%s: FSID %llx:%llx on \"%s\"\n", __func__,
6666 (unsigned long long)server->fsid.major,
6667 (unsigned long long)server->fsid.minor,
6668 clp->cl_hostname);
6669 nfs_display_fhandle(NFS_FH(inode), __func__);
6670
6671 do {
6672 status = ops->fsid_present(inode, cred);
6673 if (status != -NFS4ERR_DELAY)
6674 break;
6675 nfs4_handle_exception(server, status, &exception);
6676 } while (exception.retry);
6677 return status;
6678}
6679
Andy Adamson5ec16a82013-08-08 10:57:55 -04006680/**
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006681 * If 'use_integrity' is true and the state managment nfs_client
6682 * cl_rpcclient is using krb5i/p, use the integrity protected cl_rpcclient
6683 * and the machine credential as per RFC3530bis and RFC5661 Security
6684 * Considerations sections. Otherwise, just use the user cred with the
6685 * filesystem's rpc_client.
Andy Adamson5ec16a82013-08-08 10:57:55 -04006686 */
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006687static int _nfs4_proc_secinfo(struct inode *dir, const struct qstr *name, struct nfs4_secinfo_flavors *flavors, bool use_integrity)
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006688{
6689 int status;
6690 struct nfs4_secinfo_arg args = {
6691 .dir_fh = NFS_FH(dir),
6692 .name = name,
6693 };
6694 struct nfs4_secinfo_res res = {
6695 .flavors = flavors,
6696 };
6697 struct rpc_message msg = {
6698 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SECINFO],
6699 .rpc_argp = &args,
6700 .rpc_resp = &res,
6701 };
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006702 struct rpc_clnt *clnt = NFS_SERVER(dir)->client;
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04006703 struct rpc_cred *cred = NULL;
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006704
6705 if (use_integrity) {
6706 clnt = NFS_SERVER(dir)->nfs_client->cl_rpcclient;
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04006707 cred = nfs4_get_clid_cred(NFS_SERVER(dir)->nfs_client);
6708 msg.rpc_cred = cred;
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006709 }
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006710
6711 dprintk("NFS call secinfo %s\n", name->name);
Weston Andros Adamson8b5bee22013-08-13 16:37:35 -04006712
6713 nfs4_state_protect(NFS_SERVER(dir)->nfs_client,
6714 NFS_SP4_MACH_CRED_SECINFO, &clnt, &msg);
6715
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006716 status = nfs4_call_sync(clnt, NFS_SERVER(dir), &msg, &args.seq_args,
6717 &res.seq_res, 0);
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006718 dprintk("NFS reply secinfo: %d\n", status);
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006719
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04006720 if (cred)
6721 put_rpccred(cred);
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006722
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006723 return status;
6724}
6725
Bryan Schumaker72de53e2012-04-27 13:27:40 -04006726int nfs4_proc_secinfo(struct inode *dir, const struct qstr *name,
6727 struct nfs4_secinfo_flavors *flavors)
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006728{
6729 struct nfs4_exception exception = { };
6730 int err;
6731 do {
Weston Andros Adamsona5250de2013-09-03 15:18:49 -04006732 err = -NFS4ERR_WRONGSEC;
6733
6734 /* try to use integrity protection with machine cred */
6735 if (_nfs4_is_integrity_protected(NFS_SERVER(dir)->nfs_client))
6736 err = _nfs4_proc_secinfo(dir, name, flavors, true);
6737
6738 /*
6739 * if unable to use integrity protection, or SECINFO with
6740 * integrity protection returns NFS4ERR_WRONGSEC (which is
6741 * disallowed by spec, but exists in deployed servers) use
6742 * the current filesystem's rpc_client and the user cred.
6743 */
6744 if (err == -NFS4ERR_WRONGSEC)
6745 err = _nfs4_proc_secinfo(dir, name, flavors, false);
6746
Trond Myklebust078ea3d2013-08-12 16:45:55 -04006747 trace_nfs4_secinfo(dir, name, err);
6748 err = nfs4_handle_exception(NFS_SERVER(dir), err,
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006749 &exception);
6750 } while (exception.retry);
6751 return err;
6752}
6753
Andy Adamson557134a2009-04-01 09:21:53 -04006754#ifdef CONFIG_NFS_V4_1
Benny Halevy99fe60d2009-04-01 09:22:29 -04006755/*
Andy Adamson357f54d2010-12-14 10:11:57 -05006756 * Check the exchange flags returned by the server for invalid flags, having
6757 * both PNFS and NON_PNFS flags set, and not having one of NON_PNFS, PNFS, or
6758 * DS flags set.
6759 */
6760static int nfs4_check_cl_exchange_flags(u32 flags)
6761{
6762 if (flags & ~EXCHGID4_FLAG_MASK_R)
6763 goto out_inval;
6764 if ((flags & EXCHGID4_FLAG_USE_PNFS_MDS) &&
6765 (flags & EXCHGID4_FLAG_USE_NON_PNFS))
6766 goto out_inval;
6767 if (!(flags & (EXCHGID4_FLAG_MASK_PNFS)))
6768 goto out_inval;
6769 return NFS_OK;
6770out_inval:
6771 return -NFS4ERR_INVAL;
6772}
6773
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006774static bool
Chuck Lever79d4e1f2012-05-21 22:44:31 -04006775nfs41_same_server_scope(struct nfs41_server_scope *a,
6776 struct nfs41_server_scope *b)
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04006777{
6778 if (a->server_scope_sz == b->server_scope_sz &&
6779 memcmp(a->server_scope, b->server_scope, a->server_scope_sz) == 0)
6780 return true;
6781
6782 return false;
6783}
6784
Andy Adamson357f54d2010-12-14 10:11:57 -05006785/*
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006786 * nfs4_proc_bind_conn_to_session()
6787 *
6788 * The 4.1 client currently uses the same TCP connection for the
6789 * fore and backchannel.
6790 */
Trond Myklebust2cf047c2012-05-25 17:57:41 -04006791int nfs4_proc_bind_conn_to_session(struct nfs_client *clp, struct rpc_cred *cred)
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006792{
6793 int status;
Trond Myklebust71a097c2015-02-18 09:27:18 -08006794 struct nfs41_bind_conn_to_session_args args = {
6795 .client = clp,
6796 .dir = NFS4_CDFC4_FORE_OR_BOTH,
6797 };
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006798 struct nfs41_bind_conn_to_session_res res;
6799 struct rpc_message msg = {
6800 .rpc_proc =
6801 &nfs4_procedures[NFSPROC4_CLNT_BIND_CONN_TO_SESSION],
Trond Myklebust71a097c2015-02-18 09:27:18 -08006802 .rpc_argp = &args,
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006803 .rpc_resp = &res,
Trond Myklebust2cf047c2012-05-25 17:57:41 -04006804 .rpc_cred = cred,
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006805 };
6806
6807 dprintk("--> %s\n", __func__);
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006808
Trond Myklebust71a097c2015-02-18 09:27:18 -08006809 nfs4_copy_sessionid(&args.sessionid, &clp->cl_session->sess_id);
6810 if (!(clp->cl_session->flags & SESSION4_BACK_CHAN))
6811 args.dir = NFS4_CDFC4_FORE;
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006812
6813 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04006814 trace_nfs4_bind_conn_to_session(clp, status);
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006815 if (status == 0) {
Trond Myklebust71a097c2015-02-18 09:27:18 -08006816 if (memcmp(res.sessionid.data,
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006817 clp->cl_session->sess_id.data, NFS4_MAX_SESSIONID_LEN)) {
6818 dprintk("NFS: %s: Session ID mismatch\n", __func__);
6819 status = -EIO;
Trond Myklebust71a097c2015-02-18 09:27:18 -08006820 goto out;
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006821 }
Trond Myklebust71a097c2015-02-18 09:27:18 -08006822 if ((res.dir & args.dir) != res.dir || res.dir == 0) {
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006823 dprintk("NFS: %s: Unexpected direction from server\n",
6824 __func__);
6825 status = -EIO;
Trond Myklebust71a097c2015-02-18 09:27:18 -08006826 goto out;
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006827 }
Trond Myklebust71a097c2015-02-18 09:27:18 -08006828 if (res.use_conn_in_rdma_mode != args.use_conn_in_rdma_mode) {
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006829 dprintk("NFS: %s: Server returned RDMA mode = true\n",
6830 __func__);
6831 status = -EIO;
Trond Myklebust71a097c2015-02-18 09:27:18 -08006832 goto out;
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006833 }
6834 }
Weston Andros Adamson7c44f1ae2012-05-24 13:22:50 -04006835out:
6836 dprintk("<-- %s status= %d\n", __func__, status);
6837 return status;
6838}
6839
6840/*
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04006841 * Minimum set of SP4_MACH_CRED operations from RFC 5661 in the enforce map
6842 * and operations we'd like to see to enable certain features in the allow map
Benny Halevy99fe60d2009-04-01 09:22:29 -04006843 */
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006844static const struct nfs41_state_protection nfs4_sp4_mach_cred_request = {
6845 .how = SP4_MACH_CRED,
6846 .enforce.u.words = {
6847 [1] = 1 << (OP_BIND_CONN_TO_SESSION - 32) |
6848 1 << (OP_EXCHANGE_ID - 32) |
6849 1 << (OP_CREATE_SESSION - 32) |
6850 1 << (OP_DESTROY_SESSION - 32) |
6851 1 << (OP_DESTROY_CLIENTID - 32)
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04006852 },
6853 .allow.u.words = {
6854 [0] = 1 << (OP_CLOSE) |
Andrew Elble99ade3c2015-12-02 09:39:51 -05006855 1 << (OP_OPEN_DOWNGRADE) |
Weston Andros Adamsona0279622013-09-10 18:44:30 -04006856 1 << (OP_LOCKU) |
Andrew Elble99ade3c2015-12-02 09:39:51 -05006857 1 << (OP_DELEGRETURN) |
Weston Andros Adamsona0279622013-09-10 18:44:30 -04006858 1 << (OP_COMMIT),
Weston Andros Adamson8b5bee22013-08-13 16:37:35 -04006859 [1] = 1 << (OP_SECINFO - 32) |
Weston Andros Adamson3787d502013-08-13 16:37:36 -04006860 1 << (OP_SECINFO_NO_NAME - 32) |
Andrew Elble99ade3c2015-12-02 09:39:51 -05006861 1 << (OP_LAYOUTRETURN - 32) |
Weston Andros Adamson3787d502013-08-13 16:37:36 -04006862 1 << (OP_TEST_STATEID - 32) |
Weston Andros Adamsona0279622013-09-10 18:44:30 -04006863 1 << (OP_FREE_STATEID - 32) |
6864 1 << (OP_WRITE - 32)
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006865 }
6866};
6867
6868/*
6869 * Select the state protection mode for client `clp' given the server results
6870 * from exchange_id in `sp'.
6871 *
6872 * Returns 0 on success, negative errno otherwise.
6873 */
6874static int nfs4_sp4_select_mode(struct nfs_client *clp,
6875 struct nfs41_state_protection *sp)
6876{
6877 static const u32 supported_enforce[NFS4_OP_MAP_NUM_WORDS] = {
6878 [1] = 1 << (OP_BIND_CONN_TO_SESSION - 32) |
6879 1 << (OP_EXCHANGE_ID - 32) |
6880 1 << (OP_CREATE_SESSION - 32) |
6881 1 << (OP_DESTROY_SESSION - 32) |
6882 1 << (OP_DESTROY_CLIENTID - 32)
6883 };
6884 unsigned int i;
6885
6886 if (sp->how == SP4_MACH_CRED) {
6887 /* Print state protect result */
6888 dfprintk(MOUNT, "Server SP4_MACH_CRED support:\n");
6889 for (i = 0; i <= LAST_NFS4_OP; i++) {
6890 if (test_bit(i, sp->enforce.u.longs))
6891 dfprintk(MOUNT, " enforce op %d\n", i);
6892 if (test_bit(i, sp->allow.u.longs))
6893 dfprintk(MOUNT, " allow op %d\n", i);
6894 }
6895
6896 /* make sure nothing is on enforce list that isn't supported */
6897 for (i = 0; i < NFS4_OP_MAP_NUM_WORDS; i++) {
6898 if (sp->enforce.u.words[i] & ~supported_enforce[i]) {
6899 dfprintk(MOUNT, "sp4_mach_cred: disabled\n");
6900 return -EINVAL;
6901 }
6902 }
6903
6904 /*
6905 * Minimal mode - state operations are allowed to use machine
6906 * credential. Note this already happens by default, so the
6907 * client doesn't have to do anything more than the negotiation.
6908 *
6909 * NOTE: we don't care if EXCHANGE_ID is in the list -
6910 * we're already using the machine cred for exchange_id
6911 * and will never use a different cred.
6912 */
6913 if (test_bit(OP_BIND_CONN_TO_SESSION, sp->enforce.u.longs) &&
6914 test_bit(OP_CREATE_SESSION, sp->enforce.u.longs) &&
6915 test_bit(OP_DESTROY_SESSION, sp->enforce.u.longs) &&
6916 test_bit(OP_DESTROY_CLIENTID, sp->enforce.u.longs)) {
6917 dfprintk(MOUNT, "sp4_mach_cred:\n");
6918 dfprintk(MOUNT, " minimal mode enabled\n");
6919 set_bit(NFS_SP4_MACH_CRED_MINIMAL, &clp->cl_sp4_flags);
6920 } else {
6921 dfprintk(MOUNT, "sp4_mach_cred: disabled\n");
6922 return -EINVAL;
6923 }
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04006924
6925 if (test_bit(OP_CLOSE, sp->allow.u.longs) &&
Andrew Elble99ade3c2015-12-02 09:39:51 -05006926 test_bit(OP_OPEN_DOWNGRADE, sp->allow.u.longs) &&
6927 test_bit(OP_DELEGRETURN, sp->allow.u.longs) &&
Weston Andros Adamsonfa940722013-08-13 16:37:34 -04006928 test_bit(OP_LOCKU, sp->allow.u.longs)) {
6929 dfprintk(MOUNT, " cleanup mode enabled\n");
6930 set_bit(NFS_SP4_MACH_CRED_CLEANUP, &clp->cl_sp4_flags);
6931 }
Weston Andros Adamson8b5bee22013-08-13 16:37:35 -04006932
Andrew Elble99ade3c2015-12-02 09:39:51 -05006933 if (test_bit(OP_LAYOUTRETURN, sp->allow.u.longs)) {
6934 dfprintk(MOUNT, " pnfs cleanup mode enabled\n");
6935 set_bit(NFS_SP4_MACH_CRED_PNFS_CLEANUP,
6936 &clp->cl_sp4_flags);
6937 }
6938
Weston Andros Adamson8b5bee22013-08-13 16:37:35 -04006939 if (test_bit(OP_SECINFO, sp->allow.u.longs) &&
6940 test_bit(OP_SECINFO_NO_NAME, sp->allow.u.longs)) {
6941 dfprintk(MOUNT, " secinfo mode enabled\n");
6942 set_bit(NFS_SP4_MACH_CRED_SECINFO, &clp->cl_sp4_flags);
6943 }
Weston Andros Adamson3787d502013-08-13 16:37:36 -04006944
6945 if (test_bit(OP_TEST_STATEID, sp->allow.u.longs) &&
6946 test_bit(OP_FREE_STATEID, sp->allow.u.longs)) {
6947 dfprintk(MOUNT, " stateid mode enabled\n");
6948 set_bit(NFS_SP4_MACH_CRED_STATEID, &clp->cl_sp4_flags);
6949 }
Weston Andros Adamson8c21c622013-08-13 16:37:37 -04006950
6951 if (test_bit(OP_WRITE, sp->allow.u.longs)) {
6952 dfprintk(MOUNT, " write mode enabled\n");
6953 set_bit(NFS_SP4_MACH_CRED_WRITE, &clp->cl_sp4_flags);
6954 }
6955
6956 if (test_bit(OP_COMMIT, sp->allow.u.longs)) {
6957 dfprintk(MOUNT, " commit mode enabled\n");
6958 set_bit(NFS_SP4_MACH_CRED_COMMIT, &clp->cl_sp4_flags);
6959 }
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04006960 }
6961
6962 return 0;
6963}
6964
6965/*
6966 * _nfs4_proc_exchange_id()
6967 *
6968 * Wrapper for EXCHANGE_ID operation.
6969 */
6970static int _nfs4_proc_exchange_id(struct nfs_client *clp, struct rpc_cred *cred,
6971 u32 sp4_how)
Benny Halevy99fe60d2009-04-01 09:22:29 -04006972{
6973 nfs4_verifier verifier;
6974 struct nfs41_exchange_id_args args = {
Chuck Levercd937102012-03-02 17:14:31 -05006975 .verifier = &verifier,
Benny Halevy99fe60d2009-04-01 09:22:29 -04006976 .client = clp,
Chuck Levercd3fade2013-10-17 14:14:04 -04006977#ifdef CONFIG_NFS_V4_1_MIGRATION
Trond Myklebust4f0b4292013-05-20 12:24:03 -04006978 .flags = EXCHGID4_FLAG_SUPP_MOVED_REFER |
Chuck Levercd3fade2013-10-17 14:14:04 -04006979 EXCHGID4_FLAG_BIND_PRINC_STATEID |
6980 EXCHGID4_FLAG_SUPP_MOVED_MIGR,
6981#else
6982 .flags = EXCHGID4_FLAG_SUPP_MOVED_REFER |
6983 EXCHGID4_FLAG_BIND_PRINC_STATEID,
6984#endif
Benny Halevy99fe60d2009-04-01 09:22:29 -04006985 };
6986 struct nfs41_exchange_id_res res = {
Trond Myklebust32b01312012-05-26 13:41:04 -04006987 0
Benny Halevy99fe60d2009-04-01 09:22:29 -04006988 };
6989 int status;
6990 struct rpc_message msg = {
6991 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_EXCHANGE_ID],
6992 .rpc_argp = &args,
6993 .rpc_resp = &res,
6994 .rpc_cred = cred,
6995 };
Benny Halevy99fe60d2009-04-01 09:22:29 -04006996
Chuck Leverf0920752012-05-21 22:45:41 -04006997 nfs4_init_boot_verifier(clp, &verifier);
Jeff Layton873e3852015-06-09 19:44:00 -04006998
6999 status = nfs4_init_uniform_client_string(clp);
7000 if (status)
Jeff Layton3a6bb732015-06-09 19:43:57 -04007001 goto out;
Jeff Layton3a6bb732015-06-09 19:43:57 -04007002
7003 dprintk("NFS call exchange_id auth=%s, '%s'\n",
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04007004 clp->cl_rpcclient->cl_auth->au_ops->au_name,
Jeff Layton3a6bb732015-06-09 19:43:57 -04007005 clp->cl_owner_id);
Benny Halevy99fe60d2009-04-01 09:22:29 -04007006
Chuck Leveracdeb692012-05-21 22:46:16 -04007007 res.server_owner = kzalloc(sizeof(struct nfs41_server_owner),
Trond Myklebustbbafffd2012-05-24 16:31:39 -04007008 GFP_NOFS);
Chuck Leveracdeb692012-05-21 22:46:16 -04007009 if (unlikely(res.server_owner == NULL)) {
Weston Andros Adamsonabe9a6d2012-02-16 11:17:05 -05007010 status = -ENOMEM;
7011 goto out;
7012 }
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04007013
Chuck Lever79d4e1f2012-05-21 22:44:31 -04007014 res.server_scope = kzalloc(sizeof(struct nfs41_server_scope),
Trond Myklebustbbafffd2012-05-24 16:31:39 -04007015 GFP_NOFS);
Chuck Lever177313f2012-05-21 22:44:58 -04007016 if (unlikely(res.server_scope == NULL)) {
Benny Halevy99fe60d2009-04-01 09:22:29 -04007017 status = -ENOMEM;
Chuck Leveracdeb692012-05-21 22:46:16 -04007018 goto out_server_owner;
Benny Halevy99fe60d2009-04-01 09:22:29 -04007019 }
7020
Trond Myklebustbbafffd2012-05-24 16:31:39 -04007021 res.impl_id = kzalloc(sizeof(struct nfs41_impl_id), GFP_NOFS);
Chuck Lever177313f2012-05-21 22:44:58 -04007022 if (unlikely(res.impl_id == NULL)) {
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05007023 status = -ENOMEM;
7024 goto out_server_scope;
7025 }
7026
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04007027 switch (sp4_how) {
7028 case SP4_NONE:
7029 args.state_protect.how = SP4_NONE;
7030 break;
7031
7032 case SP4_MACH_CRED:
7033 args.state_protect = nfs4_sp4_mach_cred_request;
7034 break;
7035
7036 default:
7037 /* unsupported! */
7038 WARN_ON_ONCE(1);
7039 status = -EINVAL;
Kinglong Mee6b559702015-07-01 11:54:53 +08007040 goto out_impl_id;
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04007041 }
7042
Trond Myklebust1bd714f2011-04-24 14:29:33 -04007043 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007044 trace_nfs4_exchange_id(clp, status);
Chuck Lever177313f2012-05-21 22:44:58 -04007045 if (status == 0)
Trond Myklebust32b01312012-05-26 13:41:04 -04007046 status = nfs4_check_cl_exchange_flags(res.flags);
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04007047
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04007048 if (status == 0)
7049 status = nfs4_sp4_select_mode(clp, &res.state_protect);
7050
Chuck Lever177313f2012-05-21 22:44:58 -04007051 if (status == 0) {
Trond Myklebust32b01312012-05-26 13:41:04 -04007052 clp->cl_clientid = res.clientid;
Trond Myklebuste11259f2015-03-03 20:35:31 -05007053 clp->cl_exchange_flags = res.flags;
7054 /* Client ID is not confirmed */
7055 if (!(res.flags & EXCHGID4_FLAG_CONFIRMED_R)) {
7056 clear_bit(NFS4_SESSION_ESTABLISHED,
7057 &clp->cl_session->session_state);
Trond Myklebust32b01312012-05-26 13:41:04 -04007058 clp->cl_seqid = res.seqid;
Trond Myklebuste11259f2015-03-03 20:35:31 -05007059 }
Trond Myklebust32b01312012-05-26 13:41:04 -04007060
Chuck Leveracdeb692012-05-21 22:46:16 -04007061 kfree(clp->cl_serverowner);
7062 clp->cl_serverowner = res.server_owner;
7063 res.server_owner = NULL;
Chuck Leveracdeb692012-05-21 22:46:16 -04007064
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05007065 /* use the most recent implementation id */
Chuck Lever59155542012-05-21 22:44:41 -04007066 kfree(clp->cl_implid);
7067 clp->cl_implid = res.impl_id;
Kinglong Mee6b559702015-07-01 11:54:53 +08007068 res.impl_id = NULL;
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05007069
Chuck Lever177313f2012-05-21 22:44:58 -04007070 if (clp->cl_serverscope != NULL &&
Chuck Lever79d4e1f2012-05-21 22:44:31 -04007071 !nfs41_same_server_scope(clp->cl_serverscope,
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04007072 res.server_scope)) {
7073 dprintk("%s: server_scope mismatch detected\n",
7074 __func__);
7075 set_bit(NFS4CLNT_SERVER_SCOPE_MISMATCH, &clp->cl_state);
Chuck Lever79d4e1f2012-05-21 22:44:31 -04007076 kfree(clp->cl_serverscope);
7077 clp->cl_serverscope = NULL;
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04007078 }
7079
Chuck Lever177313f2012-05-21 22:44:58 -04007080 if (clp->cl_serverscope == NULL) {
Chuck Lever79d4e1f2012-05-21 22:44:31 -04007081 clp->cl_serverscope = res.server_scope;
Kinglong Mee6b559702015-07-01 11:54:53 +08007082 res.server_scope = NULL;
Weston Andros Adamsonabe9a6d2012-02-16 11:17:05 -05007083 }
Kinglong Mee6b559702015-07-01 11:54:53 +08007084 }
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05007085
Kinglong Mee6b559702015-07-01 11:54:53 +08007086out_impl_id:
7087 kfree(res.impl_id);
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05007088out_server_scope:
Weston Andros Adamsonabe9a6d2012-02-16 11:17:05 -05007089 kfree(res.server_scope);
Kinglong Mee6b559702015-07-01 11:54:53 +08007090out_server_owner:
7091 kfree(res.server_owner);
Weston Andros Adamsonabe9a6d2012-02-16 11:17:05 -05007092out:
Chuck Lever177313f2012-05-21 22:44:58 -04007093 if (clp->cl_implid != NULL)
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04007094 dprintk("NFS reply exchange_id: Server Implementation ID: "
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05007095 "domain: %s, name: %s, date: %llu,%u\n",
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04007096 clp->cl_implid->domain, clp->cl_implid->name,
Chuck Lever59155542012-05-21 22:44:41 -04007097 clp->cl_implid->date.seconds,
7098 clp->cl_implid->date.nseconds);
Chuck Lever6bbb4ae2012-07-11 16:30:59 -04007099 dprintk("NFS reply exchange_id: %d\n", status);
Benny Halevy99fe60d2009-04-01 09:22:29 -04007100 return status;
7101}
7102
Weston Andros Adamson2031cd12013-08-13 16:37:32 -04007103/*
7104 * nfs4_proc_exchange_id()
7105 *
7106 * Returns zero, a negative errno, or a negative NFS4ERR status code.
7107 *
7108 * Since the clientid has expired, all compounds using sessions
7109 * associated with the stale clientid will be returning
7110 * NFS4ERR_BADSESSION in the sequence operation, and will therefore
7111 * be in some phase of session reset.
7112 *
7113 * Will attempt to negotiate SP4_MACH_CRED if krb5i / krb5p auth is used.
7114 */
7115int nfs4_proc_exchange_id(struct nfs_client *clp, struct rpc_cred *cred)
7116{
7117 rpc_authflavor_t authflavor = clp->cl_rpcclient->cl_auth->au_flavor;
7118 int status;
7119
7120 /* try SP4_MACH_CRED if krb5i/p */
7121 if (authflavor == RPC_AUTH_GSS_KRB5I ||
7122 authflavor == RPC_AUTH_GSS_KRB5P) {
7123 status = _nfs4_proc_exchange_id(clp, cred, SP4_MACH_CRED);
7124 if (!status)
7125 return 0;
7126 }
7127
7128 /* try SP4_NONE */
7129 return _nfs4_proc_exchange_id(clp, cred, SP4_NONE);
7130}
7131
Trond Myklebust66245532012-05-25 17:18:09 -04007132static int _nfs4_proc_destroy_clientid(struct nfs_client *clp,
7133 struct rpc_cred *cred)
7134{
7135 struct rpc_message msg = {
7136 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DESTROY_CLIENTID],
7137 .rpc_argp = clp,
7138 .rpc_cred = cred,
7139 };
7140 int status;
7141
7142 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007143 trace_nfs4_destroy_clientid(clp, status);
Trond Myklebust66245532012-05-25 17:18:09 -04007144 if (status)
Trond Myklebust02c67522012-06-07 13:45:53 -04007145 dprintk("NFS: Got error %d from the server %s on "
Trond Myklebust66245532012-05-25 17:18:09 -04007146 "DESTROY_CLIENTID.", status, clp->cl_hostname);
7147 return status;
7148}
7149
7150static int nfs4_proc_destroy_clientid(struct nfs_client *clp,
7151 struct rpc_cred *cred)
7152{
7153 unsigned int loop;
7154 int ret;
7155
7156 for (loop = NFS4_MAX_LOOP_ON_RECOVER; loop != 0; loop--) {
7157 ret = _nfs4_proc_destroy_clientid(clp, cred);
7158 switch (ret) {
7159 case -NFS4ERR_DELAY:
7160 case -NFS4ERR_CLIENTID_BUSY:
7161 ssleep(1);
7162 break;
7163 default:
7164 return ret;
7165 }
7166 }
7167 return 0;
7168}
7169
7170int nfs4_destroy_clientid(struct nfs_client *clp)
7171{
7172 struct rpc_cred *cred;
7173 int ret = 0;
7174
7175 if (clp->cl_mvops->minor_version < 1)
7176 goto out;
7177 if (clp->cl_exchange_flags == 0)
7178 goto out;
Chuck Lever05f4c352012-09-14 17:24:32 -04007179 if (clp->cl_preserve_clid)
7180 goto out;
Chuck Lever73d8bde2013-07-24 12:28:37 -04007181 cred = nfs4_get_clid_cred(clp);
Trond Myklebust66245532012-05-25 17:18:09 -04007182 ret = nfs4_proc_destroy_clientid(clp, cred);
7183 if (cred)
7184 put_rpccred(cred);
7185 switch (ret) {
7186 case 0:
7187 case -NFS4ERR_STALE_CLIENTID:
7188 clp->cl_exchange_flags = 0;
7189 }
7190out:
7191 return ret;
7192}
7193
Andy Adamson2050f0c2009-04-01 09:22:30 -04007194struct nfs4_get_lease_time_data {
7195 struct nfs4_get_lease_time_args *args;
7196 struct nfs4_get_lease_time_res *res;
7197 struct nfs_client *clp;
7198};
7199
7200static void nfs4_get_lease_time_prepare(struct rpc_task *task,
7201 void *calldata)
7202{
Andy Adamson2050f0c2009-04-01 09:22:30 -04007203 struct nfs4_get_lease_time_data *data =
7204 (struct nfs4_get_lease_time_data *)calldata;
7205
7206 dprintk("--> %s\n", __func__);
7207 /* just setup sequence, do not trigger session recovery
7208 since we're invoked within one */
Trond Myklebustd9afbd12012-10-22 20:28:44 -04007209 nfs41_setup_sequence(data->clp->cl_session,
7210 &data->args->la_seq_args,
7211 &data->res->lr_seq_res,
7212 task);
Andy Adamson2050f0c2009-04-01 09:22:30 -04007213 dprintk("<-- %s\n", __func__);
7214}
7215
7216/*
7217 * Called from nfs4_state_manager thread for session setup, so don't recover
7218 * from sequence operation or clientid errors.
7219 */
7220static void nfs4_get_lease_time_done(struct rpc_task *task, void *calldata)
7221{
7222 struct nfs4_get_lease_time_data *data =
7223 (struct nfs4_get_lease_time_data *)calldata;
7224
7225 dprintk("--> %s\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04007226 if (!nfs41_sequence_done(task, &data->res->lr_seq_res))
7227 return;
Andy Adamson2050f0c2009-04-01 09:22:30 -04007228 switch (task->tk_status) {
7229 case -NFS4ERR_DELAY:
7230 case -NFS4ERR_GRACE:
7231 dprintk("%s Retry: tk_status %d\n", __func__, task->tk_status);
7232 rpc_delay(task, NFS4_POLL_RETRY_MIN);
7233 task->tk_status = 0;
Andy Adamsona8a4ae32011-05-03 13:43:03 -04007234 /* fall through */
7235 case -NFS4ERR_RETRY_UNCACHED_REP:
Trond Myklebustd00c5d42011-10-19 12:17:29 -07007236 rpc_restart_call_prepare(task);
Andy Adamson2050f0c2009-04-01 09:22:30 -04007237 return;
7238 }
Andy Adamson2050f0c2009-04-01 09:22:30 -04007239 dprintk("<-- %s\n", __func__);
7240}
7241
Trond Myklebust17280172012-03-11 13:11:00 -04007242static const struct rpc_call_ops nfs4_get_lease_time_ops = {
Andy Adamson2050f0c2009-04-01 09:22:30 -04007243 .rpc_call_prepare = nfs4_get_lease_time_prepare,
7244 .rpc_call_done = nfs4_get_lease_time_done,
7245};
7246
7247int nfs4_proc_get_lease_time(struct nfs_client *clp, struct nfs_fsinfo *fsinfo)
7248{
7249 struct rpc_task *task;
7250 struct nfs4_get_lease_time_args args;
7251 struct nfs4_get_lease_time_res res = {
7252 .lr_fsinfo = fsinfo,
7253 };
7254 struct nfs4_get_lease_time_data data = {
7255 .args = &args,
7256 .res = &res,
7257 .clp = clp,
7258 };
7259 struct rpc_message msg = {
7260 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GET_LEASE_TIME],
7261 .rpc_argp = &args,
7262 .rpc_resp = &res,
7263 };
7264 struct rpc_task_setup task_setup = {
7265 .rpc_client = clp->cl_rpcclient,
7266 .rpc_message = &msg,
7267 .callback_ops = &nfs4_get_lease_time_ops,
Trond Myklebust1bd714f2011-04-24 14:29:33 -04007268 .callback_data = &data,
7269 .flags = RPC_TASK_TIMEOUT,
Andy Adamson2050f0c2009-04-01 09:22:30 -04007270 };
7271 int status;
7272
Chuck Levera9c92d62013-08-09 12:48:18 -04007273 nfs4_init_sequence(&args.la_seq_args, &res.lr_seq_res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007274 nfs4_set_sequence_privileged(&args.la_seq_args);
Andy Adamson2050f0c2009-04-01 09:22:30 -04007275 dprintk("--> %s\n", __func__);
7276 task = rpc_run_task(&task_setup);
7277
7278 if (IS_ERR(task))
7279 status = PTR_ERR(task);
7280 else {
7281 status = task->tk_status;
7282 rpc_put_task(task);
7283 }
7284 dprintk("<-- %s return %d\n", __func__, status);
7285
7286 return status;
7287}
7288
Andy Adamsonfc931582009-04-01 09:22:31 -04007289/*
7290 * Initialize the values to be used by the client in CREATE_SESSION
7291 * If nfs4_init_session set the fore channel request and response sizes,
7292 * use them.
7293 *
7294 * Set the back channel max_resp_sz_cached to zero to force the client to
7295 * always set csa_cachethis to FALSE because the current implementation
7296 * of the back channel DRC only supports caching the CB_SEQUENCE operation.
7297 */
7298static void nfs4_init_channel_attrs(struct nfs41_create_session_args *args)
7299{
Andy Adamson18aad3d2013-06-26 12:21:49 -04007300 unsigned int max_rqst_sz, max_resp_sz;
Andy Adamsonfc931582009-04-01 09:22:31 -04007301
Andy Adamson18aad3d2013-06-26 12:21:49 -04007302 max_rqst_sz = NFS_MAX_FILE_IO_SIZE + nfs41_maxwrite_overhead;
7303 max_resp_sz = NFS_MAX_FILE_IO_SIZE + nfs41_maxread_overhead;
7304
Andy Adamsonfc931582009-04-01 09:22:31 -04007305 /* Fore channel attributes */
Andy Adamson18aad3d2013-06-26 12:21:49 -04007306 args->fc_attrs.max_rqst_sz = max_rqst_sz;
7307 args->fc_attrs.max_resp_sz = max_resp_sz;
Andy Adamsonfc931582009-04-01 09:22:31 -04007308 args->fc_attrs.max_ops = NFS4_MAX_OPS;
Trond Myklebustef159e92012-02-06 19:50:40 -05007309 args->fc_attrs.max_reqs = max_session_slots;
Andy Adamsonfc931582009-04-01 09:22:31 -04007310
7311 dprintk("%s: Fore Channel : max_rqst_sz=%u max_resp_sz=%u "
Mike Sager8e0d46e2009-12-17 12:06:26 -05007312 "max_ops=%u max_reqs=%u\n",
Andy Adamsonfc931582009-04-01 09:22:31 -04007313 __func__,
7314 args->fc_attrs.max_rqst_sz, args->fc_attrs.max_resp_sz,
Mike Sager8e0d46e2009-12-17 12:06:26 -05007315 args->fc_attrs.max_ops, args->fc_attrs.max_reqs);
Andy Adamsonfc931582009-04-01 09:22:31 -04007316
7317 /* Back channel attributes */
Andy Adamsonfc931582009-04-01 09:22:31 -04007318 args->bc_attrs.max_rqst_sz = PAGE_SIZE;
7319 args->bc_attrs.max_resp_sz = PAGE_SIZE;
7320 args->bc_attrs.max_resp_sz_cached = 0;
7321 args->bc_attrs.max_ops = NFS4_MAX_BACK_CHANNEL_OPS;
Trond Myklebustf4f58ed2016-01-23 14:12:52 -05007322 args->bc_attrs.max_reqs = NFS41_BC_MAX_CALLBACKS;
Andy Adamsonfc931582009-04-01 09:22:31 -04007323
7324 dprintk("%s: Back Channel : max_rqst_sz=%u max_resp_sz=%u "
7325 "max_resp_sz_cached=%u max_ops=%u max_reqs=%u\n",
7326 __func__,
7327 args->bc_attrs.max_rqst_sz, args->bc_attrs.max_resp_sz,
7328 args->bc_attrs.max_resp_sz_cached, args->bc_attrs.max_ops,
7329 args->bc_attrs.max_reqs);
7330}
7331
Trond Myklebust79969dd2015-02-18 11:30:18 -08007332static int nfs4_verify_fore_channel_attrs(struct nfs41_create_session_args *args,
7333 struct nfs41_create_session_res *res)
Andy Adamson8d353012009-04-01 09:22:32 -04007334{
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007335 struct nfs4_channel_attrs *sent = &args->fc_attrs;
Trond Myklebust79969dd2015-02-18 11:30:18 -08007336 struct nfs4_channel_attrs *rcvd = &res->fc_attrs;
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007337
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007338 if (rcvd->max_resp_sz > sent->max_resp_sz)
7339 return -EINVAL;
7340 /*
7341 * Our requested max_ops is the minimum we need; we're not
7342 * prepared to break up compounds into smaller pieces than that.
7343 * So, no point even trying to continue if the server won't
7344 * cooperate:
7345 */
7346 if (rcvd->max_ops < sent->max_ops)
7347 return -EINVAL;
7348 if (rcvd->max_reqs == 0)
7349 return -EINVAL;
Vitaliy Gusevb4b9a0c2012-02-15 19:38:25 +04007350 if (rcvd->max_reqs > NFS4_MAX_SLOT_TABLE)
7351 rcvd->max_reqs = NFS4_MAX_SLOT_TABLE;
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007352 return 0;
Andy Adamson8d353012009-04-01 09:22:32 -04007353}
7354
Trond Myklebust79969dd2015-02-18 11:30:18 -08007355static int nfs4_verify_back_channel_attrs(struct nfs41_create_session_args *args,
7356 struct nfs41_create_session_res *res)
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007357{
7358 struct nfs4_channel_attrs *sent = &args->bc_attrs;
Trond Myklebust79969dd2015-02-18 11:30:18 -08007359 struct nfs4_channel_attrs *rcvd = &res->bc_attrs;
Andy Adamson8d353012009-04-01 09:22:32 -04007360
Trond Myklebustb1c0df52015-02-18 11:34:58 -08007361 if (!(res->flags & SESSION4_BACK_CHAN))
7362 goto out;
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007363 if (rcvd->max_rqst_sz > sent->max_rqst_sz)
7364 return -EINVAL;
7365 if (rcvd->max_resp_sz < sent->max_resp_sz)
7366 return -EINVAL;
7367 if (rcvd->max_resp_sz_cached > sent->max_resp_sz_cached)
7368 return -EINVAL;
7369 /* These would render the backchannel useless: */
Vitaliy Gusevb4b9a0c2012-02-15 19:38:25 +04007370 if (rcvd->max_ops != sent->max_ops)
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007371 return -EINVAL;
Vitaliy Gusevb4b9a0c2012-02-15 19:38:25 +04007372 if (rcvd->max_reqs != sent->max_reqs)
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007373 return -EINVAL;
Trond Myklebustb1c0df52015-02-18 11:34:58 -08007374out:
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007375 return 0;
7376}
Andy Adamson8d353012009-04-01 09:22:32 -04007377
Andy Adamson8d353012009-04-01 09:22:32 -04007378static int nfs4_verify_channel_attrs(struct nfs41_create_session_args *args,
Trond Myklebust79969dd2015-02-18 11:30:18 -08007379 struct nfs41_create_session_res *res)
Andy Adamson8d353012009-04-01 09:22:32 -04007380{
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007381 int ret;
Andy Adamson8d353012009-04-01 09:22:32 -04007382
Trond Myklebust79969dd2015-02-18 11:30:18 -08007383 ret = nfs4_verify_fore_channel_attrs(args, res);
J. Bruce Fields43c2e882010-10-02 15:19:01 -04007384 if (ret)
7385 return ret;
Trond Myklebust79969dd2015-02-18 11:30:18 -08007386 return nfs4_verify_back_channel_attrs(args, res);
7387}
7388
7389static void nfs4_update_session(struct nfs4_session *session,
7390 struct nfs41_create_session_res *res)
7391{
7392 nfs4_copy_sessionid(&session->sess_id, &res->sessionid);
Trond Myklebuste11259f2015-03-03 20:35:31 -05007393 /* Mark client id and session as being confirmed */
7394 session->clp->cl_exchange_flags |= EXCHGID4_FLAG_CONFIRMED_R;
7395 set_bit(NFS4_SESSION_ESTABLISHED, &session->session_state);
Trond Myklebust79969dd2015-02-18 11:30:18 -08007396 session->flags = res->flags;
7397 memcpy(&session->fc_attrs, &res->fc_attrs, sizeof(session->fc_attrs));
Trond Myklebustb1c0df52015-02-18 11:34:58 -08007398 if (res->flags & SESSION4_BACK_CHAN)
7399 memcpy(&session->bc_attrs, &res->bc_attrs,
7400 sizeof(session->bc_attrs));
Andy Adamson8d353012009-04-01 09:22:32 -04007401}
7402
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007403static int _nfs4_proc_create_session(struct nfs_client *clp,
7404 struct rpc_cred *cred)
Andy Adamsonfc931582009-04-01 09:22:31 -04007405{
7406 struct nfs4_session *session = clp->cl_session;
7407 struct nfs41_create_session_args args = {
7408 .client = clp,
Trond Myklebust79969dd2015-02-18 11:30:18 -08007409 .clientid = clp->cl_clientid,
7410 .seqid = clp->cl_seqid,
Andy Adamsonfc931582009-04-01 09:22:31 -04007411 .cb_program = NFS4_CALLBACK,
7412 };
Trond Myklebust79969dd2015-02-18 11:30:18 -08007413 struct nfs41_create_session_res res;
7414
Andy Adamsonfc931582009-04-01 09:22:31 -04007415 struct rpc_message msg = {
7416 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE_SESSION],
7417 .rpc_argp = &args,
7418 .rpc_resp = &res,
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007419 .rpc_cred = cred,
Andy Adamsonfc931582009-04-01 09:22:31 -04007420 };
7421 int status;
7422
7423 nfs4_init_channel_attrs(&args);
Andy Adamson0f914212009-04-01 09:23:16 -04007424 args.flags = (SESSION4_PERSIST | SESSION4_BACK_CHAN);
Andy Adamsonfc931582009-04-01 09:22:31 -04007425
Trond Myklebust1bd714f2011-04-24 14:29:33 -04007426 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007427 trace_nfs4_create_session(clp, status);
Andy Adamsonfc931582009-04-01 09:22:31 -04007428
Trond Myklebust43095d32012-11-20 11:13:12 -05007429 if (!status) {
Andy Adamson8d353012009-04-01 09:22:32 -04007430 /* Verify the session's negotiated channel_attrs values */
Trond Myklebust79969dd2015-02-18 11:30:18 -08007431 status = nfs4_verify_channel_attrs(&args, &res);
Andy Adamsonfc931582009-04-01 09:22:31 -04007432 /* Increment the clientid slot sequence id */
Trond Myklebust79969dd2015-02-18 11:30:18 -08007433 if (clp->cl_seqid == res.seqid)
7434 clp->cl_seqid++;
7435 if (status)
7436 goto out;
7437 nfs4_update_session(session, &res);
Andy Adamsonfc931582009-04-01 09:22:31 -04007438 }
Trond Myklebust79969dd2015-02-18 11:30:18 -08007439out:
Andy Adamsonfc931582009-04-01 09:22:31 -04007440 return status;
7441}
7442
7443/*
7444 * Issues a CREATE_SESSION operation to the server.
7445 * It is the responsibility of the caller to verify the session is
7446 * expired before calling this routine.
7447 */
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007448int nfs4_proc_create_session(struct nfs_client *clp, struct rpc_cred *cred)
Andy Adamsonfc931582009-04-01 09:22:31 -04007449{
7450 int status;
7451 unsigned *ptr;
Andy Adamsonfc931582009-04-01 09:22:31 -04007452 struct nfs4_session *session = clp->cl_session;
7453
7454 dprintk("--> %s clp=%p session=%p\n", __func__, clp, session);
7455
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007456 status = _nfs4_proc_create_session(clp, cred);
Andy Adamsonfc931582009-04-01 09:22:31 -04007457 if (status)
7458 goto out;
7459
Andy Adamsonaacd5532011-11-09 13:58:21 -05007460 /* Init or reset the session slot tables */
7461 status = nfs4_setup_session_slot_tables(session);
7462 dprintk("slot table setup returned %d\n", status);
Andy Adamsonfc931582009-04-01 09:22:31 -04007463 if (status)
7464 goto out;
7465
7466 ptr = (unsigned *)&session->sess_id.data[0];
7467 dprintk("%s client>seqid %d sessionid %u:%u:%u:%u\n", __func__,
7468 clp->cl_seqid, ptr[0], ptr[1], ptr[2], ptr[3]);
Andy Adamsonfc931582009-04-01 09:22:31 -04007469out:
7470 dprintk("<-- %s\n", __func__);
7471 return status;
7472}
7473
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007474/*
7475 * Issue the over-the-wire RPC DESTROY_SESSION.
7476 * The caller must serialize access to this routine.
7477 */
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007478int nfs4_proc_destroy_session(struct nfs4_session *session,
7479 struct rpc_cred *cred)
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007480{
Trond Myklebust848f5bd2012-05-25 17:51:23 -04007481 struct rpc_message msg = {
7482 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DESTROY_SESSION],
7483 .rpc_argp = session,
7484 .rpc_cred = cred,
7485 };
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007486 int status = 0;
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007487
7488 dprintk("--> nfs4_proc_destroy_session\n");
7489
7490 /* session is still being setup */
Trond Myklebuste11259f2015-03-03 20:35:31 -05007491 if (!test_and_clear_bit(NFS4_SESSION_ESTABLISHED, &session->session_state))
7492 return 0;
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007493
Trond Myklebust1bd714f2011-04-24 14:29:33 -04007494 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007495 trace_nfs4_destroy_session(session->clp, status);
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007496
7497 if (status)
Trond Myklebust08106ac2012-06-05 10:08:24 -04007498 dprintk("NFS: Got error %d from the server on DESTROY_SESSION. "
Andy Adamson0f3e66c2009-04-01 09:22:34 -04007499 "Session has been destroyed regardless...\n", status);
7500
7501 dprintk("<-- nfs4_proc_destroy_session\n");
7502 return status;
7503}
7504
Trond Myklebust7b38c362012-05-23 13:23:31 -04007505/*
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007506 * Renew the cl_session lease.
7507 */
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007508struct nfs4_sequence_data {
7509 struct nfs_client *clp;
7510 struct nfs4_sequence_args args;
7511 struct nfs4_sequence_res res;
7512};
7513
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007514static void nfs41_sequence_release(void *data)
7515{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007516 struct nfs4_sequence_data *calldata = data;
7517 struct nfs_client *clp = calldata->clp;
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007518
Alexandros Batsakis71358402010-02-05 03:45:05 -08007519 if (atomic_read(&clp->cl_count) > 1)
7520 nfs4_schedule_state_renewal(clp);
7521 nfs_put_client(clp);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007522 kfree(calldata);
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007523}
7524
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007525static int nfs41_sequence_handle_errors(struct rpc_task *task, struct nfs_client *clp)
7526{
7527 switch(task->tk_status) {
7528 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007529 rpc_delay(task, NFS4_POLL_RETRY_MAX);
7530 return -EAGAIN;
7531 default:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05007532 nfs4_schedule_lease_recovery(clp);
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007533 }
7534 return 0;
7535}
7536
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007537static void nfs41_sequence_call_done(struct rpc_task *task, void *data)
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007538{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007539 struct nfs4_sequence_data *calldata = data;
7540 struct nfs_client *clp = calldata->clp;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007541
Trond Myklebust14516c32010-07-31 14:29:06 -04007542 if (!nfs41_sequence_done(task, task->tk_msg.rpc_resp))
7543 return;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007544
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007545 trace_nfs4_sequence(clp, task->tk_status);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007546 if (task->tk_status < 0) {
7547 dprintk("%s ERROR %d\n", __func__, task->tk_status);
Alexandros Batsakis71358402010-02-05 03:45:05 -08007548 if (atomic_read(&clp->cl_count) == 1)
7549 goto out;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007550
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007551 if (nfs41_sequence_handle_errors(task, clp) == -EAGAIN) {
7552 rpc_restart_call_prepare(task);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007553 return;
7554 }
7555 }
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007556 dprintk("%s rpc_cred %p\n", __func__, task->tk_msg.rpc_cred);
Alexandros Batsakis71358402010-02-05 03:45:05 -08007557out:
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007558 dprintk("<-- %s\n", __func__);
7559}
7560
7561static void nfs41_sequence_prepare(struct rpc_task *task, void *data)
7562{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007563 struct nfs4_sequence_data *calldata = data;
7564 struct nfs_client *clp = calldata->clp;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007565 struct nfs4_sequence_args *args;
7566 struct nfs4_sequence_res *res;
7567
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007568 args = task->tk_msg.rpc_argp;
7569 res = task->tk_msg.rpc_resp;
7570
Trond Myklebustd9afbd12012-10-22 20:28:44 -04007571 nfs41_setup_sequence(clp->cl_session, args, res, task);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007572}
7573
7574static const struct rpc_call_ops nfs41_sequence_ops = {
7575 .rpc_call_done = nfs41_sequence_call_done,
7576 .rpc_call_prepare = nfs41_sequence_prepare,
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08007577 .rpc_release = nfs41_sequence_release,
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007578};
7579
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007580static struct rpc_task *_nfs41_proc_sequence(struct nfs_client *clp,
7581 struct rpc_cred *cred,
7582 bool is_privileged)
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007583{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007584 struct nfs4_sequence_data *calldata;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007585 struct rpc_message msg = {
7586 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SEQUENCE],
7587 .rpc_cred = cred,
7588 };
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007589 struct rpc_task_setup task_setup_data = {
7590 .rpc_client = clp->cl_rpcclient,
7591 .rpc_message = &msg,
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007592 .callback_ops = &nfs41_sequence_ops,
Trond Myklebustbc7a05c2013-04-08 17:50:28 -04007593 .flags = RPC_TASK_ASYNC | RPC_TASK_TIMEOUT,
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007594 };
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007595
Alexandros Batsakis71358402010-02-05 03:45:05 -08007596 if (!atomic_inc_not_zero(&clp->cl_count))
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007597 return ERR_PTR(-EIO);
Benny Halevydfb4f3092010-09-24 09:17:01 -04007598 calldata = kzalloc(sizeof(*calldata), GFP_NOFS);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007599 if (calldata == NULL) {
Alexandros Batsakis71358402010-02-05 03:45:05 -08007600 nfs_put_client(clp);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007601 return ERR_PTR(-ENOMEM);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007602 }
Chuck Levera9c92d62013-08-09 12:48:18 -04007603 nfs4_init_sequence(&calldata->args, &calldata->res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007604 if (is_privileged)
7605 nfs4_set_sequence_privileged(&calldata->args);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04007606 msg.rpc_argp = &calldata->args;
7607 msg.rpc_resp = &calldata->res;
7608 calldata->clp = clp;
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007609 task_setup_data.callback_data = calldata;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007610
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007611 return rpc_run_task(&task_setup_data);
7612}
7613
Trond Myklebust2f60ea62011-08-24 15:07:37 -04007614static int nfs41_proc_async_sequence(struct nfs_client *clp, struct rpc_cred *cred, unsigned renew_flags)
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007615{
7616 struct rpc_task *task;
7617 int ret = 0;
7618
Trond Myklebust2f60ea62011-08-24 15:07:37 -04007619 if ((renew_flags & NFS4_RENEW_TIMEOUT) == 0)
Andy Adamsond1f456b2014-09-29 12:31:57 -04007620 return -EAGAIN;
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007621 task = _nfs41_proc_sequence(clp, cred, false);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007622 if (IS_ERR(task))
7623 ret = PTR_ERR(task);
7624 else
Trond Myklebustbf294b42011-02-21 11:05:41 -08007625 rpc_put_task_async(task);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007626 dprintk("<-- %s status=%d\n", __func__, ret);
7627 return ret;
7628}
7629
7630static int nfs4_proc_sequence(struct nfs_client *clp, struct rpc_cred *cred)
7631{
7632 struct rpc_task *task;
7633 int ret;
7634
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007635 task = _nfs41_proc_sequence(clp, cred, true);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007636 if (IS_ERR(task)) {
7637 ret = PTR_ERR(task);
7638 goto out;
7639 }
7640 ret = rpc_wait_for_completion_task(task);
Trond Myklebustbe824162015-07-05 14:50:46 -04007641 if (!ret)
Trond Myklebust71ac6da2010-06-16 09:52:26 -04007642 ret = task->tk_status;
7643 rpc_put_task(task);
7644out:
7645 dprintk("<-- %s status=%d\n", __func__, ret);
7646 return ret;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04007647}
7648
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007649struct nfs4_reclaim_complete_data {
7650 struct nfs_client *clp;
7651 struct nfs41_reclaim_complete_args arg;
7652 struct nfs41_reclaim_complete_res res;
7653};
7654
7655static void nfs4_reclaim_complete_prepare(struct rpc_task *task, void *data)
7656{
7657 struct nfs4_reclaim_complete_data *calldata = data;
7658
Trond Myklebustd9afbd12012-10-22 20:28:44 -04007659 nfs41_setup_sequence(calldata->clp->cl_session,
7660 &calldata->arg.seq_args,
7661 &calldata->res.seq_res,
7662 task);
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007663}
7664
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007665static int nfs41_reclaim_complete_handle_errors(struct rpc_task *task, struct nfs_client *clp)
7666{
7667 switch(task->tk_status) {
7668 case 0:
7669 case -NFS4ERR_COMPLETE_ALREADY:
7670 case -NFS4ERR_WRONG_CRED: /* What to do here? */
7671 break;
7672 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007673 rpc_delay(task, NFS4_POLL_RETRY_MAX);
Andy Adamsona8a4ae32011-05-03 13:43:03 -04007674 /* fall through */
7675 case -NFS4ERR_RETRY_UNCACHED_REP:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007676 return -EAGAIN;
7677 default:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05007678 nfs4_schedule_lease_recovery(clp);
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007679 }
7680 return 0;
7681}
7682
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007683static void nfs4_reclaim_complete_done(struct rpc_task *task, void *data)
7684{
7685 struct nfs4_reclaim_complete_data *calldata = data;
7686 struct nfs_client *clp = calldata->clp;
7687 struct nfs4_sequence_res *res = &calldata->res.seq_res;
7688
7689 dprintk("--> %s\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04007690 if (!nfs41_sequence_done(task, res))
7691 return;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007692
Trond Myklebustc6d01c62013-08-09 11:51:26 -04007693 trace_nfs4_reclaim_complete(clp, task->tk_status);
Trond Myklebustaa5190d2010-06-16 09:52:25 -04007694 if (nfs41_reclaim_complete_handle_errors(task, clp) == -EAGAIN) {
7695 rpc_restart_call_prepare(task);
7696 return;
7697 }
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007698 dprintk("<-- %s\n", __func__);
7699}
7700
7701static void nfs4_free_reclaim_complete_data(void *data)
7702{
7703 struct nfs4_reclaim_complete_data *calldata = data;
7704
7705 kfree(calldata);
7706}
7707
7708static const struct rpc_call_ops nfs4_reclaim_complete_call_ops = {
7709 .rpc_call_prepare = nfs4_reclaim_complete_prepare,
7710 .rpc_call_done = nfs4_reclaim_complete_done,
7711 .rpc_release = nfs4_free_reclaim_complete_data,
7712};
7713
7714/*
7715 * Issue a global reclaim complete.
7716 */
Trond Myklebust965e9c22013-05-20 11:05:17 -04007717static int nfs41_proc_reclaim_complete(struct nfs_client *clp,
7718 struct rpc_cred *cred)
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007719{
7720 struct nfs4_reclaim_complete_data *calldata;
7721 struct rpc_task *task;
7722 struct rpc_message msg = {
7723 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RECLAIM_COMPLETE],
Trond Myklebust965e9c22013-05-20 11:05:17 -04007724 .rpc_cred = cred,
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007725 };
7726 struct rpc_task_setup task_setup_data = {
7727 .rpc_client = clp->cl_rpcclient,
7728 .rpc_message = &msg,
7729 .callback_ops = &nfs4_reclaim_complete_call_ops,
7730 .flags = RPC_TASK_ASYNC,
7731 };
7732 int status = -ENOMEM;
7733
7734 dprintk("--> %s\n", __func__);
Trond Myklebust8535b2b2010-05-13 12:51:01 -04007735 calldata = kzalloc(sizeof(*calldata), GFP_NOFS);
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007736 if (calldata == NULL)
7737 goto out;
7738 calldata->clp = clp;
7739 calldata->arg.one_fs = 0;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007740
Chuck Levera9c92d62013-08-09 12:48:18 -04007741 nfs4_init_sequence(&calldata->arg.seq_args, &calldata->res.seq_res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04007742 nfs4_set_sequence_privileged(&calldata->arg.seq_args);
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007743 msg.rpc_argp = &calldata->arg;
7744 msg.rpc_resp = &calldata->res;
7745 task_setup_data.callback_data = calldata;
7746 task = rpc_run_task(&task_setup_data);
Dan Carpenteracf82b82010-04-22 11:28:39 +02007747 if (IS_ERR(task)) {
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007748 status = PTR_ERR(task);
Dan Carpenteracf82b82010-04-22 11:28:39 +02007749 goto out;
7750 }
Andy Adamsonc34c32e2011-03-09 13:13:46 -05007751 status = nfs4_wait_for_completion_rpc_task(task);
7752 if (status == 0)
7753 status = task->tk_status;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007754 rpc_put_task(task);
Dan Carpenteracf82b82010-04-22 11:28:39 +02007755 return 0;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05007756out:
7757 dprintk("<-- %s status=%d\n", __func__, status);
7758 return status;
7759}
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007760
7761static void
7762nfs4_layoutget_prepare(struct rpc_task *task, void *calldata)
7763{
7764 struct nfs4_layoutget *lgp = calldata;
Fred Isamanc31663d2011-01-06 11:36:24 +00007765 struct nfs_server *server = NFS_SERVER(lgp->args.inode);
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007766 struct nfs4_session *session = nfs4_get_session(server);
Trond Myklebustab7d7632015-12-28 10:32:11 -05007767 int ret;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007768
7769 dprintk("--> %s\n", __func__);
Fred Isamanc31663d2011-01-06 11:36:24 +00007770 /* Note the is a race here, where a CB_LAYOUTRECALL can come in
7771 * right now covering the LAYOUTGET we are about to send.
7772 * However, that is not so catastrophic, and there seems
7773 * to be no way to prevent it completely.
7774 */
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007775 if (nfs41_setup_sequence(session, &lgp->args.seq_args,
Trond Myklebust9d12b212012-01-17 22:04:25 -05007776 &lgp->res.seq_res, task))
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007777 return;
Trond Myklebustab7d7632015-12-28 10:32:11 -05007778 ret = pnfs_choose_layoutget_stateid(&lgp->args.stateid,
Fred Isamancf7d63f2011-01-06 11:36:25 +00007779 NFS_I(lgp->args.inode)->layout,
Peng Taoce6ab4f2014-09-06 00:53:24 +08007780 &lgp->args.range,
Trond Myklebustab7d7632015-12-28 10:32:11 -05007781 lgp->args.ctx->state);
7782 if (ret < 0)
7783 rpc_exit(task, ret);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007784}
7785
7786static void nfs4_layoutget_done(struct rpc_task *task, void *calldata)
7787{
7788 struct nfs4_layoutget *lgp = calldata;
Trond Myklebustee314c22012-10-01 17:25:48 -07007789 struct inode *inode = lgp->args.inode;
7790 struct nfs_server *server = NFS_SERVER(inode);
7791 struct pnfs_layout_hdr *lo;
7792 struct nfs4_state *state = NULL;
Boaz Harroshed7e5422014-01-22 20:34:54 +02007793 unsigned long timeo, now, giveup;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007794
Boaz Harroshed7e5422014-01-22 20:34:54 +02007795 dprintk("--> %s tk_status => %d\n", __func__, -task->tk_status);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007796
Trond Myklebust6ba7db32012-10-22 20:07:20 -04007797 if (!nfs41_sequence_done(task, &lgp->res.seq_res))
Trond Myklebustee314c22012-10-01 17:25:48 -07007798 goto out;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007799
7800 switch (task->tk_status) {
7801 case 0:
Trond Myklebustee314c22012-10-01 17:25:48 -07007802 goto out;
Peng Tao7c1e6e52015-12-05 17:01:01 +08007803
7804 /*
7805 * NFS4ERR_LAYOUTUNAVAILABLE means we are not supposed to use pnfs
7806 * on the file. set tk_status to -ENODATA to tell upper layer to
7807 * retry go inband.
7808 */
7809 case -NFS4ERR_LAYOUTUNAVAILABLE:
7810 task->tk_status = -ENODATA;
7811 goto out;
Boaz Harroshed7e5422014-01-22 20:34:54 +02007812 /*
Trond Myklebust21b874c2015-08-31 01:19:22 -07007813 * NFS4ERR_BADLAYOUT means the MDS cannot return a layout of
7814 * length lgp->args.minlength != 0 (see RFC5661 section 18.43.3).
7815 */
7816 case -NFS4ERR_BADLAYOUT:
7817 goto out_overflow;
7818 /*
Boaz Harroshed7e5422014-01-22 20:34:54 +02007819 * NFS4ERR_LAYOUTTRYLATER is a conflict with another client
Trond Myklebust21b874c2015-08-31 01:19:22 -07007820 * (or clients) writing to the same RAID stripe except when
7821 * the minlength argument is 0 (see RFC5661 section 18.43.3).
Boaz Harroshed7e5422014-01-22 20:34:54 +02007822 */
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007823 case -NFS4ERR_LAYOUTTRYLATER:
Trond Myklebust21b874c2015-08-31 01:19:22 -07007824 if (lgp->args.minlength == 0)
7825 goto out_overflow;
Boaz Harroshed7e5422014-01-22 20:34:54 +02007826 /*
7827 * NFS4ERR_RECALLCONFLICT is when conflict with self (must recall
7828 * existing layout before getting a new one).
7829 */
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007830 case -NFS4ERR_RECALLCONFLICT:
Weston Andros Adamson30005122013-02-28 20:30:10 -05007831 timeo = rpc_get_timeout(task->tk_client);
7832 giveup = lgp->args.timestamp + timeo;
Boaz Harroshed7e5422014-01-22 20:34:54 +02007833 now = jiffies;
7834 if (time_after(giveup, now)) {
7835 unsigned long delay;
7836
7837 /* Delay for:
7838 * - Not less then NFS4_POLL_RETRY_MIN.
7839 * - One last time a jiffie before we give up
7840 * - exponential backoff (time_now minus start_attempt)
7841 */
7842 delay = max_t(unsigned long, NFS4_POLL_RETRY_MIN,
7843 min((giveup - now - 1),
7844 now - lgp->args.timestamp));
7845
7846 dprintk("%s: NFS4ERR_RECALLCONFLICT waiting %lu\n",
7847 __func__, delay);
7848 rpc_delay(task, delay);
Trond Myklebust2259f962015-09-20 13:30:30 -04007849 /* Do not call nfs4_async_handle_error() */
7850 goto out_restart;
Boaz Harroshed7e5422014-01-22 20:34:54 +02007851 }
Trond Myklebustee314c22012-10-01 17:25:48 -07007852 break;
7853 case -NFS4ERR_EXPIRED:
7854 case -NFS4ERR_BAD_STATEID:
7855 spin_lock(&inode->i_lock);
Trond Myklebust2259f962015-09-20 13:30:30 -04007856 if (nfs4_stateid_match(&lgp->args.stateid,
7857 &lgp->args.ctx->state->stateid)) {
Trond Myklebustee314c22012-10-01 17:25:48 -07007858 spin_unlock(&inode->i_lock);
7859 /* If the open stateid was bad, then recover it. */
7860 state = lgp->args.ctx->state;
Trond Myklebust2259f962015-09-20 13:30:30 -04007861 break;
7862 }
7863 lo = NFS_I(inode)->layout;
7864 if (lo && nfs4_stateid_match(&lgp->args.stateid,
7865 &lo->plh_stateid)) {
Trond Myklebustee314c22012-10-01 17:25:48 -07007866 LIST_HEAD(head);
7867
Christoph Hellwigdefb8462014-08-21 11:09:21 -05007868 /*
7869 * Mark the bad layout state as invalid, then retry
7870 * with the current stateid.
7871 */
Kinglong Mee8714d462015-09-20 23:04:22 +08007872 set_bit(NFS_LAYOUT_INVALID_STID, &lo->plh_flags);
Trond Myklebustee314c22012-10-01 17:25:48 -07007873 pnfs_mark_matching_lsegs_invalid(lo, &head, NULL);
7874 spin_unlock(&inode->i_lock);
Trond Myklebustee314c22012-10-01 17:25:48 -07007875 pnfs_free_lseg_list(&head);
Trond Myklebust2259f962015-09-20 13:30:30 -04007876 } else
7877 spin_unlock(&inode->i_lock);
7878 goto out_restart;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007879 }
Jeff Layton91ab4b42015-11-19 14:30:26 -05007880 if (nfs4_async_handle_error(task, server, state, &lgp->timeout) == -EAGAIN)
Trond Myklebust2259f962015-09-20 13:30:30 -04007881 goto out_restart;
Trond Myklebustee314c22012-10-01 17:25:48 -07007882out:
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007883 dprintk("<-- %s\n", __func__);
Trond Myklebust21b874c2015-08-31 01:19:22 -07007884 return;
Trond Myklebust2259f962015-09-20 13:30:30 -04007885out_restart:
7886 task->tk_status = 0;
7887 rpc_restart_call_prepare(task);
7888 return;
Trond Myklebust21b874c2015-08-31 01:19:22 -07007889out_overflow:
7890 task->tk_status = -EOVERFLOW;
7891 goto out;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007892}
7893
Idan Kedar85541162012-08-02 11:47:10 +03007894static size_t max_response_pages(struct nfs_server *server)
7895{
7896 u32 max_resp_sz = server->nfs_client->cl_session->fc_attrs.max_resp_sz;
7897 return nfs_page_array_len(0, max_resp_sz);
7898}
7899
7900static void nfs4_free_pages(struct page **pages, size_t size)
7901{
7902 int i;
7903
7904 if (!pages)
7905 return;
7906
7907 for (i = 0; i < size; i++) {
7908 if (!pages[i])
7909 break;
7910 __free_page(pages[i]);
7911 }
7912 kfree(pages);
7913}
7914
7915static struct page **nfs4_alloc_pages(size_t size, gfp_t gfp_flags)
7916{
7917 struct page **pages;
7918 int i;
7919
7920 pages = kcalloc(size, sizeof(struct page *), gfp_flags);
7921 if (!pages) {
7922 dprintk("%s: can't alloc array of %zu pages\n", __func__, size);
7923 return NULL;
7924 }
7925
7926 for (i = 0; i < size; i++) {
7927 pages[i] = alloc_page(gfp_flags);
7928 if (!pages[i]) {
7929 dprintk("%s: failed to allocate page\n", __func__);
7930 nfs4_free_pages(pages, size);
7931 return NULL;
7932 }
7933 }
7934
7935 return pages;
7936}
7937
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007938static void nfs4_layoutget_release(void *calldata)
7939{
7940 struct nfs4_layoutget *lgp = calldata;
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05007941 struct inode *inode = lgp->args.inode;
7942 struct nfs_server *server = NFS_SERVER(inode);
Idan Kedar85541162012-08-02 11:47:10 +03007943 size_t max_pages = max_response_pages(server);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007944
7945 dprintk("--> %s\n", __func__);
Idan Kedar85541162012-08-02 11:47:10 +03007946 nfs4_free_pages(lgp->args.layout.pages, max_pages);
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05007947 pnfs_put_layout_hdr(NFS_I(inode)->layout);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007948 put_nfs_open_context(lgp->args.ctx);
7949 kfree(calldata);
7950 dprintk("<-- %s\n", __func__);
7951}
7952
7953static const struct rpc_call_ops nfs4_layoutget_call_ops = {
7954 .rpc_call_prepare = nfs4_layoutget_prepare,
7955 .rpc_call_done = nfs4_layoutget_done,
7956 .rpc_release = nfs4_layoutget_release,
7957};
7958
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007959struct pnfs_layout_segment *
7960nfs4_proc_layoutget(struct nfs4_layoutget *lgp, gfp_t gfp_flags)
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007961{
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05007962 struct inode *inode = lgp->args.inode;
7963 struct nfs_server *server = NFS_SERVER(inode);
Idan Kedar85541162012-08-02 11:47:10 +03007964 size_t max_pages = max_response_pages(server);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007965 struct rpc_task *task;
7966 struct rpc_message msg = {
7967 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTGET],
7968 .rpc_argp = &lgp->args,
7969 .rpc_resp = &lgp->res,
Trond Myklebust6ab59342013-05-20 10:49:34 -04007970 .rpc_cred = lgp->cred,
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007971 };
7972 struct rpc_task_setup task_setup_data = {
7973 .rpc_client = server->client,
7974 .rpc_message = &msg,
7975 .callback_ops = &nfs4_layoutget_call_ops,
7976 .callback_data = lgp,
7977 .flags = RPC_TASK_ASYNC,
7978 };
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007979 struct pnfs_layout_segment *lseg = NULL;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007980 int status = 0;
7981
7982 dprintk("--> %s\n", __func__);
7983
Peng Tao4bd5a982014-11-17 11:05:17 +08007984 /* nfs4_layoutget_release calls pnfs_put_layout_hdr */
7985 pnfs_get_layout_hdr(NFS_I(inode)->layout);
7986
Idan Kedar85541162012-08-02 11:47:10 +03007987 lgp->args.layout.pages = nfs4_alloc_pages(max_pages, gfp_flags);
7988 if (!lgp->args.layout.pages) {
7989 nfs4_layoutget_release(lgp);
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04007990 return ERR_PTR(-ENOMEM);
Idan Kedar85541162012-08-02 11:47:10 +03007991 }
7992 lgp->args.layout.pglen = max_pages * PAGE_SIZE;
Weston Andros Adamson30005122013-02-28 20:30:10 -05007993 lgp->args.timestamp = jiffies;
Idan Kedar85541162012-08-02 11:47:10 +03007994
Weston Andros Adamson35124a02011-03-24 16:48:21 -04007995 lgp->res.layoutp = &lgp->args.layout;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007996 lgp->res.seq_res.sr_slot = NULL;
Chuck Levera9c92d62013-08-09 12:48:18 -04007997 nfs4_init_sequence(&lgp->args.seq_args, &lgp->res.seq_res, 0);
Weston Andros Adamsona47970f2013-02-25 21:27:33 -05007998
Andy Adamsonb1f69b72010-10-20 00:18:03 -04007999 task = rpc_run_task(&task_setup_data);
8000 if (IS_ERR(task))
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04008001 return ERR_CAST(task);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04008002 status = nfs4_wait_for_completion_rpc_task(task);
Fred Isamanc31663d2011-01-06 11:36:24 +00008003 if (status == 0)
8004 status = task->tk_status;
Trond Myklebust1037e6e2013-08-14 16:36:51 -04008005 trace_nfs4_layoutget(lgp->args.ctx,
8006 &lgp->args.range,
8007 &lgp->res.range,
Olga Kornievskaia48c95792015-11-24 13:29:41 -05008008 &lgp->res.stateid,
Trond Myklebust1037e6e2013-08-14 16:36:51 -04008009 status);
Weston Andros Adamson085b7a42013-02-15 16:03:46 -05008010 /* if layoutp->len is 0, nfs4_layoutget_prepare called rpc_exit */
8011 if (status == 0 && lgp->res.layoutp->len)
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04008012 lseg = pnfs_layout_process(lgp);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04008013 rpc_put_task(task);
8014 dprintk("<-- %s status=%d\n", __func__, status);
Trond Myklebusta0b0a6e2012-09-17 17:12:15 -04008015 if (status)
8016 return ERR_PTR(status);
8017 return lseg;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04008018}
8019
Benny Halevycbe82602011-05-22 19:52:37 +03008020static void
8021nfs4_layoutreturn_prepare(struct rpc_task *task, void *calldata)
8022{
8023 struct nfs4_layoutreturn *lrp = calldata;
8024
8025 dprintk("--> %s\n", __func__);
Trond Myklebustd9afbd12012-10-22 20:28:44 -04008026 nfs41_setup_sequence(lrp->clp->cl_session,
8027 &lrp->args.seq_args,
8028 &lrp->res.seq_res,
8029 task);
Benny Halevycbe82602011-05-22 19:52:37 +03008030}
8031
8032static void nfs4_layoutreturn_done(struct rpc_task *task, void *calldata)
8033{
8034 struct nfs4_layoutreturn *lrp = calldata;
8035 struct nfs_server *server;
8036
8037 dprintk("--> %s\n", __func__);
8038
Trond Myklebust6ba7db32012-10-22 20:07:20 -04008039 if (!nfs41_sequence_done(task, &lrp->res.seq_res))
Benny Halevycbe82602011-05-22 19:52:37 +03008040 return;
8041
8042 server = NFS_SERVER(lrp->args.inode);
Trond Myklebustf22e5ed2013-12-04 12:09:45 -05008043 switch (task->tk_status) {
8044 default:
8045 task->tk_status = 0;
8046 case 0:
8047 break;
8048 case -NFS4ERR_DELAY:
NeilBrown8478eaa2014-09-18 16:09:27 +10008049 if (nfs4_async_handle_error(task, server, NULL, NULL) != -EAGAIN)
Trond Myklebustf22e5ed2013-12-04 12:09:45 -05008050 break;
Trond Myklebustd00c5d42011-10-19 12:17:29 -07008051 rpc_restart_call_prepare(task);
Benny Halevycbe82602011-05-22 19:52:37 +03008052 return;
8053 }
Benny Halevycbe82602011-05-22 19:52:37 +03008054 dprintk("<-- %s\n", __func__);
8055}
8056
8057static void nfs4_layoutreturn_release(void *calldata)
8058{
8059 struct nfs4_layoutreturn *lrp = calldata;
Trond Myklebust849b2862012-09-24 14:18:39 -04008060 struct pnfs_layout_hdr *lo = lrp->args.layout;
Trond Myklebustc5d73712015-07-09 17:58:39 +02008061 LIST_HEAD(freeme);
Benny Halevycbe82602011-05-22 19:52:37 +03008062
8063 dprintk("--> %s\n", __func__);
Trond Myklebust849b2862012-09-24 14:18:39 -04008064 spin_lock(&lo->plh_inode->i_lock);
Trond Myklebust0654cc72015-12-28 11:48:14 -05008065 pnfs_mark_matching_lsegs_invalid(lo, &freeme, &lrp->args.range);
8066 pnfs_mark_layout_returned_if_empty(lo);
Trond Myklebust849b2862012-09-24 14:18:39 -04008067 if (lrp->res.lrs_present)
8068 pnfs_set_layout_stateid(lo, &lrp->res.stateid, true);
Tom Haynesd67ae822014-12-11 17:02:04 -05008069 pnfs_clear_layoutreturn_waitbit(lo);
Trond Myklebust849b2862012-09-24 14:18:39 -04008070 spin_unlock(&lo->plh_inode->i_lock);
Trond Myklebustc5d73712015-07-09 17:58:39 +02008071 pnfs_free_lseg_list(&freeme);
Trond Myklebust70c3bd22012-09-18 20:51:13 -04008072 pnfs_put_layout_hdr(lrp->args.layout);
Trond Myklebust5a0ec8ac2015-02-05 16:35:16 -05008073 nfs_iput_and_deactive(lrp->inode);
Benny Halevycbe82602011-05-22 19:52:37 +03008074 kfree(calldata);
8075 dprintk("<-- %s\n", __func__);
8076}
8077
8078static const struct rpc_call_ops nfs4_layoutreturn_call_ops = {
8079 .rpc_call_prepare = nfs4_layoutreturn_prepare,
8080 .rpc_call_done = nfs4_layoutreturn_done,
8081 .rpc_release = nfs4_layoutreturn_release,
8082};
8083
Peng Tao6c166052014-11-17 09:30:40 +08008084int nfs4_proc_layoutreturn(struct nfs4_layoutreturn *lrp, bool sync)
Benny Halevycbe82602011-05-22 19:52:37 +03008085{
8086 struct rpc_task *task;
8087 struct rpc_message msg = {
8088 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTRETURN],
8089 .rpc_argp = &lrp->args,
8090 .rpc_resp = &lrp->res,
Trond Myklebust95560002013-05-20 10:43:47 -04008091 .rpc_cred = lrp->cred,
Benny Halevycbe82602011-05-22 19:52:37 +03008092 };
8093 struct rpc_task_setup task_setup_data = {
Andy Adamson1771c572013-07-22 12:42:05 -04008094 .rpc_client = NFS_SERVER(lrp->args.inode)->client,
Benny Halevycbe82602011-05-22 19:52:37 +03008095 .rpc_message = &msg,
8096 .callback_ops = &nfs4_layoutreturn_call_ops,
8097 .callback_data = lrp,
8098 };
Peng Tao6c166052014-11-17 09:30:40 +08008099 int status = 0;
Benny Halevycbe82602011-05-22 19:52:37 +03008100
Andrew Elble99ade3c2015-12-02 09:39:51 -05008101 nfs4_state_protect(NFS_SERVER(lrp->args.inode)->nfs_client,
8102 NFS_SP4_MACH_CRED_PNFS_CLEANUP,
8103 &task_setup_data.rpc_client, &msg);
8104
Benny Halevycbe82602011-05-22 19:52:37 +03008105 dprintk("--> %s\n", __func__);
Trond Myklebust5a0ec8ac2015-02-05 16:35:16 -05008106 if (!sync) {
8107 lrp->inode = nfs_igrab_and_active(lrp->args.inode);
8108 if (!lrp->inode) {
8109 nfs4_layoutreturn_release(lrp);
8110 return -EAGAIN;
8111 }
8112 task_setup_data.flags |= RPC_TASK_ASYNC;
8113 }
Chuck Levera9c92d62013-08-09 12:48:18 -04008114 nfs4_init_sequence(&lrp->args.seq_args, &lrp->res.seq_res, 1);
Benny Halevycbe82602011-05-22 19:52:37 +03008115 task = rpc_run_task(&task_setup_data);
8116 if (IS_ERR(task))
8117 return PTR_ERR(task);
Trond Myklebust5a0ec8ac2015-02-05 16:35:16 -05008118 if (sync)
8119 status = task->tk_status;
Olga Kornievskaia48c95792015-11-24 13:29:41 -05008120 trace_nfs4_layoutreturn(lrp->args.inode, &lrp->args.stateid, status);
Benny Halevycbe82602011-05-22 19:52:37 +03008121 dprintk("<-- %s status=%d\n", __func__, status);
8122 rpc_put_task(task);
8123 return status;
8124}
8125
Andy Adamsonb1f69b72010-10-20 00:18:03 -04008126static int
Trond Myklebustcd5875f2013-05-20 11:42:54 -04008127_nfs4_proc_getdeviceinfo(struct nfs_server *server,
8128 struct pnfs_device *pdev,
8129 struct rpc_cred *cred)
Andy Adamsonb1f69b72010-10-20 00:18:03 -04008130{
8131 struct nfs4_getdeviceinfo_args args = {
8132 .pdev = pdev,
Trond Myklebust4e590802015-03-09 14:01:25 -04008133 .notify_types = NOTIFY_DEVICEID4_CHANGE |
8134 NOTIFY_DEVICEID4_DELETE,
Andy Adamsonb1f69b72010-10-20 00:18:03 -04008135 };
8136 struct nfs4_getdeviceinfo_res res = {
8137 .pdev = pdev,
8138 };
8139 struct rpc_message msg = {
8140 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETDEVICEINFO],
8141 .rpc_argp = &args,
8142 .rpc_resp = &res,
Trond Myklebustcd5875f2013-05-20 11:42:54 -04008143 .rpc_cred = cred,
Andy Adamsonb1f69b72010-10-20 00:18:03 -04008144 };
8145 int status;
8146
8147 dprintk("--> %s\n", __func__);
Bryan Schumaker7c513052011-03-24 17:12:24 +00008148 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Trond Myklebust4e590802015-03-09 14:01:25 -04008149 if (res.notification & ~args.notify_types)
8150 dprintk("%s: unsupported notification\n", __func__);
Trond Myklebustdf526992015-03-09 14:48:32 -04008151 if (res.notification != args.notify_types)
8152 pdev->nocache = 1;
Trond Myklebust4e590802015-03-09 14:01:25 -04008153
Andy Adamsonb1f69b72010-10-20 00:18:03 -04008154 dprintk("<-- %s status=%d\n", __func__, status);
8155
8156 return status;
8157}
8158
Trond Myklebustcd5875f2013-05-20 11:42:54 -04008159int nfs4_proc_getdeviceinfo(struct nfs_server *server,
8160 struct pnfs_device *pdev,
8161 struct rpc_cred *cred)
Andy Adamsonb1f69b72010-10-20 00:18:03 -04008162{
8163 struct nfs4_exception exception = { };
8164 int err;
8165
8166 do {
8167 err = nfs4_handle_exception(server,
Trond Myklebustcd5875f2013-05-20 11:42:54 -04008168 _nfs4_proc_getdeviceinfo(server, pdev, cred),
Andy Adamsonb1f69b72010-10-20 00:18:03 -04008169 &exception);
8170 } while (exception.retry);
8171 return err;
8172}
8173EXPORT_SYMBOL_GPL(nfs4_proc_getdeviceinfo);
8174
Andy Adamson863a3c62011-03-23 13:27:54 +00008175static void nfs4_layoutcommit_prepare(struct rpc_task *task, void *calldata)
8176{
8177 struct nfs4_layoutcommit_data *data = calldata;
8178 struct nfs_server *server = NFS_SERVER(data->args.inode);
Trond Myklebust6ba7db32012-10-22 20:07:20 -04008179 struct nfs4_session *session = nfs4_get_session(server);
Andy Adamson863a3c62011-03-23 13:27:54 +00008180
Trond Myklebustd9afbd12012-10-22 20:28:44 -04008181 nfs41_setup_sequence(session,
8182 &data->args.seq_args,
8183 &data->res.seq_res,
8184 task);
Andy Adamson863a3c62011-03-23 13:27:54 +00008185}
8186
8187static void
8188nfs4_layoutcommit_done(struct rpc_task *task, void *calldata)
8189{
8190 struct nfs4_layoutcommit_data *data = calldata;
8191 struct nfs_server *server = NFS_SERVER(data->args.inode);
8192
Trond Myklebust6ba7db32012-10-22 20:07:20 -04008193 if (!nfs41_sequence_done(task, &data->res.seq_res))
Andy Adamson863a3c62011-03-23 13:27:54 +00008194 return;
8195
8196 switch (task->tk_status) { /* Just ignore these failures */
Trond Myklebuste59d27e2012-03-27 18:22:19 -04008197 case -NFS4ERR_DELEG_REVOKED: /* layout was recalled */
8198 case -NFS4ERR_BADIOMODE: /* no IOMODE_RW layout for range */
8199 case -NFS4ERR_BADLAYOUT: /* no layout */
8200 case -NFS4ERR_GRACE: /* loca_recalim always false */
Andy Adamson863a3c62011-03-23 13:27:54 +00008201 task->tk_status = 0;
Trond Myklebuste59d27e2012-03-27 18:22:19 -04008202 case 0:
Trond Myklebuste59d27e2012-03-27 18:22:19 -04008203 break;
8204 default:
NeilBrown8478eaa2014-09-18 16:09:27 +10008205 if (nfs4_async_handle_error(task, server, NULL, NULL) == -EAGAIN) {
Trond Myklebuste59d27e2012-03-27 18:22:19 -04008206 rpc_restart_call_prepare(task);
8207 return;
8208 }
8209 }
Andy Adamson863a3c62011-03-23 13:27:54 +00008210}
8211
8212static void nfs4_layoutcommit_release(void *calldata)
8213{
8214 struct nfs4_layoutcommit_data *data = calldata;
8215
Andy Adamsondb29c082011-07-30 20:52:38 -04008216 pnfs_cleanup_layoutcommit(data);
Trond Myklebustd8c951c2014-01-13 12:08:11 -05008217 nfs_post_op_update_inode_force_wcc(data->args.inode,
8218 data->res.fattr);
Andy Adamson863a3c62011-03-23 13:27:54 +00008219 put_rpccred(data->cred);
Trond Myklebust472e2592015-02-05 16:50:30 -05008220 nfs_iput_and_deactive(data->inode);
Andy Adamson863a3c62011-03-23 13:27:54 +00008221 kfree(data);
8222}
8223
8224static const struct rpc_call_ops nfs4_layoutcommit_ops = {
8225 .rpc_call_prepare = nfs4_layoutcommit_prepare,
8226 .rpc_call_done = nfs4_layoutcommit_done,
8227 .rpc_release = nfs4_layoutcommit_release,
8228};
8229
8230int
Andy Adamsonef311532011-03-12 02:58:10 -05008231nfs4_proc_layoutcommit(struct nfs4_layoutcommit_data *data, bool sync)
Andy Adamson863a3c62011-03-23 13:27:54 +00008232{
8233 struct rpc_message msg = {
8234 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTCOMMIT],
8235 .rpc_argp = &data->args,
8236 .rpc_resp = &data->res,
8237 .rpc_cred = data->cred,
8238 };
8239 struct rpc_task_setup task_setup_data = {
8240 .task = &data->task,
8241 .rpc_client = NFS_CLIENT(data->args.inode),
8242 .rpc_message = &msg,
8243 .callback_ops = &nfs4_layoutcommit_ops,
8244 .callback_data = data,
Andy Adamson863a3c62011-03-23 13:27:54 +00008245 };
8246 struct rpc_task *task;
8247 int status = 0;
8248
Kinglong Meeb4839eb2015-07-01 12:00:13 +08008249 dprintk("NFS: initiating layoutcommit call. sync %d "
8250 "lbw: %llu inode %lu\n", sync,
Andy Adamson863a3c62011-03-23 13:27:54 +00008251 data->args.lastbytewritten,
8252 data->args.inode->i_ino);
8253
Trond Myklebust472e2592015-02-05 16:50:30 -05008254 if (!sync) {
8255 data->inode = nfs_igrab_and_active(data->args.inode);
8256 if (data->inode == NULL) {
8257 nfs4_layoutcommit_release(data);
8258 return -EAGAIN;
8259 }
8260 task_setup_data.flags = RPC_TASK_ASYNC;
8261 }
Chuck Levera9c92d62013-08-09 12:48:18 -04008262 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Andy Adamson863a3c62011-03-23 13:27:54 +00008263 task = rpc_run_task(&task_setup_data);
8264 if (IS_ERR(task))
8265 return PTR_ERR(task);
Trond Myklebust472e2592015-02-05 16:50:30 -05008266 if (sync)
8267 status = task->tk_status;
Olga Kornievskaia48c95792015-11-24 13:29:41 -05008268 trace_nfs4_layoutcommit(data->args.inode, &data->args.stateid, status);
Andy Adamson863a3c62011-03-23 13:27:54 +00008269 dprintk("%s: status %d\n", __func__, status);
8270 rpc_put_task(task);
8271 return status;
8272}
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008273
Andy Adamson97431202013-08-08 10:57:56 -04008274/**
8275 * Use the state managment nfs_client cl_rpcclient, which uses krb5i (if
8276 * possible) as per RFC3530bis and RFC5661 Security Considerations sections
8277 */
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008278static int
8279_nfs41_proc_secinfo_no_name(struct nfs_server *server, struct nfs_fh *fhandle,
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008280 struct nfs_fsinfo *info,
8281 struct nfs4_secinfo_flavors *flavors, bool use_integrity)
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008282{
8283 struct nfs41_secinfo_no_name_args args = {
8284 .style = SECINFO_STYLE_CURRENT_FH,
8285 };
8286 struct nfs4_secinfo_res res = {
8287 .flavors = flavors,
8288 };
8289 struct rpc_message msg = {
8290 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SECINFO_NO_NAME],
8291 .rpc_argp = &args,
8292 .rpc_resp = &res,
8293 };
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008294 struct rpc_clnt *clnt = server->client;
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04008295 struct rpc_cred *cred = NULL;
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008296 int status;
8297
8298 if (use_integrity) {
8299 clnt = server->nfs_client->cl_rpcclient;
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04008300 cred = nfs4_get_clid_cred(server->nfs_client);
8301 msg.rpc_cred = cred;
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008302 }
8303
8304 dprintk("--> %s\n", __func__);
8305 status = nfs4_call_sync(clnt, server, &msg, &args.seq_args,
8306 &res.seq_res, 0);
8307 dprintk("<-- %s status=%d\n", __func__, status);
8308
Weston Andros Adamson7cb852d2013-09-10 18:44:31 -04008309 if (cred)
8310 put_rpccred(cred);
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008311
8312 return status;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008313}
8314
8315static int
8316nfs41_proc_secinfo_no_name(struct nfs_server *server, struct nfs_fh *fhandle,
8317 struct nfs_fsinfo *info, struct nfs4_secinfo_flavors *flavors)
8318{
8319 struct nfs4_exception exception = { };
8320 int err;
8321 do {
Weston Andros Adamsonb1b3e132013-09-04 12:13:19 -04008322 /* first try using integrity protection */
8323 err = -NFS4ERR_WRONGSEC;
8324
8325 /* try to use integrity protection with machine cred */
8326 if (_nfs4_is_integrity_protected(server->nfs_client))
8327 err = _nfs41_proc_secinfo_no_name(server, fhandle, info,
8328 flavors, true);
8329
8330 /*
8331 * if unable to use integrity protection, or SECINFO with
8332 * integrity protection returns NFS4ERR_WRONGSEC (which is
8333 * disallowed by spec, but exists in deployed servers) use
8334 * the current filesystem's rpc_client and the user cred.
8335 */
8336 if (err == -NFS4ERR_WRONGSEC)
8337 err = _nfs41_proc_secinfo_no_name(server, fhandle, info,
8338 flavors, false);
8339
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008340 switch (err) {
8341 case 0:
8342 case -NFS4ERR_WRONGSEC:
Weston Andros Adamson78b19ba2014-01-13 16:54:45 -05008343 case -ENOTSUPP:
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04008344 goto out;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008345 default:
8346 err = nfs4_handle_exception(server, err, &exception);
8347 }
8348 } while (exception.retry);
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04008349out:
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008350 return err;
8351}
8352
8353static int
8354nfs41_find_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
8355 struct nfs_fsinfo *info)
8356{
8357 int err;
8358 struct page *page;
Anna Schumaker367156d2013-09-25 17:02:48 -04008359 rpc_authflavor_t flavor = RPC_AUTH_MAXFLAVOR;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008360 struct nfs4_secinfo_flavors *flavors;
Weston Andros Adamson58a8cf12013-09-24 13:58:02 -04008361 struct nfs4_secinfo4 *secinfo;
8362 int i;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008363
8364 page = alloc_page(GFP_KERNEL);
8365 if (!page) {
8366 err = -ENOMEM;
8367 goto out;
8368 }
8369
8370 flavors = page_address(page);
8371 err = nfs41_proc_secinfo_no_name(server, fhandle, info, flavors);
8372
8373 /*
8374 * Fall back on "guess and check" method if
8375 * the server doesn't support SECINFO_NO_NAME
8376 */
Weston Andros Adamson78b19ba2014-01-13 16:54:45 -05008377 if (err == -NFS4ERR_WRONGSEC || err == -ENOTSUPP) {
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008378 err = nfs4_find_root_sec(server, fhandle, info);
8379 goto out_freepage;
8380 }
8381 if (err)
8382 goto out_freepage;
8383
Weston Andros Adamson58a8cf12013-09-24 13:58:02 -04008384 for (i = 0; i < flavors->num_flavors; i++) {
8385 secinfo = &flavors->flavors[i];
8386
8387 switch (secinfo->flavor) {
8388 case RPC_AUTH_NULL:
8389 case RPC_AUTH_UNIX:
8390 case RPC_AUTH_GSS:
8391 flavor = rpcauth_get_pseudoflavor(secinfo->flavor,
8392 &secinfo->flavor_info);
8393 break;
8394 default:
8395 flavor = RPC_AUTH_MAXFLAVOR;
8396 break;
8397 }
8398
Weston Andros Adamson4d4b69d2013-10-18 15:15:19 -04008399 if (!nfs_auth_info_match(&server->auth_info, flavor))
8400 flavor = RPC_AUTH_MAXFLAVOR;
8401
Weston Andros Adamson58a8cf12013-09-24 13:58:02 -04008402 if (flavor != RPC_AUTH_MAXFLAVOR) {
8403 err = nfs4_lookup_root_sec(server, fhandle,
8404 info, flavor);
8405 if (!err)
8406 break;
8407 }
8408 }
8409
8410 if (flavor == RPC_AUTH_MAXFLAVOR)
8411 err = -EPERM;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008412
8413out_freepage:
8414 put_page(page);
8415 if (err == -EACCES)
8416 return -EPERM;
8417out:
8418 return err;
8419}
Bryan Schumaker1cab0652012-01-31 10:39:29 -05008420
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008421static int _nfs41_test_stateid(struct nfs_server *server,
8422 nfs4_stateid *stateid,
8423 struct rpc_cred *cred)
Bryan Schumaker7d974792011-06-02 14:59:08 -04008424{
8425 int status;
8426 struct nfs41_test_stateid_args args = {
Bryan Schumaker1cab0652012-01-31 10:39:29 -05008427 .stateid = stateid,
Bryan Schumaker7d974792011-06-02 14:59:08 -04008428 };
8429 struct nfs41_test_stateid_res res;
8430 struct rpc_message msg = {
8431 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_TEST_STATEID],
8432 .rpc_argp = &args,
8433 .rpc_resp = &res,
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008434 .rpc_cred = cred,
Bryan Schumaker7d974792011-06-02 14:59:08 -04008435 };
Weston Andros Adamson3787d502013-08-13 16:37:36 -04008436 struct rpc_clnt *rpc_client = server->client;
8437
8438 nfs4_state_protect(server->nfs_client, NFS_SP4_MACH_CRED_STATEID,
8439 &rpc_client, &msg);
Bryan Schumaker1cab0652012-01-31 10:39:29 -05008440
Chuck Lever38527b12012-07-11 16:30:23 -04008441 dprintk("NFS call test_stateid %p\n", stateid);
Chuck Levera9c92d62013-08-09 12:48:18 -04008442 nfs4_init_sequence(&args.seq_args, &res.seq_res, 0);
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04008443 nfs4_set_sequence_privileged(&args.seq_args);
Weston Andros Adamson3787d502013-08-13 16:37:36 -04008444 status = nfs4_call_sync_sequence(rpc_client, server, &msg,
Trond Myklebust8fe72ba2012-10-29 19:02:20 -04008445 &args.seq_args, &res.seq_res);
Chuck Lever38527b12012-07-11 16:30:23 -04008446 if (status != NFS_OK) {
8447 dprintk("NFS reply test_stateid: failed, %d\n", status);
Chuck Lever377e5072012-07-11 16:29:45 -04008448 return status;
Chuck Lever38527b12012-07-11 16:30:23 -04008449 }
8450 dprintk("NFS reply test_stateid: succeeded, %d\n", -res.status);
Chuck Lever377e5072012-07-11 16:29:45 -04008451 return -res.status;
Bryan Schumaker7d974792011-06-02 14:59:08 -04008452}
8453
Chuck Lever38527b12012-07-11 16:30:23 -04008454/**
8455 * nfs41_test_stateid - perform a TEST_STATEID operation
8456 *
8457 * @server: server / transport on which to perform the operation
8458 * @stateid: state ID to test
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008459 * @cred: credential
Chuck Lever38527b12012-07-11 16:30:23 -04008460 *
8461 * Returns NFS_OK if the server recognizes that "stateid" is valid.
8462 * Otherwise a negative NFS4ERR value is returned if the operation
8463 * failed or the state ID is not currently valid.
8464 */
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008465static int nfs41_test_stateid(struct nfs_server *server,
8466 nfs4_stateid *stateid,
8467 struct rpc_cred *cred)
Bryan Schumaker7d974792011-06-02 14:59:08 -04008468{
8469 struct nfs4_exception exception = { };
8470 int err;
8471 do {
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008472 err = _nfs41_test_stateid(server, stateid, cred);
Chuck Lever377e5072012-07-11 16:29:45 -04008473 if (err != -NFS4ERR_DELAY)
8474 break;
8475 nfs4_handle_exception(server, err, &exception);
Bryan Schumaker7d974792011-06-02 14:59:08 -04008476 } while (exception.retry);
8477 return err;
8478}
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008479
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008480struct nfs_free_stateid_data {
8481 struct nfs_server *server;
8482 struct nfs41_free_stateid_args args;
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008483 struct nfs41_free_stateid_res res;
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008484};
8485
8486static void nfs41_free_stateid_prepare(struct rpc_task *task, void *calldata)
8487{
8488 struct nfs_free_stateid_data *data = calldata;
8489 nfs41_setup_sequence(nfs4_get_session(data->server),
8490 &data->args.seq_args,
8491 &data->res.seq_res,
8492 task);
8493}
8494
8495static void nfs41_free_stateid_done(struct rpc_task *task, void *calldata)
8496{
8497 struct nfs_free_stateid_data *data = calldata;
8498
8499 nfs41_sequence_done(task, &data->res.seq_res);
8500
8501 switch (task->tk_status) {
8502 case -NFS4ERR_DELAY:
NeilBrown8478eaa2014-09-18 16:09:27 +10008503 if (nfs4_async_handle_error(task, data->server, NULL, NULL) == -EAGAIN)
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008504 rpc_restart_call_prepare(task);
8505 }
8506}
8507
8508static void nfs41_free_stateid_release(void *calldata)
8509{
8510 kfree(calldata);
8511}
8512
Trond Myklebust17f26b12013-08-21 15:48:42 -04008513static const struct rpc_call_ops nfs41_free_stateid_ops = {
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008514 .rpc_call_prepare = nfs41_free_stateid_prepare,
8515 .rpc_call_done = nfs41_free_stateid_done,
8516 .rpc_release = nfs41_free_stateid_release,
8517};
8518
8519static struct rpc_task *_nfs41_free_stateid(struct nfs_server *server,
8520 nfs4_stateid *stateid,
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008521 struct rpc_cred *cred,
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008522 bool privileged)
8523{
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008524 struct rpc_message msg = {
8525 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FREE_STATEID],
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008526 .rpc_cred = cred,
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008527 };
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008528 struct rpc_task_setup task_setup = {
8529 .rpc_client = server->client,
8530 .rpc_message = &msg,
8531 .callback_ops = &nfs41_free_stateid_ops,
8532 .flags = RPC_TASK_ASYNC,
8533 };
8534 struct nfs_free_stateid_data *data;
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008535
Weston Andros Adamson3787d502013-08-13 16:37:36 -04008536 nfs4_state_protect(server->nfs_client, NFS_SP4_MACH_CRED_STATEID,
8537 &task_setup.rpc_client, &msg);
8538
Chuck Lever38527b12012-07-11 16:30:23 -04008539 dprintk("NFS call free_stateid %p\n", stateid);
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008540 data = kmalloc(sizeof(*data), GFP_NOFS);
8541 if (!data)
8542 return ERR_PTR(-ENOMEM);
8543 data->server = server;
8544 nfs4_stateid_copy(&data->args.stateid, stateid);
8545
8546 task_setup.callback_data = data;
8547
8548 msg.rpc_argp = &data->args;
8549 msg.rpc_resp = &data->res;
Chuck Levera9c92d62013-08-09 12:48:18 -04008550 nfs4_init_sequence(&data->args.seq_args, &data->res.seq_res, 0);
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008551 if (privileged)
8552 nfs4_set_sequence_privileged(&data->args.seq_args);
8553
8554 return rpc_run_task(&task_setup);
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008555}
8556
Chuck Lever38527b12012-07-11 16:30:23 -04008557/**
8558 * nfs41_free_stateid - perform a FREE_STATEID operation
8559 *
8560 * @server: server / transport on which to perform the operation
8561 * @stateid: state ID to release
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008562 * @cred: credential
Chuck Lever38527b12012-07-11 16:30:23 -04008563 *
8564 * Returns NFS_OK if the server freed "stateid". Otherwise a
8565 * negative NFS4ERR value is returned.
8566 */
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008567static int nfs41_free_stateid(struct nfs_server *server,
8568 nfs4_stateid *stateid,
8569 struct rpc_cred *cred)
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008570{
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008571 struct rpc_task *task;
8572 int ret;
8573
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008574 task = _nfs41_free_stateid(server, stateid, cred, true);
Trond Myklebust7c1d5fa2013-05-03 14:40:01 -04008575 if (IS_ERR(task))
8576 return PTR_ERR(task);
8577 ret = rpc_wait_for_completion_task(task);
8578 if (!ret)
8579 ret = task->tk_status;
8580 rpc_put_task(task);
8581 return ret;
Bryan Schumaker9aeda352011-06-02 14:59:09 -04008582}
Trond Myklebust36281ca2012-03-04 18:13:56 -05008583
Jeff Laytonf1cdae82014-05-01 06:28:47 -04008584static void
8585nfs41_free_lock_state(struct nfs_server *server, struct nfs4_lock_state *lsp)
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008586{
8587 struct rpc_task *task;
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008588 struct rpc_cred *cred = lsp->ls_state->owner->so_cred;
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008589
Trond Myklebustab7cb0d2013-05-20 11:20:27 -04008590 task = _nfs41_free_stateid(server, &lsp->ls_stateid, cred, false);
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008591 nfs4_free_lock_state(server, lsp);
8592 if (IS_ERR(task))
Jeff Laytonf1cdae82014-05-01 06:28:47 -04008593 return;
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008594 rpc_put_task(task);
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008595}
8596
Trond Myklebust36281ca2012-03-04 18:13:56 -05008597static bool nfs41_match_stateid(const nfs4_stateid *s1,
8598 const nfs4_stateid *s2)
8599{
Trond Myklebust2d2f24a2012-03-04 18:13:57 -05008600 if (memcmp(s1->other, s2->other, sizeof(s1->other)) != 0)
Trond Myklebust36281ca2012-03-04 18:13:56 -05008601 return false;
8602
Trond Myklebust2d2f24a2012-03-04 18:13:57 -05008603 if (s1->seqid == s2->seqid)
Trond Myklebust36281ca2012-03-04 18:13:56 -05008604 return true;
Trond Myklebust2d2f24a2012-03-04 18:13:57 -05008605 if (s1->seqid == 0 || s2->seqid == 0)
Trond Myklebust36281ca2012-03-04 18:13:56 -05008606 return true;
8607
8608 return false;
8609}
8610
Andy Adamson557134a2009-04-01 09:21:53 -04008611#endif /* CONFIG_NFS_V4_1 */
8612
Trond Myklebust36281ca2012-03-04 18:13:56 -05008613static bool nfs4_match_stateid(const nfs4_stateid *s1,
8614 const nfs4_stateid *s2)
8615{
Trond Myklebustf597c532012-03-04 18:13:56 -05008616 return nfs4_stateid_match(s1, s2);
Trond Myklebust36281ca2012-03-04 18:13:56 -05008617}
8618
8619
Trond Myklebust17280172012-03-11 13:11:00 -04008620static const struct nfs4_state_recovery_ops nfs40_reboot_recovery_ops = {
Trond Myklebust7eff03a2008-12-23 15:21:43 -05008621 .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT,
Trond Myklebustb79a4a12008-12-23 15:21:41 -05008622 .state_flag_bit = NFS_STATE_RECLAIM_REBOOT,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008623 .recover_open = nfs4_open_reclaim,
8624 .recover_lock = nfs4_lock_reclaim,
Andy Adamson591d71c2009-04-01 09:22:47 -04008625 .establish_clid = nfs4_init_clientid,
Chuck Lever05f4c352012-09-14 17:24:32 -04008626 .detect_trunking = nfs40_discover_server_trunking,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008627};
8628
Andy Adamson591d71c2009-04-01 09:22:47 -04008629#if defined(CONFIG_NFS_V4_1)
Trond Myklebust17280172012-03-11 13:11:00 -04008630static const struct nfs4_state_recovery_ops nfs41_reboot_recovery_ops = {
Andy Adamson591d71c2009-04-01 09:22:47 -04008631 .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT,
8632 .state_flag_bit = NFS_STATE_RECLAIM_REBOOT,
8633 .recover_open = nfs4_open_reclaim,
8634 .recover_lock = nfs4_lock_reclaim,
Andy Adamson4d643d12009-12-04 15:52:24 -05008635 .establish_clid = nfs41_init_clientid,
Ricardo Labiagafce5c832009-12-05 16:08:41 -05008636 .reclaim_complete = nfs41_proc_reclaim_complete,
Chuck Lever05f4c352012-09-14 17:24:32 -04008637 .detect_trunking = nfs41_discover_server_trunking,
Andy Adamson591d71c2009-04-01 09:22:47 -04008638};
8639#endif /* CONFIG_NFS_V4_1 */
8640
Trond Myklebust17280172012-03-11 13:11:00 -04008641static const struct nfs4_state_recovery_ops nfs40_nograce_recovery_ops = {
Trond Myklebust7eff03a2008-12-23 15:21:43 -05008642 .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE,
Trond Myklebustb79a4a12008-12-23 15:21:41 -05008643 .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE,
Trond Myklebust4dfd4f72014-10-17 15:10:25 +03008644 .recover_open = nfs40_open_expired,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008645 .recover_lock = nfs4_lock_expired,
Andy Adamson591d71c2009-04-01 09:22:47 -04008646 .establish_clid = nfs4_init_clientid,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008647};
8648
Andy Adamson591d71c2009-04-01 09:22:47 -04008649#if defined(CONFIG_NFS_V4_1)
Trond Myklebust17280172012-03-11 13:11:00 -04008650static const struct nfs4_state_recovery_ops nfs41_nograce_recovery_ops = {
Andy Adamson591d71c2009-04-01 09:22:47 -04008651 .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE,
8652 .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE,
Bryan Schumakerf062eb62011-06-02 14:59:10 -04008653 .recover_open = nfs41_open_expired,
8654 .recover_lock = nfs41_lock_expired,
Andy Adamson4d643d12009-12-04 15:52:24 -05008655 .establish_clid = nfs41_init_clientid,
Andy Adamson591d71c2009-04-01 09:22:47 -04008656};
8657#endif /* CONFIG_NFS_V4_1 */
8658
Trond Myklebust17280172012-03-11 13:11:00 -04008659static const struct nfs4_state_maintenance_ops nfs40_state_renewal_ops = {
Benny Halevy29fba382009-04-01 09:22:44 -04008660 .sched_state_renewal = nfs4_proc_async_renew,
Andy Adamsona7b72102009-04-01 09:22:46 -04008661 .get_state_renewal_cred_locked = nfs4_get_renew_cred_locked,
Benny Halevy8e69514f2009-04-01 09:22:45 -04008662 .renew_lease = nfs4_proc_renew,
Benny Halevy29fba382009-04-01 09:22:44 -04008663};
8664
8665#if defined(CONFIG_NFS_V4_1)
Trond Myklebust17280172012-03-11 13:11:00 -04008666static const struct nfs4_state_maintenance_ops nfs41_state_renewal_ops = {
Benny Halevy29fba382009-04-01 09:22:44 -04008667 .sched_state_renewal = nfs41_proc_async_sequence,
Andy Adamsona7b72102009-04-01 09:22:46 -04008668 .get_state_renewal_cred_locked = nfs4_get_machine_cred_locked,
Benny Halevy8e69514f2009-04-01 09:22:45 -04008669 .renew_lease = nfs4_proc_sequence,
Benny Halevy29fba382009-04-01 09:22:44 -04008670};
8671#endif
8672
Chuck Leverec011fe2013-10-17 14:12:39 -04008673static const struct nfs4_mig_recovery_ops nfs40_mig_recovery_ops = {
Chuck Leverb03d7352013-10-17 14:12:50 -04008674 .get_locations = _nfs40_proc_get_locations,
Chuck Lever44c99932013-10-17 14:13:30 -04008675 .fsid_present = _nfs40_proc_fsid_present,
Chuck Leverec011fe2013-10-17 14:12:39 -04008676};
8677
8678#if defined(CONFIG_NFS_V4_1)
8679static const struct nfs4_mig_recovery_ops nfs41_mig_recovery_ops = {
Chuck Leverb03d7352013-10-17 14:12:50 -04008680 .get_locations = _nfs41_proc_get_locations,
Chuck Lever44c99932013-10-17 14:13:30 -04008681 .fsid_present = _nfs41_proc_fsid_present,
Chuck Leverec011fe2013-10-17 14:12:39 -04008682};
8683#endif /* CONFIG_NFS_V4_1 */
8684
Trond Myklebust97dc1352010-06-16 09:52:26 -04008685static const struct nfs4_minor_version_ops nfs_v4_0_minor_ops = {
8686 .minor_version = 0,
Trond Myklebust39c6daa2013-03-15 16:11:57 -04008687 .init_caps = NFS_CAP_READDIRPLUS
8688 | NFS_CAP_ATOMIC_OPEN
Trond Myklebust39c6daa2013-03-15 16:11:57 -04008689 | NFS_CAP_POSIX_LOCK,
Chuck Leverabf79bb2013-08-09 12:49:11 -04008690 .init_client = nfs40_init_client,
8691 .shutdown_client = nfs40_shutdown_client,
Trond Myklebust36281ca2012-03-04 18:13:56 -05008692 .match_stateid = nfs4_match_stateid,
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008693 .find_root_sec = nfs4_find_root_sec,
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008694 .free_lock_state = nfs4_release_lockowner,
Trond Myklebust63f5f792015-01-23 19:19:25 -05008695 .alloc_seqid = nfs_alloc_seqid,
Chuck Lever9915ea72013-08-09 12:48:27 -04008696 .call_sync_ops = &nfs40_call_sync_ops,
Trond Myklebustc48f4f32010-06-16 09:52:27 -04008697 .reboot_recovery_ops = &nfs40_reboot_recovery_ops,
8698 .nograce_recovery_ops = &nfs40_nograce_recovery_ops,
8699 .state_renewal_ops = &nfs40_state_renewal_ops,
Chuck Leverec011fe2013-10-17 14:12:39 -04008700 .mig_recovery_ops = &nfs40_mig_recovery_ops,
Trond Myklebust97dc1352010-06-16 09:52:26 -04008701};
8702
8703#if defined(CONFIG_NFS_V4_1)
Trond Myklebust63f5f792015-01-23 19:19:25 -05008704static struct nfs_seqid *
8705nfs_alloc_no_seqid(struct nfs_seqid_counter *arg1, gfp_t arg2)
8706{
8707 return NULL;
8708}
8709
Trond Myklebust97dc1352010-06-16 09:52:26 -04008710static const struct nfs4_minor_version_ops nfs_v4_1_minor_ops = {
8711 .minor_version = 1,
Trond Myklebust39c6daa2013-03-15 16:11:57 -04008712 .init_caps = NFS_CAP_READDIRPLUS
8713 | NFS_CAP_ATOMIC_OPEN
Trond Myklebust3b664862013-03-17 15:31:15 -04008714 | NFS_CAP_POSIX_LOCK
Trond Myklebust49f9a0f2013-03-15 16:44:28 -04008715 | NFS_CAP_STATEID_NFSV41
Anna Schumakere9831202014-10-22 15:53:10 -04008716 | NFS_CAP_ATOMIC_OPEN_V1,
Chuck Leverabf79bb2013-08-09 12:49:11 -04008717 .init_client = nfs41_init_client,
8718 .shutdown_client = nfs41_shutdown_client,
Trond Myklebust36281ca2012-03-04 18:13:56 -05008719 .match_stateid = nfs41_match_stateid,
Bryan Schumakerfca78d62011-06-02 14:59:07 -04008720 .find_root_sec = nfs41_find_root_sec,
Trond Myklebustc8b2d0b2013-05-03 16:22:55 -04008721 .free_lock_state = nfs41_free_lock_state,
Trond Myklebust63f5f792015-01-23 19:19:25 -05008722 .alloc_seqid = nfs_alloc_no_seqid,
Chuck Lever9915ea72013-08-09 12:48:27 -04008723 .call_sync_ops = &nfs41_call_sync_ops,
Trond Myklebustc48f4f32010-06-16 09:52:27 -04008724 .reboot_recovery_ops = &nfs41_reboot_recovery_ops,
8725 .nograce_recovery_ops = &nfs41_nograce_recovery_ops,
8726 .state_renewal_ops = &nfs41_state_renewal_ops,
Chuck Leverec011fe2013-10-17 14:12:39 -04008727 .mig_recovery_ops = &nfs41_mig_recovery_ops,
Trond Myklebust97dc1352010-06-16 09:52:26 -04008728};
8729#endif
8730
Steve Dickson42c2c422013-05-22 12:50:38 -04008731#if defined(CONFIG_NFS_V4_2)
8732static const struct nfs4_minor_version_ops nfs_v4_2_minor_ops = {
8733 .minor_version = 2,
Bryan Schumaker70173102013-06-19 13:41:43 -04008734 .init_caps = NFS_CAP_READDIRPLUS
8735 | NFS_CAP_ATOMIC_OPEN
Bryan Schumaker70173102013-06-19 13:41:43 -04008736 | NFS_CAP_POSIX_LOCK
8737 | NFS_CAP_STATEID_NFSV41
Anna Schumakere9831202014-10-22 15:53:10 -04008738 | NFS_CAP_ATOMIC_OPEN_V1
Anna Schumakerf4ac1672014-11-25 13:18:15 -05008739 | NFS_CAP_ALLOCATE
Anna Schumaker624bd5b2014-11-25 13:18:16 -05008740 | NFS_CAP_DEALLOCATE
Trond Myklebust6c5a0d82015-06-27 11:45:46 -04008741 | NFS_CAP_SEEK
Peng Taoe5341f32015-09-26 02:24:35 +08008742 | NFS_CAP_LAYOUTSTATS
8743 | NFS_CAP_CLONE,
Chuck Leverabf79bb2013-08-09 12:49:11 -04008744 .init_client = nfs41_init_client,
8745 .shutdown_client = nfs41_shutdown_client,
Steve Dickson42c2c422013-05-22 12:50:38 -04008746 .match_stateid = nfs41_match_stateid,
8747 .find_root_sec = nfs41_find_root_sec,
Bryan Schumaker70173102013-06-19 13:41:43 -04008748 .free_lock_state = nfs41_free_lock_state,
Chuck Lever9915ea72013-08-09 12:48:27 -04008749 .call_sync_ops = &nfs41_call_sync_ops,
Trond Myklebust63f5f792015-01-23 19:19:25 -05008750 .alloc_seqid = nfs_alloc_no_seqid,
Steve Dickson42c2c422013-05-22 12:50:38 -04008751 .reboot_recovery_ops = &nfs41_reboot_recovery_ops,
8752 .nograce_recovery_ops = &nfs41_nograce_recovery_ops,
8753 .state_renewal_ops = &nfs41_state_renewal_ops,
Kinglong Mee18e3b732015-08-15 21:52:10 +08008754 .mig_recovery_ops = &nfs41_mig_recovery_ops,
Steve Dickson42c2c422013-05-22 12:50:38 -04008755};
8756#endif
8757
Trond Myklebust97dc1352010-06-16 09:52:26 -04008758const struct nfs4_minor_version_ops *nfs_v4_minor_ops[] = {
8759 [0] = &nfs_v4_0_minor_ops,
8760#if defined(CONFIG_NFS_V4_1)
8761 [1] = &nfs_v4_1_minor_ops,
8762#endif
Steve Dickson42c2c422013-05-22 12:50:38 -04008763#if defined(CONFIG_NFS_V4_2)
8764 [2] = &nfs_v4_2_minor_ops,
8765#endif
Trond Myklebust97dc1352010-06-16 09:52:26 -04008766};
8767
Andreas Gruenbacherc4803c42015-12-02 14:44:41 +01008768ssize_t nfs4_listxattr(struct dentry *dentry, char *list, size_t size)
8769{
8770 ssize_t error, error2;
8771
8772 error = generic_listxattr(dentry, list, size);
8773 if (error < 0)
8774 return error;
8775 if (list) {
8776 list += error;
8777 size -= error;
8778 }
8779
8780 error2 = nfs4_listxattr_nfs4_label(d_inode(dentry), list, size);
8781 if (error2 < 0)
8782 return error2;
8783 return error + error2;
8784}
8785
Trond Myklebust17f26b12013-08-21 15:48:42 -04008786static const struct inode_operations nfs4_dir_inode_operations = {
Bryan Schumaker73a79702012-07-16 16:39:12 -04008787 .create = nfs_create,
8788 .lookup = nfs_lookup,
8789 .atomic_open = nfs_atomic_open,
8790 .link = nfs_link,
8791 .unlink = nfs_unlink,
8792 .symlink = nfs_symlink,
8793 .mkdir = nfs_mkdir,
8794 .rmdir = nfs_rmdir,
8795 .mknod = nfs_mknod,
8796 .rename = nfs_rename,
8797 .permission = nfs_permission,
8798 .getattr = nfs_getattr,
8799 .setattr = nfs_setattr,
8800 .getxattr = generic_getxattr,
8801 .setxattr = generic_setxattr,
Andreas Gruenbacherc4803c42015-12-02 14:44:41 +01008802 .listxattr = nfs4_listxattr,
Bryan Schumaker73a79702012-07-16 16:39:12 -04008803 .removexattr = generic_removexattr,
8804};
8805
Arjan van de Ven92e1d5b2007-02-12 00:55:39 -08008806static const struct inode_operations nfs4_file_inode_operations = {
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00008807 .permission = nfs_permission,
8808 .getattr = nfs_getattr,
8809 .setattr = nfs_setattr,
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00008810 .getxattr = generic_getxattr,
8811 .setxattr = generic_setxattr,
Andreas Gruenbacherc4803c42015-12-02 14:44:41 +01008812 .listxattr = nfs4_listxattr,
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00008813 .removexattr = generic_removexattr,
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00008814};
8815
David Howells509de812006-08-22 20:06:11 -04008816const struct nfs_rpc_ops nfs_v4_clientops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07008817 .version = 4, /* protocol version */
8818 .dentry_ops = &nfs4_dentry_operations,
8819 .dir_inode_ops = &nfs4_dir_inode_operations,
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00008820 .file_inode_ops = &nfs4_file_inode_operations,
Jeff Layton1788ea62011-11-04 13:31:21 -04008821 .file_ops = &nfs4_file_operations,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008822 .getroot = nfs4_proc_get_root,
Bryan Schumaker281cad42012-04-27 13:27:45 -04008823 .submount = nfs4_submount,
Bryan Schumakerff9099f22012-07-30 16:05:18 -04008824 .try_mount = nfs4_try_mount,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008825 .getattr = nfs4_proc_getattr,
8826 .setattr = nfs4_proc_setattr,
8827 .lookup = nfs4_proc_lookup,
8828 .access = nfs4_proc_access,
8829 .readlink = nfs4_proc_readlink,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008830 .create = nfs4_proc_create,
8831 .remove = nfs4_proc_remove,
8832 .unlink_setup = nfs4_proc_unlink_setup,
Bryan Schumaker34e137c2012-03-19 14:54:41 -04008833 .unlink_rpc_prepare = nfs4_proc_unlink_rpc_prepare,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008834 .unlink_done = nfs4_proc_unlink_done,
Jeff Laytond3d41522010-09-17 17:31:57 -04008835 .rename_setup = nfs4_proc_rename_setup,
Bryan Schumakerc6bfa1a2012-03-19 14:54:42 -04008836 .rename_rpc_prepare = nfs4_proc_rename_rpc_prepare,
Jeff Laytond3d41522010-09-17 17:31:57 -04008837 .rename_done = nfs4_proc_rename_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008838 .link = nfs4_proc_link,
8839 .symlink = nfs4_proc_symlink,
8840 .mkdir = nfs4_proc_mkdir,
8841 .rmdir = nfs4_proc_remove,
8842 .readdir = nfs4_proc_readdir,
8843 .mknod = nfs4_proc_mknod,
8844 .statfs = nfs4_proc_statfs,
8845 .fsinfo = nfs4_proc_fsinfo,
8846 .pathconf = nfs4_proc_pathconf,
David Howellse9326dc2006-08-22 20:06:10 -04008847 .set_capabilities = nfs4_server_capabilities,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008848 .decode_dirent = nfs4_decode_dirent,
Anna Schumakera4cdda52014-05-06 09:12:31 -04008849 .pgio_rpc_prepare = nfs4_proc_pgio_rpc_prepare,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008850 .read_setup = nfs4_proc_read_setup,
Trond Myklebustec06c092006-03-20 13:44:27 -05008851 .read_done = nfs4_read_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008852 .write_setup = nfs4_proc_write_setup,
Trond Myklebust788e7a82006-03-20 13:44:27 -05008853 .write_done = nfs4_write_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008854 .commit_setup = nfs4_proc_commit_setup,
Fred Isaman0b7c0152012-04-20 14:47:39 -04008855 .commit_rpc_prepare = nfs4_proc_commit_rpc_prepare,
Trond Myklebust788e7a82006-03-20 13:44:27 -05008856 .commit_done = nfs4_commit_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008857 .lock = nfs4_proc_lock,
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00008858 .clear_acl_cache = nfs4_zap_acl_attr,
Trond Myklebust7fe5c392009-03-19 15:35:50 -04008859 .close_context = nfs4_close_context,
Trond Myklebust2b484292010-09-17 10:56:51 -04008860 .open_context = nfs4_atomic_open,
Bryan Schumaker011e2a72012-06-20 15:53:43 -04008861 .have_delegation = nfs4_have_delegation,
Bryan Schumaker57ec14c2012-06-20 15:53:44 -04008862 .return_delegation = nfs4_inode_return_delegation,
Bryan Schumaker6663ee72012-06-20 15:53:46 -04008863 .alloc_client = nfs4_alloc_client,
Andy Adamson45a52a02011-03-01 01:34:08 +00008864 .init_client = nfs4_init_client,
Bryan Schumakercdb7ece2012-06-20 15:53:45 -04008865 .free_client = nfs4_free_client,
Bryan Schumaker1179acc2012-07-30 16:05:19 -04008866 .create_server = nfs4_create_server,
8867 .clone_server = nfs_clone_server,
Linus Torvalds1da177e2005-04-16 15:20:36 -07008868};
8869
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00008870static const struct xattr_handler nfs4_xattr_nfs4_acl_handler = {
Andreas Gruenbacher98e9cb52015-12-02 14:44:36 +01008871 .name = XATTR_NAME_NFSV4_ACL,
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00008872 .list = nfs4_xattr_list_nfs4_acl,
8873 .get = nfs4_xattr_get_nfs4_acl,
8874 .set = nfs4_xattr_set_nfs4_acl,
8875};
8876
8877const struct xattr_handler *nfs4_xattr_handlers[] = {
8878 &nfs4_xattr_nfs4_acl_handler,
David Quigleyc9bccef2013-05-22 12:50:45 -04008879#ifdef CONFIG_NFS_V4_SECURITY_LABEL
8880 &nfs4_xattr_nfs4_label_handler,
8881#endif
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00008882 NULL
8883};
8884
Linus Torvalds1da177e2005-04-16 15:20:36 -07008885/*
8886 * Local variables:
8887 * c-basic-offset: 8
8888 * End:
8889 */