blob: ee9ca19457aba1add9e226c07c2fcbd152df7ef0 [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>
41#include <linux/string.h>
Trond Myklebust652f89f2011-12-09 19:05:58 -050042#include <linux/ratelimit.h>
43#include <linux/printk.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090044#include <linux/slab.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070045#include <linux/sunrpc/clnt.h>
Bryan Schumaker8f70e952011-03-24 17:12:31 +000046#include <linux/sunrpc/gss_api.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070047#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>
Trond Myklebust6926afd2012-01-07 13:22:46 -050055#include <linux/nfs_idmap.h>
Andy Adamson5a0ffe52009-04-01 09:23:18 -040056#include <linux/sunrpc/bc_xprt.h>
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +000057#include <linux/xattr.h>
Andy Adamsonc7a360b2011-01-25 19:15:32 -050058#include <linux/utsname.h>
Jeff Laytond3103102011-12-01 22:44:39 +010059#include <linux/freezer.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070060
Trond Myklebust4ce79712005-06-22 17:16:21 +000061#include "nfs4_fs.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070062#include "delegation.h"
Trond Myklebust101070c2008-02-19 20:04:23 -050063#include "internal.h"
Chuck Lever006ea732006-03-20 13:44:14 -050064#include "iostat.h"
Andy Adamsonfc931582009-04-01 09:22:31 -040065#include "callback.h"
Andy Adamsonb1f69b72010-10-20 00:18:03 -040066#include "pnfs.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070067
68#define NFSDBG_FACILITY NFSDBG_PROC
69
Trond Myklebust2066fe82006-09-15 08:30:46 -040070#define NFS4_POLL_RETRY_MIN (HZ/10)
Linus Torvalds1da177e2005-04-16 15:20:36 -070071#define NFS4_POLL_RETRY_MAX (15*HZ)
72
Trond Myklebusta78cb572009-08-09 15:06:19 -040073#define NFS4_MAX_LOOP_ON_RECOVER (10)
74
Trond Myklebustef159e92012-02-06 19:50:40 -050075static unsigned short max_session_slots = NFS4_DEF_SLOT_TABLE_SIZE;
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 *);
Trond Myklebust9e33bed2008-12-23 15:21:46 -050081static int nfs4_async_handle_error(struct rpc_task *, const struct nfs_server *, struct nfs4_state *);
Chuck Lever81934dd2012-03-01 17:01:57 -050082static void nfs_fixup_referral_attributes(struct nfs_fattr *fattr);
Trond Myklebust99367812007-07-17 21:52:41 -040083static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr);
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,
86 struct nfs4_state *state);
Bryan Schumakerf062eb62011-06-02 14:59:10 -040087#ifdef CONFIG_NFS_V4_1
Bryan Schumaker1cab0652012-01-31 10:39:29 -050088static int nfs41_test_stateid(struct nfs_server *, nfs4_stateid *);
89static int nfs41_free_stateid(struct nfs_server *, nfs4_stateid *);
Bryan Schumakerf062eb62011-06-02 14:59:10 -040090#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -070091/* Prevent leaks of NFSv4 errors into userland */
WANG Cong46f72f52008-12-30 16:35:55 -050092static int nfs4_map_errors(int err)
Linus Torvalds1da177e2005-04-16 15:20:36 -070093{
Trond Myklebust52567b02009-10-23 14:46:42 -040094 if (err >= -1000)
95 return err;
96 switch (err) {
97 case -NFS4ERR_RESOURCE:
98 return -EREMOTEIO;
Bryan Schumaker7ebb9312011-03-24 17:12:30 +000099 case -NFS4ERR_WRONGSEC:
100 return -EPERM;
Trond Myklebust3ddeb7c2011-02-22 15:44:31 -0800101 case -NFS4ERR_BADOWNER:
102 case -NFS4ERR_BADNAME:
103 return -EINVAL;
Trond Myklebust52567b02009-10-23 14:46:42 -0400104 default:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700105 dprintk("%s could not handle NFSv4 error %d\n",
Harvey Harrison3110ff82008-05-02 13:42:44 -0700106 __func__, -err);
Trond Myklebust52567b02009-10-23 14:46:42 -0400107 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700108 }
Trond Myklebust52567b02009-10-23 14:46:42 -0400109 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700110}
111
112/*
113 * This is our standard bitmap for GETATTR requests.
114 */
115const u32 nfs4_fattr_bitmap[2] = {
116 FATTR4_WORD0_TYPE
117 | FATTR4_WORD0_CHANGE
118 | FATTR4_WORD0_SIZE
119 | FATTR4_WORD0_FSID
120 | FATTR4_WORD0_FILEID,
121 FATTR4_WORD1_MODE
122 | FATTR4_WORD1_NUMLINKS
123 | FATTR4_WORD1_OWNER
124 | FATTR4_WORD1_OWNER_GROUP
125 | FATTR4_WORD1_RAWDEV
126 | FATTR4_WORD1_SPACE_USED
127 | FATTR4_WORD1_TIME_ACCESS
128 | FATTR4_WORD1_TIME_METADATA
129 | FATTR4_WORD1_TIME_MODIFY
130};
131
132const u32 nfs4_statfs_bitmap[2] = {
133 FATTR4_WORD0_FILES_AVAIL
134 | FATTR4_WORD0_FILES_FREE
135 | FATTR4_WORD0_FILES_TOTAL,
136 FATTR4_WORD1_SPACE_AVAIL
137 | FATTR4_WORD1_SPACE_FREE
138 | FATTR4_WORD1_SPACE_TOTAL
139};
140
Trond Myklebust4ce79712005-06-22 17:16:21 +0000141const u32 nfs4_pathconf_bitmap[2] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700142 FATTR4_WORD0_MAXLINK
143 | FATTR4_WORD0_MAXNAME,
144 0
145};
146
Fred Isamandae100c2011-07-30 20:52:37 -0400147const u32 nfs4_fsinfo_bitmap[3] = { FATTR4_WORD0_MAXFILESIZE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700148 | FATTR4_WORD0_MAXREAD
149 | FATTR4_WORD0_MAXWRITE
150 | FATTR4_WORD0_LEASE_TIME,
Ricardo Labiaga55b6e772010-10-12 16:30:06 -0700151 FATTR4_WORD1_TIME_DELTA
Fred Isamandae100c2011-07-30 20:52:37 -0400152 | FATTR4_WORD1_FS_LAYOUT_TYPES,
153 FATTR4_WORD2_LAYOUT_BLKSIZE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700154};
155
Manoj Naik830b8e32006-06-09 09:34:25 -0400156const u32 nfs4_fs_locations_bitmap[2] = {
157 FATTR4_WORD0_TYPE
158 | FATTR4_WORD0_CHANGE
159 | FATTR4_WORD0_SIZE
160 | FATTR4_WORD0_FSID
161 | FATTR4_WORD0_FILEID
162 | FATTR4_WORD0_FS_LOCATIONS,
163 FATTR4_WORD1_MODE
164 | FATTR4_WORD1_NUMLINKS
165 | FATTR4_WORD1_OWNER
166 | FATTR4_WORD1_OWNER_GROUP
167 | FATTR4_WORD1_RAWDEV
168 | FATTR4_WORD1_SPACE_USED
169 | FATTR4_WORD1_TIME_ACCESS
170 | FATTR4_WORD1_TIME_METADATA
171 | FATTR4_WORD1_TIME_MODIFY
172 | FATTR4_WORD1_MOUNTED_ON_FILEID
173};
174
Al Virobc4785c2006-10-19 23:28:51 -0700175static void nfs4_setup_readdir(u64 cookie, __be32 *verifier, struct dentry *dentry,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700176 struct nfs4_readdir_arg *readdir)
177{
Al Viro0dbb4c62006-10-19 23:28:49 -0700178 __be32 *start, *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700179
180 BUG_ON(readdir->count < 80);
181 if (cookie > 2) {
Adrian Bunkb7ef1952005-06-22 17:16:28 +0000182 readdir->cookie = cookie;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700183 memcpy(&readdir->verifier, verifier, sizeof(readdir->verifier));
184 return;
185 }
186
187 readdir->cookie = 0;
188 memset(&readdir->verifier, 0, sizeof(readdir->verifier));
189 if (cookie == 2)
190 return;
191
192 /*
193 * NFSv4 servers do not return entries for '.' and '..'
194 * Therefore, we fake these entries here. We let '.'
195 * have cookie 0 and '..' have cookie 1. Note that
196 * when talking to the server, we always send cookie 0
197 * instead of 1 or 2.
198 */
Cong Wang2b86ce22011-11-25 23:14:33 +0800199 start = p = kmap_atomic(*readdir->pages);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700200
201 if (cookie == 0) {
202 *p++ = xdr_one; /* next */
203 *p++ = xdr_zero; /* cookie, first word */
204 *p++ = xdr_one; /* cookie, second word */
205 *p++ = xdr_one; /* entry len */
206 memcpy(p, ".\0\0\0", 4); /* entry */
207 p++;
208 *p++ = xdr_one; /* bitmap length */
209 *p++ = htonl(FATTR4_WORD0_FILEID); /* bitmap */
210 *p++ = htonl(8); /* attribute buffer length */
Peter Staubach4e769b92007-08-03 15:07:10 -0400211 p = xdr_encode_hyper(p, NFS_FILEID(dentry->d_inode));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700212 }
213
214 *p++ = xdr_one; /* next */
215 *p++ = xdr_zero; /* cookie, first word */
216 *p++ = xdr_two; /* cookie, second word */
217 *p++ = xdr_two; /* entry len */
218 memcpy(p, "..\0\0", 4); /* entry */
219 p++;
220 *p++ = xdr_one; /* bitmap length */
221 *p++ = htonl(FATTR4_WORD0_FILEID); /* bitmap */
222 *p++ = htonl(8); /* attribute buffer length */
Peter Staubach4e769b92007-08-03 15:07:10 -0400223 p = xdr_encode_hyper(p, NFS_FILEID(dentry->d_parent->d_inode));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700224
225 readdir->pgbase = (char *)p - (char *)start;
226 readdir->count -= readdir->pgbase;
Cong Wang2b86ce22011-11-25 23:14:33 +0800227 kunmap_atomic(start);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700228}
229
Trond Myklebust65de8722008-12-23 15:21:44 -0500230static int nfs4_wait_clnt_recover(struct nfs_client *clp)
231{
232 int res;
233
234 might_sleep();
235
Trond Myklebuste005e802008-12-23 15:21:48 -0500236 res = wait_on_bit(&clp->cl_state, NFS4CLNT_MANAGER_RUNNING,
Trond Myklebust72cb77f2009-03-11 14:10:30 -0400237 nfs_wait_bit_killable, TASK_KILLABLE);
Trond Myklebust65de8722008-12-23 15:21:44 -0500238 return res;
239}
240
241static int nfs4_delay(struct rpc_clnt *clnt, long *timeout)
242{
243 int res = 0;
244
245 might_sleep();
246
247 if (*timeout <= 0)
248 *timeout = NFS4_POLL_RETRY_MIN;
249 if (*timeout > NFS4_POLL_RETRY_MAX)
250 *timeout = NFS4_POLL_RETRY_MAX;
Jeff Laytond3103102011-12-01 22:44:39 +0100251 freezable_schedule_timeout_killable(*timeout);
Trond Myklebust65de8722008-12-23 15:21:44 -0500252 if (fatal_signal_pending(current))
253 res = -ERESTARTSYS;
254 *timeout <<= 1;
255 return res;
256}
257
258/* This is the error handling routine for processes that are allowed
259 * to sleep.
260 */
Trond Myklebustb064eca22011-02-22 15:44:32 -0800261static int nfs4_handle_exception(struct nfs_server *server, int errorcode, struct nfs4_exception *exception)
Trond Myklebust65de8722008-12-23 15:21:44 -0500262{
263 struct nfs_client *clp = server->nfs_client;
Trond Myklebust9e33bed2008-12-23 15:21:46 -0500264 struct nfs4_state *state = exception->state;
Trond Myklebust3114ea72012-03-07 16:39:06 -0500265 struct inode *inode = exception->inode;
Trond Myklebust65de8722008-12-23 15:21:44 -0500266 int ret = errorcode;
267
268 exception->retry = 0;
269 switch(errorcode) {
270 case 0:
271 return 0;
Trond Myklebust3114ea72012-03-07 16:39:06 -0500272 case -NFS4ERR_OPENMODE:
273 if (nfs_have_delegation(inode, FMODE_READ)) {
274 nfs_inode_return_delegation(inode);
275 exception->retry = 1;
276 return 0;
277 }
278 if (state == NULL)
279 break;
280 nfs4_schedule_stateid_recovery(server, state);
281 goto wait_on_recovery;
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -0500282 case -NFS4ERR_DELEG_REVOKED:
Trond Myklebust9e33bed2008-12-23 15:21:46 -0500283 case -NFS4ERR_ADMIN_REVOKED:
284 case -NFS4ERR_BAD_STATEID:
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -0500285 if (state != NULL)
286 nfs_remove_bad_delegation(state->inode);
Trond Myklebust9e33bed2008-12-23 15:21:46 -0500287 if (state == NULL)
288 break;
Trond Myklebust0400a6b2011-03-09 16:00:53 -0500289 nfs4_schedule_stateid_recovery(server, state);
290 goto wait_on_recovery;
Trond Myklebust0ced63d2011-05-26 14:26:35 -0400291 case -NFS4ERR_EXPIRED:
292 if (state != NULL)
293 nfs4_schedule_stateid_recovery(server, state);
Trond Myklebust65de8722008-12-23 15:21:44 -0500294 case -NFS4ERR_STALE_STATEID:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -0500295 case -NFS4ERR_STALE_CLIENTID:
Trond Myklebust0400a6b2011-03-09 16:00:53 -0500296 nfs4_schedule_lease_recovery(clp);
297 goto wait_on_recovery;
Trond Myklebust03391692010-01-26 15:42:38 -0500298#if defined(CONFIG_NFS_V4_1)
Andy Adamson4745e312009-04-01 09:22:42 -0400299 case -NFS4ERR_BADSESSION:
300 case -NFS4ERR_BADSLOT:
301 case -NFS4ERR_BAD_HIGH_SLOT:
302 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
303 case -NFS4ERR_DEADSESSION:
304 case -NFS4ERR_SEQ_FALSE_RETRY:
305 case -NFS4ERR_SEQ_MISORDERED:
306 dprintk("%s ERROR: %d Reset session\n", __func__,
307 errorcode);
Trond Myklebust0400a6b2011-03-09 16:00:53 -0500308 nfs4_schedule_session_recovery(clp->cl_session);
Andy Adamson4745e312009-04-01 09:22:42 -0400309 exception->retry = 1;
Andy Adamsonb9179232009-12-04 15:55:32 -0500310 break;
Trond Myklebust03391692010-01-26 15:42:38 -0500311#endif /* defined(CONFIG_NFS_V4_1) */
Trond Myklebust65de8722008-12-23 15:21:44 -0500312 case -NFS4ERR_FILE_OPEN:
NeilBrown44ed3552009-12-03 15:58:56 -0500313 if (exception->timeout > HZ) {
314 /* We have retried a decent amount, time to
315 * fail
316 */
317 ret = -EBUSY;
318 break;
319 }
Trond Myklebust65de8722008-12-23 15:21:44 -0500320 case -NFS4ERR_GRACE:
321 case -NFS4ERR_DELAY:
Jeff Layton2c643482010-01-07 09:42:03 -0500322 case -EKEYEXPIRED:
Trond Myklebust65de8722008-12-23 15:21:44 -0500323 ret = nfs4_delay(server->client, &exception->timeout);
324 if (ret != 0)
325 break;
Andy Adamsona8a4ae32011-05-03 13:43:03 -0400326 case -NFS4ERR_RETRY_UNCACHED_REP:
Trond Myklebust65de8722008-12-23 15:21:44 -0500327 case -NFS4ERR_OLD_STATEID:
328 exception->retry = 1;
Trond Myklebustb064eca22011-02-22 15:44:32 -0800329 break;
330 case -NFS4ERR_BADOWNER:
331 /* The following works around a Linux server bug! */
332 case -NFS4ERR_BADNAME:
333 if (server->caps & NFS_CAP_UIDGID_NOMAP) {
334 server->caps &= ~NFS_CAP_UIDGID_NOMAP;
335 exception->retry = 1;
336 printk(KERN_WARNING "NFS: v4 server %s "
337 "does not accept raw "
338 "uid/gids. "
339 "Reenabling the idmapper.\n",
340 server->nfs_client->cl_hostname);
341 }
Trond Myklebust65de8722008-12-23 15:21:44 -0500342 }
343 /* We failed to handle the error */
344 return nfs4_map_errors(ret);
Trond Myklebust0400a6b2011-03-09 16:00:53 -0500345wait_on_recovery:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -0500346 ret = nfs4_wait_clnt_recover(clp);
347 if (ret == 0)
348 exception->retry = 1;
349 return ret;
Trond Myklebust65de8722008-12-23 15:21:44 -0500350}
351
352
Trond Myklebust452e9352010-07-31 14:29:06 -0400353static void do_renew_lease(struct nfs_client *clp, unsigned long timestamp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700354{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700355 spin_lock(&clp->cl_lock);
356 if (time_before(clp->cl_last_renewal,timestamp))
357 clp->cl_last_renewal = timestamp;
358 spin_unlock(&clp->cl_lock);
359}
360
Trond Myklebust452e9352010-07-31 14:29:06 -0400361static void renew_lease(const struct nfs_server *server, unsigned long timestamp)
362{
363 do_renew_lease(server->nfs_client, timestamp);
364}
365
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400366#if defined(CONFIG_NFS_V4_1)
367
Benny Halevy510b8172009-04-01 09:22:14 -0400368/*
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400369 * nfs4_free_slot - free a slot and efficiently update slot table.
370 *
371 * freeing a slot is trivially done by clearing its respective bit
372 * in the bitmap.
373 * If the freed slotid equals highest_used_slotid we want to update it
374 * so that the server would be able to size down the slot table if needed,
375 * otherwise we know that the highest_used_slotid is still in use.
376 * When updating highest_used_slotid there may be "holes" in the bitmap
377 * so we need to scan down from highest_used_slotid to 0 looking for the now
378 * highest slotid in use.
Trond Myklebust45d43c22012-02-06 19:38:51 -0500379 * If none found, highest_used_slotid is set to NFS4_NO_SLOT.
Trond Myklebust35dc1d72009-12-05 19:32:19 -0500380 *
381 * Must be called while holding tbl->slot_tbl_lock
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400382 */
383static void
Trond Myklebust45d43c22012-02-06 19:38:51 -0500384nfs4_free_slot(struct nfs4_slot_table *tbl, u32 slotid)
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400385{
Trond Myklebust45d43c22012-02-06 19:38:51 -0500386 BUG_ON(slotid >= NFS4_MAX_SLOT_TABLE);
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400387 /* clear used bit in bitmap */
388 __clear_bit(slotid, tbl->used_slots);
389
390 /* update highest_used_slotid when it is freed */
391 if (slotid == tbl->highest_used_slotid) {
392 slotid = find_last_bit(tbl->used_slots, tbl->max_slots);
Trond Myklebustbcb56162009-12-05 19:32:19 -0500393 if (slotid < tbl->max_slots)
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400394 tbl->highest_used_slotid = slotid;
395 else
Trond Myklebust45d43c22012-02-06 19:38:51 -0500396 tbl->highest_used_slotid = NFS4_NO_SLOT;
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400397 }
Trond Myklebust45d43c22012-02-06 19:38:51 -0500398 dprintk("%s: slotid %u highest_used_slotid %d\n", __func__,
399 slotid, tbl->highest_used_slotid);
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400400}
401
Trond Myklebust961a8282012-01-17 22:57:37 -0500402bool nfs4_set_task_privileged(struct rpc_task *task, void *dummy)
403{
404 rpc_task_set_priority(task, RPC_PRIORITY_PRIVILEGED);
405 return true;
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400406}
407
Alexandros Batsakis3bfb0fc2009-12-09 01:50:11 -0800408/*
Andy Adamson42acd022011-01-06 02:04:34 +0000409 * Signal state manager thread if session fore channel is drained
Alexandros Batsakis3bfb0fc2009-12-09 01:50:11 -0800410 */
Andy Adamson42acd022011-01-06 02:04:34 +0000411static void nfs4_check_drain_fc_complete(struct nfs4_session *ses)
Alexandros Batsakis3bfb0fc2009-12-09 01:50:11 -0800412{
Trond Myklebusta2118c32010-06-16 09:52:26 -0400413 if (!test_bit(NFS4_SESSION_DRAINING, &ses->session_state)) {
Trond Myklebust961a8282012-01-17 22:57:37 -0500414 rpc_wake_up_first(&ses->fc_slot_table.slot_tbl_waitq,
415 nfs4_set_task_privileged, NULL);
Alexandros Batsakis3bfb0fc2009-12-09 01:50:11 -0800416 return;
417 }
418
Trond Myklebust45d43c22012-02-06 19:38:51 -0500419 if (ses->fc_slot_table.highest_used_slotid != NFS4_NO_SLOT)
Alexandros Batsakis3bfb0fc2009-12-09 01:50:11 -0800420 return;
421
Andy Adamson42acd022011-01-06 02:04:34 +0000422 dprintk("%s COMPLETE: Session Fore Channel Drained\n", __func__);
423 complete(&ses->fc_slot_table.complete);
424}
425
426/*
427 * Signal state manager thread if session back channel is drained
428 */
429void nfs4_check_drain_bc_complete(struct nfs4_session *ses)
430{
431 if (!test_bit(NFS4_SESSION_DRAINING, &ses->session_state) ||
Trond Myklebust45d43c22012-02-06 19:38:51 -0500432 ses->bc_slot_table.highest_used_slotid != NFS4_NO_SLOT)
Andy Adamson42acd022011-01-06 02:04:34 +0000433 return;
434 dprintk("%s COMPLETE: Session Back Channel Drained\n", __func__);
435 complete(&ses->bc_slot_table.complete);
Alexandros Batsakis3bfb0fc2009-12-09 01:50:11 -0800436}
437
Trond Myklebustd185a332010-06-16 09:52:25 -0400438static void nfs41_sequence_free_slot(struct nfs4_sequence_res *res)
Andy Adamson13615872009-04-01 09:22:17 -0400439{
440 struct nfs4_slot_table *tbl;
441
Trond Myklebustd185a332010-06-16 09:52:25 -0400442 tbl = &res->sr_session->fc_slot_table;
Benny Halevydfb4f3092010-09-24 09:17:01 -0400443 if (!res->sr_slot) {
Andy Adamson13615872009-04-01 09:22:17 -0400444 /* just wake up the next guy waiting since
445 * we may have not consumed a slot after all */
Andy Adamson691daf32009-12-04 15:55:39 -0500446 dprintk("%s: No slot\n", __func__);
Trond Myklebust35dc1d72009-12-05 19:32:19 -0500447 return;
Andy Adamson13615872009-04-01 09:22:17 -0400448 }
Andy Adamsonea028ac2009-12-04 15:55:38 -0500449
Trond Myklebust35dc1d72009-12-05 19:32:19 -0500450 spin_lock(&tbl->slot_tbl_lock);
Andy Adamsonaabd0b42011-11-09 13:58:22 -0500451 nfs4_free_slot(tbl, res->sr_slot - tbl->slots);
Andy Adamson42acd022011-01-06 02:04:34 +0000452 nfs4_check_drain_fc_complete(res->sr_session);
Trond Myklebust35dc1d72009-12-05 19:32:19 -0500453 spin_unlock(&tbl->slot_tbl_lock);
Benny Halevydfb4f3092010-09-24 09:17:01 -0400454 res->sr_slot = NULL;
Andy Adamson13615872009-04-01 09:22:17 -0400455}
456
Trond Myklebust14516c32010-07-31 14:29:06 -0400457static int nfs41_sequence_done(struct rpc_task *task, struct nfs4_sequence_res *res)
Andy Adamsonb0df8062009-04-01 09:22:18 -0400458{
459 unsigned long timestamp;
Trond Myklebust14516c32010-07-31 14:29:06 -0400460 struct nfs_client *clp;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400461
462 /*
463 * sr_status remains 1 if an RPC level error occurred. The server
464 * may or may not have processed the sequence operation..
465 * Proceed as if the server received and processed the sequence
466 * operation.
467 */
468 if (res->sr_status == 1)
469 res->sr_status = NFS_OK;
470
Bryan Schumaker468f8612011-04-18 15:57:32 -0400471 /* don't increment the sequence number if the task wasn't sent */
472 if (!RPC_WAS_SENT(task))
Andy Adamsonb0df8062009-04-01 09:22:18 -0400473 goto out;
474
Andy Adamson691daf32009-12-04 15:55:39 -0500475 /* Check the SEQUENCE operation status */
Trond Myklebust14516c32010-07-31 14:29:06 -0400476 switch (res->sr_status) {
477 case 0:
Andy Adamsonb0df8062009-04-01 09:22:18 -0400478 /* Update the slot's sequence and clientid lease timer */
Benny Halevydfb4f3092010-09-24 09:17:01 -0400479 ++res->sr_slot->seq_nr;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400480 timestamp = res->sr_renewal_time;
Trond Myklebust14516c32010-07-31 14:29:06 -0400481 clp = res->sr_session->clp;
Trond Myklebust452e9352010-07-31 14:29:06 -0400482 do_renew_lease(clp, timestamp);
Alexandros Batsakis0629e372009-12-05 13:46:14 -0500483 /* Check sequence flags */
Trond Myklebustb4410c22011-03-09 16:00:55 -0500484 if (res->sr_status_flags != 0)
485 nfs4_schedule_lease_recovery(clp);
Trond Myklebust14516c32010-07-31 14:29:06 -0400486 break;
487 case -NFS4ERR_DELAY:
488 /* The server detected a resend of the RPC call and
489 * returned NFS4ERR_DELAY as per Section 2.10.6.2
490 * of RFC5661.
491 */
Geert Uytterhoeven12364a42010-10-28 20:06:19 +0200492 dprintk("%s: slot=%td seq=%d: Operation in progress\n",
Benny Halevydfb4f3092010-09-24 09:17:01 -0400493 __func__,
494 res->sr_slot - res->sr_session->fc_slot_table.slots,
495 res->sr_slot->seq_nr);
Trond Myklebust14516c32010-07-31 14:29:06 -0400496 goto out_retry;
497 default:
498 /* Just update the slot sequence no. */
Benny Halevydfb4f3092010-09-24 09:17:01 -0400499 ++res->sr_slot->seq_nr;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400500 }
501out:
502 /* The session may be reset by one of the error handlers. */
503 dprintk("%s: Error %d free the slot \n", __func__, res->sr_status);
Trond Myklebustd185a332010-06-16 09:52:25 -0400504 nfs41_sequence_free_slot(res);
Trond Myklebust14516c32010-07-31 14:29:06 -0400505 return 1;
506out_retry:
Trond Myklebustd05dd4e2010-07-31 14:29:07 -0400507 if (!rpc_restart_call(task))
Trond Myklebust14516c32010-07-31 14:29:06 -0400508 goto out;
509 rpc_delay(task, NFS4_POLL_RETRY_MAX);
510 return 0;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400511}
512
Trond Myklebust14516c32010-07-31 14:29:06 -0400513static int nfs4_sequence_done(struct rpc_task *task,
514 struct nfs4_sequence_res *res)
Trond Myklebustdf896452010-06-16 09:52:26 -0400515{
Trond Myklebust14516c32010-07-31 14:29:06 -0400516 if (res->sr_session == NULL)
517 return 1;
518 return nfs41_sequence_done(task, res);
Trond Myklebustdf896452010-06-16 09:52:26 -0400519}
520
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400521/*
Benny Halevy510b8172009-04-01 09:22:14 -0400522 * nfs4_find_slot - efficiently look for a free slot
523 *
524 * nfs4_find_slot looks for an unset bit in the used_slots bitmap.
525 * If found, we mark the slot as used, update the highest_used_slotid,
526 * and respectively set up the sequence operation args.
Trond Myklebust45d43c22012-02-06 19:38:51 -0500527 * The slot number is returned if found, or NFS4_NO_SLOT otherwise.
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400528 *
529 * Note: must be called with under the slot_tbl_lock.
Benny Halevy510b8172009-04-01 09:22:14 -0400530 */
Trond Myklebust45d43c22012-02-06 19:38:51 -0500531static u32
Alexandros Batsakis40ead582009-12-14 21:27:54 -0800532nfs4_find_slot(struct nfs4_slot_table *tbl)
Benny Halevy510b8172009-04-01 09:22:14 -0400533{
Trond Myklebust45d43c22012-02-06 19:38:51 -0500534 u32 slotid;
535 u32 ret_id = NFS4_NO_SLOT;
Benny Halevy510b8172009-04-01 09:22:14 -0400536
Trond Myklebust45d43c22012-02-06 19:38:51 -0500537 dprintk("--> %s used_slots=%04lx highest_used=%u max_slots=%u\n",
Benny Halevy510b8172009-04-01 09:22:14 -0400538 __func__, tbl->used_slots[0], tbl->highest_used_slotid,
539 tbl->max_slots);
540 slotid = find_first_zero_bit(tbl->used_slots, tbl->max_slots);
541 if (slotid >= tbl->max_slots)
542 goto out;
543 __set_bit(slotid, tbl->used_slots);
Trond Myklebust45d43c22012-02-06 19:38:51 -0500544 if (slotid > tbl->highest_used_slotid ||
545 tbl->highest_used_slotid == NFS4_NO_SLOT)
Benny Halevy510b8172009-04-01 09:22:14 -0400546 tbl->highest_used_slotid = slotid;
547 ret_id = slotid;
548out:
549 dprintk("<-- %s used_slots=%04lx highest_used=%d slotid=%d \n",
550 __func__, tbl->used_slots[0], tbl->highest_used_slotid, ret_id);
Benny Halevy510b8172009-04-01 09:22:14 -0400551 return ret_id;
552}
553
Trond Myklebust9d12b212012-01-17 22:04:25 -0500554static void nfs41_init_sequence(struct nfs4_sequence_args *args,
555 struct nfs4_sequence_res *res, int cache_reply)
556{
557 args->sa_session = NULL;
558 args->sa_cache_this = 0;
559 if (cache_reply)
560 args->sa_cache_this = 1;
561 res->sr_session = NULL;
562 res->sr_slot = NULL;
563}
564
Andy Adamsondc70d7b2011-03-01 01:34:19 +0000565int nfs41_setup_sequence(struct nfs4_session *session,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400566 struct nfs4_sequence_args *args,
567 struct nfs4_sequence_res *res,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400568 struct rpc_task *task)
569{
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400570 struct nfs4_slot *slot;
571 struct nfs4_slot_table *tbl;
Trond Myklebust45d43c22012-02-06 19:38:51 -0500572 u32 slotid;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400573
574 dprintk("--> %s\n", __func__);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400575 /* slot already allocated? */
Benny Halevydfb4f3092010-09-24 09:17:01 -0400576 if (res->sr_slot != NULL)
Andy Adamsonce5039c2009-04-01 09:22:13 -0400577 return 0;
578
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400579 tbl = &session->fc_slot_table;
580
581 spin_lock(&tbl->slot_tbl_lock);
Trond Myklebusta2118c32010-06-16 09:52:26 -0400582 if (test_bit(NFS4_SESSION_DRAINING, &session->session_state) &&
Alexandros Batsakis5601a002009-12-14 21:27:58 -0800583 !rpc_task_has_priority(task, RPC_PRIORITY_PRIVILEGED)) {
Andy Adamson0b1c8fc2011-11-09 13:58:26 -0500584 /* The state manager will wait until the slot table is empty */
Andy Adamson05f0d232009-12-04 15:55:37 -0500585 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL);
Andy Adamsonb069d942009-04-01 09:22:43 -0400586 spin_unlock(&tbl->slot_tbl_lock);
Andy Adamson0b1c8fc2011-11-09 13:58:26 -0500587 dprintk("%s session is draining\n", __func__);
Andy Adamson05f0d232009-12-04 15:55:37 -0500588 return -EAGAIN;
Andy Adamsonb069d942009-04-01 09:22:43 -0400589 }
590
Alexandros Batsakis689cf5c2009-12-14 21:27:56 -0800591 if (!rpc_queue_empty(&tbl->slot_tbl_waitq) &&
592 !rpc_task_has_priority(task, RPC_PRIORITY_PRIVILEGED)) {
593 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL);
594 spin_unlock(&tbl->slot_tbl_lock);
595 dprintk("%s enforce FIFO order\n", __func__);
596 return -EAGAIN;
597 }
598
Alexandros Batsakis40ead582009-12-14 21:27:54 -0800599 slotid = nfs4_find_slot(tbl);
Trond Myklebust45d43c22012-02-06 19:38:51 -0500600 if (slotid == NFS4_NO_SLOT) {
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400601 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL);
602 spin_unlock(&tbl->slot_tbl_lock);
603 dprintk("<-- %s: no free slots\n", __func__);
604 return -EAGAIN;
605 }
606 spin_unlock(&tbl->slot_tbl_lock);
607
Alexandros Batsakis689cf5c2009-12-14 21:27:56 -0800608 rpc_task_set_priority(task, RPC_PRIORITY_NORMAL);
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400609 slot = tbl->slots + slotid;
Benny Halevy99fe60d2009-04-01 09:22:29 -0400610 args->sa_session = session;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400611 args->sa_slotid = slotid;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400612
613 dprintk("<-- %s slotid=%d seqid=%d\n", __func__, slotid, slot->seq_nr);
614
Benny Halevy99fe60d2009-04-01 09:22:29 -0400615 res->sr_session = session;
Benny Halevydfb4f3092010-09-24 09:17:01 -0400616 res->sr_slot = slot;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400617 res->sr_renewal_time = jiffies;
Trond Myklebust2a6e26c2010-06-16 09:52:25 -0400618 res->sr_status_flags = 0;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400619 /*
620 * sr_status is only set in decode_sequence, and so will remain
621 * set to 1 if an rpc level failure occurs.
622 */
623 res->sr_status = 1;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400624 return 0;
625}
Andy Adamsondc70d7b2011-03-01 01:34:19 +0000626EXPORT_SYMBOL_GPL(nfs41_setup_sequence);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400627
Trond Myklebust035168a2010-06-16 09:52:26 -0400628int nfs4_setup_sequence(const struct nfs_server *server,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400629 struct nfs4_sequence_args *args,
630 struct nfs4_sequence_res *res,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400631 struct rpc_task *task)
632{
Trond Myklebust035168a2010-06-16 09:52:26 -0400633 struct nfs4_session *session = nfs4_get_session(server);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400634 int ret = 0;
635
Trond Myklebust9d12b212012-01-17 22:04:25 -0500636 if (session == NULL)
Andy Adamsonce5039c2009-04-01 09:22:13 -0400637 goto out;
Trond Myklebust035168a2010-06-16 09:52:26 -0400638
Geert Uytterhoeven12364a42010-10-28 20:06:19 +0200639 dprintk("--> %s clp %p session %p sr_slot %td\n",
Benny Halevydfb4f3092010-09-24 09:17:01 -0400640 __func__, session->clp, session, res->sr_slot ?
641 res->sr_slot - session->fc_slot_table.slots : -1);
Trond Myklebust035168a2010-06-16 09:52:26 -0400642
Trond Myklebust9d12b212012-01-17 22:04:25 -0500643 ret = nfs41_setup_sequence(session, args, res, task);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400644out:
645 dprintk("<-- %s status=%d\n", __func__, ret);
646 return ret;
647}
648
649struct nfs41_call_sync_data {
Trond Myklebust035168a2010-06-16 09:52:26 -0400650 const struct nfs_server *seq_server;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400651 struct nfs4_sequence_args *seq_args;
652 struct nfs4_sequence_res *seq_res;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400653};
654
655static void nfs41_call_sync_prepare(struct rpc_task *task, void *calldata)
656{
657 struct nfs41_call_sync_data *data = calldata;
658
Trond Myklebust035168a2010-06-16 09:52:26 -0400659 dprintk("--> %s data->seq_server %p\n", __func__, data->seq_server);
660
661 if (nfs4_setup_sequence(data->seq_server, data->seq_args,
Trond Myklebust9d12b212012-01-17 22:04:25 -0500662 data->seq_res, task))
Andy Adamsonce5039c2009-04-01 09:22:13 -0400663 return;
664 rpc_call_start(task);
665}
666
Alexandros Batsakisb2579572009-12-14 21:27:57 -0800667static void nfs41_call_priv_sync_prepare(struct rpc_task *task, void *calldata)
668{
669 rpc_task_set_priority(task, RPC_PRIORITY_PRIVILEGED);
670 nfs41_call_sync_prepare(task, calldata);
671}
672
Andy Adamson69ab40c2009-04-01 09:22:19 -0400673static void nfs41_call_sync_done(struct rpc_task *task, void *calldata)
674{
675 struct nfs41_call_sync_data *data = calldata;
676
Trond Myklebust14516c32010-07-31 14:29:06 -0400677 nfs41_sequence_done(task, data->seq_res);
Andy Adamson69ab40c2009-04-01 09:22:19 -0400678}
679
Trond Myklebust17280172012-03-11 13:11:00 -0400680static const struct rpc_call_ops nfs41_call_sync_ops = {
Andy Adamsonce5039c2009-04-01 09:22:13 -0400681 .rpc_call_prepare = nfs41_call_sync_prepare,
Andy Adamson69ab40c2009-04-01 09:22:19 -0400682 .rpc_call_done = nfs41_call_sync_done,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400683};
684
Trond Myklebust17280172012-03-11 13:11:00 -0400685static const struct rpc_call_ops nfs41_call_priv_sync_ops = {
Alexandros Batsakisb2579572009-12-14 21:27:57 -0800686 .rpc_call_prepare = nfs41_call_priv_sync_prepare,
687 .rpc_call_done = nfs41_call_sync_done,
688};
689
Bryan Schumaker7c513052011-03-24 17:12:24 +0000690static int nfs4_call_sync_sequence(struct rpc_clnt *clnt,
691 struct nfs_server *server,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400692 struct rpc_message *msg,
693 struct nfs4_sequence_args *args,
694 struct nfs4_sequence_res *res,
Alexandros Batsakisb2579572009-12-14 21:27:57 -0800695 int privileged)
Andy Adamsonce5039c2009-04-01 09:22:13 -0400696{
697 int ret;
698 struct rpc_task *task;
699 struct nfs41_call_sync_data data = {
Trond Myklebust035168a2010-06-16 09:52:26 -0400700 .seq_server = server,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400701 .seq_args = args,
702 .seq_res = res,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400703 };
704 struct rpc_task_setup task_setup = {
Bryan Schumaker7c513052011-03-24 17:12:24 +0000705 .rpc_client = clnt,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400706 .rpc_message = msg,
707 .callback_ops = &nfs41_call_sync_ops,
708 .callback_data = &data
709 };
710
Alexandros Batsakisb2579572009-12-14 21:27:57 -0800711 if (privileged)
712 task_setup.callback_ops = &nfs41_call_priv_sync_ops;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400713 task = rpc_run_task(&task_setup);
714 if (IS_ERR(task))
715 ret = PTR_ERR(task);
716 else {
717 ret = task->tk_status;
718 rpc_put_task(task);
719 }
720 return ret;
721}
722
Bryan Schumaker7c513052011-03-24 17:12:24 +0000723int _nfs4_call_sync_session(struct rpc_clnt *clnt,
724 struct nfs_server *server,
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400725 struct rpc_message *msg,
726 struct nfs4_sequence_args *args,
727 struct nfs4_sequence_res *res,
728 int cache_reply)
729{
Trond Myklebust9d12b212012-01-17 22:04:25 -0500730 nfs41_init_sequence(args, res, cache_reply);
731 return nfs4_call_sync_sequence(clnt, server, msg, args, res, 0);
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400732}
733
Trond Myklebustdf896452010-06-16 09:52:26 -0400734#else
Trond Myklebust9d12b212012-01-17 22:04:25 -0500735static inline
736void nfs41_init_sequence(struct nfs4_sequence_args *args,
737 struct nfs4_sequence_res *res, int cache_reply)
738{
739}
740
Trond Myklebust14516c32010-07-31 14:29:06 -0400741static int nfs4_sequence_done(struct rpc_task *task,
742 struct nfs4_sequence_res *res)
Trond Myklebustdf896452010-06-16 09:52:26 -0400743{
Trond Myklebust14516c32010-07-31 14:29:06 -0400744 return 1;
Trond Myklebustdf896452010-06-16 09:52:26 -0400745}
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400746#endif /* CONFIG_NFS_V4_1 */
747
Bryan Schumaker7c513052011-03-24 17:12:24 +0000748int _nfs4_call_sync(struct rpc_clnt *clnt,
749 struct nfs_server *server,
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400750 struct rpc_message *msg,
751 struct nfs4_sequence_args *args,
752 struct nfs4_sequence_res *res,
753 int cache_reply)
754{
Trond Myklebust9d12b212012-01-17 22:04:25 -0500755 nfs41_init_sequence(args, res, cache_reply);
Bryan Schumaker7c513052011-03-24 17:12:24 +0000756 return rpc_call_sync(clnt, msg, 0);
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400757}
758
Bryan Schumakere73b83f2011-03-24 17:12:23 +0000759static inline
Bryan Schumaker7c513052011-03-24 17:12:24 +0000760int nfs4_call_sync(struct rpc_clnt *clnt,
761 struct nfs_server *server,
Bryan Schumakere73b83f2011-03-24 17:12:23 +0000762 struct rpc_message *msg,
763 struct nfs4_sequence_args *args,
764 struct nfs4_sequence_res *res,
765 int cache_reply)
766{
Bryan Schumaker7c513052011-03-24 17:12:24 +0000767 return server->nfs_client->cl_mvops->call_sync(clnt, server, msg,
768 args, res, cache_reply);
Bryan Schumakere73b83f2011-03-24 17:12:23 +0000769}
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400770
Trond Myklebust38478b22006-05-25 01:40:57 -0400771static void update_changeattr(struct inode *dir, struct nfs4_change_info *cinfo)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700772{
Trond Myklebust38478b22006-05-25 01:40:57 -0400773 struct nfs_inode *nfsi = NFS_I(dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700774
Trond Myklebust38478b22006-05-25 01:40:57 -0400775 spin_lock(&dir->i_lock);
Trond Myklebust40d24702007-10-08 09:24:22 -0400776 nfsi->cache_validity |= NFS_INO_INVALID_ATTR|NFS_INO_REVAL_PAGECACHE|NFS_INO_INVALID_DATA;
Trond Myklebusta9a4a872011-10-17 16:08:46 -0700777 if (!cinfo->atomic || cinfo->before != dir->i_version)
Trond Myklebustbfc69a42007-10-15 18:18:29 -0400778 nfs_force_lookup_revalidate(dir);
Trond Myklebusta9a4a872011-10-17 16:08:46 -0700779 dir->i_version = cinfo->after;
Trond Myklebust38478b22006-05-25 01:40:57 -0400780 spin_unlock(&dir->i_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700781}
782
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100783struct nfs4_opendata {
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400784 struct kref kref;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100785 struct nfs_openargs o_arg;
786 struct nfs_openres o_res;
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100787 struct nfs_open_confirmargs c_arg;
788 struct nfs_open_confirmres c_res;
Trond Myklebust6926afd2012-01-07 13:22:46 -0500789 struct nfs4_string owner_name;
790 struct nfs4_string group_name;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100791 struct nfs_fattr f_attr;
792 struct nfs_fattr dir_attr;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100793 struct dentry *dir;
Al Viro82a2c1b2011-06-22 18:30:55 -0400794 struct dentry *dentry;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100795 struct nfs4_state_owner *owner;
Trond Myklebustaac00a82007-07-05 19:02:21 -0400796 struct nfs4_state *state;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100797 struct iattr attrs;
Trond Myklebust26e976a2006-01-03 09:55:21 +0100798 unsigned long timestamp;
Trond Myklebust3e309912007-07-07 13:19:59 -0400799 unsigned int rpc_done : 1;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100800 int rpc_status;
801 int cancelled;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100802};
803
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400804
805static void nfs4_init_opendata_res(struct nfs4_opendata *p)
806{
807 p->o_res.f_attr = &p->f_attr;
808 p->o_res.dir_attr = &p->dir_attr;
Trond Myklebustc1d51932008-04-07 13:20:54 -0400809 p->o_res.seqid = p->o_arg.seqid;
810 p->c_res.seqid = p->c_arg.seqid;
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400811 p->o_res.server = p->o_arg.server;
812 nfs_fattr_init(&p->f_attr);
813 nfs_fattr_init(&p->dir_attr);
Trond Myklebust6926afd2012-01-07 13:22:46 -0500814 nfs_fattr_init_names(&p->f_attr, &p->owner_name, &p->group_name);
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400815}
816
Al Viro82a2c1b2011-06-22 18:30:55 -0400817static struct nfs4_opendata *nfs4_opendata_alloc(struct dentry *dentry,
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500818 struct nfs4_state_owner *sp, fmode_t fmode, int flags,
Trond Myklebust8535b2b2010-05-13 12:51:01 -0400819 const struct iattr *attrs,
820 gfp_t gfp_mask)
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100821{
Al Viro82a2c1b2011-06-22 18:30:55 -0400822 struct dentry *parent = dget_parent(dentry);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100823 struct inode *dir = parent->d_inode;
824 struct nfs_server *server = NFS_SERVER(dir);
825 struct nfs4_opendata *p;
826
Trond Myklebust8535b2b2010-05-13 12:51:01 -0400827 p = kzalloc(sizeof(*p), gfp_mask);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100828 if (p == NULL)
829 goto err;
Trond Myklebust8535b2b2010-05-13 12:51:01 -0400830 p->o_arg.seqid = nfs_alloc_seqid(&sp->so_seqid, gfp_mask);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100831 if (p->o_arg.seqid == NULL)
832 goto err_free;
Al Viro82a2c1b2011-06-22 18:30:55 -0400833 nfs_sb_active(dentry->d_sb);
834 p->dentry = dget(dentry);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100835 p->dir = parent;
836 p->owner = sp;
837 atomic_inc(&sp->so_count);
838 p->o_arg.fh = NFS_FH(dir);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500839 p->o_arg.open_flags = flags;
840 p->o_arg.fmode = fmode & (FMODE_READ|FMODE_WRITE);
David Howells7539bba2006-08-22 20:06:09 -0400841 p->o_arg.clientid = server->nfs_client->cl_clientid;
Trond Myklebust48c22eb2012-01-17 22:04:25 -0500842 p->o_arg.id = sp->so_seqid.owner_id;
Al Viro82a2c1b2011-06-22 18:30:55 -0400843 p->o_arg.name = &dentry->d_name;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100844 p->o_arg.server = server;
845 p->o_arg.bitmask = server->attr_bitmask;
Trond Myklebust6926afd2012-01-07 13:22:46 -0500846 p->o_arg.dir_bitmask = server->cache_consistency_bitmask;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100847 p->o_arg.claim = NFS4_OPEN_CLAIM_NULL;
Trond Myklebust536e43d2012-01-17 22:04:26 -0500848 if (attrs != NULL && attrs->ia_valid != 0) {
Chuck Levercd937102012-03-02 17:14:31 -0500849 __be32 verf[2];
Trond Myklebustd77d76f2010-06-16 09:52:27 -0400850
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100851 p->o_arg.u.attrs = &p->attrs;
852 memcpy(&p->attrs, attrs, sizeof(p->attrs));
Chuck Levercd937102012-03-02 17:14:31 -0500853
854 verf[0] = jiffies;
855 verf[1] = current->pid;
856 memcpy(p->o_arg.u.verifier.data, verf,
857 sizeof(p->o_arg.u.verifier.data));
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100858 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100859 p->c_arg.fh = &p->o_res.fh;
860 p->c_arg.stateid = &p->o_res.stateid;
861 p->c_arg.seqid = p->o_arg.seqid;
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400862 nfs4_init_opendata_res(p);
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400863 kref_init(&p->kref);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100864 return p;
865err_free:
866 kfree(p);
867err:
868 dput(parent);
869 return NULL;
870}
871
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400872static void nfs4_opendata_free(struct kref *kref)
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100873{
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400874 struct nfs4_opendata *p = container_of(kref,
875 struct nfs4_opendata, kref);
Al Viro82a2c1b2011-06-22 18:30:55 -0400876 struct super_block *sb = p->dentry->d_sb;
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400877
878 nfs_free_seqid(p->o_arg.seqid);
Trond Myklebustaac00a82007-07-05 19:02:21 -0400879 if (p->state != NULL)
880 nfs4_put_open_state(p->state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400881 nfs4_put_state_owner(p->owner);
882 dput(p->dir);
Al Viro82a2c1b2011-06-22 18:30:55 -0400883 dput(p->dentry);
884 nfs_sb_deactive(sb);
Trond Myklebust6926afd2012-01-07 13:22:46 -0500885 nfs_fattr_free_names(&p->f_attr);
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400886 kfree(p);
887}
888
889static void nfs4_opendata_put(struct nfs4_opendata *p)
890{
891 if (p != NULL)
892 kref_put(&p->kref, nfs4_opendata_free);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100893}
894
Trond Myklebust06f814a2006-01-03 09:55:07 +0100895static int nfs4_wait_for_completion_rpc_task(struct rpc_task *task)
896{
Trond Myklebust06f814a2006-01-03 09:55:07 +0100897 int ret;
898
Trond Myklebust06f814a2006-01-03 09:55:07 +0100899 ret = rpc_wait_for_completion_task(task);
Trond Myklebust06f814a2006-01-03 09:55:07 +0100900 return ret;
901}
902
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500903static int can_open_cached(struct nfs4_state *state, fmode_t mode, int open_mode)
Trond Myklebust6ee41262007-07-08 14:11:36 -0400904{
905 int ret = 0;
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500906
Trond Myklebust536e43d2012-01-17 22:04:26 -0500907 if (open_mode & (O_EXCL|O_TRUNC))
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500908 goto out;
909 switch (mode & (FMODE_READ|FMODE_WRITE)) {
Trond Myklebust6ee41262007-07-08 14:11:36 -0400910 case FMODE_READ:
Trond Myklebust88069f72009-12-08 08:33:16 -0500911 ret |= test_bit(NFS_O_RDONLY_STATE, &state->flags) != 0
912 && state->n_rdonly != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -0400913 break;
914 case FMODE_WRITE:
Trond Myklebust88069f72009-12-08 08:33:16 -0500915 ret |= test_bit(NFS_O_WRONLY_STATE, &state->flags) != 0
916 && state->n_wronly != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -0400917 break;
918 case FMODE_READ|FMODE_WRITE:
Trond Myklebust88069f72009-12-08 08:33:16 -0500919 ret |= test_bit(NFS_O_RDWR_STATE, &state->flags) != 0
920 && state->n_rdwr != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -0400921 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500922out:
Trond Myklebust6ee41262007-07-08 14:11:36 -0400923 return ret;
924}
925
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500926static int can_open_delegated(struct nfs_delegation *delegation, fmode_t fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -0400927{
Trond Myklebust652f89f2011-12-09 19:05:58 -0500928 if (delegation == NULL)
929 return 0;
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500930 if ((delegation->type & fmode) != fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -0400931 return 0;
Trond Myklebust15c831b2008-12-23 15:21:39 -0500932 if (test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags))
Trond Myklebustaac00a82007-07-05 19:02:21 -0400933 return 0;
Trond Myklebustb7391f42008-12-23 15:21:52 -0500934 nfs_mark_delegation_referenced(delegation);
Trond Myklebustaac00a82007-07-05 19:02:21 -0400935 return 1;
936}
937
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500938static void update_open_stateflags(struct nfs4_state *state, fmode_t fmode)
Trond Myklebuste7616922006-01-03 09:55:13 +0100939{
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500940 switch (fmode) {
Trond Myklebuste7616922006-01-03 09:55:13 +0100941 case FMODE_WRITE:
942 state->n_wronly++;
943 break;
944 case FMODE_READ:
945 state->n_rdonly++;
946 break;
947 case FMODE_READ|FMODE_WRITE:
948 state->n_rdwr++;
949 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500950 nfs4_state_set_mode_locked(state, state->state | fmode);
Trond Myklebuste7616922006-01-03 09:55:13 +0100951}
952
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500953static void nfs_set_open_stateid_locked(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fmode)
Trond Myklebust003707c2007-07-05 18:07:55 -0400954{
955 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
Trond Myklebustf597c532012-03-04 18:13:56 -0500956 nfs4_stateid_copy(&state->stateid, stateid);
957 nfs4_stateid_copy(&state->open_stateid, stateid);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500958 switch (fmode) {
Trond Myklebust003707c2007-07-05 18:07:55 -0400959 case FMODE_READ:
960 set_bit(NFS_O_RDONLY_STATE, &state->flags);
961 break;
962 case FMODE_WRITE:
963 set_bit(NFS_O_WRONLY_STATE, &state->flags);
964 break;
965 case FMODE_READ|FMODE_WRITE:
966 set_bit(NFS_O_RDWR_STATE, &state->flags);
967 }
968}
969
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500970static void nfs_set_open_stateid(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fmode)
Trond Myklebust003707c2007-07-05 18:07:55 -0400971{
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400972 write_seqlock(&state->seqlock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500973 nfs_set_open_stateid_locked(state, stateid, fmode);
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400974 write_sequnlock(&state->seqlock);
Trond Myklebust003707c2007-07-05 18:07:55 -0400975}
976
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500977static 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 -0700978{
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400979 /*
980 * Protect the call to nfs4_state_set_mode_locked and
981 * serialise the stateid update
982 */
983 write_seqlock(&state->seqlock);
Trond Myklebust003707c2007-07-05 18:07:55 -0400984 if (deleg_stateid != NULL) {
Trond Myklebustf597c532012-03-04 18:13:56 -0500985 nfs4_stateid_copy(&state->stateid, deleg_stateid);
Trond Myklebust003707c2007-07-05 18:07:55 -0400986 set_bit(NFS_DELEGATED_STATE, &state->flags);
987 }
988 if (open_stateid != NULL)
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500989 nfs_set_open_stateid_locked(state, open_stateid, fmode);
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400990 write_sequnlock(&state->seqlock);
991 spin_lock(&state->owner->so_lock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500992 update_open_stateflags(state, fmode);
Trond Myklebustec073422005-10-20 14:22:47 -0700993 spin_unlock(&state->owner->so_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700994}
995
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500996static 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 -0500997{
998 struct nfs_inode *nfsi = NFS_I(state->inode);
999 struct nfs_delegation *deleg_cur;
1000 int ret = 0;
1001
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001002 fmode &= (FMODE_READ|FMODE_WRITE);
Trond Myklebust34310432008-12-23 15:21:38 -05001003
1004 rcu_read_lock();
1005 deleg_cur = rcu_dereference(nfsi->delegation);
1006 if (deleg_cur == NULL)
1007 goto no_delegation;
1008
1009 spin_lock(&deleg_cur->lock);
1010 if (nfsi->delegation != deleg_cur ||
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001011 (deleg_cur->type & fmode) != fmode)
Trond Myklebust34310432008-12-23 15:21:38 -05001012 goto no_delegation_unlock;
1013
1014 if (delegation == NULL)
1015 delegation = &deleg_cur->stateid;
Trond Myklebustf597c532012-03-04 18:13:56 -05001016 else if (!nfs4_stateid_match(&deleg_cur->stateid, delegation))
Trond Myklebust34310432008-12-23 15:21:38 -05001017 goto no_delegation_unlock;
1018
Trond Myklebustb7391f42008-12-23 15:21:52 -05001019 nfs_mark_delegation_referenced(deleg_cur);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001020 __update_open_stateid(state, open_stateid, &deleg_cur->stateid, fmode);
Trond Myklebust34310432008-12-23 15:21:38 -05001021 ret = 1;
1022no_delegation_unlock:
1023 spin_unlock(&deleg_cur->lock);
1024no_delegation:
1025 rcu_read_unlock();
1026
1027 if (!ret && open_stateid != NULL) {
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001028 __update_open_stateid(state, open_stateid, NULL, fmode);
Trond Myklebust34310432008-12-23 15:21:38 -05001029 ret = 1;
1030 }
1031
1032 return ret;
1033}
1034
1035
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001036static void nfs4_return_incompatible_delegation(struct inode *inode, fmode_t fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001037{
1038 struct nfs_delegation *delegation;
1039
1040 rcu_read_lock();
1041 delegation = rcu_dereference(NFS_I(inode)->delegation);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001042 if (delegation == NULL || (delegation->type & fmode) == fmode) {
Trond Myklebustaac00a82007-07-05 19:02:21 -04001043 rcu_read_unlock();
1044 return;
1045 }
1046 rcu_read_unlock();
1047 nfs_inode_return_delegation(inode);
1048}
1049
Trond Myklebust6ee41262007-07-08 14:11:36 -04001050static struct nfs4_state *nfs4_try_open_cached(struct nfs4_opendata *opendata)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001051{
1052 struct nfs4_state *state = opendata->state;
1053 struct nfs_inode *nfsi = NFS_I(state->inode);
1054 struct nfs_delegation *delegation;
Trond Myklebust536e43d2012-01-17 22:04:26 -05001055 int open_mode = opendata->o_arg.open_flags & (O_EXCL|O_TRUNC);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001056 fmode_t fmode = opendata->o_arg.fmode;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001057 nfs4_stateid stateid;
1058 int ret = -EAGAIN;
1059
Trond Myklebustaac00a82007-07-05 19:02:21 -04001060 for (;;) {
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001061 if (can_open_cached(state, fmode, open_mode)) {
Trond Myklebust6ee41262007-07-08 14:11:36 -04001062 spin_lock(&state->owner->so_lock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001063 if (can_open_cached(state, fmode, open_mode)) {
1064 update_open_stateflags(state, fmode);
Trond Myklebust6ee41262007-07-08 14:11:36 -04001065 spin_unlock(&state->owner->so_lock);
Trond Myklebust6ee41262007-07-08 14:11:36 -04001066 goto out_return_state;
1067 }
1068 spin_unlock(&state->owner->so_lock);
1069 }
Trond Myklebust34310432008-12-23 15:21:38 -05001070 rcu_read_lock();
1071 delegation = rcu_dereference(nfsi->delegation);
Trond Myklebust652f89f2011-12-09 19:05:58 -05001072 if (!can_open_delegated(delegation, fmode)) {
Trond Myklebust34310432008-12-23 15:21:38 -05001073 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -04001074 break;
Trond Myklebust34310432008-12-23 15:21:38 -05001075 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001076 /* Save the delegation */
Trond Myklebustf597c532012-03-04 18:13:56 -05001077 nfs4_stateid_copy(&stateid, &delegation->stateid);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001078 rcu_read_unlock();
Trond Myklebustaf22f942007-08-10 17:45:10 -04001079 ret = nfs_may_open(state->inode, state->owner->so_cred, open_mode);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001080 if (ret != 0)
1081 goto out;
1082 ret = -EAGAIN;
Trond Myklebust34310432008-12-23 15:21:38 -05001083
1084 /* Try to update the stateid using the delegation */
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001085 if (update_open_stateid(state, NULL, &stateid, fmode))
Trond Myklebust34310432008-12-23 15:21:38 -05001086 goto out_return_state;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001087 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001088out:
1089 return ERR_PTR(ret);
1090out_return_state:
1091 atomic_inc(&state->count);
1092 return state;
1093}
1094
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001095static struct nfs4_state *nfs4_opendata_to_nfs4_state(struct nfs4_opendata *data)
1096{
1097 struct inode *inode;
1098 struct nfs4_state *state = NULL;
Trond Myklebust003707c2007-07-05 18:07:55 -04001099 struct nfs_delegation *delegation;
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001100 int ret;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001101
Trond Myklebustaac00a82007-07-05 19:02:21 -04001102 if (!data->rpc_done) {
Trond Myklebust6ee41262007-07-08 14:11:36 -04001103 state = nfs4_try_open_cached(data);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001104 goto out;
1105 }
1106
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001107 ret = -EAGAIN;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001108 if (!(data->f_attr.valid & NFS_ATTR_FATTR))
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001109 goto err;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001110 inode = nfs_fhget(data->dir->d_sb, &data->o_res.fh, &data->f_attr);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001111 ret = PTR_ERR(inode);
Trond Myklebust03f28e32006-03-20 13:44:48 -05001112 if (IS_ERR(inode))
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001113 goto err;
1114 ret = -ENOMEM;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001115 state = nfs4_get_open_state(inode, data->owner);
1116 if (state == NULL)
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001117 goto err_put_inode;
Trond Myklebust549d6ed2007-07-03 16:42:45 -04001118 if (data->o_res.delegation_type != 0) {
Trond Myklebust4e0038b2012-03-01 17:01:05 -05001119 struct nfs_client *clp = NFS_SERVER(inode)->nfs_client;
Trond Myklebust549d6ed2007-07-03 16:42:45 -04001120 int delegation_flags = 0;
1121
Trond Myklebust003707c2007-07-05 18:07:55 -04001122 rcu_read_lock();
1123 delegation = rcu_dereference(NFS_I(inode)->delegation);
1124 if (delegation)
1125 delegation_flags = delegation->flags;
1126 rcu_read_unlock();
Trond Myklebust652f89f2011-12-09 19:05:58 -05001127 if (data->o_arg.claim == NFS4_OPEN_CLAIM_DELEGATE_CUR) {
1128 pr_err_ratelimited("NFS: Broken NFSv4 server %s is "
1129 "returning a delegation for "
1130 "OPEN(CLAIM_DELEGATE_CUR)\n",
Trond Myklebust4e0038b2012-03-01 17:01:05 -05001131 clp->cl_hostname);
Trond Myklebust652f89f2011-12-09 19:05:58 -05001132 } else if ((delegation_flags & 1UL<<NFS_DELEGATION_NEED_RECLAIM) == 0)
Trond Myklebust549d6ed2007-07-03 16:42:45 -04001133 nfs_inode_set_delegation(state->inode,
1134 data->owner->so_cred,
1135 &data->o_res);
1136 else
1137 nfs_inode_reclaim_delegation(state->inode,
1138 data->owner->so_cred,
1139 &data->o_res);
1140 }
Trond Myklebust34310432008-12-23 15:21:38 -05001141
1142 update_open_stateid(state, &data->o_res.stateid, NULL,
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001143 data->o_arg.fmode);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001144 iput(inode);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001145out:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001146 return state;
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001147err_put_inode:
1148 iput(inode);
1149err:
1150 return ERR_PTR(ret);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001151}
1152
Trond Myklebust864472e2006-01-03 09:55:15 +01001153static struct nfs_open_context *nfs4_state_find_open_context(struct nfs4_state *state)
1154{
1155 struct nfs_inode *nfsi = NFS_I(state->inode);
1156 struct nfs_open_context *ctx;
1157
1158 spin_lock(&state->inode->i_lock);
1159 list_for_each_entry(ctx, &nfsi->open_files, list) {
1160 if (ctx->state != state)
1161 continue;
1162 get_nfs_open_context(ctx);
1163 spin_unlock(&state->inode->i_lock);
1164 return ctx;
1165 }
1166 spin_unlock(&state->inode->i_lock);
1167 return ERR_PTR(-ENOENT);
1168}
1169
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001170static struct nfs4_opendata *nfs4_open_recoverdata_alloc(struct nfs_open_context *ctx, struct nfs4_state *state)
1171{
1172 struct nfs4_opendata *opendata;
1173
Al Viro3d4ff432011-06-22 18:40:12 -04001174 opendata = nfs4_opendata_alloc(ctx->dentry, state->owner, 0, 0, NULL, GFP_NOFS);
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001175 if (opendata == NULL)
1176 return ERR_PTR(-ENOMEM);
1177 opendata->state = state;
1178 atomic_inc(&state->count);
1179 return opendata;
1180}
1181
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001182static int nfs4_open_recover_helper(struct nfs4_opendata *opendata, fmode_t fmode, struct nfs4_state **res)
Trond Myklebust864472e2006-01-03 09:55:15 +01001183{
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001184 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001185 int ret;
1186
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001187 opendata->o_arg.open_flags = 0;
1188 opendata->o_arg.fmode = fmode;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001189 memset(&opendata->o_res, 0, sizeof(opendata->o_res));
1190 memset(&opendata->c_res, 0, sizeof(opendata->c_res));
1191 nfs4_init_opendata_res(opendata);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001192 ret = _nfs4_recover_proc_open(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001193 if (ret != 0)
1194 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001195 newstate = nfs4_opendata_to_nfs4_state(opendata);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001196 if (IS_ERR(newstate))
1197 return PTR_ERR(newstate);
Al Viro643168c2011-06-22 18:20:23 -04001198 nfs4_close_state(newstate, fmode);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001199 *res = newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001200 return 0;
1201}
1202
1203static int nfs4_open_recover(struct nfs4_opendata *opendata, struct nfs4_state *state)
1204{
Trond Myklebust864472e2006-01-03 09:55:15 +01001205 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001206 int ret;
1207
1208 /* memory barrier prior to reading state->n_* */
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001209 clear_bit(NFS_DELEGATED_STATE, &state->flags);
Trond Myklebust864472e2006-01-03 09:55:15 +01001210 smp_rmb();
1211 if (state->n_rdwr != 0) {
Trond Myklebustb0ed9db2010-10-04 17:59:08 -04001212 clear_bit(NFS_O_RDWR_STATE, &state->flags);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001213 ret = nfs4_open_recover_helper(opendata, FMODE_READ|FMODE_WRITE, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001214 if (ret != 0)
1215 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001216 if (newstate != state)
1217 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001218 }
1219 if (state->n_wronly != 0) {
Trond Myklebustb0ed9db2010-10-04 17:59:08 -04001220 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001221 ret = nfs4_open_recover_helper(opendata, FMODE_WRITE, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001222 if (ret != 0)
1223 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001224 if (newstate != state)
1225 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001226 }
1227 if (state->n_rdonly != 0) {
Trond Myklebustb0ed9db2010-10-04 17:59:08 -04001228 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001229 ret = nfs4_open_recover_helper(opendata, FMODE_READ, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001230 if (ret != 0)
1231 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001232 if (newstate != state)
1233 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001234 }
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001235 /*
1236 * We may have performed cached opens for all three recoveries.
1237 * Check if we need to update the current stateid.
1238 */
1239 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0 &&
Trond Myklebustf597c532012-03-04 18:13:56 -05001240 !nfs4_stateid_match(&state->stateid, &state->open_stateid)) {
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001241 write_seqlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001242 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
Trond Myklebustf597c532012-03-04 18:13:56 -05001243 nfs4_stateid_copy(&state->stateid, &state->open_stateid);
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001244 write_sequnlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001245 }
Trond Myklebust864472e2006-01-03 09:55:15 +01001246 return 0;
1247}
1248
Linus Torvalds1da177e2005-04-16 15:20:36 -07001249/*
1250 * OPEN_RECLAIM:
1251 * reclaim state on the server after a reboot.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001252 */
Trond Myklebust539cd032007-06-05 11:46:42 -04001253static int _nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001254{
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001255 struct nfs_delegation *delegation;
Trond Myklebust864472e2006-01-03 09:55:15 +01001256 struct nfs4_opendata *opendata;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001257 fmode_t delegation_type = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001258 int status;
1259
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001260 opendata = nfs4_open_recoverdata_alloc(ctx, state);
1261 if (IS_ERR(opendata))
1262 return PTR_ERR(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001263 opendata->o_arg.claim = NFS4_OPEN_CLAIM_PREVIOUS;
1264 opendata->o_arg.fh = NFS_FH(state->inode);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001265 rcu_read_lock();
1266 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
Trond Myklebust15c831b2008-12-23 15:21:39 -05001267 if (delegation != NULL && test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags) != 0)
Trond Myklebust65bbf6b2007-08-27 09:57:46 -04001268 delegation_type = delegation->type;
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001269 rcu_read_unlock();
Trond Myklebust864472e2006-01-03 09:55:15 +01001270 opendata->o_arg.u.delegation_type = delegation_type;
1271 status = nfs4_open_recover(opendata, state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001272 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001273 return status;
1274}
1275
Trond Myklebust539cd032007-06-05 11:46:42 -04001276static int nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001277{
1278 struct nfs_server *server = NFS_SERVER(state->inode);
1279 struct nfs4_exception exception = { };
1280 int err;
1281 do {
Trond Myklebust539cd032007-06-05 11:46:42 -04001282 err = _nfs4_do_open_reclaim(ctx, state);
Trond Myklebust168667c2010-10-19 19:47:49 -04001283 if (err != -NFS4ERR_DELAY)
Trond Myklebust202b50d2005-06-22 17:16:29 +00001284 break;
1285 nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001286 } while (exception.retry);
1287 return err;
1288}
1289
Trond Myklebust864472e2006-01-03 09:55:15 +01001290static int nfs4_open_reclaim(struct nfs4_state_owner *sp, struct nfs4_state *state)
1291{
1292 struct nfs_open_context *ctx;
1293 int ret;
1294
1295 ctx = nfs4_state_find_open_context(state);
1296 if (IS_ERR(ctx))
1297 return PTR_ERR(ctx);
Trond Myklebust539cd032007-06-05 11:46:42 -04001298 ret = nfs4_do_open_reclaim(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +01001299 put_nfs_open_context(ctx);
1300 return ret;
1301}
1302
Trond Myklebust13437e12007-07-06 15:10:43 -04001303static int _nfs4_open_delegation_recall(struct nfs_open_context *ctx, struct nfs4_state *state, const nfs4_stateid *stateid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001304{
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001305 struct nfs4_opendata *opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +01001306 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001307
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001308 opendata = nfs4_open_recoverdata_alloc(ctx, state);
1309 if (IS_ERR(opendata))
1310 return PTR_ERR(opendata);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001311 opendata->o_arg.claim = NFS4_OPEN_CLAIM_DELEGATE_CUR;
Trond Myklebustf597c532012-03-04 18:13:56 -05001312 nfs4_stateid_copy(&opendata->o_arg.u.delegation, stateid);
Trond Myklebust864472e2006-01-03 09:55:15 +01001313 ret = nfs4_open_recover(opendata, state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001314 nfs4_opendata_put(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001315 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001316}
1317
Trond Myklebust13437e12007-07-06 15:10:43 -04001318int nfs4_open_delegation_recall(struct nfs_open_context *ctx, struct nfs4_state *state, const nfs4_stateid *stateid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001319{
1320 struct nfs4_exception exception = { };
Trond Myklebust539cd032007-06-05 11:46:42 -04001321 struct nfs_server *server = NFS_SERVER(state->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001322 int err;
1323 do {
Trond Myklebust13437e12007-07-06 15:10:43 -04001324 err = _nfs4_open_delegation_recall(ctx, state, stateid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001325 switch (err) {
1326 case 0:
Trond Myklebust965b5d62009-06-17 13:22:59 -07001327 case -ENOENT:
1328 case -ESTALE:
1329 goto out;
Ricardo Labiagabcfa49f2009-12-07 09:22:29 -05001330 case -NFS4ERR_BADSESSION:
1331 case -NFS4ERR_BADSLOT:
1332 case -NFS4ERR_BAD_HIGH_SLOT:
1333 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
1334 case -NFS4ERR_DEADSESSION:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05001335 nfs4_schedule_session_recovery(server->nfs_client->cl_session);
Ricardo Labiagabcfa49f2009-12-07 09:22:29 -05001336 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001337 case -NFS4ERR_STALE_CLIENTID:
1338 case -NFS4ERR_STALE_STATEID:
1339 case -NFS4ERR_EXPIRED:
1340 /* Don't recall a delegation if it was lost */
Trond Myklebust0400a6b2011-03-09 16:00:53 -05001341 nfs4_schedule_lease_recovery(server->nfs_client);
Trond Myklebust965b5d62009-06-17 13:22:59 -07001342 goto out;
1343 case -ERESTARTSYS:
1344 /*
1345 * The show must go on: exit, but mark the
1346 * stateid as needing recovery.
1347 */
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05001348 case -NFS4ERR_DELEG_REVOKED:
Trond Myklebust965b5d62009-06-17 13:22:59 -07001349 case -NFS4ERR_ADMIN_REVOKED:
1350 case -NFS4ERR_BAD_STATEID:
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05001351 nfs_inode_find_state_and_recover(state->inode,
1352 stateid);
Trond Myklebust0400a6b2011-03-09 16:00:53 -05001353 nfs4_schedule_stateid_recovery(server, state);
Trond Myklebust168667c2010-10-19 19:47:49 -04001354 case -EKEYEXPIRED:
1355 /*
1356 * User RPCSEC_GSS context has expired.
1357 * We cannot recover this stateid now, so
1358 * skip it and allow recovery thread to
1359 * proceed.
1360 */
Trond Myklebust965b5d62009-06-17 13:22:59 -07001361 case -ENOMEM:
1362 err = 0;
1363 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001364 }
1365 err = nfs4_handle_exception(server, err, &exception);
1366 } while (exception.retry);
Trond Myklebust965b5d62009-06-17 13:22:59 -07001367out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001368 return err;
1369}
1370
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001371static void nfs4_open_confirm_done(struct rpc_task *task, void *calldata)
1372{
1373 struct nfs4_opendata *data = calldata;
1374
1375 data->rpc_status = task->tk_status;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001376 if (data->rpc_status == 0) {
Trond Myklebustf597c532012-03-04 18:13:56 -05001377 nfs4_stateid_copy(&data->o_res.stateid, &data->c_res.stateid);
Trond Myklebustbb226292008-01-02 15:19:18 -05001378 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust26e976a2006-01-03 09:55:21 +01001379 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust3e309912007-07-07 13:19:59 -04001380 data->rpc_done = 1;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001381 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001382}
1383
1384static void nfs4_open_confirm_release(void *calldata)
1385{
1386 struct nfs4_opendata *data = calldata;
1387 struct nfs4_state *state = NULL;
1388
1389 /* If this request hasn't been cancelled, do nothing */
1390 if (data->cancelled == 0)
1391 goto out_free;
1392 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -04001393 if (!data->rpc_done)
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001394 goto out_free;
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001395 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001396 if (!IS_ERR(state))
Al Viro643168c2011-06-22 18:20:23 -04001397 nfs4_close_state(state, data->o_arg.fmode);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001398out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001399 nfs4_opendata_put(data);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001400}
1401
1402static const struct rpc_call_ops nfs4_open_confirm_ops = {
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001403 .rpc_call_done = nfs4_open_confirm_done,
1404 .rpc_release = nfs4_open_confirm_release,
1405};
1406
1407/*
1408 * Note: On error, nfs4_proc_open_confirm will free the struct nfs4_opendata
1409 */
1410static int _nfs4_proc_open_confirm(struct nfs4_opendata *data)
1411{
1412 struct nfs_server *server = NFS_SERVER(data->dir->d_inode);
1413 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001414 struct rpc_message msg = {
1415 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_CONFIRM],
1416 .rpc_argp = &data->c_arg,
1417 .rpc_resp = &data->c_res,
1418 .rpc_cred = data->owner->so_cred,
1419 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001420 struct rpc_task_setup task_setup_data = {
1421 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001422 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001423 .callback_ops = &nfs4_open_confirm_ops,
1424 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -05001425 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001426 .flags = RPC_TASK_ASYNC,
1427 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001428 int status;
1429
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001430 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -04001431 data->rpc_done = 0;
1432 data->rpc_status = 0;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001433 data->timestamp = jiffies;
Trond Myklebustc970aa82007-07-14 15:39:59 -04001434 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05001435 if (IS_ERR(task))
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001436 return PTR_ERR(task);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001437 status = nfs4_wait_for_completion_rpc_task(task);
1438 if (status != 0) {
1439 data->cancelled = 1;
1440 smp_wmb();
1441 } else
1442 status = data->rpc_status;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05001443 rpc_put_task(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001444 return status;
1445}
1446
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001447static void nfs4_open_prepare(struct rpc_task *task, void *calldata)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001448{
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001449 struct nfs4_opendata *data = calldata;
1450 struct nfs4_state_owner *sp = data->owner;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001451
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001452 if (nfs_wait_on_sequence(data->o_arg.seqid, task) != 0)
1453 return;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001454 /*
1455 * Check if we still need to send an OPEN call, or if we can use
1456 * a delegation instead.
1457 */
1458 if (data->state != NULL) {
1459 struct nfs_delegation *delegation;
1460
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001461 if (can_open_cached(data->state, data->o_arg.fmode, data->o_arg.open_flags))
Trond Myklebust6ee41262007-07-08 14:11:36 -04001462 goto out_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001463 rcu_read_lock();
1464 delegation = rcu_dereference(NFS_I(data->state->inode)->delegation);
Trond Myklebust652f89f2011-12-09 19:05:58 -05001465 if (data->o_arg.claim != NFS4_OPEN_CLAIM_DELEGATE_CUR &&
1466 can_open_delegated(delegation, data->o_arg.fmode))
1467 goto unlock_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001468 rcu_read_unlock();
1469 }
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001470 /* Update sequence id. */
Trond Myklebust48c22eb2012-01-17 22:04:25 -05001471 data->o_arg.id = sp->so_seqid.owner_id;
Trond Myklebust1f0e8902010-06-24 15:11:43 -04001472 data->o_arg.clientid = sp->so_server->nfs_client->cl_clientid;
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001473 if (data->o_arg.claim == NFS4_OPEN_CLAIM_PREVIOUS) {
Trond Myklebust5138fde2007-07-14 15:40:01 -04001474 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_NOATTR];
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001475 nfs_copy_fh(&data->o_res.fh, data->o_arg.fh);
1476 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001477 data->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04001478 if (nfs4_setup_sequence(data->o_arg.server,
Andy Adamsond8985282009-04-01 09:22:21 -04001479 &data->o_arg.seq_args,
Trond Myklebust9d12b212012-01-17 22:04:25 -05001480 &data->o_res.seq_res, task))
Andy Adamsond8985282009-04-01 09:22:21 -04001481 return;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001482 rpc_call_start(task);
Trond Myklebust6ee41262007-07-08 14:11:36 -04001483 return;
Trond Myklebust652f89f2011-12-09 19:05:58 -05001484unlock_no_action:
1485 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -04001486out_no_action:
1487 task->tk_action = NULL;
1488
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001489}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001490
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001491static void nfs4_recover_open_prepare(struct rpc_task *task, void *calldata)
1492{
1493 rpc_task_set_priority(task, RPC_PRIORITY_PRIVILEGED);
1494 nfs4_open_prepare(task, calldata);
1495}
1496
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001497static void nfs4_open_done(struct rpc_task *task, void *calldata)
1498{
1499 struct nfs4_opendata *data = calldata;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001500
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001501 data->rpc_status = task->tk_status;
Andy Adamsond8985282009-04-01 09:22:21 -04001502
Trond Myklebust14516c32010-07-31 14:29:06 -04001503 if (!nfs4_sequence_done(task, &data->o_res.seq_res))
1504 return;
Andy Adamsond8985282009-04-01 09:22:21 -04001505
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001506 if (task->tk_status == 0) {
1507 switch (data->o_res.f_attr->mode & S_IFMT) {
Trond Myklebust6f926b52005-10-18 14:20:18 -07001508 case S_IFREG:
1509 break;
1510 case S_IFLNK:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001511 data->rpc_status = -ELOOP;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001512 break;
1513 case S_IFDIR:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001514 data->rpc_status = -EISDIR;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001515 break;
1516 default:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001517 data->rpc_status = -ENOTDIR;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001518 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001519 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust0f9f95e2007-07-08 16:19:56 -04001520 if (!(data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM))
1521 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust6f926b52005-10-18 14:20:18 -07001522 }
Trond Myklebust3e309912007-07-07 13:19:59 -04001523 data->rpc_done = 1;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001524}
Trond Myklebust6f926b52005-10-18 14:20:18 -07001525
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001526static void nfs4_open_release(void *calldata)
1527{
1528 struct nfs4_opendata *data = calldata;
1529 struct nfs4_state *state = NULL;
1530
1531 /* If this request hasn't been cancelled, do nothing */
1532 if (data->cancelled == 0)
1533 goto out_free;
1534 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -04001535 if (data->rpc_status != 0 || !data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001536 goto out_free;
1537 /* In case we need an open_confirm, no cleanup! */
1538 if (data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM)
1539 goto out_free;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001540 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001541 if (!IS_ERR(state))
Al Viro643168c2011-06-22 18:20:23 -04001542 nfs4_close_state(state, data->o_arg.fmode);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001543out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001544 nfs4_opendata_put(data);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001545}
1546
1547static const struct rpc_call_ops nfs4_open_ops = {
1548 .rpc_call_prepare = nfs4_open_prepare,
1549 .rpc_call_done = nfs4_open_done,
1550 .rpc_release = nfs4_open_release,
1551};
1552
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001553static const struct rpc_call_ops nfs4_recover_open_ops = {
1554 .rpc_call_prepare = nfs4_recover_open_prepare,
1555 .rpc_call_done = nfs4_open_done,
1556 .rpc_release = nfs4_open_release,
1557};
1558
1559static int nfs4_run_open_task(struct nfs4_opendata *data, int isrecover)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001560{
1561 struct inode *dir = data->dir->d_inode;
1562 struct nfs_server *server = NFS_SERVER(dir);
1563 struct nfs_openargs *o_arg = &data->o_arg;
1564 struct nfs_openres *o_res = &data->o_res;
1565 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001566 struct rpc_message msg = {
1567 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN],
1568 .rpc_argp = o_arg,
1569 .rpc_resp = o_res,
1570 .rpc_cred = data->owner->so_cred,
1571 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001572 struct rpc_task_setup task_setup_data = {
1573 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001574 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001575 .callback_ops = &nfs4_open_ops,
1576 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -05001577 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001578 .flags = RPC_TASK_ASYNC,
1579 };
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001580 int status;
1581
Trond Myklebust9d12b212012-01-17 22:04:25 -05001582 nfs41_init_sequence(&o_arg->seq_args, &o_res->seq_res, 1);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001583 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -04001584 data->rpc_done = 0;
1585 data->rpc_status = 0;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001586 data->cancelled = 0;
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001587 if (isrecover)
1588 task_setup_data.callback_ops = &nfs4_recover_open_ops;
Trond Myklebustc970aa82007-07-14 15:39:59 -04001589 task = rpc_run_task(&task_setup_data);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001590 if (IS_ERR(task))
1591 return PTR_ERR(task);
1592 status = nfs4_wait_for_completion_rpc_task(task);
1593 if (status != 0) {
1594 data->cancelled = 1;
1595 smp_wmb();
1596 } else
1597 status = data->rpc_status;
1598 rpc_put_task(task);
1599
1600 return status;
1601}
1602
1603static int _nfs4_recover_proc_open(struct nfs4_opendata *data)
1604{
1605 struct inode *dir = data->dir->d_inode;
1606 struct nfs_openres *o_res = &data->o_res;
1607 int status;
1608
1609 status = nfs4_run_open_task(data, 1);
1610 if (status != 0 || !data->rpc_done)
1611 return status;
1612
Trond Myklebust6926afd2012-01-07 13:22:46 -05001613 nfs_fattr_map_and_free_names(NFS_SERVER(dir), &data->f_attr);
1614
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001615 nfs_refresh_inode(dir, o_res->dir_attr);
1616
1617 if (o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) {
1618 status = _nfs4_proc_open_confirm(data);
1619 if (status != 0)
1620 return status;
1621 }
1622
1623 return status;
1624}
1625
1626/*
1627 * Note: On error, nfs4_proc_open will free the struct nfs4_opendata
1628 */
1629static int _nfs4_proc_open(struct nfs4_opendata *data)
1630{
1631 struct inode *dir = data->dir->d_inode;
1632 struct nfs_server *server = NFS_SERVER(dir);
1633 struct nfs_openargs *o_arg = &data->o_arg;
1634 struct nfs_openres *o_res = &data->o_res;
1635 int status;
1636
1637 status = nfs4_run_open_task(data, 0);
Trond Myklebust08ef7bd2011-10-18 16:11:49 -07001638 if (!data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001639 return status;
Trond Myklebust08ef7bd2011-10-18 16:11:49 -07001640 if (status != 0) {
1641 if (status == -NFS4ERR_BADNAME &&
1642 !(o_arg->open_flags & O_CREAT))
1643 return -ENOENT;
1644 return status;
1645 }
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001646
Trond Myklebust6926afd2012-01-07 13:22:46 -05001647 nfs_fattr_map_and_free_names(server, &data->f_attr);
1648
Trond Myklebust56ae19f2005-10-27 22:12:40 -04001649 if (o_arg->open_flags & O_CREAT) {
1650 update_changeattr(dir, &o_res->cinfo);
1651 nfs_post_op_update_inode(dir, o_res->dir_attr);
1652 } else
1653 nfs_refresh_inode(dir, o_res->dir_attr);
Trond Myklebust0df5dd42010-04-11 16:48:44 -04001654 if ((o_res->rflags & NFS4_OPEN_RESULT_LOCKTYPE_POSIX) == 0)
1655 server->caps &= ~NFS_CAP_POSIX_LOCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001656 if(o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) {
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001657 status = _nfs4_proc_open_confirm(data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001658 if (status != 0)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001659 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001660 }
1661 if (!(o_res->f_attr->valid & NFS_ATTR_FATTR))
Trond Myklebust99367812007-07-17 21:52:41 -04001662 _nfs4_proc_getattr(server, &o_res->fh, o_res->f_attr);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001663 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001664}
1665
Andy Adamsond83217c2011-03-01 01:34:17 +00001666static int nfs4_client_recover_expired_lease(struct nfs_client *clp)
Trond Myklebust58d97142006-01-03 09:55:24 +01001667{
Trond Myklebusta78cb572009-08-09 15:06:19 -04001668 unsigned int loop;
Trond Myklebust6b309542006-09-14 14:03:14 -04001669 int ret;
Trond Myklebust58d97142006-01-03 09:55:24 +01001670
Trond Myklebusta78cb572009-08-09 15:06:19 -04001671 for (loop = NFS4_MAX_LOOP_ON_RECOVER; loop != 0; loop--) {
Trond Myklebust65de8722008-12-23 15:21:44 -05001672 ret = nfs4_wait_clnt_recover(clp);
Trond Myklebust6b309542006-09-14 14:03:14 -04001673 if (ret != 0)
Trond Myklebusta78cb572009-08-09 15:06:19 -04001674 break;
Trond Myklebuste598d842008-12-23 15:21:42 -05001675 if (!test_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state) &&
1676 !test_bit(NFS4CLNT_CHECK_LEASE,&clp->cl_state))
Trond Myklebust6b309542006-09-14 14:03:14 -04001677 break;
Trond Myklebust0400a6b2011-03-09 16:00:53 -05001678 nfs4_schedule_state_manager(clp);
Trond Myklebusta78cb572009-08-09 15:06:19 -04001679 ret = -EIO;
Trond Myklebust6b309542006-09-14 14:03:14 -04001680 }
Trond Myklebusta78cb572009-08-09 15:06:19 -04001681 return ret;
Trond Myklebust58d97142006-01-03 09:55:24 +01001682}
1683
Andy Adamsond83217c2011-03-01 01:34:17 +00001684static int nfs4_recover_expired_lease(struct nfs_server *server)
1685{
1686 return nfs4_client_recover_expired_lease(server->nfs_client);
1687}
1688
Linus Torvalds1da177e2005-04-16 15:20:36 -07001689/*
1690 * OPEN_EXPIRED:
1691 * reclaim state on the server after a network partition.
1692 * Assumes caller holds the appropriate lock
1693 */
Trond Myklebust539cd032007-06-05 11:46:42 -04001694static int _nfs4_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001695{
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001696 struct nfs4_opendata *opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +01001697 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001698
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001699 opendata = nfs4_open_recoverdata_alloc(ctx, state);
1700 if (IS_ERR(opendata))
1701 return PTR_ERR(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001702 ret = nfs4_open_recover(opendata, state);
Trond Myklebust35d05772008-04-05 15:54:17 -04001703 if (ret == -ESTALE)
Al Viro3d4ff432011-06-22 18:40:12 -04001704 d_drop(ctx->dentry);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001705 nfs4_opendata_put(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001706 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001707}
1708
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05001709static int nfs4_do_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Trond Myklebust202b50d2005-06-22 17:16:29 +00001710{
Trond Myklebust539cd032007-06-05 11:46:42 -04001711 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust202b50d2005-06-22 17:16:29 +00001712 struct nfs4_exception exception = { };
1713 int err;
1714
1715 do {
Trond Myklebust539cd032007-06-05 11:46:42 -04001716 err = _nfs4_open_expired(ctx, state);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05001717 switch (err) {
1718 default:
1719 goto out;
1720 case -NFS4ERR_GRACE:
1721 case -NFS4ERR_DELAY:
1722 nfs4_handle_exception(server, err, &exception);
1723 err = 0;
1724 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00001725 } while (exception.retry);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05001726out:
Trond Myklebust202b50d2005-06-22 17:16:29 +00001727 return err;
1728}
1729
Linus Torvalds1da177e2005-04-16 15:20:36 -07001730static int nfs4_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
1731{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001732 struct nfs_open_context *ctx;
Trond Myklebust864472e2006-01-03 09:55:15 +01001733 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001734
Trond Myklebust864472e2006-01-03 09:55:15 +01001735 ctx = nfs4_state_find_open_context(state);
1736 if (IS_ERR(ctx))
1737 return PTR_ERR(ctx);
Trond Myklebust539cd032007-06-05 11:46:42 -04001738 ret = nfs4_do_open_expired(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +01001739 put_nfs_open_context(ctx);
1740 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001741}
1742
Bryan Schumakerf062eb62011-06-02 14:59:10 -04001743#if defined(CONFIG_NFS_V4_1)
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05001744static int nfs41_check_expired_stateid(struct nfs4_state *state, nfs4_stateid *stateid, unsigned int flags)
Bryan Schumakerf062eb62011-06-02 14:59:10 -04001745{
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05001746 int status = NFS_OK;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04001747 struct nfs_server *server = NFS_SERVER(state->inode);
1748
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05001749 if (state->flags & flags) {
1750 status = nfs41_test_stateid(server, stateid);
1751 if (status != NFS_OK) {
1752 nfs41_free_stateid(server, stateid);
1753 state->flags &= ~flags;
1754 }
1755 }
1756 return status;
1757}
1758
1759static int nfs41_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
1760{
1761 int deleg_status, open_status;
1762 int deleg_flags = 1 << NFS_DELEGATED_STATE;
1763 int open_flags = (1 << NFS_O_RDONLY_STATE) | (1 << NFS_O_WRONLY_STATE) | (1 << NFS_O_RDWR_STATE);
1764
1765 deleg_status = nfs41_check_expired_stateid(state, &state->stateid, deleg_flags);
1766 open_status = nfs41_check_expired_stateid(state, &state->open_stateid, open_flags);
1767
1768 if ((deleg_status == NFS_OK) && (open_status == NFS_OK))
1769 return NFS_OK;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04001770 return nfs4_open_expired(sp, state);
1771}
1772#endif
1773
Linus Torvalds1da177e2005-04-16 15:20:36 -07001774/*
Jeff Laytonaa53ed52007-06-05 14:49:03 -04001775 * on an EXCLUSIVE create, the server should send back a bitmask with FATTR4-*
1776 * fields corresponding to attributes that were used to store the verifier.
1777 * Make sure we clobber those fields in the later setattr call
1778 */
1779static inline void nfs4_exclusive_attrset(struct nfs4_opendata *opendata, struct iattr *sattr)
1780{
1781 if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_ACCESS) &&
1782 !(sattr->ia_valid & ATTR_ATIME_SET))
1783 sattr->ia_valid |= ATTR_ATIME;
1784
1785 if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_MODIFY) &&
1786 !(sattr->ia_valid & ATTR_MTIME_SET))
1787 sattr->ia_valid |= ATTR_MTIME;
1788}
1789
1790/*
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001791 * Returns a referenced nfs4_state
Linus Torvalds1da177e2005-04-16 15:20:36 -07001792 */
Al Viro82a2c1b2011-06-22 18:30:55 -04001793static int _nfs4_do_open(struct inode *dir, struct dentry *dentry, fmode_t fmode, int flags, struct iattr *sattr, struct rpc_cred *cred, struct nfs4_state **res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001794{
1795 struct nfs4_state_owner *sp;
1796 struct nfs4_state *state = NULL;
1797 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001798 struct nfs4_opendata *opendata;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001799 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001800
1801 /* Protect against reboot recovery conflicts */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001802 status = -ENOMEM;
Trond Myklebustd1e284d2012-01-17 22:04:24 -05001803 sp = nfs4_get_state_owner(server, cred, GFP_KERNEL);
1804 if (sp == NULL) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001805 dprintk("nfs4_do_open: nfs4_get_state_owner failed!\n");
1806 goto out_err;
1807 }
Trond Myklebust58d97142006-01-03 09:55:24 +01001808 status = nfs4_recover_expired_lease(server);
1809 if (status != 0)
Trond Myklebustb4454fe2006-01-03 09:55:25 +01001810 goto err_put_state_owner;
Al Viro82a2c1b2011-06-22 18:30:55 -04001811 if (dentry->d_inode != NULL)
1812 nfs4_return_incompatible_delegation(dentry->d_inode, fmode);
Trond Myklebust58d97142006-01-03 09:55:24 +01001813 status = -ENOMEM;
Al Viro82a2c1b2011-06-22 18:30:55 -04001814 opendata = nfs4_opendata_alloc(dentry, sp, fmode, flags, sattr, GFP_KERNEL);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001815 if (opendata == NULL)
Trond Myklebust95d35cb2008-12-23 15:21:45 -05001816 goto err_put_state_owner;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001817
Al Viro82a2c1b2011-06-22 18:30:55 -04001818 if (dentry->d_inode != NULL)
1819 opendata->state = nfs4_get_open_state(dentry->d_inode, sp);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001820
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001821 status = _nfs4_proc_open(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001822 if (status != 0)
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001823 goto err_opendata_put;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001824
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001825 state = nfs4_opendata_to_nfs4_state(opendata);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001826 status = PTR_ERR(state);
1827 if (IS_ERR(state))
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001828 goto err_opendata_put;
Trond Myklebust0df5dd42010-04-11 16:48:44 -04001829 if (server->caps & NFS_CAP_POSIX_LOCK)
Trond Myklebust8e469eb2010-01-26 15:42:30 -05001830 set_bit(NFS_STATE_POSIX_LOCKS, &state->flags);
Trond Myklebust0ab64e02010-04-16 16:22:51 -04001831
1832 if (opendata->o_arg.open_flags & O_EXCL) {
1833 nfs4_exclusive_attrset(opendata, sattr);
1834
1835 nfs_fattr_init(opendata->o_res.f_attr);
1836 status = nfs4_do_setattr(state->inode, cred,
1837 opendata->o_res.f_attr, sattr,
1838 state);
1839 if (status == 0)
1840 nfs_setattr_update_inode(state->inode, sattr);
1841 nfs_post_op_update_inode(state->inode, opendata->o_res.f_attr);
1842 }
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001843 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001844 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001845 *res = state;
1846 return 0;
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001847err_opendata_put:
1848 nfs4_opendata_put(opendata);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001849err_put_state_owner:
1850 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001851out_err:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001852 *res = NULL;
1853 return status;
1854}
1855
1856
Al Viro82a2c1b2011-06-22 18:30:55 -04001857static struct nfs4_state *nfs4_do_open(struct inode *dir, struct dentry *dentry, fmode_t fmode, int flags, struct iattr *sattr, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001858{
1859 struct nfs4_exception exception = { };
1860 struct nfs4_state *res;
1861 int status;
1862
1863 do {
Al Viro82a2c1b2011-06-22 18:30:55 -04001864 status = _nfs4_do_open(dir, dentry, fmode, flags, sattr, cred, &res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001865 if (status == 0)
1866 break;
1867 /* NOTE: BAD_SEQID means the server and client disagree about the
1868 * book-keeping w.r.t. state-changing operations
1869 * (OPEN/CLOSE/LOCK/LOCKU...)
1870 * It is actually a sign of a bug on the client or on the server.
1871 *
1872 * If we receive a BAD_SEQID error in the particular case of
Trond Myklebustcee54fc2005-10-18 14:20:12 -07001873 * doing an OPEN, we assume that nfs_increment_open_seqid() will
Linus Torvalds1da177e2005-04-16 15:20:36 -07001874 * have unhashed the old state_owner for us, and that we can
1875 * therefore safely retry using a new one. We should still warn
1876 * the user though...
1877 */
1878 if (status == -NFS4ERR_BAD_SEQID) {
Trond Myklebust9a3ba432012-03-12 18:01:48 -04001879 pr_warn_ratelimited("NFS: v4 server %s "
Trond Myklebust6f43ddc2007-07-08 16:49:11 -04001880 " returned a bad sequence-id error!\n",
1881 NFS_SERVER(dir)->nfs_client->cl_hostname);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001882 exception.retry = 1;
1883 continue;
1884 }
Trond Myklebust550f5742005-10-18 14:20:21 -07001885 /*
1886 * BAD_STATEID on OPEN means that the server cancelled our
1887 * state before it received the OPEN_CONFIRM.
1888 * Recover by retrying the request as per the discussion
1889 * on Page 181 of RFC3530.
1890 */
1891 if (status == -NFS4ERR_BAD_STATEID) {
1892 exception.retry = 1;
1893 continue;
1894 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001895 if (status == -EAGAIN) {
1896 /* We must have found a delegation */
1897 exception.retry = 1;
1898 continue;
1899 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001900 res = ERR_PTR(nfs4_handle_exception(NFS_SERVER(dir),
1901 status, &exception));
1902 } while (exception.retry);
1903 return res;
1904}
1905
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001906static int _nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
1907 struct nfs_fattr *fattr, struct iattr *sattr,
1908 struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001909{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05001910 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001911 struct nfs_setattrargs arg = {
Trond Myklebust3e4f6292006-03-20 13:44:46 -05001912 .fh = NFS_FH(inode),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001913 .iap = sattr,
1914 .server = server,
1915 .bitmask = server->attr_bitmask,
1916 };
1917 struct nfs_setattrres res = {
1918 .fattr = fattr,
1919 .server = server,
1920 };
1921 struct rpc_message msg = {
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001922 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETATTR],
1923 .rpc_argp = &arg,
1924 .rpc_resp = &res,
1925 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001926 };
Trond Myklebust26e976a2006-01-03 09:55:21 +01001927 unsigned long timestamp = jiffies;
Trond Myklebust65e43082005-08-16 11:49:44 -04001928 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001929
Trond Myklebust0e574af2005-10-27 22:12:38 -04001930 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001931
Trond Myklebust4fc87962012-03-08 17:42:01 -05001932 if (state != NULL) {
1933 nfs4_select_rw_stateid(&arg.stateid, state, FMODE_WRITE,
1934 current->files, current->tgid);
1935 } else if (nfs4_copy_delegation_stateid(&arg.stateid, inode,
1936 FMODE_WRITE)) {
Trond Myklebust3e4f6292006-03-20 13:44:46 -05001937 /* Use that stateid */
Trond Myklebust08e9eac2005-06-22 17:16:29 +00001938 } else
Trond Myklebustf597c532012-03-04 18:13:56 -05001939 nfs4_stateid_copy(&arg.stateid, &zero_stateid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001940
Bryan Schumaker7c513052011-03-24 17:12:24 +00001941 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust26e976a2006-01-03 09:55:21 +01001942 if (status == 0 && state != NULL)
1943 renew_lease(server, timestamp);
Trond Myklebust65e43082005-08-16 11:49:44 -04001944 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001945}
1946
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001947static int nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
1948 struct nfs_fattr *fattr, struct iattr *sattr,
1949 struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001950{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05001951 struct nfs_server *server = NFS_SERVER(inode);
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05001952 struct nfs4_exception exception = {
1953 .state = state,
Trond Myklebust3114ea72012-03-07 16:39:06 -05001954 .inode = inode,
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05001955 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001956 int err;
1957 do {
1958 err = nfs4_handle_exception(server,
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001959 _nfs4_do_setattr(inode, cred, fattr, sattr, state),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001960 &exception);
1961 } while (exception.retry);
1962 return err;
1963}
1964
1965struct nfs4_closedata {
1966 struct inode *inode;
1967 struct nfs4_state *state;
1968 struct nfs_closeargs arg;
1969 struct nfs_closeres res;
Trond Myklebust516a6af2005-10-27 22:12:41 -04001970 struct nfs_fattr fattr;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001971 unsigned long timestamp;
Fred Isamanf7e89172011-01-06 11:36:32 +00001972 bool roc;
1973 u32 roc_barrier;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001974};
1975
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001976static void nfs4_free_closedata(void *data)
Trond Myklebust95121352005-10-18 14:20:12 -07001977{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001978 struct nfs4_closedata *calldata = data;
1979 struct nfs4_state_owner *sp = calldata->state->owner;
Al Viro643168c2011-06-22 18:20:23 -04001980 struct super_block *sb = calldata->state->inode->i_sb;
Trond Myklebust95121352005-10-18 14:20:12 -07001981
Fred Isamanf7e89172011-01-06 11:36:32 +00001982 if (calldata->roc)
1983 pnfs_roc_release(calldata->state->inode);
Trond Myklebust95121352005-10-18 14:20:12 -07001984 nfs4_put_open_state(calldata->state);
1985 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust95121352005-10-18 14:20:12 -07001986 nfs4_put_state_owner(sp);
Al Viro643168c2011-06-22 18:20:23 -04001987 nfs_sb_deactive(sb);
Trond Myklebust95121352005-10-18 14:20:12 -07001988 kfree(calldata);
1989}
1990
Trond Myklebust88069f72009-12-08 08:33:16 -05001991static void nfs4_close_clear_stateid_flags(struct nfs4_state *state,
1992 fmode_t fmode)
1993{
1994 spin_lock(&state->owner->so_lock);
1995 if (!(fmode & FMODE_READ))
1996 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
1997 if (!(fmode & FMODE_WRITE))
1998 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
1999 clear_bit(NFS_O_RDWR_STATE, &state->flags);
2000 spin_unlock(&state->owner->so_lock);
2001}
2002
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002003static void nfs4_close_done(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002004{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002005 struct nfs4_closedata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002006 struct nfs4_state *state = calldata->state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002007 struct nfs_server *server = NFS_SERVER(calldata->inode);
2008
Chuck Levera3ca5652012-03-01 17:00:40 -05002009 dprintk("%s: begin!\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04002010 if (!nfs4_sequence_done(task, &calldata->res.seq_res))
2011 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002012 /* hmm. we are done with the inode, and in the process of freeing
2013 * the state_owner. we keep this around to process errors
2014 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002015 switch (task->tk_status) {
2016 case 0:
Fred Isamanf7e89172011-01-06 11:36:32 +00002017 if (calldata->roc)
2018 pnfs_roc_set_barrier(state->inode,
2019 calldata->roc_barrier);
Trond Myklebust45328c32007-07-26 17:47:34 -04002020 nfs_set_open_stateid(state, &calldata->res.stateid, 0);
Trond Myklebust26e976a2006-01-03 09:55:21 +01002021 renew_lease(server, calldata->timestamp);
Trond Myklebust88069f72009-12-08 08:33:16 -05002022 nfs4_close_clear_stateid_flags(state,
2023 calldata->arg.fmode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002024 break;
2025 case -NFS4ERR_STALE_STATEID:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002026 case -NFS4ERR_OLD_STATEID:
2027 case -NFS4ERR_BAD_STATEID:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002028 case -NFS4ERR_EXPIRED:
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002029 if (calldata->arg.fmode == 0)
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002030 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002031 default:
Trond Myklebust72211db2009-12-15 14:47:36 -05002032 if (nfs4_async_handle_error(task, server, state) == -EAGAIN)
2033 rpc_restart_call_prepare(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002034 }
Trond Myklebust72211db2009-12-15 14:47:36 -05002035 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebust516a6af2005-10-27 22:12:41 -04002036 nfs_refresh_inode(calldata->inode, calldata->res.fattr);
Chuck Levera3ca5652012-03-01 17:00:40 -05002037 dprintk("%s: done, ret = %d!\n", __func__, task->tk_status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002038}
2039
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01002040static void nfs4_close_prepare(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002041{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01002042 struct nfs4_closedata *calldata = data;
Trond Myklebust95121352005-10-18 14:20:12 -07002043 struct nfs4_state *state = calldata->state;
Trond Myklebust88069f72009-12-08 08:33:16 -05002044 int call_close = 0;
Trond Myklebust95121352005-10-18 14:20:12 -07002045
Chuck Levera3ca5652012-03-01 17:00:40 -05002046 dprintk("%s: begin!\n", __func__);
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002047 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebust95121352005-10-18 14:20:12 -07002048 return;
Trond Myklebust003707c2007-07-05 18:07:55 -04002049
Trond Myklebust88069f72009-12-08 08:33:16 -05002050 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_DOWNGRADE];
2051 calldata->arg.fmode = FMODE_READ|FMODE_WRITE;
Trond Myklebust4cecb762005-11-04 15:32:58 -05002052 spin_lock(&state->owner->so_lock);
Trond Myklebust003707c2007-07-05 18:07:55 -04002053 /* Calculate the change in open mode */
Trond Myklebuste7616922006-01-03 09:55:13 +01002054 if (state->n_rdwr == 0) {
Trond Myklebust003707c2007-07-05 18:07:55 -04002055 if (state->n_rdonly == 0) {
Trond Myklebust88069f72009-12-08 08:33:16 -05002056 call_close |= test_bit(NFS_O_RDONLY_STATE, &state->flags);
2057 call_close |= test_bit(NFS_O_RDWR_STATE, &state->flags);
2058 calldata->arg.fmode &= ~FMODE_READ;
Trond Myklebust003707c2007-07-05 18:07:55 -04002059 }
2060 if (state->n_wronly == 0) {
Trond Myklebust88069f72009-12-08 08:33:16 -05002061 call_close |= test_bit(NFS_O_WRONLY_STATE, &state->flags);
2062 call_close |= test_bit(NFS_O_RDWR_STATE, &state->flags);
2063 calldata->arg.fmode &= ~FMODE_WRITE;
Trond Myklebust003707c2007-07-05 18:07:55 -04002064 }
Trond Myklebuste7616922006-01-03 09:55:13 +01002065 }
Trond Myklebust4cecb762005-11-04 15:32:58 -05002066 spin_unlock(&state->owner->so_lock);
Trond Myklebust88069f72009-12-08 08:33:16 -05002067
2068 if (!call_close) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002069 /* Note: exit _without_ calling nfs4_close_done */
2070 task->tk_action = NULL;
Chuck Levera3ca5652012-03-01 17:00:40 -05002071 goto out;
Trond Myklebust95121352005-10-18 14:20:12 -07002072 }
Trond Myklebust88069f72009-12-08 08:33:16 -05002073
Fred Isamanf7e89172011-01-06 11:36:32 +00002074 if (calldata->arg.fmode == 0) {
Trond Myklebust88069f72009-12-08 08:33:16 -05002075 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE];
Fred Isamanf7e89172011-01-06 11:36:32 +00002076 if (calldata->roc &&
2077 pnfs_roc_drain(calldata->inode, &calldata->roc_barrier)) {
2078 rpc_sleep_on(&NFS_SERVER(calldata->inode)->roc_rpcwaitq,
2079 task, NULL);
Chuck Levera3ca5652012-03-01 17:00:40 -05002080 goto out;
Fred Isamanf7e89172011-01-06 11:36:32 +00002081 }
2082 }
Trond Myklebust88069f72009-12-08 08:33:16 -05002083
Trond Myklebust516a6af2005-10-27 22:12:41 -04002084 nfs_fattr_init(calldata->res.fattr);
Trond Myklebust26e976a2006-01-03 09:55:21 +01002085 calldata->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04002086 if (nfs4_setup_sequence(NFS_SERVER(calldata->inode),
Trond Myklebust9d12b212012-01-17 22:04:25 -05002087 &calldata->arg.seq_args,
2088 &calldata->res.seq_res,
2089 task))
Chuck Levera3ca5652012-03-01 17:00:40 -05002090 goto out;
Trond Myklebust5138fde2007-07-14 15:40:01 -04002091 rpc_call_start(task);
Chuck Levera3ca5652012-03-01 17:00:40 -05002092out:
2093 dprintk("%s: done!\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002094}
2095
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002096static const struct rpc_call_ops nfs4_close_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01002097 .rpc_call_prepare = nfs4_close_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002098 .rpc_call_done = nfs4_close_done,
2099 .rpc_release = nfs4_free_closedata,
2100};
2101
Linus Torvalds1da177e2005-04-16 15:20:36 -07002102/*
2103 * It is possible for data to be read/written from a mem-mapped file
2104 * after the sys_close call (which hits the vfs layer as a flush).
2105 * This means that we can't safely call nfsv4 close on a file until
2106 * the inode is cleared. This in turn means that we are not good
2107 * NFSv4 citizens - we do not indicate to the server to update the file's
2108 * share state even when we are done with one of the three share
2109 * stateid's in the inode.
2110 *
2111 * NOTE: Caller must be holding the sp->so_owner semaphore!
2112 */
Al Viro643168c2011-06-22 18:20:23 -04002113int nfs4_do_close(struct nfs4_state *state, gfp_t gfp_mask, int wait, bool roc)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002114{
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002115 struct nfs_server *server = NFS_SERVER(state->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002116 struct nfs4_closedata *calldata;
Trond Myklebustb39e6252007-06-11 23:05:07 -04002117 struct nfs4_state_owner *sp = state->owner;
2118 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04002119 struct rpc_message msg = {
2120 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE],
2121 .rpc_cred = state->owner->so_cred,
2122 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04002123 struct rpc_task_setup task_setup_data = {
2124 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04002125 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04002126 .callback_ops = &nfs4_close_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05002127 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04002128 .flags = RPC_TASK_ASYNC,
2129 };
Trond Myklebust95121352005-10-18 14:20:12 -07002130 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002131
Trond Myklebust8535b2b2010-05-13 12:51:01 -04002132 calldata = kzalloc(sizeof(*calldata), gfp_mask);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002133 if (calldata == NULL)
Trond Myklebust95121352005-10-18 14:20:12 -07002134 goto out;
Trond Myklebust9d12b212012-01-17 22:04:25 -05002135 nfs41_init_sequence(&calldata->arg.seq_args, &calldata->res.seq_res, 1);
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002136 calldata->inode = state->inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002137 calldata->state = state;
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002138 calldata->arg.fh = NFS_FH(state->inode);
Trond Myklebust003707c2007-07-05 18:07:55 -04002139 calldata->arg.stateid = &state->open_stateid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002140 /* Serialization for the sequence id */
Trond Myklebust8535b2b2010-05-13 12:51:01 -04002141 calldata->arg.seqid = nfs_alloc_seqid(&state->owner->so_seqid, gfp_mask);
Trond Myklebust95121352005-10-18 14:20:12 -07002142 if (calldata->arg.seqid == NULL)
2143 goto out_free_calldata;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002144 calldata->arg.fmode = 0;
Trond Myklebusta65318b2009-03-11 14:10:28 -04002145 calldata->arg.bitmask = server->cache_consistency_bitmask;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002146 calldata->res.fattr = &calldata->fattr;
Trond Myklebustc1d51932008-04-07 13:20:54 -04002147 calldata->res.seqid = calldata->arg.seqid;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002148 calldata->res.server = server;
Fred Isamanf7e89172011-01-06 11:36:32 +00002149 calldata->roc = roc;
Al Viro643168c2011-06-22 18:20:23 -04002150 nfs_sb_active(calldata->inode->i_sb);
Trond Myklebust95121352005-10-18 14:20:12 -07002151
Trond Myklebust1174dd12010-12-21 10:52:24 -05002152 msg.rpc_argp = &calldata->arg;
2153 msg.rpc_resp = &calldata->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04002154 task_setup_data.callback_data = calldata;
2155 task = rpc_run_task(&task_setup_data);
Trond Myklebustb39e6252007-06-11 23:05:07 -04002156 if (IS_ERR(task))
2157 return PTR_ERR(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04002158 status = 0;
2159 if (wait)
2160 status = rpc_wait_for_completion_task(task);
Trond Myklebustb39e6252007-06-11 23:05:07 -04002161 rpc_put_task(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04002162 return status;
Trond Myklebust95121352005-10-18 14:20:12 -07002163out_free_calldata:
2164 kfree(calldata);
2165out:
Fred Isamanf7e89172011-01-06 11:36:32 +00002166 if (roc)
2167 pnfs_roc_release(state->inode);
Trond Myklebustb39e6252007-06-11 23:05:07 -04002168 nfs4_put_open_state(state);
2169 nfs4_put_state_owner(sp);
Trond Myklebust95121352005-10-18 14:20:12 -07002170 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002171}
2172
Trond Myklebust2b484292010-09-17 10:56:51 -04002173static struct inode *
Trond Myklebustcd9a1c02010-09-17 10:56:50 -04002174nfs4_atomic_open(struct inode *dir, struct nfs_open_context *ctx, int open_flags, struct iattr *attr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002175{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002176 struct nfs4_state *state;
2177
Trond Myklebust565277f2007-10-15 18:17:53 -04002178 /* Protect against concurrent sillydeletes */
Al Viro3d4ff432011-06-22 18:40:12 -04002179 state = nfs4_do_open(dir, ctx->dentry, ctx->mode, open_flags, attr, ctx->cred);
Trond Myklebustf46e0bd2010-09-17 10:56:50 -04002180 if (IS_ERR(state))
2181 return ERR_CAST(state);
Trond Myklebustcd9a1c02010-09-17 10:56:50 -04002182 ctx->state = state;
Trond Myklebustf46e0bd2010-09-17 10:56:50 -04002183 return igrab(state->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002184}
2185
Trond Myklebust1185a552009-12-03 15:54:02 -05002186static void nfs4_close_context(struct nfs_open_context *ctx, int is_sync)
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002187{
2188 if (ctx->state == NULL)
2189 return;
2190 if (is_sync)
Al Viro643168c2011-06-22 18:20:23 -04002191 nfs4_close_sync(ctx->state, ctx->mode);
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002192 else
Al Viro643168c2011-06-22 18:20:23 -04002193 nfs4_close_state(ctx->state, ctx->mode);
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002194}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002195
2196static int _nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
2197{
Benny Halevy43652ad2009-04-01 09:21:54 -04002198 struct nfs4_server_caps_arg args = {
2199 .fhandle = fhandle,
2200 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002201 struct nfs4_server_caps_res res = {};
2202 struct rpc_message msg = {
2203 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SERVER_CAPS],
Benny Halevy43652ad2009-04-01 09:21:54 -04002204 .rpc_argp = &args,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002205 .rpc_resp = &res,
2206 };
2207 int status;
2208
Bryan Schumaker7c513052011-03-24 17:12:24 +00002209 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002210 if (status == 0) {
2211 memcpy(server->attr_bitmask, res.attr_bitmask, sizeof(server->attr_bitmask));
Trond Myklebust62ab4602009-08-09 15:06:19 -04002212 server->caps &= ~(NFS_CAP_ACLS|NFS_CAP_HARDLINKS|
2213 NFS_CAP_SYMLINKS|NFS_CAP_FILEID|
2214 NFS_CAP_MODE|NFS_CAP_NLINK|NFS_CAP_OWNER|
2215 NFS_CAP_OWNER_GROUP|NFS_CAP_ATIME|
2216 NFS_CAP_CTIME|NFS_CAP_MTIME);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002217 if (res.attr_bitmask[0] & FATTR4_WORD0_ACL)
2218 server->caps |= NFS_CAP_ACLS;
2219 if (res.has_links != 0)
2220 server->caps |= NFS_CAP_HARDLINKS;
2221 if (res.has_symlinks != 0)
2222 server->caps |= NFS_CAP_SYMLINKS;
Trond Myklebust62ab4602009-08-09 15:06:19 -04002223 if (res.attr_bitmask[0] & FATTR4_WORD0_FILEID)
2224 server->caps |= NFS_CAP_FILEID;
2225 if (res.attr_bitmask[1] & FATTR4_WORD1_MODE)
2226 server->caps |= NFS_CAP_MODE;
2227 if (res.attr_bitmask[1] & FATTR4_WORD1_NUMLINKS)
2228 server->caps |= NFS_CAP_NLINK;
2229 if (res.attr_bitmask[1] & FATTR4_WORD1_OWNER)
2230 server->caps |= NFS_CAP_OWNER;
2231 if (res.attr_bitmask[1] & FATTR4_WORD1_OWNER_GROUP)
2232 server->caps |= NFS_CAP_OWNER_GROUP;
2233 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_ACCESS)
2234 server->caps |= NFS_CAP_ATIME;
2235 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_METADATA)
2236 server->caps |= NFS_CAP_CTIME;
2237 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_MODIFY)
2238 server->caps |= NFS_CAP_MTIME;
2239
Trond Myklebusta65318b2009-03-11 14:10:28 -04002240 memcpy(server->cache_consistency_bitmask, res.attr_bitmask, sizeof(server->cache_consistency_bitmask));
2241 server->cache_consistency_bitmask[0] &= FATTR4_WORD0_CHANGE|FATTR4_WORD0_SIZE;
2242 server->cache_consistency_bitmask[1] &= FATTR4_WORD1_TIME_METADATA|FATTR4_WORD1_TIME_MODIFY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002243 server->acl_bitmask = res.acl_bitmask;
Chuck Lever264e6352012-03-01 17:02:05 -05002244 server->fh_expire_type = res.fh_expire_type;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002245 }
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002246
Linus Torvalds1da177e2005-04-16 15:20:36 -07002247 return status;
2248}
2249
Trond Myklebust55a97592006-06-09 09:34:19 -04002250int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002251{
2252 struct nfs4_exception exception = { };
2253 int err;
2254 do {
2255 err = nfs4_handle_exception(server,
2256 _nfs4_server_capabilities(server, fhandle),
2257 &exception);
2258 } while (exception.retry);
2259 return err;
2260}
2261
2262static int _nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
2263 struct nfs_fsinfo *info)
2264{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002265 struct nfs4_lookup_root_arg args = {
2266 .bitmask = nfs4_fattr_bitmap,
2267 };
2268 struct nfs4_lookup_res res = {
2269 .server = server,
Trond Myklebust0e574af2005-10-27 22:12:38 -04002270 .fattr = info->fattr,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002271 .fh = fhandle,
2272 };
2273 struct rpc_message msg = {
2274 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP_ROOT],
2275 .rpc_argp = &args,
2276 .rpc_resp = &res,
2277 };
Benny Halevy008f55d2009-04-01 09:22:50 -04002278
Trond Myklebust0e574af2005-10-27 22:12:38 -04002279 nfs_fattr_init(info->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00002280 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002281}
2282
2283static int nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
2284 struct nfs_fsinfo *info)
2285{
2286 struct nfs4_exception exception = { };
2287 int err;
2288 do {
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002289 err = _nfs4_lookup_root(server, fhandle, info);
2290 switch (err) {
2291 case 0:
2292 case -NFS4ERR_WRONGSEC:
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04002293 goto out;
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002294 default:
2295 err = nfs4_handle_exception(server, err, &exception);
2296 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002297 } while (exception.retry);
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04002298out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002299 return err;
2300}
2301
Bryan Schumaker8f70e952011-03-24 17:12:31 +00002302static int nfs4_lookup_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
2303 struct nfs_fsinfo *info, rpc_authflavor_t flavor)
2304{
2305 struct rpc_auth *auth;
2306 int ret;
2307
2308 auth = rpcauth_create(flavor, server->client);
2309 if (!auth) {
2310 ret = -EIO;
2311 goto out;
2312 }
2313 ret = nfs4_lookup_root(server, fhandle, info);
Bryan Schumaker8f70e952011-03-24 17:12:31 +00002314out:
2315 return ret;
2316}
2317
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04002318static int nfs4_find_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
David Howells54ceac42006-08-22 20:06:13 -04002319 struct nfs_fsinfo *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002320{
Bryan Schumaker8f70e952011-03-24 17:12:31 +00002321 int i, len, status = 0;
Bryan Schumaker0fabee22011-04-13 14:31:29 -04002322 rpc_authflavor_t flav_array[NFS_MAX_SECFLAVORS];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002323
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04002324 len = gss_mech_list_pseudoflavors(&flav_array[0]);
2325 flav_array[len] = RPC_AUTH_NULL;
2326 len += 1;
Bryan Schumaker8f70e952011-03-24 17:12:31 +00002327
2328 for (i = 0; i < len; i++) {
2329 status = nfs4_lookup_root_sec(server, fhandle, info, flav_array[i]);
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002330 if (status == -NFS4ERR_WRONGSEC || status == -EACCES)
Bryan Schumakerd1a80162011-04-13 14:31:28 -04002331 continue;
2332 break;
Bryan Schumaker8f70e952011-03-24 17:12:31 +00002333 }
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002334 /*
2335 * -EACCESS could mean that the user doesn't have correct permissions
2336 * to access the mount. It could also mean that we tried to mount
2337 * with a gss auth flavor, but rpc.gssd isn't running. Either way,
2338 * existing mount programs don't handle -EACCES very well so it should
2339 * be mapped to -EPERM instead.
2340 */
2341 if (status == -EACCES)
2342 status = -EPERM;
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04002343 return status;
2344}
2345
2346/*
2347 * get the file handle for the "/" directory on the server
2348 */
2349static int nfs4_proc_get_root(struct nfs_server *server, struct nfs_fh *fhandle,
2350 struct nfs_fsinfo *info)
2351{
Bryan Schumakerfca78d62011-06-02 14:59:07 -04002352 int minor_version = server->nfs_client->cl_minorversion;
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04002353 int status = nfs4_lookup_root(server, fhandle, info);
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002354 if ((status == -NFS4ERR_WRONGSEC) && !(server->flags & NFS_MOUNT_SECFLAVOUR))
2355 /*
2356 * A status of -NFS4ERR_WRONGSEC will be mapped to -EPERM
2357 * by nfs4_map_errors() as this function exits.
2358 */
Bryan Schumakerfca78d62011-06-02 14:59:07 -04002359 status = nfs_v4_minor_ops[minor_version]->find_root_sec(server, fhandle, info);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002360 if (status == 0)
2361 status = nfs4_server_capabilities(server, fhandle);
2362 if (status == 0)
2363 status = nfs4_do_fsinfo(server, fhandle, info);
Trond Myklebustc12e87f2006-03-13 21:20:47 -08002364 return nfs4_map_errors(status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002365}
2366
Manoj Naik6b97fd32006-06-09 09:34:29 -04002367/*
2368 * Get locations and (maybe) other attributes of a referral.
2369 * Note that we'll actually follow the referral later when
2370 * we detect fsid mismatch in inode revalidation
2371 */
Andy Adamson533eb462011-06-13 18:25:56 -04002372static int nfs4_get_referral(struct inode *dir, const struct qstr *name,
2373 struct nfs_fattr *fattr, struct nfs_fh *fhandle)
Manoj Naik6b97fd32006-06-09 09:34:29 -04002374{
2375 int status = -ENOMEM;
2376 struct page *page = NULL;
2377 struct nfs4_fs_locations *locations = NULL;
Manoj Naik6b97fd32006-06-09 09:34:29 -04002378
2379 page = alloc_page(GFP_KERNEL);
2380 if (page == NULL)
2381 goto out;
2382 locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL);
2383 if (locations == NULL)
2384 goto out;
2385
Trond Myklebustc228fd32007-01-13 02:28:11 -05002386 status = nfs4_proc_fs_locations(dir, name, locations, page);
Manoj Naik6b97fd32006-06-09 09:34:29 -04002387 if (status != 0)
2388 goto out;
2389 /* Make sure server returned a different fsid for the referral */
2390 if (nfs_fsid_equal(&NFS_SERVER(dir)->fsid, &locations->fattr.fsid)) {
Andy Adamson533eb462011-06-13 18:25:56 -04002391 dprintk("%s: server did not return a different fsid for"
2392 " a referral at %s\n", __func__, name->name);
Manoj Naik6b97fd32006-06-09 09:34:29 -04002393 status = -EIO;
2394 goto out;
2395 }
Andy Adamson533eb462011-06-13 18:25:56 -04002396 /* Fixup attributes for the nfs_lookup() call to nfs_fhget() */
2397 nfs_fixup_referral_attributes(&locations->fattr);
Manoj Naik6b97fd32006-06-09 09:34:29 -04002398
Andy Adamson533eb462011-06-13 18:25:56 -04002399 /* replace the lookup nfs_fattr with the locations nfs_fattr */
Manoj Naik6b97fd32006-06-09 09:34:29 -04002400 memcpy(fattr, &locations->fattr, sizeof(struct nfs_fattr));
Manoj Naik6b97fd32006-06-09 09:34:29 -04002401 memset(fhandle, 0, sizeof(struct nfs_fh));
2402out:
2403 if (page)
2404 __free_page(page);
Davidlohr Bueso5d7ca352010-08-11 12:42:15 -04002405 kfree(locations);
Manoj Naik6b97fd32006-06-09 09:34:29 -04002406 return status;
2407}
2408
Linus Torvalds1da177e2005-04-16 15:20:36 -07002409static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr)
2410{
2411 struct nfs4_getattr_arg args = {
2412 .fh = fhandle,
2413 .bitmask = server->attr_bitmask,
2414 };
2415 struct nfs4_getattr_res res = {
2416 .fattr = fattr,
2417 .server = server,
2418 };
2419 struct rpc_message msg = {
2420 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETATTR],
2421 .rpc_argp = &args,
2422 .rpc_resp = &res,
2423 };
2424
Trond Myklebust0e574af2005-10-27 22:12:38 -04002425 nfs_fattr_init(fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00002426 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002427}
2428
2429static int nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr)
2430{
2431 struct nfs4_exception exception = { };
2432 int err;
2433 do {
2434 err = nfs4_handle_exception(server,
2435 _nfs4_proc_getattr(server, fhandle, fattr),
2436 &exception);
2437 } while (exception.retry);
2438 return err;
2439}
2440
2441/*
2442 * The file is not closed if it is opened due to the a request to change
2443 * the size of the file. The open call will not be needed once the
2444 * VFS layer lookup-intents are implemented.
2445 *
2446 * Close is called when the inode is destroyed.
2447 * If we haven't opened the file for O_WRONLY, we
2448 * need to in the size_change case to obtain a stateid.
2449 *
2450 * Got race?
2451 * Because OPEN is always done by name in nfsv4, it is
2452 * possible that we opened a different file by the same
2453 * name. We can recognize this race condition, but we
2454 * can't do anything about it besides returning an error.
2455 *
2456 * This will be fixed with VFS changes (lookup-intent).
2457 */
2458static int
2459nfs4_proc_setattr(struct dentry *dentry, struct nfs_fattr *fattr,
2460 struct iattr *sattr)
2461{
Trond Myklebust08e9eac2005-06-22 17:16:29 +00002462 struct inode *inode = dentry->d_inode;
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002463 struct rpc_cred *cred = NULL;
Trond Myklebustd5308382005-11-04 15:33:38 -05002464 struct nfs4_state *state = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002465 int status;
2466
Benny Halevy8a1636c2010-07-14 15:43:57 -04002467 if (pnfs_ld_layoutret_on_setattr(inode))
2468 pnfs_return_layout(inode);
2469
Trond Myklebust0e574af2005-10-27 22:12:38 -04002470 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002471
Trond Myklebustd5308382005-11-04 15:33:38 -05002472 /* Search for an existing open(O_WRITE) file */
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002473 if (sattr->ia_valid & ATTR_FILE) {
2474 struct nfs_open_context *ctx;
Trond Myklebust08e9eac2005-06-22 17:16:29 +00002475
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002476 ctx = nfs_file_open_context(sattr->ia_file);
Neil Brown504e5182008-10-16 14:15:16 +11002477 if (ctx) {
2478 cred = ctx->cred;
2479 state = ctx->state;
2480 }
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002481 }
2482
Trond Myklebust536e43d2012-01-17 22:04:26 -05002483 /* Deal with open(O_TRUNC) */
2484 if (sattr->ia_valid & ATTR_OPEN)
2485 sattr->ia_valid &= ~(ATTR_MTIME|ATTR_CTIME|ATTR_OPEN);
2486
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002487 status = nfs4_do_setattr(inode, cred, fattr, sattr, state);
Trond Myklebust65e43082005-08-16 11:49:44 -04002488 if (status == 0)
2489 nfs_setattr_update_inode(inode, sattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002490 return status;
2491}
2492
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07002493static int _nfs4_proc_lookup(struct rpc_clnt *clnt, struct inode *dir,
2494 const struct qstr *name, struct nfs_fh *fhandle,
2495 struct nfs_fattr *fattr)
David Howells2b3de442006-08-22 20:06:09 -04002496{
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07002497 struct nfs_server *server = NFS_SERVER(dir);
David Howells2b3de442006-08-22 20:06:09 -04002498 int status;
2499 struct nfs4_lookup_arg args = {
2500 .bitmask = server->attr_bitmask,
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07002501 .dir_fh = NFS_FH(dir),
David Howells2b3de442006-08-22 20:06:09 -04002502 .name = name,
2503 };
2504 struct nfs4_lookup_res res = {
2505 .server = server,
2506 .fattr = fattr,
2507 .fh = fhandle,
2508 };
2509 struct rpc_message msg = {
2510 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP],
2511 .rpc_argp = &args,
2512 .rpc_resp = &res,
2513 };
2514
2515 nfs_fattr_init(fattr);
2516
Linus Torvalds1da177e2005-04-16 15:20:36 -07002517 dprintk("NFS call lookup %s\n", name->name);
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07002518 status = nfs4_call_sync(clnt, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002519 dprintk("NFS reply lookup: %d\n", status);
2520 return status;
2521}
2522
Bryan Schumaker7ebb9312011-03-24 17:12:30 +00002523void nfs_fixup_secinfo_attributes(struct nfs_fattr *fattr, struct nfs_fh *fh)
2524{
2525 memset(fh, 0, sizeof(struct nfs_fh));
2526 fattr->fsid.major = 1;
2527 fattr->valid |= NFS_ATTR_FATTR_TYPE | NFS_ATTR_FATTR_MODE |
2528 NFS_ATTR_FATTR_NLINK | NFS_ATTR_FATTR_FSID | NFS_ATTR_FATTR_MOUNTPOINT;
2529 fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO;
2530 fattr->nlink = 2;
2531}
2532
Bryan Schumaker7c513052011-03-24 17:12:24 +00002533static int nfs4_proc_lookup(struct rpc_clnt *clnt, struct inode *dir, struct qstr *name,
2534 struct nfs_fh *fhandle, struct nfs_fattr *fattr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002535{
2536 struct nfs4_exception exception = { };
2537 int err;
2538 do {
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07002539 int status;
2540
2541 status = _nfs4_proc_lookup(clnt, dir, name, fhandle, fattr);
2542 switch (status) {
Trond Myklebust08ef7bd2011-10-18 16:11:49 -07002543 case -NFS4ERR_BADNAME:
2544 return -ENOENT;
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07002545 case -NFS4ERR_MOVED:
Trond Myklebusta6f498a2011-11-07 15:50:32 -05002546 return nfs4_get_referral(dir, name, fattr, fhandle);
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07002547 case -NFS4ERR_WRONGSEC:
Bryan Schumaker7ebb9312011-03-24 17:12:30 +00002548 nfs_fixup_secinfo_attributes(fattr, fhandle);
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07002549 }
2550 err = nfs4_handle_exception(NFS_SERVER(dir),
2551 status, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002552 } while (exception.retry);
2553 return err;
2554}
2555
2556static int _nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
2557{
Trond Myklebust76b32992007-08-10 17:45:11 -04002558 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002559 struct nfs4_accessargs args = {
2560 .fh = NFS_FH(inode),
Trond Myklebusta4980e72012-01-30 15:43:56 -05002561 .bitmask = server->cache_consistency_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002562 };
Trond Myklebust76b32992007-08-10 17:45:11 -04002563 struct nfs4_accessres res = {
2564 .server = server,
Trond Myklebust76b32992007-08-10 17:45:11 -04002565 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002566 struct rpc_message msg = {
2567 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_ACCESS],
2568 .rpc_argp = &args,
2569 .rpc_resp = &res,
2570 .rpc_cred = entry->cred,
2571 };
2572 int mode = entry->mask;
2573 int status;
2574
2575 /*
2576 * Determine which access bits we want to ask for...
2577 */
2578 if (mode & MAY_READ)
2579 args.access |= NFS4_ACCESS_READ;
2580 if (S_ISDIR(inode->i_mode)) {
2581 if (mode & MAY_WRITE)
2582 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND | NFS4_ACCESS_DELETE;
2583 if (mode & MAY_EXEC)
2584 args.access |= NFS4_ACCESS_LOOKUP;
2585 } else {
2586 if (mode & MAY_WRITE)
2587 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND;
2588 if (mode & MAY_EXEC)
2589 args.access |= NFS4_ACCESS_EXECUTE;
2590 }
Trond Myklebustc407d412010-04-16 16:22:48 -04002591
2592 res.fattr = nfs_alloc_fattr();
2593 if (res.fattr == NULL)
2594 return -ENOMEM;
2595
Bryan Schumaker7c513052011-03-24 17:12:24 +00002596 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002597 if (!status) {
2598 entry->mask = 0;
2599 if (res.access & NFS4_ACCESS_READ)
2600 entry->mask |= MAY_READ;
2601 if (res.access & (NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND | NFS4_ACCESS_DELETE))
2602 entry->mask |= MAY_WRITE;
2603 if (res.access & (NFS4_ACCESS_LOOKUP|NFS4_ACCESS_EXECUTE))
2604 entry->mask |= MAY_EXEC;
Trond Myklebustc407d412010-04-16 16:22:48 -04002605 nfs_refresh_inode(inode, res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002606 }
Trond Myklebustc407d412010-04-16 16:22:48 -04002607 nfs_free_fattr(res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002608 return status;
2609}
2610
2611static int nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
2612{
2613 struct nfs4_exception exception = { };
2614 int err;
2615 do {
2616 err = nfs4_handle_exception(NFS_SERVER(inode),
2617 _nfs4_proc_access(inode, entry),
2618 &exception);
2619 } while (exception.retry);
2620 return err;
2621}
2622
2623/*
2624 * TODO: For the time being, we don't try to get any attributes
2625 * along with any of the zero-copy operations READ, READDIR,
2626 * READLINK, WRITE.
2627 *
2628 * In the case of the first three, we want to put the GETATTR
2629 * after the read-type operation -- this is because it is hard
2630 * to predict the length of a GETATTR response in v4, and thus
2631 * align the READ data correctly. This means that the GETATTR
2632 * may end up partially falling into the page cache, and we should
2633 * shift it into the 'tail' of the xdr_buf before processing.
2634 * To do this efficiently, we need to know the total length
2635 * of data received, which doesn't seem to be available outside
2636 * of the RPC layer.
2637 *
2638 * In the case of WRITE, we also want to put the GETATTR after
2639 * the operation -- in this case because we want to make sure
2640 * we get the post-operation mtime and size. This means that
2641 * we can't use xdr_encode_pages() as written: we need a variant
2642 * of it which would leave room in the 'tail' iovec.
2643 *
2644 * Both of these changes to the XDR layer would in fact be quite
2645 * minor, but I decided to leave them for a subsequent patch.
2646 */
2647static int _nfs4_proc_readlink(struct inode *inode, struct page *page,
2648 unsigned int pgbase, unsigned int pglen)
2649{
2650 struct nfs4_readlink args = {
2651 .fh = NFS_FH(inode),
2652 .pgbase = pgbase,
2653 .pglen = pglen,
2654 .pages = &page,
2655 };
Benny Halevyf50c7002009-04-01 09:21:55 -04002656 struct nfs4_readlink_res res;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002657 struct rpc_message msg = {
2658 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READLINK],
2659 .rpc_argp = &args,
Benny Halevyf50c7002009-04-01 09:21:55 -04002660 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002661 };
2662
Bryan Schumaker7c513052011-03-24 17:12:24 +00002663 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 -07002664}
2665
2666static int nfs4_proc_readlink(struct inode *inode, struct page *page,
2667 unsigned int pgbase, unsigned int pglen)
2668{
2669 struct nfs4_exception exception = { };
2670 int err;
2671 do {
2672 err = nfs4_handle_exception(NFS_SERVER(inode),
2673 _nfs4_proc_readlink(inode, page, pgbase, pglen),
2674 &exception);
2675 } while (exception.retry);
2676 return err;
2677}
2678
Linus Torvalds1da177e2005-04-16 15:20:36 -07002679/*
2680 * Got race?
2681 * We will need to arrange for the VFS layer to provide an atomic open.
2682 * Until then, this create/open method is prone to inefficiency and race
2683 * conditions due to the lookup, create, and open VFS calls from sys_open()
2684 * placed on the wire.
2685 *
2686 * Given the above sorry state of affairs, I'm simply sending an OPEN.
2687 * The file will be opened again in the subsequent VFS open call
2688 * (nfs4_proc_file_open).
2689 *
2690 * The open for read will just hang around to be used by any process that
2691 * opens the file O_RDONLY. This will all be resolved with the VFS changes.
2692 */
2693
2694static int
2695nfs4_proc_create(struct inode *dir, struct dentry *dentry, struct iattr *sattr,
Trond Myklebustc0204fd2010-09-17 10:56:51 -04002696 int flags, struct nfs_open_context *ctx)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002697{
Al Viro82a2c1b2011-06-22 18:30:55 -04002698 struct dentry *de = dentry;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002699 struct nfs4_state *state;
Trond Myklebustc0204fd2010-09-17 10:56:51 -04002700 struct rpc_cred *cred = NULL;
2701 fmode_t fmode = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002702 int status = 0;
2703
Trond Myklebustc0204fd2010-09-17 10:56:51 -04002704 if (ctx != NULL) {
2705 cred = ctx->cred;
Al Viro3d4ff432011-06-22 18:40:12 -04002706 de = ctx->dentry;
Trond Myklebustc0204fd2010-09-17 10:56:51 -04002707 fmode = ctx->mode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002708 }
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00002709 sattr->ia_mode &= ~current_umask();
Al Viro82a2c1b2011-06-22 18:30:55 -04002710 state = nfs4_do_open(dir, de, fmode, flags, sattr, cred);
Trond Myklebustd4d9cdc2007-10-02 18:38:53 -04002711 d_drop(dentry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002712 if (IS_ERR(state)) {
2713 status = PTR_ERR(state);
Trond Myklebustc0204fd2010-09-17 10:56:51 -04002714 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002715 }
Trond Myklebustd4d9cdc2007-10-02 18:38:53 -04002716 d_add(dentry, igrab(state->inode));
Trond Myklebustd75340c2007-10-01 21:42:01 -04002717 nfs_set_verifier(dentry, nfs_save_change_attribute(dir));
Trond Myklebustc0204fd2010-09-17 10:56:51 -04002718 if (ctx != NULL)
2719 ctx->state = state;
Trond Myklebust02a913a2005-10-18 14:20:17 -07002720 else
Al Viro643168c2011-06-22 18:20:23 -04002721 nfs4_close_sync(state, fmode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002722out:
2723 return status;
2724}
2725
2726static int _nfs4_proc_remove(struct inode *dir, struct qstr *name)
2727{
Trond Myklebust16e42952005-10-27 22:12:44 -04002728 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002729 struct nfs_removeargs args = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002730 .fh = NFS_FH(dir),
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002731 .name.len = name->len,
2732 .name.name = name->name,
Trond Myklebust16e42952005-10-27 22:12:44 -04002733 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002734 };
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002735 struct nfs_removeres res = {
Trond Myklebust16e42952005-10-27 22:12:44 -04002736 .server = server,
Trond Myklebust16e42952005-10-27 22:12:44 -04002737 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002738 struct rpc_message msg = {
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002739 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE],
2740 .rpc_argp = &args,
2741 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002742 };
Trond Myklebustd3468902010-04-16 16:22:50 -04002743 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002744
Trond Myklebustd3468902010-04-16 16:22:50 -04002745 res.dir_attr = nfs_alloc_fattr();
2746 if (res.dir_attr == NULL)
2747 goto out;
2748
Bryan Schumaker7c513052011-03-24 17:12:24 +00002749 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 1);
Trond Myklebust16e42952005-10-27 22:12:44 -04002750 if (status == 0) {
2751 update_changeattr(dir, &res.cinfo);
Trond Myklebustd3468902010-04-16 16:22:50 -04002752 nfs_post_op_update_inode(dir, res.dir_attr);
Trond Myklebust16e42952005-10-27 22:12:44 -04002753 }
Trond Myklebustd3468902010-04-16 16:22:50 -04002754 nfs_free_fattr(res.dir_attr);
2755out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002756 return status;
2757}
2758
2759static int nfs4_proc_remove(struct inode *dir, struct qstr *name)
2760{
2761 struct nfs4_exception exception = { };
2762 int err;
2763 do {
2764 err = nfs4_handle_exception(NFS_SERVER(dir),
2765 _nfs4_proc_remove(dir, name),
2766 &exception);
2767 } while (exception.retry);
2768 return err;
2769}
2770
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002771static void nfs4_proc_unlink_setup(struct rpc_message *msg, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002772{
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002773 struct nfs_server *server = NFS_SERVER(dir);
2774 struct nfs_removeargs *args = msg->rpc_argp;
2775 struct nfs_removeres *res = msg->rpc_resp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002776
Trond Myklebusta65318b2009-03-11 14:10:28 -04002777 args->bitmask = server->cache_consistency_bitmask;
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002778 res->server = server;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002779 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE];
Trond Myklebust9d12b212012-01-17 22:04:25 -05002780 nfs41_init_sequence(&args->seq_args, &res->seq_res, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002781}
2782
Bryan Schumaker34e137c2012-03-19 14:54:41 -04002783static void nfs4_proc_unlink_rpc_prepare(struct rpc_task *task, struct nfs_unlinkdata *data)
2784{
2785 if (nfs4_setup_sequence(NFS_SERVER(data->dir),
2786 &data->args.seq_args,
2787 &data->res.seq_res,
2788 task))
2789 return;
2790 rpc_call_start(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002791}
2792
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002793static int nfs4_proc_unlink_done(struct rpc_task *task, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002794{
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002795 struct nfs_removeres *res = task->tk_msg.rpc_resp;
2796
Trond Myklebust14516c32010-07-31 14:29:06 -04002797 if (!nfs4_sequence_done(task, &res->seq_res))
2798 return 0;
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002799 if (nfs4_async_handle_error(task, res->server, NULL) == -EAGAIN)
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002800 return 0;
2801 update_changeattr(dir, &res->cinfo);
Trond Myklebustd3468902010-04-16 16:22:50 -04002802 nfs_post_op_update_inode(dir, res->dir_attr);
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002803 return 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002804}
2805
Jeff Laytond3d41522010-09-17 17:31:57 -04002806static void nfs4_proc_rename_setup(struct rpc_message *msg, struct inode *dir)
2807{
2808 struct nfs_server *server = NFS_SERVER(dir);
2809 struct nfs_renameargs *arg = msg->rpc_argp;
2810 struct nfs_renameres *res = msg->rpc_resp;
2811
2812 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENAME];
2813 arg->bitmask = server->attr_bitmask;
2814 res->server = server;
Trond Myklebust9d12b212012-01-17 22:04:25 -05002815 nfs41_init_sequence(&arg->seq_args, &res->seq_res, 1);
Jeff Laytond3d41522010-09-17 17:31:57 -04002816}
2817
Bryan Schumakerc6bfa1a2012-03-19 14:54:42 -04002818static void nfs4_proc_rename_rpc_prepare(struct rpc_task *task, struct nfs_renamedata *data)
2819{
2820 if (nfs4_setup_sequence(NFS_SERVER(data->old_dir),
2821 &data->args.seq_args,
2822 &data->res.seq_res,
2823 task))
2824 return;
2825 rpc_call_start(task);
Jeff Laytond3d41522010-09-17 17:31:57 -04002826}
2827
2828static int nfs4_proc_rename_done(struct rpc_task *task, struct inode *old_dir,
2829 struct inode *new_dir)
2830{
2831 struct nfs_renameres *res = task->tk_msg.rpc_resp;
2832
2833 if (!nfs4_sequence_done(task, &res->seq_res))
2834 return 0;
2835 if (nfs4_async_handle_error(task, res->server, NULL) == -EAGAIN)
2836 return 0;
2837
2838 update_changeattr(old_dir, &res->old_cinfo);
2839 nfs_post_op_update_inode(old_dir, res->old_fattr);
2840 update_changeattr(new_dir, &res->new_cinfo);
2841 nfs_post_op_update_inode(new_dir, res->new_fattr);
2842 return 1;
2843}
2844
Linus Torvalds1da177e2005-04-16 15:20:36 -07002845static int _nfs4_proc_rename(struct inode *old_dir, struct qstr *old_name,
2846 struct inode *new_dir, struct qstr *new_name)
2847{
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002848 struct nfs_server *server = NFS_SERVER(old_dir);
Jeff Layton920769f2010-09-17 17:30:25 -04002849 struct nfs_renameargs arg = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002850 .old_dir = NFS_FH(old_dir),
2851 .new_dir = NFS_FH(new_dir),
2852 .old_name = old_name,
2853 .new_name = new_name,
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002854 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002855 };
Jeff Laytone8582a82010-09-17 17:31:06 -04002856 struct nfs_renameres res = {
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002857 .server = server,
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002858 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002859 struct rpc_message msg = {
2860 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENAME],
2861 .rpc_argp = &arg,
2862 .rpc_resp = &res,
2863 };
Trond Myklebust011fff72010-04-16 16:22:49 -04002864 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002865
Trond Myklebust011fff72010-04-16 16:22:49 -04002866 res.old_fattr = nfs_alloc_fattr();
2867 res.new_fattr = nfs_alloc_fattr();
2868 if (res.old_fattr == NULL || res.new_fattr == NULL)
2869 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002870
Bryan Schumaker7c513052011-03-24 17:12:24 +00002871 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002872 if (!status) {
2873 update_changeattr(old_dir, &res.old_cinfo);
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002874 nfs_post_op_update_inode(old_dir, res.old_fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002875 update_changeattr(new_dir, &res.new_cinfo);
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002876 nfs_post_op_update_inode(new_dir, res.new_fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002877 }
Trond Myklebust011fff72010-04-16 16:22:49 -04002878out:
2879 nfs_free_fattr(res.new_fattr);
2880 nfs_free_fattr(res.old_fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002881 return status;
2882}
2883
2884static int nfs4_proc_rename(struct inode *old_dir, struct qstr *old_name,
2885 struct inode *new_dir, struct qstr *new_name)
2886{
2887 struct nfs4_exception exception = { };
2888 int err;
2889 do {
2890 err = nfs4_handle_exception(NFS_SERVER(old_dir),
2891 _nfs4_proc_rename(old_dir, old_name,
2892 new_dir, new_name),
2893 &exception);
2894 } while (exception.retry);
2895 return err;
2896}
2897
2898static int _nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
2899{
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002900 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002901 struct nfs4_link_arg arg = {
2902 .fh = NFS_FH(inode),
2903 .dir_fh = NFS_FH(dir),
2904 .name = name,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002905 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002906 };
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002907 struct nfs4_link_res res = {
2908 .server = server,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002909 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002910 struct rpc_message msg = {
2911 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LINK],
2912 .rpc_argp = &arg,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002913 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002914 };
Trond Myklebust136f2622010-04-16 16:22:49 -04002915 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002916
Trond Myklebust136f2622010-04-16 16:22:49 -04002917 res.fattr = nfs_alloc_fattr();
2918 res.dir_attr = nfs_alloc_fattr();
2919 if (res.fattr == NULL || res.dir_attr == NULL)
2920 goto out;
2921
Bryan Schumaker7c513052011-03-24 17:12:24 +00002922 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002923 if (!status) {
2924 update_changeattr(dir, &res.cinfo);
2925 nfs_post_op_update_inode(dir, res.dir_attr);
Trond Myklebust73a3d072006-05-25 01:40:47 -04002926 nfs_post_op_update_inode(inode, res.fattr);
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002927 }
Trond Myklebust136f2622010-04-16 16:22:49 -04002928out:
2929 nfs_free_fattr(res.dir_attr);
2930 nfs_free_fattr(res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002931 return status;
2932}
2933
2934static int nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
2935{
2936 struct nfs4_exception exception = { };
2937 int err;
2938 do {
2939 err = nfs4_handle_exception(NFS_SERVER(inode),
2940 _nfs4_proc_link(inode, dir, name),
2941 &exception);
2942 } while (exception.retry);
2943 return err;
2944}
2945
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002946struct nfs4_createdata {
2947 struct rpc_message msg;
2948 struct nfs4_create_arg arg;
2949 struct nfs4_create_res res;
2950 struct nfs_fh fh;
2951 struct nfs_fattr fattr;
2952 struct nfs_fattr dir_fattr;
2953};
2954
2955static struct nfs4_createdata *nfs4_alloc_createdata(struct inode *dir,
2956 struct qstr *name, struct iattr *sattr, u32 ftype)
2957{
2958 struct nfs4_createdata *data;
2959
2960 data = kzalloc(sizeof(*data), GFP_KERNEL);
2961 if (data != NULL) {
2962 struct nfs_server *server = NFS_SERVER(dir);
2963
2964 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE];
2965 data->msg.rpc_argp = &data->arg;
2966 data->msg.rpc_resp = &data->res;
2967 data->arg.dir_fh = NFS_FH(dir);
2968 data->arg.server = server;
2969 data->arg.name = name;
2970 data->arg.attrs = sattr;
2971 data->arg.ftype = ftype;
2972 data->arg.bitmask = server->attr_bitmask;
2973 data->res.server = server;
2974 data->res.fh = &data->fh;
2975 data->res.fattr = &data->fattr;
2976 data->res.dir_fattr = &data->dir_fattr;
2977 nfs_fattr_init(data->res.fattr);
2978 nfs_fattr_init(data->res.dir_fattr);
2979 }
2980 return data;
2981}
2982
2983static int nfs4_do_create(struct inode *dir, struct dentry *dentry, struct nfs4_createdata *data)
2984{
Bryan Schumaker7c513052011-03-24 17:12:24 +00002985 int status = nfs4_call_sync(NFS_SERVER(dir)->client, NFS_SERVER(dir), &data->msg,
Bryan Schumakere73b83f2011-03-24 17:12:23 +00002986 &data->arg.seq_args, &data->res.seq_res, 1);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002987 if (status == 0) {
2988 update_changeattr(dir, &data->res.dir_cinfo);
2989 nfs_post_op_update_inode(dir, data->res.dir_fattr);
2990 status = nfs_instantiate(dentry, data->res.fh, data->res.fattr);
2991 }
2992 return status;
2993}
2994
2995static void nfs4_free_createdata(struct nfs4_createdata *data)
2996{
2997 kfree(data);
2998}
2999
Chuck Lever4f390c12006-08-22 20:06:22 -04003000static int _nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
Chuck Lever94a6d752006-08-22 20:06:23 -04003001 struct page *page, unsigned int len, struct iattr *sattr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003002{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003003 struct nfs4_createdata *data;
3004 int status = -ENAMETOOLONG;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003005
Chuck Lever94a6d752006-08-22 20:06:23 -04003006 if (len > NFS4_MAXPATHLEN)
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003007 goto out;
Chuck Lever4f390c12006-08-22 20:06:22 -04003008
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003009 status = -ENOMEM;
3010 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4LNK);
3011 if (data == NULL)
3012 goto out;
3013
3014 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SYMLINK];
3015 data->arg.u.symlink.pages = &page;
3016 data->arg.u.symlink.len = len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003017
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003018 status = nfs4_do_create(dir, dentry, data);
3019
3020 nfs4_free_createdata(data);
3021out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003022 return status;
3023}
3024
Chuck Lever4f390c12006-08-22 20:06:22 -04003025static int nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
Chuck Lever94a6d752006-08-22 20:06:23 -04003026 struct page *page, unsigned int len, struct iattr *sattr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003027{
3028 struct nfs4_exception exception = { };
3029 int err;
3030 do {
3031 err = nfs4_handle_exception(NFS_SERVER(dir),
Chuck Lever94a6d752006-08-22 20:06:23 -04003032 _nfs4_proc_symlink(dir, dentry, page,
3033 len, sattr),
Linus Torvalds1da177e2005-04-16 15:20:36 -07003034 &exception);
3035 } while (exception.retry);
3036 return err;
3037}
3038
3039static int _nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
3040 struct iattr *sattr)
3041{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003042 struct nfs4_createdata *data;
3043 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003044
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003045 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4DIR);
3046 if (data == NULL)
3047 goto out;
3048
3049 status = nfs4_do_create(dir, dentry, data);
3050
3051 nfs4_free_createdata(data);
3052out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003053 return status;
3054}
3055
3056static int nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
3057 struct iattr *sattr)
3058{
3059 struct nfs4_exception exception = { };
3060 int err;
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003061
3062 sattr->ia_mode &= ~current_umask();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003063 do {
3064 err = nfs4_handle_exception(NFS_SERVER(dir),
3065 _nfs4_proc_mkdir(dir, dentry, sattr),
3066 &exception);
3067 } while (exception.retry);
3068 return err;
3069}
3070
3071static int _nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003072 u64 cookie, struct page **pages, unsigned int count, int plus)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003073{
3074 struct inode *dir = dentry->d_inode;
3075 struct nfs4_readdir_arg args = {
3076 .fh = NFS_FH(dir),
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003077 .pages = pages,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003078 .pgbase = 0,
3079 .count = count,
Trond Myklebust96d25e52009-11-11 16:15:42 +09003080 .bitmask = NFS_SERVER(dentry->d_inode)->attr_bitmask,
Bryan Schumaker82f2e542010-10-21 16:33:18 -04003081 .plus = plus,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003082 };
3083 struct nfs4_readdir_res res;
3084 struct rpc_message msg = {
3085 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READDIR],
3086 .rpc_argp = &args,
3087 .rpc_resp = &res,
3088 .rpc_cred = cred,
3089 };
3090 int status;
3091
Harvey Harrison3110ff82008-05-02 13:42:44 -07003092 dprintk("%s: dentry = %s/%s, cookie = %Lu\n", __func__,
Trond Myklebusteadf4592005-06-22 17:16:39 +00003093 dentry->d_parent->d_name.name,
3094 dentry->d_name.name,
3095 (unsigned long long)cookie);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003096 nfs4_setup_readdir(cookie, NFS_COOKIEVERF(dir), dentry, &args);
3097 res.pgbase = args.pgbase;
Bryan Schumaker7c513052011-03-24 17:12:24 +00003098 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 -05003099 if (status >= 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003100 memcpy(NFS_COOKIEVERF(dir), res.verifier.data, NFS4_VERIFIER_SIZE);
Trond Myklebustac396122010-11-15 20:26:22 -05003101 status += args.pgbase;
3102 }
Trond Myklebustc4812992007-09-28 17:11:45 -04003103
3104 nfs_invalidate_atime(dir);
3105
Harvey Harrison3110ff82008-05-02 13:42:44 -07003106 dprintk("%s: returns %d\n", __func__, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003107 return status;
3108}
3109
3110static int nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003111 u64 cookie, struct page **pages, unsigned int count, int plus)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003112{
3113 struct nfs4_exception exception = { };
3114 int err;
3115 do {
3116 err = nfs4_handle_exception(NFS_SERVER(dentry->d_inode),
3117 _nfs4_proc_readdir(dentry, cred, cookie,
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003118 pages, count, plus),
Linus Torvalds1da177e2005-04-16 15:20:36 -07003119 &exception);
3120 } while (exception.retry);
3121 return err;
3122}
3123
3124static int _nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
3125 struct iattr *sattr, dev_t rdev)
3126{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003127 struct nfs4_createdata *data;
3128 int mode = sattr->ia_mode;
3129 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003130
3131 BUG_ON(!(sattr->ia_valid & ATTR_MODE));
3132 BUG_ON(!S_ISFIFO(mode) && !S_ISBLK(mode) && !S_ISCHR(mode) && !S_ISSOCK(mode));
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003133
3134 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4SOCK);
3135 if (data == NULL)
3136 goto out;
3137
Linus Torvalds1da177e2005-04-16 15:20:36 -07003138 if (S_ISFIFO(mode))
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003139 data->arg.ftype = NF4FIFO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003140 else if (S_ISBLK(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003141 data->arg.ftype = NF4BLK;
3142 data->arg.u.device.specdata1 = MAJOR(rdev);
3143 data->arg.u.device.specdata2 = MINOR(rdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003144 }
3145 else if (S_ISCHR(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003146 data->arg.ftype = NF4CHR;
3147 data->arg.u.device.specdata1 = MAJOR(rdev);
3148 data->arg.u.device.specdata2 = MINOR(rdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003149 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003150
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003151 status = nfs4_do_create(dir, dentry, data);
3152
3153 nfs4_free_createdata(data);
3154out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003155 return status;
3156}
3157
3158static int nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
3159 struct iattr *sattr, dev_t rdev)
3160{
3161 struct nfs4_exception exception = { };
3162 int err;
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003163
3164 sattr->ia_mode &= ~current_umask();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003165 do {
3166 err = nfs4_handle_exception(NFS_SERVER(dir),
3167 _nfs4_proc_mknod(dir, dentry, sattr, rdev),
3168 &exception);
3169 } while (exception.retry);
3170 return err;
3171}
3172
3173static int _nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle,
3174 struct nfs_fsstat *fsstat)
3175{
3176 struct nfs4_statfs_arg args = {
3177 .fh = fhandle,
3178 .bitmask = server->attr_bitmask,
3179 };
Benny Halevy24ad1482009-04-01 09:21:56 -04003180 struct nfs4_statfs_res res = {
3181 .fsstat = fsstat,
3182 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003183 struct rpc_message msg = {
3184 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_STATFS],
3185 .rpc_argp = &args,
Benny Halevy24ad1482009-04-01 09:21:56 -04003186 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003187 };
3188
Trond Myklebust0e574af2005-10-27 22:12:38 -04003189 nfs_fattr_init(fsstat->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00003190 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003191}
3192
3193static int nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsstat *fsstat)
3194{
3195 struct nfs4_exception exception = { };
3196 int err;
3197 do {
3198 err = nfs4_handle_exception(server,
3199 _nfs4_proc_statfs(server, fhandle, fsstat),
3200 &exception);
3201 } while (exception.retry);
3202 return err;
3203}
3204
3205static int _nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle,
3206 struct nfs_fsinfo *fsinfo)
3207{
3208 struct nfs4_fsinfo_arg args = {
3209 .fh = fhandle,
3210 .bitmask = server->attr_bitmask,
3211 };
Benny Halevy3dda5e42009-04-01 09:21:57 -04003212 struct nfs4_fsinfo_res res = {
3213 .fsinfo = fsinfo,
3214 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003215 struct rpc_message msg = {
3216 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSINFO],
3217 .rpc_argp = &args,
Benny Halevy3dda5e42009-04-01 09:21:57 -04003218 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003219 };
3220
Bryan Schumaker7c513052011-03-24 17:12:24 +00003221 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003222}
3223
3224static int nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
3225{
3226 struct nfs4_exception exception = { };
3227 int err;
3228
3229 do {
3230 err = nfs4_handle_exception(server,
3231 _nfs4_do_fsinfo(server, fhandle, fsinfo),
3232 &exception);
3233 } while (exception.retry);
3234 return err;
3235}
3236
3237static int nfs4_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
3238{
Trond Myklebust0e574af2005-10-27 22:12:38 -04003239 nfs_fattr_init(fsinfo->fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003240 return nfs4_do_fsinfo(server, fhandle, fsinfo);
3241}
3242
3243static int _nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
3244 struct nfs_pathconf *pathconf)
3245{
3246 struct nfs4_pathconf_arg args = {
3247 .fh = fhandle,
3248 .bitmask = server->attr_bitmask,
3249 };
Benny Halevyd45b2982009-04-01 09:21:58 -04003250 struct nfs4_pathconf_res res = {
3251 .pathconf = pathconf,
3252 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003253 struct rpc_message msg = {
3254 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_PATHCONF],
3255 .rpc_argp = &args,
Benny Halevyd45b2982009-04-01 09:21:58 -04003256 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003257 };
3258
3259 /* None of the pathconf attributes are mandatory to implement */
3260 if ((args.bitmask[0] & nfs4_pathconf_bitmap[0]) == 0) {
3261 memset(pathconf, 0, sizeof(*pathconf));
3262 return 0;
3263 }
3264
Trond Myklebust0e574af2005-10-27 22:12:38 -04003265 nfs_fattr_init(pathconf->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00003266 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003267}
3268
3269static int nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
3270 struct nfs_pathconf *pathconf)
3271{
3272 struct nfs4_exception exception = { };
3273 int err;
3274
3275 do {
3276 err = nfs4_handle_exception(server,
3277 _nfs4_proc_pathconf(server, fhandle, pathconf),
3278 &exception);
3279 } while (exception.retry);
3280 return err;
3281}
3282
Benny Halevyd20581a2011-05-22 19:52:03 +03003283void __nfs4_read_done_cb(struct nfs_read_data *data)
3284{
3285 nfs_invalidate_atime(data->inode);
3286}
3287
Andy Adamsoncbdabc72011-03-01 01:34:20 +00003288static int nfs4_read_done_cb(struct rpc_task *task, struct nfs_read_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003289{
Trond Myklebustec06c092006-03-20 13:44:27 -05003290 struct nfs_server *server = NFS_SERVER(data->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003291
Trond Myklebust9e33bed2008-12-23 15:21:46 -05003292 if (nfs4_async_handle_error(task, server, data->args.context->state) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07003293 rpc_restart_call_prepare(task);
Trond Myklebustec06c092006-03-20 13:44:27 -05003294 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003295 }
Trond Myklebust8850df92007-09-28 17:20:07 -04003296
Benny Halevyd20581a2011-05-22 19:52:03 +03003297 __nfs4_read_done_cb(data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003298 if (task->tk_status > 0)
Trond Myklebustec06c092006-03-20 13:44:27 -05003299 renew_lease(server, data->timestamp);
3300 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003301}
3302
Andy Adamsoncbdabc72011-03-01 01:34:20 +00003303static int nfs4_read_done(struct rpc_task *task, struct nfs_read_data *data)
3304{
3305
3306 dprintk("--> %s\n", __func__);
3307
3308 if (!nfs4_sequence_done(task, &data->res.seq_res))
3309 return -EAGAIN;
3310
Benny Halevyd20581a2011-05-22 19:52:03 +03003311 return data->read_done_cb ? data->read_done_cb(task, data) :
3312 nfs4_read_done_cb(task, data);
Andy Adamsoncbdabc72011-03-01 01:34:20 +00003313}
3314
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003315static void nfs4_proc_read_setup(struct nfs_read_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003316{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003317 data->timestamp = jiffies;
Andy Adamsoncbdabc72011-03-01 01:34:20 +00003318 data->read_done_cb = nfs4_read_done_cb;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003319 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READ];
Trond Myklebust9d12b212012-01-17 22:04:25 -05003320 nfs41_init_sequence(&data->args.seq_args, &data->res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003321}
3322
Bryan Schumakerea7c3302012-03-19 14:54:40 -04003323static void nfs4_proc_read_rpc_prepare(struct rpc_task *task, struct nfs_read_data *data)
3324{
3325 if (nfs4_setup_sequence(NFS_SERVER(data->inode),
3326 &data->args.seq_args,
3327 &data->res.seq_res,
3328 task))
3329 return;
3330 rpc_call_start(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003331}
3332
Andy Adamsoncbdabc72011-03-01 01:34:20 +00003333/* Reset the the nfs_read_data to send the read to the MDS. */
3334void nfs4_reset_read(struct rpc_task *task, struct nfs_read_data *data)
3335{
3336 dprintk("%s Reset task for i/o through\n", __func__);
3337 put_lseg(data->lseg);
3338 data->lseg = NULL;
3339 /* offsets will differ in the dense stripe case */
3340 data->args.offset = data->mds_offset;
3341 data->ds_clp = NULL;
3342 data->args.fh = NFS_FH(data->inode);
3343 data->read_done_cb = nfs4_read_done_cb;
3344 task->tk_ops = data->mds_ops;
3345 rpc_task_reset_client(task, NFS_CLIENT(data->inode));
3346}
3347EXPORT_SYMBOL_GPL(nfs4_reset_read);
3348
Fred Isamanb029bc92011-03-03 15:13:42 +00003349static int nfs4_write_done_cb(struct rpc_task *task, struct nfs_write_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003350{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003351 struct inode *inode = data->inode;
3352
Trond Myklebust9e33bed2008-12-23 15:21:46 -05003353 if (nfs4_async_handle_error(task, NFS_SERVER(inode), data->args.context->state) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07003354 rpc_restart_call_prepare(task);
Trond Myklebust788e7a82006-03-20 13:44:27 -05003355 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003356 }
Trond Myklebust4f9838c2005-10-27 22:12:44 -04003357 if (task->tk_status >= 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003358 renew_lease(NFS_SERVER(inode), data->timestamp);
Trond Myklebust70ca8852007-09-30 15:21:24 -04003359 nfs_post_op_update_inode_force_wcc(inode, data->res.fattr);
Trond Myklebust4f9838c2005-10-27 22:12:44 -04003360 }
Trond Myklebust788e7a82006-03-20 13:44:27 -05003361 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003362}
3363
Fred Isamanb029bc92011-03-03 15:13:42 +00003364static int nfs4_write_done(struct rpc_task *task, struct nfs_write_data *data)
3365{
3366 if (!nfs4_sequence_done(task, &data->res.seq_res))
3367 return -EAGAIN;
Benny Halevyd20581a2011-05-22 19:52:03 +03003368 return data->write_done_cb ? data->write_done_cb(task, data) :
3369 nfs4_write_done_cb(task, data);
Fred Isamanb029bc92011-03-03 15:13:42 +00003370}
3371
Fred Isamana69aef12011-03-03 15:13:47 +00003372/* Reset the the nfs_write_data to send the write to the MDS. */
3373void nfs4_reset_write(struct rpc_task *task, struct nfs_write_data *data)
3374{
3375 dprintk("%s Reset task for i/o through\n", __func__);
3376 put_lseg(data->lseg);
3377 data->lseg = NULL;
3378 data->ds_clp = NULL;
3379 data->write_done_cb = nfs4_write_done_cb;
3380 data->args.fh = NFS_FH(data->inode);
3381 data->args.bitmask = data->res.server->cache_consistency_bitmask;
3382 data->args.offset = data->mds_offset;
3383 data->res.fattr = &data->fattr;
3384 task->tk_ops = data->mds_ops;
3385 rpc_task_reset_client(task, NFS_CLIENT(data->inode));
3386}
3387EXPORT_SYMBOL_GPL(nfs4_reset_write);
3388
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003389static void nfs4_proc_write_setup(struct nfs_write_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003390{
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003391 struct nfs_server *server = NFS_SERVER(data->inode);
3392
Fred Isaman7ffd1062011-03-03 15:13:46 +00003393 if (data->lseg) {
3394 data->args.bitmask = NULL;
3395 data->res.fattr = NULL;
3396 } else
3397 data->args.bitmask = server->cache_consistency_bitmask;
Fred Isamanb029bc92011-03-03 15:13:42 +00003398 if (!data->write_done_cb)
3399 data->write_done_cb = nfs4_write_done_cb;
Trond Myklebust4f9838c2005-10-27 22:12:44 -04003400 data->res.server = server;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003401 data->timestamp = jiffies;
3402
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003403 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_WRITE];
Trond Myklebust9d12b212012-01-17 22:04:25 -05003404 nfs41_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003405}
3406
Bryan Schumakerc6cb80d2012-03-19 14:54:39 -04003407static void nfs4_proc_write_rpc_prepare(struct rpc_task *task, struct nfs_write_data *data)
3408{
3409 if (nfs4_setup_sequence(NFS_SERVER(data->inode),
3410 &data->args.seq_args,
3411 &data->res.seq_res,
3412 task))
3413 return;
3414 rpc_call_start(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003415}
3416
Fred Isaman5f452432011-03-23 13:27:46 +00003417static int nfs4_commit_done_cb(struct rpc_task *task, struct nfs_write_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003418{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003419 struct inode *inode = data->inode;
Trond Myklebust14516c32010-07-31 14:29:06 -04003420
Trond Myklebust9e33bed2008-12-23 15:21:46 -05003421 if (nfs4_async_handle_error(task, NFS_SERVER(inode), NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07003422 rpc_restart_call_prepare(task);
Trond Myklebust788e7a82006-03-20 13:44:27 -05003423 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003424 }
Trond Myklebust9e08a3c2007-10-08 14:10:31 -04003425 nfs_refresh_inode(inode, data->res.fattr);
Trond Myklebust788e7a82006-03-20 13:44:27 -05003426 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003427}
3428
Fred Isaman5f452432011-03-23 13:27:46 +00003429static int nfs4_commit_done(struct rpc_task *task, struct nfs_write_data *data)
3430{
3431 if (!nfs4_sequence_done(task, &data->res.seq_res))
3432 return -EAGAIN;
3433 return data->write_done_cb(task, data);
3434}
3435
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003436static void nfs4_proc_commit_setup(struct nfs_write_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003437{
Trond Myklebust788e7a82006-03-20 13:44:27 -05003438 struct nfs_server *server = NFS_SERVER(data->inode);
Fred Isaman988b6dc2011-03-23 13:27:52 +00003439
3440 if (data->lseg) {
3441 data->args.bitmask = NULL;
3442 data->res.fattr = NULL;
3443 } else
3444 data->args.bitmask = server->cache_consistency_bitmask;
Fred Isaman5f452432011-03-23 13:27:46 +00003445 if (!data->write_done_cb)
3446 data->write_done_cb = nfs4_commit_done_cb;
Trond Myklebust4f9838c2005-10-27 22:12:44 -04003447 data->res.server = server;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003448 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_COMMIT];
Trond Myklebust9d12b212012-01-17 22:04:25 -05003449 nfs41_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003450}
3451
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003452struct nfs4_renewdata {
3453 struct nfs_client *client;
3454 unsigned long timestamp;
3455};
3456
Linus Torvalds1da177e2005-04-16 15:20:36 -07003457/*
3458 * nfs4_proc_async_renew(): This is not one of the nfs_rpc_ops; it is a special
3459 * standalone procedure for queueing an asynchronous RENEW.
3460 */
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003461static void nfs4_renew_release(void *calldata)
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08003462{
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003463 struct nfs4_renewdata *data = calldata;
3464 struct nfs_client *clp = data->client;
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08003465
Alexandros Batsakis0851de062010-02-05 03:45:06 -08003466 if (atomic_read(&clp->cl_count) > 1)
3467 nfs4_schedule_state_renewal(clp);
3468 nfs_put_client(clp);
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003469 kfree(data);
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08003470}
3471
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003472static void nfs4_renew_done(struct rpc_task *task, void *calldata)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003473{
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003474 struct nfs4_renewdata *data = calldata;
3475 struct nfs_client *clp = data->client;
3476 unsigned long timestamp = data->timestamp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003477
3478 if (task->tk_status < 0) {
Trond Myklebust95baa252009-05-26 14:51:00 -04003479 /* Unless we're shutting down, schedule state recovery! */
Trond Myklebust042b60b2011-08-24 15:07:37 -04003480 if (test_bit(NFS_CS_RENEWD, &clp->cl_res_state) == 0)
3481 return;
3482 if (task->tk_status != NFS4ERR_CB_PATH_DOWN) {
Trond Myklebust0400a6b2011-03-09 16:00:53 -05003483 nfs4_schedule_lease_recovery(clp);
Trond Myklebust042b60b2011-08-24 15:07:37 -04003484 return;
3485 }
3486 nfs4_schedule_path_down_recovery(clp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003487 }
Trond Myklebust452e9352010-07-31 14:29:06 -04003488 do_renew_lease(clp, timestamp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003489}
3490
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003491static const struct rpc_call_ops nfs4_renew_ops = {
3492 .rpc_call_done = nfs4_renew_done,
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08003493 .rpc_release = nfs4_renew_release,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003494};
3495
Trond Myklebust2f60ea62011-08-24 15:07:37 -04003496static int nfs4_proc_async_renew(struct nfs_client *clp, struct rpc_cred *cred, unsigned renew_flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003497{
3498 struct rpc_message msg = {
3499 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
3500 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01003501 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003502 };
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003503 struct nfs4_renewdata *data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003504
Trond Myklebust2f60ea62011-08-24 15:07:37 -04003505 if (renew_flags == 0)
3506 return 0;
Alexandros Batsakis0851de062010-02-05 03:45:06 -08003507 if (!atomic_inc_not_zero(&clp->cl_count))
3508 return -EIO;
Trond Myklebustb569ad32011-08-24 15:07:35 -04003509 data = kmalloc(sizeof(*data), GFP_NOFS);
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003510 if (data == NULL)
3511 return -ENOMEM;
3512 data->client = clp;
3513 data->timestamp = jiffies;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003514 return rpc_call_async(clp->cl_rpcclient, &msg, RPC_TASK_SOFT,
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003515 &nfs4_renew_ops, data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003516}
3517
Trond Myklebust8534d4e2011-08-24 15:07:37 -04003518static int nfs4_proc_renew(struct nfs_client *clp, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003519{
3520 struct rpc_message msg = {
3521 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
3522 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01003523 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003524 };
3525 unsigned long now = jiffies;
3526 int status;
3527
3528 status = rpc_call_sync(clp->cl_rpcclient, &msg, 0);
3529 if (status < 0)
3530 return status;
Trond Myklebust452e9352010-07-31 14:29:06 -04003531 do_renew_lease(clp, now);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003532 return 0;
3533}
3534
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003535static inline int nfs4_server_supports_acls(struct nfs_server *server)
3536{
3537 return (server->caps & NFS_CAP_ACLS)
3538 && (server->acl_bitmask & ACL4_SUPPORT_ALLOW_ACL)
3539 && (server->acl_bitmask & ACL4_SUPPORT_DENY_ACL);
3540}
3541
3542/* Assuming that XATTR_SIZE_MAX is a multiple of PAGE_CACHE_SIZE, and that
3543 * it's OK to put sizeof(void) * (XATTR_SIZE_MAX/PAGE_CACHE_SIZE) bytes on
3544 * the stack.
3545 */
3546#define NFS4ACL_MAXPAGES (XATTR_SIZE_MAX >> PAGE_CACHE_SHIFT)
3547
Neil Hormane9e3d722011-03-04 19:26:03 -05003548static int buf_to_pages_noslab(const void *buf, size_t buflen,
3549 struct page **pages, unsigned int *pgbase)
3550{
3551 struct page *newpage, **spages;
3552 int rc = 0;
3553 size_t len;
3554 spages = pages;
3555
3556 do {
Jovi Zhang43b7c3f2011-03-02 23:19:37 +00003557 len = min_t(size_t, PAGE_CACHE_SIZE, buflen);
Neil Hormane9e3d722011-03-04 19:26:03 -05003558 newpage = alloc_page(GFP_KERNEL);
3559
3560 if (newpage == NULL)
3561 goto unwind;
3562 memcpy(page_address(newpage), buf, len);
3563 buf += len;
3564 buflen -= len;
3565 *pages++ = newpage;
3566 rc++;
3567 } while (buflen != 0);
3568
3569 return rc;
3570
3571unwind:
3572 for(; rc > 0; rc--)
3573 __free_page(spages[rc-1]);
3574 return -ENOMEM;
3575}
3576
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003577struct nfs4_cached_acl {
3578 int cached;
3579 size_t len;
Andrew Morton3e9d4152005-06-22 17:16:28 +00003580 char data[0];
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003581};
3582
3583static void nfs4_set_cached_acl(struct inode *inode, struct nfs4_cached_acl *acl)
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003584{
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003585 struct nfs_inode *nfsi = NFS_I(inode);
3586
3587 spin_lock(&inode->i_lock);
3588 kfree(nfsi->nfs4_acl);
3589 nfsi->nfs4_acl = acl;
3590 spin_unlock(&inode->i_lock);
3591}
3592
3593static void nfs4_zap_acl_attr(struct inode *inode)
3594{
3595 nfs4_set_cached_acl(inode, NULL);
3596}
3597
3598static inline ssize_t nfs4_read_cached_acl(struct inode *inode, char *buf, size_t buflen)
3599{
3600 struct nfs_inode *nfsi = NFS_I(inode);
3601 struct nfs4_cached_acl *acl;
3602 int ret = -ENOENT;
3603
3604 spin_lock(&inode->i_lock);
3605 acl = nfsi->nfs4_acl;
3606 if (acl == NULL)
3607 goto out;
3608 if (buf == NULL) /* user is just asking for length */
3609 goto out_len;
3610 if (acl->cached == 0)
3611 goto out;
3612 ret = -ERANGE; /* see getxattr(2) man page */
3613 if (acl->len > buflen)
3614 goto out;
3615 memcpy(buf, acl->data, acl->len);
3616out_len:
3617 ret = acl->len;
3618out:
3619 spin_unlock(&inode->i_lock);
3620 return ret;
3621}
3622
3623static void nfs4_write_cached_acl(struct inode *inode, const char *buf, size_t acl_len)
3624{
3625 struct nfs4_cached_acl *acl;
3626
3627 if (buf && acl_len <= PAGE_SIZE) {
3628 acl = kmalloc(sizeof(*acl) + acl_len, GFP_KERNEL);
3629 if (acl == NULL)
3630 goto out;
3631 acl->cached = 1;
3632 memcpy(acl->data, buf, acl_len);
3633 } else {
3634 acl = kmalloc(sizeof(*acl), GFP_KERNEL);
3635 if (acl == NULL)
3636 goto out;
3637 acl->cached = 0;
3638 }
3639 acl->len = acl_len;
3640out:
3641 nfs4_set_cached_acl(inode, acl);
3642}
3643
Andy Adamsonbf118a32011-12-07 11:55:27 -05003644/*
3645 * The getxattr API returns the required buffer length when called with a
3646 * NULL buf. The NFSv4 acl tool then calls getxattr again after allocating
3647 * the required buf. On a NULL buf, we send a page of data to the server
3648 * guessing that the ACL request can be serviced by a page. If so, we cache
3649 * up to the page of ACL data, and the 2nd call to getxattr is serviced by
3650 * the cache. If not so, we throw away the page, and cache the required
3651 * length. The next getxattr call will then produce another round trip to
3652 * the server, this time with the input buf of the required size.
3653 */
Trond Myklebust16b42892006-08-24 12:27:15 -04003654static ssize_t __nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003655{
Andy Adamsonbf118a32011-12-07 11:55:27 -05003656 struct page *pages[NFS4ACL_MAXPAGES] = {NULL, };
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003657 struct nfs_getaclargs args = {
3658 .fh = NFS_FH(inode),
3659 .acl_pages = pages,
3660 .acl_len = buflen,
3661 };
Benny Halevy663c79b2009-04-01 09:21:59 -04003662 struct nfs_getaclres res = {
3663 .acl_len = buflen,
3664 };
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003665 void *resp_buf;
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003666 struct rpc_message msg = {
3667 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETACL],
3668 .rpc_argp = &args,
Benny Halevy663c79b2009-04-01 09:21:59 -04003669 .rpc_resp = &res,
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003670 };
Andy Adamsonbf118a32011-12-07 11:55:27 -05003671 int ret = -ENOMEM, npages, i, acl_len = 0;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003672
Andy Adamsonbf118a32011-12-07 11:55:27 -05003673 npages = (buflen + PAGE_SIZE - 1) >> PAGE_SHIFT;
3674 /* As long as we're doing a round trip to the server anyway,
3675 * let's be prepared for a page of acl data. */
3676 if (npages == 0)
3677 npages = 1;
3678
3679 for (i = 0; i < npages; i++) {
3680 pages[i] = alloc_page(GFP_KERNEL);
3681 if (!pages[i])
3682 goto out_free;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003683 }
Andy Adamsonbf118a32011-12-07 11:55:27 -05003684 if (npages > 1) {
3685 /* for decoding across pages */
Trond Myklebust331818f2012-02-03 18:30:53 -05003686 res.acl_scratch = alloc_page(GFP_KERNEL);
3687 if (!res.acl_scratch)
Andy Adamsonbf118a32011-12-07 11:55:27 -05003688 goto out_free;
3689 }
3690 args.acl_len = npages * PAGE_SIZE;
3691 args.acl_pgbase = 0;
3692 /* Let decode_getfacl know not to fail if the ACL data is larger than
3693 * the page we send as a guess */
3694 if (buf == NULL)
3695 res.acl_flags |= NFS4_ACL_LEN_REQUEST;
3696 resp_buf = page_address(pages[0]);
3697
Peng Taode040be2012-01-10 22:42:47 +08003698 dprintk("%s buf %p buflen %zu npages %d args.acl_len %zu\n",
Andy Adamsonbf118a32011-12-07 11:55:27 -05003699 __func__, buf, buflen, npages, args.acl_len);
3700 ret = nfs4_call_sync(NFS_SERVER(inode)->client, NFS_SERVER(inode),
3701 &msg, &args.seq_args, &res.seq_res, 0);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003702 if (ret)
3703 goto out_free;
Andy Adamsonbf118a32011-12-07 11:55:27 -05003704
3705 acl_len = res.acl_len - res.acl_data_offset;
3706 if (acl_len > args.acl_len)
3707 nfs4_write_cached_acl(inode, NULL, acl_len);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003708 else
Andy Adamsonbf118a32011-12-07 11:55:27 -05003709 nfs4_write_cached_acl(inode, resp_buf + res.acl_data_offset,
3710 acl_len);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003711 if (buf) {
3712 ret = -ERANGE;
Andy Adamsonbf118a32011-12-07 11:55:27 -05003713 if (acl_len > buflen)
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003714 goto out_free;
Andy Adamsonbf118a32011-12-07 11:55:27 -05003715 _copy_from_pages(buf, pages, res.acl_data_offset,
Sachin Prabhu20e0fa92012-03-22 16:46:28 +00003716 acl_len);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003717 }
Andy Adamsonbf118a32011-12-07 11:55:27 -05003718 ret = acl_len;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003719out_free:
Andy Adamsonbf118a32011-12-07 11:55:27 -05003720 for (i = 0; i < npages; i++)
3721 if (pages[i])
3722 __free_page(pages[i]);
Trond Myklebust331818f2012-02-03 18:30:53 -05003723 if (res.acl_scratch)
3724 __free_page(res.acl_scratch);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003725 return ret;
3726}
3727
Trond Myklebust16b42892006-08-24 12:27:15 -04003728static ssize_t nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
3729{
3730 struct nfs4_exception exception = { };
3731 ssize_t ret;
3732 do {
3733 ret = __nfs4_get_acl_uncached(inode, buf, buflen);
3734 if (ret >= 0)
3735 break;
3736 ret = nfs4_handle_exception(NFS_SERVER(inode), ret, &exception);
3737 } while (exception.retry);
3738 return ret;
3739}
3740
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003741static ssize_t nfs4_proc_get_acl(struct inode *inode, void *buf, size_t buflen)
3742{
3743 struct nfs_server *server = NFS_SERVER(inode);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003744 int ret;
3745
3746 if (!nfs4_server_supports_acls(server))
3747 return -EOPNOTSUPP;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003748 ret = nfs_revalidate_inode(server, inode);
3749 if (ret < 0)
3750 return ret;
Aneesh Kumar K.V08a22b32010-12-01 10:42:16 +00003751 if (NFS_I(inode)->cache_validity & NFS_INO_INVALID_ACL)
3752 nfs_zap_acl_cache(inode);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003753 ret = nfs4_read_cached_acl(inode, buf, buflen);
3754 if (ret != -ENOENT)
Andy Adamsonbf118a32011-12-07 11:55:27 -05003755 /* -ENOENT is returned if there is no ACL or if there is an ACL
3756 * but no cached acl data, just the acl length */
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003757 return ret;
3758 return nfs4_get_acl_uncached(inode, buf, buflen);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003759}
3760
Trond Myklebust16b42892006-08-24 12:27:15 -04003761static int __nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003762{
3763 struct nfs_server *server = NFS_SERVER(inode);
3764 struct page *pages[NFS4ACL_MAXPAGES];
3765 struct nfs_setaclargs arg = {
3766 .fh = NFS_FH(inode),
3767 .acl_pages = pages,
3768 .acl_len = buflen,
3769 };
Benny Halevy73c403a2009-04-01 09:22:01 -04003770 struct nfs_setaclres res;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003771 struct rpc_message msg = {
3772 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETACL],
3773 .rpc_argp = &arg,
Benny Halevy73c403a2009-04-01 09:22:01 -04003774 .rpc_resp = &res,
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003775 };
Neil Hormane9e3d722011-03-04 19:26:03 -05003776 int ret, i;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003777
3778 if (!nfs4_server_supports_acls(server))
3779 return -EOPNOTSUPP;
Neil Hormane9e3d722011-03-04 19:26:03 -05003780 i = buf_to_pages_noslab(buf, buflen, arg.acl_pages, &arg.acl_pgbase);
3781 if (i < 0)
3782 return i;
Trond Myklebust642ac542005-10-18 14:20:19 -07003783 nfs_inode_return_delegation(inode);
Bryan Schumaker7c513052011-03-24 17:12:24 +00003784 ret = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Neil Hormane9e3d722011-03-04 19:26:03 -05003785
3786 /*
3787 * Free each page after tx, so the only ref left is
3788 * held by the network stack
3789 */
3790 for (; i > 0; i--)
3791 put_page(pages[i-1]);
3792
Aneesh Kumar K.V08a22b32010-12-01 10:42:16 +00003793 /*
3794 * Acl update can result in inode attribute update.
3795 * so mark the attribute cache invalid.
3796 */
3797 spin_lock(&inode->i_lock);
3798 NFS_I(inode)->cache_validity |= NFS_INO_INVALID_ATTR;
3799 spin_unlock(&inode->i_lock);
Trond Myklebustf41f7412008-06-11 17:39:04 -04003800 nfs_access_zap_cache(inode);
3801 nfs_zap_acl_cache(inode);
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003802 return ret;
3803}
3804
Trond Myklebust16b42892006-08-24 12:27:15 -04003805static int nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
3806{
3807 struct nfs4_exception exception = { };
3808 int err;
3809 do {
3810 err = nfs4_handle_exception(NFS_SERVER(inode),
3811 __nfs4_proc_set_acl(inode, buf, buflen),
3812 &exception);
3813 } while (exception.retry);
3814 return err;
3815}
3816
Linus Torvalds1da177e2005-04-16 15:20:36 -07003817static int
Trond Myklebustaa5190d2010-06-16 09:52:25 -04003818nfs4_async_handle_error(struct rpc_task *task, const struct nfs_server *server, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003819{
Trond Myklebustaa5190d2010-06-16 09:52:25 -04003820 struct nfs_client *clp = server->nfs_client;
3821
3822 if (task->tk_status >= 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003823 return 0;
3824 switch(task->tk_status) {
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05003825 case -NFS4ERR_DELEG_REVOKED:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05003826 case -NFS4ERR_ADMIN_REVOKED:
3827 case -NFS4ERR_BAD_STATEID:
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05003828 if (state != NULL)
3829 nfs_remove_bad_delegation(state->inode);
Trond Myklebust9e33bed2008-12-23 15:21:46 -05003830 case -NFS4ERR_OPENMODE:
3831 if (state == NULL)
3832 break;
Trond Myklebust0400a6b2011-03-09 16:00:53 -05003833 nfs4_schedule_stateid_recovery(server, state);
3834 goto wait_on_recovery;
Trond Myklebust0ced63d2011-05-26 14:26:35 -04003835 case -NFS4ERR_EXPIRED:
3836 if (state != NULL)
3837 nfs4_schedule_stateid_recovery(server, state);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003838 case -NFS4ERR_STALE_STATEID:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05003839 case -NFS4ERR_STALE_CLIENTID:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05003840 nfs4_schedule_lease_recovery(clp);
3841 goto wait_on_recovery;
Andy Adamson4745e312009-04-01 09:22:42 -04003842#if defined(CONFIG_NFS_V4_1)
3843 case -NFS4ERR_BADSESSION:
3844 case -NFS4ERR_BADSLOT:
3845 case -NFS4ERR_BAD_HIGH_SLOT:
3846 case -NFS4ERR_DEADSESSION:
3847 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
3848 case -NFS4ERR_SEQ_FALSE_RETRY:
3849 case -NFS4ERR_SEQ_MISORDERED:
3850 dprintk("%s ERROR %d, Reset session\n", __func__,
3851 task->tk_status);
Trond Myklebust0400a6b2011-03-09 16:00:53 -05003852 nfs4_schedule_session_recovery(clp->cl_session);
Andy Adamson4745e312009-04-01 09:22:42 -04003853 task->tk_status = 0;
3854 return -EAGAIN;
3855#endif /* CONFIG_NFS_V4_1 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003856 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04003857 nfs_inc_server_stats(server, NFSIOS_DELAY);
Chuck Lever006ea732006-03-20 13:44:14 -05003858 case -NFS4ERR_GRACE:
Jeff Layton2c643482010-01-07 09:42:03 -05003859 case -EKEYEXPIRED:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003860 rpc_delay(task, NFS4_POLL_RETRY_MAX);
3861 task->tk_status = 0;
3862 return -EAGAIN;
Andy Adamsona8a4ae32011-05-03 13:43:03 -04003863 case -NFS4ERR_RETRY_UNCACHED_REP:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003864 case -NFS4ERR_OLD_STATEID:
3865 task->tk_status = 0;
3866 return -EAGAIN;
3867 }
3868 task->tk_status = nfs4_map_errors(task->tk_status);
3869 return 0;
Trond Myklebust0400a6b2011-03-09 16:00:53 -05003870wait_on_recovery:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05003871 rpc_sleep_on(&clp->cl_rpcwaitq, task, NULL);
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05003872 if (test_bit(NFS4CLNT_MANAGER_RUNNING, &clp->cl_state) == 0)
3873 rpc_wake_up_queued_task(&clp->cl_rpcwaitq, task);
3874 task->tk_status = 0;
3875 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003876}
3877
Chuck Levercd937102012-03-02 17:14:31 -05003878static void nfs4_construct_boot_verifier(struct nfs_client *clp,
3879 nfs4_verifier *bootverf)
3880{
3881 __be32 verf[2];
3882
3883 verf[0] = htonl((u32)clp->cl_boot_time.tv_sec);
3884 verf[1] = htonl((u32)clp->cl_boot_time.tv_nsec);
3885 memcpy(bootverf->data, verf, sizeof(bootverf->data));
3886}
3887
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04003888int nfs4_proc_setclientid(struct nfs_client *clp, u32 program,
3889 unsigned short port, struct rpc_cred *cred,
3890 struct nfs4_setclientid_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003891{
3892 nfs4_verifier sc_verifier;
3893 struct nfs4_setclientid setclientid = {
3894 .sc_verifier = &sc_verifier,
3895 .sc_prog = program,
Andy Adamsonf4eecd52011-01-06 02:04:30 +00003896 .sc_cb_ident = clp->cl_cb_ident,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003897 };
3898 struct rpc_message msg = {
3899 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID],
3900 .rpc_argp = &setclientid,
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04003901 .rpc_resp = res,
Trond Myklebust286d7d62006-01-03 09:55:26 +01003902 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003903 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003904 int loop = 0;
3905 int status;
3906
Chuck Levercd937102012-03-02 17:14:31 -05003907 nfs4_construct_boot_verifier(clp, &sc_verifier);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003908
3909 for(;;) {
Trond Myklebust2446ab62012-03-01 17:00:56 -05003910 rcu_read_lock();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003911 setclientid.sc_name_len = scnprintf(setclientid.sc_name,
Trond Myklebust69dd7162007-12-14 14:56:07 -05003912 sizeof(setclientid.sc_name), "%s/%s %s %s %u",
Chuck Leverd4d3c502007-12-10 14:57:09 -05003913 clp->cl_ipaddr,
3914 rpc_peeraddr2str(clp->cl_rpcclient,
3915 RPC_DISPLAY_ADDR),
Trond Myklebust69dd7162007-12-14 14:56:07 -05003916 rpc_peeraddr2str(clp->cl_rpcclient,
3917 RPC_DISPLAY_PROTO),
Trond Myklebust78ea3232008-04-07 20:49:28 -04003918 clp->cl_rpcclient->cl_auth->au_ops->au_name,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003919 clp->cl_id_uniquifier);
3920 setclientid.sc_netid_len = scnprintf(setclientid.sc_netid,
Chuck Leverd4d3c502007-12-10 14:57:09 -05003921 sizeof(setclientid.sc_netid),
3922 rpc_peeraddr2str(clp->cl_rpcclient,
3923 RPC_DISPLAY_NETID));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003924 setclientid.sc_uaddr_len = scnprintf(setclientid.sc_uaddr,
Chuck Leverd4d3c502007-12-10 14:57:09 -05003925 sizeof(setclientid.sc_uaddr), "%s.%u.%u",
Linus Torvalds1da177e2005-04-16 15:20:36 -07003926 clp->cl_ipaddr, port >> 8, port & 255);
Trond Myklebust2446ab62012-03-01 17:00:56 -05003927 rcu_read_unlock();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003928
Trond Myklebust1bd714f2011-04-24 14:29:33 -04003929 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003930 if (status != -NFS4ERR_CLID_INUSE)
3931 break;
Trond Myklebustfd954ae2011-04-24 14:28:18 -04003932 if (loop != 0) {
3933 ++clp->cl_id_uniquifier;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003934 break;
Trond Myklebustfd954ae2011-04-24 14:28:18 -04003935 }
3936 ++loop;
3937 ssleep(clp->cl_lease_time / HZ + 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003938 }
3939 return status;
3940}
3941
Trond Myklebustfd954ae2011-04-24 14:28:18 -04003942int nfs4_proc_setclientid_confirm(struct nfs_client *clp,
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04003943 struct nfs4_setclientid_res *arg,
3944 struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003945{
3946 struct nfs_fsinfo fsinfo;
3947 struct rpc_message msg = {
3948 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID_CONFIRM],
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04003949 .rpc_argp = arg,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003950 .rpc_resp = &fsinfo,
Trond Myklebust286d7d62006-01-03 09:55:26 +01003951 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003952 };
3953 unsigned long now;
3954 int status;
3955
3956 now = jiffies;
Trond Myklebust1bd714f2011-04-24 14:29:33 -04003957 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003958 if (status == 0) {
3959 spin_lock(&clp->cl_lock);
3960 clp->cl_lease_time = fsinfo.lease_time * HZ;
3961 clp->cl_last_renewal = now;
3962 spin_unlock(&clp->cl_lock);
3963 }
3964 return status;
3965}
3966
Trond Myklebustfe650402006-01-03 09:55:18 +01003967struct nfs4_delegreturndata {
3968 struct nfs4_delegreturnargs args;
Trond Myklebustfa178f22006-01-03 09:55:38 +01003969 struct nfs4_delegreturnres res;
Trond Myklebustfe650402006-01-03 09:55:18 +01003970 struct nfs_fh fh;
3971 nfs4_stateid stateid;
Trond Myklebust26e976a2006-01-03 09:55:21 +01003972 unsigned long timestamp;
Trond Myklebustfa178f22006-01-03 09:55:38 +01003973 struct nfs_fattr fattr;
Trond Myklebustfe650402006-01-03 09:55:18 +01003974 int rpc_status;
3975};
3976
Trond Myklebustfe650402006-01-03 09:55:18 +01003977static void nfs4_delegreturn_done(struct rpc_task *task, void *calldata)
3978{
3979 struct nfs4_delegreturndata *data = calldata;
Andy Adamson938e1012009-04-01 09:22:28 -04003980
Trond Myklebust14516c32010-07-31 14:29:06 -04003981 if (!nfs4_sequence_done(task, &data->res.seq_res))
3982 return;
Andy Adamson938e1012009-04-01 09:22:28 -04003983
Ricardo Labiaga79708862009-12-07 09:23:21 -05003984 switch (task->tk_status) {
3985 case -NFS4ERR_STALE_STATEID:
3986 case -NFS4ERR_EXPIRED:
3987 case 0:
Trond Myklebustfa178f22006-01-03 09:55:38 +01003988 renew_lease(data->res.server, data->timestamp);
Ricardo Labiaga79708862009-12-07 09:23:21 -05003989 break;
3990 default:
3991 if (nfs4_async_handle_error(task, data->res.server, NULL) ==
3992 -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07003993 rpc_restart_call_prepare(task);
Ricardo Labiaga79708862009-12-07 09:23:21 -05003994 return;
3995 }
3996 }
3997 data->rpc_status = task->tk_status;
Trond Myklebustfe650402006-01-03 09:55:18 +01003998}
3999
4000static void nfs4_delegreturn_release(void *calldata)
4001{
Trond Myklebustfe650402006-01-03 09:55:18 +01004002 kfree(calldata);
4003}
4004
Andy Adamson938e1012009-04-01 09:22:28 -04004005#if defined(CONFIG_NFS_V4_1)
4006static void nfs4_delegreturn_prepare(struct rpc_task *task, void *data)
4007{
4008 struct nfs4_delegreturndata *d_data;
4009
4010 d_data = (struct nfs4_delegreturndata *)data;
4011
Trond Myklebust035168a2010-06-16 09:52:26 -04004012 if (nfs4_setup_sequence(d_data->res.server,
Andy Adamson938e1012009-04-01 09:22:28 -04004013 &d_data->args.seq_args,
Trond Myklebust9d12b212012-01-17 22:04:25 -05004014 &d_data->res.seq_res, task))
Andy Adamson938e1012009-04-01 09:22:28 -04004015 return;
4016 rpc_call_start(task);
4017}
4018#endif /* CONFIG_NFS_V4_1 */
4019
Jesper Juhlc8d149f2006-03-20 13:44:07 -05004020static const struct rpc_call_ops nfs4_delegreturn_ops = {
Andy Adamson938e1012009-04-01 09:22:28 -04004021#if defined(CONFIG_NFS_V4_1)
4022 .rpc_call_prepare = nfs4_delegreturn_prepare,
4023#endif /* CONFIG_NFS_V4_1 */
Trond Myklebustfe650402006-01-03 09:55:18 +01004024 .rpc_call_done = nfs4_delegreturn_done,
4025 .rpc_release = nfs4_delegreturn_release,
4026};
4027
Trond Myklebuste6f81072008-01-24 18:14:34 -05004028static int _nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Trond Myklebustfe650402006-01-03 09:55:18 +01004029{
4030 struct nfs4_delegreturndata *data;
Trond Myklebustfa178f22006-01-03 09:55:38 +01004031 struct nfs_server *server = NFS_SERVER(inode);
Trond Myklebustfe650402006-01-03 09:55:18 +01004032 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04004033 struct rpc_message msg = {
4034 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DELEGRETURN],
4035 .rpc_cred = cred,
4036 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04004037 struct rpc_task_setup task_setup_data = {
4038 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04004039 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04004040 .callback_ops = &nfs4_delegreturn_ops,
4041 .flags = RPC_TASK_ASYNC,
4042 };
Trond Myklebuste6f81072008-01-24 18:14:34 -05004043 int status = 0;
Trond Myklebustfe650402006-01-03 09:55:18 +01004044
Trond Myklebust8535b2b2010-05-13 12:51:01 -04004045 data = kzalloc(sizeof(*data), GFP_NOFS);
Trond Myklebustfe650402006-01-03 09:55:18 +01004046 if (data == NULL)
4047 return -ENOMEM;
Trond Myklebust9d12b212012-01-17 22:04:25 -05004048 nfs41_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Trond Myklebustfe650402006-01-03 09:55:18 +01004049 data->args.fhandle = &data->fh;
4050 data->args.stateid = &data->stateid;
Trond Myklebustfa178f22006-01-03 09:55:38 +01004051 data->args.bitmask = server->attr_bitmask;
Trond Myklebustfe650402006-01-03 09:55:18 +01004052 nfs_copy_fh(&data->fh, NFS_FH(inode));
Trond Myklebustf597c532012-03-04 18:13:56 -05004053 nfs4_stateid_copy(&data->stateid, stateid);
Trond Myklebustfa178f22006-01-03 09:55:38 +01004054 data->res.fattr = &data->fattr;
4055 data->res.server = server;
Trond Myklebust5138fde2007-07-14 15:40:01 -04004056 nfs_fattr_init(data->res.fattr);
Trond Myklebust26e976a2006-01-03 09:55:21 +01004057 data->timestamp = jiffies;
Trond Myklebustfe650402006-01-03 09:55:18 +01004058 data->rpc_status = 0;
4059
Trond Myklebustc970aa82007-07-14 15:39:59 -04004060 task_setup_data.callback_data = data;
Trond Myklebust1174dd12010-12-21 10:52:24 -05004061 msg.rpc_argp = &data->args;
4062 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04004063 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05004064 if (IS_ERR(task))
Trond Myklebustfe650402006-01-03 09:55:18 +01004065 return PTR_ERR(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05004066 if (!issync)
4067 goto out;
Trond Myklebustfe650402006-01-03 09:55:18 +01004068 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05004069 if (status != 0)
4070 goto out;
4071 status = data->rpc_status;
4072 if (status != 0)
4073 goto out;
4074 nfs_refresh_inode(inode, &data->fattr);
4075out:
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05004076 rpc_put_task(task);
Trond Myklebustfe650402006-01-03 09:55:18 +01004077 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004078}
4079
Trond Myklebuste6f81072008-01-24 18:14:34 -05004080int nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004081{
4082 struct nfs_server *server = NFS_SERVER(inode);
4083 struct nfs4_exception exception = { };
4084 int err;
4085 do {
Trond Myklebuste6f81072008-01-24 18:14:34 -05004086 err = _nfs4_proc_delegreturn(inode, cred, stateid, issync);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004087 switch (err) {
4088 case -NFS4ERR_STALE_STATEID:
4089 case -NFS4ERR_EXPIRED:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004090 case 0:
4091 return 0;
4092 }
4093 err = nfs4_handle_exception(server, err, &exception);
4094 } while (exception.retry);
4095 return err;
4096}
4097
4098#define NFS4_LOCK_MINTIMEOUT (1 * HZ)
4099#define NFS4_LOCK_MAXTIMEOUT (30 * HZ)
4100
4101/*
4102 * sleep, with exponential backoff, and retry the LOCK operation.
4103 */
4104static unsigned long
4105nfs4_set_lock_task_retry(unsigned long timeout)
4106{
Jeff Laytond3103102011-12-01 22:44:39 +01004107 freezable_schedule_timeout_killable(timeout);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004108 timeout <<= 1;
4109 if (timeout > NFS4_LOCK_MAXTIMEOUT)
4110 return NFS4_LOCK_MAXTIMEOUT;
4111 return timeout;
4112}
4113
Linus Torvalds1da177e2005-04-16 15:20:36 -07004114static int _nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
4115{
4116 struct inode *inode = state->inode;
4117 struct nfs_server *server = NFS_SERVER(inode);
David Howells7539bba2006-08-22 20:06:09 -04004118 struct nfs_client *clp = server->nfs_client;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004119 struct nfs_lockt_args arg = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004120 .fh = NFS_FH(inode),
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004121 .fl = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004122 };
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004123 struct nfs_lockt_res res = {
4124 .denied = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004125 };
4126 struct rpc_message msg = {
4127 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKT],
4128 .rpc_argp = &arg,
4129 .rpc_resp = &res,
4130 .rpc_cred = state->owner->so_cred,
4131 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07004132 struct nfs4_lock_state *lsp;
4133 int status;
4134
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004135 arg.lock_owner.clientid = clp->cl_clientid;
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00004136 status = nfs4_set_lock_state(state, request);
4137 if (status != 0)
4138 goto out;
4139 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebust48c22eb2012-01-17 22:04:25 -05004140 arg.lock_owner.id = lsp->ls_seqid.owner_id;
Trond Myklebustd035c362010-12-21 10:45:27 -05004141 arg.lock_owner.s_dev = server->s_dev;
Bryan Schumaker7c513052011-03-24 17:12:24 +00004142 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004143 switch (status) {
4144 case 0:
4145 request->fl_type = F_UNLCK;
4146 break;
4147 case -NFS4ERR_DENIED:
4148 status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004149 }
J. Bruce Fields70cc6482007-02-22 18:48:53 -05004150 request->fl_ops->fl_release_private(request);
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00004151out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004152 return status;
4153}
4154
4155static int nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
4156{
4157 struct nfs4_exception exception = { };
4158 int err;
4159
4160 do {
4161 err = nfs4_handle_exception(NFS_SERVER(state->inode),
4162 _nfs4_proc_getlk(state, cmd, request),
4163 &exception);
4164 } while (exception.retry);
4165 return err;
4166}
4167
4168static int do_vfs_lock(struct file *file, struct file_lock *fl)
4169{
4170 int res = 0;
4171 switch (fl->fl_flags & (FL_POSIX|FL_FLOCK)) {
4172 case FL_POSIX:
4173 res = posix_lock_file_wait(file, fl);
4174 break;
4175 case FL_FLOCK:
4176 res = flock_lock_file_wait(file, fl);
4177 break;
4178 default:
4179 BUG();
4180 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004181 return res;
4182}
4183
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004184struct nfs4_unlockdata {
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004185 struct nfs_locku_args arg;
4186 struct nfs_locku_res res;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004187 struct nfs4_lock_state *lsp;
4188 struct nfs_open_context *ctx;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004189 struct file_lock fl;
4190 const struct nfs_server *server;
Trond Myklebust26e976a2006-01-03 09:55:21 +01004191 unsigned long timestamp;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004192};
4193
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004194static struct nfs4_unlockdata *nfs4_alloc_unlockdata(struct file_lock *fl,
4195 struct nfs_open_context *ctx,
4196 struct nfs4_lock_state *lsp,
4197 struct nfs_seqid *seqid)
4198{
4199 struct nfs4_unlockdata *p;
4200 struct inode *inode = lsp->ls_state->inode;
4201
Trond Myklebust8535b2b2010-05-13 12:51:01 -04004202 p = kzalloc(sizeof(*p), GFP_NOFS);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004203 if (p == NULL)
4204 return NULL;
4205 p->arg.fh = NFS_FH(inode);
4206 p->arg.fl = &p->fl;
4207 p->arg.seqid = seqid;
Trond Myklebustc1d51932008-04-07 13:20:54 -04004208 p->res.seqid = seqid;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004209 p->arg.stateid = &lsp->ls_stateid;
4210 p->lsp = lsp;
4211 atomic_inc(&lsp->ls_count);
4212 /* Ensure we don't close file until we're done freeing locks! */
4213 p->ctx = get_nfs_open_context(ctx);
4214 memcpy(&p->fl, fl, sizeof(p->fl));
4215 p->server = NFS_SERVER(inode);
4216 return p;
4217}
4218
Trond Myklebust06f814a2006-01-03 09:55:07 +01004219static void nfs4_locku_release_calldata(void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004220{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004221 struct nfs4_unlockdata *calldata = data;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004222 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust06f814a2006-01-03 09:55:07 +01004223 nfs4_put_lock_state(calldata->lsp);
4224 put_nfs_open_context(calldata->ctx);
4225 kfree(calldata);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004226}
4227
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004228static void nfs4_locku_done(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004229{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004230 struct nfs4_unlockdata *calldata = data;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004231
Trond Myklebust14516c32010-07-31 14:29:06 -04004232 if (!nfs4_sequence_done(task, &calldata->res.seq_res))
4233 return;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004234 switch (task->tk_status) {
4235 case 0:
Trond Myklebustf597c532012-03-04 18:13:56 -05004236 nfs4_stateid_copy(&calldata->lsp->ls_stateid,
4237 &calldata->res.stateid);
Trond Myklebust26e976a2006-01-03 09:55:21 +01004238 renew_lease(calldata->server, calldata->timestamp);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004239 break;
Trond Myklebust9e33bed2008-12-23 15:21:46 -05004240 case -NFS4ERR_BAD_STATEID:
4241 case -NFS4ERR_OLD_STATEID:
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004242 case -NFS4ERR_STALE_STATEID:
4243 case -NFS4ERR_EXPIRED:
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004244 break;
4245 default:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05004246 if (nfs4_async_handle_error(task, calldata->server, NULL) == -EAGAIN)
Trond Myklebustd00c5d42011-10-19 12:17:29 -07004247 rpc_restart_call_prepare(task);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004248 }
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004249}
4250
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01004251static void nfs4_locku_prepare(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004252{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01004253 struct nfs4_unlockdata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004254
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004255 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004256 return;
4257 if ((calldata->lsp->ls_flags & NFS_LOCK_INITIALIZED) == 0) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004258 /* Note: exit _without_ running nfs4_locku_done */
4259 task->tk_action = NULL;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004260 return;
4261 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01004262 calldata->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04004263 if (nfs4_setup_sequence(calldata->server,
Andy Adamsona8936932009-04-01 09:22:23 -04004264 &calldata->arg.seq_args,
Trond Myklebust9d12b212012-01-17 22:04:25 -05004265 &calldata->res.seq_res, task))
Andy Adamsona8936932009-04-01 09:22:23 -04004266 return;
Trond Myklebust5138fde2007-07-14 15:40:01 -04004267 rpc_call_start(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004268}
4269
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004270static const struct rpc_call_ops nfs4_locku_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01004271 .rpc_call_prepare = nfs4_locku_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004272 .rpc_call_done = nfs4_locku_done,
Trond Myklebust06f814a2006-01-03 09:55:07 +01004273 .rpc_release = nfs4_locku_release_calldata,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004274};
4275
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004276static struct rpc_task *nfs4_do_unlck(struct file_lock *fl,
4277 struct nfs_open_context *ctx,
4278 struct nfs4_lock_state *lsp,
4279 struct nfs_seqid *seqid)
4280{
4281 struct nfs4_unlockdata *data;
Trond Myklebust5138fde2007-07-14 15:40:01 -04004282 struct rpc_message msg = {
4283 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKU],
4284 .rpc_cred = ctx->cred,
4285 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04004286 struct rpc_task_setup task_setup_data = {
4287 .rpc_client = NFS_CLIENT(lsp->ls_state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04004288 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04004289 .callback_ops = &nfs4_locku_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05004290 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04004291 .flags = RPC_TASK_ASYNC,
4292 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004293
Frank Filz137d6ac2007-07-09 15:32:29 -07004294 /* Ensure this is an unlock - when canceling a lock, the
4295 * canceled lock is passed in, and it won't be an unlock.
4296 */
4297 fl->fl_type = F_UNLCK;
4298
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004299 data = nfs4_alloc_unlockdata(fl, ctx, lsp, seqid);
4300 if (data == NULL) {
4301 nfs_free_seqid(seqid);
4302 return ERR_PTR(-ENOMEM);
4303 }
4304
Trond Myklebust9d12b212012-01-17 22:04:25 -05004305 nfs41_init_sequence(&data->arg.seq_args, &data->res.seq_res, 1);
Trond Myklebust1174dd12010-12-21 10:52:24 -05004306 msg.rpc_argp = &data->arg;
4307 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04004308 task_setup_data.callback_data = data;
4309 return rpc_run_task(&task_setup_data);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004310}
4311
Linus Torvalds1da177e2005-04-16 15:20:36 -07004312static int nfs4_proc_unlck(struct nfs4_state *state, int cmd, struct file_lock *request)
4313{
Trond Myklebust19e03c52008-12-23 15:21:44 -05004314 struct nfs_inode *nfsi = NFS_I(state->inode);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004315 struct nfs_seqid *seqid;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004316 struct nfs4_lock_state *lsp;
Trond Myklebust06f814a2006-01-03 09:55:07 +01004317 struct rpc_task *task;
4318 int status = 0;
Trond Myklebust536ff0f2008-04-04 15:08:02 -04004319 unsigned char fl_flags = request->fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004320
Trond Myklebust9b073572006-06-29 16:38:34 -04004321 status = nfs4_set_lock_state(state, request);
4322 /* Unlock _before_ we do the RPC call */
4323 request->fl_flags |= FL_EXISTS;
Trond Myklebust19e03c52008-12-23 15:21:44 -05004324 down_read(&nfsi->rwsem);
4325 if (do_vfs_lock(request->fl_file, request) == -ENOENT) {
4326 up_read(&nfsi->rwsem);
Trond Myklebust9b073572006-06-29 16:38:34 -04004327 goto out;
Trond Myklebust19e03c52008-12-23 15:21:44 -05004328 }
4329 up_read(&nfsi->rwsem);
Trond Myklebust9b073572006-06-29 16:38:34 -04004330 if (status != 0)
4331 goto out;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004332 /* Is this a delegated lock? */
4333 if (test_bit(NFS_DELEGATED_STATE, &state->flags))
Trond Myklebust9b073572006-06-29 16:38:34 -04004334 goto out;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004335 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebust8535b2b2010-05-13 12:51:01 -04004336 seqid = nfs_alloc_seqid(&lsp->ls_seqid, GFP_KERNEL);
Trond Myklebust9b073572006-06-29 16:38:34 -04004337 status = -ENOMEM;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004338 if (seqid == NULL)
Trond Myklebust9b073572006-06-29 16:38:34 -04004339 goto out;
Trond Myklebustcd3758e2007-08-10 17:44:32 -04004340 task = nfs4_do_unlck(request, nfs_file_open_context(request->fl_file), lsp, seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004341 status = PTR_ERR(task);
4342 if (IS_ERR(task))
Trond Myklebust9b073572006-06-29 16:38:34 -04004343 goto out;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004344 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05004345 rpc_put_task(task);
Trond Myklebust9b073572006-06-29 16:38:34 -04004346out:
Trond Myklebust536ff0f2008-04-04 15:08:02 -04004347 request->fl_flags = fl_flags;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004348 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004349}
4350
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004351struct nfs4_lockdata {
4352 struct nfs_lock_args arg;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004353 struct nfs_lock_res res;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004354 struct nfs4_lock_state *lsp;
4355 struct nfs_open_context *ctx;
4356 struct file_lock fl;
Trond Myklebust26e976a2006-01-03 09:55:21 +01004357 unsigned long timestamp;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004358 int rpc_status;
4359 int cancelled;
Andy Adamson66179ef2009-04-01 09:22:22 -04004360 struct nfs_server *server;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004361};
4362
4363static struct nfs4_lockdata *nfs4_alloc_lockdata(struct file_lock *fl,
Trond Myklebust8535b2b2010-05-13 12:51:01 -04004364 struct nfs_open_context *ctx, struct nfs4_lock_state *lsp,
4365 gfp_t gfp_mask)
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004366{
4367 struct nfs4_lockdata *p;
4368 struct inode *inode = lsp->ls_state->inode;
4369 struct nfs_server *server = NFS_SERVER(inode);
4370
Trond Myklebust8535b2b2010-05-13 12:51:01 -04004371 p = kzalloc(sizeof(*p), gfp_mask);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004372 if (p == NULL)
4373 return NULL;
4374
4375 p->arg.fh = NFS_FH(inode);
4376 p->arg.fl = &p->fl;
Trond Myklebust8535b2b2010-05-13 12:51:01 -04004377 p->arg.open_seqid = nfs_alloc_seqid(&lsp->ls_state->owner->so_seqid, gfp_mask);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05004378 if (p->arg.open_seqid == NULL)
4379 goto out_free;
Trond Myklebust8535b2b2010-05-13 12:51:01 -04004380 p->arg.lock_seqid = nfs_alloc_seqid(&lsp->ls_seqid, gfp_mask);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004381 if (p->arg.lock_seqid == NULL)
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05004382 goto out_free_seqid;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004383 p->arg.lock_stateid = &lsp->ls_stateid;
David Howells7539bba2006-08-22 20:06:09 -04004384 p->arg.lock_owner.clientid = server->nfs_client->cl_clientid;
Trond Myklebust48c22eb2012-01-17 22:04:25 -05004385 p->arg.lock_owner.id = lsp->ls_seqid.owner_id;
Trond Myklebustd035c362010-12-21 10:45:27 -05004386 p->arg.lock_owner.s_dev = server->s_dev;
Trond Myklebustc1d51932008-04-07 13:20:54 -04004387 p->res.lock_seqid = p->arg.lock_seqid;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004388 p->lsp = lsp;
Andy Adamson66179ef2009-04-01 09:22:22 -04004389 p->server = server;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004390 atomic_inc(&lsp->ls_count);
4391 p->ctx = get_nfs_open_context(ctx);
4392 memcpy(&p->fl, fl, sizeof(p->fl));
4393 return p;
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05004394out_free_seqid:
4395 nfs_free_seqid(p->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004396out_free:
4397 kfree(p);
4398 return NULL;
4399}
4400
4401static void nfs4_lock_prepare(struct rpc_task *task, void *calldata)
4402{
4403 struct nfs4_lockdata *data = calldata;
4404 struct nfs4_state *state = data->lsp->ls_state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004405
Harvey Harrison3110ff82008-05-02 13:42:44 -07004406 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05004407 if (nfs_wait_on_sequence(data->arg.lock_seqid, task) != 0)
4408 return;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004409 /* Do we need to do an open_to_lock_owner? */
4410 if (!(data->arg.lock_seqid->sequence->flags & NFS_SEQID_CONFIRMED)) {
Trond Myklebuste6e21972008-01-02 16:27:16 -05004411 if (nfs_wait_on_sequence(data->arg.open_seqid, task) != 0)
4412 return;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004413 data->arg.open_stateid = &state->stateid;
4414 data->arg.new_lock_owner = 1;
Trond Myklebustc1d51932008-04-07 13:20:54 -04004415 data->res.open_seqid = data->arg.open_seqid;
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05004416 } else
4417 data->arg.new_lock_owner = 0;
Trond Myklebust26e976a2006-01-03 09:55:21 +01004418 data->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04004419 if (nfs4_setup_sequence(data->server,
4420 &data->arg.seq_args,
Trond Myklebust9d12b212012-01-17 22:04:25 -05004421 &data->res.seq_res, task))
Andy Adamson66179ef2009-04-01 09:22:22 -04004422 return;
Trond Myklebust5138fde2007-07-14 15:40:01 -04004423 rpc_call_start(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07004424 dprintk("%s: done!, ret = %d\n", __func__, data->rpc_status);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004425}
4426
Alexandros Batsakisb2579572009-12-14 21:27:57 -08004427static void nfs4_recover_lock_prepare(struct rpc_task *task, void *calldata)
4428{
4429 rpc_task_set_priority(task, RPC_PRIORITY_PRIVILEGED);
4430 nfs4_lock_prepare(task, calldata);
4431}
4432
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004433static void nfs4_lock_done(struct rpc_task *task, void *calldata)
4434{
4435 struct nfs4_lockdata *data = calldata;
4436
Harvey Harrison3110ff82008-05-02 13:42:44 -07004437 dprintk("%s: begin!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004438
Trond Myklebust14516c32010-07-31 14:29:06 -04004439 if (!nfs4_sequence_done(task, &data->res.seq_res))
4440 return;
Andy Adamson66179ef2009-04-01 09:22:22 -04004441
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004442 data->rpc_status = task->tk_status;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004443 if (data->arg.new_lock_owner != 0) {
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004444 if (data->rpc_status == 0)
4445 nfs_confirm_seqid(&data->lsp->ls_seqid, 0);
4446 else
4447 goto out;
4448 }
4449 if (data->rpc_status == 0) {
Trond Myklebustf597c532012-03-04 18:13:56 -05004450 nfs4_stateid_copy(&data->lsp->ls_stateid, &data->res.stateid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004451 data->lsp->ls_flags |= NFS_LOCK_INITIALIZED;
Al Viro3d4ff432011-06-22 18:40:12 -04004452 renew_lease(NFS_SERVER(data->ctx->dentry->d_inode), data->timestamp);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004453 }
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004454out:
Harvey Harrison3110ff82008-05-02 13:42:44 -07004455 dprintk("%s: done, ret = %d!\n", __func__, data->rpc_status);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004456}
4457
4458static void nfs4_lock_release(void *calldata)
4459{
4460 struct nfs4_lockdata *data = calldata;
4461
Harvey Harrison3110ff82008-05-02 13:42:44 -07004462 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05004463 nfs_free_seqid(data->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004464 if (data->cancelled != 0) {
4465 struct rpc_task *task;
4466 task = nfs4_do_unlck(&data->fl, data->ctx, data->lsp,
4467 data->arg.lock_seqid);
4468 if (!IS_ERR(task))
Trond Myklebustbf294b42011-02-21 11:05:41 -08004469 rpc_put_task_async(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07004470 dprintk("%s: cancelling lock!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004471 } else
4472 nfs_free_seqid(data->arg.lock_seqid);
4473 nfs4_put_lock_state(data->lsp);
4474 put_nfs_open_context(data->ctx);
4475 kfree(data);
Harvey Harrison3110ff82008-05-02 13:42:44 -07004476 dprintk("%s: done!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004477}
4478
4479static const struct rpc_call_ops nfs4_lock_ops = {
4480 .rpc_call_prepare = nfs4_lock_prepare,
4481 .rpc_call_done = nfs4_lock_done,
4482 .rpc_release = nfs4_lock_release,
4483};
4484
Alexandros Batsakisb2579572009-12-14 21:27:57 -08004485static const struct rpc_call_ops nfs4_recover_lock_ops = {
4486 .rpc_call_prepare = nfs4_recover_lock_prepare,
4487 .rpc_call_done = nfs4_lock_done,
4488 .rpc_release = nfs4_lock_release,
4489};
4490
Trond Myklebust2bee72a2010-01-26 15:42:21 -05004491static void nfs4_handle_setlk_error(struct nfs_server *server, struct nfs4_lock_state *lsp, int new_lock_owner, int error)
4492{
Trond Myklebust2bee72a2010-01-26 15:42:21 -05004493 switch (error) {
4494 case -NFS4ERR_ADMIN_REVOKED:
4495 case -NFS4ERR_BAD_STATEID:
Trond Myklebustecac7992011-03-09 16:00:56 -05004496 lsp->ls_seqid.flags &= ~NFS_SEQID_CONFIRMED;
Trond Myklebust2bee72a2010-01-26 15:42:21 -05004497 if (new_lock_owner != 0 ||
4498 (lsp->ls_flags & NFS_LOCK_INITIALIZED) != 0)
Trond Myklebustecac7992011-03-09 16:00:56 -05004499 nfs4_schedule_stateid_recovery(server, lsp->ls_state);
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004500 break;
4501 case -NFS4ERR_STALE_STATEID:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004502 lsp->ls_seqid.flags &= ~NFS_SEQID_CONFIRMED;
Trond Myklebustecac7992011-03-09 16:00:56 -05004503 case -NFS4ERR_EXPIRED:
4504 nfs4_schedule_lease_recovery(server->nfs_client);
Trond Myklebust2bee72a2010-01-26 15:42:21 -05004505 };
4506}
4507
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08004508static int _nfs4_do_setlk(struct nfs4_state *state, int cmd, struct file_lock *fl, int recovery_type)
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004509{
4510 struct nfs4_lockdata *data;
4511 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04004512 struct rpc_message msg = {
4513 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCK],
4514 .rpc_cred = state->owner->so_cred,
4515 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04004516 struct rpc_task_setup task_setup_data = {
4517 .rpc_client = NFS_CLIENT(state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04004518 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04004519 .callback_ops = &nfs4_lock_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05004520 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04004521 .flags = RPC_TASK_ASYNC,
4522 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004523 int ret;
4524
Harvey Harrison3110ff82008-05-02 13:42:44 -07004525 dprintk("%s: begin!\n", __func__);
Trond Myklebustcd3758e2007-08-10 17:44:32 -04004526 data = nfs4_alloc_lockdata(fl, nfs_file_open_context(fl->fl_file),
Trond Myklebust8535b2b2010-05-13 12:51:01 -04004527 fl->fl_u.nfs4_fl.owner,
4528 recovery_type == NFS_LOCK_NEW ? GFP_KERNEL : GFP_NOFS);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004529 if (data == NULL)
4530 return -ENOMEM;
4531 if (IS_SETLKW(cmd))
4532 data->arg.block = 1;
Alexandros Batsakisb2579572009-12-14 21:27:57 -08004533 if (recovery_type > NFS_LOCK_NEW) {
4534 if (recovery_type == NFS_LOCK_RECLAIM)
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08004535 data->arg.reclaim = NFS_LOCK_RECLAIM;
Alexandros Batsakisb2579572009-12-14 21:27:57 -08004536 task_setup_data.callback_ops = &nfs4_recover_lock_ops;
4537 }
Trond Myklebust9d12b212012-01-17 22:04:25 -05004538 nfs41_init_sequence(&data->arg.seq_args, &data->res.seq_res, 1);
Trond Myklebust1174dd12010-12-21 10:52:24 -05004539 msg.rpc_argp = &data->arg;
4540 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04004541 task_setup_data.callback_data = data;
4542 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05004543 if (IS_ERR(task))
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004544 return PTR_ERR(task);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004545 ret = nfs4_wait_for_completion_rpc_task(task);
4546 if (ret == 0) {
4547 ret = data->rpc_status;
Trond Myklebust2bee72a2010-01-26 15:42:21 -05004548 if (ret)
4549 nfs4_handle_setlk_error(data->server, data->lsp,
4550 data->arg.new_lock_owner, ret);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004551 } else
4552 data->cancelled = 1;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05004553 rpc_put_task(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07004554 dprintk("%s: done, ret = %d!\n", __func__, ret);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004555 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004556}
4557
4558static int nfs4_lock_reclaim(struct nfs4_state *state, struct file_lock *request)
4559{
Trond Myklebust202b50d2005-06-22 17:16:29 +00004560 struct nfs_server *server = NFS_SERVER(state->inode);
4561 struct nfs4_exception exception = { };
4562 int err;
4563
4564 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04004565 /* Cache the lock if possible... */
4566 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
4567 return 0;
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08004568 err = _nfs4_do_setlk(state, F_SETLK, request, NFS_LOCK_RECLAIM);
Trond Myklebust168667c2010-10-19 19:47:49 -04004569 if (err != -NFS4ERR_DELAY)
Trond Myklebust202b50d2005-06-22 17:16:29 +00004570 break;
4571 nfs4_handle_exception(server, err, &exception);
4572 } while (exception.retry);
4573 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004574}
4575
4576static int nfs4_lock_expired(struct nfs4_state *state, struct file_lock *request)
4577{
Trond Myklebust202b50d2005-06-22 17:16:29 +00004578 struct nfs_server *server = NFS_SERVER(state->inode);
4579 struct nfs4_exception exception = { };
4580 int err;
4581
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004582 err = nfs4_set_lock_state(state, request);
4583 if (err != 0)
4584 return err;
Trond Myklebust202b50d2005-06-22 17:16:29 +00004585 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04004586 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
4587 return 0;
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08004588 err = _nfs4_do_setlk(state, F_SETLK, request, NFS_LOCK_EXPIRED);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05004589 switch (err) {
4590 default:
4591 goto out;
4592 case -NFS4ERR_GRACE:
4593 case -NFS4ERR_DELAY:
4594 nfs4_handle_exception(server, err, &exception);
4595 err = 0;
4596 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00004597 } while (exception.retry);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05004598out:
Trond Myklebust202b50d2005-06-22 17:16:29 +00004599 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004600}
4601
Bryan Schumakerf062eb62011-06-02 14:59:10 -04004602#if defined(CONFIG_NFS_V4_1)
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05004603static int nfs41_check_expired_locks(struct nfs4_state *state)
Bryan Schumakerf062eb62011-06-02 14:59:10 -04004604{
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05004605 int status, ret = NFS_OK;
4606 struct nfs4_lock_state *lsp;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04004607 struct nfs_server *server = NFS_SERVER(state->inode);
4608
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05004609 list_for_each_entry(lsp, &state->lock_states, ls_locks) {
4610 if (lsp->ls_flags & NFS_LOCK_INITIALIZED) {
4611 status = nfs41_test_stateid(server, &lsp->ls_stateid);
4612 if (status != NFS_OK) {
4613 nfs41_free_stateid(server, &lsp->ls_stateid);
4614 lsp->ls_flags &= ~NFS_LOCK_INITIALIZED;
4615 ret = status;
4616 }
4617 }
4618 };
4619
4620 return ret;
4621}
4622
4623static int nfs41_lock_expired(struct nfs4_state *state, struct file_lock *request)
4624{
4625 int status = NFS_OK;
4626
4627 if (test_bit(LK_STATE_IN_USE, &state->flags))
4628 status = nfs41_check_expired_locks(state);
Bryan Schumakerf062eb62011-06-02 14:59:10 -04004629 if (status == NFS_OK)
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05004630 return status;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04004631 return nfs4_lock_expired(state, request);
4632}
4633#endif
4634
Linus Torvalds1da177e2005-04-16 15:20:36 -07004635static int _nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
4636{
Trond Myklebust19e03c52008-12-23 15:21:44 -05004637 struct nfs_inode *nfsi = NFS_I(state->inode);
Trond Myklebust01c3b862006-06-29 16:38:39 -04004638 unsigned char fl_flags = request->fl_flags;
Trond Myklebust8e469eb2010-01-26 15:42:30 -05004639 int status = -ENOLCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004640
Trond Myklebust8e469eb2010-01-26 15:42:30 -05004641 if ((fl_flags & FL_POSIX) &&
4642 !test_bit(NFS_STATE_POSIX_LOCKS, &state->flags))
4643 goto out;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004644 /* Is this a delegated open? */
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004645 status = nfs4_set_lock_state(state, request);
4646 if (status != 0)
4647 goto out;
Trond Myklebust01c3b862006-06-29 16:38:39 -04004648 request->fl_flags |= FL_ACCESS;
4649 status = do_vfs_lock(request->fl_file, request);
4650 if (status < 0)
4651 goto out;
Trond Myklebust19e03c52008-12-23 15:21:44 -05004652 down_read(&nfsi->rwsem);
Trond Myklebust01c3b862006-06-29 16:38:39 -04004653 if (test_bit(NFS_DELEGATED_STATE, &state->flags)) {
Trond Myklebust01c3b862006-06-29 16:38:39 -04004654 /* Yes: cache locks! */
Trond Myklebust01c3b862006-06-29 16:38:39 -04004655 /* ...but avoid races with delegation recall... */
Trond Myklebust19e03c52008-12-23 15:21:44 -05004656 request->fl_flags = fl_flags & ~FL_SLEEP;
4657 status = do_vfs_lock(request->fl_file, request);
4658 goto out_unlock;
Trond Myklebust01c3b862006-06-29 16:38:39 -04004659 }
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08004660 status = _nfs4_do_setlk(state, cmd, request, NFS_LOCK_NEW);
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004661 if (status != 0)
Trond Myklebust01c3b862006-06-29 16:38:39 -04004662 goto out_unlock;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004663 /* Note: we always want to sleep here! */
Trond Myklebust01c3b862006-06-29 16:38:39 -04004664 request->fl_flags = fl_flags | FL_SLEEP;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004665 if (do_vfs_lock(request->fl_file, request) < 0)
Weston Andros Adamsona0308892012-01-26 13:32:23 -05004666 printk(KERN_WARNING "NFS: %s: VFS is out of sync with lock "
4667 "manager!\n", __func__);
Trond Myklebust01c3b862006-06-29 16:38:39 -04004668out_unlock:
Trond Myklebust19e03c52008-12-23 15:21:44 -05004669 up_read(&nfsi->rwsem);
Trond Myklebust01c3b862006-06-29 16:38:39 -04004670out:
4671 request->fl_flags = fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004672 return status;
4673}
4674
4675static int nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
4676{
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05004677 struct nfs4_exception exception = {
4678 .state = state,
4679 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07004680 int err;
4681
4682 do {
Trond Myklebust965b5d62009-06-17 13:22:59 -07004683 err = _nfs4_proc_setlk(state, cmd, request);
4684 if (err == -NFS4ERR_DENIED)
4685 err = -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004686 err = nfs4_handle_exception(NFS_SERVER(state->inode),
Trond Myklebust965b5d62009-06-17 13:22:59 -07004687 err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004688 } while (exception.retry);
4689 return err;
4690}
4691
4692static int
4693nfs4_proc_lock(struct file *filp, int cmd, struct file_lock *request)
4694{
4695 struct nfs_open_context *ctx;
4696 struct nfs4_state *state;
4697 unsigned long timeout = NFS4_LOCK_MINTIMEOUT;
4698 int status;
4699
4700 /* verify open state */
Trond Myklebustcd3758e2007-08-10 17:44:32 -04004701 ctx = nfs_file_open_context(filp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004702 state = ctx->state;
4703
4704 if (request->fl_start < 0 || request->fl_end < 0)
4705 return -EINVAL;
4706
Trond Myklebustd9531262009-07-21 19:22:38 -04004707 if (IS_GETLK(cmd)) {
4708 if (state != NULL)
4709 return nfs4_proc_getlk(state, F_GETLK, request);
4710 return 0;
4711 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004712
4713 if (!(IS_SETLK(cmd) || IS_SETLKW(cmd)))
4714 return -EINVAL;
4715
Trond Myklebustd9531262009-07-21 19:22:38 -04004716 if (request->fl_type == F_UNLCK) {
4717 if (state != NULL)
4718 return nfs4_proc_unlck(state, cmd, request);
4719 return 0;
4720 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004721
Trond Myklebustd9531262009-07-21 19:22:38 -04004722 if (state == NULL)
4723 return -ENOLCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004724 do {
4725 status = nfs4_proc_setlk(state, cmd, request);
4726 if ((status != -EAGAIN) || IS_SETLK(cmd))
4727 break;
4728 timeout = nfs4_set_lock_task_retry(timeout);
4729 status = -ERESTARTSYS;
4730 if (signalled())
4731 break;
4732 } while(status < 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004733 return status;
4734}
4735
Trond Myklebust888e6942005-11-04 15:38:11 -05004736int nfs4_lock_delegation_recall(struct nfs4_state *state, struct file_lock *fl)
4737{
4738 struct nfs_server *server = NFS_SERVER(state->inode);
4739 struct nfs4_exception exception = { };
4740 int err;
4741
4742 err = nfs4_set_lock_state(state, fl);
4743 if (err != 0)
4744 goto out;
4745 do {
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08004746 err = _nfs4_do_setlk(state, F_SETLK, fl, NFS_LOCK_NEW);
Trond Myklebustd5122202009-06-17 13:22:58 -07004747 switch (err) {
4748 default:
Weston Andros Adamsona0308892012-01-26 13:32:23 -05004749 printk(KERN_ERR "NFS: %s: unhandled error "
4750 "%d.\n", __func__, err);
Trond Myklebustd5122202009-06-17 13:22:58 -07004751 case 0:
Trond Myklebust965b5d62009-06-17 13:22:59 -07004752 case -ESTALE:
Trond Myklebustd5122202009-06-17 13:22:58 -07004753 goto out;
4754 case -NFS4ERR_EXPIRED:
Trond Myklebust0ced63d2011-05-26 14:26:35 -04004755 nfs4_schedule_stateid_recovery(server, state);
Trond Myklebustd5122202009-06-17 13:22:58 -07004756 case -NFS4ERR_STALE_CLIENTID:
Trond Myklebust965b5d62009-06-17 13:22:59 -07004757 case -NFS4ERR_STALE_STATEID:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004758 nfs4_schedule_lease_recovery(server->nfs_client);
4759 goto out;
Ricardo Labiaga74e7bb72009-12-07 09:48:30 -05004760 case -NFS4ERR_BADSESSION:
4761 case -NFS4ERR_BADSLOT:
4762 case -NFS4ERR_BAD_HIGH_SLOT:
4763 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
4764 case -NFS4ERR_DEADSESSION:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004765 nfs4_schedule_session_recovery(server->nfs_client->cl_session);
Trond Myklebustd5122202009-06-17 13:22:58 -07004766 goto out;
Trond Myklebust965b5d62009-06-17 13:22:59 -07004767 case -ERESTARTSYS:
4768 /*
4769 * The show must go on: exit, but mark the
4770 * stateid as needing recovery.
4771 */
Trond Myklebusta1d0b5e2012-03-05 19:56:44 -05004772 case -NFS4ERR_DELEG_REVOKED:
Trond Myklebust965b5d62009-06-17 13:22:59 -07004773 case -NFS4ERR_ADMIN_REVOKED:
4774 case -NFS4ERR_BAD_STATEID:
4775 case -NFS4ERR_OPENMODE:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004776 nfs4_schedule_stateid_recovery(server, state);
Trond Myklebust965b5d62009-06-17 13:22:59 -07004777 err = 0;
4778 goto out;
Trond Myklebust168667c2010-10-19 19:47:49 -04004779 case -EKEYEXPIRED:
4780 /*
4781 * User RPCSEC_GSS context has expired.
4782 * We cannot recover this stateid now, so
4783 * skip it and allow recovery thread to
4784 * proceed.
4785 */
4786 err = 0;
4787 goto out;
Trond Myklebust965b5d62009-06-17 13:22:59 -07004788 case -ENOMEM:
4789 case -NFS4ERR_DENIED:
4790 /* kill_proc(fl->fl_pid, SIGLOST, 1); */
4791 err = 0;
4792 goto out;
Trond Myklebustd5122202009-06-17 13:22:58 -07004793 case -NFS4ERR_DELAY:
4794 break;
4795 }
Trond Myklebust888e6942005-11-04 15:38:11 -05004796 err = nfs4_handle_exception(server, err, &exception);
4797 } while (exception.retry);
4798out:
4799 return err;
4800}
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004801
Trond Myklebustcf470c32012-03-07 13:49:12 -05004802struct nfs_release_lockowner_data {
4803 struct nfs4_lock_state *lsp;
Trond Myklebust5ae67c42012-03-19 16:17:18 -04004804 struct nfs_server *server;
Trond Myklebustcf470c32012-03-07 13:49:12 -05004805 struct nfs_release_lockowner_args args;
4806};
4807
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04004808static void nfs4_release_lockowner_release(void *calldata)
4809{
Trond Myklebustcf470c32012-03-07 13:49:12 -05004810 struct nfs_release_lockowner_data *data = calldata;
Trond Myklebust5ae67c42012-03-19 16:17:18 -04004811 nfs4_free_lock_state(data->server, data->lsp);
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04004812 kfree(calldata);
4813}
4814
Trond Myklebust17280172012-03-11 13:11:00 -04004815static const struct rpc_call_ops nfs4_release_lockowner_ops = {
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04004816 .rpc_release = nfs4_release_lockowner_release,
4817};
4818
Trond Myklebustcf470c32012-03-07 13:49:12 -05004819int nfs4_release_lockowner(struct nfs4_lock_state *lsp)
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04004820{
4821 struct nfs_server *server = lsp->ls_state->owner->so_server;
Trond Myklebustcf470c32012-03-07 13:49:12 -05004822 struct nfs_release_lockowner_data *data;
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04004823 struct rpc_message msg = {
4824 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RELEASE_LOCKOWNER],
4825 };
4826
4827 if (server->nfs_client->cl_mvops->minor_version != 0)
Trond Myklebustcf470c32012-03-07 13:49:12 -05004828 return -EINVAL;
4829 data = kmalloc(sizeof(*data), GFP_NOFS);
4830 if (!data)
4831 return -ENOMEM;
4832 data->lsp = lsp;
Trond Myklebust5ae67c42012-03-19 16:17:18 -04004833 data->server = server;
Trond Myklebustcf470c32012-03-07 13:49:12 -05004834 data->args.lock_owner.clientid = server->nfs_client->cl_clientid;
4835 data->args.lock_owner.id = lsp->ls_seqid.owner_id;
4836 data->args.lock_owner.s_dev = server->s_dev;
4837 msg.rpc_argp = &data->args;
4838 rpc_call_async(server->client, &msg, 0, &nfs4_release_lockowner_ops, data);
4839 return 0;
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04004840}
4841
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004842#define XATTR_NAME_NFSV4_ACL "system.nfs4_acl"
4843
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00004844static int nfs4_xattr_set_nfs4_acl(struct dentry *dentry, const char *key,
4845 const void *buf, size_t buflen,
4846 int flags, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004847{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00004848 if (strcmp(key, "") != 0)
4849 return -EINVAL;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004850
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00004851 return nfs4_proc_set_acl(dentry->d_inode, buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004852}
4853
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00004854static int nfs4_xattr_get_nfs4_acl(struct dentry *dentry, const char *key,
4855 void *buf, size_t buflen, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004856{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00004857 if (strcmp(key, "") != 0)
4858 return -EINVAL;
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004859
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00004860 return nfs4_proc_get_acl(dentry->d_inode, buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004861}
4862
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00004863static size_t nfs4_xattr_list_nfs4_acl(struct dentry *dentry, char *list,
4864 size_t list_len, const char *name,
4865 size_t name_len, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004866{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00004867 size_t len = sizeof(XATTR_NAME_NFSV4_ACL);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004868
J. Bruce Fields096455a2006-03-20 23:23:42 -05004869 if (!nfs4_server_supports_acls(NFS_SERVER(dentry->d_inode)))
4870 return 0;
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00004871
4872 if (list && len <= list_len)
4873 memcpy(list, XATTR_NAME_NFSV4_ACL, len);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004874 return len;
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004875}
4876
Andy Adamson533eb462011-06-13 18:25:56 -04004877/*
4878 * nfs_fhget will use either the mounted_on_fileid or the fileid
4879 */
Trond Myklebust69aaaae2009-03-11 14:10:28 -04004880static void nfs_fixup_referral_attributes(struct nfs_fattr *fattr)
4881{
Andy Adamson533eb462011-06-13 18:25:56 -04004882 if (!(((fattr->valid & NFS_ATTR_FATTR_MOUNTED_ON_FILEID) ||
4883 (fattr->valid & NFS_ATTR_FATTR_FILEID)) &&
4884 (fattr->valid & NFS_ATTR_FATTR_FSID) &&
Chuck Lever81934dd2012-03-01 17:01:57 -05004885 (fattr->valid & NFS_ATTR_FATTR_V4_LOCATIONS)))
Trond Myklebust69aaaae2009-03-11 14:10:28 -04004886 return;
4887
4888 fattr->valid |= NFS_ATTR_FATTR_TYPE | NFS_ATTR_FATTR_MODE |
Chuck Lever81934dd2012-03-01 17:01:57 -05004889 NFS_ATTR_FATTR_NLINK | NFS_ATTR_FATTR_V4_REFERRAL;
Trond Myklebust69aaaae2009-03-11 14:10:28 -04004890 fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO;
4891 fattr->nlink = 2;
4892}
4893
Trond Myklebust56659e92007-07-17 21:52:39 -04004894int nfs4_proc_fs_locations(struct inode *dir, const struct qstr *name,
Manoj Naik7aaa0b32006-06-09 09:34:23 -04004895 struct nfs4_fs_locations *fs_locations, struct page *page)
Trond Myklebust683b57b2006-06-09 09:34:22 -04004896{
4897 struct nfs_server *server = NFS_SERVER(dir);
4898 u32 bitmask[2] = {
Manoj Naik361e6242006-06-09 09:34:24 -04004899 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
Trond Myklebust683b57b2006-06-09 09:34:22 -04004900 };
4901 struct nfs4_fs_locations_arg args = {
4902 .dir_fh = NFS_FH(dir),
Trond Myklebustc228fd32007-01-13 02:28:11 -05004903 .name = name,
Trond Myklebust683b57b2006-06-09 09:34:22 -04004904 .page = page,
4905 .bitmask = bitmask,
4906 };
Benny Halevy22958462009-04-01 09:22:02 -04004907 struct nfs4_fs_locations_res res = {
4908 .fs_locations = fs_locations,
4909 };
Trond Myklebust683b57b2006-06-09 09:34:22 -04004910 struct rpc_message msg = {
4911 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS],
4912 .rpc_argp = &args,
Benny Halevy22958462009-04-01 09:22:02 -04004913 .rpc_resp = &res,
Trond Myklebust683b57b2006-06-09 09:34:22 -04004914 };
4915 int status;
4916
Harvey Harrison3110ff82008-05-02 13:42:44 -07004917 dprintk("%s: start\n", __func__);
Andy Adamson533eb462011-06-13 18:25:56 -04004918
4919 /* Ask for the fileid of the absent filesystem if mounted_on_fileid
4920 * is not supported */
4921 if (NFS_SERVER(dir)->attr_bitmask[1] & FATTR4_WORD1_MOUNTED_ON_FILEID)
4922 bitmask[1] |= FATTR4_WORD1_MOUNTED_ON_FILEID;
4923 else
4924 bitmask[0] |= FATTR4_WORD0_FILEID;
4925
Trond Myklebustc228fd32007-01-13 02:28:11 -05004926 nfs_fattr_init(&fs_locations->fattr);
Trond Myklebust683b57b2006-06-09 09:34:22 -04004927 fs_locations->server = server;
Manoj Naik830b8e32006-06-09 09:34:25 -04004928 fs_locations->nlocations = 0;
Bryan Schumaker7c513052011-03-24 17:12:24 +00004929 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Harvey Harrison3110ff82008-05-02 13:42:44 -07004930 dprintk("%s: returned status = %d\n", __func__, status);
Trond Myklebust683b57b2006-06-09 09:34:22 -04004931 return status;
4932}
4933
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00004934static int _nfs4_proc_secinfo(struct inode *dir, const struct qstr *name, struct nfs4_secinfo_flavors *flavors)
4935{
4936 int status;
4937 struct nfs4_secinfo_arg args = {
4938 .dir_fh = NFS_FH(dir),
4939 .name = name,
4940 };
4941 struct nfs4_secinfo_res res = {
4942 .flavors = flavors,
4943 };
4944 struct rpc_message msg = {
4945 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SECINFO],
4946 .rpc_argp = &args,
4947 .rpc_resp = &res,
4948 };
4949
4950 dprintk("NFS call secinfo %s\n", name->name);
4951 status = nfs4_call_sync(NFS_SERVER(dir)->client, NFS_SERVER(dir), &msg, &args.seq_args, &res.seq_res, 0);
4952 dprintk("NFS reply secinfo: %d\n", status);
4953 return status;
4954}
4955
Trond Myklebust17280172012-03-11 13:11:00 -04004956static int nfs4_proc_secinfo(struct inode *dir, const struct qstr *name,
4957 struct nfs4_secinfo_flavors *flavors)
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00004958{
4959 struct nfs4_exception exception = { };
4960 int err;
4961 do {
4962 err = nfs4_handle_exception(NFS_SERVER(dir),
4963 _nfs4_proc_secinfo(dir, name, flavors),
4964 &exception);
4965 } while (exception.retry);
4966 return err;
4967}
4968
Andy Adamson557134a2009-04-01 09:21:53 -04004969#ifdef CONFIG_NFS_V4_1
Benny Halevy99fe60d2009-04-01 09:22:29 -04004970/*
Andy Adamson357f54d2010-12-14 10:11:57 -05004971 * Check the exchange flags returned by the server for invalid flags, having
4972 * both PNFS and NON_PNFS flags set, and not having one of NON_PNFS, PNFS, or
4973 * DS flags set.
4974 */
4975static int nfs4_check_cl_exchange_flags(u32 flags)
4976{
4977 if (flags & ~EXCHGID4_FLAG_MASK_R)
4978 goto out_inval;
4979 if ((flags & EXCHGID4_FLAG_USE_PNFS_MDS) &&
4980 (flags & EXCHGID4_FLAG_USE_NON_PNFS))
4981 goto out_inval;
4982 if (!(flags & (EXCHGID4_FLAG_MASK_PNFS)))
4983 goto out_inval;
4984 return NFS_OK;
4985out_inval:
4986 return -NFS4ERR_INVAL;
4987}
4988
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04004989static bool
4990nfs41_same_server_scope(struct server_scope *a, struct server_scope *b)
4991{
4992 if (a->server_scope_sz == b->server_scope_sz &&
4993 memcmp(a->server_scope, b->server_scope, a->server_scope_sz) == 0)
4994 return true;
4995
4996 return false;
4997}
4998
Andy Adamson357f54d2010-12-14 10:11:57 -05004999/*
Benny Halevy99fe60d2009-04-01 09:22:29 -04005000 * nfs4_proc_exchange_id()
5001 *
5002 * Since the clientid has expired, all compounds using sessions
5003 * associated with the stale clientid will be returning
5004 * NFS4ERR_BADSESSION in the sequence operation, and will therefore
5005 * be in some phase of session reset.
5006 */
Andy Adamson4d643d12009-12-04 15:52:24 -05005007int nfs4_proc_exchange_id(struct nfs_client *clp, struct rpc_cred *cred)
Benny Halevy99fe60d2009-04-01 09:22:29 -04005008{
5009 nfs4_verifier verifier;
5010 struct nfs41_exchange_id_args args = {
Chuck Levercd937102012-03-02 17:14:31 -05005011 .verifier = &verifier,
Benny Halevy99fe60d2009-04-01 09:22:29 -04005012 .client = clp,
Andy Adamson357f54d2010-12-14 10:11:57 -05005013 .flags = EXCHGID4_FLAG_SUPP_MOVED_REFER,
Benny Halevy99fe60d2009-04-01 09:22:29 -04005014 };
5015 struct nfs41_exchange_id_res res = {
5016 .client = clp,
5017 };
5018 int status;
5019 struct rpc_message msg = {
5020 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_EXCHANGE_ID],
5021 .rpc_argp = &args,
5022 .rpc_resp = &res,
5023 .rpc_cred = cred,
5024 };
Benny Halevy99fe60d2009-04-01 09:22:29 -04005025
5026 dprintk("--> %s\n", __func__);
5027 BUG_ON(clp == NULL);
Andy Adamsona7b72102009-04-01 09:22:46 -04005028
Chuck Levercd937102012-03-02 17:14:31 -05005029 nfs4_construct_boot_verifier(clp, &verifier);
Benny Halevy99fe60d2009-04-01 09:22:29 -04005030
Andy Adamsonc7a360b2011-01-25 19:15:32 -05005031 args.id_len = scnprintf(args.id, sizeof(args.id),
5032 "%s/%s.%s/%u",
5033 clp->cl_ipaddr,
5034 init_utsname()->nodename,
5035 init_utsname()->domainname,
5036 clp->cl_rpcclient->cl_auth->au_flavor);
Benny Halevy99fe60d2009-04-01 09:22:29 -04005037
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04005038 res.server_scope = kzalloc(sizeof(struct server_scope), GFP_KERNEL);
Weston Andros Adamsonabe9a6d2012-02-16 11:17:05 -05005039 if (unlikely(!res.server_scope)) {
5040 status = -ENOMEM;
5041 goto out;
5042 }
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04005043
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05005044 res.impl_id = kzalloc(sizeof(struct nfs41_impl_id), GFP_KERNEL);
5045 if (unlikely(!res.impl_id)) {
5046 status = -ENOMEM;
5047 goto out_server_scope;
5048 }
5049
Trond Myklebust1bd714f2011-04-24 14:29:33 -04005050 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Andy Adamsonc7a360b2011-01-25 19:15:32 -05005051 if (!status)
5052 status = nfs4_check_cl_exchange_flags(clp->cl_exchange_flags);
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04005053
5054 if (!status) {
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05005055 /* use the most recent implementation id */
5056 kfree(clp->impl_id);
5057 clp->impl_id = res.impl_id;
5058 } else
5059 kfree(res.impl_id);
5060
5061 if (!status) {
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04005062 if (clp->server_scope &&
5063 !nfs41_same_server_scope(clp->server_scope,
5064 res.server_scope)) {
5065 dprintk("%s: server_scope mismatch detected\n",
5066 __func__);
5067 set_bit(NFS4CLNT_SERVER_SCOPE_MISMATCH, &clp->cl_state);
5068 kfree(clp->server_scope);
5069 clp->server_scope = NULL;
5070 }
5071
Weston Andros Adamsonabe9a6d2012-02-16 11:17:05 -05005072 if (!clp->server_scope) {
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04005073 clp->server_scope = res.server_scope;
Weston Andros Adamsonabe9a6d2012-02-16 11:17:05 -05005074 goto out;
5075 }
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04005076 }
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05005077
5078out_server_scope:
Weston Andros Adamsonabe9a6d2012-02-16 11:17:05 -05005079 kfree(res.server_scope);
5080out:
Weston Andros Adamson7d2ed9a2012-02-17 15:20:26 -05005081 if (clp->impl_id)
5082 dprintk("%s: Server Implementation ID: "
5083 "domain: %s, name: %s, date: %llu,%u\n",
5084 __func__, clp->impl_id->domain, clp->impl_id->name,
5085 clp->impl_id->date.seconds,
5086 clp->impl_id->date.nseconds);
Benny Halevy99fe60d2009-04-01 09:22:29 -04005087 dprintk("<-- %s status= %d\n", __func__, status);
5088 return status;
5089}
5090
Andy Adamson2050f0c2009-04-01 09:22:30 -04005091struct nfs4_get_lease_time_data {
5092 struct nfs4_get_lease_time_args *args;
5093 struct nfs4_get_lease_time_res *res;
5094 struct nfs_client *clp;
5095};
5096
5097static void nfs4_get_lease_time_prepare(struct rpc_task *task,
5098 void *calldata)
5099{
5100 int ret;
5101 struct nfs4_get_lease_time_data *data =
5102 (struct nfs4_get_lease_time_data *)calldata;
5103
5104 dprintk("--> %s\n", __func__);
Alexandros Batsakis689cf5c2009-12-14 21:27:56 -08005105 rpc_task_set_priority(task, RPC_PRIORITY_PRIVILEGED);
Andy Adamson2050f0c2009-04-01 09:22:30 -04005106 /* just setup sequence, do not trigger session recovery
5107 since we're invoked within one */
5108 ret = nfs41_setup_sequence(data->clp->cl_session,
Alexandros Batsakis689cf5c2009-12-14 21:27:56 -08005109 &data->args->la_seq_args,
Trond Myklebust9d12b212012-01-17 22:04:25 -05005110 &data->res->lr_seq_res, task);
Andy Adamson2050f0c2009-04-01 09:22:30 -04005111
5112 BUG_ON(ret == -EAGAIN);
5113 rpc_call_start(task);
5114 dprintk("<-- %s\n", __func__);
5115}
5116
5117/*
5118 * Called from nfs4_state_manager thread for session setup, so don't recover
5119 * from sequence operation or clientid errors.
5120 */
5121static void nfs4_get_lease_time_done(struct rpc_task *task, void *calldata)
5122{
5123 struct nfs4_get_lease_time_data *data =
5124 (struct nfs4_get_lease_time_data *)calldata;
5125
5126 dprintk("--> %s\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04005127 if (!nfs41_sequence_done(task, &data->res->lr_seq_res))
5128 return;
Andy Adamson2050f0c2009-04-01 09:22:30 -04005129 switch (task->tk_status) {
5130 case -NFS4ERR_DELAY:
5131 case -NFS4ERR_GRACE:
5132 dprintk("%s Retry: tk_status %d\n", __func__, task->tk_status);
5133 rpc_delay(task, NFS4_POLL_RETRY_MIN);
5134 task->tk_status = 0;
Andy Adamsona8a4ae32011-05-03 13:43:03 -04005135 /* fall through */
5136 case -NFS4ERR_RETRY_UNCACHED_REP:
Trond Myklebustd00c5d42011-10-19 12:17:29 -07005137 rpc_restart_call_prepare(task);
Andy Adamson2050f0c2009-04-01 09:22:30 -04005138 return;
5139 }
Andy Adamson2050f0c2009-04-01 09:22:30 -04005140 dprintk("<-- %s\n", __func__);
5141}
5142
Trond Myklebust17280172012-03-11 13:11:00 -04005143static const struct rpc_call_ops nfs4_get_lease_time_ops = {
Andy Adamson2050f0c2009-04-01 09:22:30 -04005144 .rpc_call_prepare = nfs4_get_lease_time_prepare,
5145 .rpc_call_done = nfs4_get_lease_time_done,
5146};
5147
5148int nfs4_proc_get_lease_time(struct nfs_client *clp, struct nfs_fsinfo *fsinfo)
5149{
5150 struct rpc_task *task;
5151 struct nfs4_get_lease_time_args args;
5152 struct nfs4_get_lease_time_res res = {
5153 .lr_fsinfo = fsinfo,
5154 };
5155 struct nfs4_get_lease_time_data data = {
5156 .args = &args,
5157 .res = &res,
5158 .clp = clp,
5159 };
5160 struct rpc_message msg = {
5161 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GET_LEASE_TIME],
5162 .rpc_argp = &args,
5163 .rpc_resp = &res,
5164 };
5165 struct rpc_task_setup task_setup = {
5166 .rpc_client = clp->cl_rpcclient,
5167 .rpc_message = &msg,
5168 .callback_ops = &nfs4_get_lease_time_ops,
Trond Myklebust1bd714f2011-04-24 14:29:33 -04005169 .callback_data = &data,
5170 .flags = RPC_TASK_TIMEOUT,
Andy Adamson2050f0c2009-04-01 09:22:30 -04005171 };
5172 int status;
5173
Trond Myklebust9d12b212012-01-17 22:04:25 -05005174 nfs41_init_sequence(&args.la_seq_args, &res.lr_seq_res, 0);
Andy Adamson2050f0c2009-04-01 09:22:30 -04005175 dprintk("--> %s\n", __func__);
5176 task = rpc_run_task(&task_setup);
5177
5178 if (IS_ERR(task))
5179 status = PTR_ERR(task);
5180 else {
5181 status = task->tk_status;
5182 rpc_put_task(task);
5183 }
5184 dprintk("<-- %s return %d\n", __func__, status);
5185
5186 return status;
5187}
5188
Trond Myklebustf86f36a2012-02-14 20:33:19 -05005189static struct nfs4_slot *nfs4_alloc_slots(u32 max_slots, gfp_t gfp_flags)
5190{
5191 return kcalloc(max_slots, sizeof(struct nfs4_slot), gfp_flags);
5192}
5193
5194static void nfs4_add_and_init_slots(struct nfs4_slot_table *tbl,
5195 struct nfs4_slot *new,
5196 u32 max_slots,
5197 u32 ivalue)
5198{
5199 struct nfs4_slot *old = NULL;
5200 u32 i;
5201
5202 spin_lock(&tbl->slot_tbl_lock);
5203 if (new) {
5204 old = tbl->slots;
5205 tbl->slots = new;
5206 tbl->max_slots = max_slots;
5207 }
5208 tbl->highest_used_slotid = -1; /* no slot is currently used */
5209 for (i = 0; i < tbl->max_slots; i++)
5210 tbl->slots[i].seq_nr = ivalue;
5211 spin_unlock(&tbl->slot_tbl_lock);
5212 kfree(old);
5213}
5214
Ricardo Labiagab73dafa2009-04-01 09:23:31 -04005215/*
Trond Myklebustf86f36a2012-02-14 20:33:19 -05005216 * (re)Initialise a slot table
Ricardo Labiagab73dafa2009-04-01 09:23:31 -04005217 */
Trond Myklebustf86f36a2012-02-14 20:33:19 -05005218static int nfs4_realloc_slot_table(struct nfs4_slot_table *tbl, u32 max_reqs,
5219 u32 ivalue)
Andy Adamsonac72b7b2009-04-01 09:22:37 -04005220{
Andy Adamson104aeba2010-01-14 17:45:10 -05005221 struct nfs4_slot *new = NULL;
Trond Myklebustf86f36a2012-02-14 20:33:19 -05005222 int ret = -ENOMEM;
Andy Adamsonac72b7b2009-04-01 09:22:37 -04005223
Andy Adamson104aeba2010-01-14 17:45:10 -05005224 dprintk("--> %s: max_reqs=%u, tbl->max_slots %d\n", __func__,
5225 max_reqs, tbl->max_slots);
Andy Adamsonac72b7b2009-04-01 09:22:37 -04005226
Andy Adamson104aeba2010-01-14 17:45:10 -05005227 /* Does the newly negotiated max_reqs match the existing slot table? */
5228 if (max_reqs != tbl->max_slots) {
Trond Myklebustf86f36a2012-02-14 20:33:19 -05005229 new = nfs4_alloc_slots(max_reqs, GFP_NOFS);
Andy Adamson104aeba2010-01-14 17:45:10 -05005230 if (!new)
5231 goto out;
Andy Adamsonac72b7b2009-04-01 09:22:37 -04005232 }
Trond Myklebustf86f36a2012-02-14 20:33:19 -05005233 ret = 0;
5234
5235 nfs4_add_and_init_slots(tbl, new, max_reqs, ivalue);
Andy Adamsonac72b7b2009-04-01 09:22:37 -04005236 dprintk("%s: tbl=%p slots=%p max_slots=%d\n", __func__,
5237 tbl, tbl->slots, tbl->max_slots);
5238out:
5239 dprintk("<-- %s: return %d\n", __func__, ret);
5240 return ret;
5241}
5242
Ricardo Labiagaf8625a62009-04-01 09:23:33 -04005243/* Destroy the slot table */
5244static void nfs4_destroy_slot_tables(struct nfs4_session *session)
5245{
5246 if (session->fc_slot_table.slots != NULL) {
5247 kfree(session->fc_slot_table.slots);
5248 session->fc_slot_table.slots = NULL;
5249 }
5250 if (session->bc_slot_table.slots != NULL) {
5251 kfree(session->bc_slot_table.slots);
5252 session->bc_slot_table.slots = NULL;
5253 }
5254 return;
5255}
5256
Ricardo Labiagab73dafa2009-04-01 09:23:31 -04005257/*
Andy Adamsonaacd5532011-11-09 13:58:21 -05005258 * Initialize or reset the forechannel and backchannel tables
Ricardo Labiaga050047c2009-04-01 09:23:32 -04005259 */
Andy Adamsonaacd5532011-11-09 13:58:21 -05005260static int nfs4_setup_session_slot_tables(struct nfs4_session *ses)
Ricardo Labiaga050047c2009-04-01 09:23:32 -04005261{
Trond Myklebustf26468f2009-12-05 19:32:11 -05005262 struct nfs4_slot_table *tbl;
Andy Adamsonaacd5532011-11-09 13:58:21 -05005263 int status;
Ricardo Labiaga050047c2009-04-01 09:23:32 -04005264
Andy Adamsonaacd5532011-11-09 13:58:21 -05005265 dprintk("--> %s\n", __func__);
5266 /* Fore channel */
5267 tbl = &ses->fc_slot_table;
Trond Myklebustf86f36a2012-02-14 20:33:19 -05005268 status = nfs4_realloc_slot_table(tbl, ses->fc_attrs.max_reqs, 1);
5269 if (status) /* -ENOMEM */
5270 return status;
Andy Adamsonaacd5532011-11-09 13:58:21 -05005271 /* Back channel */
5272 tbl = &ses->bc_slot_table;
Trond Myklebustf86f36a2012-02-14 20:33:19 -05005273 status = nfs4_realloc_slot_table(tbl, ses->bc_attrs.max_reqs, 0);
5274 if (status && tbl->slots == NULL)
5275 /* Fore and back channel share a connection so get
5276 * both slot tables or neither */
5277 nfs4_destroy_slot_tables(ses);
Ricardo Labiagaf8625a62009-04-01 09:23:33 -04005278 return status;
Andy Adamson557134a2009-04-01 09:21:53 -04005279}
5280
5281struct nfs4_session *nfs4_alloc_session(struct nfs_client *clp)
5282{
5283 struct nfs4_session *session;
5284 struct nfs4_slot_table *tbl;
5285
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005286 session = kzalloc(sizeof(struct nfs4_session), GFP_NOFS);
Andy Adamson557134a2009-04-01 09:21:53 -04005287 if (!session)
5288 return NULL;
Andy Adamson76db6d92009-04-01 09:22:38 -04005289
Andy Adamson557134a2009-04-01 09:21:53 -04005290 tbl = &session->fc_slot_table;
Trond Myklebust45d43c22012-02-06 19:38:51 -05005291 tbl->highest_used_slotid = NFS4_NO_SLOT;
Andy Adamson557134a2009-04-01 09:21:53 -04005292 spin_lock_init(&tbl->slot_tbl_lock);
Alexandros Batsakis689cf5c2009-12-14 21:27:56 -08005293 rpc_init_priority_wait_queue(&tbl->slot_tbl_waitq, "ForeChannel Slot table");
Andy Adamson42acd022011-01-06 02:04:34 +00005294 init_completion(&tbl->complete);
Ricardo Labiagaf8625a62009-04-01 09:23:33 -04005295
5296 tbl = &session->bc_slot_table;
Trond Myklebust45d43c22012-02-06 19:38:51 -05005297 tbl->highest_used_slotid = NFS4_NO_SLOT;
Ricardo Labiagaf8625a62009-04-01 09:23:33 -04005298 spin_lock_init(&tbl->slot_tbl_lock);
5299 rpc_init_wait_queue(&tbl->slot_tbl_waitq, "BackChannel Slot table");
Andy Adamson42acd022011-01-06 02:04:34 +00005300 init_completion(&tbl->complete);
Ricardo Labiagaf8625a62009-04-01 09:23:33 -04005301
Trond Myklebust1055d762010-06-16 09:52:27 -04005302 session->session_state = 1<<NFS4_SESSION_INITING;
5303
Andy Adamson557134a2009-04-01 09:21:53 -04005304 session->clp = clp;
5305 return session;
5306}
5307
5308void nfs4_destroy_session(struct nfs4_session *session)
5309{
Trond Myklebust2446ab62012-03-01 17:00:56 -05005310 struct rpc_xprt *xprt;
5311
Andy Adamson5a0ffe52009-04-01 09:23:18 -04005312 nfs4_proc_destroy_session(session);
Trond Myklebust2446ab62012-03-01 17:00:56 -05005313
5314 rcu_read_lock();
5315 xprt = rcu_dereference(session->clp->cl_rpcclient->cl_xprt);
5316 rcu_read_unlock();
Andy Adamson5a0ffe52009-04-01 09:23:18 -04005317 dprintk("%s Destroy backchannel for xprt %p\n",
Trond Myklebust2446ab62012-03-01 17:00:56 -05005318 __func__, xprt);
5319 xprt_destroy_backchannel(xprt, NFS41_BC_MIN_CALLBACKS);
Ricardo Labiagaf8625a62009-04-01 09:23:33 -04005320 nfs4_destroy_slot_tables(session);
Andy Adamson557134a2009-04-01 09:21:53 -04005321 kfree(session);
5322}
5323
Andy Adamsonfc931582009-04-01 09:22:31 -04005324/*
5325 * Initialize the values to be used by the client in CREATE_SESSION
5326 * If nfs4_init_session set the fore channel request and response sizes,
5327 * use them.
5328 *
5329 * Set the back channel max_resp_sz_cached to zero to force the client to
5330 * always set csa_cachethis to FALSE because the current implementation
5331 * of the back channel DRC only supports caching the CB_SEQUENCE operation.
5332 */
5333static void nfs4_init_channel_attrs(struct nfs41_create_session_args *args)
5334{
5335 struct nfs4_session *session = args->client->cl_session;
5336 unsigned int mxrqst_sz = session->fc_attrs.max_rqst_sz,
5337 mxresp_sz = session->fc_attrs.max_resp_sz;
5338
5339 if (mxrqst_sz == 0)
5340 mxrqst_sz = NFS_MAX_FILE_IO_SIZE;
5341 if (mxresp_sz == 0)
5342 mxresp_sz = NFS_MAX_FILE_IO_SIZE;
5343 /* Fore channel attributes */
Andy Adamsonfc931582009-04-01 09:22:31 -04005344 args->fc_attrs.max_rqst_sz = mxrqst_sz;
5345 args->fc_attrs.max_resp_sz = mxresp_sz;
Andy Adamsonfc931582009-04-01 09:22:31 -04005346 args->fc_attrs.max_ops = NFS4_MAX_OPS;
Trond Myklebustef159e92012-02-06 19:50:40 -05005347 args->fc_attrs.max_reqs = max_session_slots;
Andy Adamsonfc931582009-04-01 09:22:31 -04005348
5349 dprintk("%s: Fore Channel : max_rqst_sz=%u max_resp_sz=%u "
Mike Sager8e0d46e2009-12-17 12:06:26 -05005350 "max_ops=%u max_reqs=%u\n",
Andy Adamsonfc931582009-04-01 09:22:31 -04005351 __func__,
5352 args->fc_attrs.max_rqst_sz, args->fc_attrs.max_resp_sz,
Mike Sager8e0d46e2009-12-17 12:06:26 -05005353 args->fc_attrs.max_ops, args->fc_attrs.max_reqs);
Andy Adamsonfc931582009-04-01 09:22:31 -04005354
5355 /* Back channel attributes */
Andy Adamsonfc931582009-04-01 09:22:31 -04005356 args->bc_attrs.max_rqst_sz = PAGE_SIZE;
5357 args->bc_attrs.max_resp_sz = PAGE_SIZE;
5358 args->bc_attrs.max_resp_sz_cached = 0;
5359 args->bc_attrs.max_ops = NFS4_MAX_BACK_CHANNEL_OPS;
5360 args->bc_attrs.max_reqs = 1;
5361
5362 dprintk("%s: Back Channel : max_rqst_sz=%u max_resp_sz=%u "
5363 "max_resp_sz_cached=%u max_ops=%u max_reqs=%u\n",
5364 __func__,
5365 args->bc_attrs.max_rqst_sz, args->bc_attrs.max_resp_sz,
5366 args->bc_attrs.max_resp_sz_cached, args->bc_attrs.max_ops,
5367 args->bc_attrs.max_reqs);
5368}
5369
J. Bruce Fields43c2e882010-10-02 15:19:01 -04005370static int nfs4_verify_fore_channel_attrs(struct nfs41_create_session_args *args, struct nfs4_session *session)
Andy Adamson8d353012009-04-01 09:22:32 -04005371{
J. Bruce Fields43c2e882010-10-02 15:19:01 -04005372 struct nfs4_channel_attrs *sent = &args->fc_attrs;
5373 struct nfs4_channel_attrs *rcvd = &session->fc_attrs;
5374
J. Bruce Fields43c2e882010-10-02 15:19:01 -04005375 if (rcvd->max_resp_sz > sent->max_resp_sz)
5376 return -EINVAL;
5377 /*
5378 * Our requested max_ops is the minimum we need; we're not
5379 * prepared to break up compounds into smaller pieces than that.
5380 * So, no point even trying to continue if the server won't
5381 * cooperate:
5382 */
5383 if (rcvd->max_ops < sent->max_ops)
5384 return -EINVAL;
5385 if (rcvd->max_reqs == 0)
5386 return -EINVAL;
Vitaliy Gusevb4b9a0c2012-02-15 19:38:25 +04005387 if (rcvd->max_reqs > NFS4_MAX_SLOT_TABLE)
5388 rcvd->max_reqs = NFS4_MAX_SLOT_TABLE;
J. Bruce Fields43c2e882010-10-02 15:19:01 -04005389 return 0;
Andy Adamson8d353012009-04-01 09:22:32 -04005390}
5391
J. Bruce Fields43c2e882010-10-02 15:19:01 -04005392static int nfs4_verify_back_channel_attrs(struct nfs41_create_session_args *args, struct nfs4_session *session)
5393{
5394 struct nfs4_channel_attrs *sent = &args->bc_attrs;
5395 struct nfs4_channel_attrs *rcvd = &session->bc_attrs;
Andy Adamson8d353012009-04-01 09:22:32 -04005396
J. Bruce Fields43c2e882010-10-02 15:19:01 -04005397 if (rcvd->max_rqst_sz > sent->max_rqst_sz)
5398 return -EINVAL;
5399 if (rcvd->max_resp_sz < sent->max_resp_sz)
5400 return -EINVAL;
5401 if (rcvd->max_resp_sz_cached > sent->max_resp_sz_cached)
5402 return -EINVAL;
5403 /* These would render the backchannel useless: */
Vitaliy Gusevb4b9a0c2012-02-15 19:38:25 +04005404 if (rcvd->max_ops != sent->max_ops)
J. Bruce Fields43c2e882010-10-02 15:19:01 -04005405 return -EINVAL;
Vitaliy Gusevb4b9a0c2012-02-15 19:38:25 +04005406 if (rcvd->max_reqs != sent->max_reqs)
J. Bruce Fields43c2e882010-10-02 15:19:01 -04005407 return -EINVAL;
5408 return 0;
5409}
Andy Adamson8d353012009-04-01 09:22:32 -04005410
Andy Adamson8d353012009-04-01 09:22:32 -04005411static int nfs4_verify_channel_attrs(struct nfs41_create_session_args *args,
5412 struct nfs4_session *session)
5413{
J. Bruce Fields43c2e882010-10-02 15:19:01 -04005414 int ret;
Andy Adamson8d353012009-04-01 09:22:32 -04005415
J. Bruce Fields43c2e882010-10-02 15:19:01 -04005416 ret = nfs4_verify_fore_channel_attrs(args, session);
5417 if (ret)
5418 return ret;
5419 return nfs4_verify_back_channel_attrs(args, session);
Andy Adamson8d353012009-04-01 09:22:32 -04005420}
5421
Andy Adamsonfc931582009-04-01 09:22:31 -04005422static int _nfs4_proc_create_session(struct nfs_client *clp)
5423{
5424 struct nfs4_session *session = clp->cl_session;
5425 struct nfs41_create_session_args args = {
5426 .client = clp,
5427 .cb_program = NFS4_CALLBACK,
5428 };
5429 struct nfs41_create_session_res res = {
5430 .client = clp,
5431 };
5432 struct rpc_message msg = {
5433 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE_SESSION],
5434 .rpc_argp = &args,
5435 .rpc_resp = &res,
5436 };
5437 int status;
5438
5439 nfs4_init_channel_attrs(&args);
Andy Adamson0f914212009-04-01 09:23:16 -04005440 args.flags = (SESSION4_PERSIST | SESSION4_BACK_CHAN);
Andy Adamsonfc931582009-04-01 09:22:31 -04005441
Trond Myklebust1bd714f2011-04-24 14:29:33 -04005442 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Andy Adamsonfc931582009-04-01 09:22:31 -04005443
Andy Adamson8d353012009-04-01 09:22:32 -04005444 if (!status)
5445 /* Verify the session's negotiated channel_attrs values */
5446 status = nfs4_verify_channel_attrs(&args, session);
Andy Adamsonfc931582009-04-01 09:22:31 -04005447 if (!status) {
5448 /* Increment the clientid slot sequence id */
5449 clp->cl_seqid++;
5450 }
5451
5452 return status;
5453}
5454
5455/*
5456 * Issues a CREATE_SESSION operation to the server.
5457 * It is the responsibility of the caller to verify the session is
5458 * expired before calling this routine.
5459 */
Trond Myklebustf26468f2009-12-05 19:32:11 -05005460int nfs4_proc_create_session(struct nfs_client *clp)
Andy Adamsonfc931582009-04-01 09:22:31 -04005461{
5462 int status;
5463 unsigned *ptr;
Andy Adamsonfc931582009-04-01 09:22:31 -04005464 struct nfs4_session *session = clp->cl_session;
5465
5466 dprintk("--> %s clp=%p session=%p\n", __func__, clp, session);
5467
Trond Myklebustfd954ae2011-04-24 14:28:18 -04005468 status = _nfs4_proc_create_session(clp);
Andy Adamsonfc931582009-04-01 09:22:31 -04005469 if (status)
5470 goto out;
5471
Andy Adamsonaacd5532011-11-09 13:58:21 -05005472 /* Init or reset the session slot tables */
5473 status = nfs4_setup_session_slot_tables(session);
5474 dprintk("slot table setup returned %d\n", status);
Andy Adamsonfc931582009-04-01 09:22:31 -04005475 if (status)
5476 goto out;
5477
5478 ptr = (unsigned *)&session->sess_id.data[0];
5479 dprintk("%s client>seqid %d sessionid %u:%u:%u:%u\n", __func__,
5480 clp->cl_seqid, ptr[0], ptr[1], ptr[2], ptr[3]);
Andy Adamsonfc931582009-04-01 09:22:31 -04005481out:
5482 dprintk("<-- %s\n", __func__);
5483 return status;
5484}
5485
Andy Adamson0f3e66c2009-04-01 09:22:34 -04005486/*
5487 * Issue the over-the-wire RPC DESTROY_SESSION.
5488 * The caller must serialize access to this routine.
5489 */
5490int nfs4_proc_destroy_session(struct nfs4_session *session)
5491{
5492 int status = 0;
5493 struct rpc_message msg;
5494
5495 dprintk("--> nfs4_proc_destroy_session\n");
5496
5497 /* session is still being setup */
5498 if (session->clp->cl_cons_state != NFS_CS_READY)
5499 return status;
5500
5501 msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DESTROY_SESSION];
5502 msg.rpc_argp = session;
5503 msg.rpc_resp = NULL;
5504 msg.rpc_cred = NULL;
Trond Myklebust1bd714f2011-04-24 14:29:33 -04005505 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Andy Adamson0f3e66c2009-04-01 09:22:34 -04005506
5507 if (status)
5508 printk(KERN_WARNING
Weston Andros Adamsonf9fd2d92012-01-26 13:32:22 -05005509 "NFS: Got error %d from the server on DESTROY_SESSION. "
Andy Adamson0f3e66c2009-04-01 09:22:34 -04005510 "Session has been destroyed regardless...\n", status);
5511
5512 dprintk("<-- nfs4_proc_destroy_session\n");
5513 return status;
5514}
5515
Trond Myklebustfccba802009-07-21 16:48:07 -04005516int nfs4_init_session(struct nfs_server *server)
5517{
5518 struct nfs_client *clp = server->nfs_client;
Alexandros Batsakis2449ea22009-12-05 13:36:55 -05005519 struct nfs4_session *session;
Andy Adamson68bf05e2009-12-15 12:55:02 -05005520 unsigned int rsize, wsize;
Trond Myklebustfccba802009-07-21 16:48:07 -04005521 int ret;
5522
5523 if (!nfs4_has_session(clp))
5524 return 0;
5525
Trond Myklebust1055d762010-06-16 09:52:27 -04005526 session = clp->cl_session;
5527 if (!test_and_clear_bit(NFS4_SESSION_INITING, &session->session_state))
5528 return 0;
5529
Andy Adamson68bf05e2009-12-15 12:55:02 -05005530 rsize = server->rsize;
5531 if (rsize == 0)
5532 rsize = NFS_MAX_FILE_IO_SIZE;
5533 wsize = server->wsize;
5534 if (wsize == 0)
5535 wsize = NFS_MAX_FILE_IO_SIZE;
5536
Andy Adamson68bf05e2009-12-15 12:55:02 -05005537 session->fc_attrs.max_rqst_sz = wsize + nfs41_maxwrite_overhead;
5538 session->fc_attrs.max_resp_sz = rsize + nfs41_maxread_overhead;
Alexandros Batsakis2449ea22009-12-05 13:36:55 -05005539
Trond Myklebustfccba802009-07-21 16:48:07 -04005540 ret = nfs4_recover_expired_lease(server);
5541 if (!ret)
5542 ret = nfs4_check_client_ready(clp);
5543 return ret;
5544}
5545
Andy Adamsond83217c2011-03-01 01:34:17 +00005546int nfs4_init_ds_session(struct nfs_client *clp)
5547{
5548 struct nfs4_session *session = clp->cl_session;
5549 int ret;
5550
5551 if (!test_and_clear_bit(NFS4_SESSION_INITING, &session->session_state))
5552 return 0;
5553
5554 ret = nfs4_client_recover_expired_lease(clp);
5555 if (!ret)
5556 /* Test for the DS role */
5557 if (!is_ds_client(clp))
5558 ret = -ENODEV;
5559 if (!ret)
5560 ret = nfs4_check_client_ready(clp);
5561 return ret;
5562
5563}
5564EXPORT_SYMBOL_GPL(nfs4_init_ds_session);
5565
5566
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005567/*
5568 * Renew the cl_session lease.
5569 */
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04005570struct nfs4_sequence_data {
5571 struct nfs_client *clp;
5572 struct nfs4_sequence_args args;
5573 struct nfs4_sequence_res res;
5574};
5575
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08005576static void nfs41_sequence_release(void *data)
5577{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04005578 struct nfs4_sequence_data *calldata = data;
5579 struct nfs_client *clp = calldata->clp;
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08005580
Alexandros Batsakis71358402010-02-05 03:45:05 -08005581 if (atomic_read(&clp->cl_count) > 1)
5582 nfs4_schedule_state_renewal(clp);
5583 nfs_put_client(clp);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04005584 kfree(calldata);
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08005585}
5586
Trond Myklebustaa5190d2010-06-16 09:52:25 -04005587static int nfs41_sequence_handle_errors(struct rpc_task *task, struct nfs_client *clp)
5588{
5589 switch(task->tk_status) {
5590 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04005591 rpc_delay(task, NFS4_POLL_RETRY_MAX);
5592 return -EAGAIN;
5593 default:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05005594 nfs4_schedule_lease_recovery(clp);
Trond Myklebustaa5190d2010-06-16 09:52:25 -04005595 }
5596 return 0;
5597}
5598
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08005599static void nfs41_sequence_call_done(struct rpc_task *task, void *data)
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005600{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04005601 struct nfs4_sequence_data *calldata = data;
5602 struct nfs_client *clp = calldata->clp;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005603
Trond Myklebust14516c32010-07-31 14:29:06 -04005604 if (!nfs41_sequence_done(task, task->tk_msg.rpc_resp))
5605 return;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005606
5607 if (task->tk_status < 0) {
5608 dprintk("%s ERROR %d\n", __func__, task->tk_status);
Alexandros Batsakis71358402010-02-05 03:45:05 -08005609 if (atomic_read(&clp->cl_count) == 1)
5610 goto out;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005611
Trond Myklebustaa5190d2010-06-16 09:52:25 -04005612 if (nfs41_sequence_handle_errors(task, clp) == -EAGAIN) {
5613 rpc_restart_call_prepare(task);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005614 return;
5615 }
5616 }
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005617 dprintk("%s rpc_cred %p\n", __func__, task->tk_msg.rpc_cred);
Alexandros Batsakis71358402010-02-05 03:45:05 -08005618out:
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005619 dprintk("<-- %s\n", __func__);
5620}
5621
5622static void nfs41_sequence_prepare(struct rpc_task *task, void *data)
5623{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04005624 struct nfs4_sequence_data *calldata = data;
5625 struct nfs_client *clp = calldata->clp;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005626 struct nfs4_sequence_args *args;
5627 struct nfs4_sequence_res *res;
5628
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005629 args = task->tk_msg.rpc_argp;
5630 res = task->tk_msg.rpc_resp;
5631
Trond Myklebust9d12b212012-01-17 22:04:25 -05005632 if (nfs41_setup_sequence(clp->cl_session, args, res, task))
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005633 return;
5634 rpc_call_start(task);
5635}
5636
5637static const struct rpc_call_ops nfs41_sequence_ops = {
5638 .rpc_call_done = nfs41_sequence_call_done,
5639 .rpc_call_prepare = nfs41_sequence_prepare,
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08005640 .rpc_release = nfs41_sequence_release,
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005641};
5642
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005643static struct rpc_task *_nfs41_proc_sequence(struct nfs_client *clp, struct rpc_cred *cred)
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005644{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04005645 struct nfs4_sequence_data *calldata;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005646 struct rpc_message msg = {
5647 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SEQUENCE],
5648 .rpc_cred = cred,
5649 };
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005650 struct rpc_task_setup task_setup_data = {
5651 .rpc_client = clp->cl_rpcclient,
5652 .rpc_message = &msg,
5653 .callback_ops = &nfs41_sequence_ops,
5654 .flags = RPC_TASK_ASYNC | RPC_TASK_SOFT,
5655 };
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005656
Alexandros Batsakis71358402010-02-05 03:45:05 -08005657 if (!atomic_inc_not_zero(&clp->cl_count))
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005658 return ERR_PTR(-EIO);
Benny Halevydfb4f3092010-09-24 09:17:01 -04005659 calldata = kzalloc(sizeof(*calldata), GFP_NOFS);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04005660 if (calldata == NULL) {
Alexandros Batsakis71358402010-02-05 03:45:05 -08005661 nfs_put_client(clp);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005662 return ERR_PTR(-ENOMEM);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005663 }
Trond Myklebust9d12b212012-01-17 22:04:25 -05005664 nfs41_init_sequence(&calldata->args, &calldata->res, 0);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04005665 msg.rpc_argp = &calldata->args;
5666 msg.rpc_resp = &calldata->res;
5667 calldata->clp = clp;
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005668 task_setup_data.callback_data = calldata;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005669
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005670 return rpc_run_task(&task_setup_data);
5671}
5672
Trond Myklebust2f60ea62011-08-24 15:07:37 -04005673static int nfs41_proc_async_sequence(struct nfs_client *clp, struct rpc_cred *cred, unsigned renew_flags)
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005674{
5675 struct rpc_task *task;
5676 int ret = 0;
5677
Trond Myklebust2f60ea62011-08-24 15:07:37 -04005678 if ((renew_flags & NFS4_RENEW_TIMEOUT) == 0)
5679 return 0;
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005680 task = _nfs41_proc_sequence(clp, cred);
5681 if (IS_ERR(task))
5682 ret = PTR_ERR(task);
5683 else
Trond Myklebustbf294b42011-02-21 11:05:41 -08005684 rpc_put_task_async(task);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005685 dprintk("<-- %s status=%d\n", __func__, ret);
5686 return ret;
5687}
5688
5689static int nfs4_proc_sequence(struct nfs_client *clp, struct rpc_cred *cred)
5690{
5691 struct rpc_task *task;
5692 int ret;
5693
5694 task = _nfs41_proc_sequence(clp, cred);
5695 if (IS_ERR(task)) {
5696 ret = PTR_ERR(task);
5697 goto out;
5698 }
5699 ret = rpc_wait_for_completion_task(task);
Trond Myklebustb4410c22011-03-09 16:00:55 -05005700 if (!ret) {
5701 struct nfs4_sequence_res *res = task->tk_msg.rpc_resp;
5702
5703 if (task->tk_status == 0)
5704 nfs41_handle_sequence_flag_errors(clp, res->sr_status_flags);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005705 ret = task->tk_status;
Trond Myklebustb4410c22011-03-09 16:00:55 -05005706 }
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005707 rpc_put_task(task);
5708out:
5709 dprintk("<-- %s status=%d\n", __func__, ret);
5710 return ret;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005711}
5712
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005713struct nfs4_reclaim_complete_data {
5714 struct nfs_client *clp;
5715 struct nfs41_reclaim_complete_args arg;
5716 struct nfs41_reclaim_complete_res res;
5717};
5718
5719static void nfs4_reclaim_complete_prepare(struct rpc_task *task, void *data)
5720{
5721 struct nfs4_reclaim_complete_data *calldata = data;
5722
Alexandros Batsakisb2579572009-12-14 21:27:57 -08005723 rpc_task_set_priority(task, RPC_PRIORITY_PRIVILEGED);
Trond Myklebust035168a2010-06-16 09:52:26 -04005724 if (nfs41_setup_sequence(calldata->clp->cl_session,
5725 &calldata->arg.seq_args,
Trond Myklebust9d12b212012-01-17 22:04:25 -05005726 &calldata->res.seq_res, task))
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005727 return;
5728
5729 rpc_call_start(task);
5730}
5731
Trond Myklebustaa5190d2010-06-16 09:52:25 -04005732static int nfs41_reclaim_complete_handle_errors(struct rpc_task *task, struct nfs_client *clp)
5733{
5734 switch(task->tk_status) {
5735 case 0:
5736 case -NFS4ERR_COMPLETE_ALREADY:
5737 case -NFS4ERR_WRONG_CRED: /* What to do here? */
5738 break;
5739 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04005740 rpc_delay(task, NFS4_POLL_RETRY_MAX);
Andy Adamsona8a4ae32011-05-03 13:43:03 -04005741 /* fall through */
5742 case -NFS4ERR_RETRY_UNCACHED_REP:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04005743 return -EAGAIN;
5744 default:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05005745 nfs4_schedule_lease_recovery(clp);
Trond Myklebustaa5190d2010-06-16 09:52:25 -04005746 }
5747 return 0;
5748}
5749
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005750static void nfs4_reclaim_complete_done(struct rpc_task *task, void *data)
5751{
5752 struct nfs4_reclaim_complete_data *calldata = data;
5753 struct nfs_client *clp = calldata->clp;
5754 struct nfs4_sequence_res *res = &calldata->res.seq_res;
5755
5756 dprintk("--> %s\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04005757 if (!nfs41_sequence_done(task, res))
5758 return;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005759
Trond Myklebustaa5190d2010-06-16 09:52:25 -04005760 if (nfs41_reclaim_complete_handle_errors(task, clp) == -EAGAIN) {
5761 rpc_restart_call_prepare(task);
5762 return;
5763 }
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005764 dprintk("<-- %s\n", __func__);
5765}
5766
5767static void nfs4_free_reclaim_complete_data(void *data)
5768{
5769 struct nfs4_reclaim_complete_data *calldata = data;
5770
5771 kfree(calldata);
5772}
5773
5774static const struct rpc_call_ops nfs4_reclaim_complete_call_ops = {
5775 .rpc_call_prepare = nfs4_reclaim_complete_prepare,
5776 .rpc_call_done = nfs4_reclaim_complete_done,
5777 .rpc_release = nfs4_free_reclaim_complete_data,
5778};
5779
5780/*
5781 * Issue a global reclaim complete.
5782 */
5783static int nfs41_proc_reclaim_complete(struct nfs_client *clp)
5784{
5785 struct nfs4_reclaim_complete_data *calldata;
5786 struct rpc_task *task;
5787 struct rpc_message msg = {
5788 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RECLAIM_COMPLETE],
5789 };
5790 struct rpc_task_setup task_setup_data = {
5791 .rpc_client = clp->cl_rpcclient,
5792 .rpc_message = &msg,
5793 .callback_ops = &nfs4_reclaim_complete_call_ops,
5794 .flags = RPC_TASK_ASYNC,
5795 };
5796 int status = -ENOMEM;
5797
5798 dprintk("--> %s\n", __func__);
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005799 calldata = kzalloc(sizeof(*calldata), GFP_NOFS);
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005800 if (calldata == NULL)
5801 goto out;
5802 calldata->clp = clp;
5803 calldata->arg.one_fs = 0;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005804
Trond Myklebust9d12b212012-01-17 22:04:25 -05005805 nfs41_init_sequence(&calldata->arg.seq_args, &calldata->res.seq_res, 0);
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005806 msg.rpc_argp = &calldata->arg;
5807 msg.rpc_resp = &calldata->res;
5808 task_setup_data.callback_data = calldata;
5809 task = rpc_run_task(&task_setup_data);
Dan Carpenteracf82b82010-04-22 11:28:39 +02005810 if (IS_ERR(task)) {
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005811 status = PTR_ERR(task);
Dan Carpenteracf82b82010-04-22 11:28:39 +02005812 goto out;
5813 }
Andy Adamsonc34c32e2011-03-09 13:13:46 -05005814 status = nfs4_wait_for_completion_rpc_task(task);
5815 if (status == 0)
5816 status = task->tk_status;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005817 rpc_put_task(task);
Dan Carpenteracf82b82010-04-22 11:28:39 +02005818 return 0;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005819out:
5820 dprintk("<-- %s status=%d\n", __func__, status);
5821 return status;
5822}
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005823
5824static void
5825nfs4_layoutget_prepare(struct rpc_task *task, void *calldata)
5826{
5827 struct nfs4_layoutget *lgp = calldata;
Fred Isamanc31663d2011-01-06 11:36:24 +00005828 struct nfs_server *server = NFS_SERVER(lgp->args.inode);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005829
5830 dprintk("--> %s\n", __func__);
Fred Isamanc31663d2011-01-06 11:36:24 +00005831 /* Note the is a race here, where a CB_LAYOUTRECALL can come in
5832 * right now covering the LAYOUTGET we are about to send.
5833 * However, that is not so catastrophic, and there seems
5834 * to be no way to prevent it completely.
5835 */
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005836 if (nfs4_setup_sequence(server, &lgp->args.seq_args,
Trond Myklebust9d12b212012-01-17 22:04:25 -05005837 &lgp->res.seq_res, task))
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005838 return;
Fred Isamancf7d63f2011-01-06 11:36:25 +00005839 if (pnfs_choose_layoutget_stateid(&lgp->args.stateid,
5840 NFS_I(lgp->args.inode)->layout,
5841 lgp->args.ctx->state)) {
5842 rpc_exit(task, NFS4_OK);
5843 return;
5844 }
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005845 rpc_call_start(task);
5846}
5847
5848static void nfs4_layoutget_done(struct rpc_task *task, void *calldata)
5849{
5850 struct nfs4_layoutget *lgp = calldata;
5851 struct nfs_server *server = NFS_SERVER(lgp->args.inode);
5852
5853 dprintk("--> %s\n", __func__);
5854
5855 if (!nfs4_sequence_done(task, &lgp->res.seq_res))
5856 return;
5857
5858 switch (task->tk_status) {
5859 case 0:
5860 break;
5861 case -NFS4ERR_LAYOUTTRYLATER:
5862 case -NFS4ERR_RECALLCONFLICT:
5863 task->tk_status = -NFS4ERR_DELAY;
5864 /* Fall through */
5865 default:
5866 if (nfs4_async_handle_error(task, server, NULL) == -EAGAIN) {
5867 rpc_restart_call_prepare(task);
5868 return;
5869 }
5870 }
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005871 dprintk("<-- %s\n", __func__);
5872}
5873
5874static void nfs4_layoutget_release(void *calldata)
5875{
5876 struct nfs4_layoutget *lgp = calldata;
5877
5878 dprintk("--> %s\n", __func__);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005879 put_nfs_open_context(lgp->args.ctx);
5880 kfree(calldata);
5881 dprintk("<-- %s\n", __func__);
5882}
5883
5884static const struct rpc_call_ops nfs4_layoutget_call_ops = {
5885 .rpc_call_prepare = nfs4_layoutget_prepare,
5886 .rpc_call_done = nfs4_layoutget_done,
5887 .rpc_release = nfs4_layoutget_release,
5888};
5889
5890int nfs4_proc_layoutget(struct nfs4_layoutget *lgp)
5891{
5892 struct nfs_server *server = NFS_SERVER(lgp->args.inode);
5893 struct rpc_task *task;
5894 struct rpc_message msg = {
5895 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTGET],
5896 .rpc_argp = &lgp->args,
5897 .rpc_resp = &lgp->res,
5898 };
5899 struct rpc_task_setup task_setup_data = {
5900 .rpc_client = server->client,
5901 .rpc_message = &msg,
5902 .callback_ops = &nfs4_layoutget_call_ops,
5903 .callback_data = lgp,
5904 .flags = RPC_TASK_ASYNC,
5905 };
5906 int status = 0;
5907
5908 dprintk("--> %s\n", __func__);
5909
Weston Andros Adamson35124a02011-03-24 16:48:21 -04005910 lgp->res.layoutp = &lgp->args.layout;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005911 lgp->res.seq_res.sr_slot = NULL;
Trond Myklebust9d12b212012-01-17 22:04:25 -05005912 nfs41_init_sequence(&lgp->args.seq_args, &lgp->res.seq_res, 0);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005913 task = rpc_run_task(&task_setup_data);
5914 if (IS_ERR(task))
5915 return PTR_ERR(task);
5916 status = nfs4_wait_for_completion_rpc_task(task);
Fred Isamanc31663d2011-01-06 11:36:24 +00005917 if (status == 0)
5918 status = task->tk_status;
5919 if (status == 0)
5920 status = pnfs_layout_process(lgp);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005921 rpc_put_task(task);
5922 dprintk("<-- %s status=%d\n", __func__, status);
5923 return status;
5924}
5925
Benny Halevycbe82602011-05-22 19:52:37 +03005926static void
5927nfs4_layoutreturn_prepare(struct rpc_task *task, void *calldata)
5928{
5929 struct nfs4_layoutreturn *lrp = calldata;
5930
5931 dprintk("--> %s\n", __func__);
5932 if (nfs41_setup_sequence(lrp->clp->cl_session, &lrp->args.seq_args,
Trond Myklebust9d12b212012-01-17 22:04:25 -05005933 &lrp->res.seq_res, task))
Benny Halevycbe82602011-05-22 19:52:37 +03005934 return;
5935 rpc_call_start(task);
5936}
5937
5938static void nfs4_layoutreturn_done(struct rpc_task *task, void *calldata)
5939{
5940 struct nfs4_layoutreturn *lrp = calldata;
5941 struct nfs_server *server;
Trond Myklebusta56aaa02011-06-15 11:59:10 -04005942 struct pnfs_layout_hdr *lo = lrp->args.layout;
Benny Halevycbe82602011-05-22 19:52:37 +03005943
5944 dprintk("--> %s\n", __func__);
5945
5946 if (!nfs4_sequence_done(task, &lrp->res.seq_res))
5947 return;
5948
5949 server = NFS_SERVER(lrp->args.inode);
5950 if (nfs4_async_handle_error(task, server, NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07005951 rpc_restart_call_prepare(task);
Benny Halevycbe82602011-05-22 19:52:37 +03005952 return;
5953 }
Fred Isamana2e1d4f2011-06-13 18:54:53 -04005954 spin_lock(&lo->plh_inode->i_lock);
Benny Halevycbe82602011-05-22 19:52:37 +03005955 if (task->tk_status == 0) {
Benny Halevycbe82602011-05-22 19:52:37 +03005956 if (lrp->res.lrs_present) {
Benny Halevycbe82602011-05-22 19:52:37 +03005957 pnfs_set_layout_stateid(lo, &lrp->res.stateid, true);
Benny Halevycbe82602011-05-22 19:52:37 +03005958 } else
5959 BUG_ON(!list_empty(&lo->plh_segs));
5960 }
Fred Isamana2e1d4f2011-06-13 18:54:53 -04005961 lo->plh_block_lgets--;
5962 spin_unlock(&lo->plh_inode->i_lock);
Benny Halevycbe82602011-05-22 19:52:37 +03005963 dprintk("<-- %s\n", __func__);
5964}
5965
5966static void nfs4_layoutreturn_release(void *calldata)
5967{
5968 struct nfs4_layoutreturn *lrp = calldata;
5969
5970 dprintk("--> %s\n", __func__);
Trond Myklebusta56aaa02011-06-15 11:59:10 -04005971 put_layout_hdr(lrp->args.layout);
Benny Halevycbe82602011-05-22 19:52:37 +03005972 kfree(calldata);
5973 dprintk("<-- %s\n", __func__);
5974}
5975
5976static const struct rpc_call_ops nfs4_layoutreturn_call_ops = {
5977 .rpc_call_prepare = nfs4_layoutreturn_prepare,
5978 .rpc_call_done = nfs4_layoutreturn_done,
5979 .rpc_release = nfs4_layoutreturn_release,
5980};
5981
5982int nfs4_proc_layoutreturn(struct nfs4_layoutreturn *lrp)
5983{
5984 struct rpc_task *task;
5985 struct rpc_message msg = {
5986 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTRETURN],
5987 .rpc_argp = &lrp->args,
5988 .rpc_resp = &lrp->res,
5989 };
5990 struct rpc_task_setup task_setup_data = {
5991 .rpc_client = lrp->clp->cl_rpcclient,
5992 .rpc_message = &msg,
5993 .callback_ops = &nfs4_layoutreturn_call_ops,
5994 .callback_data = lrp,
5995 };
5996 int status;
5997
5998 dprintk("--> %s\n", __func__);
Trond Myklebust9d12b212012-01-17 22:04:25 -05005999 nfs41_init_sequence(&lrp->args.seq_args, &lrp->res.seq_res, 1);
Benny Halevycbe82602011-05-22 19:52:37 +03006000 task = rpc_run_task(&task_setup_data);
6001 if (IS_ERR(task))
6002 return PTR_ERR(task);
6003 status = task->tk_status;
6004 dprintk("<-- %s status=%d\n", __func__, status);
6005 rpc_put_task(task);
6006 return status;
6007}
6008
Andy Adamson7f11d8d2011-07-30 20:52:35 -04006009/*
6010 * Retrieve the list of Data Server devices from the MDS.
6011 */
6012static int _nfs4_getdevicelist(struct nfs_server *server,
6013 const struct nfs_fh *fh,
6014 struct pnfs_devicelist *devlist)
6015{
6016 struct nfs4_getdevicelist_args args = {
6017 .fh = fh,
6018 .layoutclass = server->pnfs_curr_ld->id,
6019 };
6020 struct nfs4_getdevicelist_res res = {
6021 .devlist = devlist,
6022 };
6023 struct rpc_message msg = {
6024 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETDEVICELIST],
6025 .rpc_argp = &args,
6026 .rpc_resp = &res,
6027 };
6028 int status;
6029
6030 dprintk("--> %s\n", __func__);
6031 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args,
6032 &res.seq_res, 0);
6033 dprintk("<-- %s status=%d\n", __func__, status);
6034 return status;
6035}
6036
6037int nfs4_proc_getdevicelist(struct nfs_server *server,
6038 const struct nfs_fh *fh,
6039 struct pnfs_devicelist *devlist)
6040{
6041 struct nfs4_exception exception = { };
6042 int err;
6043
6044 do {
6045 err = nfs4_handle_exception(server,
6046 _nfs4_getdevicelist(server, fh, devlist),
6047 &exception);
6048 } while (exception.retry);
6049
6050 dprintk("%s: err=%d, num_devs=%u\n", __func__,
6051 err, devlist->num_devs);
6052
6053 return err;
6054}
6055EXPORT_SYMBOL_GPL(nfs4_proc_getdevicelist);
6056
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006057static int
6058_nfs4_proc_getdeviceinfo(struct nfs_server *server, struct pnfs_device *pdev)
6059{
6060 struct nfs4_getdeviceinfo_args args = {
6061 .pdev = pdev,
6062 };
6063 struct nfs4_getdeviceinfo_res res = {
6064 .pdev = pdev,
6065 };
6066 struct rpc_message msg = {
6067 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETDEVICEINFO],
6068 .rpc_argp = &args,
6069 .rpc_resp = &res,
6070 };
6071 int status;
6072
6073 dprintk("--> %s\n", __func__);
Bryan Schumaker7c513052011-03-24 17:12:24 +00006074 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04006075 dprintk("<-- %s status=%d\n", __func__, status);
6076
6077 return status;
6078}
6079
6080int nfs4_proc_getdeviceinfo(struct nfs_server *server, struct pnfs_device *pdev)
6081{
6082 struct nfs4_exception exception = { };
6083 int err;
6084
6085 do {
6086 err = nfs4_handle_exception(server,
6087 _nfs4_proc_getdeviceinfo(server, pdev),
6088 &exception);
6089 } while (exception.retry);
6090 return err;
6091}
6092EXPORT_SYMBOL_GPL(nfs4_proc_getdeviceinfo);
6093
Andy Adamson863a3c62011-03-23 13:27:54 +00006094static void nfs4_layoutcommit_prepare(struct rpc_task *task, void *calldata)
6095{
6096 struct nfs4_layoutcommit_data *data = calldata;
6097 struct nfs_server *server = NFS_SERVER(data->args.inode);
6098
6099 if (nfs4_setup_sequence(server, &data->args.seq_args,
Trond Myklebust9d12b212012-01-17 22:04:25 -05006100 &data->res.seq_res, task))
Andy Adamson863a3c62011-03-23 13:27:54 +00006101 return;
6102 rpc_call_start(task);
6103}
6104
6105static void
6106nfs4_layoutcommit_done(struct rpc_task *task, void *calldata)
6107{
6108 struct nfs4_layoutcommit_data *data = calldata;
6109 struct nfs_server *server = NFS_SERVER(data->args.inode);
6110
6111 if (!nfs4_sequence_done(task, &data->res.seq_res))
6112 return;
6113
6114 switch (task->tk_status) { /* Just ignore these failures */
6115 case NFS4ERR_DELEG_REVOKED: /* layout was recalled */
6116 case NFS4ERR_BADIOMODE: /* no IOMODE_RW layout for range */
6117 case NFS4ERR_BADLAYOUT: /* no layout */
6118 case NFS4ERR_GRACE: /* loca_recalim always false */
6119 task->tk_status = 0;
6120 }
6121
6122 if (nfs4_async_handle_error(task, server, NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07006123 rpc_restart_call_prepare(task);
Andy Adamson863a3c62011-03-23 13:27:54 +00006124 return;
6125 }
6126
6127 if (task->tk_status == 0)
6128 nfs_post_op_update_inode_force_wcc(data->args.inode,
6129 data->res.fattr);
6130}
6131
6132static void nfs4_layoutcommit_release(void *calldata)
6133{
6134 struct nfs4_layoutcommit_data *data = calldata;
Peng Taoa9bae562011-07-30 20:52:33 -04006135 struct pnfs_layout_segment *lseg, *tmp;
Peng Tao92407e72011-10-23 20:21:17 -07006136 unsigned long *bitlock = &NFS_I(data->args.inode)->flags;
Andy Adamson863a3c62011-03-23 13:27:54 +00006137
Andy Adamsondb29c082011-07-30 20:52:38 -04006138 pnfs_cleanup_layoutcommit(data);
Andy Adamson863a3c62011-03-23 13:27:54 +00006139 /* Matched by references in pnfs_set_layoutcommit */
Peng Taoa9bae562011-07-30 20:52:33 -04006140 list_for_each_entry_safe(lseg, tmp, &data->lseg_list, pls_lc_list) {
6141 list_del_init(&lseg->pls_lc_list);
6142 if (test_and_clear_bit(NFS_LSEG_LAYOUTCOMMIT,
6143 &lseg->pls_flags))
6144 put_lseg(lseg);
6145 }
Peng Tao92407e72011-10-23 20:21:17 -07006146
6147 clear_bit_unlock(NFS_INO_LAYOUTCOMMITTING, bitlock);
6148 smp_mb__after_clear_bit();
6149 wake_up_bit(bitlock, NFS_INO_LAYOUTCOMMITTING);
6150
Andy Adamson863a3c62011-03-23 13:27:54 +00006151 put_rpccred(data->cred);
6152 kfree(data);
6153}
6154
6155static const struct rpc_call_ops nfs4_layoutcommit_ops = {
6156 .rpc_call_prepare = nfs4_layoutcommit_prepare,
6157 .rpc_call_done = nfs4_layoutcommit_done,
6158 .rpc_release = nfs4_layoutcommit_release,
6159};
6160
6161int
Andy Adamsonef311532011-03-12 02:58:10 -05006162nfs4_proc_layoutcommit(struct nfs4_layoutcommit_data *data, bool sync)
Andy Adamson863a3c62011-03-23 13:27:54 +00006163{
6164 struct rpc_message msg = {
6165 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTCOMMIT],
6166 .rpc_argp = &data->args,
6167 .rpc_resp = &data->res,
6168 .rpc_cred = data->cred,
6169 };
6170 struct rpc_task_setup task_setup_data = {
6171 .task = &data->task,
6172 .rpc_client = NFS_CLIENT(data->args.inode),
6173 .rpc_message = &msg,
6174 .callback_ops = &nfs4_layoutcommit_ops,
6175 .callback_data = data,
6176 .flags = RPC_TASK_ASYNC,
6177 };
6178 struct rpc_task *task;
6179 int status = 0;
6180
6181 dprintk("NFS: %4d initiating layoutcommit call. sync %d "
6182 "lbw: %llu inode %lu\n",
6183 data->task.tk_pid, sync,
6184 data->args.lastbytewritten,
6185 data->args.inode->i_ino);
6186
Trond Myklebust9d12b212012-01-17 22:04:25 -05006187 nfs41_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Andy Adamson863a3c62011-03-23 13:27:54 +00006188 task = rpc_run_task(&task_setup_data);
6189 if (IS_ERR(task))
6190 return PTR_ERR(task);
Andy Adamsonef311532011-03-12 02:58:10 -05006191 if (sync == false)
Andy Adamson863a3c62011-03-23 13:27:54 +00006192 goto out;
6193 status = nfs4_wait_for_completion_rpc_task(task);
6194 if (status != 0)
6195 goto out;
6196 status = task->tk_status;
6197out:
6198 dprintk("%s: status %d\n", __func__, status);
6199 rpc_put_task(task);
6200 return status;
6201}
Bryan Schumakerfca78d62011-06-02 14:59:07 -04006202
6203static int
6204_nfs41_proc_secinfo_no_name(struct nfs_server *server, struct nfs_fh *fhandle,
6205 struct nfs_fsinfo *info, struct nfs4_secinfo_flavors *flavors)
6206{
6207 struct nfs41_secinfo_no_name_args args = {
6208 .style = SECINFO_STYLE_CURRENT_FH,
6209 };
6210 struct nfs4_secinfo_res res = {
6211 .flavors = flavors,
6212 };
6213 struct rpc_message msg = {
6214 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SECINFO_NO_NAME],
6215 .rpc_argp = &args,
6216 .rpc_resp = &res,
6217 };
6218 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
6219}
6220
6221static int
6222nfs41_proc_secinfo_no_name(struct nfs_server *server, struct nfs_fh *fhandle,
6223 struct nfs_fsinfo *info, struct nfs4_secinfo_flavors *flavors)
6224{
6225 struct nfs4_exception exception = { };
6226 int err;
6227 do {
6228 err = _nfs41_proc_secinfo_no_name(server, fhandle, info, flavors);
6229 switch (err) {
6230 case 0:
6231 case -NFS4ERR_WRONGSEC:
6232 case -NFS4ERR_NOTSUPP:
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04006233 goto out;
Bryan Schumakerfca78d62011-06-02 14:59:07 -04006234 default:
6235 err = nfs4_handle_exception(server, err, &exception);
6236 }
6237 } while (exception.retry);
Trond Myklebust05e9cfb2012-03-27 18:13:02 -04006238out:
Bryan Schumakerfca78d62011-06-02 14:59:07 -04006239 return err;
6240}
6241
6242static int
6243nfs41_find_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
6244 struct nfs_fsinfo *info)
6245{
6246 int err;
6247 struct page *page;
6248 rpc_authflavor_t flavor;
6249 struct nfs4_secinfo_flavors *flavors;
6250
6251 page = alloc_page(GFP_KERNEL);
6252 if (!page) {
6253 err = -ENOMEM;
6254 goto out;
6255 }
6256
6257 flavors = page_address(page);
6258 err = nfs41_proc_secinfo_no_name(server, fhandle, info, flavors);
6259
6260 /*
6261 * Fall back on "guess and check" method if
6262 * the server doesn't support SECINFO_NO_NAME
6263 */
6264 if (err == -NFS4ERR_WRONGSEC || err == -NFS4ERR_NOTSUPP) {
6265 err = nfs4_find_root_sec(server, fhandle, info);
6266 goto out_freepage;
6267 }
6268 if (err)
6269 goto out_freepage;
6270
6271 flavor = nfs_find_best_sec(flavors);
6272 if (err == 0)
6273 err = nfs4_lookup_root_sec(server, fhandle, info, flavor);
6274
6275out_freepage:
6276 put_page(page);
6277 if (err == -EACCES)
6278 return -EPERM;
6279out:
6280 return err;
6281}
Bryan Schumaker1cab0652012-01-31 10:39:29 -05006282
6283static int _nfs41_test_stateid(struct nfs_server *server, nfs4_stateid *stateid)
Bryan Schumaker7d974792011-06-02 14:59:08 -04006284{
6285 int status;
6286 struct nfs41_test_stateid_args args = {
Bryan Schumaker1cab0652012-01-31 10:39:29 -05006287 .stateid = stateid,
Bryan Schumaker7d974792011-06-02 14:59:08 -04006288 };
6289 struct nfs41_test_stateid_res res;
6290 struct rpc_message msg = {
6291 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_TEST_STATEID],
6292 .rpc_argp = &args,
6293 .rpc_resp = &res,
6294 };
Bryan Schumaker1cab0652012-01-31 10:39:29 -05006295
Trond Myklebust9d12b212012-01-17 22:04:25 -05006296 nfs41_init_sequence(&args.seq_args, &res.seq_res, 0);
Bryan Schumaker1cab0652012-01-31 10:39:29 -05006297 status = nfs4_call_sync_sequence(server->client, server, &msg, &args.seq_args, &res.seq_res, 1);
6298
6299 if (status == NFS_OK)
6300 return res.status;
Bryan Schumaker7d974792011-06-02 14:59:08 -04006301 return status;
6302}
6303
Bryan Schumaker1cab0652012-01-31 10:39:29 -05006304static int nfs41_test_stateid(struct nfs_server *server, nfs4_stateid *stateid)
Bryan Schumaker7d974792011-06-02 14:59:08 -04006305{
6306 struct nfs4_exception exception = { };
6307 int err;
6308 do {
6309 err = nfs4_handle_exception(server,
Bryan Schumaker1cab0652012-01-31 10:39:29 -05006310 _nfs41_test_stateid(server, stateid),
Bryan Schumaker7d974792011-06-02 14:59:08 -04006311 &exception);
6312 } while (exception.retry);
6313 return err;
6314}
Bryan Schumaker9aeda352011-06-02 14:59:09 -04006315
Bryan Schumaker1cab0652012-01-31 10:39:29 -05006316static int _nfs4_free_stateid(struct nfs_server *server, nfs4_stateid *stateid)
Bryan Schumaker9aeda352011-06-02 14:59:09 -04006317{
Bryan Schumaker9aeda352011-06-02 14:59:09 -04006318 struct nfs41_free_stateid_args args = {
Bryan Schumaker1cab0652012-01-31 10:39:29 -05006319 .stateid = stateid,
Bryan Schumaker9aeda352011-06-02 14:59:09 -04006320 };
6321 struct nfs41_free_stateid_res res;
6322 struct rpc_message msg = {
6323 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FREE_STATEID],
6324 .rpc_argp = &args,
6325 .rpc_resp = &res,
6326 };
6327
Trond Myklebust9d12b212012-01-17 22:04:25 -05006328 nfs41_init_sequence(&args.seq_args, &res.seq_res, 0);
6329 return nfs4_call_sync_sequence(server->client, server, &msg, &args.seq_args, &res.seq_res, 1);
Bryan Schumaker9aeda352011-06-02 14:59:09 -04006330}
6331
Bryan Schumaker1cab0652012-01-31 10:39:29 -05006332static int nfs41_free_stateid(struct nfs_server *server, nfs4_stateid *stateid)
Bryan Schumaker9aeda352011-06-02 14:59:09 -04006333{
6334 struct nfs4_exception exception = { };
6335 int err;
6336 do {
6337 err = nfs4_handle_exception(server,
Bryan Schumaker1cab0652012-01-31 10:39:29 -05006338 _nfs4_free_stateid(server, stateid),
Bryan Schumaker9aeda352011-06-02 14:59:09 -04006339 &exception);
6340 } while (exception.retry);
6341 return err;
6342}
Trond Myklebust36281ca2012-03-04 18:13:56 -05006343
6344static bool nfs41_match_stateid(const nfs4_stateid *s1,
6345 const nfs4_stateid *s2)
6346{
Trond Myklebust2d2f24a2012-03-04 18:13:57 -05006347 if (memcmp(s1->other, s2->other, sizeof(s1->other)) != 0)
Trond Myklebust36281ca2012-03-04 18:13:56 -05006348 return false;
6349
Trond Myklebust2d2f24a2012-03-04 18:13:57 -05006350 if (s1->seqid == s2->seqid)
Trond Myklebust36281ca2012-03-04 18:13:56 -05006351 return true;
Trond Myklebust2d2f24a2012-03-04 18:13:57 -05006352 if (s1->seqid == 0 || s2->seqid == 0)
Trond Myklebust36281ca2012-03-04 18:13:56 -05006353 return true;
6354
6355 return false;
6356}
6357
Andy Adamson557134a2009-04-01 09:21:53 -04006358#endif /* CONFIG_NFS_V4_1 */
6359
Trond Myklebust36281ca2012-03-04 18:13:56 -05006360static bool nfs4_match_stateid(const nfs4_stateid *s1,
6361 const nfs4_stateid *s2)
6362{
Trond Myklebustf597c532012-03-04 18:13:56 -05006363 return nfs4_stateid_match(s1, s2);
Trond Myklebust36281ca2012-03-04 18:13:56 -05006364}
6365
6366
Trond Myklebust17280172012-03-11 13:11:00 -04006367static const struct nfs4_state_recovery_ops nfs40_reboot_recovery_ops = {
Trond Myklebust7eff03a2008-12-23 15:21:43 -05006368 .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT,
Trond Myklebustb79a4a12008-12-23 15:21:41 -05006369 .state_flag_bit = NFS_STATE_RECLAIM_REBOOT,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006370 .recover_open = nfs4_open_reclaim,
6371 .recover_lock = nfs4_lock_reclaim,
Andy Adamson591d71c2009-04-01 09:22:47 -04006372 .establish_clid = nfs4_init_clientid,
Andy Adamson90a16612009-04-01 09:22:48 -04006373 .get_clid_cred = nfs4_get_setclientid_cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006374};
6375
Andy Adamson591d71c2009-04-01 09:22:47 -04006376#if defined(CONFIG_NFS_V4_1)
Trond Myklebust17280172012-03-11 13:11:00 -04006377static const struct nfs4_state_recovery_ops nfs41_reboot_recovery_ops = {
Andy Adamson591d71c2009-04-01 09:22:47 -04006378 .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT,
6379 .state_flag_bit = NFS_STATE_RECLAIM_REBOOT,
6380 .recover_open = nfs4_open_reclaim,
6381 .recover_lock = nfs4_lock_reclaim,
Andy Adamson4d643d12009-12-04 15:52:24 -05006382 .establish_clid = nfs41_init_clientid,
Andy Adamsonb4b82602009-04-01 09:22:49 -04006383 .get_clid_cred = nfs4_get_exchange_id_cred,
Ricardo Labiagafce5c832009-12-05 16:08:41 -05006384 .reclaim_complete = nfs41_proc_reclaim_complete,
Andy Adamson591d71c2009-04-01 09:22:47 -04006385};
6386#endif /* CONFIG_NFS_V4_1 */
6387
Trond Myklebust17280172012-03-11 13:11:00 -04006388static const struct nfs4_state_recovery_ops nfs40_nograce_recovery_ops = {
Trond Myklebust7eff03a2008-12-23 15:21:43 -05006389 .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE,
Trond Myklebustb79a4a12008-12-23 15:21:41 -05006390 .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006391 .recover_open = nfs4_open_expired,
6392 .recover_lock = nfs4_lock_expired,
Andy Adamson591d71c2009-04-01 09:22:47 -04006393 .establish_clid = nfs4_init_clientid,
Andy Adamson90a16612009-04-01 09:22:48 -04006394 .get_clid_cred = nfs4_get_setclientid_cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006395};
6396
Andy Adamson591d71c2009-04-01 09:22:47 -04006397#if defined(CONFIG_NFS_V4_1)
Trond Myklebust17280172012-03-11 13:11:00 -04006398static const struct nfs4_state_recovery_ops nfs41_nograce_recovery_ops = {
Andy Adamson591d71c2009-04-01 09:22:47 -04006399 .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE,
6400 .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE,
Bryan Schumakerf062eb62011-06-02 14:59:10 -04006401 .recover_open = nfs41_open_expired,
6402 .recover_lock = nfs41_lock_expired,
Andy Adamson4d643d12009-12-04 15:52:24 -05006403 .establish_clid = nfs41_init_clientid,
Andy Adamsonb4b82602009-04-01 09:22:49 -04006404 .get_clid_cred = nfs4_get_exchange_id_cred,
Andy Adamson591d71c2009-04-01 09:22:47 -04006405};
6406#endif /* CONFIG_NFS_V4_1 */
6407
Trond Myklebust17280172012-03-11 13:11:00 -04006408static const struct nfs4_state_maintenance_ops nfs40_state_renewal_ops = {
Benny Halevy29fba382009-04-01 09:22:44 -04006409 .sched_state_renewal = nfs4_proc_async_renew,
Andy Adamsona7b72102009-04-01 09:22:46 -04006410 .get_state_renewal_cred_locked = nfs4_get_renew_cred_locked,
Benny Halevy8e69514f2009-04-01 09:22:45 -04006411 .renew_lease = nfs4_proc_renew,
Benny Halevy29fba382009-04-01 09:22:44 -04006412};
6413
6414#if defined(CONFIG_NFS_V4_1)
Trond Myklebust17280172012-03-11 13:11:00 -04006415static const struct nfs4_state_maintenance_ops nfs41_state_renewal_ops = {
Benny Halevy29fba382009-04-01 09:22:44 -04006416 .sched_state_renewal = nfs41_proc_async_sequence,
Andy Adamsona7b72102009-04-01 09:22:46 -04006417 .get_state_renewal_cred_locked = nfs4_get_machine_cred_locked,
Benny Halevy8e69514f2009-04-01 09:22:45 -04006418 .renew_lease = nfs4_proc_sequence,
Benny Halevy29fba382009-04-01 09:22:44 -04006419};
6420#endif
6421
Trond Myklebust97dc1352010-06-16 09:52:26 -04006422static const struct nfs4_minor_version_ops nfs_v4_0_minor_ops = {
6423 .minor_version = 0,
6424 .call_sync = _nfs4_call_sync,
Trond Myklebust36281ca2012-03-04 18:13:56 -05006425 .match_stateid = nfs4_match_stateid,
Bryan Schumakerfca78d62011-06-02 14:59:07 -04006426 .find_root_sec = nfs4_find_root_sec,
Trond Myklebustc48f4f32010-06-16 09:52:27 -04006427 .reboot_recovery_ops = &nfs40_reboot_recovery_ops,
6428 .nograce_recovery_ops = &nfs40_nograce_recovery_ops,
6429 .state_renewal_ops = &nfs40_state_renewal_ops,
Trond Myklebust97dc1352010-06-16 09:52:26 -04006430};
6431
6432#if defined(CONFIG_NFS_V4_1)
6433static const struct nfs4_minor_version_ops nfs_v4_1_minor_ops = {
6434 .minor_version = 1,
6435 .call_sync = _nfs4_call_sync_session,
Trond Myklebust36281ca2012-03-04 18:13:56 -05006436 .match_stateid = nfs41_match_stateid,
Bryan Schumakerfca78d62011-06-02 14:59:07 -04006437 .find_root_sec = nfs41_find_root_sec,
Trond Myklebustc48f4f32010-06-16 09:52:27 -04006438 .reboot_recovery_ops = &nfs41_reboot_recovery_ops,
6439 .nograce_recovery_ops = &nfs41_nograce_recovery_ops,
6440 .state_renewal_ops = &nfs41_state_renewal_ops,
Trond Myklebust97dc1352010-06-16 09:52:26 -04006441};
6442#endif
6443
Trond Myklebust97dc1352010-06-16 09:52:26 -04006444const struct nfs4_minor_version_ops *nfs_v4_minor_ops[] = {
6445 [0] = &nfs_v4_0_minor_ops,
6446#if defined(CONFIG_NFS_V4_1)
6447 [1] = &nfs_v4_1_minor_ops,
6448#endif
6449};
6450
Arjan van de Ven92e1d5b2007-02-12 00:55:39 -08006451static const struct inode_operations nfs4_file_inode_operations = {
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006452 .permission = nfs_permission,
6453 .getattr = nfs_getattr,
6454 .setattr = nfs_setattr,
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006455 .getxattr = generic_getxattr,
6456 .setxattr = generic_setxattr,
6457 .listxattr = generic_listxattr,
6458 .removexattr = generic_removexattr,
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006459};
6460
David Howells509de812006-08-22 20:06:11 -04006461const struct nfs_rpc_ops nfs_v4_clientops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07006462 .version = 4, /* protocol version */
6463 .dentry_ops = &nfs4_dentry_operations,
6464 .dir_inode_ops = &nfs4_dir_inode_operations,
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006465 .file_inode_ops = &nfs4_file_inode_operations,
Jeff Layton1788ea62011-11-04 13:31:21 -04006466 .file_ops = &nfs4_file_operations,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006467 .getroot = nfs4_proc_get_root,
6468 .getattr = nfs4_proc_getattr,
6469 .setattr = nfs4_proc_setattr,
6470 .lookup = nfs4_proc_lookup,
6471 .access = nfs4_proc_access,
6472 .readlink = nfs4_proc_readlink,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006473 .create = nfs4_proc_create,
6474 .remove = nfs4_proc_remove,
6475 .unlink_setup = nfs4_proc_unlink_setup,
Bryan Schumaker34e137c2012-03-19 14:54:41 -04006476 .unlink_rpc_prepare = nfs4_proc_unlink_rpc_prepare,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006477 .unlink_done = nfs4_proc_unlink_done,
6478 .rename = nfs4_proc_rename,
Jeff Laytond3d41522010-09-17 17:31:57 -04006479 .rename_setup = nfs4_proc_rename_setup,
Bryan Schumakerc6bfa1a2012-03-19 14:54:42 -04006480 .rename_rpc_prepare = nfs4_proc_rename_rpc_prepare,
Jeff Laytond3d41522010-09-17 17:31:57 -04006481 .rename_done = nfs4_proc_rename_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006482 .link = nfs4_proc_link,
6483 .symlink = nfs4_proc_symlink,
6484 .mkdir = nfs4_proc_mkdir,
6485 .rmdir = nfs4_proc_remove,
6486 .readdir = nfs4_proc_readdir,
6487 .mknod = nfs4_proc_mknod,
6488 .statfs = nfs4_proc_statfs,
6489 .fsinfo = nfs4_proc_fsinfo,
6490 .pathconf = nfs4_proc_pathconf,
David Howellse9326dc2006-08-22 20:06:10 -04006491 .set_capabilities = nfs4_server_capabilities,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006492 .decode_dirent = nfs4_decode_dirent,
6493 .read_setup = nfs4_proc_read_setup,
Bryan Schumakerea7c3302012-03-19 14:54:40 -04006494 .read_rpc_prepare = nfs4_proc_read_rpc_prepare,
Trond Myklebustec06c092006-03-20 13:44:27 -05006495 .read_done = nfs4_read_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006496 .write_setup = nfs4_proc_write_setup,
Bryan Schumakerc6cb80d2012-03-19 14:54:39 -04006497 .write_rpc_prepare = nfs4_proc_write_rpc_prepare,
Trond Myklebust788e7a82006-03-20 13:44:27 -05006498 .write_done = nfs4_write_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006499 .commit_setup = nfs4_proc_commit_setup,
Trond Myklebust788e7a82006-03-20 13:44:27 -05006500 .commit_done = nfs4_commit_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006501 .lock = nfs4_proc_lock,
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00006502 .clear_acl_cache = nfs4_zap_acl_attr,
Trond Myklebust7fe5c392009-03-19 15:35:50 -04006503 .close_context = nfs4_close_context,
Trond Myklebust2b484292010-09-17 10:56:51 -04006504 .open_context = nfs4_atomic_open,
Andy Adamson45a52a02011-03-01 01:34:08 +00006505 .init_client = nfs4_init_client,
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006506 .secinfo = nfs4_proc_secinfo,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006507};
6508
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006509static const struct xattr_handler nfs4_xattr_nfs4_acl_handler = {
6510 .prefix = XATTR_NAME_NFSV4_ACL,
6511 .list = nfs4_xattr_list_nfs4_acl,
6512 .get = nfs4_xattr_get_nfs4_acl,
6513 .set = nfs4_xattr_set_nfs4_acl,
6514};
6515
6516const struct xattr_handler *nfs4_xattr_handlers[] = {
6517 &nfs4_xattr_nfs4_acl_handler,
6518 NULL
6519};
6520
Trond Myklebustef159e92012-02-06 19:50:40 -05006521module_param(max_session_slots, ushort, 0644);
6522MODULE_PARM_DESC(max_session_slots, "Maximum number of outstanding NFSv4.1 "
6523 "requests the client will negotiate");
6524
Linus Torvalds1da177e2005-04-16 15:20:36 -07006525/*
6526 * Local variables:
6527 * c-basic-offset: 8
6528 * End:
6529 */