blob: 0b33165417345a4d7f7449e389e5fec9668a019c [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 *);
Trond Myklebust99367812007-07-17 21:52:41 -040082static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr);
Trond Myklebust0ab64e02010-04-16 16:22:51 -040083static int nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
84 struct nfs_fattr *fattr, struct iattr *sattr,
85 struct nfs4_state *state);
Bryan Schumakerf062eb62011-06-02 14:59:10 -040086#ifdef CONFIG_NFS_V4_1
Bryan Schumaker1cab0652012-01-31 10:39:29 -050087static int nfs41_test_stateid(struct nfs_server *, nfs4_stateid *);
88static int nfs41_free_stateid(struct nfs_server *, nfs4_stateid *);
Bryan Schumakerf062eb62011-06-02 14:59:10 -040089#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -070090/* Prevent leaks of NFSv4 errors into userland */
WANG Cong46f72f52008-12-30 16:35:55 -050091static int nfs4_map_errors(int err)
Linus Torvalds1da177e2005-04-16 15:20:36 -070092{
Trond Myklebust52567b02009-10-23 14:46:42 -040093 if (err >= -1000)
94 return err;
95 switch (err) {
96 case -NFS4ERR_RESOURCE:
97 return -EREMOTEIO;
Bryan Schumaker7ebb9312011-03-24 17:12:30 +000098 case -NFS4ERR_WRONGSEC:
99 return -EPERM;
Trond Myklebust3ddeb7c2011-02-22 15:44:31 -0800100 case -NFS4ERR_BADOWNER:
101 case -NFS4ERR_BADNAME:
102 return -EINVAL;
Trond Myklebust52567b02009-10-23 14:46:42 -0400103 default:
Linus Torvalds1da177e2005-04-16 15:20:36 -0700104 dprintk("%s could not handle NFSv4 error %d\n",
Harvey Harrison3110ff82008-05-02 13:42:44 -0700105 __func__, -err);
Trond Myklebust52567b02009-10-23 14:46:42 -0400106 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700107 }
Trond Myklebust52567b02009-10-23 14:46:42 -0400108 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700109}
110
111/*
112 * This is our standard bitmap for GETATTR requests.
113 */
114const u32 nfs4_fattr_bitmap[2] = {
115 FATTR4_WORD0_TYPE
116 | FATTR4_WORD0_CHANGE
117 | FATTR4_WORD0_SIZE
118 | FATTR4_WORD0_FSID
119 | FATTR4_WORD0_FILEID,
120 FATTR4_WORD1_MODE
121 | FATTR4_WORD1_NUMLINKS
122 | FATTR4_WORD1_OWNER
123 | FATTR4_WORD1_OWNER_GROUP
124 | FATTR4_WORD1_RAWDEV
125 | FATTR4_WORD1_SPACE_USED
126 | FATTR4_WORD1_TIME_ACCESS
127 | FATTR4_WORD1_TIME_METADATA
128 | FATTR4_WORD1_TIME_MODIFY
129};
130
131const u32 nfs4_statfs_bitmap[2] = {
132 FATTR4_WORD0_FILES_AVAIL
133 | FATTR4_WORD0_FILES_FREE
134 | FATTR4_WORD0_FILES_TOTAL,
135 FATTR4_WORD1_SPACE_AVAIL
136 | FATTR4_WORD1_SPACE_FREE
137 | FATTR4_WORD1_SPACE_TOTAL
138};
139
Trond Myklebust4ce79712005-06-22 17:16:21 +0000140const u32 nfs4_pathconf_bitmap[2] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700141 FATTR4_WORD0_MAXLINK
142 | FATTR4_WORD0_MAXNAME,
143 0
144};
145
Fred Isamandae100c2011-07-30 20:52:37 -0400146const u32 nfs4_fsinfo_bitmap[3] = { FATTR4_WORD0_MAXFILESIZE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700147 | FATTR4_WORD0_MAXREAD
148 | FATTR4_WORD0_MAXWRITE
149 | FATTR4_WORD0_LEASE_TIME,
Ricardo Labiaga55b6e772010-10-12 16:30:06 -0700150 FATTR4_WORD1_TIME_DELTA
Fred Isamandae100c2011-07-30 20:52:37 -0400151 | FATTR4_WORD1_FS_LAYOUT_TYPES,
152 FATTR4_WORD2_LAYOUT_BLKSIZE
Linus Torvalds1da177e2005-04-16 15:20:36 -0700153};
154
Manoj Naik830b8e32006-06-09 09:34:25 -0400155const u32 nfs4_fs_locations_bitmap[2] = {
156 FATTR4_WORD0_TYPE
157 | FATTR4_WORD0_CHANGE
158 | FATTR4_WORD0_SIZE
159 | FATTR4_WORD0_FSID
160 | FATTR4_WORD0_FILEID
161 | FATTR4_WORD0_FS_LOCATIONS,
162 FATTR4_WORD1_MODE
163 | FATTR4_WORD1_NUMLINKS
164 | FATTR4_WORD1_OWNER
165 | FATTR4_WORD1_OWNER_GROUP
166 | FATTR4_WORD1_RAWDEV
167 | FATTR4_WORD1_SPACE_USED
168 | FATTR4_WORD1_TIME_ACCESS
169 | FATTR4_WORD1_TIME_METADATA
170 | FATTR4_WORD1_TIME_MODIFY
171 | FATTR4_WORD1_MOUNTED_ON_FILEID
172};
173
Al Virobc4785c2006-10-19 23:28:51 -0700174static void nfs4_setup_readdir(u64 cookie, __be32 *verifier, struct dentry *dentry,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700175 struct nfs4_readdir_arg *readdir)
176{
Al Viro0dbb4c62006-10-19 23:28:49 -0700177 __be32 *start, *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700178
179 BUG_ON(readdir->count < 80);
180 if (cookie > 2) {
Adrian Bunkb7ef1952005-06-22 17:16:28 +0000181 readdir->cookie = cookie;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700182 memcpy(&readdir->verifier, verifier, sizeof(readdir->verifier));
183 return;
184 }
185
186 readdir->cookie = 0;
187 memset(&readdir->verifier, 0, sizeof(readdir->verifier));
188 if (cookie == 2)
189 return;
190
191 /*
192 * NFSv4 servers do not return entries for '.' and '..'
193 * Therefore, we fake these entries here. We let '.'
194 * have cookie 0 and '..' have cookie 1. Note that
195 * when talking to the server, we always send cookie 0
196 * instead of 1 or 2.
197 */
Al Viro0dbb4c62006-10-19 23:28:49 -0700198 start = p = kmap_atomic(*readdir->pages, KM_USER0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700199
200 if (cookie == 0) {
201 *p++ = xdr_one; /* next */
202 *p++ = xdr_zero; /* cookie, first word */
203 *p++ = xdr_one; /* cookie, second word */
204 *p++ = xdr_one; /* entry len */
205 memcpy(p, ".\0\0\0", 4); /* entry */
206 p++;
207 *p++ = xdr_one; /* bitmap length */
208 *p++ = htonl(FATTR4_WORD0_FILEID); /* bitmap */
209 *p++ = htonl(8); /* attribute buffer length */
Peter Staubach4e769b92007-08-03 15:07:10 -0400210 p = xdr_encode_hyper(p, NFS_FILEID(dentry->d_inode));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700211 }
212
213 *p++ = xdr_one; /* next */
214 *p++ = xdr_zero; /* cookie, first word */
215 *p++ = xdr_two; /* cookie, second word */
216 *p++ = xdr_two; /* entry len */
217 memcpy(p, "..\0\0", 4); /* entry */
218 p++;
219 *p++ = xdr_one; /* bitmap length */
220 *p++ = htonl(FATTR4_WORD0_FILEID); /* bitmap */
221 *p++ = htonl(8); /* attribute buffer length */
Peter Staubach4e769b92007-08-03 15:07:10 -0400222 p = xdr_encode_hyper(p, NFS_FILEID(dentry->d_parent->d_inode));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700223
224 readdir->pgbase = (char *)p - (char *)start;
225 readdir->count -= readdir->pgbase;
226 kunmap_atomic(start, KM_USER0);
227}
228
Trond Myklebust65de8722008-12-23 15:21:44 -0500229static int nfs4_wait_clnt_recover(struct nfs_client *clp)
230{
231 int res;
232
233 might_sleep();
234
Trond Myklebuste005e802008-12-23 15:21:48 -0500235 res = wait_on_bit(&clp->cl_state, NFS4CLNT_MANAGER_RUNNING,
Trond Myklebust72cb77f2009-03-11 14:10:30 -0400236 nfs_wait_bit_killable, TASK_KILLABLE);
Trond Myklebust65de8722008-12-23 15:21:44 -0500237 return res;
238}
239
240static int nfs4_delay(struct rpc_clnt *clnt, long *timeout)
241{
242 int res = 0;
243
244 might_sleep();
245
246 if (*timeout <= 0)
247 *timeout = NFS4_POLL_RETRY_MIN;
248 if (*timeout > NFS4_POLL_RETRY_MAX)
249 *timeout = NFS4_POLL_RETRY_MAX;
Jeff Laytond3103102011-12-01 22:44:39 +0100250 freezable_schedule_timeout_killable(*timeout);
Trond Myklebust65de8722008-12-23 15:21:44 -0500251 if (fatal_signal_pending(current))
252 res = -ERESTARTSYS;
253 *timeout <<= 1;
254 return res;
255}
256
257/* This is the error handling routine for processes that are allowed
258 * to sleep.
259 */
Trond Myklebustb064eca22011-02-22 15:44:32 -0800260static int nfs4_handle_exception(struct nfs_server *server, int errorcode, struct nfs4_exception *exception)
Trond Myklebust65de8722008-12-23 15:21:44 -0500261{
262 struct nfs_client *clp = server->nfs_client;
Trond Myklebust9e33bed2008-12-23 15:21:46 -0500263 struct nfs4_state *state = exception->state;
Trond Myklebust65de8722008-12-23 15:21:44 -0500264 int ret = errorcode;
265
266 exception->retry = 0;
267 switch(errorcode) {
268 case 0:
269 return 0;
Trond Myklebust9e33bed2008-12-23 15:21:46 -0500270 case -NFS4ERR_ADMIN_REVOKED:
271 case -NFS4ERR_BAD_STATEID:
272 case -NFS4ERR_OPENMODE:
273 if (state == NULL)
274 break;
Trond Myklebust0400a6b2011-03-09 16:00:53 -0500275 nfs4_schedule_stateid_recovery(server, state);
276 goto wait_on_recovery;
Trond Myklebust0ced63d2011-05-26 14:26:35 -0400277 case -NFS4ERR_EXPIRED:
278 if (state != NULL)
279 nfs4_schedule_stateid_recovery(server, state);
Trond Myklebust65de8722008-12-23 15:21:44 -0500280 case -NFS4ERR_STALE_STATEID:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -0500281 case -NFS4ERR_STALE_CLIENTID:
Trond Myklebust0400a6b2011-03-09 16:00:53 -0500282 nfs4_schedule_lease_recovery(clp);
283 goto wait_on_recovery;
Trond Myklebust03391692010-01-26 15:42:38 -0500284#if defined(CONFIG_NFS_V4_1)
Andy Adamson4745e312009-04-01 09:22:42 -0400285 case -NFS4ERR_BADSESSION:
286 case -NFS4ERR_BADSLOT:
287 case -NFS4ERR_BAD_HIGH_SLOT:
288 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
289 case -NFS4ERR_DEADSESSION:
290 case -NFS4ERR_SEQ_FALSE_RETRY:
291 case -NFS4ERR_SEQ_MISORDERED:
292 dprintk("%s ERROR: %d Reset session\n", __func__,
293 errorcode);
Trond Myklebust0400a6b2011-03-09 16:00:53 -0500294 nfs4_schedule_session_recovery(clp->cl_session);
Andy Adamson4745e312009-04-01 09:22:42 -0400295 exception->retry = 1;
Andy Adamsonb9179232009-12-04 15:55:32 -0500296 break;
Trond Myklebust03391692010-01-26 15:42:38 -0500297#endif /* defined(CONFIG_NFS_V4_1) */
Trond Myklebust65de8722008-12-23 15:21:44 -0500298 case -NFS4ERR_FILE_OPEN:
NeilBrown44ed3552009-12-03 15:58:56 -0500299 if (exception->timeout > HZ) {
300 /* We have retried a decent amount, time to
301 * fail
302 */
303 ret = -EBUSY;
304 break;
305 }
Trond Myklebust65de8722008-12-23 15:21:44 -0500306 case -NFS4ERR_GRACE:
307 case -NFS4ERR_DELAY:
Jeff Layton2c643482010-01-07 09:42:03 -0500308 case -EKEYEXPIRED:
Trond Myklebust65de8722008-12-23 15:21:44 -0500309 ret = nfs4_delay(server->client, &exception->timeout);
310 if (ret != 0)
311 break;
Andy Adamsona8a4ae32011-05-03 13:43:03 -0400312 case -NFS4ERR_RETRY_UNCACHED_REP:
Trond Myklebust65de8722008-12-23 15:21:44 -0500313 case -NFS4ERR_OLD_STATEID:
314 exception->retry = 1;
Trond Myklebustb064eca22011-02-22 15:44:32 -0800315 break;
316 case -NFS4ERR_BADOWNER:
317 /* The following works around a Linux server bug! */
318 case -NFS4ERR_BADNAME:
319 if (server->caps & NFS_CAP_UIDGID_NOMAP) {
320 server->caps &= ~NFS_CAP_UIDGID_NOMAP;
321 exception->retry = 1;
322 printk(KERN_WARNING "NFS: v4 server %s "
323 "does not accept raw "
324 "uid/gids. "
325 "Reenabling the idmapper.\n",
326 server->nfs_client->cl_hostname);
327 }
Trond Myklebust65de8722008-12-23 15:21:44 -0500328 }
329 /* We failed to handle the error */
330 return nfs4_map_errors(ret);
Trond Myklebust0400a6b2011-03-09 16:00:53 -0500331wait_on_recovery:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -0500332 ret = nfs4_wait_clnt_recover(clp);
333 if (ret == 0)
334 exception->retry = 1;
335 return ret;
Trond Myklebust65de8722008-12-23 15:21:44 -0500336}
337
338
Trond Myklebust452e9352010-07-31 14:29:06 -0400339static void do_renew_lease(struct nfs_client *clp, unsigned long timestamp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700340{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700341 spin_lock(&clp->cl_lock);
342 if (time_before(clp->cl_last_renewal,timestamp))
343 clp->cl_last_renewal = timestamp;
344 spin_unlock(&clp->cl_lock);
345}
346
Trond Myklebust452e9352010-07-31 14:29:06 -0400347static void renew_lease(const struct nfs_server *server, unsigned long timestamp)
348{
349 do_renew_lease(server->nfs_client, timestamp);
350}
351
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400352#if defined(CONFIG_NFS_V4_1)
353
Benny Halevy510b8172009-04-01 09:22:14 -0400354/*
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400355 * nfs4_free_slot - free a slot and efficiently update slot table.
356 *
357 * freeing a slot is trivially done by clearing its respective bit
358 * in the bitmap.
359 * If the freed slotid equals highest_used_slotid we want to update it
360 * so that the server would be able to size down the slot table if needed,
361 * otherwise we know that the highest_used_slotid is still in use.
362 * When updating highest_used_slotid there may be "holes" in the bitmap
363 * so we need to scan down from highest_used_slotid to 0 looking for the now
364 * highest slotid in use.
Trond Myklebust45d43c22012-02-06 19:38:51 -0500365 * If none found, highest_used_slotid is set to NFS4_NO_SLOT.
Trond Myklebust35dc1d72009-12-05 19:32:19 -0500366 *
367 * Must be called while holding tbl->slot_tbl_lock
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400368 */
369static void
Trond Myklebust45d43c22012-02-06 19:38:51 -0500370nfs4_free_slot(struct nfs4_slot_table *tbl, u32 slotid)
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400371{
Trond Myklebust45d43c22012-02-06 19:38:51 -0500372 BUG_ON(slotid >= NFS4_MAX_SLOT_TABLE);
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400373 /* clear used bit in bitmap */
374 __clear_bit(slotid, tbl->used_slots);
375
376 /* update highest_used_slotid when it is freed */
377 if (slotid == tbl->highest_used_slotid) {
378 slotid = find_last_bit(tbl->used_slots, tbl->max_slots);
Trond Myklebustbcb56162009-12-05 19:32:19 -0500379 if (slotid < tbl->max_slots)
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400380 tbl->highest_used_slotid = slotid;
381 else
Trond Myklebust45d43c22012-02-06 19:38:51 -0500382 tbl->highest_used_slotid = NFS4_NO_SLOT;
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400383 }
Trond Myklebust45d43c22012-02-06 19:38:51 -0500384 dprintk("%s: slotid %u highest_used_slotid %d\n", __func__,
385 slotid, tbl->highest_used_slotid);
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400386}
387
Trond Myklebust961a8282012-01-17 22:57:37 -0500388bool nfs4_set_task_privileged(struct rpc_task *task, void *dummy)
389{
390 rpc_task_set_priority(task, RPC_PRIORITY_PRIVILEGED);
391 return true;
392}
393
Alexandros Batsakis3bfb0fc2009-12-09 01:50:11 -0800394/*
Andy Adamson42acd022011-01-06 02:04:34 +0000395 * Signal state manager thread if session fore channel is drained
Alexandros Batsakis3bfb0fc2009-12-09 01:50:11 -0800396 */
Andy Adamson42acd022011-01-06 02:04:34 +0000397static void nfs4_check_drain_fc_complete(struct nfs4_session *ses)
Alexandros Batsakis3bfb0fc2009-12-09 01:50:11 -0800398{
Trond Myklebusta2118c32010-06-16 09:52:26 -0400399 if (!test_bit(NFS4_SESSION_DRAINING, &ses->session_state)) {
Trond Myklebust961a8282012-01-17 22:57:37 -0500400 rpc_wake_up_first(&ses->fc_slot_table.slot_tbl_waitq,
401 nfs4_set_task_privileged, NULL);
Alexandros Batsakis3bfb0fc2009-12-09 01:50:11 -0800402 return;
403 }
404
Trond Myklebust45d43c22012-02-06 19:38:51 -0500405 if (ses->fc_slot_table.highest_used_slotid != NFS4_NO_SLOT)
Alexandros Batsakis3bfb0fc2009-12-09 01:50:11 -0800406 return;
407
Andy Adamson42acd022011-01-06 02:04:34 +0000408 dprintk("%s COMPLETE: Session Fore Channel Drained\n", __func__);
409 complete(&ses->fc_slot_table.complete);
410}
411
412/*
413 * Signal state manager thread if session back channel is drained
414 */
415void nfs4_check_drain_bc_complete(struct nfs4_session *ses)
416{
417 if (!test_bit(NFS4_SESSION_DRAINING, &ses->session_state) ||
Trond Myklebust45d43c22012-02-06 19:38:51 -0500418 ses->bc_slot_table.highest_used_slotid != NFS4_NO_SLOT)
Andy Adamson42acd022011-01-06 02:04:34 +0000419 return;
420 dprintk("%s COMPLETE: Session Back Channel Drained\n", __func__);
421 complete(&ses->bc_slot_table.complete);
Alexandros Batsakis3bfb0fc2009-12-09 01:50:11 -0800422}
423
Trond Myklebustd185a332010-06-16 09:52:25 -0400424static void nfs41_sequence_free_slot(struct nfs4_sequence_res *res)
Andy Adamson13615872009-04-01 09:22:17 -0400425{
426 struct nfs4_slot_table *tbl;
427
Trond Myklebustd185a332010-06-16 09:52:25 -0400428 tbl = &res->sr_session->fc_slot_table;
Benny Halevydfb4f3092010-09-24 09:17:01 -0400429 if (!res->sr_slot) {
Andy Adamson13615872009-04-01 09:22:17 -0400430 /* just wake up the next guy waiting since
431 * we may have not consumed a slot after all */
Andy Adamson691daf32009-12-04 15:55:39 -0500432 dprintk("%s: No slot\n", __func__);
Trond Myklebust35dc1d72009-12-05 19:32:19 -0500433 return;
Andy Adamson13615872009-04-01 09:22:17 -0400434 }
Andy Adamsonea028ac2009-12-04 15:55:38 -0500435
Trond Myklebust35dc1d72009-12-05 19:32:19 -0500436 spin_lock(&tbl->slot_tbl_lock);
Andy Adamsonaabd0b42011-11-09 13:58:22 -0500437 nfs4_free_slot(tbl, res->sr_slot - tbl->slots);
Andy Adamson42acd022011-01-06 02:04:34 +0000438 nfs4_check_drain_fc_complete(res->sr_session);
Trond Myklebust35dc1d72009-12-05 19:32:19 -0500439 spin_unlock(&tbl->slot_tbl_lock);
Benny Halevydfb4f3092010-09-24 09:17:01 -0400440 res->sr_slot = NULL;
Andy Adamson13615872009-04-01 09:22:17 -0400441}
442
Trond Myklebust14516c32010-07-31 14:29:06 -0400443static int nfs41_sequence_done(struct rpc_task *task, struct nfs4_sequence_res *res)
Andy Adamsonb0df8062009-04-01 09:22:18 -0400444{
445 unsigned long timestamp;
Trond Myklebust14516c32010-07-31 14:29:06 -0400446 struct nfs_client *clp;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400447
448 /*
449 * sr_status remains 1 if an RPC level error occurred. The server
450 * may or may not have processed the sequence operation..
451 * Proceed as if the server received and processed the sequence
452 * operation.
453 */
454 if (res->sr_status == 1)
455 res->sr_status = NFS_OK;
456
Bryan Schumaker468f8612011-04-18 15:57:32 -0400457 /* don't increment the sequence number if the task wasn't sent */
458 if (!RPC_WAS_SENT(task))
Andy Adamsonb0df8062009-04-01 09:22:18 -0400459 goto out;
460
Andy Adamson691daf32009-12-04 15:55:39 -0500461 /* Check the SEQUENCE operation status */
Trond Myklebust14516c32010-07-31 14:29:06 -0400462 switch (res->sr_status) {
463 case 0:
Andy Adamsonb0df8062009-04-01 09:22:18 -0400464 /* Update the slot's sequence and clientid lease timer */
Benny Halevydfb4f3092010-09-24 09:17:01 -0400465 ++res->sr_slot->seq_nr;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400466 timestamp = res->sr_renewal_time;
Trond Myklebust14516c32010-07-31 14:29:06 -0400467 clp = res->sr_session->clp;
Trond Myklebust452e9352010-07-31 14:29:06 -0400468 do_renew_lease(clp, timestamp);
Alexandros Batsakis0629e372009-12-05 13:46:14 -0500469 /* Check sequence flags */
Trond Myklebustb4410c22011-03-09 16:00:55 -0500470 if (res->sr_status_flags != 0)
471 nfs4_schedule_lease_recovery(clp);
Trond Myklebust14516c32010-07-31 14:29:06 -0400472 break;
473 case -NFS4ERR_DELAY:
474 /* The server detected a resend of the RPC call and
475 * returned NFS4ERR_DELAY as per Section 2.10.6.2
476 * of RFC5661.
477 */
Geert Uytterhoeven12364a42010-10-28 20:06:19 +0200478 dprintk("%s: slot=%td seq=%d: Operation in progress\n",
Benny Halevydfb4f3092010-09-24 09:17:01 -0400479 __func__,
480 res->sr_slot - res->sr_session->fc_slot_table.slots,
481 res->sr_slot->seq_nr);
Trond Myklebust14516c32010-07-31 14:29:06 -0400482 goto out_retry;
483 default:
484 /* Just update the slot sequence no. */
Benny Halevydfb4f3092010-09-24 09:17:01 -0400485 ++res->sr_slot->seq_nr;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400486 }
487out:
488 /* The session may be reset by one of the error handlers. */
489 dprintk("%s: Error %d free the slot \n", __func__, res->sr_status);
Trond Myklebustd185a332010-06-16 09:52:25 -0400490 nfs41_sequence_free_slot(res);
Trond Myklebust14516c32010-07-31 14:29:06 -0400491 return 1;
492out_retry:
Trond Myklebustd05dd4e2010-07-31 14:29:07 -0400493 if (!rpc_restart_call(task))
Trond Myklebust14516c32010-07-31 14:29:06 -0400494 goto out;
495 rpc_delay(task, NFS4_POLL_RETRY_MAX);
496 return 0;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400497}
498
Trond Myklebust14516c32010-07-31 14:29:06 -0400499static int nfs4_sequence_done(struct rpc_task *task,
500 struct nfs4_sequence_res *res)
Trond Myklebustdf896452010-06-16 09:52:26 -0400501{
Trond Myklebust14516c32010-07-31 14:29:06 -0400502 if (res->sr_session == NULL)
503 return 1;
504 return nfs41_sequence_done(task, res);
Trond Myklebustdf896452010-06-16 09:52:26 -0400505}
506
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400507/*
Benny Halevy510b8172009-04-01 09:22:14 -0400508 * nfs4_find_slot - efficiently look for a free slot
509 *
510 * nfs4_find_slot looks for an unset bit in the used_slots bitmap.
511 * If found, we mark the slot as used, update the highest_used_slotid,
512 * and respectively set up the sequence operation args.
Trond Myklebust45d43c22012-02-06 19:38:51 -0500513 * The slot number is returned if found, or NFS4_NO_SLOT otherwise.
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400514 *
515 * Note: must be called with under the slot_tbl_lock.
Benny Halevy510b8172009-04-01 09:22:14 -0400516 */
Trond Myklebust45d43c22012-02-06 19:38:51 -0500517static u32
Alexandros Batsakis40ead582009-12-14 21:27:54 -0800518nfs4_find_slot(struct nfs4_slot_table *tbl)
Benny Halevy510b8172009-04-01 09:22:14 -0400519{
Trond Myklebust45d43c22012-02-06 19:38:51 -0500520 u32 slotid;
521 u32 ret_id = NFS4_NO_SLOT;
Benny Halevy510b8172009-04-01 09:22:14 -0400522
Trond Myklebust45d43c22012-02-06 19:38:51 -0500523 dprintk("--> %s used_slots=%04lx highest_used=%u max_slots=%u\n",
Benny Halevy510b8172009-04-01 09:22:14 -0400524 __func__, tbl->used_slots[0], tbl->highest_used_slotid,
525 tbl->max_slots);
526 slotid = find_first_zero_bit(tbl->used_slots, tbl->max_slots);
527 if (slotid >= tbl->max_slots)
528 goto out;
529 __set_bit(slotid, tbl->used_slots);
Trond Myklebust45d43c22012-02-06 19:38:51 -0500530 if (slotid > tbl->highest_used_slotid ||
531 tbl->highest_used_slotid == NFS4_NO_SLOT)
Benny Halevy510b8172009-04-01 09:22:14 -0400532 tbl->highest_used_slotid = slotid;
533 ret_id = slotid;
534out:
535 dprintk("<-- %s used_slots=%04lx highest_used=%d slotid=%d \n",
536 __func__, tbl->used_slots[0], tbl->highest_used_slotid, ret_id);
Benny Halevy510b8172009-04-01 09:22:14 -0400537 return ret_id;
538}
539
Trond Myklebust9d12b212012-01-17 22:04:25 -0500540static void nfs41_init_sequence(struct nfs4_sequence_args *args,
541 struct nfs4_sequence_res *res, int cache_reply)
542{
543 args->sa_session = NULL;
544 args->sa_cache_this = 0;
545 if (cache_reply)
546 args->sa_cache_this = 1;
547 res->sr_session = NULL;
548 res->sr_slot = NULL;
549}
550
Andy Adamsondc70d7b2011-03-01 01:34:19 +0000551int nfs41_setup_sequence(struct nfs4_session *session,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400552 struct nfs4_sequence_args *args,
553 struct nfs4_sequence_res *res,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400554 struct rpc_task *task)
555{
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400556 struct nfs4_slot *slot;
557 struct nfs4_slot_table *tbl;
Trond Myklebust45d43c22012-02-06 19:38:51 -0500558 u32 slotid;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400559
560 dprintk("--> %s\n", __func__);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400561 /* slot already allocated? */
Benny Halevydfb4f3092010-09-24 09:17:01 -0400562 if (res->sr_slot != NULL)
Andy Adamsonce5039c2009-04-01 09:22:13 -0400563 return 0;
564
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400565 tbl = &session->fc_slot_table;
566
567 spin_lock(&tbl->slot_tbl_lock);
Trond Myklebusta2118c32010-06-16 09:52:26 -0400568 if (test_bit(NFS4_SESSION_DRAINING, &session->session_state) &&
Alexandros Batsakis5601a002009-12-14 21:27:58 -0800569 !rpc_task_has_priority(task, RPC_PRIORITY_PRIVILEGED)) {
Andy Adamson0b1c8fc2011-11-09 13:58:26 -0500570 /* The state manager will wait until the slot table is empty */
Andy Adamson05f0d232009-12-04 15:55:37 -0500571 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL);
Andy Adamsonb069d942009-04-01 09:22:43 -0400572 spin_unlock(&tbl->slot_tbl_lock);
Andy Adamson0b1c8fc2011-11-09 13:58:26 -0500573 dprintk("%s session is draining\n", __func__);
Andy Adamson05f0d232009-12-04 15:55:37 -0500574 return -EAGAIN;
Andy Adamsonb069d942009-04-01 09:22:43 -0400575 }
576
Alexandros Batsakis689cf5c2009-12-14 21:27:56 -0800577 if (!rpc_queue_empty(&tbl->slot_tbl_waitq) &&
578 !rpc_task_has_priority(task, RPC_PRIORITY_PRIVILEGED)) {
579 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL);
580 spin_unlock(&tbl->slot_tbl_lock);
581 dprintk("%s enforce FIFO order\n", __func__);
582 return -EAGAIN;
583 }
584
Alexandros Batsakis40ead582009-12-14 21:27:54 -0800585 slotid = nfs4_find_slot(tbl);
Trond Myklebust45d43c22012-02-06 19:38:51 -0500586 if (slotid == NFS4_NO_SLOT) {
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400587 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL);
588 spin_unlock(&tbl->slot_tbl_lock);
589 dprintk("<-- %s: no free slots\n", __func__);
590 return -EAGAIN;
591 }
592 spin_unlock(&tbl->slot_tbl_lock);
593
Alexandros Batsakis689cf5c2009-12-14 21:27:56 -0800594 rpc_task_set_priority(task, RPC_PRIORITY_NORMAL);
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400595 slot = tbl->slots + slotid;
Benny Halevy99fe60d2009-04-01 09:22:29 -0400596 args->sa_session = session;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400597 args->sa_slotid = slotid;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400598
599 dprintk("<-- %s slotid=%d seqid=%d\n", __func__, slotid, slot->seq_nr);
600
Benny Halevy99fe60d2009-04-01 09:22:29 -0400601 res->sr_session = session;
Benny Halevydfb4f3092010-09-24 09:17:01 -0400602 res->sr_slot = slot;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400603 res->sr_renewal_time = jiffies;
Trond Myklebust2a6e26c2010-06-16 09:52:25 -0400604 res->sr_status_flags = 0;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400605 /*
606 * sr_status is only set in decode_sequence, and so will remain
607 * set to 1 if an rpc level failure occurs.
608 */
609 res->sr_status = 1;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400610 return 0;
611}
Andy Adamsondc70d7b2011-03-01 01:34:19 +0000612EXPORT_SYMBOL_GPL(nfs41_setup_sequence);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400613
Trond Myklebust035168a2010-06-16 09:52:26 -0400614int nfs4_setup_sequence(const struct nfs_server *server,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400615 struct nfs4_sequence_args *args,
616 struct nfs4_sequence_res *res,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400617 struct rpc_task *task)
618{
Trond Myklebust035168a2010-06-16 09:52:26 -0400619 struct nfs4_session *session = nfs4_get_session(server);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400620 int ret = 0;
621
Trond Myklebust9d12b212012-01-17 22:04:25 -0500622 if (session == NULL)
Andy Adamsonce5039c2009-04-01 09:22:13 -0400623 goto out;
Trond Myklebust035168a2010-06-16 09:52:26 -0400624
Geert Uytterhoeven12364a42010-10-28 20:06:19 +0200625 dprintk("--> %s clp %p session %p sr_slot %td\n",
Benny Halevydfb4f3092010-09-24 09:17:01 -0400626 __func__, session->clp, session, res->sr_slot ?
627 res->sr_slot - session->fc_slot_table.slots : -1);
Trond Myklebust035168a2010-06-16 09:52:26 -0400628
Trond Myklebust9d12b212012-01-17 22:04:25 -0500629 ret = nfs41_setup_sequence(session, args, res, task);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400630out:
631 dprintk("<-- %s status=%d\n", __func__, ret);
632 return ret;
633}
634
635struct nfs41_call_sync_data {
Trond Myklebust035168a2010-06-16 09:52:26 -0400636 const struct nfs_server *seq_server;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400637 struct nfs4_sequence_args *seq_args;
638 struct nfs4_sequence_res *seq_res;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400639};
640
641static void nfs41_call_sync_prepare(struct rpc_task *task, void *calldata)
642{
643 struct nfs41_call_sync_data *data = calldata;
644
Trond Myklebust035168a2010-06-16 09:52:26 -0400645 dprintk("--> %s data->seq_server %p\n", __func__, data->seq_server);
646
647 if (nfs4_setup_sequence(data->seq_server, data->seq_args,
Trond Myklebust9d12b212012-01-17 22:04:25 -0500648 data->seq_res, task))
Andy Adamsonce5039c2009-04-01 09:22:13 -0400649 return;
650 rpc_call_start(task);
651}
652
Alexandros Batsakisb2579572009-12-14 21:27:57 -0800653static void nfs41_call_priv_sync_prepare(struct rpc_task *task, void *calldata)
654{
655 rpc_task_set_priority(task, RPC_PRIORITY_PRIVILEGED);
656 nfs41_call_sync_prepare(task, calldata);
657}
658
Andy Adamson69ab40c2009-04-01 09:22:19 -0400659static void nfs41_call_sync_done(struct rpc_task *task, void *calldata)
660{
661 struct nfs41_call_sync_data *data = calldata;
662
Trond Myklebust14516c32010-07-31 14:29:06 -0400663 nfs41_sequence_done(task, data->seq_res);
Andy Adamson69ab40c2009-04-01 09:22:19 -0400664}
665
Andy Adamsonce5039c2009-04-01 09:22:13 -0400666struct rpc_call_ops nfs41_call_sync_ops = {
667 .rpc_call_prepare = nfs41_call_sync_prepare,
Andy Adamson69ab40c2009-04-01 09:22:19 -0400668 .rpc_call_done = nfs41_call_sync_done,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400669};
670
Alexandros Batsakisb2579572009-12-14 21:27:57 -0800671struct rpc_call_ops nfs41_call_priv_sync_ops = {
672 .rpc_call_prepare = nfs41_call_priv_sync_prepare,
673 .rpc_call_done = nfs41_call_sync_done,
674};
675
Bryan Schumaker7c513052011-03-24 17:12:24 +0000676static int nfs4_call_sync_sequence(struct rpc_clnt *clnt,
677 struct nfs_server *server,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400678 struct rpc_message *msg,
679 struct nfs4_sequence_args *args,
680 struct nfs4_sequence_res *res,
Alexandros Batsakisb2579572009-12-14 21:27:57 -0800681 int privileged)
Andy Adamsonce5039c2009-04-01 09:22:13 -0400682{
683 int ret;
684 struct rpc_task *task;
685 struct nfs41_call_sync_data data = {
Trond Myklebust035168a2010-06-16 09:52:26 -0400686 .seq_server = server,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400687 .seq_args = args,
688 .seq_res = res,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400689 };
690 struct rpc_task_setup task_setup = {
Bryan Schumaker7c513052011-03-24 17:12:24 +0000691 .rpc_client = clnt,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400692 .rpc_message = msg,
693 .callback_ops = &nfs41_call_sync_ops,
694 .callback_data = &data
695 };
696
Alexandros Batsakisb2579572009-12-14 21:27:57 -0800697 if (privileged)
698 task_setup.callback_ops = &nfs41_call_priv_sync_ops;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400699 task = rpc_run_task(&task_setup);
700 if (IS_ERR(task))
701 ret = PTR_ERR(task);
702 else {
703 ret = task->tk_status;
704 rpc_put_task(task);
705 }
706 return ret;
707}
708
Bryan Schumaker7c513052011-03-24 17:12:24 +0000709int _nfs4_call_sync_session(struct rpc_clnt *clnt,
710 struct nfs_server *server,
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400711 struct rpc_message *msg,
712 struct nfs4_sequence_args *args,
713 struct nfs4_sequence_res *res,
714 int cache_reply)
715{
Trond Myklebust9d12b212012-01-17 22:04:25 -0500716 nfs41_init_sequence(args, res, cache_reply);
717 return nfs4_call_sync_sequence(clnt, server, msg, args, res, 0);
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400718}
719
Trond Myklebustdf896452010-06-16 09:52:26 -0400720#else
Trond Myklebust9d12b212012-01-17 22:04:25 -0500721static inline
722void nfs41_init_sequence(struct nfs4_sequence_args *args,
723 struct nfs4_sequence_res *res, int cache_reply)
724{
725}
726
Trond Myklebust14516c32010-07-31 14:29:06 -0400727static int nfs4_sequence_done(struct rpc_task *task,
728 struct nfs4_sequence_res *res)
Trond Myklebustdf896452010-06-16 09:52:26 -0400729{
Trond Myklebust14516c32010-07-31 14:29:06 -0400730 return 1;
Trond Myklebustdf896452010-06-16 09:52:26 -0400731}
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400732#endif /* CONFIG_NFS_V4_1 */
733
Bryan Schumaker7c513052011-03-24 17:12:24 +0000734int _nfs4_call_sync(struct rpc_clnt *clnt,
735 struct nfs_server *server,
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400736 struct rpc_message *msg,
737 struct nfs4_sequence_args *args,
738 struct nfs4_sequence_res *res,
739 int cache_reply)
740{
Trond Myklebust9d12b212012-01-17 22:04:25 -0500741 nfs41_init_sequence(args, res, cache_reply);
Bryan Schumaker7c513052011-03-24 17:12:24 +0000742 return rpc_call_sync(clnt, msg, 0);
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400743}
744
Bryan Schumakere73b83f2011-03-24 17:12:23 +0000745static inline
Bryan Schumaker7c513052011-03-24 17:12:24 +0000746int nfs4_call_sync(struct rpc_clnt *clnt,
747 struct nfs_server *server,
Bryan Schumakere73b83f2011-03-24 17:12:23 +0000748 struct rpc_message *msg,
749 struct nfs4_sequence_args *args,
750 struct nfs4_sequence_res *res,
751 int cache_reply)
752{
Bryan Schumaker7c513052011-03-24 17:12:24 +0000753 return server->nfs_client->cl_mvops->call_sync(clnt, server, msg,
754 args, res, cache_reply);
Bryan Schumakere73b83f2011-03-24 17:12:23 +0000755}
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400756
Trond Myklebust38478b22006-05-25 01:40:57 -0400757static void update_changeattr(struct inode *dir, struct nfs4_change_info *cinfo)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700758{
Trond Myklebust38478b22006-05-25 01:40:57 -0400759 struct nfs_inode *nfsi = NFS_I(dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700760
Trond Myklebust38478b22006-05-25 01:40:57 -0400761 spin_lock(&dir->i_lock);
Trond Myklebust40d24702007-10-08 09:24:22 -0400762 nfsi->cache_validity |= NFS_INO_INVALID_ATTR|NFS_INO_REVAL_PAGECACHE|NFS_INO_INVALID_DATA;
Trond Myklebusta9a4a872011-10-17 16:08:46 -0700763 if (!cinfo->atomic || cinfo->before != dir->i_version)
Trond Myklebustbfc69a42007-10-15 18:18:29 -0400764 nfs_force_lookup_revalidate(dir);
Trond Myklebusta9a4a872011-10-17 16:08:46 -0700765 dir->i_version = cinfo->after;
Trond Myklebust38478b22006-05-25 01:40:57 -0400766 spin_unlock(&dir->i_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700767}
768
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100769struct nfs4_opendata {
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400770 struct kref kref;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100771 struct nfs_openargs o_arg;
772 struct nfs_openres o_res;
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100773 struct nfs_open_confirmargs c_arg;
774 struct nfs_open_confirmres c_res;
Trond Myklebust6926afd2012-01-07 13:22:46 -0500775 struct nfs4_string owner_name;
776 struct nfs4_string group_name;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100777 struct nfs_fattr f_attr;
778 struct nfs_fattr dir_attr;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100779 struct dentry *dir;
Al Viro82a2c1b2011-06-22 18:30:55 -0400780 struct dentry *dentry;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100781 struct nfs4_state_owner *owner;
Trond Myklebustaac00a82007-07-05 19:02:21 -0400782 struct nfs4_state *state;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100783 struct iattr attrs;
Trond Myklebust26e976a2006-01-03 09:55:21 +0100784 unsigned long timestamp;
Trond Myklebust3e309912007-07-07 13:19:59 -0400785 unsigned int rpc_done : 1;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100786 int rpc_status;
787 int cancelled;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100788};
789
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400790
791static void nfs4_init_opendata_res(struct nfs4_opendata *p)
792{
793 p->o_res.f_attr = &p->f_attr;
794 p->o_res.dir_attr = &p->dir_attr;
Trond Myklebustc1d51932008-04-07 13:20:54 -0400795 p->o_res.seqid = p->o_arg.seqid;
796 p->c_res.seqid = p->c_arg.seqid;
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400797 p->o_res.server = p->o_arg.server;
798 nfs_fattr_init(&p->f_attr);
799 nfs_fattr_init(&p->dir_attr);
Trond Myklebust6926afd2012-01-07 13:22:46 -0500800 nfs_fattr_init_names(&p->f_attr, &p->owner_name, &p->group_name);
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400801}
802
Al Viro82a2c1b2011-06-22 18:30:55 -0400803static struct nfs4_opendata *nfs4_opendata_alloc(struct dentry *dentry,
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500804 struct nfs4_state_owner *sp, fmode_t fmode, int flags,
Trond Myklebust8535b2b2010-05-13 12:51:01 -0400805 const struct iattr *attrs,
806 gfp_t gfp_mask)
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100807{
Al Viro82a2c1b2011-06-22 18:30:55 -0400808 struct dentry *parent = dget_parent(dentry);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100809 struct inode *dir = parent->d_inode;
810 struct nfs_server *server = NFS_SERVER(dir);
811 struct nfs4_opendata *p;
812
Trond Myklebust8535b2b2010-05-13 12:51:01 -0400813 p = kzalloc(sizeof(*p), gfp_mask);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100814 if (p == NULL)
815 goto err;
Trond Myklebust8535b2b2010-05-13 12:51:01 -0400816 p->o_arg.seqid = nfs_alloc_seqid(&sp->so_seqid, gfp_mask);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100817 if (p->o_arg.seqid == NULL)
818 goto err_free;
Al Viro82a2c1b2011-06-22 18:30:55 -0400819 nfs_sb_active(dentry->d_sb);
820 p->dentry = dget(dentry);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100821 p->dir = parent;
822 p->owner = sp;
823 atomic_inc(&sp->so_count);
824 p->o_arg.fh = NFS_FH(dir);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500825 p->o_arg.open_flags = flags;
826 p->o_arg.fmode = fmode & (FMODE_READ|FMODE_WRITE);
David Howells7539bba2006-08-22 20:06:09 -0400827 p->o_arg.clientid = server->nfs_client->cl_clientid;
Trond Myklebust48c22eb2012-01-17 22:04:25 -0500828 p->o_arg.id = sp->so_seqid.owner_id;
Al Viro82a2c1b2011-06-22 18:30:55 -0400829 p->o_arg.name = &dentry->d_name;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100830 p->o_arg.server = server;
831 p->o_arg.bitmask = server->attr_bitmask;
Trond Myklebust6926afd2012-01-07 13:22:46 -0500832 p->o_arg.dir_bitmask = server->cache_consistency_bitmask;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100833 p->o_arg.claim = NFS4_OPEN_CLAIM_NULL;
Trond Myklebust536e43d2012-01-17 22:04:26 -0500834 if (attrs != NULL && attrs->ia_valid != 0) {
Trond Myklebustd77d76f2010-06-16 09:52:27 -0400835 u32 *s;
836
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100837 p->o_arg.u.attrs = &p->attrs;
838 memcpy(&p->attrs, attrs, sizeof(p->attrs));
Trond Myklebustd77d76f2010-06-16 09:52:27 -0400839 s = (u32 *) p->o_arg.u.verifier.data;
840 s[0] = jiffies;
841 s[1] = current->pid;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100842 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100843 p->c_arg.fh = &p->o_res.fh;
844 p->c_arg.stateid = &p->o_res.stateid;
845 p->c_arg.seqid = p->o_arg.seqid;
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400846 nfs4_init_opendata_res(p);
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400847 kref_init(&p->kref);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100848 return p;
849err_free:
850 kfree(p);
851err:
852 dput(parent);
853 return NULL;
854}
855
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400856static void nfs4_opendata_free(struct kref *kref)
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100857{
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400858 struct nfs4_opendata *p = container_of(kref,
859 struct nfs4_opendata, kref);
Al Viro82a2c1b2011-06-22 18:30:55 -0400860 struct super_block *sb = p->dentry->d_sb;
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400861
862 nfs_free_seqid(p->o_arg.seqid);
Trond Myklebustaac00a82007-07-05 19:02:21 -0400863 if (p->state != NULL)
864 nfs4_put_open_state(p->state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400865 nfs4_put_state_owner(p->owner);
866 dput(p->dir);
Al Viro82a2c1b2011-06-22 18:30:55 -0400867 dput(p->dentry);
868 nfs_sb_deactive(sb);
Trond Myklebust6926afd2012-01-07 13:22:46 -0500869 nfs_fattr_free_names(&p->f_attr);
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400870 kfree(p);
871}
872
873static void nfs4_opendata_put(struct nfs4_opendata *p)
874{
875 if (p != NULL)
876 kref_put(&p->kref, nfs4_opendata_free);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100877}
878
Trond Myklebust06f814a2006-01-03 09:55:07 +0100879static int nfs4_wait_for_completion_rpc_task(struct rpc_task *task)
880{
Trond Myklebust06f814a2006-01-03 09:55:07 +0100881 int ret;
882
Trond Myklebust06f814a2006-01-03 09:55:07 +0100883 ret = rpc_wait_for_completion_task(task);
Trond Myklebust06f814a2006-01-03 09:55:07 +0100884 return ret;
885}
886
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500887static int can_open_cached(struct nfs4_state *state, fmode_t mode, int open_mode)
Trond Myklebust6ee41262007-07-08 14:11:36 -0400888{
889 int ret = 0;
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500890
Trond Myklebust536e43d2012-01-17 22:04:26 -0500891 if (open_mode & (O_EXCL|O_TRUNC))
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500892 goto out;
893 switch (mode & (FMODE_READ|FMODE_WRITE)) {
Trond Myklebust6ee41262007-07-08 14:11:36 -0400894 case FMODE_READ:
Trond Myklebust88069f72009-12-08 08:33:16 -0500895 ret |= test_bit(NFS_O_RDONLY_STATE, &state->flags) != 0
896 && state->n_rdonly != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -0400897 break;
898 case FMODE_WRITE:
Trond Myklebust88069f72009-12-08 08:33:16 -0500899 ret |= test_bit(NFS_O_WRONLY_STATE, &state->flags) != 0
900 && state->n_wronly != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -0400901 break;
902 case FMODE_READ|FMODE_WRITE:
Trond Myklebust88069f72009-12-08 08:33:16 -0500903 ret |= test_bit(NFS_O_RDWR_STATE, &state->flags) != 0
904 && state->n_rdwr != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -0400905 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500906out:
Trond Myklebust6ee41262007-07-08 14:11:36 -0400907 return ret;
908}
909
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500910static int can_open_delegated(struct nfs_delegation *delegation, fmode_t fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -0400911{
Trond Myklebust652f89f2011-12-09 19:05:58 -0500912 if (delegation == NULL)
913 return 0;
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500914 if ((delegation->type & fmode) != fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -0400915 return 0;
Trond Myklebust15c831b2008-12-23 15:21:39 -0500916 if (test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags))
Trond Myklebustaac00a82007-07-05 19:02:21 -0400917 return 0;
Trond Myklebustb7391f42008-12-23 15:21:52 -0500918 nfs_mark_delegation_referenced(delegation);
Trond Myklebustaac00a82007-07-05 19:02:21 -0400919 return 1;
920}
921
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500922static void update_open_stateflags(struct nfs4_state *state, fmode_t fmode)
Trond Myklebuste7616922006-01-03 09:55:13 +0100923{
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500924 switch (fmode) {
Trond Myklebuste7616922006-01-03 09:55:13 +0100925 case FMODE_WRITE:
926 state->n_wronly++;
927 break;
928 case FMODE_READ:
929 state->n_rdonly++;
930 break;
931 case FMODE_READ|FMODE_WRITE:
932 state->n_rdwr++;
933 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500934 nfs4_state_set_mode_locked(state, state->state | fmode);
Trond Myklebuste7616922006-01-03 09:55:13 +0100935}
936
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500937static void nfs_set_open_stateid_locked(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fmode)
Trond Myklebust003707c2007-07-05 18:07:55 -0400938{
939 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
940 memcpy(state->stateid.data, stateid->data, sizeof(state->stateid.data));
941 memcpy(state->open_stateid.data, stateid->data, sizeof(state->open_stateid.data));
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500942 switch (fmode) {
Trond Myklebust003707c2007-07-05 18:07:55 -0400943 case FMODE_READ:
944 set_bit(NFS_O_RDONLY_STATE, &state->flags);
945 break;
946 case FMODE_WRITE:
947 set_bit(NFS_O_WRONLY_STATE, &state->flags);
948 break;
949 case FMODE_READ|FMODE_WRITE:
950 set_bit(NFS_O_RDWR_STATE, &state->flags);
951 }
952}
953
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500954static void nfs_set_open_stateid(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fmode)
Trond Myklebust003707c2007-07-05 18:07:55 -0400955{
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400956 write_seqlock(&state->seqlock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500957 nfs_set_open_stateid_locked(state, stateid, fmode);
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400958 write_sequnlock(&state->seqlock);
Trond Myklebust003707c2007-07-05 18:07:55 -0400959}
960
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500961static 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 -0700962{
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400963 /*
964 * Protect the call to nfs4_state_set_mode_locked and
965 * serialise the stateid update
966 */
967 write_seqlock(&state->seqlock);
Trond Myklebust003707c2007-07-05 18:07:55 -0400968 if (deleg_stateid != NULL) {
969 memcpy(state->stateid.data, deleg_stateid->data, sizeof(state->stateid.data));
970 set_bit(NFS_DELEGATED_STATE, &state->flags);
971 }
972 if (open_stateid != NULL)
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500973 nfs_set_open_stateid_locked(state, open_stateid, fmode);
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400974 write_sequnlock(&state->seqlock);
975 spin_lock(&state->owner->so_lock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500976 update_open_stateflags(state, fmode);
Trond Myklebustec073422005-10-20 14:22:47 -0700977 spin_unlock(&state->owner->so_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700978}
979
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500980static 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 -0500981{
982 struct nfs_inode *nfsi = NFS_I(state->inode);
983 struct nfs_delegation *deleg_cur;
984 int ret = 0;
985
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500986 fmode &= (FMODE_READ|FMODE_WRITE);
Trond Myklebust34310432008-12-23 15:21:38 -0500987
988 rcu_read_lock();
989 deleg_cur = rcu_dereference(nfsi->delegation);
990 if (deleg_cur == NULL)
991 goto no_delegation;
992
993 spin_lock(&deleg_cur->lock);
994 if (nfsi->delegation != deleg_cur ||
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500995 (deleg_cur->type & fmode) != fmode)
Trond Myklebust34310432008-12-23 15:21:38 -0500996 goto no_delegation_unlock;
997
998 if (delegation == NULL)
999 delegation = &deleg_cur->stateid;
1000 else if (memcmp(deleg_cur->stateid.data, delegation->data, NFS4_STATEID_SIZE) != 0)
1001 goto no_delegation_unlock;
1002
Trond Myklebustb7391f42008-12-23 15:21:52 -05001003 nfs_mark_delegation_referenced(deleg_cur);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001004 __update_open_stateid(state, open_stateid, &deleg_cur->stateid, fmode);
Trond Myklebust34310432008-12-23 15:21:38 -05001005 ret = 1;
1006no_delegation_unlock:
1007 spin_unlock(&deleg_cur->lock);
1008no_delegation:
1009 rcu_read_unlock();
1010
1011 if (!ret && open_stateid != NULL) {
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001012 __update_open_stateid(state, open_stateid, NULL, fmode);
Trond Myklebust34310432008-12-23 15:21:38 -05001013 ret = 1;
1014 }
1015
1016 return ret;
1017}
1018
1019
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001020static void nfs4_return_incompatible_delegation(struct inode *inode, fmode_t fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001021{
1022 struct nfs_delegation *delegation;
1023
1024 rcu_read_lock();
1025 delegation = rcu_dereference(NFS_I(inode)->delegation);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001026 if (delegation == NULL || (delegation->type & fmode) == fmode) {
Trond Myklebustaac00a82007-07-05 19:02:21 -04001027 rcu_read_unlock();
1028 return;
1029 }
1030 rcu_read_unlock();
1031 nfs_inode_return_delegation(inode);
1032}
1033
Trond Myklebust6ee41262007-07-08 14:11:36 -04001034static struct nfs4_state *nfs4_try_open_cached(struct nfs4_opendata *opendata)
Trond Myklebustaac00a82007-07-05 19:02:21 -04001035{
1036 struct nfs4_state *state = opendata->state;
1037 struct nfs_inode *nfsi = NFS_I(state->inode);
1038 struct nfs_delegation *delegation;
Trond Myklebust536e43d2012-01-17 22:04:26 -05001039 int open_mode = opendata->o_arg.open_flags & (O_EXCL|O_TRUNC);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001040 fmode_t fmode = opendata->o_arg.fmode;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001041 nfs4_stateid stateid;
1042 int ret = -EAGAIN;
1043
Trond Myklebustaac00a82007-07-05 19:02:21 -04001044 for (;;) {
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001045 if (can_open_cached(state, fmode, open_mode)) {
Trond Myklebust6ee41262007-07-08 14:11:36 -04001046 spin_lock(&state->owner->so_lock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001047 if (can_open_cached(state, fmode, open_mode)) {
1048 update_open_stateflags(state, fmode);
Trond Myklebust6ee41262007-07-08 14:11:36 -04001049 spin_unlock(&state->owner->so_lock);
Trond Myklebust6ee41262007-07-08 14:11:36 -04001050 goto out_return_state;
1051 }
1052 spin_unlock(&state->owner->so_lock);
1053 }
Trond Myklebust34310432008-12-23 15:21:38 -05001054 rcu_read_lock();
1055 delegation = rcu_dereference(nfsi->delegation);
Trond Myklebust652f89f2011-12-09 19:05:58 -05001056 if (!can_open_delegated(delegation, fmode)) {
Trond Myklebust34310432008-12-23 15:21:38 -05001057 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -04001058 break;
Trond Myklebust34310432008-12-23 15:21:38 -05001059 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001060 /* Save the delegation */
1061 memcpy(stateid.data, delegation->stateid.data, sizeof(stateid.data));
1062 rcu_read_unlock();
Trond Myklebustaf22f942007-08-10 17:45:10 -04001063 ret = nfs_may_open(state->inode, state->owner->so_cred, open_mode);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001064 if (ret != 0)
1065 goto out;
1066 ret = -EAGAIN;
Trond Myklebust34310432008-12-23 15:21:38 -05001067
1068 /* Try to update the stateid using the delegation */
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001069 if (update_open_stateid(state, NULL, &stateid, fmode))
Trond Myklebust34310432008-12-23 15:21:38 -05001070 goto out_return_state;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001071 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001072out:
1073 return ERR_PTR(ret);
1074out_return_state:
1075 atomic_inc(&state->count);
1076 return state;
1077}
1078
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001079static struct nfs4_state *nfs4_opendata_to_nfs4_state(struct nfs4_opendata *data)
1080{
1081 struct inode *inode;
1082 struct nfs4_state *state = NULL;
Trond Myklebust003707c2007-07-05 18:07:55 -04001083 struct nfs_delegation *delegation;
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001084 int ret;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001085
Trond Myklebustaac00a82007-07-05 19:02:21 -04001086 if (!data->rpc_done) {
Trond Myklebust6ee41262007-07-08 14:11:36 -04001087 state = nfs4_try_open_cached(data);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001088 goto out;
1089 }
1090
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001091 ret = -EAGAIN;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001092 if (!(data->f_attr.valid & NFS_ATTR_FATTR))
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001093 goto err;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001094 inode = nfs_fhget(data->dir->d_sb, &data->o_res.fh, &data->f_attr);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001095 ret = PTR_ERR(inode);
Trond Myklebust03f28e32006-03-20 13:44:48 -05001096 if (IS_ERR(inode))
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001097 goto err;
1098 ret = -ENOMEM;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001099 state = nfs4_get_open_state(inode, data->owner);
1100 if (state == NULL)
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001101 goto err_put_inode;
Trond Myklebust549d6ed2007-07-03 16:42:45 -04001102 if (data->o_res.delegation_type != 0) {
Trond Myklebust549d6ed2007-07-03 16:42:45 -04001103 int delegation_flags = 0;
1104
Trond Myklebust003707c2007-07-05 18:07:55 -04001105 rcu_read_lock();
1106 delegation = rcu_dereference(NFS_I(inode)->delegation);
1107 if (delegation)
1108 delegation_flags = delegation->flags;
1109 rcu_read_unlock();
Trond Myklebust652f89f2011-12-09 19:05:58 -05001110 if (data->o_arg.claim == NFS4_OPEN_CLAIM_DELEGATE_CUR) {
1111 pr_err_ratelimited("NFS: Broken NFSv4 server %s is "
1112 "returning a delegation for "
1113 "OPEN(CLAIM_DELEGATE_CUR)\n",
1114 NFS_CLIENT(inode)->cl_server);
1115 } else if ((delegation_flags & 1UL<<NFS_DELEGATION_NEED_RECLAIM) == 0)
Trond Myklebust549d6ed2007-07-03 16:42:45 -04001116 nfs_inode_set_delegation(state->inode,
1117 data->owner->so_cred,
1118 &data->o_res);
1119 else
1120 nfs_inode_reclaim_delegation(state->inode,
1121 data->owner->so_cred,
1122 &data->o_res);
1123 }
Trond Myklebust34310432008-12-23 15:21:38 -05001124
1125 update_open_stateid(state, &data->o_res.stateid, NULL,
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001126 data->o_arg.fmode);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001127 iput(inode);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001128out:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001129 return state;
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001130err_put_inode:
1131 iput(inode);
1132err:
1133 return ERR_PTR(ret);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001134}
1135
Trond Myklebust864472e2006-01-03 09:55:15 +01001136static struct nfs_open_context *nfs4_state_find_open_context(struct nfs4_state *state)
1137{
1138 struct nfs_inode *nfsi = NFS_I(state->inode);
1139 struct nfs_open_context *ctx;
1140
1141 spin_lock(&state->inode->i_lock);
1142 list_for_each_entry(ctx, &nfsi->open_files, list) {
1143 if (ctx->state != state)
1144 continue;
1145 get_nfs_open_context(ctx);
1146 spin_unlock(&state->inode->i_lock);
1147 return ctx;
1148 }
1149 spin_unlock(&state->inode->i_lock);
1150 return ERR_PTR(-ENOENT);
1151}
1152
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001153static struct nfs4_opendata *nfs4_open_recoverdata_alloc(struct nfs_open_context *ctx, struct nfs4_state *state)
1154{
1155 struct nfs4_opendata *opendata;
1156
Al Viro3d4ff432011-06-22 18:40:12 -04001157 opendata = nfs4_opendata_alloc(ctx->dentry, state->owner, 0, 0, NULL, GFP_NOFS);
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001158 if (opendata == NULL)
1159 return ERR_PTR(-ENOMEM);
1160 opendata->state = state;
1161 atomic_inc(&state->count);
1162 return opendata;
1163}
1164
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001165static int nfs4_open_recover_helper(struct nfs4_opendata *opendata, fmode_t fmode, struct nfs4_state **res)
Trond Myklebust864472e2006-01-03 09:55:15 +01001166{
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001167 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001168 int ret;
1169
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001170 opendata->o_arg.open_flags = 0;
1171 opendata->o_arg.fmode = fmode;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001172 memset(&opendata->o_res, 0, sizeof(opendata->o_res));
1173 memset(&opendata->c_res, 0, sizeof(opendata->c_res));
1174 nfs4_init_opendata_res(opendata);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001175 ret = _nfs4_recover_proc_open(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001176 if (ret != 0)
1177 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001178 newstate = nfs4_opendata_to_nfs4_state(opendata);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001179 if (IS_ERR(newstate))
1180 return PTR_ERR(newstate);
Al Viro643168c2011-06-22 18:20:23 -04001181 nfs4_close_state(newstate, fmode);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001182 *res = newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001183 return 0;
1184}
1185
1186static int nfs4_open_recover(struct nfs4_opendata *opendata, struct nfs4_state *state)
1187{
Trond Myklebust864472e2006-01-03 09:55:15 +01001188 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001189 int ret;
1190
1191 /* memory barrier prior to reading state->n_* */
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001192 clear_bit(NFS_DELEGATED_STATE, &state->flags);
Trond Myklebust864472e2006-01-03 09:55:15 +01001193 smp_rmb();
1194 if (state->n_rdwr != 0) {
Trond Myklebustb0ed9db2010-10-04 17:59:08 -04001195 clear_bit(NFS_O_RDWR_STATE, &state->flags);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001196 ret = nfs4_open_recover_helper(opendata, FMODE_READ|FMODE_WRITE, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001197 if (ret != 0)
1198 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001199 if (newstate != state)
1200 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001201 }
1202 if (state->n_wronly != 0) {
Trond Myklebustb0ed9db2010-10-04 17:59:08 -04001203 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001204 ret = nfs4_open_recover_helper(opendata, FMODE_WRITE, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001205 if (ret != 0)
1206 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001207 if (newstate != state)
1208 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001209 }
1210 if (state->n_rdonly != 0) {
Trond Myklebustb0ed9db2010-10-04 17:59:08 -04001211 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001212 ret = nfs4_open_recover_helper(opendata, FMODE_READ, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001213 if (ret != 0)
1214 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001215 if (newstate != state)
1216 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001217 }
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001218 /*
1219 * We may have performed cached opens for all three recoveries.
1220 * Check if we need to update the current stateid.
1221 */
1222 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0 &&
1223 memcmp(state->stateid.data, state->open_stateid.data, sizeof(state->stateid.data)) != 0) {
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001224 write_seqlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001225 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
1226 memcpy(state->stateid.data, state->open_stateid.data, sizeof(state->stateid.data));
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001227 write_sequnlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001228 }
Trond Myklebust864472e2006-01-03 09:55:15 +01001229 return 0;
1230}
1231
Linus Torvalds1da177e2005-04-16 15:20:36 -07001232/*
1233 * OPEN_RECLAIM:
1234 * reclaim state on the server after a reboot.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001235 */
Trond Myklebust539cd032007-06-05 11:46:42 -04001236static int _nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001237{
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001238 struct nfs_delegation *delegation;
Trond Myklebust864472e2006-01-03 09:55:15 +01001239 struct nfs4_opendata *opendata;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001240 fmode_t delegation_type = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001241 int status;
1242
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001243 opendata = nfs4_open_recoverdata_alloc(ctx, state);
1244 if (IS_ERR(opendata))
1245 return PTR_ERR(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001246 opendata->o_arg.claim = NFS4_OPEN_CLAIM_PREVIOUS;
1247 opendata->o_arg.fh = NFS_FH(state->inode);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001248 rcu_read_lock();
1249 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
Trond Myklebust15c831b2008-12-23 15:21:39 -05001250 if (delegation != NULL && test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags) != 0)
Trond Myklebust65bbf6b2007-08-27 09:57:46 -04001251 delegation_type = delegation->type;
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001252 rcu_read_unlock();
Trond Myklebust864472e2006-01-03 09:55:15 +01001253 opendata->o_arg.u.delegation_type = delegation_type;
1254 status = nfs4_open_recover(opendata, state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001255 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001256 return status;
1257}
1258
Trond Myklebust539cd032007-06-05 11:46:42 -04001259static int nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001260{
1261 struct nfs_server *server = NFS_SERVER(state->inode);
1262 struct nfs4_exception exception = { };
1263 int err;
1264 do {
Trond Myklebust539cd032007-06-05 11:46:42 -04001265 err = _nfs4_do_open_reclaim(ctx, state);
Trond Myklebust168667c2010-10-19 19:47:49 -04001266 if (err != -NFS4ERR_DELAY)
Trond Myklebust202b50d2005-06-22 17:16:29 +00001267 break;
1268 nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001269 } while (exception.retry);
1270 return err;
1271}
1272
Trond Myklebust864472e2006-01-03 09:55:15 +01001273static int nfs4_open_reclaim(struct nfs4_state_owner *sp, struct nfs4_state *state)
1274{
1275 struct nfs_open_context *ctx;
1276 int ret;
1277
1278 ctx = nfs4_state_find_open_context(state);
1279 if (IS_ERR(ctx))
1280 return PTR_ERR(ctx);
Trond Myklebust539cd032007-06-05 11:46:42 -04001281 ret = nfs4_do_open_reclaim(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +01001282 put_nfs_open_context(ctx);
1283 return ret;
1284}
1285
Trond Myklebust13437e12007-07-06 15:10:43 -04001286static 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 -07001287{
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001288 struct nfs4_opendata *opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +01001289 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001290
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001291 opendata = nfs4_open_recoverdata_alloc(ctx, state);
1292 if (IS_ERR(opendata))
1293 return PTR_ERR(opendata);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001294 opendata->o_arg.claim = NFS4_OPEN_CLAIM_DELEGATE_CUR;
Trond Myklebust13437e12007-07-06 15:10:43 -04001295 memcpy(opendata->o_arg.u.delegation.data, stateid->data,
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001296 sizeof(opendata->o_arg.u.delegation.data));
Trond Myklebust864472e2006-01-03 09:55:15 +01001297 ret = nfs4_open_recover(opendata, state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001298 nfs4_opendata_put(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001299 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001300}
1301
Trond Myklebust13437e12007-07-06 15:10:43 -04001302int nfs4_open_delegation_recall(struct nfs_open_context *ctx, struct nfs4_state *state, const nfs4_stateid *stateid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001303{
1304 struct nfs4_exception exception = { };
Trond Myklebust539cd032007-06-05 11:46:42 -04001305 struct nfs_server *server = NFS_SERVER(state->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001306 int err;
1307 do {
Trond Myklebust13437e12007-07-06 15:10:43 -04001308 err = _nfs4_open_delegation_recall(ctx, state, stateid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001309 switch (err) {
1310 case 0:
Trond Myklebust965b5d62009-06-17 13:22:59 -07001311 case -ENOENT:
1312 case -ESTALE:
1313 goto out;
Ricardo Labiagabcfa49f2009-12-07 09:22:29 -05001314 case -NFS4ERR_BADSESSION:
1315 case -NFS4ERR_BADSLOT:
1316 case -NFS4ERR_BAD_HIGH_SLOT:
1317 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
1318 case -NFS4ERR_DEADSESSION:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05001319 nfs4_schedule_session_recovery(server->nfs_client->cl_session);
Ricardo Labiagabcfa49f2009-12-07 09:22:29 -05001320 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001321 case -NFS4ERR_STALE_CLIENTID:
1322 case -NFS4ERR_STALE_STATEID:
1323 case -NFS4ERR_EXPIRED:
1324 /* Don't recall a delegation if it was lost */
Trond Myklebust0400a6b2011-03-09 16:00:53 -05001325 nfs4_schedule_lease_recovery(server->nfs_client);
Trond Myklebust965b5d62009-06-17 13:22:59 -07001326 goto out;
1327 case -ERESTARTSYS:
1328 /*
1329 * The show must go on: exit, but mark the
1330 * stateid as needing recovery.
1331 */
1332 case -NFS4ERR_ADMIN_REVOKED:
1333 case -NFS4ERR_BAD_STATEID:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05001334 nfs4_schedule_stateid_recovery(server, state);
Trond Myklebust168667c2010-10-19 19:47:49 -04001335 case -EKEYEXPIRED:
1336 /*
1337 * User RPCSEC_GSS context has expired.
1338 * We cannot recover this stateid now, so
1339 * skip it and allow recovery thread to
1340 * proceed.
1341 */
Trond Myklebust965b5d62009-06-17 13:22:59 -07001342 case -ENOMEM:
1343 err = 0;
1344 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001345 }
1346 err = nfs4_handle_exception(server, err, &exception);
1347 } while (exception.retry);
Trond Myklebust965b5d62009-06-17 13:22:59 -07001348out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001349 return err;
1350}
1351
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001352static void nfs4_open_confirm_done(struct rpc_task *task, void *calldata)
1353{
1354 struct nfs4_opendata *data = calldata;
1355
1356 data->rpc_status = task->tk_status;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001357 if (data->rpc_status == 0) {
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001358 memcpy(data->o_res.stateid.data, data->c_res.stateid.data,
1359 sizeof(data->o_res.stateid.data));
Trond Myklebustbb226292008-01-02 15:19:18 -05001360 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust26e976a2006-01-03 09:55:21 +01001361 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust3e309912007-07-07 13:19:59 -04001362 data->rpc_done = 1;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001363 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001364}
1365
1366static void nfs4_open_confirm_release(void *calldata)
1367{
1368 struct nfs4_opendata *data = calldata;
1369 struct nfs4_state *state = NULL;
1370
1371 /* If this request hasn't been cancelled, do nothing */
1372 if (data->cancelled == 0)
1373 goto out_free;
1374 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -04001375 if (!data->rpc_done)
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001376 goto out_free;
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001377 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001378 if (!IS_ERR(state))
Al Viro643168c2011-06-22 18:20:23 -04001379 nfs4_close_state(state, data->o_arg.fmode);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001380out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001381 nfs4_opendata_put(data);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001382}
1383
1384static const struct rpc_call_ops nfs4_open_confirm_ops = {
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001385 .rpc_call_done = nfs4_open_confirm_done,
1386 .rpc_release = nfs4_open_confirm_release,
1387};
1388
1389/*
1390 * Note: On error, nfs4_proc_open_confirm will free the struct nfs4_opendata
1391 */
1392static int _nfs4_proc_open_confirm(struct nfs4_opendata *data)
1393{
1394 struct nfs_server *server = NFS_SERVER(data->dir->d_inode);
1395 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001396 struct rpc_message msg = {
1397 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_CONFIRM],
1398 .rpc_argp = &data->c_arg,
1399 .rpc_resp = &data->c_res,
1400 .rpc_cred = data->owner->so_cred,
1401 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001402 struct rpc_task_setup task_setup_data = {
1403 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001404 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001405 .callback_ops = &nfs4_open_confirm_ops,
1406 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -05001407 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001408 .flags = RPC_TASK_ASYNC,
1409 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001410 int status;
1411
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001412 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -04001413 data->rpc_done = 0;
1414 data->rpc_status = 0;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001415 data->timestamp = jiffies;
Trond Myklebustc970aa82007-07-14 15:39:59 -04001416 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05001417 if (IS_ERR(task))
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001418 return PTR_ERR(task);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001419 status = nfs4_wait_for_completion_rpc_task(task);
1420 if (status != 0) {
1421 data->cancelled = 1;
1422 smp_wmb();
1423 } else
1424 status = data->rpc_status;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05001425 rpc_put_task(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001426 return status;
1427}
1428
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001429static void nfs4_open_prepare(struct rpc_task *task, void *calldata)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001430{
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001431 struct nfs4_opendata *data = calldata;
1432 struct nfs4_state_owner *sp = data->owner;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001433
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001434 if (nfs_wait_on_sequence(data->o_arg.seqid, task) != 0)
1435 return;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001436 /*
1437 * Check if we still need to send an OPEN call, or if we can use
1438 * a delegation instead.
1439 */
1440 if (data->state != NULL) {
1441 struct nfs_delegation *delegation;
1442
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001443 if (can_open_cached(data->state, data->o_arg.fmode, data->o_arg.open_flags))
Trond Myklebust6ee41262007-07-08 14:11:36 -04001444 goto out_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001445 rcu_read_lock();
1446 delegation = rcu_dereference(NFS_I(data->state->inode)->delegation);
Trond Myklebust652f89f2011-12-09 19:05:58 -05001447 if (data->o_arg.claim != NFS4_OPEN_CLAIM_DELEGATE_CUR &&
1448 can_open_delegated(delegation, data->o_arg.fmode))
1449 goto unlock_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001450 rcu_read_unlock();
1451 }
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001452 /* Update sequence id. */
Trond Myklebust48c22eb2012-01-17 22:04:25 -05001453 data->o_arg.id = sp->so_seqid.owner_id;
Trond Myklebust1f0e8902010-06-24 15:11:43 -04001454 data->o_arg.clientid = sp->so_server->nfs_client->cl_clientid;
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001455 if (data->o_arg.claim == NFS4_OPEN_CLAIM_PREVIOUS) {
Trond Myklebust5138fde2007-07-14 15:40:01 -04001456 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_NOATTR];
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001457 nfs_copy_fh(&data->o_res.fh, data->o_arg.fh);
1458 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001459 data->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04001460 if (nfs4_setup_sequence(data->o_arg.server,
Andy Adamsond8985282009-04-01 09:22:21 -04001461 &data->o_arg.seq_args,
Trond Myklebust9d12b212012-01-17 22:04:25 -05001462 &data->o_res.seq_res, task))
Andy Adamsond8985282009-04-01 09:22:21 -04001463 return;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001464 rpc_call_start(task);
Trond Myklebust6ee41262007-07-08 14:11:36 -04001465 return;
Trond Myklebust652f89f2011-12-09 19:05:58 -05001466unlock_no_action:
1467 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -04001468out_no_action:
1469 task->tk_action = NULL;
1470
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001471}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001472
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001473static void nfs4_recover_open_prepare(struct rpc_task *task, void *calldata)
1474{
1475 rpc_task_set_priority(task, RPC_PRIORITY_PRIVILEGED);
1476 nfs4_open_prepare(task, calldata);
1477}
1478
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001479static void nfs4_open_done(struct rpc_task *task, void *calldata)
1480{
1481 struct nfs4_opendata *data = calldata;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001482
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001483 data->rpc_status = task->tk_status;
Andy Adamsond8985282009-04-01 09:22:21 -04001484
Trond Myklebust14516c32010-07-31 14:29:06 -04001485 if (!nfs4_sequence_done(task, &data->o_res.seq_res))
1486 return;
Andy Adamsond8985282009-04-01 09:22:21 -04001487
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001488 if (task->tk_status == 0) {
1489 switch (data->o_res.f_attr->mode & S_IFMT) {
Trond Myklebust6f926b52005-10-18 14:20:18 -07001490 case S_IFREG:
1491 break;
1492 case S_IFLNK:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001493 data->rpc_status = -ELOOP;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001494 break;
1495 case S_IFDIR:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001496 data->rpc_status = -EISDIR;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001497 break;
1498 default:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001499 data->rpc_status = -ENOTDIR;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001500 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001501 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust0f9f95e2007-07-08 16:19:56 -04001502 if (!(data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM))
1503 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust6f926b52005-10-18 14:20:18 -07001504 }
Trond Myklebust3e309912007-07-07 13:19:59 -04001505 data->rpc_done = 1;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001506}
Trond Myklebust6f926b52005-10-18 14:20:18 -07001507
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001508static void nfs4_open_release(void *calldata)
1509{
1510 struct nfs4_opendata *data = calldata;
1511 struct nfs4_state *state = NULL;
1512
1513 /* If this request hasn't been cancelled, do nothing */
1514 if (data->cancelled == 0)
1515 goto out_free;
1516 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -04001517 if (data->rpc_status != 0 || !data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001518 goto out_free;
1519 /* In case we need an open_confirm, no cleanup! */
1520 if (data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM)
1521 goto out_free;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001522 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001523 if (!IS_ERR(state))
Al Viro643168c2011-06-22 18:20:23 -04001524 nfs4_close_state(state, data->o_arg.fmode);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001525out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001526 nfs4_opendata_put(data);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001527}
1528
1529static const struct rpc_call_ops nfs4_open_ops = {
1530 .rpc_call_prepare = nfs4_open_prepare,
1531 .rpc_call_done = nfs4_open_done,
1532 .rpc_release = nfs4_open_release,
1533};
1534
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001535static const struct rpc_call_ops nfs4_recover_open_ops = {
1536 .rpc_call_prepare = nfs4_recover_open_prepare,
1537 .rpc_call_done = nfs4_open_done,
1538 .rpc_release = nfs4_open_release,
1539};
1540
1541static int nfs4_run_open_task(struct nfs4_opendata *data, int isrecover)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001542{
1543 struct inode *dir = data->dir->d_inode;
1544 struct nfs_server *server = NFS_SERVER(dir);
1545 struct nfs_openargs *o_arg = &data->o_arg;
1546 struct nfs_openres *o_res = &data->o_res;
1547 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001548 struct rpc_message msg = {
1549 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN],
1550 .rpc_argp = o_arg,
1551 .rpc_resp = o_res,
1552 .rpc_cred = data->owner->so_cred,
1553 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001554 struct rpc_task_setup task_setup_data = {
1555 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001556 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001557 .callback_ops = &nfs4_open_ops,
1558 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -05001559 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001560 .flags = RPC_TASK_ASYNC,
1561 };
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001562 int status;
1563
Trond Myklebust9d12b212012-01-17 22:04:25 -05001564 nfs41_init_sequence(&o_arg->seq_args, &o_res->seq_res, 1);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001565 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -04001566 data->rpc_done = 0;
1567 data->rpc_status = 0;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001568 data->cancelled = 0;
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001569 if (isrecover)
1570 task_setup_data.callback_ops = &nfs4_recover_open_ops;
Trond Myklebustc970aa82007-07-14 15:39:59 -04001571 task = rpc_run_task(&task_setup_data);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001572 if (IS_ERR(task))
1573 return PTR_ERR(task);
1574 status = nfs4_wait_for_completion_rpc_task(task);
1575 if (status != 0) {
1576 data->cancelled = 1;
1577 smp_wmb();
1578 } else
1579 status = data->rpc_status;
1580 rpc_put_task(task);
1581
1582 return status;
1583}
1584
1585static int _nfs4_recover_proc_open(struct nfs4_opendata *data)
1586{
1587 struct inode *dir = data->dir->d_inode;
1588 struct nfs_openres *o_res = &data->o_res;
1589 int status;
1590
1591 status = nfs4_run_open_task(data, 1);
1592 if (status != 0 || !data->rpc_done)
1593 return status;
1594
Trond Myklebust6926afd2012-01-07 13:22:46 -05001595 nfs_fattr_map_and_free_names(NFS_SERVER(dir), &data->f_attr);
1596
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001597 nfs_refresh_inode(dir, o_res->dir_attr);
1598
1599 if (o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) {
1600 status = _nfs4_proc_open_confirm(data);
1601 if (status != 0)
1602 return status;
1603 }
1604
1605 return status;
1606}
1607
1608/*
1609 * Note: On error, nfs4_proc_open will free the struct nfs4_opendata
1610 */
1611static int _nfs4_proc_open(struct nfs4_opendata *data)
1612{
1613 struct inode *dir = data->dir->d_inode;
1614 struct nfs_server *server = NFS_SERVER(dir);
1615 struct nfs_openargs *o_arg = &data->o_arg;
1616 struct nfs_openres *o_res = &data->o_res;
1617 int status;
1618
1619 status = nfs4_run_open_task(data, 0);
Trond Myklebust08ef7bd2011-10-18 16:11:49 -07001620 if (!data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001621 return status;
Trond Myklebust08ef7bd2011-10-18 16:11:49 -07001622 if (status != 0) {
1623 if (status == -NFS4ERR_BADNAME &&
1624 !(o_arg->open_flags & O_CREAT))
1625 return -ENOENT;
1626 return status;
1627 }
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001628
Trond Myklebust6926afd2012-01-07 13:22:46 -05001629 nfs_fattr_map_and_free_names(server, &data->f_attr);
1630
Trond Myklebust56ae19f2005-10-27 22:12:40 -04001631 if (o_arg->open_flags & O_CREAT) {
1632 update_changeattr(dir, &o_res->cinfo);
1633 nfs_post_op_update_inode(dir, o_res->dir_attr);
1634 } else
1635 nfs_refresh_inode(dir, o_res->dir_attr);
Trond Myklebust0df5dd42010-04-11 16:48:44 -04001636 if ((o_res->rflags & NFS4_OPEN_RESULT_LOCKTYPE_POSIX) == 0)
1637 server->caps &= ~NFS_CAP_POSIX_LOCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001638 if(o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) {
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001639 status = _nfs4_proc_open_confirm(data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001640 if (status != 0)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001641 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001642 }
1643 if (!(o_res->f_attr->valid & NFS_ATTR_FATTR))
Trond Myklebust99367812007-07-17 21:52:41 -04001644 _nfs4_proc_getattr(server, &o_res->fh, o_res->f_attr);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001645 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001646}
1647
Andy Adamsond83217c2011-03-01 01:34:17 +00001648static int nfs4_client_recover_expired_lease(struct nfs_client *clp)
Trond Myklebust58d97142006-01-03 09:55:24 +01001649{
Trond Myklebusta78cb572009-08-09 15:06:19 -04001650 unsigned int loop;
Trond Myklebust6b309542006-09-14 14:03:14 -04001651 int ret;
Trond Myklebust58d97142006-01-03 09:55:24 +01001652
Trond Myklebusta78cb572009-08-09 15:06:19 -04001653 for (loop = NFS4_MAX_LOOP_ON_RECOVER; loop != 0; loop--) {
Trond Myklebust65de8722008-12-23 15:21:44 -05001654 ret = nfs4_wait_clnt_recover(clp);
Trond Myklebust6b309542006-09-14 14:03:14 -04001655 if (ret != 0)
Trond Myklebusta78cb572009-08-09 15:06:19 -04001656 break;
Trond Myklebuste598d842008-12-23 15:21:42 -05001657 if (!test_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state) &&
1658 !test_bit(NFS4CLNT_CHECK_LEASE,&clp->cl_state))
Trond Myklebust6b309542006-09-14 14:03:14 -04001659 break;
Trond Myklebust0400a6b2011-03-09 16:00:53 -05001660 nfs4_schedule_state_manager(clp);
Trond Myklebusta78cb572009-08-09 15:06:19 -04001661 ret = -EIO;
Trond Myklebust6b309542006-09-14 14:03:14 -04001662 }
Trond Myklebusta78cb572009-08-09 15:06:19 -04001663 return ret;
Trond Myklebust58d97142006-01-03 09:55:24 +01001664}
1665
Andy Adamsond83217c2011-03-01 01:34:17 +00001666static int nfs4_recover_expired_lease(struct nfs_server *server)
1667{
1668 return nfs4_client_recover_expired_lease(server->nfs_client);
1669}
1670
Linus Torvalds1da177e2005-04-16 15:20:36 -07001671/*
1672 * OPEN_EXPIRED:
1673 * reclaim state on the server after a network partition.
1674 * Assumes caller holds the appropriate lock
1675 */
Trond Myklebust539cd032007-06-05 11:46:42 -04001676static int _nfs4_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001677{
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001678 struct nfs4_opendata *opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +01001679 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001680
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001681 opendata = nfs4_open_recoverdata_alloc(ctx, state);
1682 if (IS_ERR(opendata))
1683 return PTR_ERR(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001684 ret = nfs4_open_recover(opendata, state);
Trond Myklebust35d05772008-04-05 15:54:17 -04001685 if (ret == -ESTALE)
Al Viro3d4ff432011-06-22 18:40:12 -04001686 d_drop(ctx->dentry);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001687 nfs4_opendata_put(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001688 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001689}
1690
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05001691static int nfs4_do_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Trond Myklebust202b50d2005-06-22 17:16:29 +00001692{
Trond Myklebust539cd032007-06-05 11:46:42 -04001693 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust202b50d2005-06-22 17:16:29 +00001694 struct nfs4_exception exception = { };
1695 int err;
1696
1697 do {
Trond Myklebust539cd032007-06-05 11:46:42 -04001698 err = _nfs4_open_expired(ctx, state);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05001699 switch (err) {
1700 default:
1701 goto out;
1702 case -NFS4ERR_GRACE:
1703 case -NFS4ERR_DELAY:
1704 nfs4_handle_exception(server, err, &exception);
1705 err = 0;
1706 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00001707 } while (exception.retry);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05001708out:
Trond Myklebust202b50d2005-06-22 17:16:29 +00001709 return err;
1710}
1711
Linus Torvalds1da177e2005-04-16 15:20:36 -07001712static int nfs4_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
1713{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001714 struct nfs_open_context *ctx;
Trond Myklebust864472e2006-01-03 09:55:15 +01001715 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001716
Trond Myklebust864472e2006-01-03 09:55:15 +01001717 ctx = nfs4_state_find_open_context(state);
1718 if (IS_ERR(ctx))
1719 return PTR_ERR(ctx);
Trond Myklebust539cd032007-06-05 11:46:42 -04001720 ret = nfs4_do_open_expired(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +01001721 put_nfs_open_context(ctx);
1722 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001723}
1724
Bryan Schumakerf062eb62011-06-02 14:59:10 -04001725#if defined(CONFIG_NFS_V4_1)
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05001726static int nfs41_check_expired_stateid(struct nfs4_state *state, nfs4_stateid *stateid, unsigned int flags)
Bryan Schumakerf062eb62011-06-02 14:59:10 -04001727{
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05001728 int status = NFS_OK;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04001729 struct nfs_server *server = NFS_SERVER(state->inode);
1730
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05001731 if (state->flags & flags) {
1732 status = nfs41_test_stateid(server, stateid);
1733 if (status != NFS_OK) {
1734 nfs41_free_stateid(server, stateid);
1735 state->flags &= ~flags;
1736 }
1737 }
1738 return status;
1739}
1740
1741static int nfs41_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
1742{
1743 int deleg_status, open_status;
1744 int deleg_flags = 1 << NFS_DELEGATED_STATE;
1745 int open_flags = (1 << NFS_O_RDONLY_STATE) | (1 << NFS_O_WRONLY_STATE) | (1 << NFS_O_RDWR_STATE);
1746
1747 deleg_status = nfs41_check_expired_stateid(state, &state->stateid, deleg_flags);
1748 open_status = nfs41_check_expired_stateid(state, &state->open_stateid, open_flags);
1749
1750 if ((deleg_status == NFS_OK) && (open_status == NFS_OK))
1751 return NFS_OK;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04001752 return nfs4_open_expired(sp, state);
1753}
1754#endif
1755
Linus Torvalds1da177e2005-04-16 15:20:36 -07001756/*
Jeff Laytonaa53ed52007-06-05 14:49:03 -04001757 * on an EXCLUSIVE create, the server should send back a bitmask with FATTR4-*
1758 * fields corresponding to attributes that were used to store the verifier.
1759 * Make sure we clobber those fields in the later setattr call
1760 */
1761static inline void nfs4_exclusive_attrset(struct nfs4_opendata *opendata, struct iattr *sattr)
1762{
1763 if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_ACCESS) &&
1764 !(sattr->ia_valid & ATTR_ATIME_SET))
1765 sattr->ia_valid |= ATTR_ATIME;
1766
1767 if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_MODIFY) &&
1768 !(sattr->ia_valid & ATTR_MTIME_SET))
1769 sattr->ia_valid |= ATTR_MTIME;
1770}
1771
1772/*
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001773 * Returns a referenced nfs4_state
Linus Torvalds1da177e2005-04-16 15:20:36 -07001774 */
Al Viro82a2c1b2011-06-22 18:30:55 -04001775static 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 -07001776{
1777 struct nfs4_state_owner *sp;
1778 struct nfs4_state *state = NULL;
1779 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001780 struct nfs4_opendata *opendata;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001781 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001782
1783 /* Protect against reboot recovery conflicts */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001784 status = -ENOMEM;
Trond Myklebustd1e284d2012-01-17 22:04:24 -05001785 sp = nfs4_get_state_owner(server, cred, GFP_KERNEL);
1786 if (sp == NULL) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001787 dprintk("nfs4_do_open: nfs4_get_state_owner failed!\n");
1788 goto out_err;
1789 }
Trond Myklebust58d97142006-01-03 09:55:24 +01001790 status = nfs4_recover_expired_lease(server);
1791 if (status != 0)
Trond Myklebustb4454fe2006-01-03 09:55:25 +01001792 goto err_put_state_owner;
Al Viro82a2c1b2011-06-22 18:30:55 -04001793 if (dentry->d_inode != NULL)
1794 nfs4_return_incompatible_delegation(dentry->d_inode, fmode);
Trond Myklebust58d97142006-01-03 09:55:24 +01001795 status = -ENOMEM;
Al Viro82a2c1b2011-06-22 18:30:55 -04001796 opendata = nfs4_opendata_alloc(dentry, sp, fmode, flags, sattr, GFP_KERNEL);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001797 if (opendata == NULL)
Trond Myklebust95d35cb2008-12-23 15:21:45 -05001798 goto err_put_state_owner;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001799
Al Viro82a2c1b2011-06-22 18:30:55 -04001800 if (dentry->d_inode != NULL)
1801 opendata->state = nfs4_get_open_state(dentry->d_inode, sp);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001802
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001803 status = _nfs4_proc_open(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001804 if (status != 0)
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001805 goto err_opendata_put;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001806
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001807 state = nfs4_opendata_to_nfs4_state(opendata);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001808 status = PTR_ERR(state);
1809 if (IS_ERR(state))
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001810 goto err_opendata_put;
Trond Myklebust0df5dd42010-04-11 16:48:44 -04001811 if (server->caps & NFS_CAP_POSIX_LOCK)
Trond Myklebust8e469eb2010-01-26 15:42:30 -05001812 set_bit(NFS_STATE_POSIX_LOCKS, &state->flags);
Trond Myklebust0ab64e02010-04-16 16:22:51 -04001813
1814 if (opendata->o_arg.open_flags & O_EXCL) {
1815 nfs4_exclusive_attrset(opendata, sattr);
1816
1817 nfs_fattr_init(opendata->o_res.f_attr);
1818 status = nfs4_do_setattr(state->inode, cred,
1819 opendata->o_res.f_attr, sattr,
1820 state);
1821 if (status == 0)
1822 nfs_setattr_update_inode(state->inode, sattr);
1823 nfs_post_op_update_inode(state->inode, opendata->o_res.f_attr);
1824 }
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001825 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001826 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001827 *res = state;
1828 return 0;
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001829err_opendata_put:
1830 nfs4_opendata_put(opendata);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001831err_put_state_owner:
1832 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001833out_err:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001834 *res = NULL;
1835 return status;
1836}
1837
1838
Al Viro82a2c1b2011-06-22 18:30:55 -04001839static 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 -07001840{
1841 struct nfs4_exception exception = { };
1842 struct nfs4_state *res;
1843 int status;
1844
1845 do {
Al Viro82a2c1b2011-06-22 18:30:55 -04001846 status = _nfs4_do_open(dir, dentry, fmode, flags, sattr, cred, &res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001847 if (status == 0)
1848 break;
1849 /* NOTE: BAD_SEQID means the server and client disagree about the
1850 * book-keeping w.r.t. state-changing operations
1851 * (OPEN/CLOSE/LOCK/LOCKU...)
1852 * It is actually a sign of a bug on the client or on the server.
1853 *
1854 * If we receive a BAD_SEQID error in the particular case of
Trond Myklebustcee54fc2005-10-18 14:20:12 -07001855 * doing an OPEN, we assume that nfs_increment_open_seqid() will
Linus Torvalds1da177e2005-04-16 15:20:36 -07001856 * have unhashed the old state_owner for us, and that we can
1857 * therefore safely retry using a new one. We should still warn
1858 * the user though...
1859 */
1860 if (status == -NFS4ERR_BAD_SEQID) {
Trond Myklebust6f43ddc2007-07-08 16:49:11 -04001861 printk(KERN_WARNING "NFS: v4 server %s "
1862 " returned a bad sequence-id error!\n",
1863 NFS_SERVER(dir)->nfs_client->cl_hostname);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001864 exception.retry = 1;
1865 continue;
1866 }
Trond Myklebust550f5742005-10-18 14:20:21 -07001867 /*
1868 * BAD_STATEID on OPEN means that the server cancelled our
1869 * state before it received the OPEN_CONFIRM.
1870 * Recover by retrying the request as per the discussion
1871 * on Page 181 of RFC3530.
1872 */
1873 if (status == -NFS4ERR_BAD_STATEID) {
1874 exception.retry = 1;
1875 continue;
1876 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001877 if (status == -EAGAIN) {
1878 /* We must have found a delegation */
1879 exception.retry = 1;
1880 continue;
1881 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001882 res = ERR_PTR(nfs4_handle_exception(NFS_SERVER(dir),
1883 status, &exception));
1884 } while (exception.retry);
1885 return res;
1886}
1887
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001888static int _nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
1889 struct nfs_fattr *fattr, struct iattr *sattr,
1890 struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001891{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05001892 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001893 struct nfs_setattrargs arg = {
Trond Myklebust3e4f6292006-03-20 13:44:46 -05001894 .fh = NFS_FH(inode),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001895 .iap = sattr,
1896 .server = server,
1897 .bitmask = server->attr_bitmask,
1898 };
1899 struct nfs_setattrres res = {
1900 .fattr = fattr,
1901 .server = server,
1902 };
1903 struct rpc_message msg = {
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001904 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETATTR],
1905 .rpc_argp = &arg,
1906 .rpc_resp = &res,
1907 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001908 };
Trond Myklebust26e976a2006-01-03 09:55:21 +01001909 unsigned long timestamp = jiffies;
Trond Myklebust65e43082005-08-16 11:49:44 -04001910 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001911
Trond Myklebust0e574af2005-10-27 22:12:38 -04001912 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001913
Trond Myklebust3e4f6292006-03-20 13:44:46 -05001914 if (nfs4_copy_delegation_stateid(&arg.stateid, inode)) {
1915 /* Use that stateid */
1916 } else if (state != NULL) {
Trond Myklebust77041ed2010-07-01 12:49:11 -04001917 nfs4_copy_stateid(&arg.stateid, state, current->files, current->tgid);
Trond Myklebust08e9eac2005-06-22 17:16:29 +00001918 } else
Linus Torvalds1da177e2005-04-16 15:20:36 -07001919 memcpy(&arg.stateid, &zero_stateid, sizeof(arg.stateid));
1920
Bryan Schumaker7c513052011-03-24 17:12:24 +00001921 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust26e976a2006-01-03 09:55:21 +01001922 if (status == 0 && state != NULL)
1923 renew_lease(server, timestamp);
Trond Myklebust65e43082005-08-16 11:49:44 -04001924 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001925}
1926
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001927static int nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
1928 struct nfs_fattr *fattr, struct iattr *sattr,
1929 struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001930{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05001931 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001932 struct nfs4_exception exception = { };
1933 int err;
1934 do {
1935 err = nfs4_handle_exception(server,
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001936 _nfs4_do_setattr(inode, cred, fattr, sattr, state),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001937 &exception);
1938 } while (exception.retry);
1939 return err;
1940}
1941
1942struct nfs4_closedata {
1943 struct inode *inode;
1944 struct nfs4_state *state;
1945 struct nfs_closeargs arg;
1946 struct nfs_closeres res;
Trond Myklebust516a6af2005-10-27 22:12:41 -04001947 struct nfs_fattr fattr;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001948 unsigned long timestamp;
Fred Isamanf7e89172011-01-06 11:36:32 +00001949 bool roc;
1950 u32 roc_barrier;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001951};
1952
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001953static void nfs4_free_closedata(void *data)
Trond Myklebust95121352005-10-18 14:20:12 -07001954{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001955 struct nfs4_closedata *calldata = data;
1956 struct nfs4_state_owner *sp = calldata->state->owner;
Al Viro643168c2011-06-22 18:20:23 -04001957 struct super_block *sb = calldata->state->inode->i_sb;
Trond Myklebust95121352005-10-18 14:20:12 -07001958
Fred Isamanf7e89172011-01-06 11:36:32 +00001959 if (calldata->roc)
1960 pnfs_roc_release(calldata->state->inode);
Trond Myklebust95121352005-10-18 14:20:12 -07001961 nfs4_put_open_state(calldata->state);
1962 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust95121352005-10-18 14:20:12 -07001963 nfs4_put_state_owner(sp);
Al Viro643168c2011-06-22 18:20:23 -04001964 nfs_sb_deactive(sb);
Trond Myklebust95121352005-10-18 14:20:12 -07001965 kfree(calldata);
1966}
1967
Trond Myklebust88069f72009-12-08 08:33:16 -05001968static void nfs4_close_clear_stateid_flags(struct nfs4_state *state,
1969 fmode_t fmode)
1970{
1971 spin_lock(&state->owner->so_lock);
1972 if (!(fmode & FMODE_READ))
1973 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
1974 if (!(fmode & FMODE_WRITE))
1975 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
1976 clear_bit(NFS_O_RDWR_STATE, &state->flags);
1977 spin_unlock(&state->owner->so_lock);
1978}
1979
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001980static void nfs4_close_done(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001981{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001982 struct nfs4_closedata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001983 struct nfs4_state *state = calldata->state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001984 struct nfs_server *server = NFS_SERVER(calldata->inode);
1985
Trond Myklebust14516c32010-07-31 14:29:06 -04001986 if (!nfs4_sequence_done(task, &calldata->res.seq_res))
1987 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001988 /* hmm. we are done with the inode, and in the process of freeing
1989 * the state_owner. we keep this around to process errors
1990 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001991 switch (task->tk_status) {
1992 case 0:
Fred Isamanf7e89172011-01-06 11:36:32 +00001993 if (calldata->roc)
1994 pnfs_roc_set_barrier(state->inode,
1995 calldata->roc_barrier);
Trond Myklebust45328c32007-07-26 17:47:34 -04001996 nfs_set_open_stateid(state, &calldata->res.stateid, 0);
Trond Myklebust26e976a2006-01-03 09:55:21 +01001997 renew_lease(server, calldata->timestamp);
Trond Myklebust88069f72009-12-08 08:33:16 -05001998 nfs4_close_clear_stateid_flags(state,
1999 calldata->arg.fmode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002000 break;
2001 case -NFS4ERR_STALE_STATEID:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002002 case -NFS4ERR_OLD_STATEID:
2003 case -NFS4ERR_BAD_STATEID:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002004 case -NFS4ERR_EXPIRED:
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002005 if (calldata->arg.fmode == 0)
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002006 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002007 default:
Trond Myklebust72211db2009-12-15 14:47:36 -05002008 if (nfs4_async_handle_error(task, server, state) == -EAGAIN)
2009 rpc_restart_call_prepare(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002010 }
Trond Myklebust72211db2009-12-15 14:47:36 -05002011 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebust516a6af2005-10-27 22:12:41 -04002012 nfs_refresh_inode(calldata->inode, calldata->res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002013}
2014
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01002015static void nfs4_close_prepare(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002016{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01002017 struct nfs4_closedata *calldata = data;
Trond Myklebust95121352005-10-18 14:20:12 -07002018 struct nfs4_state *state = calldata->state;
Trond Myklebust88069f72009-12-08 08:33:16 -05002019 int call_close = 0;
Trond Myklebust95121352005-10-18 14:20:12 -07002020
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002021 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebust95121352005-10-18 14:20:12 -07002022 return;
Trond Myklebust003707c2007-07-05 18:07:55 -04002023
Trond Myklebust88069f72009-12-08 08:33:16 -05002024 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_DOWNGRADE];
2025 calldata->arg.fmode = FMODE_READ|FMODE_WRITE;
Trond Myklebust4cecb762005-11-04 15:32:58 -05002026 spin_lock(&state->owner->so_lock);
Trond Myklebust003707c2007-07-05 18:07:55 -04002027 /* Calculate the change in open mode */
Trond Myklebuste7616922006-01-03 09:55:13 +01002028 if (state->n_rdwr == 0) {
Trond Myklebust003707c2007-07-05 18:07:55 -04002029 if (state->n_rdonly == 0) {
Trond Myklebust88069f72009-12-08 08:33:16 -05002030 call_close |= test_bit(NFS_O_RDONLY_STATE, &state->flags);
2031 call_close |= test_bit(NFS_O_RDWR_STATE, &state->flags);
2032 calldata->arg.fmode &= ~FMODE_READ;
Trond Myklebust003707c2007-07-05 18:07:55 -04002033 }
2034 if (state->n_wronly == 0) {
Trond Myklebust88069f72009-12-08 08:33:16 -05002035 call_close |= test_bit(NFS_O_WRONLY_STATE, &state->flags);
2036 call_close |= test_bit(NFS_O_RDWR_STATE, &state->flags);
2037 calldata->arg.fmode &= ~FMODE_WRITE;
Trond Myklebust003707c2007-07-05 18:07:55 -04002038 }
Trond Myklebuste7616922006-01-03 09:55:13 +01002039 }
Trond Myklebust4cecb762005-11-04 15:32:58 -05002040 spin_unlock(&state->owner->so_lock);
Trond Myklebust88069f72009-12-08 08:33:16 -05002041
2042 if (!call_close) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002043 /* Note: exit _without_ calling nfs4_close_done */
2044 task->tk_action = NULL;
Trond Myklebust95121352005-10-18 14:20:12 -07002045 return;
2046 }
Trond Myklebust88069f72009-12-08 08:33:16 -05002047
Fred Isamanf7e89172011-01-06 11:36:32 +00002048 if (calldata->arg.fmode == 0) {
Trond Myklebust88069f72009-12-08 08:33:16 -05002049 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE];
Fred Isamanf7e89172011-01-06 11:36:32 +00002050 if (calldata->roc &&
2051 pnfs_roc_drain(calldata->inode, &calldata->roc_barrier)) {
2052 rpc_sleep_on(&NFS_SERVER(calldata->inode)->roc_rpcwaitq,
2053 task, NULL);
2054 return;
2055 }
2056 }
Trond Myklebust88069f72009-12-08 08:33:16 -05002057
Trond Myklebust516a6af2005-10-27 22:12:41 -04002058 nfs_fattr_init(calldata->res.fattr);
Trond Myklebust26e976a2006-01-03 09:55:21 +01002059 calldata->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04002060 if (nfs4_setup_sequence(NFS_SERVER(calldata->inode),
Trond Myklebust9d12b212012-01-17 22:04:25 -05002061 &calldata->arg.seq_args,
2062 &calldata->res.seq_res,
2063 task))
Andy Adamson19ddab02009-04-01 09:22:20 -04002064 return;
Trond Myklebust5138fde2007-07-14 15:40:01 -04002065 rpc_call_start(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002066}
2067
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002068static const struct rpc_call_ops nfs4_close_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01002069 .rpc_call_prepare = nfs4_close_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002070 .rpc_call_done = nfs4_close_done,
2071 .rpc_release = nfs4_free_closedata,
2072};
2073
Linus Torvalds1da177e2005-04-16 15:20:36 -07002074/*
2075 * It is possible for data to be read/written from a mem-mapped file
2076 * after the sys_close call (which hits the vfs layer as a flush).
2077 * This means that we can't safely call nfsv4 close on a file until
2078 * the inode is cleared. This in turn means that we are not good
2079 * NFSv4 citizens - we do not indicate to the server to update the file's
2080 * share state even when we are done with one of the three share
2081 * stateid's in the inode.
2082 *
2083 * NOTE: Caller must be holding the sp->so_owner semaphore!
2084 */
Al Viro643168c2011-06-22 18:20:23 -04002085int nfs4_do_close(struct nfs4_state *state, gfp_t gfp_mask, int wait, bool roc)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002086{
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002087 struct nfs_server *server = NFS_SERVER(state->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002088 struct nfs4_closedata *calldata;
Trond Myklebustb39e6252007-06-11 23:05:07 -04002089 struct nfs4_state_owner *sp = state->owner;
2090 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04002091 struct rpc_message msg = {
2092 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE],
2093 .rpc_cred = state->owner->so_cred,
2094 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04002095 struct rpc_task_setup task_setup_data = {
2096 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04002097 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04002098 .callback_ops = &nfs4_close_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05002099 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04002100 .flags = RPC_TASK_ASYNC,
2101 };
Trond Myklebust95121352005-10-18 14:20:12 -07002102 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002103
Trond Myklebust8535b2b2010-05-13 12:51:01 -04002104 calldata = kzalloc(sizeof(*calldata), gfp_mask);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002105 if (calldata == NULL)
Trond Myklebust95121352005-10-18 14:20:12 -07002106 goto out;
Trond Myklebust9d12b212012-01-17 22:04:25 -05002107 nfs41_init_sequence(&calldata->arg.seq_args, &calldata->res.seq_res, 1);
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002108 calldata->inode = state->inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002109 calldata->state = state;
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002110 calldata->arg.fh = NFS_FH(state->inode);
Trond Myklebust003707c2007-07-05 18:07:55 -04002111 calldata->arg.stateid = &state->open_stateid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002112 /* Serialization for the sequence id */
Trond Myklebust8535b2b2010-05-13 12:51:01 -04002113 calldata->arg.seqid = nfs_alloc_seqid(&state->owner->so_seqid, gfp_mask);
Trond Myklebust95121352005-10-18 14:20:12 -07002114 if (calldata->arg.seqid == NULL)
2115 goto out_free_calldata;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002116 calldata->arg.fmode = 0;
Trond Myklebusta65318b2009-03-11 14:10:28 -04002117 calldata->arg.bitmask = server->cache_consistency_bitmask;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002118 calldata->res.fattr = &calldata->fattr;
Trond Myklebustc1d51932008-04-07 13:20:54 -04002119 calldata->res.seqid = calldata->arg.seqid;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002120 calldata->res.server = server;
Fred Isamanf7e89172011-01-06 11:36:32 +00002121 calldata->roc = roc;
Al Viro643168c2011-06-22 18:20:23 -04002122 nfs_sb_active(calldata->inode->i_sb);
Trond Myklebust95121352005-10-18 14:20:12 -07002123
Trond Myklebust1174dd12010-12-21 10:52:24 -05002124 msg.rpc_argp = &calldata->arg;
2125 msg.rpc_resp = &calldata->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04002126 task_setup_data.callback_data = calldata;
2127 task = rpc_run_task(&task_setup_data);
Trond Myklebustb39e6252007-06-11 23:05:07 -04002128 if (IS_ERR(task))
2129 return PTR_ERR(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04002130 status = 0;
2131 if (wait)
2132 status = rpc_wait_for_completion_task(task);
Trond Myklebustb39e6252007-06-11 23:05:07 -04002133 rpc_put_task(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04002134 return status;
Trond Myklebust95121352005-10-18 14:20:12 -07002135out_free_calldata:
2136 kfree(calldata);
2137out:
Fred Isamanf7e89172011-01-06 11:36:32 +00002138 if (roc)
2139 pnfs_roc_release(state->inode);
Trond Myklebustb39e6252007-06-11 23:05:07 -04002140 nfs4_put_open_state(state);
2141 nfs4_put_state_owner(sp);
Trond Myklebust95121352005-10-18 14:20:12 -07002142 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002143}
2144
Trond Myklebust2b484292010-09-17 10:56:51 -04002145static struct inode *
Trond Myklebustcd9a1c02010-09-17 10:56:50 -04002146nfs4_atomic_open(struct inode *dir, struct nfs_open_context *ctx, int open_flags, struct iattr *attr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002147{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002148 struct nfs4_state *state;
2149
Trond Myklebust565277f2007-10-15 18:17:53 -04002150 /* Protect against concurrent sillydeletes */
Al Viro3d4ff432011-06-22 18:40:12 -04002151 state = nfs4_do_open(dir, ctx->dentry, ctx->mode, open_flags, attr, ctx->cred);
Trond Myklebustf46e0bd2010-09-17 10:56:50 -04002152 if (IS_ERR(state))
2153 return ERR_CAST(state);
Trond Myklebustcd9a1c02010-09-17 10:56:50 -04002154 ctx->state = state;
Trond Myklebustf46e0bd2010-09-17 10:56:50 -04002155 return igrab(state->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002156}
2157
Trond Myklebust1185a552009-12-03 15:54:02 -05002158static void nfs4_close_context(struct nfs_open_context *ctx, int is_sync)
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002159{
2160 if (ctx->state == NULL)
2161 return;
2162 if (is_sync)
Al Viro643168c2011-06-22 18:20:23 -04002163 nfs4_close_sync(ctx->state, ctx->mode);
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002164 else
Al Viro643168c2011-06-22 18:20:23 -04002165 nfs4_close_state(ctx->state, ctx->mode);
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002166}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002167
2168static int _nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
2169{
Benny Halevy43652ad2009-04-01 09:21:54 -04002170 struct nfs4_server_caps_arg args = {
2171 .fhandle = fhandle,
2172 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002173 struct nfs4_server_caps_res res = {};
2174 struct rpc_message msg = {
2175 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SERVER_CAPS],
Benny Halevy43652ad2009-04-01 09:21:54 -04002176 .rpc_argp = &args,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002177 .rpc_resp = &res,
2178 };
2179 int status;
2180
Bryan Schumaker7c513052011-03-24 17:12:24 +00002181 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002182 if (status == 0) {
2183 memcpy(server->attr_bitmask, res.attr_bitmask, sizeof(server->attr_bitmask));
Trond Myklebust62ab460c2009-08-09 15:06:19 -04002184 server->caps &= ~(NFS_CAP_ACLS|NFS_CAP_HARDLINKS|
2185 NFS_CAP_SYMLINKS|NFS_CAP_FILEID|
2186 NFS_CAP_MODE|NFS_CAP_NLINK|NFS_CAP_OWNER|
2187 NFS_CAP_OWNER_GROUP|NFS_CAP_ATIME|
2188 NFS_CAP_CTIME|NFS_CAP_MTIME);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002189 if (res.attr_bitmask[0] & FATTR4_WORD0_ACL)
2190 server->caps |= NFS_CAP_ACLS;
2191 if (res.has_links != 0)
2192 server->caps |= NFS_CAP_HARDLINKS;
2193 if (res.has_symlinks != 0)
2194 server->caps |= NFS_CAP_SYMLINKS;
Trond Myklebust62ab460c2009-08-09 15:06:19 -04002195 if (res.attr_bitmask[0] & FATTR4_WORD0_FILEID)
2196 server->caps |= NFS_CAP_FILEID;
2197 if (res.attr_bitmask[1] & FATTR4_WORD1_MODE)
2198 server->caps |= NFS_CAP_MODE;
2199 if (res.attr_bitmask[1] & FATTR4_WORD1_NUMLINKS)
2200 server->caps |= NFS_CAP_NLINK;
2201 if (res.attr_bitmask[1] & FATTR4_WORD1_OWNER)
2202 server->caps |= NFS_CAP_OWNER;
2203 if (res.attr_bitmask[1] & FATTR4_WORD1_OWNER_GROUP)
2204 server->caps |= NFS_CAP_OWNER_GROUP;
2205 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_ACCESS)
2206 server->caps |= NFS_CAP_ATIME;
2207 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_METADATA)
2208 server->caps |= NFS_CAP_CTIME;
2209 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_MODIFY)
2210 server->caps |= NFS_CAP_MTIME;
2211
Trond Myklebusta65318b2009-03-11 14:10:28 -04002212 memcpy(server->cache_consistency_bitmask, res.attr_bitmask, sizeof(server->cache_consistency_bitmask));
2213 server->cache_consistency_bitmask[0] &= FATTR4_WORD0_CHANGE|FATTR4_WORD0_SIZE;
2214 server->cache_consistency_bitmask[1] &= FATTR4_WORD1_TIME_METADATA|FATTR4_WORD1_TIME_MODIFY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002215 server->acl_bitmask = res.acl_bitmask;
2216 }
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002217
Linus Torvalds1da177e2005-04-16 15:20:36 -07002218 return status;
2219}
2220
Trond Myklebust55a97592006-06-09 09:34:19 -04002221int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002222{
2223 struct nfs4_exception exception = { };
2224 int err;
2225 do {
2226 err = nfs4_handle_exception(server,
2227 _nfs4_server_capabilities(server, fhandle),
2228 &exception);
2229 } while (exception.retry);
2230 return err;
2231}
2232
2233static int _nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
2234 struct nfs_fsinfo *info)
2235{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002236 struct nfs4_lookup_root_arg args = {
2237 .bitmask = nfs4_fattr_bitmap,
2238 };
2239 struct nfs4_lookup_res res = {
2240 .server = server,
Trond Myklebust0e574af2005-10-27 22:12:38 -04002241 .fattr = info->fattr,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002242 .fh = fhandle,
2243 };
2244 struct rpc_message msg = {
2245 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP_ROOT],
2246 .rpc_argp = &args,
2247 .rpc_resp = &res,
2248 };
Benny Halevy008f55d2009-04-01 09:22:50 -04002249
Trond Myklebust0e574af2005-10-27 22:12:38 -04002250 nfs_fattr_init(info->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00002251 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002252}
2253
2254static int nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
2255 struct nfs_fsinfo *info)
2256{
2257 struct nfs4_exception exception = { };
2258 int err;
2259 do {
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002260 err = _nfs4_lookup_root(server, fhandle, info);
2261 switch (err) {
2262 case 0:
2263 case -NFS4ERR_WRONGSEC:
2264 break;
2265 default:
2266 err = nfs4_handle_exception(server, err, &exception);
2267 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002268 } while (exception.retry);
2269 return err;
2270}
2271
Bryan Schumaker8f70e952011-03-24 17:12:31 +00002272static int nfs4_lookup_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
2273 struct nfs_fsinfo *info, rpc_authflavor_t flavor)
2274{
2275 struct rpc_auth *auth;
2276 int ret;
2277
2278 auth = rpcauth_create(flavor, server->client);
2279 if (!auth) {
2280 ret = -EIO;
2281 goto out;
2282 }
2283 ret = nfs4_lookup_root(server, fhandle, info);
Bryan Schumaker8f70e952011-03-24 17:12:31 +00002284out:
2285 return ret;
2286}
2287
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04002288static int nfs4_find_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
David Howells54ceac42006-08-22 20:06:13 -04002289 struct nfs_fsinfo *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002290{
Bryan Schumaker8f70e952011-03-24 17:12:31 +00002291 int i, len, status = 0;
Bryan Schumaker0fabee22011-04-13 14:31:29 -04002292 rpc_authflavor_t flav_array[NFS_MAX_SECFLAVORS];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002293
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04002294 len = gss_mech_list_pseudoflavors(&flav_array[0]);
2295 flav_array[len] = RPC_AUTH_NULL;
2296 len += 1;
Bryan Schumaker8f70e952011-03-24 17:12:31 +00002297
2298 for (i = 0; i < len; i++) {
2299 status = nfs4_lookup_root_sec(server, fhandle, info, flav_array[i]);
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002300 if (status == -NFS4ERR_WRONGSEC || status == -EACCES)
Bryan Schumakerd1a80162011-04-13 14:31:28 -04002301 continue;
2302 break;
Bryan Schumaker8f70e952011-03-24 17:12:31 +00002303 }
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002304 /*
2305 * -EACCESS could mean that the user doesn't have correct permissions
2306 * to access the mount. It could also mean that we tried to mount
2307 * with a gss auth flavor, but rpc.gssd isn't running. Either way,
2308 * existing mount programs don't handle -EACCES very well so it should
2309 * be mapped to -EPERM instead.
2310 */
2311 if (status == -EACCES)
2312 status = -EPERM;
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04002313 return status;
2314}
2315
2316/*
2317 * get the file handle for the "/" directory on the server
2318 */
2319static int nfs4_proc_get_root(struct nfs_server *server, struct nfs_fh *fhandle,
2320 struct nfs_fsinfo *info)
2321{
Bryan Schumakerfca78d62011-06-02 14:59:07 -04002322 int minor_version = server->nfs_client->cl_minorversion;
Bryan Schumaker801a16dc2011-04-13 14:31:30 -04002323 int status = nfs4_lookup_root(server, fhandle, info);
Bryan Schumakerfb8a5ba2011-04-18 16:52:25 -04002324 if ((status == -NFS4ERR_WRONGSEC) && !(server->flags & NFS_MOUNT_SECFLAVOUR))
2325 /*
2326 * A status of -NFS4ERR_WRONGSEC will be mapped to -EPERM
2327 * by nfs4_map_errors() as this function exits.
2328 */
Bryan Schumakerfca78d62011-06-02 14:59:07 -04002329 status = nfs_v4_minor_ops[minor_version]->find_root_sec(server, fhandle, info);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002330 if (status == 0)
2331 status = nfs4_server_capabilities(server, fhandle);
2332 if (status == 0)
2333 status = nfs4_do_fsinfo(server, fhandle, info);
Trond Myklebustc12e87f2006-03-13 21:20:47 -08002334 return nfs4_map_errors(status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002335}
2336
Andy Adamson533eb462011-06-13 18:25:56 -04002337static void nfs_fixup_referral_attributes(struct nfs_fattr *fattr);
Manoj Naik6b97fd32006-06-09 09:34:29 -04002338/*
2339 * Get locations and (maybe) other attributes of a referral.
2340 * Note that we'll actually follow the referral later when
2341 * we detect fsid mismatch in inode revalidation
2342 */
Andy Adamson533eb462011-06-13 18:25:56 -04002343static int nfs4_get_referral(struct inode *dir, const struct qstr *name,
2344 struct nfs_fattr *fattr, struct nfs_fh *fhandle)
Manoj Naik6b97fd32006-06-09 09:34:29 -04002345{
2346 int status = -ENOMEM;
2347 struct page *page = NULL;
2348 struct nfs4_fs_locations *locations = NULL;
Manoj Naik6b97fd32006-06-09 09:34:29 -04002349
2350 page = alloc_page(GFP_KERNEL);
2351 if (page == NULL)
2352 goto out;
2353 locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL);
2354 if (locations == NULL)
2355 goto out;
2356
Trond Myklebustc228fd32007-01-13 02:28:11 -05002357 status = nfs4_proc_fs_locations(dir, name, locations, page);
Manoj Naik6b97fd32006-06-09 09:34:29 -04002358 if (status != 0)
2359 goto out;
2360 /* Make sure server returned a different fsid for the referral */
2361 if (nfs_fsid_equal(&NFS_SERVER(dir)->fsid, &locations->fattr.fsid)) {
Andy Adamson533eb462011-06-13 18:25:56 -04002362 dprintk("%s: server did not return a different fsid for"
2363 " a referral at %s\n", __func__, name->name);
Manoj Naik6b97fd32006-06-09 09:34:29 -04002364 status = -EIO;
2365 goto out;
2366 }
Andy Adamson533eb462011-06-13 18:25:56 -04002367 /* Fixup attributes for the nfs_lookup() call to nfs_fhget() */
2368 nfs_fixup_referral_attributes(&locations->fattr);
Manoj Naik6b97fd32006-06-09 09:34:29 -04002369
Andy Adamson533eb462011-06-13 18:25:56 -04002370 /* replace the lookup nfs_fattr with the locations nfs_fattr */
Manoj Naik6b97fd32006-06-09 09:34:29 -04002371 memcpy(fattr, &locations->fattr, sizeof(struct nfs_fattr));
Manoj Naik6b97fd32006-06-09 09:34:29 -04002372 memset(fhandle, 0, sizeof(struct nfs_fh));
2373out:
2374 if (page)
2375 __free_page(page);
Davidlohr Bueso5d7ca352010-08-11 12:42:15 -04002376 kfree(locations);
Manoj Naik6b97fd32006-06-09 09:34:29 -04002377 return status;
2378}
2379
Linus Torvalds1da177e2005-04-16 15:20:36 -07002380static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr)
2381{
2382 struct nfs4_getattr_arg args = {
2383 .fh = fhandle,
2384 .bitmask = server->attr_bitmask,
2385 };
2386 struct nfs4_getattr_res res = {
2387 .fattr = fattr,
2388 .server = server,
2389 };
2390 struct rpc_message msg = {
2391 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETATTR],
2392 .rpc_argp = &args,
2393 .rpc_resp = &res,
2394 };
2395
Trond Myklebust0e574af2005-10-27 22:12:38 -04002396 nfs_fattr_init(fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00002397 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002398}
2399
2400static int nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr)
2401{
2402 struct nfs4_exception exception = { };
2403 int err;
2404 do {
2405 err = nfs4_handle_exception(server,
2406 _nfs4_proc_getattr(server, fhandle, fattr),
2407 &exception);
2408 } while (exception.retry);
2409 return err;
2410}
2411
2412/*
2413 * The file is not closed if it is opened due to the a request to change
2414 * the size of the file. The open call will not be needed once the
2415 * VFS layer lookup-intents are implemented.
2416 *
2417 * Close is called when the inode is destroyed.
2418 * If we haven't opened the file for O_WRONLY, we
2419 * need to in the size_change case to obtain a stateid.
2420 *
2421 * Got race?
2422 * Because OPEN is always done by name in nfsv4, it is
2423 * possible that we opened a different file by the same
2424 * name. We can recognize this race condition, but we
2425 * can't do anything about it besides returning an error.
2426 *
2427 * This will be fixed with VFS changes (lookup-intent).
2428 */
2429static int
2430nfs4_proc_setattr(struct dentry *dentry, struct nfs_fattr *fattr,
2431 struct iattr *sattr)
2432{
Trond Myklebust08e9eac2005-06-22 17:16:29 +00002433 struct inode *inode = dentry->d_inode;
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002434 struct rpc_cred *cred = NULL;
Trond Myklebustd5308382005-11-04 15:33:38 -05002435 struct nfs4_state *state = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002436 int status;
2437
Benny Halevy8a1636c2010-07-14 15:43:57 -04002438 if (pnfs_ld_layoutret_on_setattr(inode))
2439 pnfs_return_layout(inode);
2440
Trond Myklebust0e574af2005-10-27 22:12:38 -04002441 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002442
Trond Myklebustd5308382005-11-04 15:33:38 -05002443 /* Search for an existing open(O_WRITE) file */
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002444 if (sattr->ia_valid & ATTR_FILE) {
2445 struct nfs_open_context *ctx;
Trond Myklebust08e9eac2005-06-22 17:16:29 +00002446
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002447 ctx = nfs_file_open_context(sattr->ia_file);
Neil Brown504e5182008-10-16 14:15:16 +11002448 if (ctx) {
2449 cred = ctx->cred;
2450 state = ctx->state;
2451 }
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002452 }
2453
Trond Myklebust536e43d2012-01-17 22:04:26 -05002454 /* Deal with open(O_TRUNC) */
2455 if (sattr->ia_valid & ATTR_OPEN)
2456 sattr->ia_valid &= ~(ATTR_MTIME|ATTR_CTIME|ATTR_OPEN);
2457
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002458 status = nfs4_do_setattr(inode, cred, fattr, sattr, state);
Trond Myklebust65e43082005-08-16 11:49:44 -04002459 if (status == 0)
2460 nfs_setattr_update_inode(inode, sattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002461 return status;
2462}
2463
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07002464static int _nfs4_proc_lookup(struct rpc_clnt *clnt, struct inode *dir,
2465 const struct qstr *name, struct nfs_fh *fhandle,
2466 struct nfs_fattr *fattr)
David Howells2b3de442006-08-22 20:06:09 -04002467{
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07002468 struct nfs_server *server = NFS_SERVER(dir);
David Howells2b3de442006-08-22 20:06:09 -04002469 int status;
2470 struct nfs4_lookup_arg args = {
2471 .bitmask = server->attr_bitmask,
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07002472 .dir_fh = NFS_FH(dir),
David Howells2b3de442006-08-22 20:06:09 -04002473 .name = name,
2474 };
2475 struct nfs4_lookup_res res = {
2476 .server = server,
2477 .fattr = fattr,
2478 .fh = fhandle,
2479 };
2480 struct rpc_message msg = {
2481 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP],
2482 .rpc_argp = &args,
2483 .rpc_resp = &res,
2484 };
2485
2486 nfs_fattr_init(fattr);
2487
Linus Torvalds1da177e2005-04-16 15:20:36 -07002488 dprintk("NFS call lookup %s\n", name->name);
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07002489 status = nfs4_call_sync(clnt, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002490 dprintk("NFS reply lookup: %d\n", status);
2491 return status;
2492}
2493
Bryan Schumaker7ebb9312011-03-24 17:12:30 +00002494void nfs_fixup_secinfo_attributes(struct nfs_fattr *fattr, struct nfs_fh *fh)
2495{
2496 memset(fh, 0, sizeof(struct nfs_fh));
2497 fattr->fsid.major = 1;
2498 fattr->valid |= NFS_ATTR_FATTR_TYPE | NFS_ATTR_FATTR_MODE |
2499 NFS_ATTR_FATTR_NLINK | NFS_ATTR_FATTR_FSID | NFS_ATTR_FATTR_MOUNTPOINT;
2500 fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO;
2501 fattr->nlink = 2;
2502}
2503
Bryan Schumaker7c513052011-03-24 17:12:24 +00002504static int nfs4_proc_lookup(struct rpc_clnt *clnt, struct inode *dir, struct qstr *name,
2505 struct nfs_fh *fhandle, struct nfs_fattr *fattr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002506{
2507 struct nfs4_exception exception = { };
2508 int err;
2509 do {
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07002510 int status;
2511
2512 status = _nfs4_proc_lookup(clnt, dir, name, fhandle, fattr);
2513 switch (status) {
Trond Myklebust08ef7bd2011-10-18 16:11:49 -07002514 case -NFS4ERR_BADNAME:
2515 return -ENOENT;
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07002516 case -NFS4ERR_MOVED:
Trond Myklebusta6f498a2011-11-07 15:50:32 -05002517 return nfs4_get_referral(dir, name, fattr, fhandle);
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07002518 case -NFS4ERR_WRONGSEC:
Bryan Schumaker7ebb9312011-03-24 17:12:30 +00002519 nfs_fixup_secinfo_attributes(fattr, fhandle);
Trond Myklebust0c2e53f2011-10-18 16:11:22 -07002520 }
2521 err = nfs4_handle_exception(NFS_SERVER(dir),
2522 status, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002523 } while (exception.retry);
2524 return err;
2525}
2526
2527static int _nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
2528{
Trond Myklebust76b32992007-08-10 17:45:11 -04002529 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002530 struct nfs4_accessargs args = {
2531 .fh = NFS_FH(inode),
Trond Myklebusta4980e72012-01-30 15:43:56 -05002532 .bitmask = server->cache_consistency_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002533 };
Trond Myklebust76b32992007-08-10 17:45:11 -04002534 struct nfs4_accessres res = {
2535 .server = server,
Trond Myklebust76b32992007-08-10 17:45:11 -04002536 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002537 struct rpc_message msg = {
2538 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_ACCESS],
2539 .rpc_argp = &args,
2540 .rpc_resp = &res,
2541 .rpc_cred = entry->cred,
2542 };
2543 int mode = entry->mask;
2544 int status;
2545
2546 /*
2547 * Determine which access bits we want to ask for...
2548 */
2549 if (mode & MAY_READ)
2550 args.access |= NFS4_ACCESS_READ;
2551 if (S_ISDIR(inode->i_mode)) {
2552 if (mode & MAY_WRITE)
2553 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND | NFS4_ACCESS_DELETE;
2554 if (mode & MAY_EXEC)
2555 args.access |= NFS4_ACCESS_LOOKUP;
2556 } else {
2557 if (mode & MAY_WRITE)
2558 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND;
2559 if (mode & MAY_EXEC)
2560 args.access |= NFS4_ACCESS_EXECUTE;
2561 }
Trond Myklebustc407d412010-04-16 16:22:48 -04002562
2563 res.fattr = nfs_alloc_fattr();
2564 if (res.fattr == NULL)
2565 return -ENOMEM;
2566
Bryan Schumaker7c513052011-03-24 17:12:24 +00002567 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002568 if (!status) {
2569 entry->mask = 0;
2570 if (res.access & NFS4_ACCESS_READ)
2571 entry->mask |= MAY_READ;
2572 if (res.access & (NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND | NFS4_ACCESS_DELETE))
2573 entry->mask |= MAY_WRITE;
2574 if (res.access & (NFS4_ACCESS_LOOKUP|NFS4_ACCESS_EXECUTE))
2575 entry->mask |= MAY_EXEC;
Trond Myklebustc407d412010-04-16 16:22:48 -04002576 nfs_refresh_inode(inode, res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002577 }
Trond Myklebustc407d412010-04-16 16:22:48 -04002578 nfs_free_fattr(res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002579 return status;
2580}
2581
2582static int nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
2583{
2584 struct nfs4_exception exception = { };
2585 int err;
2586 do {
2587 err = nfs4_handle_exception(NFS_SERVER(inode),
2588 _nfs4_proc_access(inode, entry),
2589 &exception);
2590 } while (exception.retry);
2591 return err;
2592}
2593
2594/*
2595 * TODO: For the time being, we don't try to get any attributes
2596 * along with any of the zero-copy operations READ, READDIR,
2597 * READLINK, WRITE.
2598 *
2599 * In the case of the first three, we want to put the GETATTR
2600 * after the read-type operation -- this is because it is hard
2601 * to predict the length of a GETATTR response in v4, and thus
2602 * align the READ data correctly. This means that the GETATTR
2603 * may end up partially falling into the page cache, and we should
2604 * shift it into the 'tail' of the xdr_buf before processing.
2605 * To do this efficiently, we need to know the total length
2606 * of data received, which doesn't seem to be available outside
2607 * of the RPC layer.
2608 *
2609 * In the case of WRITE, we also want to put the GETATTR after
2610 * the operation -- in this case because we want to make sure
2611 * we get the post-operation mtime and size. This means that
2612 * we can't use xdr_encode_pages() as written: we need a variant
2613 * of it which would leave room in the 'tail' iovec.
2614 *
2615 * Both of these changes to the XDR layer would in fact be quite
2616 * minor, but I decided to leave them for a subsequent patch.
2617 */
2618static int _nfs4_proc_readlink(struct inode *inode, struct page *page,
2619 unsigned int pgbase, unsigned int pglen)
2620{
2621 struct nfs4_readlink args = {
2622 .fh = NFS_FH(inode),
2623 .pgbase = pgbase,
2624 .pglen = pglen,
2625 .pages = &page,
2626 };
Benny Halevyf50c7002009-04-01 09:21:55 -04002627 struct nfs4_readlink_res res;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002628 struct rpc_message msg = {
2629 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READLINK],
2630 .rpc_argp = &args,
Benny Halevyf50c7002009-04-01 09:21:55 -04002631 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002632 };
2633
Bryan Schumaker7c513052011-03-24 17:12:24 +00002634 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 -07002635}
2636
2637static int nfs4_proc_readlink(struct inode *inode, struct page *page,
2638 unsigned int pgbase, unsigned int pglen)
2639{
2640 struct nfs4_exception exception = { };
2641 int err;
2642 do {
2643 err = nfs4_handle_exception(NFS_SERVER(inode),
2644 _nfs4_proc_readlink(inode, page, pgbase, pglen),
2645 &exception);
2646 } while (exception.retry);
2647 return err;
2648}
2649
Linus Torvalds1da177e2005-04-16 15:20:36 -07002650/*
2651 * Got race?
2652 * We will need to arrange for the VFS layer to provide an atomic open.
2653 * Until then, this create/open method is prone to inefficiency and race
2654 * conditions due to the lookup, create, and open VFS calls from sys_open()
2655 * placed on the wire.
2656 *
2657 * Given the above sorry state of affairs, I'm simply sending an OPEN.
2658 * The file will be opened again in the subsequent VFS open call
2659 * (nfs4_proc_file_open).
2660 *
2661 * The open for read will just hang around to be used by any process that
2662 * opens the file O_RDONLY. This will all be resolved with the VFS changes.
2663 */
2664
2665static int
2666nfs4_proc_create(struct inode *dir, struct dentry *dentry, struct iattr *sattr,
Trond Myklebustc0204fd2010-09-17 10:56:51 -04002667 int flags, struct nfs_open_context *ctx)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002668{
Al Viro82a2c1b2011-06-22 18:30:55 -04002669 struct dentry *de = dentry;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002670 struct nfs4_state *state;
Trond Myklebustc0204fd2010-09-17 10:56:51 -04002671 struct rpc_cred *cred = NULL;
2672 fmode_t fmode = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002673 int status = 0;
2674
Trond Myklebustc0204fd2010-09-17 10:56:51 -04002675 if (ctx != NULL) {
2676 cred = ctx->cred;
Al Viro3d4ff432011-06-22 18:40:12 -04002677 de = ctx->dentry;
Trond Myklebustc0204fd2010-09-17 10:56:51 -04002678 fmode = ctx->mode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002679 }
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00002680 sattr->ia_mode &= ~current_umask();
Al Viro82a2c1b2011-06-22 18:30:55 -04002681 state = nfs4_do_open(dir, de, fmode, flags, sattr, cred);
Trond Myklebustd4d9cdc2007-10-02 18:38:53 -04002682 d_drop(dentry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002683 if (IS_ERR(state)) {
2684 status = PTR_ERR(state);
Trond Myklebustc0204fd2010-09-17 10:56:51 -04002685 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002686 }
Trond Myklebustd4d9cdc2007-10-02 18:38:53 -04002687 d_add(dentry, igrab(state->inode));
Trond Myklebustd75340c2007-10-01 21:42:01 -04002688 nfs_set_verifier(dentry, nfs_save_change_attribute(dir));
Trond Myklebustc0204fd2010-09-17 10:56:51 -04002689 if (ctx != NULL)
2690 ctx->state = state;
Trond Myklebust02a913a2005-10-18 14:20:17 -07002691 else
Al Viro643168c2011-06-22 18:20:23 -04002692 nfs4_close_sync(state, fmode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002693out:
2694 return status;
2695}
2696
2697static int _nfs4_proc_remove(struct inode *dir, struct qstr *name)
2698{
Trond Myklebust16e42952005-10-27 22:12:44 -04002699 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002700 struct nfs_removeargs args = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002701 .fh = NFS_FH(dir),
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002702 .name.len = name->len,
2703 .name.name = name->name,
Trond Myklebust16e42952005-10-27 22:12:44 -04002704 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002705 };
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002706 struct nfs_removeres res = {
Trond Myklebust16e42952005-10-27 22:12:44 -04002707 .server = server,
Trond Myklebust16e42952005-10-27 22:12:44 -04002708 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002709 struct rpc_message msg = {
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002710 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE],
2711 .rpc_argp = &args,
2712 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002713 };
Trond Myklebustd3468902010-04-16 16:22:50 -04002714 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002715
Trond Myklebustd3468902010-04-16 16:22:50 -04002716 res.dir_attr = nfs_alloc_fattr();
2717 if (res.dir_attr == NULL)
2718 goto out;
2719
Bryan Schumaker7c513052011-03-24 17:12:24 +00002720 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 1);
Trond Myklebust16e42952005-10-27 22:12:44 -04002721 if (status == 0) {
2722 update_changeattr(dir, &res.cinfo);
Trond Myklebustd3468902010-04-16 16:22:50 -04002723 nfs_post_op_update_inode(dir, res.dir_attr);
Trond Myklebust16e42952005-10-27 22:12:44 -04002724 }
Trond Myklebustd3468902010-04-16 16:22:50 -04002725 nfs_free_fattr(res.dir_attr);
2726out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002727 return status;
2728}
2729
2730static int nfs4_proc_remove(struct inode *dir, struct qstr *name)
2731{
2732 struct nfs4_exception exception = { };
2733 int err;
2734 do {
2735 err = nfs4_handle_exception(NFS_SERVER(dir),
2736 _nfs4_proc_remove(dir, name),
2737 &exception);
2738 } while (exception.retry);
2739 return err;
2740}
2741
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002742static void nfs4_proc_unlink_setup(struct rpc_message *msg, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002743{
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002744 struct nfs_server *server = NFS_SERVER(dir);
2745 struct nfs_removeargs *args = msg->rpc_argp;
2746 struct nfs_removeres *res = msg->rpc_resp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002747
Trond Myklebusta65318b2009-03-11 14:10:28 -04002748 args->bitmask = server->cache_consistency_bitmask;
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002749 res->server = server;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002750 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE];
Trond Myklebust9d12b212012-01-17 22:04:25 -05002751 nfs41_init_sequence(&args->seq_args, &res->seq_res, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002752}
2753
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002754static int nfs4_proc_unlink_done(struct rpc_task *task, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002755{
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002756 struct nfs_removeres *res = task->tk_msg.rpc_resp;
2757
Trond Myklebust14516c32010-07-31 14:29:06 -04002758 if (!nfs4_sequence_done(task, &res->seq_res))
2759 return 0;
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002760 if (nfs4_async_handle_error(task, res->server, NULL) == -EAGAIN)
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002761 return 0;
2762 update_changeattr(dir, &res->cinfo);
Trond Myklebustd3468902010-04-16 16:22:50 -04002763 nfs_post_op_update_inode(dir, res->dir_attr);
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002764 return 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002765}
2766
Jeff Laytond3d41522010-09-17 17:31:57 -04002767static void nfs4_proc_rename_setup(struct rpc_message *msg, struct inode *dir)
2768{
2769 struct nfs_server *server = NFS_SERVER(dir);
2770 struct nfs_renameargs *arg = msg->rpc_argp;
2771 struct nfs_renameres *res = msg->rpc_resp;
2772
2773 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENAME];
2774 arg->bitmask = server->attr_bitmask;
2775 res->server = server;
Trond Myklebust9d12b212012-01-17 22:04:25 -05002776 nfs41_init_sequence(&arg->seq_args, &res->seq_res, 1);
Jeff Laytond3d41522010-09-17 17:31:57 -04002777}
2778
2779static int nfs4_proc_rename_done(struct rpc_task *task, struct inode *old_dir,
2780 struct inode *new_dir)
2781{
2782 struct nfs_renameres *res = task->tk_msg.rpc_resp;
2783
2784 if (!nfs4_sequence_done(task, &res->seq_res))
2785 return 0;
2786 if (nfs4_async_handle_error(task, res->server, NULL) == -EAGAIN)
2787 return 0;
2788
2789 update_changeattr(old_dir, &res->old_cinfo);
2790 nfs_post_op_update_inode(old_dir, res->old_fattr);
2791 update_changeattr(new_dir, &res->new_cinfo);
2792 nfs_post_op_update_inode(new_dir, res->new_fattr);
2793 return 1;
2794}
2795
Linus Torvalds1da177e2005-04-16 15:20:36 -07002796static int _nfs4_proc_rename(struct inode *old_dir, struct qstr *old_name,
2797 struct inode *new_dir, struct qstr *new_name)
2798{
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002799 struct nfs_server *server = NFS_SERVER(old_dir);
Jeff Layton920769f2010-09-17 17:30:25 -04002800 struct nfs_renameargs arg = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002801 .old_dir = NFS_FH(old_dir),
2802 .new_dir = NFS_FH(new_dir),
2803 .old_name = old_name,
2804 .new_name = new_name,
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002805 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002806 };
Jeff Laytone8582a82010-09-17 17:31:06 -04002807 struct nfs_renameres res = {
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002808 .server = server,
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002809 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002810 struct rpc_message msg = {
2811 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENAME],
2812 .rpc_argp = &arg,
2813 .rpc_resp = &res,
2814 };
Trond Myklebust011fff72010-04-16 16:22:49 -04002815 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002816
Trond Myklebust011fff72010-04-16 16:22:49 -04002817 res.old_fattr = nfs_alloc_fattr();
2818 res.new_fattr = nfs_alloc_fattr();
2819 if (res.old_fattr == NULL || res.new_fattr == NULL)
2820 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002821
Bryan Schumaker7c513052011-03-24 17:12:24 +00002822 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002823 if (!status) {
2824 update_changeattr(old_dir, &res.old_cinfo);
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002825 nfs_post_op_update_inode(old_dir, res.old_fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002826 update_changeattr(new_dir, &res.new_cinfo);
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002827 nfs_post_op_update_inode(new_dir, res.new_fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002828 }
Trond Myklebust011fff72010-04-16 16:22:49 -04002829out:
2830 nfs_free_fattr(res.new_fattr);
2831 nfs_free_fattr(res.old_fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002832 return status;
2833}
2834
2835static int nfs4_proc_rename(struct inode *old_dir, struct qstr *old_name,
2836 struct inode *new_dir, struct qstr *new_name)
2837{
2838 struct nfs4_exception exception = { };
2839 int err;
2840 do {
2841 err = nfs4_handle_exception(NFS_SERVER(old_dir),
2842 _nfs4_proc_rename(old_dir, old_name,
2843 new_dir, new_name),
2844 &exception);
2845 } while (exception.retry);
2846 return err;
2847}
2848
2849static int _nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
2850{
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002851 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002852 struct nfs4_link_arg arg = {
2853 .fh = NFS_FH(inode),
2854 .dir_fh = NFS_FH(dir),
2855 .name = name,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002856 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002857 };
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002858 struct nfs4_link_res res = {
2859 .server = server,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002860 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002861 struct rpc_message msg = {
2862 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LINK],
2863 .rpc_argp = &arg,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002864 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002865 };
Trond Myklebust136f2622010-04-16 16:22:49 -04002866 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002867
Trond Myklebust136f2622010-04-16 16:22:49 -04002868 res.fattr = nfs_alloc_fattr();
2869 res.dir_attr = nfs_alloc_fattr();
2870 if (res.fattr == NULL || res.dir_attr == NULL)
2871 goto out;
2872
Bryan Schumaker7c513052011-03-24 17:12:24 +00002873 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002874 if (!status) {
2875 update_changeattr(dir, &res.cinfo);
2876 nfs_post_op_update_inode(dir, res.dir_attr);
Trond Myklebust73a3d072006-05-25 01:40:47 -04002877 nfs_post_op_update_inode(inode, res.fattr);
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002878 }
Trond Myklebust136f2622010-04-16 16:22:49 -04002879out:
2880 nfs_free_fattr(res.dir_attr);
2881 nfs_free_fattr(res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002882 return status;
2883}
2884
2885static int nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
2886{
2887 struct nfs4_exception exception = { };
2888 int err;
2889 do {
2890 err = nfs4_handle_exception(NFS_SERVER(inode),
2891 _nfs4_proc_link(inode, dir, name),
2892 &exception);
2893 } while (exception.retry);
2894 return err;
2895}
2896
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002897struct nfs4_createdata {
2898 struct rpc_message msg;
2899 struct nfs4_create_arg arg;
2900 struct nfs4_create_res res;
2901 struct nfs_fh fh;
2902 struct nfs_fattr fattr;
2903 struct nfs_fattr dir_fattr;
2904};
2905
2906static struct nfs4_createdata *nfs4_alloc_createdata(struct inode *dir,
2907 struct qstr *name, struct iattr *sattr, u32 ftype)
2908{
2909 struct nfs4_createdata *data;
2910
2911 data = kzalloc(sizeof(*data), GFP_KERNEL);
2912 if (data != NULL) {
2913 struct nfs_server *server = NFS_SERVER(dir);
2914
2915 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE];
2916 data->msg.rpc_argp = &data->arg;
2917 data->msg.rpc_resp = &data->res;
2918 data->arg.dir_fh = NFS_FH(dir);
2919 data->arg.server = server;
2920 data->arg.name = name;
2921 data->arg.attrs = sattr;
2922 data->arg.ftype = ftype;
2923 data->arg.bitmask = server->attr_bitmask;
2924 data->res.server = server;
2925 data->res.fh = &data->fh;
2926 data->res.fattr = &data->fattr;
2927 data->res.dir_fattr = &data->dir_fattr;
2928 nfs_fattr_init(data->res.fattr);
2929 nfs_fattr_init(data->res.dir_fattr);
2930 }
2931 return data;
2932}
2933
2934static int nfs4_do_create(struct inode *dir, struct dentry *dentry, struct nfs4_createdata *data)
2935{
Bryan Schumaker7c513052011-03-24 17:12:24 +00002936 int status = nfs4_call_sync(NFS_SERVER(dir)->client, NFS_SERVER(dir), &data->msg,
Bryan Schumakere73b83f2011-03-24 17:12:23 +00002937 &data->arg.seq_args, &data->res.seq_res, 1);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002938 if (status == 0) {
2939 update_changeattr(dir, &data->res.dir_cinfo);
2940 nfs_post_op_update_inode(dir, data->res.dir_fattr);
2941 status = nfs_instantiate(dentry, data->res.fh, data->res.fattr);
2942 }
2943 return status;
2944}
2945
2946static void nfs4_free_createdata(struct nfs4_createdata *data)
2947{
2948 kfree(data);
2949}
2950
Chuck Lever4f390c12006-08-22 20:06:22 -04002951static int _nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
Chuck Lever94a6d752006-08-22 20:06:23 -04002952 struct page *page, unsigned int len, struct iattr *sattr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002953{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002954 struct nfs4_createdata *data;
2955 int status = -ENAMETOOLONG;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002956
Chuck Lever94a6d752006-08-22 20:06:23 -04002957 if (len > NFS4_MAXPATHLEN)
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002958 goto out;
Chuck Lever4f390c12006-08-22 20:06:22 -04002959
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002960 status = -ENOMEM;
2961 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4LNK);
2962 if (data == NULL)
2963 goto out;
2964
2965 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SYMLINK];
2966 data->arg.u.symlink.pages = &page;
2967 data->arg.u.symlink.len = len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002968
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002969 status = nfs4_do_create(dir, dentry, data);
2970
2971 nfs4_free_createdata(data);
2972out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002973 return status;
2974}
2975
Chuck Lever4f390c12006-08-22 20:06:22 -04002976static int nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
Chuck Lever94a6d752006-08-22 20:06:23 -04002977 struct page *page, unsigned int len, struct iattr *sattr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002978{
2979 struct nfs4_exception exception = { };
2980 int err;
2981 do {
2982 err = nfs4_handle_exception(NFS_SERVER(dir),
Chuck Lever94a6d752006-08-22 20:06:23 -04002983 _nfs4_proc_symlink(dir, dentry, page,
2984 len, sattr),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002985 &exception);
2986 } while (exception.retry);
2987 return err;
2988}
2989
2990static int _nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
2991 struct iattr *sattr)
2992{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002993 struct nfs4_createdata *data;
2994 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002995
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002996 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4DIR);
2997 if (data == NULL)
2998 goto out;
2999
3000 status = nfs4_do_create(dir, dentry, data);
3001
3002 nfs4_free_createdata(data);
3003out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003004 return status;
3005}
3006
3007static int nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
3008 struct iattr *sattr)
3009{
3010 struct nfs4_exception exception = { };
3011 int err;
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003012
3013 sattr->ia_mode &= ~current_umask();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003014 do {
3015 err = nfs4_handle_exception(NFS_SERVER(dir),
3016 _nfs4_proc_mkdir(dir, dentry, sattr),
3017 &exception);
3018 } while (exception.retry);
3019 return err;
3020}
3021
3022static int _nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003023 u64 cookie, struct page **pages, unsigned int count, int plus)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003024{
3025 struct inode *dir = dentry->d_inode;
3026 struct nfs4_readdir_arg args = {
3027 .fh = NFS_FH(dir),
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003028 .pages = pages,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003029 .pgbase = 0,
3030 .count = count,
Trond Myklebust96d25e52009-11-11 16:15:42 +09003031 .bitmask = NFS_SERVER(dentry->d_inode)->attr_bitmask,
Bryan Schumaker82f2e542010-10-21 16:33:18 -04003032 .plus = plus,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003033 };
3034 struct nfs4_readdir_res res;
3035 struct rpc_message msg = {
3036 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READDIR],
3037 .rpc_argp = &args,
3038 .rpc_resp = &res,
3039 .rpc_cred = cred,
3040 };
3041 int status;
3042
Harvey Harrison3110ff82008-05-02 13:42:44 -07003043 dprintk("%s: dentry = %s/%s, cookie = %Lu\n", __func__,
Trond Myklebusteadf4592005-06-22 17:16:39 +00003044 dentry->d_parent->d_name.name,
3045 dentry->d_name.name,
3046 (unsigned long long)cookie);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003047 nfs4_setup_readdir(cookie, NFS_COOKIEVERF(dir), dentry, &args);
3048 res.pgbase = args.pgbase;
Bryan Schumaker7c513052011-03-24 17:12:24 +00003049 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 -05003050 if (status >= 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003051 memcpy(NFS_COOKIEVERF(dir), res.verifier.data, NFS4_VERIFIER_SIZE);
Trond Myklebustac396122010-11-15 20:26:22 -05003052 status += args.pgbase;
3053 }
Trond Myklebustc4812992007-09-28 17:11:45 -04003054
3055 nfs_invalidate_atime(dir);
3056
Harvey Harrison3110ff82008-05-02 13:42:44 -07003057 dprintk("%s: returns %d\n", __func__, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003058 return status;
3059}
3060
3061static int nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003062 u64 cookie, struct page **pages, unsigned int count, int plus)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003063{
3064 struct nfs4_exception exception = { };
3065 int err;
3066 do {
3067 err = nfs4_handle_exception(NFS_SERVER(dentry->d_inode),
3068 _nfs4_proc_readdir(dentry, cred, cookie,
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04003069 pages, count, plus),
Linus Torvalds1da177e2005-04-16 15:20:36 -07003070 &exception);
3071 } while (exception.retry);
3072 return err;
3073}
3074
3075static int _nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
3076 struct iattr *sattr, dev_t rdev)
3077{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003078 struct nfs4_createdata *data;
3079 int mode = sattr->ia_mode;
3080 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003081
3082 BUG_ON(!(sattr->ia_valid & ATTR_MODE));
3083 BUG_ON(!S_ISFIFO(mode) && !S_ISBLK(mode) && !S_ISCHR(mode) && !S_ISSOCK(mode));
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003084
3085 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4SOCK);
3086 if (data == NULL)
3087 goto out;
3088
Linus Torvalds1da177e2005-04-16 15:20:36 -07003089 if (S_ISFIFO(mode))
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003090 data->arg.ftype = NF4FIFO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003091 else if (S_ISBLK(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003092 data->arg.ftype = NF4BLK;
3093 data->arg.u.device.specdata1 = MAJOR(rdev);
3094 data->arg.u.device.specdata2 = MINOR(rdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003095 }
3096 else if (S_ISCHR(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003097 data->arg.ftype = NF4CHR;
3098 data->arg.u.device.specdata1 = MAJOR(rdev);
3099 data->arg.u.device.specdata2 = MINOR(rdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003100 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003101
Trond Myklebust57dc9a52008-06-20 15:35:32 -04003102 status = nfs4_do_create(dir, dentry, data);
3103
3104 nfs4_free_createdata(data);
3105out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003106 return status;
3107}
3108
3109static int nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
3110 struct iattr *sattr, dev_t rdev)
3111{
3112 struct nfs4_exception exception = { };
3113 int err;
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00003114
3115 sattr->ia_mode &= ~current_umask();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003116 do {
3117 err = nfs4_handle_exception(NFS_SERVER(dir),
3118 _nfs4_proc_mknod(dir, dentry, sattr, rdev),
3119 &exception);
3120 } while (exception.retry);
3121 return err;
3122}
3123
3124static int _nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle,
3125 struct nfs_fsstat *fsstat)
3126{
3127 struct nfs4_statfs_arg args = {
3128 .fh = fhandle,
3129 .bitmask = server->attr_bitmask,
3130 };
Benny Halevy24ad1482009-04-01 09:21:56 -04003131 struct nfs4_statfs_res res = {
3132 .fsstat = fsstat,
3133 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003134 struct rpc_message msg = {
3135 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_STATFS],
3136 .rpc_argp = &args,
Benny Halevy24ad1482009-04-01 09:21:56 -04003137 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003138 };
3139
Trond Myklebust0e574af2005-10-27 22:12:38 -04003140 nfs_fattr_init(fsstat->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00003141 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003142}
3143
3144static int nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsstat *fsstat)
3145{
3146 struct nfs4_exception exception = { };
3147 int err;
3148 do {
3149 err = nfs4_handle_exception(server,
3150 _nfs4_proc_statfs(server, fhandle, fsstat),
3151 &exception);
3152 } while (exception.retry);
3153 return err;
3154}
3155
3156static int _nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle,
3157 struct nfs_fsinfo *fsinfo)
3158{
3159 struct nfs4_fsinfo_arg args = {
3160 .fh = fhandle,
3161 .bitmask = server->attr_bitmask,
3162 };
Benny Halevy3dda5e42009-04-01 09:21:57 -04003163 struct nfs4_fsinfo_res res = {
3164 .fsinfo = fsinfo,
3165 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003166 struct rpc_message msg = {
3167 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSINFO],
3168 .rpc_argp = &args,
Benny Halevy3dda5e42009-04-01 09:21:57 -04003169 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003170 };
3171
Bryan Schumaker7c513052011-03-24 17:12:24 +00003172 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003173}
3174
3175static int nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
3176{
3177 struct nfs4_exception exception = { };
3178 int err;
3179
3180 do {
3181 err = nfs4_handle_exception(server,
3182 _nfs4_do_fsinfo(server, fhandle, fsinfo),
3183 &exception);
3184 } while (exception.retry);
3185 return err;
3186}
3187
3188static int nfs4_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
3189{
Trond Myklebust0e574af2005-10-27 22:12:38 -04003190 nfs_fattr_init(fsinfo->fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003191 return nfs4_do_fsinfo(server, fhandle, fsinfo);
3192}
3193
3194static int _nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
3195 struct nfs_pathconf *pathconf)
3196{
3197 struct nfs4_pathconf_arg args = {
3198 .fh = fhandle,
3199 .bitmask = server->attr_bitmask,
3200 };
Benny Halevyd45b2982009-04-01 09:21:58 -04003201 struct nfs4_pathconf_res res = {
3202 .pathconf = pathconf,
3203 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003204 struct rpc_message msg = {
3205 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_PATHCONF],
3206 .rpc_argp = &args,
Benny Halevyd45b2982009-04-01 09:21:58 -04003207 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003208 };
3209
3210 /* None of the pathconf attributes are mandatory to implement */
3211 if ((args.bitmask[0] & nfs4_pathconf_bitmap[0]) == 0) {
3212 memset(pathconf, 0, sizeof(*pathconf));
3213 return 0;
3214 }
3215
Trond Myklebust0e574af2005-10-27 22:12:38 -04003216 nfs_fattr_init(pathconf->fattr);
Bryan Schumaker7c513052011-03-24 17:12:24 +00003217 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003218}
3219
3220static int nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
3221 struct nfs_pathconf *pathconf)
3222{
3223 struct nfs4_exception exception = { };
3224 int err;
3225
3226 do {
3227 err = nfs4_handle_exception(server,
3228 _nfs4_proc_pathconf(server, fhandle, pathconf),
3229 &exception);
3230 } while (exception.retry);
3231 return err;
3232}
3233
Benny Halevyd20581a2011-05-22 19:52:03 +03003234void __nfs4_read_done_cb(struct nfs_read_data *data)
3235{
3236 nfs_invalidate_atime(data->inode);
3237}
3238
Andy Adamsoncbdabc7f2011-03-01 01:34:20 +00003239static int nfs4_read_done_cb(struct rpc_task *task, struct nfs_read_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003240{
Trond Myklebustec06c092006-03-20 13:44:27 -05003241 struct nfs_server *server = NFS_SERVER(data->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003242
Trond Myklebust9e33bed2008-12-23 15:21:46 -05003243 if (nfs4_async_handle_error(task, server, data->args.context->state) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07003244 rpc_restart_call_prepare(task);
Trond Myklebustec06c092006-03-20 13:44:27 -05003245 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003246 }
Trond Myklebust8850df92007-09-28 17:20:07 -04003247
Benny Halevyd20581a2011-05-22 19:52:03 +03003248 __nfs4_read_done_cb(data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003249 if (task->tk_status > 0)
Trond Myklebustec06c092006-03-20 13:44:27 -05003250 renew_lease(server, data->timestamp);
3251 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003252}
3253
Andy Adamsoncbdabc7f2011-03-01 01:34:20 +00003254static int nfs4_read_done(struct rpc_task *task, struct nfs_read_data *data)
3255{
3256
3257 dprintk("--> %s\n", __func__);
3258
3259 if (!nfs4_sequence_done(task, &data->res.seq_res))
3260 return -EAGAIN;
3261
Benny Halevyd20581a2011-05-22 19:52:03 +03003262 return data->read_done_cb ? data->read_done_cb(task, data) :
3263 nfs4_read_done_cb(task, data);
Andy Adamsoncbdabc7f2011-03-01 01:34:20 +00003264}
3265
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003266static void nfs4_proc_read_setup(struct nfs_read_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003267{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003268 data->timestamp = jiffies;
Andy Adamsoncbdabc7f2011-03-01 01:34:20 +00003269 data->read_done_cb = nfs4_read_done_cb;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003270 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READ];
Trond Myklebust9d12b212012-01-17 22:04:25 -05003271 nfs41_init_sequence(&data->args.seq_args, &data->res.seq_res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003272}
3273
Andy Adamsoncbdabc7f2011-03-01 01:34:20 +00003274/* Reset the the nfs_read_data to send the read to the MDS. */
3275void nfs4_reset_read(struct rpc_task *task, struct nfs_read_data *data)
3276{
3277 dprintk("%s Reset task for i/o through\n", __func__);
3278 put_lseg(data->lseg);
3279 data->lseg = NULL;
3280 /* offsets will differ in the dense stripe case */
3281 data->args.offset = data->mds_offset;
3282 data->ds_clp = NULL;
3283 data->args.fh = NFS_FH(data->inode);
3284 data->read_done_cb = nfs4_read_done_cb;
3285 task->tk_ops = data->mds_ops;
3286 rpc_task_reset_client(task, NFS_CLIENT(data->inode));
3287}
3288EXPORT_SYMBOL_GPL(nfs4_reset_read);
3289
Fred Isamanb029bc92011-03-03 15:13:42 +00003290static int nfs4_write_done_cb(struct rpc_task *task, struct nfs_write_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003291{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003292 struct inode *inode = data->inode;
3293
Trond Myklebust9e33bed2008-12-23 15:21:46 -05003294 if (nfs4_async_handle_error(task, NFS_SERVER(inode), data->args.context->state) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07003295 rpc_restart_call_prepare(task);
Trond Myklebust788e7a82006-03-20 13:44:27 -05003296 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003297 }
Trond Myklebust4f9838c2005-10-27 22:12:44 -04003298 if (task->tk_status >= 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003299 renew_lease(NFS_SERVER(inode), data->timestamp);
Trond Myklebust70ca8852007-09-30 15:21:24 -04003300 nfs_post_op_update_inode_force_wcc(inode, data->res.fattr);
Trond Myklebust4f9838c2005-10-27 22:12:44 -04003301 }
Trond Myklebust788e7a82006-03-20 13:44:27 -05003302 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003303}
3304
Fred Isamanb029bc92011-03-03 15:13:42 +00003305static int nfs4_write_done(struct rpc_task *task, struct nfs_write_data *data)
3306{
3307 if (!nfs4_sequence_done(task, &data->res.seq_res))
3308 return -EAGAIN;
Benny Halevyd20581a2011-05-22 19:52:03 +03003309 return data->write_done_cb ? data->write_done_cb(task, data) :
3310 nfs4_write_done_cb(task, data);
Fred Isamanb029bc92011-03-03 15:13:42 +00003311}
3312
Fred Isamana69aef12011-03-03 15:13:47 +00003313/* Reset the the nfs_write_data to send the write to the MDS. */
3314void nfs4_reset_write(struct rpc_task *task, struct nfs_write_data *data)
3315{
3316 dprintk("%s Reset task for i/o through\n", __func__);
3317 put_lseg(data->lseg);
3318 data->lseg = NULL;
3319 data->ds_clp = NULL;
3320 data->write_done_cb = nfs4_write_done_cb;
3321 data->args.fh = NFS_FH(data->inode);
3322 data->args.bitmask = data->res.server->cache_consistency_bitmask;
3323 data->args.offset = data->mds_offset;
3324 data->res.fattr = &data->fattr;
3325 task->tk_ops = data->mds_ops;
3326 rpc_task_reset_client(task, NFS_CLIENT(data->inode));
3327}
3328EXPORT_SYMBOL_GPL(nfs4_reset_write);
3329
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003330static void nfs4_proc_write_setup(struct nfs_write_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003331{
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003332 struct nfs_server *server = NFS_SERVER(data->inode);
3333
Fred Isaman7ffd1062011-03-03 15:13:46 +00003334 if (data->lseg) {
3335 data->args.bitmask = NULL;
3336 data->res.fattr = NULL;
3337 } else
3338 data->args.bitmask = server->cache_consistency_bitmask;
Fred Isamanb029bc92011-03-03 15:13:42 +00003339 if (!data->write_done_cb)
3340 data->write_done_cb = nfs4_write_done_cb;
Trond Myklebust4f9838c2005-10-27 22:12:44 -04003341 data->res.server = server;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003342 data->timestamp = jiffies;
3343
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003344 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_WRITE];
Trond Myklebust9d12b212012-01-17 22:04:25 -05003345 nfs41_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003346}
3347
Fred Isaman5f452432011-03-23 13:27:46 +00003348static int nfs4_commit_done_cb(struct rpc_task *task, struct nfs_write_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003349{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003350 struct inode *inode = data->inode;
Trond Myklebust14516c32010-07-31 14:29:06 -04003351
Trond Myklebust9e33bed2008-12-23 15:21:46 -05003352 if (nfs4_async_handle_error(task, NFS_SERVER(inode), NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07003353 rpc_restart_call_prepare(task);
Trond Myklebust788e7a82006-03-20 13:44:27 -05003354 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003355 }
Trond Myklebust9e08a3c2007-10-08 14:10:31 -04003356 nfs_refresh_inode(inode, data->res.fattr);
Trond Myklebust788e7a82006-03-20 13:44:27 -05003357 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003358}
3359
Fred Isaman5f452432011-03-23 13:27:46 +00003360static int nfs4_commit_done(struct rpc_task *task, struct nfs_write_data *data)
3361{
3362 if (!nfs4_sequence_done(task, &data->res.seq_res))
3363 return -EAGAIN;
3364 return data->write_done_cb(task, data);
3365}
3366
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003367static void nfs4_proc_commit_setup(struct nfs_write_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003368{
Trond Myklebust788e7a82006-03-20 13:44:27 -05003369 struct nfs_server *server = NFS_SERVER(data->inode);
Fred Isaman988b6dc2011-03-23 13:27:52 +00003370
3371 if (data->lseg) {
3372 data->args.bitmask = NULL;
3373 data->res.fattr = NULL;
3374 } else
3375 data->args.bitmask = server->cache_consistency_bitmask;
Fred Isaman5f452432011-03-23 13:27:46 +00003376 if (!data->write_done_cb)
3377 data->write_done_cb = nfs4_commit_done_cb;
Trond Myklebust4f9838c2005-10-27 22:12:44 -04003378 data->res.server = server;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003379 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_COMMIT];
Trond Myklebust9d12b212012-01-17 22:04:25 -05003380 nfs41_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003381}
3382
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003383struct nfs4_renewdata {
3384 struct nfs_client *client;
3385 unsigned long timestamp;
3386};
3387
Linus Torvalds1da177e2005-04-16 15:20:36 -07003388/*
3389 * nfs4_proc_async_renew(): This is not one of the nfs_rpc_ops; it is a special
3390 * standalone procedure for queueing an asynchronous RENEW.
3391 */
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003392static void nfs4_renew_release(void *calldata)
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08003393{
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003394 struct nfs4_renewdata *data = calldata;
3395 struct nfs_client *clp = data->client;
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08003396
Alexandros Batsakis0851de062010-02-05 03:45:06 -08003397 if (atomic_read(&clp->cl_count) > 1)
3398 nfs4_schedule_state_renewal(clp);
3399 nfs_put_client(clp);
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003400 kfree(data);
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08003401}
3402
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003403static void nfs4_renew_done(struct rpc_task *task, void *calldata)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003404{
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003405 struct nfs4_renewdata *data = calldata;
3406 struct nfs_client *clp = data->client;
3407 unsigned long timestamp = data->timestamp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003408
3409 if (task->tk_status < 0) {
Trond Myklebust95baa252009-05-26 14:51:00 -04003410 /* Unless we're shutting down, schedule state recovery! */
Trond Myklebust042b60b2011-08-24 15:07:37 -04003411 if (test_bit(NFS_CS_RENEWD, &clp->cl_res_state) == 0)
3412 return;
3413 if (task->tk_status != NFS4ERR_CB_PATH_DOWN) {
Trond Myklebust0400a6b2011-03-09 16:00:53 -05003414 nfs4_schedule_lease_recovery(clp);
Trond Myklebust042b60b2011-08-24 15:07:37 -04003415 return;
3416 }
3417 nfs4_schedule_path_down_recovery(clp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003418 }
Trond Myklebust452e9352010-07-31 14:29:06 -04003419 do_renew_lease(clp, timestamp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003420}
3421
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003422static const struct rpc_call_ops nfs4_renew_ops = {
3423 .rpc_call_done = nfs4_renew_done,
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08003424 .rpc_release = nfs4_renew_release,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003425};
3426
Trond Myklebust2f60ea62011-08-24 15:07:37 -04003427static int nfs4_proc_async_renew(struct nfs_client *clp, struct rpc_cred *cred, unsigned renew_flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003428{
3429 struct rpc_message msg = {
3430 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
3431 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01003432 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003433 };
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003434 struct nfs4_renewdata *data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003435
Trond Myklebust2f60ea62011-08-24 15:07:37 -04003436 if (renew_flags == 0)
3437 return 0;
Alexandros Batsakis0851de062010-02-05 03:45:06 -08003438 if (!atomic_inc_not_zero(&clp->cl_count))
3439 return -EIO;
Trond Myklebustb569ad32011-08-24 15:07:35 -04003440 data = kmalloc(sizeof(*data), GFP_NOFS);
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003441 if (data == NULL)
3442 return -ENOMEM;
3443 data->client = clp;
3444 data->timestamp = jiffies;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003445 return rpc_call_async(clp->cl_rpcclient, &msg, RPC_TASK_SOFT,
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003446 &nfs4_renew_ops, data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003447}
3448
Trond Myklebust8534d4e2011-08-24 15:07:37 -04003449static int nfs4_proc_renew(struct nfs_client *clp, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003450{
3451 struct rpc_message msg = {
3452 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
3453 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01003454 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003455 };
3456 unsigned long now = jiffies;
3457 int status;
3458
3459 status = rpc_call_sync(clp->cl_rpcclient, &msg, 0);
3460 if (status < 0)
3461 return status;
Trond Myklebust452e9352010-07-31 14:29:06 -04003462 do_renew_lease(clp, now);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003463 return 0;
3464}
3465
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003466static inline int nfs4_server_supports_acls(struct nfs_server *server)
3467{
3468 return (server->caps & NFS_CAP_ACLS)
3469 && (server->acl_bitmask & ACL4_SUPPORT_ALLOW_ACL)
3470 && (server->acl_bitmask & ACL4_SUPPORT_DENY_ACL);
3471}
3472
3473/* Assuming that XATTR_SIZE_MAX is a multiple of PAGE_CACHE_SIZE, and that
3474 * it's OK to put sizeof(void) * (XATTR_SIZE_MAX/PAGE_CACHE_SIZE) bytes on
3475 * the stack.
3476 */
3477#define NFS4ACL_MAXPAGES (XATTR_SIZE_MAX >> PAGE_CACHE_SHIFT)
3478
Neil Hormane9e3d722011-03-04 19:26:03 -05003479static int buf_to_pages_noslab(const void *buf, size_t buflen,
3480 struct page **pages, unsigned int *pgbase)
3481{
3482 struct page *newpage, **spages;
3483 int rc = 0;
3484 size_t len;
3485 spages = pages;
3486
3487 do {
Jovi Zhang43b7c3f2011-03-02 23:19:37 +00003488 len = min_t(size_t, PAGE_CACHE_SIZE, buflen);
Neil Hormane9e3d722011-03-04 19:26:03 -05003489 newpage = alloc_page(GFP_KERNEL);
3490
3491 if (newpage == NULL)
3492 goto unwind;
3493 memcpy(page_address(newpage), buf, len);
3494 buf += len;
3495 buflen -= len;
3496 *pages++ = newpage;
3497 rc++;
3498 } while (buflen != 0);
3499
3500 return rc;
3501
3502unwind:
3503 for(; rc > 0; rc--)
3504 __free_page(spages[rc-1]);
3505 return -ENOMEM;
3506}
3507
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003508struct nfs4_cached_acl {
3509 int cached;
3510 size_t len;
Andrew Morton3e9d4152005-06-22 17:16:28 +00003511 char data[0];
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003512};
3513
3514static void nfs4_set_cached_acl(struct inode *inode, struct nfs4_cached_acl *acl)
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003515{
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003516 struct nfs_inode *nfsi = NFS_I(inode);
3517
3518 spin_lock(&inode->i_lock);
3519 kfree(nfsi->nfs4_acl);
3520 nfsi->nfs4_acl = acl;
3521 spin_unlock(&inode->i_lock);
3522}
3523
3524static void nfs4_zap_acl_attr(struct inode *inode)
3525{
3526 nfs4_set_cached_acl(inode, NULL);
3527}
3528
3529static inline ssize_t nfs4_read_cached_acl(struct inode *inode, char *buf, size_t buflen)
3530{
3531 struct nfs_inode *nfsi = NFS_I(inode);
3532 struct nfs4_cached_acl *acl;
3533 int ret = -ENOENT;
3534
3535 spin_lock(&inode->i_lock);
3536 acl = nfsi->nfs4_acl;
3537 if (acl == NULL)
3538 goto out;
3539 if (buf == NULL) /* user is just asking for length */
3540 goto out_len;
3541 if (acl->cached == 0)
3542 goto out;
3543 ret = -ERANGE; /* see getxattr(2) man page */
3544 if (acl->len > buflen)
3545 goto out;
3546 memcpy(buf, acl->data, acl->len);
3547out_len:
3548 ret = acl->len;
3549out:
3550 spin_unlock(&inode->i_lock);
3551 return ret;
3552}
3553
3554static void nfs4_write_cached_acl(struct inode *inode, const char *buf, size_t acl_len)
3555{
3556 struct nfs4_cached_acl *acl;
3557
3558 if (buf && acl_len <= PAGE_SIZE) {
3559 acl = kmalloc(sizeof(*acl) + acl_len, GFP_KERNEL);
3560 if (acl == NULL)
3561 goto out;
3562 acl->cached = 1;
3563 memcpy(acl->data, buf, acl_len);
3564 } else {
3565 acl = kmalloc(sizeof(*acl), GFP_KERNEL);
3566 if (acl == NULL)
3567 goto out;
3568 acl->cached = 0;
3569 }
3570 acl->len = acl_len;
3571out:
3572 nfs4_set_cached_acl(inode, acl);
3573}
3574
Andy Adamsonbf118a32011-12-07 11:55:27 -05003575/*
3576 * The getxattr API returns the required buffer length when called with a
3577 * NULL buf. The NFSv4 acl tool then calls getxattr again after allocating
3578 * the required buf. On a NULL buf, we send a page of data to the server
3579 * guessing that the ACL request can be serviced by a page. If so, we cache
3580 * up to the page of ACL data, and the 2nd call to getxattr is serviced by
3581 * the cache. If not so, we throw away the page, and cache the required
3582 * length. The next getxattr call will then produce another round trip to
3583 * the server, this time with the input buf of the required size.
3584 */
Trond Myklebust16b4289c2006-08-24 12:27:15 -04003585static ssize_t __nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003586{
Andy Adamsonbf118a32011-12-07 11:55:27 -05003587 struct page *pages[NFS4ACL_MAXPAGES] = {NULL, };
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003588 struct nfs_getaclargs args = {
3589 .fh = NFS_FH(inode),
3590 .acl_pages = pages,
3591 .acl_len = buflen,
3592 };
Benny Halevy663c79b2009-04-01 09:21:59 -04003593 struct nfs_getaclres res = {
3594 .acl_len = buflen,
3595 };
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003596 void *resp_buf;
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003597 struct rpc_message msg = {
3598 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETACL],
3599 .rpc_argp = &args,
Benny Halevy663c79b2009-04-01 09:21:59 -04003600 .rpc_resp = &res,
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003601 };
Andy Adamsonbf118a32011-12-07 11:55:27 -05003602 int ret = -ENOMEM, npages, i, acl_len = 0;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003603
Andy Adamsonbf118a32011-12-07 11:55:27 -05003604 npages = (buflen + PAGE_SIZE - 1) >> PAGE_SHIFT;
3605 /* As long as we're doing a round trip to the server anyway,
3606 * let's be prepared for a page of acl data. */
3607 if (npages == 0)
3608 npages = 1;
3609
3610 for (i = 0; i < npages; i++) {
3611 pages[i] = alloc_page(GFP_KERNEL);
3612 if (!pages[i])
3613 goto out_free;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003614 }
Andy Adamsonbf118a32011-12-07 11:55:27 -05003615 if (npages > 1) {
3616 /* for decoding across pages */
3617 args.acl_scratch = alloc_page(GFP_KERNEL);
3618 if (!args.acl_scratch)
3619 goto out_free;
3620 }
3621 args.acl_len = npages * PAGE_SIZE;
3622 args.acl_pgbase = 0;
3623 /* Let decode_getfacl know not to fail if the ACL data is larger than
3624 * the page we send as a guess */
3625 if (buf == NULL)
3626 res.acl_flags |= NFS4_ACL_LEN_REQUEST;
3627 resp_buf = page_address(pages[0]);
3628
Peng Taode040be2012-01-10 22:42:47 +08003629 dprintk("%s buf %p buflen %zu npages %d args.acl_len %zu\n",
Andy Adamsonbf118a32011-12-07 11:55:27 -05003630 __func__, buf, buflen, npages, args.acl_len);
3631 ret = nfs4_call_sync(NFS_SERVER(inode)->client, NFS_SERVER(inode),
3632 &msg, &args.seq_args, &res.seq_res, 0);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003633 if (ret)
3634 goto out_free;
Andy Adamsonbf118a32011-12-07 11:55:27 -05003635
3636 acl_len = res.acl_len - res.acl_data_offset;
3637 if (acl_len > args.acl_len)
3638 nfs4_write_cached_acl(inode, NULL, acl_len);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003639 else
Andy Adamsonbf118a32011-12-07 11:55:27 -05003640 nfs4_write_cached_acl(inode, resp_buf + res.acl_data_offset,
3641 acl_len);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003642 if (buf) {
3643 ret = -ERANGE;
Andy Adamsonbf118a32011-12-07 11:55:27 -05003644 if (acl_len > buflen)
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003645 goto out_free;
Andy Adamsonbf118a32011-12-07 11:55:27 -05003646 _copy_from_pages(buf, pages, res.acl_data_offset,
3647 res.acl_len);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003648 }
Andy Adamsonbf118a32011-12-07 11:55:27 -05003649 ret = acl_len;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003650out_free:
Andy Adamsonbf118a32011-12-07 11:55:27 -05003651 for (i = 0; i < npages; i++)
3652 if (pages[i])
3653 __free_page(pages[i]);
3654 if (args.acl_scratch)
3655 __free_page(args.acl_scratch);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003656 return ret;
3657}
3658
Trond Myklebust16b4289c2006-08-24 12:27:15 -04003659static ssize_t nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
3660{
3661 struct nfs4_exception exception = { };
3662 ssize_t ret;
3663 do {
3664 ret = __nfs4_get_acl_uncached(inode, buf, buflen);
3665 if (ret >= 0)
3666 break;
3667 ret = nfs4_handle_exception(NFS_SERVER(inode), ret, &exception);
3668 } while (exception.retry);
3669 return ret;
3670}
3671
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003672static ssize_t nfs4_proc_get_acl(struct inode *inode, void *buf, size_t buflen)
3673{
3674 struct nfs_server *server = NFS_SERVER(inode);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003675 int ret;
3676
3677 if (!nfs4_server_supports_acls(server))
3678 return -EOPNOTSUPP;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003679 ret = nfs_revalidate_inode(server, inode);
3680 if (ret < 0)
3681 return ret;
Aneesh Kumar K.V08a22b32010-12-01 10:42:16 +00003682 if (NFS_I(inode)->cache_validity & NFS_INO_INVALID_ACL)
3683 nfs_zap_acl_cache(inode);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003684 ret = nfs4_read_cached_acl(inode, buf, buflen);
3685 if (ret != -ENOENT)
Andy Adamsonbf118a32011-12-07 11:55:27 -05003686 /* -ENOENT is returned if there is no ACL or if there is an ACL
3687 * but no cached acl data, just the acl length */
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003688 return ret;
3689 return nfs4_get_acl_uncached(inode, buf, buflen);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003690}
3691
Trond Myklebust16b4289c2006-08-24 12:27:15 -04003692static int __nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003693{
3694 struct nfs_server *server = NFS_SERVER(inode);
3695 struct page *pages[NFS4ACL_MAXPAGES];
3696 struct nfs_setaclargs arg = {
3697 .fh = NFS_FH(inode),
3698 .acl_pages = pages,
3699 .acl_len = buflen,
3700 };
Benny Halevy73c403a2009-04-01 09:22:01 -04003701 struct nfs_setaclres res;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003702 struct rpc_message msg = {
3703 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETACL],
3704 .rpc_argp = &arg,
Benny Halevy73c403a2009-04-01 09:22:01 -04003705 .rpc_resp = &res,
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003706 };
Neil Hormane9e3d722011-03-04 19:26:03 -05003707 int ret, i;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003708
3709 if (!nfs4_server_supports_acls(server))
3710 return -EOPNOTSUPP;
Neil Hormane9e3d722011-03-04 19:26:03 -05003711 i = buf_to_pages_noslab(buf, buflen, arg.acl_pages, &arg.acl_pgbase);
3712 if (i < 0)
3713 return i;
Trond Myklebust642ac542005-10-18 14:20:19 -07003714 nfs_inode_return_delegation(inode);
Bryan Schumaker7c513052011-03-24 17:12:24 +00003715 ret = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Neil Hormane9e3d722011-03-04 19:26:03 -05003716
3717 /*
3718 * Free each page after tx, so the only ref left is
3719 * held by the network stack
3720 */
3721 for (; i > 0; i--)
3722 put_page(pages[i-1]);
3723
Aneesh Kumar K.V08a22b32010-12-01 10:42:16 +00003724 /*
3725 * Acl update can result in inode attribute update.
3726 * so mark the attribute cache invalid.
3727 */
3728 spin_lock(&inode->i_lock);
3729 NFS_I(inode)->cache_validity |= NFS_INO_INVALID_ATTR;
3730 spin_unlock(&inode->i_lock);
Trond Myklebustf41f7412008-06-11 17:39:04 -04003731 nfs_access_zap_cache(inode);
3732 nfs_zap_acl_cache(inode);
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003733 return ret;
3734}
3735
Trond Myklebust16b4289c2006-08-24 12:27:15 -04003736static int nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
3737{
3738 struct nfs4_exception exception = { };
3739 int err;
3740 do {
3741 err = nfs4_handle_exception(NFS_SERVER(inode),
3742 __nfs4_proc_set_acl(inode, buf, buflen),
3743 &exception);
3744 } while (exception.retry);
3745 return err;
3746}
3747
Linus Torvalds1da177e2005-04-16 15:20:36 -07003748static int
Trond Myklebustaa5190d2010-06-16 09:52:25 -04003749nfs4_async_handle_error(struct rpc_task *task, const struct nfs_server *server, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003750{
Trond Myklebustaa5190d2010-06-16 09:52:25 -04003751 struct nfs_client *clp = server->nfs_client;
3752
3753 if (task->tk_status >= 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003754 return 0;
3755 switch(task->tk_status) {
Trond Myklebust9e33bed2008-12-23 15:21:46 -05003756 case -NFS4ERR_ADMIN_REVOKED:
3757 case -NFS4ERR_BAD_STATEID:
3758 case -NFS4ERR_OPENMODE:
3759 if (state == NULL)
3760 break;
Trond Myklebust0400a6b2011-03-09 16:00:53 -05003761 nfs4_schedule_stateid_recovery(server, state);
3762 goto wait_on_recovery;
Trond Myklebust0ced63d2011-05-26 14:26:35 -04003763 case -NFS4ERR_EXPIRED:
3764 if (state != NULL)
3765 nfs4_schedule_stateid_recovery(server, state);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003766 case -NFS4ERR_STALE_STATEID:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05003767 case -NFS4ERR_STALE_CLIENTID:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05003768 nfs4_schedule_lease_recovery(clp);
3769 goto wait_on_recovery;
Andy Adamson4745e312009-04-01 09:22:42 -04003770#if defined(CONFIG_NFS_V4_1)
3771 case -NFS4ERR_BADSESSION:
3772 case -NFS4ERR_BADSLOT:
3773 case -NFS4ERR_BAD_HIGH_SLOT:
3774 case -NFS4ERR_DEADSESSION:
3775 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
3776 case -NFS4ERR_SEQ_FALSE_RETRY:
3777 case -NFS4ERR_SEQ_MISORDERED:
3778 dprintk("%s ERROR %d, Reset session\n", __func__,
3779 task->tk_status);
Trond Myklebust0400a6b2011-03-09 16:00:53 -05003780 nfs4_schedule_session_recovery(clp->cl_session);
Andy Adamson4745e312009-04-01 09:22:42 -04003781 task->tk_status = 0;
3782 return -EAGAIN;
3783#endif /* CONFIG_NFS_V4_1 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003784 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04003785 nfs_inc_server_stats(server, NFSIOS_DELAY);
Chuck Lever006ea732006-03-20 13:44:14 -05003786 case -NFS4ERR_GRACE:
Jeff Layton2c643482010-01-07 09:42:03 -05003787 case -EKEYEXPIRED:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003788 rpc_delay(task, NFS4_POLL_RETRY_MAX);
3789 task->tk_status = 0;
3790 return -EAGAIN;
Andy Adamsona8a4ae32011-05-03 13:43:03 -04003791 case -NFS4ERR_RETRY_UNCACHED_REP:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003792 case -NFS4ERR_OLD_STATEID:
3793 task->tk_status = 0;
3794 return -EAGAIN;
3795 }
3796 task->tk_status = nfs4_map_errors(task->tk_status);
3797 return 0;
Trond Myklebust0400a6b2011-03-09 16:00:53 -05003798wait_on_recovery:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05003799 rpc_sleep_on(&clp->cl_rpcwaitq, task, NULL);
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05003800 if (test_bit(NFS4CLNT_MANAGER_RUNNING, &clp->cl_state) == 0)
3801 rpc_wake_up_queued_task(&clp->cl_rpcwaitq, task);
3802 task->tk_status = 0;
3803 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003804}
3805
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04003806int nfs4_proc_setclientid(struct nfs_client *clp, u32 program,
3807 unsigned short port, struct rpc_cred *cred,
3808 struct nfs4_setclientid_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003809{
3810 nfs4_verifier sc_verifier;
3811 struct nfs4_setclientid setclientid = {
3812 .sc_verifier = &sc_verifier,
3813 .sc_prog = program,
Andy Adamsonf4eecd52011-01-06 02:04:30 +00003814 .sc_cb_ident = clp->cl_cb_ident,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003815 };
3816 struct rpc_message msg = {
3817 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID],
3818 .rpc_argp = &setclientid,
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04003819 .rpc_resp = res,
Trond Myklebust286d7d62006-01-03 09:55:26 +01003820 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003821 };
Al Virobc4785c2006-10-19 23:28:51 -07003822 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003823 int loop = 0;
3824 int status;
3825
Al Virobc4785c2006-10-19 23:28:51 -07003826 p = (__be32*)sc_verifier.data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003827 *p++ = htonl((u32)clp->cl_boot_time.tv_sec);
3828 *p = htonl((u32)clp->cl_boot_time.tv_nsec);
3829
3830 for(;;) {
3831 setclientid.sc_name_len = scnprintf(setclientid.sc_name,
Trond Myklebust69dd7162007-12-14 14:56:07 -05003832 sizeof(setclientid.sc_name), "%s/%s %s %s %u",
Chuck Leverd4d3c502007-12-10 14:57:09 -05003833 clp->cl_ipaddr,
3834 rpc_peeraddr2str(clp->cl_rpcclient,
3835 RPC_DISPLAY_ADDR),
Trond Myklebust69dd7162007-12-14 14:56:07 -05003836 rpc_peeraddr2str(clp->cl_rpcclient,
3837 RPC_DISPLAY_PROTO),
Trond Myklebust78ea3232008-04-07 20:49:28 -04003838 clp->cl_rpcclient->cl_auth->au_ops->au_name,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003839 clp->cl_id_uniquifier);
3840 setclientid.sc_netid_len = scnprintf(setclientid.sc_netid,
Chuck Leverd4d3c502007-12-10 14:57:09 -05003841 sizeof(setclientid.sc_netid),
3842 rpc_peeraddr2str(clp->cl_rpcclient,
3843 RPC_DISPLAY_NETID));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003844 setclientid.sc_uaddr_len = scnprintf(setclientid.sc_uaddr,
Chuck Leverd4d3c502007-12-10 14:57:09 -05003845 sizeof(setclientid.sc_uaddr), "%s.%u.%u",
Linus Torvalds1da177e2005-04-16 15:20:36 -07003846 clp->cl_ipaddr, port >> 8, port & 255);
3847
Trond Myklebust1bd714f2011-04-24 14:29:33 -04003848 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003849 if (status != -NFS4ERR_CLID_INUSE)
3850 break;
Trond Myklebustfd954ae2011-04-24 14:28:18 -04003851 if (loop != 0) {
3852 ++clp->cl_id_uniquifier;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003853 break;
Trond Myklebustfd954ae2011-04-24 14:28:18 -04003854 }
3855 ++loop;
3856 ssleep(clp->cl_lease_time / HZ + 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003857 }
3858 return status;
3859}
3860
Trond Myklebustfd954ae2011-04-24 14:28:18 -04003861int nfs4_proc_setclientid_confirm(struct nfs_client *clp,
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04003862 struct nfs4_setclientid_res *arg,
3863 struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003864{
3865 struct nfs_fsinfo fsinfo;
3866 struct rpc_message msg = {
3867 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID_CONFIRM],
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04003868 .rpc_argp = arg,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003869 .rpc_resp = &fsinfo,
Trond Myklebust286d7d62006-01-03 09:55:26 +01003870 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003871 };
3872 unsigned long now;
3873 int status;
3874
3875 now = jiffies;
Trond Myklebust1bd714f2011-04-24 14:29:33 -04003876 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003877 if (status == 0) {
3878 spin_lock(&clp->cl_lock);
3879 clp->cl_lease_time = fsinfo.lease_time * HZ;
3880 clp->cl_last_renewal = now;
3881 spin_unlock(&clp->cl_lock);
3882 }
3883 return status;
3884}
3885
Trond Myklebustfe650402006-01-03 09:55:18 +01003886struct nfs4_delegreturndata {
3887 struct nfs4_delegreturnargs args;
Trond Myklebustfa178f22006-01-03 09:55:38 +01003888 struct nfs4_delegreturnres res;
Trond Myklebustfe650402006-01-03 09:55:18 +01003889 struct nfs_fh fh;
3890 nfs4_stateid stateid;
Trond Myklebust26e976a2006-01-03 09:55:21 +01003891 unsigned long timestamp;
Trond Myklebustfa178f22006-01-03 09:55:38 +01003892 struct nfs_fattr fattr;
Trond Myklebustfe650402006-01-03 09:55:18 +01003893 int rpc_status;
3894};
3895
Trond Myklebustfe650402006-01-03 09:55:18 +01003896static void nfs4_delegreturn_done(struct rpc_task *task, void *calldata)
3897{
3898 struct nfs4_delegreturndata *data = calldata;
Andy Adamson938e1012009-04-01 09:22:28 -04003899
Trond Myklebust14516c32010-07-31 14:29:06 -04003900 if (!nfs4_sequence_done(task, &data->res.seq_res))
3901 return;
Andy Adamson938e1012009-04-01 09:22:28 -04003902
Ricardo Labiaga79708862009-12-07 09:23:21 -05003903 switch (task->tk_status) {
3904 case -NFS4ERR_STALE_STATEID:
3905 case -NFS4ERR_EXPIRED:
3906 case 0:
Trond Myklebustfa178f22006-01-03 09:55:38 +01003907 renew_lease(data->res.server, data->timestamp);
Ricardo Labiaga79708862009-12-07 09:23:21 -05003908 break;
3909 default:
3910 if (nfs4_async_handle_error(task, data->res.server, NULL) ==
3911 -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07003912 rpc_restart_call_prepare(task);
Ricardo Labiaga79708862009-12-07 09:23:21 -05003913 return;
3914 }
3915 }
3916 data->rpc_status = task->tk_status;
Trond Myklebustfe650402006-01-03 09:55:18 +01003917}
3918
3919static void nfs4_delegreturn_release(void *calldata)
3920{
Trond Myklebustfe650402006-01-03 09:55:18 +01003921 kfree(calldata);
3922}
3923
Andy Adamson938e1012009-04-01 09:22:28 -04003924#if defined(CONFIG_NFS_V4_1)
3925static void nfs4_delegreturn_prepare(struct rpc_task *task, void *data)
3926{
3927 struct nfs4_delegreturndata *d_data;
3928
3929 d_data = (struct nfs4_delegreturndata *)data;
3930
Trond Myklebust035168a2010-06-16 09:52:26 -04003931 if (nfs4_setup_sequence(d_data->res.server,
Andy Adamson938e1012009-04-01 09:22:28 -04003932 &d_data->args.seq_args,
Trond Myklebust9d12b212012-01-17 22:04:25 -05003933 &d_data->res.seq_res, task))
Andy Adamson938e1012009-04-01 09:22:28 -04003934 return;
3935 rpc_call_start(task);
3936}
3937#endif /* CONFIG_NFS_V4_1 */
3938
Jesper Juhlc8d149f2006-03-20 13:44:07 -05003939static const struct rpc_call_ops nfs4_delegreturn_ops = {
Andy Adamson938e1012009-04-01 09:22:28 -04003940#if defined(CONFIG_NFS_V4_1)
3941 .rpc_call_prepare = nfs4_delegreturn_prepare,
3942#endif /* CONFIG_NFS_V4_1 */
Trond Myklebustfe650402006-01-03 09:55:18 +01003943 .rpc_call_done = nfs4_delegreturn_done,
3944 .rpc_release = nfs4_delegreturn_release,
3945};
3946
Trond Myklebuste6f81072008-01-24 18:14:34 -05003947static int _nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Trond Myklebustfe650402006-01-03 09:55:18 +01003948{
3949 struct nfs4_delegreturndata *data;
Trond Myklebustfa178f22006-01-03 09:55:38 +01003950 struct nfs_server *server = NFS_SERVER(inode);
Trond Myklebustfe650402006-01-03 09:55:18 +01003951 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003952 struct rpc_message msg = {
3953 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DELEGRETURN],
3954 .rpc_cred = cred,
3955 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04003956 struct rpc_task_setup task_setup_data = {
3957 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04003958 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003959 .callback_ops = &nfs4_delegreturn_ops,
3960 .flags = RPC_TASK_ASYNC,
3961 };
Trond Myklebuste6f81072008-01-24 18:14:34 -05003962 int status = 0;
Trond Myklebustfe650402006-01-03 09:55:18 +01003963
Trond Myklebust8535b2b2010-05-13 12:51:01 -04003964 data = kzalloc(sizeof(*data), GFP_NOFS);
Trond Myklebustfe650402006-01-03 09:55:18 +01003965 if (data == NULL)
3966 return -ENOMEM;
Trond Myklebust9d12b212012-01-17 22:04:25 -05003967 nfs41_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Trond Myklebustfe650402006-01-03 09:55:18 +01003968 data->args.fhandle = &data->fh;
3969 data->args.stateid = &data->stateid;
Trond Myklebustfa178f22006-01-03 09:55:38 +01003970 data->args.bitmask = server->attr_bitmask;
Trond Myklebustfe650402006-01-03 09:55:18 +01003971 nfs_copy_fh(&data->fh, NFS_FH(inode));
3972 memcpy(&data->stateid, stateid, sizeof(data->stateid));
Trond Myklebustfa178f22006-01-03 09:55:38 +01003973 data->res.fattr = &data->fattr;
3974 data->res.server = server;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003975 nfs_fattr_init(data->res.fattr);
Trond Myklebust26e976a2006-01-03 09:55:21 +01003976 data->timestamp = jiffies;
Trond Myklebustfe650402006-01-03 09:55:18 +01003977 data->rpc_status = 0;
3978
Trond Myklebustc970aa82007-07-14 15:39:59 -04003979 task_setup_data.callback_data = data;
Trond Myklebust1174dd12010-12-21 10:52:24 -05003980 msg.rpc_argp = &data->args;
3981 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04003982 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05003983 if (IS_ERR(task))
Trond Myklebustfe650402006-01-03 09:55:18 +01003984 return PTR_ERR(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05003985 if (!issync)
3986 goto out;
Trond Myklebustfe650402006-01-03 09:55:18 +01003987 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05003988 if (status != 0)
3989 goto out;
3990 status = data->rpc_status;
3991 if (status != 0)
3992 goto out;
3993 nfs_refresh_inode(inode, &data->fattr);
3994out:
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05003995 rpc_put_task(task);
Trond Myklebustfe650402006-01-03 09:55:18 +01003996 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003997}
3998
Trond Myklebuste6f81072008-01-24 18:14:34 -05003999int nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004000{
4001 struct nfs_server *server = NFS_SERVER(inode);
4002 struct nfs4_exception exception = { };
4003 int err;
4004 do {
Trond Myklebuste6f81072008-01-24 18:14:34 -05004005 err = _nfs4_proc_delegreturn(inode, cred, stateid, issync);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004006 switch (err) {
4007 case -NFS4ERR_STALE_STATEID:
4008 case -NFS4ERR_EXPIRED:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004009 case 0:
4010 return 0;
4011 }
4012 err = nfs4_handle_exception(server, err, &exception);
4013 } while (exception.retry);
4014 return err;
4015}
4016
4017#define NFS4_LOCK_MINTIMEOUT (1 * HZ)
4018#define NFS4_LOCK_MAXTIMEOUT (30 * HZ)
4019
4020/*
4021 * sleep, with exponential backoff, and retry the LOCK operation.
4022 */
4023static unsigned long
4024nfs4_set_lock_task_retry(unsigned long timeout)
4025{
Jeff Laytond3103102011-12-01 22:44:39 +01004026 freezable_schedule_timeout_killable(timeout);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004027 timeout <<= 1;
4028 if (timeout > NFS4_LOCK_MAXTIMEOUT)
4029 return NFS4_LOCK_MAXTIMEOUT;
4030 return timeout;
4031}
4032
Linus Torvalds1da177e2005-04-16 15:20:36 -07004033static int _nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
4034{
4035 struct inode *inode = state->inode;
4036 struct nfs_server *server = NFS_SERVER(inode);
David Howells7539bba2006-08-22 20:06:09 -04004037 struct nfs_client *clp = server->nfs_client;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004038 struct nfs_lockt_args arg = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004039 .fh = NFS_FH(inode),
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004040 .fl = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004041 };
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004042 struct nfs_lockt_res res = {
4043 .denied = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004044 };
4045 struct rpc_message msg = {
4046 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKT],
4047 .rpc_argp = &arg,
4048 .rpc_resp = &res,
4049 .rpc_cred = state->owner->so_cred,
4050 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07004051 struct nfs4_lock_state *lsp;
4052 int status;
4053
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004054 arg.lock_owner.clientid = clp->cl_clientid;
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00004055 status = nfs4_set_lock_state(state, request);
4056 if (status != 0)
4057 goto out;
4058 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebust48c22eb2012-01-17 22:04:25 -05004059 arg.lock_owner.id = lsp->ls_seqid.owner_id;
Trond Myklebustd035c362010-12-21 10:45:27 -05004060 arg.lock_owner.s_dev = server->s_dev;
Bryan Schumaker7c513052011-03-24 17:12:24 +00004061 status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004062 switch (status) {
4063 case 0:
4064 request->fl_type = F_UNLCK;
4065 break;
4066 case -NFS4ERR_DENIED:
4067 status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004068 }
J. Bruce Fields70cc6482007-02-22 18:48:53 -05004069 request->fl_ops->fl_release_private(request);
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00004070out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07004071 return status;
4072}
4073
4074static int nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
4075{
4076 struct nfs4_exception exception = { };
4077 int err;
4078
4079 do {
4080 err = nfs4_handle_exception(NFS_SERVER(state->inode),
4081 _nfs4_proc_getlk(state, cmd, request),
4082 &exception);
4083 } while (exception.retry);
4084 return err;
4085}
4086
4087static int do_vfs_lock(struct file *file, struct file_lock *fl)
4088{
4089 int res = 0;
4090 switch (fl->fl_flags & (FL_POSIX|FL_FLOCK)) {
4091 case FL_POSIX:
4092 res = posix_lock_file_wait(file, fl);
4093 break;
4094 case FL_FLOCK:
4095 res = flock_lock_file_wait(file, fl);
4096 break;
4097 default:
4098 BUG();
4099 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004100 return res;
4101}
4102
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004103struct nfs4_unlockdata {
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004104 struct nfs_locku_args arg;
4105 struct nfs_locku_res res;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004106 struct nfs4_lock_state *lsp;
4107 struct nfs_open_context *ctx;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004108 struct file_lock fl;
4109 const struct nfs_server *server;
Trond Myklebust26e976a2006-01-03 09:55:21 +01004110 unsigned long timestamp;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004111};
4112
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004113static struct nfs4_unlockdata *nfs4_alloc_unlockdata(struct file_lock *fl,
4114 struct nfs_open_context *ctx,
4115 struct nfs4_lock_state *lsp,
4116 struct nfs_seqid *seqid)
4117{
4118 struct nfs4_unlockdata *p;
4119 struct inode *inode = lsp->ls_state->inode;
4120
Trond Myklebust8535b2b2010-05-13 12:51:01 -04004121 p = kzalloc(sizeof(*p), GFP_NOFS);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004122 if (p == NULL)
4123 return NULL;
4124 p->arg.fh = NFS_FH(inode);
4125 p->arg.fl = &p->fl;
4126 p->arg.seqid = seqid;
Trond Myklebustc1d51932008-04-07 13:20:54 -04004127 p->res.seqid = seqid;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004128 p->arg.stateid = &lsp->ls_stateid;
4129 p->lsp = lsp;
4130 atomic_inc(&lsp->ls_count);
4131 /* Ensure we don't close file until we're done freeing locks! */
4132 p->ctx = get_nfs_open_context(ctx);
4133 memcpy(&p->fl, fl, sizeof(p->fl));
4134 p->server = NFS_SERVER(inode);
4135 return p;
4136}
4137
Trond Myklebust06f814a2006-01-03 09:55:07 +01004138static void nfs4_locku_release_calldata(void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004139{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004140 struct nfs4_unlockdata *calldata = data;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004141 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust06f814a2006-01-03 09:55:07 +01004142 nfs4_put_lock_state(calldata->lsp);
4143 put_nfs_open_context(calldata->ctx);
4144 kfree(calldata);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004145}
4146
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004147static void nfs4_locku_done(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004148{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004149 struct nfs4_unlockdata *calldata = data;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004150
Trond Myklebust14516c32010-07-31 14:29:06 -04004151 if (!nfs4_sequence_done(task, &calldata->res.seq_res))
4152 return;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004153 switch (task->tk_status) {
4154 case 0:
4155 memcpy(calldata->lsp->ls_stateid.data,
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004156 calldata->res.stateid.data,
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004157 sizeof(calldata->lsp->ls_stateid.data));
Trond Myklebust26e976a2006-01-03 09:55:21 +01004158 renew_lease(calldata->server, calldata->timestamp);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004159 break;
Trond Myklebust9e33bed2008-12-23 15:21:46 -05004160 case -NFS4ERR_BAD_STATEID:
4161 case -NFS4ERR_OLD_STATEID:
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004162 case -NFS4ERR_STALE_STATEID:
4163 case -NFS4ERR_EXPIRED:
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004164 break;
4165 default:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05004166 if (nfs4_async_handle_error(task, calldata->server, NULL) == -EAGAIN)
Trond Myklebustd00c5d42011-10-19 12:17:29 -07004167 rpc_restart_call_prepare(task);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004168 }
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004169}
4170
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01004171static void nfs4_locku_prepare(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004172{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01004173 struct nfs4_unlockdata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004174
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004175 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004176 return;
4177 if ((calldata->lsp->ls_flags & NFS_LOCK_INITIALIZED) == 0) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004178 /* Note: exit _without_ running nfs4_locku_done */
4179 task->tk_action = NULL;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004180 return;
4181 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01004182 calldata->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04004183 if (nfs4_setup_sequence(calldata->server,
Andy Adamsona8936932009-04-01 09:22:23 -04004184 &calldata->arg.seq_args,
Trond Myklebust9d12b212012-01-17 22:04:25 -05004185 &calldata->res.seq_res, task))
Andy Adamsona8936932009-04-01 09:22:23 -04004186 return;
Trond Myklebust5138fde2007-07-14 15:40:01 -04004187 rpc_call_start(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004188}
4189
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004190static const struct rpc_call_ops nfs4_locku_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01004191 .rpc_call_prepare = nfs4_locku_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004192 .rpc_call_done = nfs4_locku_done,
Trond Myklebust06f814a2006-01-03 09:55:07 +01004193 .rpc_release = nfs4_locku_release_calldata,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01004194};
4195
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004196static struct rpc_task *nfs4_do_unlck(struct file_lock *fl,
4197 struct nfs_open_context *ctx,
4198 struct nfs4_lock_state *lsp,
4199 struct nfs_seqid *seqid)
4200{
4201 struct nfs4_unlockdata *data;
Trond Myklebust5138fde2007-07-14 15:40:01 -04004202 struct rpc_message msg = {
4203 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKU],
4204 .rpc_cred = ctx->cred,
4205 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04004206 struct rpc_task_setup task_setup_data = {
4207 .rpc_client = NFS_CLIENT(lsp->ls_state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04004208 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04004209 .callback_ops = &nfs4_locku_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05004210 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04004211 .flags = RPC_TASK_ASYNC,
4212 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004213
Frank Filz137d6ac2007-07-09 15:32:29 -07004214 /* Ensure this is an unlock - when canceling a lock, the
4215 * canceled lock is passed in, and it won't be an unlock.
4216 */
4217 fl->fl_type = F_UNLCK;
4218
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004219 data = nfs4_alloc_unlockdata(fl, ctx, lsp, seqid);
4220 if (data == NULL) {
4221 nfs_free_seqid(seqid);
4222 return ERR_PTR(-ENOMEM);
4223 }
4224
Trond Myklebust9d12b212012-01-17 22:04:25 -05004225 nfs41_init_sequence(&data->arg.seq_args, &data->res.seq_res, 1);
Trond Myklebust1174dd12010-12-21 10:52:24 -05004226 msg.rpc_argp = &data->arg;
4227 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04004228 task_setup_data.callback_data = data;
4229 return rpc_run_task(&task_setup_data);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004230}
4231
Linus Torvalds1da177e2005-04-16 15:20:36 -07004232static int nfs4_proc_unlck(struct nfs4_state *state, int cmd, struct file_lock *request)
4233{
Trond Myklebust19e03c52008-12-23 15:21:44 -05004234 struct nfs_inode *nfsi = NFS_I(state->inode);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004235 struct nfs_seqid *seqid;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004236 struct nfs4_lock_state *lsp;
Trond Myklebust06f814a2006-01-03 09:55:07 +01004237 struct rpc_task *task;
4238 int status = 0;
Trond Myklebust536ff0f2008-04-04 15:08:02 -04004239 unsigned char fl_flags = request->fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004240
Trond Myklebust9b073572006-06-29 16:38:34 -04004241 status = nfs4_set_lock_state(state, request);
4242 /* Unlock _before_ we do the RPC call */
4243 request->fl_flags |= FL_EXISTS;
Trond Myklebust19e03c52008-12-23 15:21:44 -05004244 down_read(&nfsi->rwsem);
4245 if (do_vfs_lock(request->fl_file, request) == -ENOENT) {
4246 up_read(&nfsi->rwsem);
Trond Myklebust9b073572006-06-29 16:38:34 -04004247 goto out;
Trond Myklebust19e03c52008-12-23 15:21:44 -05004248 }
4249 up_read(&nfsi->rwsem);
Trond Myklebust9b073572006-06-29 16:38:34 -04004250 if (status != 0)
4251 goto out;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004252 /* Is this a delegated lock? */
4253 if (test_bit(NFS_DELEGATED_STATE, &state->flags))
Trond Myklebust9b073572006-06-29 16:38:34 -04004254 goto out;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004255 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebust8535b2b2010-05-13 12:51:01 -04004256 seqid = nfs_alloc_seqid(&lsp->ls_seqid, GFP_KERNEL);
Trond Myklebust9b073572006-06-29 16:38:34 -04004257 status = -ENOMEM;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004258 if (seqid == NULL)
Trond Myklebust9b073572006-06-29 16:38:34 -04004259 goto out;
Trond Myklebustcd3758e2007-08-10 17:44:32 -04004260 task = nfs4_do_unlck(request, nfs_file_open_context(request->fl_file), lsp, seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004261 status = PTR_ERR(task);
4262 if (IS_ERR(task))
Trond Myklebust9b073572006-06-29 16:38:34 -04004263 goto out;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004264 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05004265 rpc_put_task(task);
Trond Myklebust9b073572006-06-29 16:38:34 -04004266out:
Trond Myklebust536ff0f2008-04-04 15:08:02 -04004267 request->fl_flags = fl_flags;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004268 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004269}
4270
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004271struct nfs4_lockdata {
4272 struct nfs_lock_args arg;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004273 struct nfs_lock_res res;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004274 struct nfs4_lock_state *lsp;
4275 struct nfs_open_context *ctx;
4276 struct file_lock fl;
Trond Myklebust26e976a2006-01-03 09:55:21 +01004277 unsigned long timestamp;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004278 int rpc_status;
4279 int cancelled;
Andy Adamson66179ef2009-04-01 09:22:22 -04004280 struct nfs_server *server;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004281};
4282
4283static struct nfs4_lockdata *nfs4_alloc_lockdata(struct file_lock *fl,
Trond Myklebust8535b2b2010-05-13 12:51:01 -04004284 struct nfs_open_context *ctx, struct nfs4_lock_state *lsp,
4285 gfp_t gfp_mask)
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004286{
4287 struct nfs4_lockdata *p;
4288 struct inode *inode = lsp->ls_state->inode;
4289 struct nfs_server *server = NFS_SERVER(inode);
4290
Trond Myklebust8535b2b2010-05-13 12:51:01 -04004291 p = kzalloc(sizeof(*p), gfp_mask);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004292 if (p == NULL)
4293 return NULL;
4294
4295 p->arg.fh = NFS_FH(inode);
4296 p->arg.fl = &p->fl;
Trond Myklebust8535b2b2010-05-13 12:51:01 -04004297 p->arg.open_seqid = nfs_alloc_seqid(&lsp->ls_state->owner->so_seqid, gfp_mask);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05004298 if (p->arg.open_seqid == NULL)
4299 goto out_free;
Trond Myklebust8535b2b2010-05-13 12:51:01 -04004300 p->arg.lock_seqid = nfs_alloc_seqid(&lsp->ls_seqid, gfp_mask);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004301 if (p->arg.lock_seqid == NULL)
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05004302 goto out_free_seqid;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004303 p->arg.lock_stateid = &lsp->ls_stateid;
David Howells7539bba2006-08-22 20:06:09 -04004304 p->arg.lock_owner.clientid = server->nfs_client->cl_clientid;
Trond Myklebust48c22eb2012-01-17 22:04:25 -05004305 p->arg.lock_owner.id = lsp->ls_seqid.owner_id;
Trond Myklebustd035c362010-12-21 10:45:27 -05004306 p->arg.lock_owner.s_dev = server->s_dev;
Trond Myklebustc1d51932008-04-07 13:20:54 -04004307 p->res.lock_seqid = p->arg.lock_seqid;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004308 p->lsp = lsp;
Andy Adamson66179ef2009-04-01 09:22:22 -04004309 p->server = server;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004310 atomic_inc(&lsp->ls_count);
4311 p->ctx = get_nfs_open_context(ctx);
4312 memcpy(&p->fl, fl, sizeof(p->fl));
4313 return p;
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05004314out_free_seqid:
4315 nfs_free_seqid(p->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004316out_free:
4317 kfree(p);
4318 return NULL;
4319}
4320
4321static void nfs4_lock_prepare(struct rpc_task *task, void *calldata)
4322{
4323 struct nfs4_lockdata *data = calldata;
4324 struct nfs4_state *state = data->lsp->ls_state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004325
Harvey Harrison3110ff82008-05-02 13:42:44 -07004326 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05004327 if (nfs_wait_on_sequence(data->arg.lock_seqid, task) != 0)
4328 return;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004329 /* Do we need to do an open_to_lock_owner? */
4330 if (!(data->arg.lock_seqid->sequence->flags & NFS_SEQID_CONFIRMED)) {
Trond Myklebuste6e21972008-01-02 16:27:16 -05004331 if (nfs_wait_on_sequence(data->arg.open_seqid, task) != 0)
4332 return;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004333 data->arg.open_stateid = &state->stateid;
4334 data->arg.new_lock_owner = 1;
Trond Myklebustc1d51932008-04-07 13:20:54 -04004335 data->res.open_seqid = data->arg.open_seqid;
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05004336 } else
4337 data->arg.new_lock_owner = 0;
Trond Myklebust26e976a2006-01-03 09:55:21 +01004338 data->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04004339 if (nfs4_setup_sequence(data->server,
4340 &data->arg.seq_args,
Trond Myklebust9d12b212012-01-17 22:04:25 -05004341 &data->res.seq_res, task))
Andy Adamson66179ef2009-04-01 09:22:22 -04004342 return;
Trond Myklebust5138fde2007-07-14 15:40:01 -04004343 rpc_call_start(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07004344 dprintk("%s: done!, ret = %d\n", __func__, data->rpc_status);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004345}
4346
Alexandros Batsakisb2579572009-12-14 21:27:57 -08004347static void nfs4_recover_lock_prepare(struct rpc_task *task, void *calldata)
4348{
4349 rpc_task_set_priority(task, RPC_PRIORITY_PRIVILEGED);
4350 nfs4_lock_prepare(task, calldata);
4351}
4352
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004353static void nfs4_lock_done(struct rpc_task *task, void *calldata)
4354{
4355 struct nfs4_lockdata *data = calldata;
4356
Harvey Harrison3110ff82008-05-02 13:42:44 -07004357 dprintk("%s: begin!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004358
Trond Myklebust14516c32010-07-31 14:29:06 -04004359 if (!nfs4_sequence_done(task, &data->res.seq_res))
4360 return;
Andy Adamson66179ef2009-04-01 09:22:22 -04004361
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004362 data->rpc_status = task->tk_status;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004363 if (data->arg.new_lock_owner != 0) {
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004364 if (data->rpc_status == 0)
4365 nfs_confirm_seqid(&data->lsp->ls_seqid, 0);
4366 else
4367 goto out;
4368 }
4369 if (data->rpc_status == 0) {
4370 memcpy(data->lsp->ls_stateid.data, data->res.stateid.data,
4371 sizeof(data->lsp->ls_stateid.data));
4372 data->lsp->ls_flags |= NFS_LOCK_INITIALIZED;
Al Viro3d4ff432011-06-22 18:40:12 -04004373 renew_lease(NFS_SERVER(data->ctx->dentry->d_inode), data->timestamp);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004374 }
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004375out:
Harvey Harrison3110ff82008-05-02 13:42:44 -07004376 dprintk("%s: done, ret = %d!\n", __func__, data->rpc_status);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004377}
4378
4379static void nfs4_lock_release(void *calldata)
4380{
4381 struct nfs4_lockdata *data = calldata;
4382
Harvey Harrison3110ff82008-05-02 13:42:44 -07004383 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05004384 nfs_free_seqid(data->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004385 if (data->cancelled != 0) {
4386 struct rpc_task *task;
4387 task = nfs4_do_unlck(&data->fl, data->ctx, data->lsp,
4388 data->arg.lock_seqid);
4389 if (!IS_ERR(task))
Trond Myklebustbf294b42011-02-21 11:05:41 -08004390 rpc_put_task_async(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07004391 dprintk("%s: cancelling lock!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004392 } else
4393 nfs_free_seqid(data->arg.lock_seqid);
4394 nfs4_put_lock_state(data->lsp);
4395 put_nfs_open_context(data->ctx);
4396 kfree(data);
Harvey Harrison3110ff82008-05-02 13:42:44 -07004397 dprintk("%s: done!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004398}
4399
4400static const struct rpc_call_ops nfs4_lock_ops = {
4401 .rpc_call_prepare = nfs4_lock_prepare,
4402 .rpc_call_done = nfs4_lock_done,
4403 .rpc_release = nfs4_lock_release,
4404};
4405
Alexandros Batsakisb2579572009-12-14 21:27:57 -08004406static const struct rpc_call_ops nfs4_recover_lock_ops = {
4407 .rpc_call_prepare = nfs4_recover_lock_prepare,
4408 .rpc_call_done = nfs4_lock_done,
4409 .rpc_release = nfs4_lock_release,
4410};
4411
Trond Myklebust2bee72a2010-01-26 15:42:21 -05004412static void nfs4_handle_setlk_error(struct nfs_server *server, struct nfs4_lock_state *lsp, int new_lock_owner, int error)
4413{
Trond Myklebust2bee72a2010-01-26 15:42:21 -05004414 switch (error) {
4415 case -NFS4ERR_ADMIN_REVOKED:
4416 case -NFS4ERR_BAD_STATEID:
Trond Myklebustecac7992011-03-09 16:00:56 -05004417 lsp->ls_seqid.flags &= ~NFS_SEQID_CONFIRMED;
Trond Myklebust2bee72a2010-01-26 15:42:21 -05004418 if (new_lock_owner != 0 ||
4419 (lsp->ls_flags & NFS_LOCK_INITIALIZED) != 0)
Trond Myklebustecac7992011-03-09 16:00:56 -05004420 nfs4_schedule_stateid_recovery(server, lsp->ls_state);
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004421 break;
4422 case -NFS4ERR_STALE_STATEID:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004423 lsp->ls_seqid.flags &= ~NFS_SEQID_CONFIRMED;
Trond Myklebustecac7992011-03-09 16:00:56 -05004424 case -NFS4ERR_EXPIRED:
4425 nfs4_schedule_lease_recovery(server->nfs_client);
Trond Myklebust2bee72a2010-01-26 15:42:21 -05004426 };
4427}
4428
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08004429static int _nfs4_do_setlk(struct nfs4_state *state, int cmd, struct file_lock *fl, int recovery_type)
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004430{
4431 struct nfs4_lockdata *data;
4432 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04004433 struct rpc_message msg = {
4434 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCK],
4435 .rpc_cred = state->owner->so_cred,
4436 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04004437 struct rpc_task_setup task_setup_data = {
4438 .rpc_client = NFS_CLIENT(state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04004439 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04004440 .callback_ops = &nfs4_lock_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05004441 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04004442 .flags = RPC_TASK_ASYNC,
4443 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004444 int ret;
4445
Harvey Harrison3110ff82008-05-02 13:42:44 -07004446 dprintk("%s: begin!\n", __func__);
Trond Myklebustcd3758e2007-08-10 17:44:32 -04004447 data = nfs4_alloc_lockdata(fl, nfs_file_open_context(fl->fl_file),
Trond Myklebust8535b2b2010-05-13 12:51:01 -04004448 fl->fl_u.nfs4_fl.owner,
4449 recovery_type == NFS_LOCK_NEW ? GFP_KERNEL : GFP_NOFS);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004450 if (data == NULL)
4451 return -ENOMEM;
4452 if (IS_SETLKW(cmd))
4453 data->arg.block = 1;
Alexandros Batsakisb2579572009-12-14 21:27:57 -08004454 if (recovery_type > NFS_LOCK_NEW) {
4455 if (recovery_type == NFS_LOCK_RECLAIM)
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08004456 data->arg.reclaim = NFS_LOCK_RECLAIM;
Alexandros Batsakisb2579572009-12-14 21:27:57 -08004457 task_setup_data.callback_ops = &nfs4_recover_lock_ops;
4458 }
Trond Myklebust9d12b212012-01-17 22:04:25 -05004459 nfs41_init_sequence(&data->arg.seq_args, &data->res.seq_res, 1);
Trond Myklebust1174dd12010-12-21 10:52:24 -05004460 msg.rpc_argp = &data->arg;
4461 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04004462 task_setup_data.callback_data = data;
4463 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05004464 if (IS_ERR(task))
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004465 return PTR_ERR(task);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004466 ret = nfs4_wait_for_completion_rpc_task(task);
4467 if (ret == 0) {
4468 ret = data->rpc_status;
Trond Myklebust2bee72a2010-01-26 15:42:21 -05004469 if (ret)
4470 nfs4_handle_setlk_error(data->server, data->lsp,
4471 data->arg.new_lock_owner, ret);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004472 } else
4473 data->cancelled = 1;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05004474 rpc_put_task(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07004475 dprintk("%s: done, ret = %d!\n", __func__, ret);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004476 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004477}
4478
4479static int nfs4_lock_reclaim(struct nfs4_state *state, struct file_lock *request)
4480{
Trond Myklebust202b50d2005-06-22 17:16:29 +00004481 struct nfs_server *server = NFS_SERVER(state->inode);
4482 struct nfs4_exception exception = { };
4483 int err;
4484
4485 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04004486 /* Cache the lock if possible... */
4487 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
4488 return 0;
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08004489 err = _nfs4_do_setlk(state, F_SETLK, request, NFS_LOCK_RECLAIM);
Trond Myklebust168667c2010-10-19 19:47:49 -04004490 if (err != -NFS4ERR_DELAY)
Trond Myklebust202b50d2005-06-22 17:16:29 +00004491 break;
4492 nfs4_handle_exception(server, err, &exception);
4493 } while (exception.retry);
4494 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004495}
4496
4497static int nfs4_lock_expired(struct nfs4_state *state, struct file_lock *request)
4498{
Trond Myklebust202b50d2005-06-22 17:16:29 +00004499 struct nfs_server *server = NFS_SERVER(state->inode);
4500 struct nfs4_exception exception = { };
4501 int err;
4502
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004503 err = nfs4_set_lock_state(state, request);
4504 if (err != 0)
4505 return err;
Trond Myklebust202b50d2005-06-22 17:16:29 +00004506 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04004507 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
4508 return 0;
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08004509 err = _nfs4_do_setlk(state, F_SETLK, request, NFS_LOCK_EXPIRED);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05004510 switch (err) {
4511 default:
4512 goto out;
4513 case -NFS4ERR_GRACE:
4514 case -NFS4ERR_DELAY:
4515 nfs4_handle_exception(server, err, &exception);
4516 err = 0;
4517 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00004518 } while (exception.retry);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05004519out:
Trond Myklebust202b50d2005-06-22 17:16:29 +00004520 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004521}
4522
Bryan Schumakerf062eb62011-06-02 14:59:10 -04004523#if defined(CONFIG_NFS_V4_1)
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05004524static int nfs41_check_expired_locks(struct nfs4_state *state)
Bryan Schumakerf062eb62011-06-02 14:59:10 -04004525{
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05004526 int status, ret = NFS_OK;
4527 struct nfs4_lock_state *lsp;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04004528 struct nfs_server *server = NFS_SERVER(state->inode);
4529
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05004530 list_for_each_entry(lsp, &state->lock_states, ls_locks) {
4531 if (lsp->ls_flags & NFS_LOCK_INITIALIZED) {
4532 status = nfs41_test_stateid(server, &lsp->ls_stateid);
4533 if (status != NFS_OK) {
4534 nfs41_free_stateid(server, &lsp->ls_stateid);
4535 lsp->ls_flags &= ~NFS_LOCK_INITIALIZED;
4536 ret = status;
4537 }
4538 }
4539 };
4540
4541 return ret;
4542}
4543
4544static int nfs41_lock_expired(struct nfs4_state *state, struct file_lock *request)
4545{
4546 int status = NFS_OK;
4547
4548 if (test_bit(LK_STATE_IN_USE, &state->flags))
4549 status = nfs41_check_expired_locks(state);
Bryan Schumakerf062eb62011-06-02 14:59:10 -04004550 if (status == NFS_OK)
Bryan Schumakerb01dd1d2012-01-31 10:39:30 -05004551 return status;
Bryan Schumakerf062eb62011-06-02 14:59:10 -04004552 return nfs4_lock_expired(state, request);
4553}
4554#endif
4555
Linus Torvalds1da177e2005-04-16 15:20:36 -07004556static int _nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
4557{
Trond Myklebust19e03c52008-12-23 15:21:44 -05004558 struct nfs_inode *nfsi = NFS_I(state->inode);
Trond Myklebust01c3b862006-06-29 16:38:39 -04004559 unsigned char fl_flags = request->fl_flags;
Trond Myklebust8e469eb2010-01-26 15:42:30 -05004560 int status = -ENOLCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004561
Trond Myklebust8e469eb2010-01-26 15:42:30 -05004562 if ((fl_flags & FL_POSIX) &&
4563 !test_bit(NFS_STATE_POSIX_LOCKS, &state->flags))
4564 goto out;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004565 /* Is this a delegated open? */
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004566 status = nfs4_set_lock_state(state, request);
4567 if (status != 0)
4568 goto out;
Trond Myklebust01c3b862006-06-29 16:38:39 -04004569 request->fl_flags |= FL_ACCESS;
4570 status = do_vfs_lock(request->fl_file, request);
4571 if (status < 0)
4572 goto out;
Trond Myklebust19e03c52008-12-23 15:21:44 -05004573 down_read(&nfsi->rwsem);
Trond Myklebust01c3b862006-06-29 16:38:39 -04004574 if (test_bit(NFS_DELEGATED_STATE, &state->flags)) {
Trond Myklebust01c3b862006-06-29 16:38:39 -04004575 /* Yes: cache locks! */
Trond Myklebust01c3b862006-06-29 16:38:39 -04004576 /* ...but avoid races with delegation recall... */
Trond Myklebust19e03c52008-12-23 15:21:44 -05004577 request->fl_flags = fl_flags & ~FL_SLEEP;
4578 status = do_vfs_lock(request->fl_file, request);
4579 goto out_unlock;
Trond Myklebust01c3b862006-06-29 16:38:39 -04004580 }
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08004581 status = _nfs4_do_setlk(state, cmd, request, NFS_LOCK_NEW);
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004582 if (status != 0)
Trond Myklebust01c3b862006-06-29 16:38:39 -04004583 goto out_unlock;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004584 /* Note: we always want to sleep here! */
Trond Myklebust01c3b862006-06-29 16:38:39 -04004585 request->fl_flags = fl_flags | FL_SLEEP;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004586 if (do_vfs_lock(request->fl_file, request) < 0)
Weston Andros Adamsona0308892012-01-26 13:32:23 -05004587 printk(KERN_WARNING "NFS: %s: VFS is out of sync with lock "
4588 "manager!\n", __func__);
Trond Myklebust01c3b862006-06-29 16:38:39 -04004589out_unlock:
Trond Myklebust19e03c52008-12-23 15:21:44 -05004590 up_read(&nfsi->rwsem);
Trond Myklebust01c3b862006-06-29 16:38:39 -04004591out:
4592 request->fl_flags = fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004593 return status;
4594}
4595
4596static int nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
4597{
4598 struct nfs4_exception exception = { };
4599 int err;
4600
4601 do {
Trond Myklebust965b5d62009-06-17 13:22:59 -07004602 err = _nfs4_proc_setlk(state, cmd, request);
4603 if (err == -NFS4ERR_DENIED)
4604 err = -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004605 err = nfs4_handle_exception(NFS_SERVER(state->inode),
Trond Myklebust965b5d62009-06-17 13:22:59 -07004606 err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004607 } while (exception.retry);
4608 return err;
4609}
4610
4611static int
4612nfs4_proc_lock(struct file *filp, int cmd, struct file_lock *request)
4613{
4614 struct nfs_open_context *ctx;
4615 struct nfs4_state *state;
4616 unsigned long timeout = NFS4_LOCK_MINTIMEOUT;
4617 int status;
4618
4619 /* verify open state */
Trond Myklebustcd3758e2007-08-10 17:44:32 -04004620 ctx = nfs_file_open_context(filp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004621 state = ctx->state;
4622
4623 if (request->fl_start < 0 || request->fl_end < 0)
4624 return -EINVAL;
4625
Trond Myklebustd9531262009-07-21 19:22:38 -04004626 if (IS_GETLK(cmd)) {
4627 if (state != NULL)
4628 return nfs4_proc_getlk(state, F_GETLK, request);
4629 return 0;
4630 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004631
4632 if (!(IS_SETLK(cmd) || IS_SETLKW(cmd)))
4633 return -EINVAL;
4634
Trond Myklebustd9531262009-07-21 19:22:38 -04004635 if (request->fl_type == F_UNLCK) {
4636 if (state != NULL)
4637 return nfs4_proc_unlck(state, cmd, request);
4638 return 0;
4639 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004640
Trond Myklebustd9531262009-07-21 19:22:38 -04004641 if (state == NULL)
4642 return -ENOLCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004643 do {
4644 status = nfs4_proc_setlk(state, cmd, request);
4645 if ((status != -EAGAIN) || IS_SETLK(cmd))
4646 break;
4647 timeout = nfs4_set_lock_task_retry(timeout);
4648 status = -ERESTARTSYS;
4649 if (signalled())
4650 break;
4651 } while(status < 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004652 return status;
4653}
4654
Trond Myklebust888e6942005-11-04 15:38:11 -05004655int nfs4_lock_delegation_recall(struct nfs4_state *state, struct file_lock *fl)
4656{
4657 struct nfs_server *server = NFS_SERVER(state->inode);
4658 struct nfs4_exception exception = { };
4659 int err;
4660
4661 err = nfs4_set_lock_state(state, fl);
4662 if (err != 0)
4663 goto out;
4664 do {
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08004665 err = _nfs4_do_setlk(state, F_SETLK, fl, NFS_LOCK_NEW);
Trond Myklebustd5122202009-06-17 13:22:58 -07004666 switch (err) {
4667 default:
Weston Andros Adamsona0308892012-01-26 13:32:23 -05004668 printk(KERN_ERR "NFS: %s: unhandled error "
4669 "%d.\n", __func__, err);
Trond Myklebustd5122202009-06-17 13:22:58 -07004670 case 0:
Trond Myklebust965b5d62009-06-17 13:22:59 -07004671 case -ESTALE:
Trond Myklebustd5122202009-06-17 13:22:58 -07004672 goto out;
4673 case -NFS4ERR_EXPIRED:
Trond Myklebust0ced63d2011-05-26 14:26:35 -04004674 nfs4_schedule_stateid_recovery(server, state);
Trond Myklebustd5122202009-06-17 13:22:58 -07004675 case -NFS4ERR_STALE_CLIENTID:
Trond Myklebust965b5d62009-06-17 13:22:59 -07004676 case -NFS4ERR_STALE_STATEID:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004677 nfs4_schedule_lease_recovery(server->nfs_client);
4678 goto out;
Ricardo Labiaga74e7bb72009-12-07 09:48:30 -05004679 case -NFS4ERR_BADSESSION:
4680 case -NFS4ERR_BADSLOT:
4681 case -NFS4ERR_BAD_HIGH_SLOT:
4682 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
4683 case -NFS4ERR_DEADSESSION:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004684 nfs4_schedule_session_recovery(server->nfs_client->cl_session);
Trond Myklebustd5122202009-06-17 13:22:58 -07004685 goto out;
Trond Myklebust965b5d62009-06-17 13:22:59 -07004686 case -ERESTARTSYS:
4687 /*
4688 * The show must go on: exit, but mark the
4689 * stateid as needing recovery.
4690 */
4691 case -NFS4ERR_ADMIN_REVOKED:
4692 case -NFS4ERR_BAD_STATEID:
4693 case -NFS4ERR_OPENMODE:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05004694 nfs4_schedule_stateid_recovery(server, state);
Trond Myklebust965b5d62009-06-17 13:22:59 -07004695 err = 0;
4696 goto out;
Trond Myklebust168667c2010-10-19 19:47:49 -04004697 case -EKEYEXPIRED:
4698 /*
4699 * User RPCSEC_GSS context has expired.
4700 * We cannot recover this stateid now, so
4701 * skip it and allow recovery thread to
4702 * proceed.
4703 */
4704 err = 0;
4705 goto out;
Trond Myklebust965b5d62009-06-17 13:22:59 -07004706 case -ENOMEM:
4707 case -NFS4ERR_DENIED:
4708 /* kill_proc(fl->fl_pid, SIGLOST, 1); */
4709 err = 0;
4710 goto out;
Trond Myklebustd5122202009-06-17 13:22:58 -07004711 case -NFS4ERR_DELAY:
4712 break;
4713 }
Trond Myklebust888e6942005-11-04 15:38:11 -05004714 err = nfs4_handle_exception(server, err, &exception);
4715 } while (exception.retry);
4716out:
4717 return err;
4718}
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004719
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04004720static void nfs4_release_lockowner_release(void *calldata)
4721{
4722 kfree(calldata);
4723}
4724
4725const struct rpc_call_ops nfs4_release_lockowner_ops = {
4726 .rpc_release = nfs4_release_lockowner_release,
4727};
4728
4729void nfs4_release_lockowner(const struct nfs4_lock_state *lsp)
4730{
4731 struct nfs_server *server = lsp->ls_state->owner->so_server;
4732 struct nfs_release_lockowner_args *args;
4733 struct rpc_message msg = {
4734 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RELEASE_LOCKOWNER],
4735 };
4736
4737 if (server->nfs_client->cl_mvops->minor_version != 0)
4738 return;
4739 args = kmalloc(sizeof(*args), GFP_NOFS);
4740 if (!args)
4741 return;
4742 args->lock_owner.clientid = server->nfs_client->cl_clientid;
Trond Myklebust48c22eb2012-01-17 22:04:25 -05004743 args->lock_owner.id = lsp->ls_seqid.owner_id;
Trond Myklebustd035c362010-12-21 10:45:27 -05004744 args->lock_owner.s_dev = server->s_dev;
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04004745 msg.rpc_argp = args;
4746 rpc_call_async(server->client, &msg, 0, &nfs4_release_lockowner_ops, args);
4747}
4748
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004749#define XATTR_NAME_NFSV4_ACL "system.nfs4_acl"
4750
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00004751static int nfs4_xattr_set_nfs4_acl(struct dentry *dentry, const char *key,
4752 const void *buf, size_t buflen,
4753 int flags, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004754{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00004755 if (strcmp(key, "") != 0)
4756 return -EINVAL;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004757
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00004758 return nfs4_proc_set_acl(dentry->d_inode, buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004759}
4760
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00004761static int nfs4_xattr_get_nfs4_acl(struct dentry *dentry, const char *key,
4762 void *buf, size_t buflen, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004763{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00004764 if (strcmp(key, "") != 0)
4765 return -EINVAL;
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004766
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00004767 return nfs4_proc_get_acl(dentry->d_inode, buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004768}
4769
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00004770static size_t nfs4_xattr_list_nfs4_acl(struct dentry *dentry, char *list,
4771 size_t list_len, const char *name,
4772 size_t name_len, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004773{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00004774 size_t len = sizeof(XATTR_NAME_NFSV4_ACL);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004775
J. Bruce Fields096455a2006-03-20 23:23:42 -05004776 if (!nfs4_server_supports_acls(NFS_SERVER(dentry->d_inode)))
4777 return 0;
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00004778
4779 if (list && len <= list_len)
4780 memcpy(list, XATTR_NAME_NFSV4_ACL, len);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004781 return len;
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004782}
4783
Andy Adamson533eb462011-06-13 18:25:56 -04004784/*
4785 * nfs_fhget will use either the mounted_on_fileid or the fileid
4786 */
Trond Myklebust69aaaae2009-03-11 14:10:28 -04004787static void nfs_fixup_referral_attributes(struct nfs_fattr *fattr)
4788{
Andy Adamson533eb462011-06-13 18:25:56 -04004789 if (!(((fattr->valid & NFS_ATTR_FATTR_MOUNTED_ON_FILEID) ||
4790 (fattr->valid & NFS_ATTR_FATTR_FILEID)) &&
4791 (fattr->valid & NFS_ATTR_FATTR_FSID) &&
4792 (fattr->valid & NFS_ATTR_FATTR_V4_REFERRAL)))
Trond Myklebust69aaaae2009-03-11 14:10:28 -04004793 return;
4794
4795 fattr->valid |= NFS_ATTR_FATTR_TYPE | NFS_ATTR_FATTR_MODE |
4796 NFS_ATTR_FATTR_NLINK;
4797 fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO;
4798 fattr->nlink = 2;
4799}
4800
Trond Myklebust56659e92007-07-17 21:52:39 -04004801int nfs4_proc_fs_locations(struct inode *dir, const struct qstr *name,
Manoj Naik7aaa0b32006-06-09 09:34:23 -04004802 struct nfs4_fs_locations *fs_locations, struct page *page)
Trond Myklebust683b57b2006-06-09 09:34:22 -04004803{
4804 struct nfs_server *server = NFS_SERVER(dir);
4805 u32 bitmask[2] = {
Manoj Naik361e6242006-06-09 09:34:24 -04004806 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
Trond Myklebust683b57b2006-06-09 09:34:22 -04004807 };
4808 struct nfs4_fs_locations_arg args = {
4809 .dir_fh = NFS_FH(dir),
Trond Myklebustc228fd32007-01-13 02:28:11 -05004810 .name = name,
Trond Myklebust683b57b2006-06-09 09:34:22 -04004811 .page = page,
4812 .bitmask = bitmask,
4813 };
Benny Halevy22958462009-04-01 09:22:02 -04004814 struct nfs4_fs_locations_res res = {
4815 .fs_locations = fs_locations,
4816 };
Trond Myklebust683b57b2006-06-09 09:34:22 -04004817 struct rpc_message msg = {
4818 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS],
4819 .rpc_argp = &args,
Benny Halevy22958462009-04-01 09:22:02 -04004820 .rpc_resp = &res,
Trond Myklebust683b57b2006-06-09 09:34:22 -04004821 };
4822 int status;
4823
Harvey Harrison3110ff82008-05-02 13:42:44 -07004824 dprintk("%s: start\n", __func__);
Andy Adamson533eb462011-06-13 18:25:56 -04004825
4826 /* Ask for the fileid of the absent filesystem if mounted_on_fileid
4827 * is not supported */
4828 if (NFS_SERVER(dir)->attr_bitmask[1] & FATTR4_WORD1_MOUNTED_ON_FILEID)
4829 bitmask[1] |= FATTR4_WORD1_MOUNTED_ON_FILEID;
4830 else
4831 bitmask[0] |= FATTR4_WORD0_FILEID;
4832
Trond Myklebustc228fd32007-01-13 02:28:11 -05004833 nfs_fattr_init(&fs_locations->fattr);
Trond Myklebust683b57b2006-06-09 09:34:22 -04004834 fs_locations->server = server;
Manoj Naik830b8e32006-06-09 09:34:25 -04004835 fs_locations->nlocations = 0;
Bryan Schumaker7c513052011-03-24 17:12:24 +00004836 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Harvey Harrison3110ff82008-05-02 13:42:44 -07004837 dprintk("%s: returned status = %d\n", __func__, status);
Trond Myklebust683b57b2006-06-09 09:34:22 -04004838 return status;
4839}
4840
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00004841static int _nfs4_proc_secinfo(struct inode *dir, const struct qstr *name, struct nfs4_secinfo_flavors *flavors)
4842{
4843 int status;
4844 struct nfs4_secinfo_arg args = {
4845 .dir_fh = NFS_FH(dir),
4846 .name = name,
4847 };
4848 struct nfs4_secinfo_res res = {
4849 .flavors = flavors,
4850 };
4851 struct rpc_message msg = {
4852 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SECINFO],
4853 .rpc_argp = &args,
4854 .rpc_resp = &res,
4855 };
4856
4857 dprintk("NFS call secinfo %s\n", name->name);
4858 status = nfs4_call_sync(NFS_SERVER(dir)->client, NFS_SERVER(dir), &msg, &args.seq_args, &res.seq_res, 0);
4859 dprintk("NFS reply secinfo: %d\n", status);
4860 return status;
4861}
4862
4863int nfs4_proc_secinfo(struct inode *dir, const struct qstr *name, struct nfs4_secinfo_flavors *flavors)
4864{
4865 struct nfs4_exception exception = { };
4866 int err;
4867 do {
4868 err = nfs4_handle_exception(NFS_SERVER(dir),
4869 _nfs4_proc_secinfo(dir, name, flavors),
4870 &exception);
4871 } while (exception.retry);
4872 return err;
4873}
4874
Andy Adamson557134a2009-04-01 09:21:53 -04004875#ifdef CONFIG_NFS_V4_1
Benny Halevy99fe60d2009-04-01 09:22:29 -04004876/*
Andy Adamson357f54d2010-12-14 10:11:57 -05004877 * Check the exchange flags returned by the server for invalid flags, having
4878 * both PNFS and NON_PNFS flags set, and not having one of NON_PNFS, PNFS, or
4879 * DS flags set.
4880 */
4881static int nfs4_check_cl_exchange_flags(u32 flags)
4882{
4883 if (flags & ~EXCHGID4_FLAG_MASK_R)
4884 goto out_inval;
4885 if ((flags & EXCHGID4_FLAG_USE_PNFS_MDS) &&
4886 (flags & EXCHGID4_FLAG_USE_NON_PNFS))
4887 goto out_inval;
4888 if (!(flags & (EXCHGID4_FLAG_MASK_PNFS)))
4889 goto out_inval;
4890 return NFS_OK;
4891out_inval:
4892 return -NFS4ERR_INVAL;
4893}
4894
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04004895static bool
4896nfs41_same_server_scope(struct server_scope *a, struct server_scope *b)
4897{
4898 if (a->server_scope_sz == b->server_scope_sz &&
4899 memcmp(a->server_scope, b->server_scope, a->server_scope_sz) == 0)
4900 return true;
4901
4902 return false;
4903}
4904
Andy Adamson357f54d2010-12-14 10:11:57 -05004905/*
Benny Halevy99fe60d2009-04-01 09:22:29 -04004906 * nfs4_proc_exchange_id()
4907 *
4908 * Since the clientid has expired, all compounds using sessions
4909 * associated with the stale clientid will be returning
4910 * NFS4ERR_BADSESSION in the sequence operation, and will therefore
4911 * be in some phase of session reset.
4912 */
Andy Adamson4d643d12009-12-04 15:52:24 -05004913int nfs4_proc_exchange_id(struct nfs_client *clp, struct rpc_cred *cred)
Benny Halevy99fe60d2009-04-01 09:22:29 -04004914{
4915 nfs4_verifier verifier;
4916 struct nfs41_exchange_id_args args = {
4917 .client = clp,
Andy Adamson357f54d2010-12-14 10:11:57 -05004918 .flags = EXCHGID4_FLAG_SUPP_MOVED_REFER,
Benny Halevy99fe60d2009-04-01 09:22:29 -04004919 };
4920 struct nfs41_exchange_id_res res = {
4921 .client = clp,
4922 };
4923 int status;
4924 struct rpc_message msg = {
4925 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_EXCHANGE_ID],
4926 .rpc_argp = &args,
4927 .rpc_resp = &res,
4928 .rpc_cred = cred,
4929 };
4930 __be32 *p;
4931
4932 dprintk("--> %s\n", __func__);
4933 BUG_ON(clp == NULL);
Andy Adamsona7b72102009-04-01 09:22:46 -04004934
Benny Halevy99fe60d2009-04-01 09:22:29 -04004935 p = (u32 *)verifier.data;
4936 *p++ = htonl((u32)clp->cl_boot_time.tv_sec);
4937 *p = htonl((u32)clp->cl_boot_time.tv_nsec);
4938 args.verifier = &verifier;
4939
Andy Adamsonc7a360b2011-01-25 19:15:32 -05004940 args.id_len = scnprintf(args.id, sizeof(args.id),
4941 "%s/%s.%s/%u",
4942 clp->cl_ipaddr,
4943 init_utsname()->nodename,
4944 init_utsname()->domainname,
4945 clp->cl_rpcclient->cl_auth->au_flavor);
Benny Halevy99fe60d2009-04-01 09:22:29 -04004946
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04004947 res.server_scope = kzalloc(sizeof(struct server_scope), GFP_KERNEL);
4948 if (unlikely(!res.server_scope))
4949 return -ENOMEM;
4950
Trond Myklebust1bd714f2011-04-24 14:29:33 -04004951 status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Andy Adamsonc7a360b2011-01-25 19:15:32 -05004952 if (!status)
4953 status = nfs4_check_cl_exchange_flags(clp->cl_exchange_flags);
Weston Andros Adamson78fe0f42011-05-31 19:05:47 -04004954
4955 if (!status) {
4956 if (clp->server_scope &&
4957 !nfs41_same_server_scope(clp->server_scope,
4958 res.server_scope)) {
4959 dprintk("%s: server_scope mismatch detected\n",
4960 __func__);
4961 set_bit(NFS4CLNT_SERVER_SCOPE_MISMATCH, &clp->cl_state);
4962 kfree(clp->server_scope);
4963 clp->server_scope = NULL;
4964 }
4965
4966 if (!clp->server_scope)
4967 clp->server_scope = res.server_scope;
4968 else
4969 kfree(res.server_scope);
4970 }
4971
Benny Halevy99fe60d2009-04-01 09:22:29 -04004972 dprintk("<-- %s status= %d\n", __func__, status);
4973 return status;
4974}
4975
Andy Adamson2050f0c2009-04-01 09:22:30 -04004976struct nfs4_get_lease_time_data {
4977 struct nfs4_get_lease_time_args *args;
4978 struct nfs4_get_lease_time_res *res;
4979 struct nfs_client *clp;
4980};
4981
4982static void nfs4_get_lease_time_prepare(struct rpc_task *task,
4983 void *calldata)
4984{
4985 int ret;
4986 struct nfs4_get_lease_time_data *data =
4987 (struct nfs4_get_lease_time_data *)calldata;
4988
4989 dprintk("--> %s\n", __func__);
Alexandros Batsakis689cf5c2009-12-14 21:27:56 -08004990 rpc_task_set_priority(task, RPC_PRIORITY_PRIVILEGED);
Andy Adamson2050f0c2009-04-01 09:22:30 -04004991 /* just setup sequence, do not trigger session recovery
4992 since we're invoked within one */
4993 ret = nfs41_setup_sequence(data->clp->cl_session,
Alexandros Batsakis689cf5c2009-12-14 21:27:56 -08004994 &data->args->la_seq_args,
Trond Myklebust9d12b212012-01-17 22:04:25 -05004995 &data->res->lr_seq_res, task);
Andy Adamson2050f0c2009-04-01 09:22:30 -04004996
4997 BUG_ON(ret == -EAGAIN);
4998 rpc_call_start(task);
4999 dprintk("<-- %s\n", __func__);
5000}
5001
5002/*
5003 * Called from nfs4_state_manager thread for session setup, so don't recover
5004 * from sequence operation or clientid errors.
5005 */
5006static void nfs4_get_lease_time_done(struct rpc_task *task, void *calldata)
5007{
5008 struct nfs4_get_lease_time_data *data =
5009 (struct nfs4_get_lease_time_data *)calldata;
5010
5011 dprintk("--> %s\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04005012 if (!nfs41_sequence_done(task, &data->res->lr_seq_res))
5013 return;
Andy Adamson2050f0c2009-04-01 09:22:30 -04005014 switch (task->tk_status) {
5015 case -NFS4ERR_DELAY:
5016 case -NFS4ERR_GRACE:
5017 dprintk("%s Retry: tk_status %d\n", __func__, task->tk_status);
5018 rpc_delay(task, NFS4_POLL_RETRY_MIN);
5019 task->tk_status = 0;
Andy Adamsona8a4ae32011-05-03 13:43:03 -04005020 /* fall through */
5021 case -NFS4ERR_RETRY_UNCACHED_REP:
Trond Myklebustd00c5d42011-10-19 12:17:29 -07005022 rpc_restart_call_prepare(task);
Andy Adamson2050f0c2009-04-01 09:22:30 -04005023 return;
5024 }
Andy Adamson2050f0c2009-04-01 09:22:30 -04005025 dprintk("<-- %s\n", __func__);
5026}
5027
5028struct rpc_call_ops nfs4_get_lease_time_ops = {
5029 .rpc_call_prepare = nfs4_get_lease_time_prepare,
5030 .rpc_call_done = nfs4_get_lease_time_done,
5031};
5032
5033int nfs4_proc_get_lease_time(struct nfs_client *clp, struct nfs_fsinfo *fsinfo)
5034{
5035 struct rpc_task *task;
5036 struct nfs4_get_lease_time_args args;
5037 struct nfs4_get_lease_time_res res = {
5038 .lr_fsinfo = fsinfo,
5039 };
5040 struct nfs4_get_lease_time_data data = {
5041 .args = &args,
5042 .res = &res,
5043 .clp = clp,
5044 };
5045 struct rpc_message msg = {
5046 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GET_LEASE_TIME],
5047 .rpc_argp = &args,
5048 .rpc_resp = &res,
5049 };
5050 struct rpc_task_setup task_setup = {
5051 .rpc_client = clp->cl_rpcclient,
5052 .rpc_message = &msg,
5053 .callback_ops = &nfs4_get_lease_time_ops,
Trond Myklebust1bd714f2011-04-24 14:29:33 -04005054 .callback_data = &data,
5055 .flags = RPC_TASK_TIMEOUT,
Andy Adamson2050f0c2009-04-01 09:22:30 -04005056 };
5057 int status;
5058
Trond Myklebust9d12b212012-01-17 22:04:25 -05005059 nfs41_init_sequence(&args.la_seq_args, &res.lr_seq_res, 0);
Andy Adamson2050f0c2009-04-01 09:22:30 -04005060 dprintk("--> %s\n", __func__);
5061 task = rpc_run_task(&task_setup);
5062
5063 if (IS_ERR(task))
5064 status = PTR_ERR(task);
5065 else {
5066 status = task->tk_status;
5067 rpc_put_task(task);
5068 }
5069 dprintk("<-- %s return %d\n", __func__, status);
5070
5071 return status;
5072}
5073
Ricardo Labiagab73dafa2009-04-01 09:23:31 -04005074/*
5075 * Reset a slot table
5076 */
Andy Adamson104aeba2010-01-14 17:45:10 -05005077static int nfs4_reset_slot_table(struct nfs4_slot_table *tbl, u32 max_reqs,
5078 int ivalue)
Andy Adamsonac72b7b2009-04-01 09:22:37 -04005079{
Andy Adamson104aeba2010-01-14 17:45:10 -05005080 struct nfs4_slot *new = NULL;
Ricardo Labiagab73dafa2009-04-01 09:23:31 -04005081 int i;
Andy Adamsonac72b7b2009-04-01 09:22:37 -04005082 int ret = 0;
5083
Andy Adamson104aeba2010-01-14 17:45:10 -05005084 dprintk("--> %s: max_reqs=%u, tbl->max_slots %d\n", __func__,
5085 max_reqs, tbl->max_slots);
Andy Adamsonac72b7b2009-04-01 09:22:37 -04005086
Andy Adamson104aeba2010-01-14 17:45:10 -05005087 /* Does the newly negotiated max_reqs match the existing slot table? */
5088 if (max_reqs != tbl->max_slots) {
5089 ret = -ENOMEM;
5090 new = kmalloc(max_reqs * sizeof(struct nfs4_slot),
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005091 GFP_NOFS);
Andy Adamson104aeba2010-01-14 17:45:10 -05005092 if (!new)
5093 goto out;
5094 ret = 0;
5095 kfree(tbl->slots);
Andy Adamsonac72b7b2009-04-01 09:22:37 -04005096 }
5097 spin_lock(&tbl->slot_tbl_lock);
Andy Adamson104aeba2010-01-14 17:45:10 -05005098 if (new) {
5099 tbl->slots = new;
5100 tbl->max_slots = max_reqs;
5101 }
5102 for (i = 0; i < tbl->max_slots; ++i)
Ricardo Labiagab73dafa2009-04-01 09:23:31 -04005103 tbl->slots[i].seq_nr = ivalue;
Andy Adamsonac72b7b2009-04-01 09:22:37 -04005104 spin_unlock(&tbl->slot_tbl_lock);
5105 dprintk("%s: tbl=%p slots=%p max_slots=%d\n", __func__,
5106 tbl, tbl->slots, tbl->max_slots);
5107out:
5108 dprintk("<-- %s: return %d\n", __func__, ret);
5109 return ret;
5110}
5111
Ricardo Labiagaf8625a62009-04-01 09:23:33 -04005112/* Destroy the slot table */
5113static void nfs4_destroy_slot_tables(struct nfs4_session *session)
5114{
5115 if (session->fc_slot_table.slots != NULL) {
5116 kfree(session->fc_slot_table.slots);
5117 session->fc_slot_table.slots = NULL;
5118 }
5119 if (session->bc_slot_table.slots != NULL) {
5120 kfree(session->bc_slot_table.slots);
5121 session->bc_slot_table.slots = NULL;
5122 }
5123 return;
5124}
5125
Ricardo Labiagab73dafa2009-04-01 09:23:31 -04005126/*
Andy Adamsonfc931582009-04-01 09:22:31 -04005127 * Initialize slot table
5128 */
Ricardo Labiaga050047c2009-04-01 09:23:32 -04005129static int nfs4_init_slot_table(struct nfs4_slot_table *tbl,
5130 int max_slots, int ivalue)
Andy Adamsonfc931582009-04-01 09:22:31 -04005131{
Andy Adamsonfc931582009-04-01 09:22:31 -04005132 struct nfs4_slot *slot;
5133 int ret = -ENOMEM;
5134
5135 BUG_ON(max_slots > NFS4_MAX_SLOT_TABLE);
5136
Ricardo Labiaga050047c2009-04-01 09:23:32 -04005137 dprintk("--> %s: max_reqs=%u\n", __func__, max_slots);
Andy Adamsonfc931582009-04-01 09:22:31 -04005138
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005139 slot = kcalloc(max_slots, sizeof(struct nfs4_slot), GFP_NOFS);
Andy Adamsonfc931582009-04-01 09:22:31 -04005140 if (!slot)
5141 goto out;
Andy Adamsonfc931582009-04-01 09:22:31 -04005142 ret = 0;
5143
5144 spin_lock(&tbl->slot_tbl_lock);
Andy Adamsonfc931582009-04-01 09:22:31 -04005145 tbl->max_slots = max_slots;
5146 tbl->slots = slot;
Trond Myklebust45d43c22012-02-06 19:38:51 -05005147 tbl->highest_used_slotid = NFS4_NO_SLOT; /* no slot is currently used */
Andy Adamsonfc931582009-04-01 09:22:31 -04005148 spin_unlock(&tbl->slot_tbl_lock);
5149 dprintk("%s: tbl=%p slots=%p max_slots=%d\n", __func__,
5150 tbl, tbl->slots, tbl->max_slots);
5151out:
5152 dprintk("<-- %s: return %d\n", __func__, ret);
5153 return ret;
Andy Adamsonfc931582009-04-01 09:22:31 -04005154}
5155
Ricardo Labiaga050047c2009-04-01 09:23:32 -04005156/*
Andy Adamsonaacd5532011-11-09 13:58:21 -05005157 * Initialize or reset the forechannel and backchannel tables
Ricardo Labiaga050047c2009-04-01 09:23:32 -04005158 */
Andy Adamsonaacd5532011-11-09 13:58:21 -05005159static int nfs4_setup_session_slot_tables(struct nfs4_session *ses)
Ricardo Labiaga050047c2009-04-01 09:23:32 -04005160{
Trond Myklebustf26468f2009-12-05 19:32:11 -05005161 struct nfs4_slot_table *tbl;
Andy Adamsonaacd5532011-11-09 13:58:21 -05005162 int status;
Ricardo Labiaga050047c2009-04-01 09:23:32 -04005163
Andy Adamsonaacd5532011-11-09 13:58:21 -05005164 dprintk("--> %s\n", __func__);
5165 /* Fore channel */
5166 tbl = &ses->fc_slot_table;
Trond Myklebustf26468f2009-12-05 19:32:11 -05005167 if (tbl->slots == NULL) {
Andy Adamsonaacd5532011-11-09 13:58:21 -05005168 status = nfs4_init_slot_table(tbl, ses->fc_attrs.max_reqs, 1);
5169 if (status) /* -ENOMEM */
5170 return status;
5171 } else {
5172 status = nfs4_reset_slot_table(tbl, ses->fc_attrs.max_reqs, 1);
Trond Myklebustf26468f2009-12-05 19:32:11 -05005173 if (status)
5174 return status;
5175 }
Andy Adamsonaacd5532011-11-09 13:58:21 -05005176 /* Back channel */
5177 tbl = &ses->bc_slot_table;
Trond Myklebustf26468f2009-12-05 19:32:11 -05005178 if (tbl->slots == NULL) {
Andy Adamsonaacd5532011-11-09 13:58:21 -05005179 status = nfs4_init_slot_table(tbl, ses->bc_attrs.max_reqs, 0);
Trond Myklebustf26468f2009-12-05 19:32:11 -05005180 if (status)
Andy Adamsonaacd5532011-11-09 13:58:21 -05005181 /* Fore and back channel share a connection so get
5182 * both slot tables or neither */
5183 nfs4_destroy_slot_tables(ses);
5184 } else
5185 status = nfs4_reset_slot_table(tbl, ses->bc_attrs.max_reqs, 0);
Ricardo Labiagaf8625a62009-04-01 09:23:33 -04005186 return status;
Andy Adamson557134a2009-04-01 09:21:53 -04005187}
5188
5189struct nfs4_session *nfs4_alloc_session(struct nfs_client *clp)
5190{
5191 struct nfs4_session *session;
5192 struct nfs4_slot_table *tbl;
5193
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005194 session = kzalloc(sizeof(struct nfs4_session), GFP_NOFS);
Andy Adamson557134a2009-04-01 09:21:53 -04005195 if (!session)
5196 return NULL;
Andy Adamson76db6d92009-04-01 09:22:38 -04005197
Andy Adamson557134a2009-04-01 09:21:53 -04005198 tbl = &session->fc_slot_table;
Trond Myklebust45d43c22012-02-06 19:38:51 -05005199 tbl->highest_used_slotid = NFS4_NO_SLOT;
Andy Adamson557134a2009-04-01 09:21:53 -04005200 spin_lock_init(&tbl->slot_tbl_lock);
Alexandros Batsakis689cf5c2009-12-14 21:27:56 -08005201 rpc_init_priority_wait_queue(&tbl->slot_tbl_waitq, "ForeChannel Slot table");
Andy Adamson42acd022011-01-06 02:04:34 +00005202 init_completion(&tbl->complete);
Ricardo Labiagaf8625a62009-04-01 09:23:33 -04005203
5204 tbl = &session->bc_slot_table;
Trond Myklebust45d43c22012-02-06 19:38:51 -05005205 tbl->highest_used_slotid = NFS4_NO_SLOT;
Ricardo Labiagaf8625a62009-04-01 09:23:33 -04005206 spin_lock_init(&tbl->slot_tbl_lock);
5207 rpc_init_wait_queue(&tbl->slot_tbl_waitq, "BackChannel Slot table");
Andy Adamson42acd022011-01-06 02:04:34 +00005208 init_completion(&tbl->complete);
Ricardo Labiagaf8625a62009-04-01 09:23:33 -04005209
Trond Myklebust1055d762010-06-16 09:52:27 -04005210 session->session_state = 1<<NFS4_SESSION_INITING;
5211
Andy Adamson557134a2009-04-01 09:21:53 -04005212 session->clp = clp;
5213 return session;
5214}
5215
5216void nfs4_destroy_session(struct nfs4_session *session)
5217{
Andy Adamson5a0ffe52009-04-01 09:23:18 -04005218 nfs4_proc_destroy_session(session);
5219 dprintk("%s Destroy backchannel for xprt %p\n",
5220 __func__, session->clp->cl_rpcclient->cl_xprt);
5221 xprt_destroy_backchannel(session->clp->cl_rpcclient->cl_xprt,
5222 NFS41_BC_MIN_CALLBACKS);
Ricardo Labiagaf8625a62009-04-01 09:23:33 -04005223 nfs4_destroy_slot_tables(session);
Andy Adamson557134a2009-04-01 09:21:53 -04005224 kfree(session);
5225}
5226
Andy Adamsonfc931582009-04-01 09:22:31 -04005227/*
5228 * Initialize the values to be used by the client in CREATE_SESSION
5229 * If nfs4_init_session set the fore channel request and response sizes,
5230 * use them.
5231 *
5232 * Set the back channel max_resp_sz_cached to zero to force the client to
5233 * always set csa_cachethis to FALSE because the current implementation
5234 * of the back channel DRC only supports caching the CB_SEQUENCE operation.
5235 */
5236static void nfs4_init_channel_attrs(struct nfs41_create_session_args *args)
5237{
5238 struct nfs4_session *session = args->client->cl_session;
5239 unsigned int mxrqst_sz = session->fc_attrs.max_rqst_sz,
5240 mxresp_sz = session->fc_attrs.max_resp_sz;
5241
5242 if (mxrqst_sz == 0)
5243 mxrqst_sz = NFS_MAX_FILE_IO_SIZE;
5244 if (mxresp_sz == 0)
5245 mxresp_sz = NFS_MAX_FILE_IO_SIZE;
5246 /* Fore channel attributes */
Andy Adamsonfc931582009-04-01 09:22:31 -04005247 args->fc_attrs.max_rqst_sz = mxrqst_sz;
5248 args->fc_attrs.max_resp_sz = mxresp_sz;
Andy Adamsonfc931582009-04-01 09:22:31 -04005249 args->fc_attrs.max_ops = NFS4_MAX_OPS;
Trond Myklebustef159e92012-02-06 19:50:40 -05005250 args->fc_attrs.max_reqs = max_session_slots;
Andy Adamsonfc931582009-04-01 09:22:31 -04005251
5252 dprintk("%s: Fore Channel : max_rqst_sz=%u max_resp_sz=%u "
Mike Sager8e0d46e2009-12-17 12:06:26 -05005253 "max_ops=%u max_reqs=%u\n",
Andy Adamsonfc931582009-04-01 09:22:31 -04005254 __func__,
5255 args->fc_attrs.max_rqst_sz, args->fc_attrs.max_resp_sz,
Mike Sager8e0d46e2009-12-17 12:06:26 -05005256 args->fc_attrs.max_ops, args->fc_attrs.max_reqs);
Andy Adamsonfc931582009-04-01 09:22:31 -04005257
5258 /* Back channel attributes */
Andy Adamsonfc931582009-04-01 09:22:31 -04005259 args->bc_attrs.max_rqst_sz = PAGE_SIZE;
5260 args->bc_attrs.max_resp_sz = PAGE_SIZE;
5261 args->bc_attrs.max_resp_sz_cached = 0;
5262 args->bc_attrs.max_ops = NFS4_MAX_BACK_CHANNEL_OPS;
5263 args->bc_attrs.max_reqs = 1;
5264
5265 dprintk("%s: Back Channel : max_rqst_sz=%u max_resp_sz=%u "
5266 "max_resp_sz_cached=%u max_ops=%u max_reqs=%u\n",
5267 __func__,
5268 args->bc_attrs.max_rqst_sz, args->bc_attrs.max_resp_sz,
5269 args->bc_attrs.max_resp_sz_cached, args->bc_attrs.max_ops,
5270 args->bc_attrs.max_reqs);
5271}
5272
J. Bruce Fields43c2e882010-10-02 15:19:01 -04005273static int nfs4_verify_fore_channel_attrs(struct nfs41_create_session_args *args, struct nfs4_session *session)
Andy Adamson8d353012009-04-01 09:22:32 -04005274{
J. Bruce Fields43c2e882010-10-02 15:19:01 -04005275 struct nfs4_channel_attrs *sent = &args->fc_attrs;
5276 struct nfs4_channel_attrs *rcvd = &session->fc_attrs;
5277
J. Bruce Fields43c2e882010-10-02 15:19:01 -04005278 if (rcvd->max_resp_sz > sent->max_resp_sz)
5279 return -EINVAL;
5280 /*
5281 * Our requested max_ops is the minimum we need; we're not
5282 * prepared to break up compounds into smaller pieces than that.
5283 * So, no point even trying to continue if the server won't
5284 * cooperate:
5285 */
5286 if (rcvd->max_ops < sent->max_ops)
5287 return -EINVAL;
5288 if (rcvd->max_reqs == 0)
5289 return -EINVAL;
5290 return 0;
Andy Adamson8d353012009-04-01 09:22:32 -04005291}
5292
J. Bruce Fields43c2e882010-10-02 15:19:01 -04005293static int nfs4_verify_back_channel_attrs(struct nfs41_create_session_args *args, struct nfs4_session *session)
5294{
5295 struct nfs4_channel_attrs *sent = &args->bc_attrs;
5296 struct nfs4_channel_attrs *rcvd = &session->bc_attrs;
Andy Adamson8d353012009-04-01 09:22:32 -04005297
J. Bruce Fields43c2e882010-10-02 15:19:01 -04005298 if (rcvd->max_rqst_sz > sent->max_rqst_sz)
5299 return -EINVAL;
5300 if (rcvd->max_resp_sz < sent->max_resp_sz)
5301 return -EINVAL;
5302 if (rcvd->max_resp_sz_cached > sent->max_resp_sz_cached)
5303 return -EINVAL;
5304 /* These would render the backchannel useless: */
5305 if (rcvd->max_ops == 0)
5306 return -EINVAL;
5307 if (rcvd->max_reqs == 0)
5308 return -EINVAL;
5309 return 0;
5310}
Andy Adamson8d353012009-04-01 09:22:32 -04005311
Andy Adamson8d353012009-04-01 09:22:32 -04005312static int nfs4_verify_channel_attrs(struct nfs41_create_session_args *args,
5313 struct nfs4_session *session)
5314{
J. Bruce Fields43c2e882010-10-02 15:19:01 -04005315 int ret;
Andy Adamson8d353012009-04-01 09:22:32 -04005316
J. Bruce Fields43c2e882010-10-02 15:19:01 -04005317 ret = nfs4_verify_fore_channel_attrs(args, session);
5318 if (ret)
5319 return ret;
5320 return nfs4_verify_back_channel_attrs(args, session);
Andy Adamson8d353012009-04-01 09:22:32 -04005321}
5322
Andy Adamsonfc931582009-04-01 09:22:31 -04005323static int _nfs4_proc_create_session(struct nfs_client *clp)
5324{
5325 struct nfs4_session *session = clp->cl_session;
5326 struct nfs41_create_session_args args = {
5327 .client = clp,
5328 .cb_program = NFS4_CALLBACK,
5329 };
5330 struct nfs41_create_session_res res = {
5331 .client = clp,
5332 };
5333 struct rpc_message msg = {
5334 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE_SESSION],
5335 .rpc_argp = &args,
5336 .rpc_resp = &res,
5337 };
5338 int status;
5339
5340 nfs4_init_channel_attrs(&args);
Andy Adamson0f914212009-04-01 09:23:16 -04005341 args.flags = (SESSION4_PERSIST | SESSION4_BACK_CHAN);
Andy Adamsonfc931582009-04-01 09:22:31 -04005342
Trond Myklebust1bd714f2011-04-24 14:29:33 -04005343 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Andy Adamsonfc931582009-04-01 09:22:31 -04005344
Andy Adamson8d353012009-04-01 09:22:32 -04005345 if (!status)
5346 /* Verify the session's negotiated channel_attrs values */
5347 status = nfs4_verify_channel_attrs(&args, session);
Andy Adamsonfc931582009-04-01 09:22:31 -04005348 if (!status) {
5349 /* Increment the clientid slot sequence id */
5350 clp->cl_seqid++;
5351 }
5352
5353 return status;
5354}
5355
5356/*
5357 * Issues a CREATE_SESSION operation to the server.
5358 * It is the responsibility of the caller to verify the session is
5359 * expired before calling this routine.
5360 */
Trond Myklebustf26468f2009-12-05 19:32:11 -05005361int nfs4_proc_create_session(struct nfs_client *clp)
Andy Adamsonfc931582009-04-01 09:22:31 -04005362{
5363 int status;
5364 unsigned *ptr;
Andy Adamsonfc931582009-04-01 09:22:31 -04005365 struct nfs4_session *session = clp->cl_session;
5366
5367 dprintk("--> %s clp=%p session=%p\n", __func__, clp, session);
5368
Trond Myklebustfd954ae2011-04-24 14:28:18 -04005369 status = _nfs4_proc_create_session(clp);
Andy Adamsonfc931582009-04-01 09:22:31 -04005370 if (status)
5371 goto out;
5372
Andy Adamsonaacd5532011-11-09 13:58:21 -05005373 /* Init or reset the session slot tables */
5374 status = nfs4_setup_session_slot_tables(session);
5375 dprintk("slot table setup returned %d\n", status);
Andy Adamsonfc931582009-04-01 09:22:31 -04005376 if (status)
5377 goto out;
5378
5379 ptr = (unsigned *)&session->sess_id.data[0];
5380 dprintk("%s client>seqid %d sessionid %u:%u:%u:%u\n", __func__,
5381 clp->cl_seqid, ptr[0], ptr[1], ptr[2], ptr[3]);
Andy Adamsonfc931582009-04-01 09:22:31 -04005382out:
5383 dprintk("<-- %s\n", __func__);
5384 return status;
5385}
5386
Andy Adamson0f3e66c2009-04-01 09:22:34 -04005387/*
5388 * Issue the over-the-wire RPC DESTROY_SESSION.
5389 * The caller must serialize access to this routine.
5390 */
5391int nfs4_proc_destroy_session(struct nfs4_session *session)
5392{
5393 int status = 0;
5394 struct rpc_message msg;
5395
5396 dprintk("--> nfs4_proc_destroy_session\n");
5397
5398 /* session is still being setup */
5399 if (session->clp->cl_cons_state != NFS_CS_READY)
5400 return status;
5401
5402 msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DESTROY_SESSION];
5403 msg.rpc_argp = session;
5404 msg.rpc_resp = NULL;
5405 msg.rpc_cred = NULL;
Trond Myklebust1bd714f2011-04-24 14:29:33 -04005406 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT);
Andy Adamson0f3e66c2009-04-01 09:22:34 -04005407
5408 if (status)
5409 printk(KERN_WARNING
Weston Andros Adamsonf9fd2d92012-01-26 13:32:22 -05005410 "NFS: Got error %d from the server on DESTROY_SESSION. "
Andy Adamson0f3e66c2009-04-01 09:22:34 -04005411 "Session has been destroyed regardless...\n", status);
5412
5413 dprintk("<-- nfs4_proc_destroy_session\n");
5414 return status;
5415}
5416
Trond Myklebustfccba802009-07-21 16:48:07 -04005417int nfs4_init_session(struct nfs_server *server)
5418{
5419 struct nfs_client *clp = server->nfs_client;
Alexandros Batsakis2449ea22009-12-05 13:36:55 -05005420 struct nfs4_session *session;
Andy Adamson68bf05e2009-12-15 12:55:02 -05005421 unsigned int rsize, wsize;
Trond Myklebustfccba802009-07-21 16:48:07 -04005422 int ret;
5423
5424 if (!nfs4_has_session(clp))
5425 return 0;
5426
Trond Myklebust1055d762010-06-16 09:52:27 -04005427 session = clp->cl_session;
5428 if (!test_and_clear_bit(NFS4_SESSION_INITING, &session->session_state))
5429 return 0;
5430
Andy Adamson68bf05e2009-12-15 12:55:02 -05005431 rsize = server->rsize;
5432 if (rsize == 0)
5433 rsize = NFS_MAX_FILE_IO_SIZE;
5434 wsize = server->wsize;
5435 if (wsize == 0)
5436 wsize = NFS_MAX_FILE_IO_SIZE;
5437
Andy Adamson68bf05e2009-12-15 12:55:02 -05005438 session->fc_attrs.max_rqst_sz = wsize + nfs41_maxwrite_overhead;
5439 session->fc_attrs.max_resp_sz = rsize + nfs41_maxread_overhead;
Alexandros Batsakis2449ea22009-12-05 13:36:55 -05005440
Trond Myklebustfccba802009-07-21 16:48:07 -04005441 ret = nfs4_recover_expired_lease(server);
5442 if (!ret)
5443 ret = nfs4_check_client_ready(clp);
5444 return ret;
5445}
5446
Andy Adamsond83217c2011-03-01 01:34:17 +00005447int nfs4_init_ds_session(struct nfs_client *clp)
5448{
5449 struct nfs4_session *session = clp->cl_session;
5450 int ret;
5451
5452 if (!test_and_clear_bit(NFS4_SESSION_INITING, &session->session_state))
5453 return 0;
5454
5455 ret = nfs4_client_recover_expired_lease(clp);
5456 if (!ret)
5457 /* Test for the DS role */
5458 if (!is_ds_client(clp))
5459 ret = -ENODEV;
5460 if (!ret)
5461 ret = nfs4_check_client_ready(clp);
5462 return ret;
5463
5464}
5465EXPORT_SYMBOL_GPL(nfs4_init_ds_session);
5466
5467
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005468/*
5469 * Renew the cl_session lease.
5470 */
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04005471struct nfs4_sequence_data {
5472 struct nfs_client *clp;
5473 struct nfs4_sequence_args args;
5474 struct nfs4_sequence_res res;
5475};
5476
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08005477static void nfs41_sequence_release(void *data)
5478{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04005479 struct nfs4_sequence_data *calldata = data;
5480 struct nfs_client *clp = calldata->clp;
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08005481
Alexandros Batsakis71358402010-02-05 03:45:05 -08005482 if (atomic_read(&clp->cl_count) > 1)
5483 nfs4_schedule_state_renewal(clp);
5484 nfs_put_client(clp);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04005485 kfree(calldata);
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08005486}
5487
Trond Myklebustaa5190d2010-06-16 09:52:25 -04005488static int nfs41_sequence_handle_errors(struct rpc_task *task, struct nfs_client *clp)
5489{
5490 switch(task->tk_status) {
5491 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04005492 rpc_delay(task, NFS4_POLL_RETRY_MAX);
5493 return -EAGAIN;
5494 default:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05005495 nfs4_schedule_lease_recovery(clp);
Trond Myklebustaa5190d2010-06-16 09:52:25 -04005496 }
5497 return 0;
5498}
5499
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08005500static void nfs41_sequence_call_done(struct rpc_task *task, void *data)
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005501{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04005502 struct nfs4_sequence_data *calldata = data;
5503 struct nfs_client *clp = calldata->clp;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005504
Trond Myklebust14516c32010-07-31 14:29:06 -04005505 if (!nfs41_sequence_done(task, task->tk_msg.rpc_resp))
5506 return;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005507
5508 if (task->tk_status < 0) {
5509 dprintk("%s ERROR %d\n", __func__, task->tk_status);
Alexandros Batsakis71358402010-02-05 03:45:05 -08005510 if (atomic_read(&clp->cl_count) == 1)
5511 goto out;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005512
Trond Myklebustaa5190d2010-06-16 09:52:25 -04005513 if (nfs41_sequence_handle_errors(task, clp) == -EAGAIN) {
5514 rpc_restart_call_prepare(task);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005515 return;
5516 }
5517 }
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005518 dprintk("%s rpc_cred %p\n", __func__, task->tk_msg.rpc_cred);
Alexandros Batsakis71358402010-02-05 03:45:05 -08005519out:
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005520 dprintk("<-- %s\n", __func__);
5521}
5522
5523static void nfs41_sequence_prepare(struct rpc_task *task, void *data)
5524{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04005525 struct nfs4_sequence_data *calldata = data;
5526 struct nfs_client *clp = calldata->clp;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005527 struct nfs4_sequence_args *args;
5528 struct nfs4_sequence_res *res;
5529
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005530 args = task->tk_msg.rpc_argp;
5531 res = task->tk_msg.rpc_resp;
5532
Trond Myklebust9d12b212012-01-17 22:04:25 -05005533 if (nfs41_setup_sequence(clp->cl_session, args, res, task))
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005534 return;
5535 rpc_call_start(task);
5536}
5537
5538static const struct rpc_call_ops nfs41_sequence_ops = {
5539 .rpc_call_done = nfs41_sequence_call_done,
5540 .rpc_call_prepare = nfs41_sequence_prepare,
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08005541 .rpc_release = nfs41_sequence_release,
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005542};
5543
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005544static struct rpc_task *_nfs41_proc_sequence(struct nfs_client *clp, struct rpc_cred *cred)
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005545{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04005546 struct nfs4_sequence_data *calldata;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005547 struct rpc_message msg = {
5548 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SEQUENCE],
5549 .rpc_cred = cred,
5550 };
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005551 struct rpc_task_setup task_setup_data = {
5552 .rpc_client = clp->cl_rpcclient,
5553 .rpc_message = &msg,
5554 .callback_ops = &nfs41_sequence_ops,
5555 .flags = RPC_TASK_ASYNC | RPC_TASK_SOFT,
5556 };
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005557
Alexandros Batsakis71358402010-02-05 03:45:05 -08005558 if (!atomic_inc_not_zero(&clp->cl_count))
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005559 return ERR_PTR(-EIO);
Benny Halevydfb4f3092010-09-24 09:17:01 -04005560 calldata = kzalloc(sizeof(*calldata), GFP_NOFS);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04005561 if (calldata == NULL) {
Alexandros Batsakis71358402010-02-05 03:45:05 -08005562 nfs_put_client(clp);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005563 return ERR_PTR(-ENOMEM);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005564 }
Trond Myklebust9d12b212012-01-17 22:04:25 -05005565 nfs41_init_sequence(&calldata->args, &calldata->res, 0);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04005566 msg.rpc_argp = &calldata->args;
5567 msg.rpc_resp = &calldata->res;
5568 calldata->clp = clp;
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005569 task_setup_data.callback_data = calldata;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005570
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005571 return rpc_run_task(&task_setup_data);
5572}
5573
Trond Myklebust2f60ea62011-08-24 15:07:37 -04005574static int nfs41_proc_async_sequence(struct nfs_client *clp, struct rpc_cred *cred, unsigned renew_flags)
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005575{
5576 struct rpc_task *task;
5577 int ret = 0;
5578
Trond Myklebust2f60ea62011-08-24 15:07:37 -04005579 if ((renew_flags & NFS4_RENEW_TIMEOUT) == 0)
5580 return 0;
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005581 task = _nfs41_proc_sequence(clp, cred);
5582 if (IS_ERR(task))
5583 ret = PTR_ERR(task);
5584 else
Trond Myklebustbf294b42011-02-21 11:05:41 -08005585 rpc_put_task_async(task);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005586 dprintk("<-- %s status=%d\n", __func__, ret);
5587 return ret;
5588}
5589
5590static int nfs4_proc_sequence(struct nfs_client *clp, struct rpc_cred *cred)
5591{
5592 struct rpc_task *task;
5593 int ret;
5594
5595 task = _nfs41_proc_sequence(clp, cred);
5596 if (IS_ERR(task)) {
5597 ret = PTR_ERR(task);
5598 goto out;
5599 }
5600 ret = rpc_wait_for_completion_task(task);
Trond Myklebustb4410c22011-03-09 16:00:55 -05005601 if (!ret) {
5602 struct nfs4_sequence_res *res = task->tk_msg.rpc_resp;
5603
5604 if (task->tk_status == 0)
5605 nfs41_handle_sequence_flag_errors(clp, res->sr_status_flags);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005606 ret = task->tk_status;
Trond Myklebustb4410c22011-03-09 16:00:55 -05005607 }
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005608 rpc_put_task(task);
5609out:
5610 dprintk("<-- %s status=%d\n", __func__, ret);
5611 return ret;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005612}
5613
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005614struct nfs4_reclaim_complete_data {
5615 struct nfs_client *clp;
5616 struct nfs41_reclaim_complete_args arg;
5617 struct nfs41_reclaim_complete_res res;
5618};
5619
5620static void nfs4_reclaim_complete_prepare(struct rpc_task *task, void *data)
5621{
5622 struct nfs4_reclaim_complete_data *calldata = data;
5623
Alexandros Batsakisb2579572009-12-14 21:27:57 -08005624 rpc_task_set_priority(task, RPC_PRIORITY_PRIVILEGED);
Trond Myklebust035168a2010-06-16 09:52:26 -04005625 if (nfs41_setup_sequence(calldata->clp->cl_session,
5626 &calldata->arg.seq_args,
Trond Myklebust9d12b212012-01-17 22:04:25 -05005627 &calldata->res.seq_res, task))
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005628 return;
5629
5630 rpc_call_start(task);
5631}
5632
Trond Myklebustaa5190d2010-06-16 09:52:25 -04005633static int nfs41_reclaim_complete_handle_errors(struct rpc_task *task, struct nfs_client *clp)
5634{
5635 switch(task->tk_status) {
5636 case 0:
5637 case -NFS4ERR_COMPLETE_ALREADY:
5638 case -NFS4ERR_WRONG_CRED: /* What to do here? */
5639 break;
5640 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04005641 rpc_delay(task, NFS4_POLL_RETRY_MAX);
Andy Adamsona8a4ae32011-05-03 13:43:03 -04005642 /* fall through */
5643 case -NFS4ERR_RETRY_UNCACHED_REP:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04005644 return -EAGAIN;
5645 default:
Trond Myklebust0400a6b2011-03-09 16:00:53 -05005646 nfs4_schedule_lease_recovery(clp);
Trond Myklebustaa5190d2010-06-16 09:52:25 -04005647 }
5648 return 0;
5649}
5650
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005651static void nfs4_reclaim_complete_done(struct rpc_task *task, void *data)
5652{
5653 struct nfs4_reclaim_complete_data *calldata = data;
5654 struct nfs_client *clp = calldata->clp;
5655 struct nfs4_sequence_res *res = &calldata->res.seq_res;
5656
5657 dprintk("--> %s\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04005658 if (!nfs41_sequence_done(task, res))
5659 return;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005660
Trond Myklebustaa5190d2010-06-16 09:52:25 -04005661 if (nfs41_reclaim_complete_handle_errors(task, clp) == -EAGAIN) {
5662 rpc_restart_call_prepare(task);
5663 return;
5664 }
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005665 dprintk("<-- %s\n", __func__);
5666}
5667
5668static void nfs4_free_reclaim_complete_data(void *data)
5669{
5670 struct nfs4_reclaim_complete_data *calldata = data;
5671
5672 kfree(calldata);
5673}
5674
5675static const struct rpc_call_ops nfs4_reclaim_complete_call_ops = {
5676 .rpc_call_prepare = nfs4_reclaim_complete_prepare,
5677 .rpc_call_done = nfs4_reclaim_complete_done,
5678 .rpc_release = nfs4_free_reclaim_complete_data,
5679};
5680
5681/*
5682 * Issue a global reclaim complete.
5683 */
5684static int nfs41_proc_reclaim_complete(struct nfs_client *clp)
5685{
5686 struct nfs4_reclaim_complete_data *calldata;
5687 struct rpc_task *task;
5688 struct rpc_message msg = {
5689 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RECLAIM_COMPLETE],
5690 };
5691 struct rpc_task_setup task_setup_data = {
5692 .rpc_client = clp->cl_rpcclient,
5693 .rpc_message = &msg,
5694 .callback_ops = &nfs4_reclaim_complete_call_ops,
5695 .flags = RPC_TASK_ASYNC,
5696 };
5697 int status = -ENOMEM;
5698
5699 dprintk("--> %s\n", __func__);
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005700 calldata = kzalloc(sizeof(*calldata), GFP_NOFS);
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005701 if (calldata == NULL)
5702 goto out;
5703 calldata->clp = clp;
5704 calldata->arg.one_fs = 0;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005705
Trond Myklebust9d12b212012-01-17 22:04:25 -05005706 nfs41_init_sequence(&calldata->arg.seq_args, &calldata->res.seq_res, 0);
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005707 msg.rpc_argp = &calldata->arg;
5708 msg.rpc_resp = &calldata->res;
5709 task_setup_data.callback_data = calldata;
5710 task = rpc_run_task(&task_setup_data);
Dan Carpenteracf82b82010-04-22 11:28:39 +02005711 if (IS_ERR(task)) {
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005712 status = PTR_ERR(task);
Dan Carpenteracf82b82010-04-22 11:28:39 +02005713 goto out;
5714 }
Andy Adamsonc34c32e2011-03-09 13:13:46 -05005715 status = nfs4_wait_for_completion_rpc_task(task);
5716 if (status == 0)
5717 status = task->tk_status;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005718 rpc_put_task(task);
Dan Carpenteracf82b82010-04-22 11:28:39 +02005719 return 0;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005720out:
5721 dprintk("<-- %s status=%d\n", __func__, status);
5722 return status;
5723}
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005724
5725static void
5726nfs4_layoutget_prepare(struct rpc_task *task, void *calldata)
5727{
5728 struct nfs4_layoutget *lgp = calldata;
Fred Isamanc31663d2011-01-06 11:36:24 +00005729 struct nfs_server *server = NFS_SERVER(lgp->args.inode);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005730
5731 dprintk("--> %s\n", __func__);
Fred Isamanc31663d2011-01-06 11:36:24 +00005732 /* Note the is a race here, where a CB_LAYOUTRECALL can come in
5733 * right now covering the LAYOUTGET we are about to send.
5734 * However, that is not so catastrophic, and there seems
5735 * to be no way to prevent it completely.
5736 */
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005737 if (nfs4_setup_sequence(server, &lgp->args.seq_args,
Trond Myklebust9d12b212012-01-17 22:04:25 -05005738 &lgp->res.seq_res, task))
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005739 return;
Fred Isamancf7d63f2011-01-06 11:36:25 +00005740 if (pnfs_choose_layoutget_stateid(&lgp->args.stateid,
5741 NFS_I(lgp->args.inode)->layout,
5742 lgp->args.ctx->state)) {
5743 rpc_exit(task, NFS4_OK);
5744 return;
5745 }
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005746 rpc_call_start(task);
5747}
5748
5749static void nfs4_layoutget_done(struct rpc_task *task, void *calldata)
5750{
5751 struct nfs4_layoutget *lgp = calldata;
5752 struct nfs_server *server = NFS_SERVER(lgp->args.inode);
5753
5754 dprintk("--> %s\n", __func__);
5755
5756 if (!nfs4_sequence_done(task, &lgp->res.seq_res))
5757 return;
5758
5759 switch (task->tk_status) {
5760 case 0:
5761 break;
5762 case -NFS4ERR_LAYOUTTRYLATER:
5763 case -NFS4ERR_RECALLCONFLICT:
5764 task->tk_status = -NFS4ERR_DELAY;
5765 /* Fall through */
5766 default:
5767 if (nfs4_async_handle_error(task, server, NULL) == -EAGAIN) {
5768 rpc_restart_call_prepare(task);
5769 return;
5770 }
5771 }
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005772 dprintk("<-- %s\n", __func__);
5773}
5774
5775static void nfs4_layoutget_release(void *calldata)
5776{
5777 struct nfs4_layoutget *lgp = calldata;
5778
5779 dprintk("--> %s\n", __func__);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005780 put_nfs_open_context(lgp->args.ctx);
5781 kfree(calldata);
5782 dprintk("<-- %s\n", __func__);
5783}
5784
5785static const struct rpc_call_ops nfs4_layoutget_call_ops = {
5786 .rpc_call_prepare = nfs4_layoutget_prepare,
5787 .rpc_call_done = nfs4_layoutget_done,
5788 .rpc_release = nfs4_layoutget_release,
5789};
5790
5791int nfs4_proc_layoutget(struct nfs4_layoutget *lgp)
5792{
5793 struct nfs_server *server = NFS_SERVER(lgp->args.inode);
5794 struct rpc_task *task;
5795 struct rpc_message msg = {
5796 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTGET],
5797 .rpc_argp = &lgp->args,
5798 .rpc_resp = &lgp->res,
5799 };
5800 struct rpc_task_setup task_setup_data = {
5801 .rpc_client = server->client,
5802 .rpc_message = &msg,
5803 .callback_ops = &nfs4_layoutget_call_ops,
5804 .callback_data = lgp,
5805 .flags = RPC_TASK_ASYNC,
5806 };
5807 int status = 0;
5808
5809 dprintk("--> %s\n", __func__);
5810
Weston Andros Adamson35124a02011-03-24 16:48:21 -04005811 lgp->res.layoutp = &lgp->args.layout;
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005812 lgp->res.seq_res.sr_slot = NULL;
Trond Myklebust9d12b212012-01-17 22:04:25 -05005813 nfs41_init_sequence(&lgp->args.seq_args, &lgp->res.seq_res, 0);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005814 task = rpc_run_task(&task_setup_data);
5815 if (IS_ERR(task))
5816 return PTR_ERR(task);
5817 status = nfs4_wait_for_completion_rpc_task(task);
Fred Isamanc31663d2011-01-06 11:36:24 +00005818 if (status == 0)
5819 status = task->tk_status;
5820 if (status == 0)
5821 status = pnfs_layout_process(lgp);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005822 rpc_put_task(task);
5823 dprintk("<-- %s status=%d\n", __func__, status);
5824 return status;
5825}
5826
Benny Halevycbe82602011-05-22 19:52:37 +03005827static void
5828nfs4_layoutreturn_prepare(struct rpc_task *task, void *calldata)
5829{
5830 struct nfs4_layoutreturn *lrp = calldata;
5831
5832 dprintk("--> %s\n", __func__);
5833 if (nfs41_setup_sequence(lrp->clp->cl_session, &lrp->args.seq_args,
Trond Myklebust9d12b212012-01-17 22:04:25 -05005834 &lrp->res.seq_res, task))
Benny Halevycbe82602011-05-22 19:52:37 +03005835 return;
5836 rpc_call_start(task);
5837}
5838
5839static void nfs4_layoutreturn_done(struct rpc_task *task, void *calldata)
5840{
5841 struct nfs4_layoutreturn *lrp = calldata;
5842 struct nfs_server *server;
Trond Myklebusta56aaa02011-06-15 11:59:10 -04005843 struct pnfs_layout_hdr *lo = lrp->args.layout;
Benny Halevycbe82602011-05-22 19:52:37 +03005844
5845 dprintk("--> %s\n", __func__);
5846
5847 if (!nfs4_sequence_done(task, &lrp->res.seq_res))
5848 return;
5849
5850 server = NFS_SERVER(lrp->args.inode);
5851 if (nfs4_async_handle_error(task, server, NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07005852 rpc_restart_call_prepare(task);
Benny Halevycbe82602011-05-22 19:52:37 +03005853 return;
5854 }
Fred Isamana2e1d4f2011-06-13 18:54:53 -04005855 spin_lock(&lo->plh_inode->i_lock);
Benny Halevycbe82602011-05-22 19:52:37 +03005856 if (task->tk_status == 0) {
Benny Halevycbe82602011-05-22 19:52:37 +03005857 if (lrp->res.lrs_present) {
Benny Halevycbe82602011-05-22 19:52:37 +03005858 pnfs_set_layout_stateid(lo, &lrp->res.stateid, true);
Benny Halevycbe82602011-05-22 19:52:37 +03005859 } else
5860 BUG_ON(!list_empty(&lo->plh_segs));
5861 }
Fred Isamana2e1d4f2011-06-13 18:54:53 -04005862 lo->plh_block_lgets--;
5863 spin_unlock(&lo->plh_inode->i_lock);
Benny Halevycbe82602011-05-22 19:52:37 +03005864 dprintk("<-- %s\n", __func__);
5865}
5866
5867static void nfs4_layoutreturn_release(void *calldata)
5868{
5869 struct nfs4_layoutreturn *lrp = calldata;
5870
5871 dprintk("--> %s\n", __func__);
Trond Myklebusta56aaa02011-06-15 11:59:10 -04005872 put_layout_hdr(lrp->args.layout);
Benny Halevycbe82602011-05-22 19:52:37 +03005873 kfree(calldata);
5874 dprintk("<-- %s\n", __func__);
5875}
5876
5877static const struct rpc_call_ops nfs4_layoutreturn_call_ops = {
5878 .rpc_call_prepare = nfs4_layoutreturn_prepare,
5879 .rpc_call_done = nfs4_layoutreturn_done,
5880 .rpc_release = nfs4_layoutreturn_release,
5881};
5882
5883int nfs4_proc_layoutreturn(struct nfs4_layoutreturn *lrp)
5884{
5885 struct rpc_task *task;
5886 struct rpc_message msg = {
5887 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTRETURN],
5888 .rpc_argp = &lrp->args,
5889 .rpc_resp = &lrp->res,
5890 };
5891 struct rpc_task_setup task_setup_data = {
5892 .rpc_client = lrp->clp->cl_rpcclient,
5893 .rpc_message = &msg,
5894 .callback_ops = &nfs4_layoutreturn_call_ops,
5895 .callback_data = lrp,
5896 };
5897 int status;
5898
5899 dprintk("--> %s\n", __func__);
Trond Myklebust9d12b212012-01-17 22:04:25 -05005900 nfs41_init_sequence(&lrp->args.seq_args, &lrp->res.seq_res, 1);
Benny Halevycbe82602011-05-22 19:52:37 +03005901 task = rpc_run_task(&task_setup_data);
5902 if (IS_ERR(task))
5903 return PTR_ERR(task);
5904 status = task->tk_status;
5905 dprintk("<-- %s status=%d\n", __func__, status);
5906 rpc_put_task(task);
5907 return status;
5908}
5909
Andy Adamson7f11d8d2011-07-30 20:52:35 -04005910/*
5911 * Retrieve the list of Data Server devices from the MDS.
5912 */
5913static int _nfs4_getdevicelist(struct nfs_server *server,
5914 const struct nfs_fh *fh,
5915 struct pnfs_devicelist *devlist)
5916{
5917 struct nfs4_getdevicelist_args args = {
5918 .fh = fh,
5919 .layoutclass = server->pnfs_curr_ld->id,
5920 };
5921 struct nfs4_getdevicelist_res res = {
5922 .devlist = devlist,
5923 };
5924 struct rpc_message msg = {
5925 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETDEVICELIST],
5926 .rpc_argp = &args,
5927 .rpc_resp = &res,
5928 };
5929 int status;
5930
5931 dprintk("--> %s\n", __func__);
5932 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args,
5933 &res.seq_res, 0);
5934 dprintk("<-- %s status=%d\n", __func__, status);
5935 return status;
5936}
5937
5938int nfs4_proc_getdevicelist(struct nfs_server *server,
5939 const struct nfs_fh *fh,
5940 struct pnfs_devicelist *devlist)
5941{
5942 struct nfs4_exception exception = { };
5943 int err;
5944
5945 do {
5946 err = nfs4_handle_exception(server,
5947 _nfs4_getdevicelist(server, fh, devlist),
5948 &exception);
5949 } while (exception.retry);
5950
5951 dprintk("%s: err=%d, num_devs=%u\n", __func__,
5952 err, devlist->num_devs);
5953
5954 return err;
5955}
5956EXPORT_SYMBOL_GPL(nfs4_proc_getdevicelist);
5957
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005958static int
5959_nfs4_proc_getdeviceinfo(struct nfs_server *server, struct pnfs_device *pdev)
5960{
5961 struct nfs4_getdeviceinfo_args args = {
5962 .pdev = pdev,
5963 };
5964 struct nfs4_getdeviceinfo_res res = {
5965 .pdev = pdev,
5966 };
5967 struct rpc_message msg = {
5968 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETDEVICEINFO],
5969 .rpc_argp = &args,
5970 .rpc_resp = &res,
5971 };
5972 int status;
5973
5974 dprintk("--> %s\n", __func__);
Bryan Schumaker7c513052011-03-24 17:12:24 +00005975 status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005976 dprintk("<-- %s status=%d\n", __func__, status);
5977
5978 return status;
5979}
5980
5981int nfs4_proc_getdeviceinfo(struct nfs_server *server, struct pnfs_device *pdev)
5982{
5983 struct nfs4_exception exception = { };
5984 int err;
5985
5986 do {
5987 err = nfs4_handle_exception(server,
5988 _nfs4_proc_getdeviceinfo(server, pdev),
5989 &exception);
5990 } while (exception.retry);
5991 return err;
5992}
5993EXPORT_SYMBOL_GPL(nfs4_proc_getdeviceinfo);
5994
Andy Adamson863a3c62011-03-23 13:27:54 +00005995static void nfs4_layoutcommit_prepare(struct rpc_task *task, void *calldata)
5996{
5997 struct nfs4_layoutcommit_data *data = calldata;
5998 struct nfs_server *server = NFS_SERVER(data->args.inode);
5999
6000 if (nfs4_setup_sequence(server, &data->args.seq_args,
Trond Myklebust9d12b212012-01-17 22:04:25 -05006001 &data->res.seq_res, task))
Andy Adamson863a3c62011-03-23 13:27:54 +00006002 return;
6003 rpc_call_start(task);
6004}
6005
6006static void
6007nfs4_layoutcommit_done(struct rpc_task *task, void *calldata)
6008{
6009 struct nfs4_layoutcommit_data *data = calldata;
6010 struct nfs_server *server = NFS_SERVER(data->args.inode);
6011
6012 if (!nfs4_sequence_done(task, &data->res.seq_res))
6013 return;
6014
6015 switch (task->tk_status) { /* Just ignore these failures */
6016 case NFS4ERR_DELEG_REVOKED: /* layout was recalled */
6017 case NFS4ERR_BADIOMODE: /* no IOMODE_RW layout for range */
6018 case NFS4ERR_BADLAYOUT: /* no layout */
6019 case NFS4ERR_GRACE: /* loca_recalim always false */
6020 task->tk_status = 0;
6021 }
6022
6023 if (nfs4_async_handle_error(task, server, NULL) == -EAGAIN) {
Trond Myklebustd00c5d42011-10-19 12:17:29 -07006024 rpc_restart_call_prepare(task);
Andy Adamson863a3c62011-03-23 13:27:54 +00006025 return;
6026 }
6027
6028 if (task->tk_status == 0)
6029 nfs_post_op_update_inode_force_wcc(data->args.inode,
6030 data->res.fattr);
6031}
6032
6033static void nfs4_layoutcommit_release(void *calldata)
6034{
6035 struct nfs4_layoutcommit_data *data = calldata;
Peng Taoa9bae562011-07-30 20:52:33 -04006036 struct pnfs_layout_segment *lseg, *tmp;
Peng Tao92407e72011-10-23 20:21:17 -07006037 unsigned long *bitlock = &NFS_I(data->args.inode)->flags;
Andy Adamson863a3c62011-03-23 13:27:54 +00006038
Andy Adamsondb29c082011-07-30 20:52:38 -04006039 pnfs_cleanup_layoutcommit(data);
Andy Adamson863a3c62011-03-23 13:27:54 +00006040 /* Matched by references in pnfs_set_layoutcommit */
Peng Taoa9bae562011-07-30 20:52:33 -04006041 list_for_each_entry_safe(lseg, tmp, &data->lseg_list, pls_lc_list) {
6042 list_del_init(&lseg->pls_lc_list);
6043 if (test_and_clear_bit(NFS_LSEG_LAYOUTCOMMIT,
6044 &lseg->pls_flags))
6045 put_lseg(lseg);
6046 }
Peng Tao92407e72011-10-23 20:21:17 -07006047
6048 clear_bit_unlock(NFS_INO_LAYOUTCOMMITTING, bitlock);
6049 smp_mb__after_clear_bit();
6050 wake_up_bit(bitlock, NFS_INO_LAYOUTCOMMITTING);
6051
Andy Adamson863a3c62011-03-23 13:27:54 +00006052 put_rpccred(data->cred);
6053 kfree(data);
6054}
6055
6056static const struct rpc_call_ops nfs4_layoutcommit_ops = {
6057 .rpc_call_prepare = nfs4_layoutcommit_prepare,
6058 .rpc_call_done = nfs4_layoutcommit_done,
6059 .rpc_release = nfs4_layoutcommit_release,
6060};
6061
6062int
Andy Adamsonef311532011-03-12 02:58:10 -05006063nfs4_proc_layoutcommit(struct nfs4_layoutcommit_data *data, bool sync)
Andy Adamson863a3c62011-03-23 13:27:54 +00006064{
6065 struct rpc_message msg = {
6066 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTCOMMIT],
6067 .rpc_argp = &data->args,
6068 .rpc_resp = &data->res,
6069 .rpc_cred = data->cred,
6070 };
6071 struct rpc_task_setup task_setup_data = {
6072 .task = &data->task,
6073 .rpc_client = NFS_CLIENT(data->args.inode),
6074 .rpc_message = &msg,
6075 .callback_ops = &nfs4_layoutcommit_ops,
6076 .callback_data = data,
6077 .flags = RPC_TASK_ASYNC,
6078 };
6079 struct rpc_task *task;
6080 int status = 0;
6081
6082 dprintk("NFS: %4d initiating layoutcommit call. sync %d "
6083 "lbw: %llu inode %lu\n",
6084 data->task.tk_pid, sync,
6085 data->args.lastbytewritten,
6086 data->args.inode->i_ino);
6087
Trond Myklebust9d12b212012-01-17 22:04:25 -05006088 nfs41_init_sequence(&data->args.seq_args, &data->res.seq_res, 1);
Andy Adamson863a3c62011-03-23 13:27:54 +00006089 task = rpc_run_task(&task_setup_data);
6090 if (IS_ERR(task))
6091 return PTR_ERR(task);
Andy Adamsonef311532011-03-12 02:58:10 -05006092 if (sync == false)
Andy Adamson863a3c62011-03-23 13:27:54 +00006093 goto out;
6094 status = nfs4_wait_for_completion_rpc_task(task);
6095 if (status != 0)
6096 goto out;
6097 status = task->tk_status;
6098out:
6099 dprintk("%s: status %d\n", __func__, status);
6100 rpc_put_task(task);
6101 return status;
6102}
Bryan Schumakerfca78d62011-06-02 14:59:07 -04006103
6104static int
6105_nfs41_proc_secinfo_no_name(struct nfs_server *server, struct nfs_fh *fhandle,
6106 struct nfs_fsinfo *info, struct nfs4_secinfo_flavors *flavors)
6107{
6108 struct nfs41_secinfo_no_name_args args = {
6109 .style = SECINFO_STYLE_CURRENT_FH,
6110 };
6111 struct nfs4_secinfo_res res = {
6112 .flavors = flavors,
6113 };
6114 struct rpc_message msg = {
6115 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SECINFO_NO_NAME],
6116 .rpc_argp = &args,
6117 .rpc_resp = &res,
6118 };
6119 return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0);
6120}
6121
6122static int
6123nfs41_proc_secinfo_no_name(struct nfs_server *server, struct nfs_fh *fhandle,
6124 struct nfs_fsinfo *info, struct nfs4_secinfo_flavors *flavors)
6125{
6126 struct nfs4_exception exception = { };
6127 int err;
6128 do {
6129 err = _nfs41_proc_secinfo_no_name(server, fhandle, info, flavors);
6130 switch (err) {
6131 case 0:
6132 case -NFS4ERR_WRONGSEC:
6133 case -NFS4ERR_NOTSUPP:
6134 break;
6135 default:
6136 err = nfs4_handle_exception(server, err, &exception);
6137 }
6138 } while (exception.retry);
6139 return err;
6140}
6141
6142static int
6143nfs41_find_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
6144 struct nfs_fsinfo *info)
6145{
6146 int err;
6147 struct page *page;
6148 rpc_authflavor_t flavor;
6149 struct nfs4_secinfo_flavors *flavors;
6150
6151 page = alloc_page(GFP_KERNEL);
6152 if (!page) {
6153 err = -ENOMEM;
6154 goto out;
6155 }
6156
6157 flavors = page_address(page);
6158 err = nfs41_proc_secinfo_no_name(server, fhandle, info, flavors);
6159
6160 /*
6161 * Fall back on "guess and check" method if
6162 * the server doesn't support SECINFO_NO_NAME
6163 */
6164 if (err == -NFS4ERR_WRONGSEC || err == -NFS4ERR_NOTSUPP) {
6165 err = nfs4_find_root_sec(server, fhandle, info);
6166 goto out_freepage;
6167 }
6168 if (err)
6169 goto out_freepage;
6170
6171 flavor = nfs_find_best_sec(flavors);
6172 if (err == 0)
6173 err = nfs4_lookup_root_sec(server, fhandle, info, flavor);
6174
6175out_freepage:
6176 put_page(page);
6177 if (err == -EACCES)
6178 return -EPERM;
6179out:
6180 return err;
6181}
Bryan Schumaker1cab0652012-01-31 10:39:29 -05006182
6183static int _nfs41_test_stateid(struct nfs_server *server, nfs4_stateid *stateid)
Bryan Schumaker7d974792011-06-02 14:59:08 -04006184{
Bryan Schumaker1cab0652012-01-31 10:39:29 -05006185 int status;
Bryan Schumaker7d974792011-06-02 14:59:08 -04006186 struct nfs41_test_stateid_args args = {
Bryan Schumaker1cab0652012-01-31 10:39:29 -05006187 .stateid = stateid,
Bryan Schumaker7d974792011-06-02 14:59:08 -04006188 };
6189 struct nfs41_test_stateid_res res;
6190 struct rpc_message msg = {
6191 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_TEST_STATEID],
6192 .rpc_argp = &args,
6193 .rpc_resp = &res,
6194 };
Bryan Schumaker1cab0652012-01-31 10:39:29 -05006195
Trond Myklebust9d12b212012-01-17 22:04:25 -05006196 nfs41_init_sequence(&args.seq_args, &res.seq_res, 0);
Bryan Schumaker1cab0652012-01-31 10:39:29 -05006197 status = nfs4_call_sync_sequence(server->client, server, &msg, &args.seq_args, &res.seq_res, 1);
6198
6199 if (status == NFS_OK)
6200 return res.status;
6201 return status;
Bryan Schumaker7d974792011-06-02 14:59:08 -04006202}
6203
Bryan Schumaker1cab0652012-01-31 10:39:29 -05006204static int nfs41_test_stateid(struct nfs_server *server, nfs4_stateid *stateid)
Bryan Schumaker7d974792011-06-02 14:59:08 -04006205{
6206 struct nfs4_exception exception = { };
6207 int err;
6208 do {
6209 err = nfs4_handle_exception(server,
Bryan Schumaker1cab0652012-01-31 10:39:29 -05006210 _nfs41_test_stateid(server, stateid),
Bryan Schumaker7d974792011-06-02 14:59:08 -04006211 &exception);
6212 } while (exception.retry);
6213 return err;
6214}
Bryan Schumaker9aeda352011-06-02 14:59:09 -04006215
Bryan Schumaker1cab0652012-01-31 10:39:29 -05006216static int _nfs4_free_stateid(struct nfs_server *server, nfs4_stateid *stateid)
Bryan Schumaker9aeda352011-06-02 14:59:09 -04006217{
Bryan Schumaker9aeda352011-06-02 14:59:09 -04006218 struct nfs41_free_stateid_args args = {
Bryan Schumaker1cab0652012-01-31 10:39:29 -05006219 .stateid = stateid,
Bryan Schumaker9aeda352011-06-02 14:59:09 -04006220 };
6221 struct nfs41_free_stateid_res res;
6222 struct rpc_message msg = {
6223 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FREE_STATEID],
6224 .rpc_argp = &args,
6225 .rpc_resp = &res,
6226 };
6227
Trond Myklebust9d12b212012-01-17 22:04:25 -05006228 nfs41_init_sequence(&args.seq_args, &res.seq_res, 0);
6229 return nfs4_call_sync_sequence(server->client, server, &msg, &args.seq_args, &res.seq_res, 1);
Bryan Schumaker9aeda352011-06-02 14:59:09 -04006230}
6231
Bryan Schumaker1cab0652012-01-31 10:39:29 -05006232static int nfs41_free_stateid(struct nfs_server *server, nfs4_stateid *stateid)
Bryan Schumaker9aeda352011-06-02 14:59:09 -04006233{
6234 struct nfs4_exception exception = { };
6235 int err;
6236 do {
6237 err = nfs4_handle_exception(server,
Bryan Schumaker1cab0652012-01-31 10:39:29 -05006238 _nfs4_free_stateid(server, stateid),
Bryan Schumaker9aeda352011-06-02 14:59:09 -04006239 &exception);
6240 } while (exception.retry);
6241 return err;
6242}
Andy Adamson557134a2009-04-01 09:21:53 -04006243#endif /* CONFIG_NFS_V4_1 */
6244
Andy Adamson591d71c2009-04-01 09:22:47 -04006245struct nfs4_state_recovery_ops nfs40_reboot_recovery_ops = {
Trond Myklebust7eff03a2008-12-23 15:21:43 -05006246 .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT,
Trond Myklebustb79a4a12008-12-23 15:21:41 -05006247 .state_flag_bit = NFS_STATE_RECLAIM_REBOOT,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006248 .recover_open = nfs4_open_reclaim,
6249 .recover_lock = nfs4_lock_reclaim,
Andy Adamson591d71c2009-04-01 09:22:47 -04006250 .establish_clid = nfs4_init_clientid,
Andy Adamson90a16612009-04-01 09:22:48 -04006251 .get_clid_cred = nfs4_get_setclientid_cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006252};
6253
Andy Adamson591d71c2009-04-01 09:22:47 -04006254#if defined(CONFIG_NFS_V4_1)
6255struct nfs4_state_recovery_ops nfs41_reboot_recovery_ops = {
6256 .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT,
6257 .state_flag_bit = NFS_STATE_RECLAIM_REBOOT,
6258 .recover_open = nfs4_open_reclaim,
6259 .recover_lock = nfs4_lock_reclaim,
Andy Adamson4d643d12009-12-04 15:52:24 -05006260 .establish_clid = nfs41_init_clientid,
Andy Adamsonb4b82602009-04-01 09:22:49 -04006261 .get_clid_cred = nfs4_get_exchange_id_cred,
Ricardo Labiagafce5c832009-12-05 16:08:41 -05006262 .reclaim_complete = nfs41_proc_reclaim_complete,
Andy Adamson591d71c2009-04-01 09:22:47 -04006263};
6264#endif /* CONFIG_NFS_V4_1 */
6265
6266struct nfs4_state_recovery_ops nfs40_nograce_recovery_ops = {
Trond Myklebust7eff03a2008-12-23 15:21:43 -05006267 .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE,
Trond Myklebustb79a4a12008-12-23 15:21:41 -05006268 .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006269 .recover_open = nfs4_open_expired,
6270 .recover_lock = nfs4_lock_expired,
Andy Adamson591d71c2009-04-01 09:22:47 -04006271 .establish_clid = nfs4_init_clientid,
Andy Adamson90a16612009-04-01 09:22:48 -04006272 .get_clid_cred = nfs4_get_setclientid_cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006273};
6274
Andy Adamson591d71c2009-04-01 09:22:47 -04006275#if defined(CONFIG_NFS_V4_1)
6276struct nfs4_state_recovery_ops nfs41_nograce_recovery_ops = {
6277 .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE,
6278 .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE,
Bryan Schumakerf062eb62011-06-02 14:59:10 -04006279 .recover_open = nfs41_open_expired,
6280 .recover_lock = nfs41_lock_expired,
Andy Adamson4d643d12009-12-04 15:52:24 -05006281 .establish_clid = nfs41_init_clientid,
Andy Adamsonb4b82602009-04-01 09:22:49 -04006282 .get_clid_cred = nfs4_get_exchange_id_cred,
Andy Adamson591d71c2009-04-01 09:22:47 -04006283};
6284#endif /* CONFIG_NFS_V4_1 */
6285
Benny Halevy29fba382009-04-01 09:22:44 -04006286struct nfs4_state_maintenance_ops nfs40_state_renewal_ops = {
6287 .sched_state_renewal = nfs4_proc_async_renew,
Andy Adamsona7b72102009-04-01 09:22:46 -04006288 .get_state_renewal_cred_locked = nfs4_get_renew_cred_locked,
Benny Halevy8e69514f2009-04-01 09:22:45 -04006289 .renew_lease = nfs4_proc_renew,
Benny Halevy29fba382009-04-01 09:22:44 -04006290};
6291
6292#if defined(CONFIG_NFS_V4_1)
6293struct nfs4_state_maintenance_ops nfs41_state_renewal_ops = {
6294 .sched_state_renewal = nfs41_proc_async_sequence,
Andy Adamsona7b72102009-04-01 09:22:46 -04006295 .get_state_renewal_cred_locked = nfs4_get_machine_cred_locked,
Benny Halevy8e69514f2009-04-01 09:22:45 -04006296 .renew_lease = nfs4_proc_sequence,
Benny Halevy29fba382009-04-01 09:22:44 -04006297};
6298#endif
6299
Trond Myklebust97dc1352010-06-16 09:52:26 -04006300static const struct nfs4_minor_version_ops nfs_v4_0_minor_ops = {
6301 .minor_version = 0,
6302 .call_sync = _nfs4_call_sync,
Trond Myklebuste047a102010-06-16 09:52:27 -04006303 .validate_stateid = nfs4_validate_delegation_stateid,
Bryan Schumakerfca78d62011-06-02 14:59:07 -04006304 .find_root_sec = nfs4_find_root_sec,
Trond Myklebustc48f4f32010-06-16 09:52:27 -04006305 .reboot_recovery_ops = &nfs40_reboot_recovery_ops,
6306 .nograce_recovery_ops = &nfs40_nograce_recovery_ops,
6307 .state_renewal_ops = &nfs40_state_renewal_ops,
Trond Myklebust97dc1352010-06-16 09:52:26 -04006308};
6309
6310#if defined(CONFIG_NFS_V4_1)
6311static const struct nfs4_minor_version_ops nfs_v4_1_minor_ops = {
6312 .minor_version = 1,
6313 .call_sync = _nfs4_call_sync_session,
Trond Myklebuste047a102010-06-16 09:52:27 -04006314 .validate_stateid = nfs41_validate_delegation_stateid,
Bryan Schumakerfca78d62011-06-02 14:59:07 -04006315 .find_root_sec = nfs41_find_root_sec,
Trond Myklebustc48f4f32010-06-16 09:52:27 -04006316 .reboot_recovery_ops = &nfs41_reboot_recovery_ops,
6317 .nograce_recovery_ops = &nfs41_nograce_recovery_ops,
6318 .state_renewal_ops = &nfs41_state_renewal_ops,
Trond Myklebust97dc1352010-06-16 09:52:26 -04006319};
6320#endif
6321
Trond Myklebust97dc1352010-06-16 09:52:26 -04006322const struct nfs4_minor_version_ops *nfs_v4_minor_ops[] = {
6323 [0] = &nfs_v4_0_minor_ops,
6324#if defined(CONFIG_NFS_V4_1)
6325 [1] = &nfs_v4_1_minor_ops,
6326#endif
6327};
6328
Arjan van de Ven92e1d5b2007-02-12 00:55:39 -08006329static const struct inode_operations nfs4_file_inode_operations = {
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006330 .permission = nfs_permission,
6331 .getattr = nfs_getattr,
6332 .setattr = nfs_setattr,
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006333 .getxattr = generic_getxattr,
6334 .setxattr = generic_setxattr,
6335 .listxattr = generic_listxattr,
6336 .removexattr = generic_removexattr,
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006337};
6338
David Howells509de812006-08-22 20:06:11 -04006339const struct nfs_rpc_ops nfs_v4_clientops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07006340 .version = 4, /* protocol version */
6341 .dentry_ops = &nfs4_dentry_operations,
6342 .dir_inode_ops = &nfs4_dir_inode_operations,
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00006343 .file_inode_ops = &nfs4_file_inode_operations,
Jeff Layton1788ea62011-11-04 13:31:21 -04006344 .file_ops = &nfs4_file_operations,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006345 .getroot = nfs4_proc_get_root,
6346 .getattr = nfs4_proc_getattr,
6347 .setattr = nfs4_proc_setattr,
6348 .lookup = nfs4_proc_lookup,
6349 .access = nfs4_proc_access,
6350 .readlink = nfs4_proc_readlink,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006351 .create = nfs4_proc_create,
6352 .remove = nfs4_proc_remove,
6353 .unlink_setup = nfs4_proc_unlink_setup,
6354 .unlink_done = nfs4_proc_unlink_done,
6355 .rename = nfs4_proc_rename,
Jeff Laytond3d41522010-09-17 17:31:57 -04006356 .rename_setup = nfs4_proc_rename_setup,
6357 .rename_done = nfs4_proc_rename_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006358 .link = nfs4_proc_link,
6359 .symlink = nfs4_proc_symlink,
6360 .mkdir = nfs4_proc_mkdir,
6361 .rmdir = nfs4_proc_remove,
6362 .readdir = nfs4_proc_readdir,
6363 .mknod = nfs4_proc_mknod,
6364 .statfs = nfs4_proc_statfs,
6365 .fsinfo = nfs4_proc_fsinfo,
6366 .pathconf = nfs4_proc_pathconf,
David Howellse9326dc2006-08-22 20:06:10 -04006367 .set_capabilities = nfs4_server_capabilities,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006368 .decode_dirent = nfs4_decode_dirent,
6369 .read_setup = nfs4_proc_read_setup,
Trond Myklebustec06c092006-03-20 13:44:27 -05006370 .read_done = nfs4_read_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006371 .write_setup = nfs4_proc_write_setup,
Trond Myklebust788e7a82006-03-20 13:44:27 -05006372 .write_done = nfs4_write_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006373 .commit_setup = nfs4_proc_commit_setup,
Trond Myklebust788e7a82006-03-20 13:44:27 -05006374 .commit_done = nfs4_commit_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006375 .lock = nfs4_proc_lock,
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00006376 .clear_acl_cache = nfs4_zap_acl_attr,
Trond Myklebust7fe5c392009-03-19 15:35:50 -04006377 .close_context = nfs4_close_context,
Trond Myklebust2b484292010-09-17 10:56:51 -04006378 .open_context = nfs4_atomic_open,
Andy Adamson45a52a02011-03-01 01:34:08 +00006379 .init_client = nfs4_init_client,
Bryan Schumaker5a5ea0d2011-03-24 17:12:29 +00006380 .secinfo = nfs4_proc_secinfo,
Linus Torvalds1da177e2005-04-16 15:20:36 -07006381};
6382
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00006383static const struct xattr_handler nfs4_xattr_nfs4_acl_handler = {
6384 .prefix = XATTR_NAME_NFSV4_ACL,
6385 .list = nfs4_xattr_list_nfs4_acl,
6386 .get = nfs4_xattr_get_nfs4_acl,
6387 .set = nfs4_xattr_set_nfs4_acl,
6388};
6389
6390const struct xattr_handler *nfs4_xattr_handlers[] = {
6391 &nfs4_xattr_nfs4_acl_handler,
6392 NULL
6393};
6394
Trond Myklebustef159e92012-02-06 19:50:40 -05006395module_param(max_session_slots, ushort, 0644);
6396MODULE_PARM_DESC(max_session_slots, "Maximum number of outstanding NFSv4.1 "
6397 "requests the client will negotiate");
6398
Linus Torvalds1da177e2005-04-16 15:20:36 -07006399/*
6400 * Local variables:
6401 * c-basic-offset: 8
6402 * End:
6403 */