blob: 0a13ae720dd0625c64fef969934e665ad453e47c [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>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090042#include <linux/slab.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070043#include <linux/sunrpc/clnt.h>
44#include <linux/nfs.h>
45#include <linux/nfs4.h>
46#include <linux/nfs_fs.h>
47#include <linux/nfs_page.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070048#include <linux/namei.h>
Trond Myklebust02a913a2005-10-18 14:20:17 -070049#include <linux/mount.h>
Benny Halevy99fe60d2009-04-01 09:22:29 -040050#include <linux/module.h>
Andy Adamson5a0ffe52009-04-01 09:23:18 -040051#include <linux/sunrpc/bc_xprt.h>
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +000052#include <linux/xattr.h>
Andy Adamsonc7a360b2011-01-25 19:15:32 -050053#include <linux/utsname.h>
Neil Hormane9e3d722011-03-04 19:26:03 -050054#include <linux/mm.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070055
Trond Myklebust4ce79712005-06-22 17:16:21 +000056#include "nfs4_fs.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070057#include "delegation.h"
Trond Myklebust101070c2008-02-19 20:04:23 -050058#include "internal.h"
Chuck Lever006ea732006-03-20 13:44:14 -050059#include "iostat.h"
Andy Adamsonfc931582009-04-01 09:22:31 -040060#include "callback.h"
Andy Adamsonb1f69b72010-10-20 00:18:03 -040061#include "pnfs.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070062
63#define NFSDBG_FACILITY NFSDBG_PROC
64
Trond Myklebust2066fe82006-09-15 08:30:46 -040065#define NFS4_POLL_RETRY_MIN (HZ/10)
Linus Torvalds1da177e2005-04-16 15:20:36 -070066#define NFS4_POLL_RETRY_MAX (15*HZ)
67
Trond Myklebusta78cb572009-08-09 15:06:19 -040068#define NFS4_MAX_LOOP_ON_RECOVER (10)
69
Trond Myklebustcdd4e682006-01-03 09:55:12 +010070struct nfs4_opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +010071static int _nfs4_proc_open(struct nfs4_opendata *data);
Alexandros Batsakisb2579572009-12-14 21:27:57 -080072static int _nfs4_recover_proc_open(struct nfs4_opendata *data);
Linus Torvalds1da177e2005-04-16 15:20:36 -070073static int nfs4_do_fsinfo(struct nfs_server *, struct nfs_fh *, struct nfs_fsinfo *);
Trond Myklebust9e33bed2008-12-23 15:21:46 -050074static int nfs4_async_handle_error(struct rpc_task *, const struct nfs_server *, struct nfs4_state *);
Trond Myklebust99367812007-07-17 21:52:41 -040075static int _nfs4_proc_lookup(struct inode *dir, const struct qstr *name, struct nfs_fh *fhandle, struct nfs_fattr *fattr);
76static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr);
Trond Myklebust0ab64e02010-04-16 16:22:51 -040077static int nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
78 struct nfs_fattr *fattr, struct iattr *sattr,
79 struct nfs4_state *state);
Linus Torvalds1da177e2005-04-16 15:20:36 -070080
Linus Torvalds1da177e2005-04-16 15:20:36 -070081/* Prevent leaks of NFSv4 errors into userland */
WANG Cong46f72f52008-12-30 16:35:55 -050082static int nfs4_map_errors(int err)
Linus Torvalds1da177e2005-04-16 15:20:36 -070083{
Trond Myklebust52567b02009-10-23 14:46:42 -040084 if (err >= -1000)
85 return err;
86 switch (err) {
87 case -NFS4ERR_RESOURCE:
88 return -EREMOTEIO;
89 default:
Linus Torvalds1da177e2005-04-16 15:20:36 -070090 dprintk("%s could not handle NFSv4 error %d\n",
Harvey Harrison3110ff82008-05-02 13:42:44 -070091 __func__, -err);
Trond Myklebust52567b02009-10-23 14:46:42 -040092 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -070093 }
Trond Myklebust52567b02009-10-23 14:46:42 -040094 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -070095}
96
97/*
98 * This is our standard bitmap for GETATTR requests.
99 */
100const u32 nfs4_fattr_bitmap[2] = {
101 FATTR4_WORD0_TYPE
102 | FATTR4_WORD0_CHANGE
103 | FATTR4_WORD0_SIZE
104 | FATTR4_WORD0_FSID
105 | FATTR4_WORD0_FILEID,
106 FATTR4_WORD1_MODE
107 | FATTR4_WORD1_NUMLINKS
108 | FATTR4_WORD1_OWNER
109 | FATTR4_WORD1_OWNER_GROUP
110 | FATTR4_WORD1_RAWDEV
111 | FATTR4_WORD1_SPACE_USED
112 | FATTR4_WORD1_TIME_ACCESS
113 | FATTR4_WORD1_TIME_METADATA
114 | FATTR4_WORD1_TIME_MODIFY
115};
116
117const u32 nfs4_statfs_bitmap[2] = {
118 FATTR4_WORD0_FILES_AVAIL
119 | FATTR4_WORD0_FILES_FREE
120 | FATTR4_WORD0_FILES_TOTAL,
121 FATTR4_WORD1_SPACE_AVAIL
122 | FATTR4_WORD1_SPACE_FREE
123 | FATTR4_WORD1_SPACE_TOTAL
124};
125
Trond Myklebust4ce79712005-06-22 17:16:21 +0000126const u32 nfs4_pathconf_bitmap[2] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700127 FATTR4_WORD0_MAXLINK
128 | FATTR4_WORD0_MAXNAME,
129 0
130};
131
132const u32 nfs4_fsinfo_bitmap[2] = { FATTR4_WORD0_MAXFILESIZE
133 | FATTR4_WORD0_MAXREAD
134 | FATTR4_WORD0_MAXWRITE
135 | FATTR4_WORD0_LEASE_TIME,
Ricardo Labiaga55b6e772010-10-12 16:30:06 -0700136 FATTR4_WORD1_TIME_DELTA
Andy Adamson504913f2010-10-20 00:17:57 -0400137 | FATTR4_WORD1_FS_LAYOUT_TYPES
Linus Torvalds1da177e2005-04-16 15:20:36 -0700138};
139
Manoj Naik830b8e32006-06-09 09:34:25 -0400140const u32 nfs4_fs_locations_bitmap[2] = {
141 FATTR4_WORD0_TYPE
142 | FATTR4_WORD0_CHANGE
143 | FATTR4_WORD0_SIZE
144 | FATTR4_WORD0_FSID
145 | FATTR4_WORD0_FILEID
146 | FATTR4_WORD0_FS_LOCATIONS,
147 FATTR4_WORD1_MODE
148 | FATTR4_WORD1_NUMLINKS
149 | FATTR4_WORD1_OWNER
150 | FATTR4_WORD1_OWNER_GROUP
151 | FATTR4_WORD1_RAWDEV
152 | FATTR4_WORD1_SPACE_USED
153 | FATTR4_WORD1_TIME_ACCESS
154 | FATTR4_WORD1_TIME_METADATA
155 | FATTR4_WORD1_TIME_MODIFY
156 | FATTR4_WORD1_MOUNTED_ON_FILEID
157};
158
Al Virobc4785c2006-10-19 23:28:51 -0700159static void nfs4_setup_readdir(u64 cookie, __be32 *verifier, struct dentry *dentry,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700160 struct nfs4_readdir_arg *readdir)
161{
Al Viro0dbb4c62006-10-19 23:28:49 -0700162 __be32 *start, *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700163
164 BUG_ON(readdir->count < 80);
165 if (cookie > 2) {
Adrian Bunkb7ef1952005-06-22 17:16:28 +0000166 readdir->cookie = cookie;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700167 memcpy(&readdir->verifier, verifier, sizeof(readdir->verifier));
168 return;
169 }
170
171 readdir->cookie = 0;
172 memset(&readdir->verifier, 0, sizeof(readdir->verifier));
173 if (cookie == 2)
174 return;
175
176 /*
177 * NFSv4 servers do not return entries for '.' and '..'
178 * Therefore, we fake these entries here. We let '.'
179 * have cookie 0 and '..' have cookie 1. Note that
180 * when talking to the server, we always send cookie 0
181 * instead of 1 or 2.
182 */
Al Viro0dbb4c62006-10-19 23:28:49 -0700183 start = p = kmap_atomic(*readdir->pages, KM_USER0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700184
185 if (cookie == 0) {
186 *p++ = xdr_one; /* next */
187 *p++ = xdr_zero; /* cookie, first word */
188 *p++ = xdr_one; /* cookie, second word */
189 *p++ = xdr_one; /* entry len */
190 memcpy(p, ".\0\0\0", 4); /* entry */
191 p++;
192 *p++ = xdr_one; /* bitmap length */
193 *p++ = htonl(FATTR4_WORD0_FILEID); /* bitmap */
194 *p++ = htonl(8); /* attribute buffer length */
Peter Staubach4e769b92007-08-03 15:07:10 -0400195 p = xdr_encode_hyper(p, NFS_FILEID(dentry->d_inode));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700196 }
197
198 *p++ = xdr_one; /* next */
199 *p++ = xdr_zero; /* cookie, first word */
200 *p++ = xdr_two; /* cookie, second word */
201 *p++ = xdr_two; /* entry len */
202 memcpy(p, "..\0\0", 4); /* entry */
203 p++;
204 *p++ = xdr_one; /* bitmap length */
205 *p++ = htonl(FATTR4_WORD0_FILEID); /* bitmap */
206 *p++ = htonl(8); /* attribute buffer length */
Peter Staubach4e769b92007-08-03 15:07:10 -0400207 p = xdr_encode_hyper(p, NFS_FILEID(dentry->d_parent->d_inode));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700208
209 readdir->pgbase = (char *)p - (char *)start;
210 readdir->count -= readdir->pgbase;
211 kunmap_atomic(start, KM_USER0);
212}
213
Trond Myklebust65de8722008-12-23 15:21:44 -0500214static int nfs4_wait_clnt_recover(struct nfs_client *clp)
215{
216 int res;
217
218 might_sleep();
219
Trond Myklebuste005e802008-12-23 15:21:48 -0500220 res = wait_on_bit(&clp->cl_state, NFS4CLNT_MANAGER_RUNNING,
Trond Myklebust72cb77f2009-03-11 14:10:30 -0400221 nfs_wait_bit_killable, TASK_KILLABLE);
Trond Myklebust65de8722008-12-23 15:21:44 -0500222 return res;
223}
224
225static int nfs4_delay(struct rpc_clnt *clnt, long *timeout)
226{
227 int res = 0;
228
229 might_sleep();
230
231 if (*timeout <= 0)
232 *timeout = NFS4_POLL_RETRY_MIN;
233 if (*timeout > NFS4_POLL_RETRY_MAX)
234 *timeout = NFS4_POLL_RETRY_MAX;
235 schedule_timeout_killable(*timeout);
236 if (fatal_signal_pending(current))
237 res = -ERESTARTSYS;
238 *timeout <<= 1;
239 return res;
240}
241
242/* This is the error handling routine for processes that are allowed
243 * to sleep.
244 */
245static int nfs4_handle_exception(const struct nfs_server *server, int errorcode, struct nfs4_exception *exception)
246{
247 struct nfs_client *clp = server->nfs_client;
Trond Myklebust9e33bed2008-12-23 15:21:46 -0500248 struct nfs4_state *state = exception->state;
Trond Myklebust65de8722008-12-23 15:21:44 -0500249 int ret = errorcode;
250
251 exception->retry = 0;
252 switch(errorcode) {
253 case 0:
254 return 0;
Trond Myklebust9e33bed2008-12-23 15:21:46 -0500255 case -NFS4ERR_ADMIN_REVOKED:
256 case -NFS4ERR_BAD_STATEID:
257 case -NFS4ERR_OPENMODE:
258 if (state == NULL)
259 break;
260 nfs4_state_mark_reclaim_nograce(clp, state);
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -0500261 goto do_state_recovery;
Trond Myklebust65de8722008-12-23 15:21:44 -0500262 case -NFS4ERR_STALE_STATEID:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -0500263 case -NFS4ERR_STALE_CLIENTID:
Trond Myklebust65de8722008-12-23 15:21:44 -0500264 case -NFS4ERR_EXPIRED:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -0500265 goto do_state_recovery;
Trond Myklebust03391692010-01-26 15:42:38 -0500266#if defined(CONFIG_NFS_V4_1)
Andy Adamson4745e312009-04-01 09:22:42 -0400267 case -NFS4ERR_BADSESSION:
268 case -NFS4ERR_BADSLOT:
269 case -NFS4ERR_BAD_HIGH_SLOT:
270 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
271 case -NFS4ERR_DEADSESSION:
272 case -NFS4ERR_SEQ_FALSE_RETRY:
273 case -NFS4ERR_SEQ_MISORDERED:
274 dprintk("%s ERROR: %d Reset session\n", __func__,
275 errorcode);
Andy Adamson0b9e2d42009-12-04 16:02:14 -0500276 nfs4_schedule_state_recovery(clp);
Andy Adamson4745e312009-04-01 09:22:42 -0400277 exception->retry = 1;
Andy Adamsonb9179232009-12-04 15:55:32 -0500278 break;
Trond Myklebust03391692010-01-26 15:42:38 -0500279#endif /* defined(CONFIG_NFS_V4_1) */
Trond Myklebust65de8722008-12-23 15:21:44 -0500280 case -NFS4ERR_FILE_OPEN:
NeilBrown44ed3552009-12-03 15:58:56 -0500281 if (exception->timeout > HZ) {
282 /* We have retried a decent amount, time to
283 * fail
284 */
285 ret = -EBUSY;
286 break;
287 }
Trond Myklebust65de8722008-12-23 15:21:44 -0500288 case -NFS4ERR_GRACE:
289 case -NFS4ERR_DELAY:
Jeff Layton2c643482010-01-07 09:42:03 -0500290 case -EKEYEXPIRED:
Trond Myklebust65de8722008-12-23 15:21:44 -0500291 ret = nfs4_delay(server->client, &exception->timeout);
292 if (ret != 0)
293 break;
294 case -NFS4ERR_OLD_STATEID:
295 exception->retry = 1;
296 }
297 /* We failed to handle the error */
298 return nfs4_map_errors(ret);
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -0500299do_state_recovery:
300 nfs4_schedule_state_recovery(clp);
301 ret = nfs4_wait_clnt_recover(clp);
302 if (ret == 0)
303 exception->retry = 1;
304 return ret;
Trond Myklebust65de8722008-12-23 15:21:44 -0500305}
306
307
Trond Myklebust452e9352010-07-31 14:29:06 -0400308static void do_renew_lease(struct nfs_client *clp, unsigned long timestamp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700309{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700310 spin_lock(&clp->cl_lock);
311 if (time_before(clp->cl_last_renewal,timestamp))
312 clp->cl_last_renewal = timestamp;
313 spin_unlock(&clp->cl_lock);
314}
315
Trond Myklebust452e9352010-07-31 14:29:06 -0400316static void renew_lease(const struct nfs_server *server, unsigned long timestamp)
317{
318 do_renew_lease(server->nfs_client, timestamp);
319}
320
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400321#if defined(CONFIG_NFS_V4_1)
322
Benny Halevy510b8172009-04-01 09:22:14 -0400323/*
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400324 * nfs4_free_slot - free a slot and efficiently update slot table.
325 *
326 * freeing a slot is trivially done by clearing its respective bit
327 * in the bitmap.
328 * If the freed slotid equals highest_used_slotid we want to update it
329 * so that the server would be able to size down the slot table if needed,
330 * otherwise we know that the highest_used_slotid is still in use.
331 * When updating highest_used_slotid there may be "holes" in the bitmap
332 * so we need to scan down from highest_used_slotid to 0 looking for the now
333 * highest slotid in use.
334 * If none found, highest_used_slotid is set to -1.
Trond Myklebust35dc1d72009-12-05 19:32:19 -0500335 *
336 * Must be called while holding tbl->slot_tbl_lock
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400337 */
338static void
Benny Halevydfb4f3092010-09-24 09:17:01 -0400339nfs4_free_slot(struct nfs4_slot_table *tbl, struct nfs4_slot *free_slot)
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400340{
Benny Halevydfb4f3092010-09-24 09:17:01 -0400341 int free_slotid = free_slot - tbl->slots;
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400342 int slotid = free_slotid;
343
Benny Halevydfb4f3092010-09-24 09:17:01 -0400344 BUG_ON(slotid < 0 || slotid >= NFS4_MAX_SLOT_TABLE);
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400345 /* clear used bit in bitmap */
346 __clear_bit(slotid, tbl->used_slots);
347
348 /* update highest_used_slotid when it is freed */
349 if (slotid == tbl->highest_used_slotid) {
350 slotid = find_last_bit(tbl->used_slots, tbl->max_slots);
Trond Myklebustbcb56162009-12-05 19:32:19 -0500351 if (slotid < tbl->max_slots)
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400352 tbl->highest_used_slotid = slotid;
353 else
354 tbl->highest_used_slotid = -1;
355 }
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400356 dprintk("%s: free_slotid %u highest_used_slotid %d\n", __func__,
357 free_slotid, tbl->highest_used_slotid);
358}
359
Alexandros Batsakis3bfb0fc2009-12-09 01:50:11 -0800360/*
Andy Adamson42acd022011-01-06 02:04:34 +0000361 * Signal state manager thread if session fore channel is drained
Alexandros Batsakis3bfb0fc2009-12-09 01:50:11 -0800362 */
Andy Adamson42acd022011-01-06 02:04:34 +0000363static void nfs4_check_drain_fc_complete(struct nfs4_session *ses)
Alexandros Batsakis3bfb0fc2009-12-09 01:50:11 -0800364{
Alexandros Batsakis689cf5c2009-12-14 21:27:56 -0800365 struct rpc_task *task;
366
Trond Myklebusta2118c32010-06-16 09:52:26 -0400367 if (!test_bit(NFS4_SESSION_DRAINING, &ses->session_state)) {
Alexandros Batsakis689cf5c2009-12-14 21:27:56 -0800368 task = rpc_wake_up_next(&ses->fc_slot_table.slot_tbl_waitq);
369 if (task)
370 rpc_task_set_priority(task, RPC_PRIORITY_PRIVILEGED);
Alexandros Batsakis3bfb0fc2009-12-09 01:50:11 -0800371 return;
372 }
373
374 if (ses->fc_slot_table.highest_used_slotid != -1)
375 return;
376
Andy Adamson42acd022011-01-06 02:04:34 +0000377 dprintk("%s COMPLETE: Session Fore Channel Drained\n", __func__);
378 complete(&ses->fc_slot_table.complete);
379}
380
381/*
382 * Signal state manager thread if session back channel is drained
383 */
384void nfs4_check_drain_bc_complete(struct nfs4_session *ses)
385{
386 if (!test_bit(NFS4_SESSION_DRAINING, &ses->session_state) ||
387 ses->bc_slot_table.highest_used_slotid != -1)
388 return;
389 dprintk("%s COMPLETE: Session Back Channel Drained\n", __func__);
390 complete(&ses->bc_slot_table.complete);
Alexandros Batsakis3bfb0fc2009-12-09 01:50:11 -0800391}
392
Trond Myklebustd185a332010-06-16 09:52:25 -0400393static void nfs41_sequence_free_slot(struct nfs4_sequence_res *res)
Andy Adamson13615872009-04-01 09:22:17 -0400394{
395 struct nfs4_slot_table *tbl;
396
Trond Myklebustd185a332010-06-16 09:52:25 -0400397 tbl = &res->sr_session->fc_slot_table;
Benny Halevydfb4f3092010-09-24 09:17:01 -0400398 if (!res->sr_slot) {
Andy Adamson13615872009-04-01 09:22:17 -0400399 /* just wake up the next guy waiting since
400 * we may have not consumed a slot after all */
Andy Adamson691daf32009-12-04 15:55:39 -0500401 dprintk("%s: No slot\n", __func__);
Trond Myklebust35dc1d72009-12-05 19:32:19 -0500402 return;
Andy Adamson13615872009-04-01 09:22:17 -0400403 }
Andy Adamsonea028ac2009-12-04 15:55:38 -0500404
Trond Myklebust35dc1d72009-12-05 19:32:19 -0500405 spin_lock(&tbl->slot_tbl_lock);
Benny Halevydfb4f3092010-09-24 09:17:01 -0400406 nfs4_free_slot(tbl, res->sr_slot);
Andy Adamson42acd022011-01-06 02:04:34 +0000407 nfs4_check_drain_fc_complete(res->sr_session);
Trond Myklebust35dc1d72009-12-05 19:32:19 -0500408 spin_unlock(&tbl->slot_tbl_lock);
Benny Halevydfb4f3092010-09-24 09:17:01 -0400409 res->sr_slot = NULL;
Andy Adamson13615872009-04-01 09:22:17 -0400410}
411
Trond Myklebust14516c32010-07-31 14:29:06 -0400412static int nfs41_sequence_done(struct rpc_task *task, struct nfs4_sequence_res *res)
Andy Adamsonb0df8062009-04-01 09:22:18 -0400413{
414 unsigned long timestamp;
Trond Myklebust14516c32010-07-31 14:29:06 -0400415 struct nfs_client *clp;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400416
417 /*
418 * sr_status remains 1 if an RPC level error occurred. The server
419 * may or may not have processed the sequence operation..
420 * Proceed as if the server received and processed the sequence
421 * operation.
422 */
423 if (res->sr_status == 1)
424 res->sr_status = NFS_OK;
425
426 /* -ERESTARTSYS can result in skipping nfs41_sequence_setup */
Benny Halevydfb4f3092010-09-24 09:17:01 -0400427 if (!res->sr_slot)
Andy Adamsonb0df8062009-04-01 09:22:18 -0400428 goto out;
429
Andy Adamson691daf32009-12-04 15:55:39 -0500430 /* Check the SEQUENCE operation status */
Trond Myklebust14516c32010-07-31 14:29:06 -0400431 switch (res->sr_status) {
432 case 0:
Andy Adamsonb0df8062009-04-01 09:22:18 -0400433 /* Update the slot's sequence and clientid lease timer */
Benny Halevydfb4f3092010-09-24 09:17:01 -0400434 ++res->sr_slot->seq_nr;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400435 timestamp = res->sr_renewal_time;
Trond Myklebust14516c32010-07-31 14:29:06 -0400436 clp = res->sr_session->clp;
Trond Myklebust452e9352010-07-31 14:29:06 -0400437 do_renew_lease(clp, timestamp);
Alexandros Batsakis0629e372009-12-05 13:46:14 -0500438 /* Check sequence flags */
Alexandros Batsakis71358402010-02-05 03:45:05 -0800439 if (atomic_read(&clp->cl_count) > 1)
440 nfs41_handle_sequence_flag_errors(clp, res->sr_status_flags);
Trond Myklebust14516c32010-07-31 14:29:06 -0400441 break;
442 case -NFS4ERR_DELAY:
443 /* The server detected a resend of the RPC call and
444 * returned NFS4ERR_DELAY as per Section 2.10.6.2
445 * of RFC5661.
446 */
Geert Uytterhoeven12364a42010-10-28 20:06:19 +0200447 dprintk("%s: slot=%td seq=%d: Operation in progress\n",
Benny Halevydfb4f3092010-09-24 09:17:01 -0400448 __func__,
449 res->sr_slot - res->sr_session->fc_slot_table.slots,
450 res->sr_slot->seq_nr);
Trond Myklebust14516c32010-07-31 14:29:06 -0400451 goto out_retry;
452 default:
453 /* Just update the slot sequence no. */
Benny Halevydfb4f3092010-09-24 09:17:01 -0400454 ++res->sr_slot->seq_nr;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400455 }
456out:
457 /* The session may be reset by one of the error handlers. */
458 dprintk("%s: Error %d free the slot \n", __func__, res->sr_status);
Trond Myklebustd185a332010-06-16 09:52:25 -0400459 nfs41_sequence_free_slot(res);
Trond Myklebust14516c32010-07-31 14:29:06 -0400460 return 1;
461out_retry:
Trond Myklebustd05dd4e2010-07-31 14:29:07 -0400462 if (!rpc_restart_call(task))
Trond Myklebust14516c32010-07-31 14:29:06 -0400463 goto out;
464 rpc_delay(task, NFS4_POLL_RETRY_MAX);
465 return 0;
Andy Adamsonb0df8062009-04-01 09:22:18 -0400466}
467
Trond Myklebust14516c32010-07-31 14:29:06 -0400468static int nfs4_sequence_done(struct rpc_task *task,
469 struct nfs4_sequence_res *res)
Trond Myklebustdf896452010-06-16 09:52:26 -0400470{
Trond Myklebust14516c32010-07-31 14:29:06 -0400471 if (res->sr_session == NULL)
472 return 1;
473 return nfs41_sequence_done(task, res);
Trond Myklebustdf896452010-06-16 09:52:26 -0400474}
475
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400476/*
Benny Halevy510b8172009-04-01 09:22:14 -0400477 * nfs4_find_slot - efficiently look for a free slot
478 *
479 * nfs4_find_slot looks for an unset bit in the used_slots bitmap.
480 * If found, we mark the slot as used, update the highest_used_slotid,
481 * and respectively set up the sequence operation args.
482 * The slot number is returned if found, or NFS4_MAX_SLOT_TABLE otherwise.
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400483 *
484 * Note: must be called with under the slot_tbl_lock.
Benny Halevy510b8172009-04-01 09:22:14 -0400485 */
486static u8
Alexandros Batsakis40ead582009-12-14 21:27:54 -0800487nfs4_find_slot(struct nfs4_slot_table *tbl)
Benny Halevy510b8172009-04-01 09:22:14 -0400488{
489 int slotid;
490 u8 ret_id = NFS4_MAX_SLOT_TABLE;
491 BUILD_BUG_ON((u8)NFS4_MAX_SLOT_TABLE != (int)NFS4_MAX_SLOT_TABLE);
492
Benny Halevy510b8172009-04-01 09:22:14 -0400493 dprintk("--> %s used_slots=%04lx highest_used=%d max_slots=%d\n",
494 __func__, tbl->used_slots[0], tbl->highest_used_slotid,
495 tbl->max_slots);
496 slotid = find_first_zero_bit(tbl->used_slots, tbl->max_slots);
497 if (slotid >= tbl->max_slots)
498 goto out;
499 __set_bit(slotid, tbl->used_slots);
500 if (slotid > tbl->highest_used_slotid)
501 tbl->highest_used_slotid = slotid;
502 ret_id = slotid;
503out:
504 dprintk("<-- %s used_slots=%04lx highest_used=%d slotid=%d \n",
505 __func__, tbl->used_slots[0], tbl->highest_used_slotid, ret_id);
Benny Halevy510b8172009-04-01 09:22:14 -0400506 return ret_id;
507}
508
Andy Adamsonce5039c2009-04-01 09:22:13 -0400509static int nfs41_setup_sequence(struct nfs4_session *session,
510 struct nfs4_sequence_args *args,
511 struct nfs4_sequence_res *res,
512 int cache_reply,
513 struct rpc_task *task)
514{
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400515 struct nfs4_slot *slot;
516 struct nfs4_slot_table *tbl;
517 u8 slotid;
518
519 dprintk("--> %s\n", __func__);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400520 /* slot already allocated? */
Benny Halevydfb4f3092010-09-24 09:17:01 -0400521 if (res->sr_slot != NULL)
Andy Adamsonce5039c2009-04-01 09:22:13 -0400522 return 0;
523
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400524 tbl = &session->fc_slot_table;
525
526 spin_lock(&tbl->slot_tbl_lock);
Trond Myklebusta2118c32010-06-16 09:52:26 -0400527 if (test_bit(NFS4_SESSION_DRAINING, &session->session_state) &&
Alexandros Batsakis5601a002009-12-14 21:27:58 -0800528 !rpc_task_has_priority(task, RPC_PRIORITY_PRIVILEGED)) {
Andy Adamsonea028ac2009-12-04 15:55:38 -0500529 /*
530 * The state manager will wait until the slot table is empty.
531 * Schedule the reset thread
532 */
Andy Adamson05f0d232009-12-04 15:55:37 -0500533 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL);
Andy Adamsonb069d942009-04-01 09:22:43 -0400534 spin_unlock(&tbl->slot_tbl_lock);
Trond Myklebustbcb56162009-12-05 19:32:19 -0500535 dprintk("%s Schedule Session Reset\n", __func__);
Andy Adamson05f0d232009-12-04 15:55:37 -0500536 return -EAGAIN;
Andy Adamsonb069d942009-04-01 09:22:43 -0400537 }
538
Alexandros Batsakis689cf5c2009-12-14 21:27:56 -0800539 if (!rpc_queue_empty(&tbl->slot_tbl_waitq) &&
540 !rpc_task_has_priority(task, RPC_PRIORITY_PRIVILEGED)) {
541 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL);
542 spin_unlock(&tbl->slot_tbl_lock);
543 dprintk("%s enforce FIFO order\n", __func__);
544 return -EAGAIN;
545 }
546
Alexandros Batsakis40ead582009-12-14 21:27:54 -0800547 slotid = nfs4_find_slot(tbl);
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400548 if (slotid == NFS4_MAX_SLOT_TABLE) {
549 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL);
550 spin_unlock(&tbl->slot_tbl_lock);
551 dprintk("<-- %s: no free slots\n", __func__);
552 return -EAGAIN;
553 }
554 spin_unlock(&tbl->slot_tbl_lock);
555
Alexandros Batsakis689cf5c2009-12-14 21:27:56 -0800556 rpc_task_set_priority(task, RPC_PRIORITY_NORMAL);
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400557 slot = tbl->slots + slotid;
Benny Halevy99fe60d2009-04-01 09:22:29 -0400558 args->sa_session = session;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400559 args->sa_slotid = slotid;
560 args->sa_cache_this = cache_reply;
561
562 dprintk("<-- %s slotid=%d seqid=%d\n", __func__, slotid, slot->seq_nr);
563
Benny Halevy99fe60d2009-04-01 09:22:29 -0400564 res->sr_session = session;
Benny Halevydfb4f3092010-09-24 09:17:01 -0400565 res->sr_slot = slot;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400566 res->sr_renewal_time = jiffies;
Trond Myklebust2a6e26c2010-06-16 09:52:25 -0400567 res->sr_status_flags = 0;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400568 /*
569 * sr_status is only set in decode_sequence, and so will remain
570 * set to 1 if an rpc level failure occurs.
571 */
572 res->sr_status = 1;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400573 return 0;
574}
575
Trond Myklebust035168a2010-06-16 09:52:26 -0400576int nfs4_setup_sequence(const struct nfs_server *server,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400577 struct nfs4_sequence_args *args,
578 struct nfs4_sequence_res *res,
579 int cache_reply,
580 struct rpc_task *task)
581{
Trond Myklebust035168a2010-06-16 09:52:26 -0400582 struct nfs4_session *session = nfs4_get_session(server);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400583 int ret = 0;
584
Trond Myklebust035168a2010-06-16 09:52:26 -0400585 if (session == NULL) {
586 args->sa_session = NULL;
587 res->sr_session = NULL;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400588 goto out;
Trond Myklebust035168a2010-06-16 09:52:26 -0400589 }
590
Geert Uytterhoeven12364a42010-10-28 20:06:19 +0200591 dprintk("--> %s clp %p session %p sr_slot %td\n",
Benny Halevydfb4f3092010-09-24 09:17:01 -0400592 __func__, session->clp, session, res->sr_slot ?
593 res->sr_slot - session->fc_slot_table.slots : -1);
Trond Myklebust035168a2010-06-16 09:52:26 -0400594
595 ret = nfs41_setup_sequence(session, args, res, cache_reply,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400596 task);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400597out:
598 dprintk("<-- %s status=%d\n", __func__, ret);
599 return ret;
600}
601
602struct nfs41_call_sync_data {
Trond Myklebust035168a2010-06-16 09:52:26 -0400603 const struct nfs_server *seq_server;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400604 struct nfs4_sequence_args *seq_args;
605 struct nfs4_sequence_res *seq_res;
606 int cache_reply;
607};
608
609static void nfs41_call_sync_prepare(struct rpc_task *task, void *calldata)
610{
611 struct nfs41_call_sync_data *data = calldata;
612
Trond Myklebust035168a2010-06-16 09:52:26 -0400613 dprintk("--> %s data->seq_server %p\n", __func__, data->seq_server);
614
615 if (nfs4_setup_sequence(data->seq_server, data->seq_args,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400616 data->seq_res, data->cache_reply, task))
617 return;
618 rpc_call_start(task);
619}
620
Alexandros Batsakisb2579572009-12-14 21:27:57 -0800621static void nfs41_call_priv_sync_prepare(struct rpc_task *task, void *calldata)
622{
623 rpc_task_set_priority(task, RPC_PRIORITY_PRIVILEGED);
624 nfs41_call_sync_prepare(task, calldata);
625}
626
Andy Adamson69ab40c2009-04-01 09:22:19 -0400627static void nfs41_call_sync_done(struct rpc_task *task, void *calldata)
628{
629 struct nfs41_call_sync_data *data = calldata;
630
Trond Myklebust14516c32010-07-31 14:29:06 -0400631 nfs41_sequence_done(task, data->seq_res);
Andy Adamson69ab40c2009-04-01 09:22:19 -0400632}
633
Andy Adamsonce5039c2009-04-01 09:22:13 -0400634struct rpc_call_ops nfs41_call_sync_ops = {
635 .rpc_call_prepare = nfs41_call_sync_prepare,
Andy Adamson69ab40c2009-04-01 09:22:19 -0400636 .rpc_call_done = nfs41_call_sync_done,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400637};
638
Alexandros Batsakisb2579572009-12-14 21:27:57 -0800639struct rpc_call_ops nfs41_call_priv_sync_ops = {
640 .rpc_call_prepare = nfs41_call_priv_sync_prepare,
641 .rpc_call_done = nfs41_call_sync_done,
642};
643
Trond Myklebust035168a2010-06-16 09:52:26 -0400644static int nfs4_call_sync_sequence(struct nfs_server *server,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400645 struct rpc_message *msg,
646 struct nfs4_sequence_args *args,
647 struct nfs4_sequence_res *res,
Alexandros Batsakisb2579572009-12-14 21:27:57 -0800648 int cache_reply,
649 int privileged)
Andy Adamsonce5039c2009-04-01 09:22:13 -0400650{
651 int ret;
652 struct rpc_task *task;
653 struct nfs41_call_sync_data data = {
Trond Myklebust035168a2010-06-16 09:52:26 -0400654 .seq_server = server,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400655 .seq_args = args,
656 .seq_res = res,
657 .cache_reply = cache_reply,
658 };
659 struct rpc_task_setup task_setup = {
Trond Myklebust035168a2010-06-16 09:52:26 -0400660 .rpc_client = server->client,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400661 .rpc_message = msg,
662 .callback_ops = &nfs41_call_sync_ops,
663 .callback_data = &data
664 };
665
Benny Halevydfb4f3092010-09-24 09:17:01 -0400666 res->sr_slot = NULL;
Alexandros Batsakisb2579572009-12-14 21:27:57 -0800667 if (privileged)
668 task_setup.callback_ops = &nfs41_call_priv_sync_ops;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400669 task = rpc_run_task(&task_setup);
670 if (IS_ERR(task))
671 ret = PTR_ERR(task);
672 else {
673 ret = task->tk_status;
674 rpc_put_task(task);
675 }
676 return ret;
677}
678
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400679int _nfs4_call_sync_session(struct nfs_server *server,
680 struct rpc_message *msg,
681 struct nfs4_sequence_args *args,
682 struct nfs4_sequence_res *res,
683 int cache_reply)
684{
Trond Myklebust035168a2010-06-16 09:52:26 -0400685 return nfs4_call_sync_sequence(server, msg, args, res, cache_reply, 0);
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400686}
687
Trond Myklebustdf896452010-06-16 09:52:26 -0400688#else
Trond Myklebust14516c32010-07-31 14:29:06 -0400689static int nfs4_sequence_done(struct rpc_task *task,
690 struct nfs4_sequence_res *res)
Trond Myklebustdf896452010-06-16 09:52:26 -0400691{
Trond Myklebust14516c32010-07-31 14:29:06 -0400692 return 1;
Trond Myklebustdf896452010-06-16 09:52:26 -0400693}
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400694#endif /* CONFIG_NFS_V4_1 */
695
696int _nfs4_call_sync(struct nfs_server *server,
697 struct rpc_message *msg,
698 struct nfs4_sequence_args *args,
699 struct nfs4_sequence_res *res,
700 int cache_reply)
701{
Benny Halevyf3752972009-04-01 09:22:04 -0400702 args->sa_session = res->sr_session = NULL;
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400703 return rpc_call_sync(server->client, msg, 0);
704}
705
706#define nfs4_call_sync(server, msg, args, res, cache_reply) \
Trond Myklebust97dc1352010-06-16 09:52:26 -0400707 (server)->nfs_client->cl_mvops->call_sync((server), (msg), &(args)->seq_args, \
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400708 &(res)->seq_res, (cache_reply))
709
Trond Myklebust38478b22006-05-25 01:40:57 -0400710static void update_changeattr(struct inode *dir, struct nfs4_change_info *cinfo)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700711{
Trond Myklebust38478b22006-05-25 01:40:57 -0400712 struct nfs_inode *nfsi = NFS_I(dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700713
Trond Myklebust38478b22006-05-25 01:40:57 -0400714 spin_lock(&dir->i_lock);
Trond Myklebust40d24702007-10-08 09:24:22 -0400715 nfsi->cache_validity |= NFS_INO_INVALID_ATTR|NFS_INO_REVAL_PAGECACHE|NFS_INO_INVALID_DATA;
716 if (!cinfo->atomic || cinfo->before != nfsi->change_attr)
Trond Myklebustbfc69a42007-10-15 18:18:29 -0400717 nfs_force_lookup_revalidate(dir);
Trond Myklebust40d24702007-10-08 09:24:22 -0400718 nfsi->change_attr = cinfo->after;
Trond Myklebust38478b22006-05-25 01:40:57 -0400719 spin_unlock(&dir->i_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700720}
721
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100722struct nfs4_opendata {
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400723 struct kref kref;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100724 struct nfs_openargs o_arg;
725 struct nfs_openres o_res;
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100726 struct nfs_open_confirmargs c_arg;
727 struct nfs_open_confirmres c_res;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100728 struct nfs_fattr f_attr;
729 struct nfs_fattr dir_attr;
Trond Myklebustad389da2007-06-05 12:30:00 -0400730 struct path path;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100731 struct dentry *dir;
732 struct nfs4_state_owner *owner;
Trond Myklebustaac00a82007-07-05 19:02:21 -0400733 struct nfs4_state *state;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100734 struct iattr attrs;
Trond Myklebust26e976a2006-01-03 09:55:21 +0100735 unsigned long timestamp;
Trond Myklebust3e309912007-07-07 13:19:59 -0400736 unsigned int rpc_done : 1;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100737 int rpc_status;
738 int cancelled;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100739};
740
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400741
742static void nfs4_init_opendata_res(struct nfs4_opendata *p)
743{
744 p->o_res.f_attr = &p->f_attr;
745 p->o_res.dir_attr = &p->dir_attr;
Trond Myklebustc1d51932008-04-07 13:20:54 -0400746 p->o_res.seqid = p->o_arg.seqid;
747 p->c_res.seqid = p->c_arg.seqid;
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400748 p->o_res.server = p->o_arg.server;
749 nfs_fattr_init(&p->f_attr);
750 nfs_fattr_init(&p->dir_attr);
751}
752
Trond Myklebustad389da2007-06-05 12:30:00 -0400753static struct nfs4_opendata *nfs4_opendata_alloc(struct path *path,
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500754 struct nfs4_state_owner *sp, fmode_t fmode, int flags,
Trond Myklebust8535b2b2010-05-13 12:51:01 -0400755 const struct iattr *attrs,
756 gfp_t gfp_mask)
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100757{
Trond Myklebustad389da2007-06-05 12:30:00 -0400758 struct dentry *parent = dget_parent(path->dentry);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100759 struct inode *dir = parent->d_inode;
760 struct nfs_server *server = NFS_SERVER(dir);
761 struct nfs4_opendata *p;
762
Trond Myklebust8535b2b2010-05-13 12:51:01 -0400763 p = kzalloc(sizeof(*p), gfp_mask);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100764 if (p == NULL)
765 goto err;
Trond Myklebust8535b2b2010-05-13 12:51:01 -0400766 p->o_arg.seqid = nfs_alloc_seqid(&sp->so_seqid, gfp_mask);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100767 if (p->o_arg.seqid == NULL)
768 goto err_free;
Al Virof6948692010-01-30 13:51:04 -0500769 path_get(path);
770 p->path = *path;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100771 p->dir = parent;
772 p->owner = sp;
773 atomic_inc(&sp->so_count);
774 p->o_arg.fh = NFS_FH(dir);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500775 p->o_arg.open_flags = flags;
776 p->o_arg.fmode = fmode & (FMODE_READ|FMODE_WRITE);
David Howells7539bba2006-08-22 20:06:09 -0400777 p->o_arg.clientid = server->nfs_client->cl_clientid;
Trond Myklebust9f958ab2007-07-02 13:58:33 -0400778 p->o_arg.id = sp->so_owner_id.id;
Trond Myklebustad389da2007-06-05 12:30:00 -0400779 p->o_arg.name = &p->path.dentry->d_name;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100780 p->o_arg.server = server;
781 p->o_arg.bitmask = server->attr_bitmask;
782 p->o_arg.claim = NFS4_OPEN_CLAIM_NULL;
Trond Myklebustd77d76f2010-06-16 09:52:27 -0400783 if (flags & O_CREAT) {
784 u32 *s;
785
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100786 p->o_arg.u.attrs = &p->attrs;
787 memcpy(&p->attrs, attrs, sizeof(p->attrs));
Trond Myklebustd77d76f2010-06-16 09:52:27 -0400788 s = (u32 *) p->o_arg.u.verifier.data;
789 s[0] = jiffies;
790 s[1] = current->pid;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100791 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100792 p->c_arg.fh = &p->o_res.fh;
793 p->c_arg.stateid = &p->o_res.stateid;
794 p->c_arg.seqid = p->o_arg.seqid;
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400795 nfs4_init_opendata_res(p);
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400796 kref_init(&p->kref);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100797 return p;
798err_free:
799 kfree(p);
800err:
801 dput(parent);
802 return NULL;
803}
804
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400805static void nfs4_opendata_free(struct kref *kref)
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100806{
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400807 struct nfs4_opendata *p = container_of(kref,
808 struct nfs4_opendata, kref);
809
810 nfs_free_seqid(p->o_arg.seqid);
Trond Myklebustaac00a82007-07-05 19:02:21 -0400811 if (p->state != NULL)
812 nfs4_put_open_state(p->state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400813 nfs4_put_state_owner(p->owner);
814 dput(p->dir);
Jan Blunck31f31db12008-05-02 13:42:45 -0700815 path_put(&p->path);
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400816 kfree(p);
817}
818
819static void nfs4_opendata_put(struct nfs4_opendata *p)
820{
821 if (p != NULL)
822 kref_put(&p->kref, nfs4_opendata_free);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100823}
824
Trond Myklebust06f814a2006-01-03 09:55:07 +0100825static int nfs4_wait_for_completion_rpc_task(struct rpc_task *task)
826{
Trond Myklebust06f814a2006-01-03 09:55:07 +0100827 int ret;
828
Trond Myklebust06f814a2006-01-03 09:55:07 +0100829 ret = rpc_wait_for_completion_task(task);
Trond Myklebust06f814a2006-01-03 09:55:07 +0100830 return ret;
831}
832
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500833static int can_open_cached(struct nfs4_state *state, fmode_t mode, int open_mode)
Trond Myklebust6ee41262007-07-08 14:11:36 -0400834{
835 int ret = 0;
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500836
837 if (open_mode & O_EXCL)
838 goto out;
839 switch (mode & (FMODE_READ|FMODE_WRITE)) {
Trond Myklebust6ee41262007-07-08 14:11:36 -0400840 case FMODE_READ:
Trond Myklebust88069f72009-12-08 08:33:16 -0500841 ret |= test_bit(NFS_O_RDONLY_STATE, &state->flags) != 0
842 && state->n_rdonly != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -0400843 break;
844 case FMODE_WRITE:
Trond Myklebust88069f72009-12-08 08:33:16 -0500845 ret |= test_bit(NFS_O_WRONLY_STATE, &state->flags) != 0
846 && state->n_wronly != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -0400847 break;
848 case FMODE_READ|FMODE_WRITE:
Trond Myklebust88069f72009-12-08 08:33:16 -0500849 ret |= test_bit(NFS_O_RDWR_STATE, &state->flags) != 0
850 && state->n_rdwr != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -0400851 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500852out:
Trond Myklebust6ee41262007-07-08 14:11:36 -0400853 return ret;
854}
855
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500856static int can_open_delegated(struct nfs_delegation *delegation, fmode_t fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -0400857{
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500858 if ((delegation->type & fmode) != fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -0400859 return 0;
Trond Myklebust15c831b2008-12-23 15:21:39 -0500860 if (test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags))
Trond Myklebustaac00a82007-07-05 19:02:21 -0400861 return 0;
Trond Myklebustb7391f42008-12-23 15:21:52 -0500862 nfs_mark_delegation_referenced(delegation);
Trond Myklebustaac00a82007-07-05 19:02:21 -0400863 return 1;
864}
865
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500866static void update_open_stateflags(struct nfs4_state *state, fmode_t fmode)
Trond Myklebuste7616922006-01-03 09:55:13 +0100867{
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500868 switch (fmode) {
Trond Myklebuste7616922006-01-03 09:55:13 +0100869 case FMODE_WRITE:
870 state->n_wronly++;
871 break;
872 case FMODE_READ:
873 state->n_rdonly++;
874 break;
875 case FMODE_READ|FMODE_WRITE:
876 state->n_rdwr++;
877 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500878 nfs4_state_set_mode_locked(state, state->state | fmode);
Trond Myklebuste7616922006-01-03 09:55:13 +0100879}
880
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500881static void nfs_set_open_stateid_locked(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fmode)
Trond Myklebust003707c2007-07-05 18:07:55 -0400882{
883 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
884 memcpy(state->stateid.data, stateid->data, sizeof(state->stateid.data));
885 memcpy(state->open_stateid.data, stateid->data, sizeof(state->open_stateid.data));
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500886 switch (fmode) {
Trond Myklebust003707c2007-07-05 18:07:55 -0400887 case FMODE_READ:
888 set_bit(NFS_O_RDONLY_STATE, &state->flags);
889 break;
890 case FMODE_WRITE:
891 set_bit(NFS_O_WRONLY_STATE, &state->flags);
892 break;
893 case FMODE_READ|FMODE_WRITE:
894 set_bit(NFS_O_RDWR_STATE, &state->flags);
895 }
896}
897
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500898static void nfs_set_open_stateid(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fmode)
Trond Myklebust003707c2007-07-05 18:07:55 -0400899{
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400900 write_seqlock(&state->seqlock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500901 nfs_set_open_stateid_locked(state, stateid, fmode);
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400902 write_sequnlock(&state->seqlock);
Trond Myklebust003707c2007-07-05 18:07:55 -0400903}
904
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500905static 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 -0700906{
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400907 /*
908 * Protect the call to nfs4_state_set_mode_locked and
909 * serialise the stateid update
910 */
911 write_seqlock(&state->seqlock);
Trond Myklebust003707c2007-07-05 18:07:55 -0400912 if (deleg_stateid != NULL) {
913 memcpy(state->stateid.data, deleg_stateid->data, sizeof(state->stateid.data));
914 set_bit(NFS_DELEGATED_STATE, &state->flags);
915 }
916 if (open_stateid != NULL)
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500917 nfs_set_open_stateid_locked(state, open_stateid, fmode);
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400918 write_sequnlock(&state->seqlock);
919 spin_lock(&state->owner->so_lock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500920 update_open_stateflags(state, fmode);
Trond Myklebustec073422005-10-20 14:22:47 -0700921 spin_unlock(&state->owner->so_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700922}
923
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500924static 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 -0500925{
926 struct nfs_inode *nfsi = NFS_I(state->inode);
927 struct nfs_delegation *deleg_cur;
928 int ret = 0;
929
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500930 fmode &= (FMODE_READ|FMODE_WRITE);
Trond Myklebust34310432008-12-23 15:21:38 -0500931
932 rcu_read_lock();
933 deleg_cur = rcu_dereference(nfsi->delegation);
934 if (deleg_cur == NULL)
935 goto no_delegation;
936
937 spin_lock(&deleg_cur->lock);
938 if (nfsi->delegation != deleg_cur ||
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500939 (deleg_cur->type & fmode) != fmode)
Trond Myklebust34310432008-12-23 15:21:38 -0500940 goto no_delegation_unlock;
941
942 if (delegation == NULL)
943 delegation = &deleg_cur->stateid;
944 else if (memcmp(deleg_cur->stateid.data, delegation->data, NFS4_STATEID_SIZE) != 0)
945 goto no_delegation_unlock;
946
Trond Myklebustb7391f42008-12-23 15:21:52 -0500947 nfs_mark_delegation_referenced(deleg_cur);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500948 __update_open_stateid(state, open_stateid, &deleg_cur->stateid, fmode);
Trond Myklebust34310432008-12-23 15:21:38 -0500949 ret = 1;
950no_delegation_unlock:
951 spin_unlock(&deleg_cur->lock);
952no_delegation:
953 rcu_read_unlock();
954
955 if (!ret && open_stateid != NULL) {
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500956 __update_open_stateid(state, open_stateid, NULL, fmode);
Trond Myklebust34310432008-12-23 15:21:38 -0500957 ret = 1;
958 }
959
960 return ret;
961}
962
963
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500964static void nfs4_return_incompatible_delegation(struct inode *inode, fmode_t fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -0400965{
966 struct nfs_delegation *delegation;
967
968 rcu_read_lock();
969 delegation = rcu_dereference(NFS_I(inode)->delegation);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500970 if (delegation == NULL || (delegation->type & fmode) == fmode) {
Trond Myklebustaac00a82007-07-05 19:02:21 -0400971 rcu_read_unlock();
972 return;
973 }
974 rcu_read_unlock();
975 nfs_inode_return_delegation(inode);
976}
977
Trond Myklebust6ee41262007-07-08 14:11:36 -0400978static struct nfs4_state *nfs4_try_open_cached(struct nfs4_opendata *opendata)
Trond Myklebustaac00a82007-07-05 19:02:21 -0400979{
980 struct nfs4_state *state = opendata->state;
981 struct nfs_inode *nfsi = NFS_I(state->inode);
982 struct nfs_delegation *delegation;
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500983 int open_mode = opendata->o_arg.open_flags & O_EXCL;
984 fmode_t fmode = opendata->o_arg.fmode;
Trond Myklebustaac00a82007-07-05 19:02:21 -0400985 nfs4_stateid stateid;
986 int ret = -EAGAIN;
987
Trond Myklebustaac00a82007-07-05 19:02:21 -0400988 for (;;) {
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500989 if (can_open_cached(state, fmode, open_mode)) {
Trond Myklebust6ee41262007-07-08 14:11:36 -0400990 spin_lock(&state->owner->so_lock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500991 if (can_open_cached(state, fmode, open_mode)) {
992 update_open_stateflags(state, fmode);
Trond Myklebust6ee41262007-07-08 14:11:36 -0400993 spin_unlock(&state->owner->so_lock);
Trond Myklebust6ee41262007-07-08 14:11:36 -0400994 goto out_return_state;
995 }
996 spin_unlock(&state->owner->so_lock);
997 }
Trond Myklebust34310432008-12-23 15:21:38 -0500998 rcu_read_lock();
999 delegation = rcu_dereference(nfsi->delegation);
1000 if (delegation == NULL ||
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001001 !can_open_delegated(delegation, fmode)) {
Trond Myklebust34310432008-12-23 15:21:38 -05001002 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -04001003 break;
Trond Myklebust34310432008-12-23 15:21:38 -05001004 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001005 /* Save the delegation */
1006 memcpy(stateid.data, delegation->stateid.data, sizeof(stateid.data));
1007 rcu_read_unlock();
Trond Myklebustaf22f942007-08-10 17:45:10 -04001008 ret = nfs_may_open(state->inode, state->owner->so_cred, open_mode);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001009 if (ret != 0)
1010 goto out;
1011 ret = -EAGAIN;
Trond Myklebust34310432008-12-23 15:21:38 -05001012
1013 /* Try to update the stateid using the delegation */
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001014 if (update_open_stateid(state, NULL, &stateid, fmode))
Trond Myklebust34310432008-12-23 15:21:38 -05001015 goto out_return_state;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001016 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001017out:
1018 return ERR_PTR(ret);
1019out_return_state:
1020 atomic_inc(&state->count);
1021 return state;
1022}
1023
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001024static struct nfs4_state *nfs4_opendata_to_nfs4_state(struct nfs4_opendata *data)
1025{
1026 struct inode *inode;
1027 struct nfs4_state *state = NULL;
Trond Myklebust003707c2007-07-05 18:07:55 -04001028 struct nfs_delegation *delegation;
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001029 int ret;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001030
Trond Myklebustaac00a82007-07-05 19:02:21 -04001031 if (!data->rpc_done) {
Trond Myklebust6ee41262007-07-08 14:11:36 -04001032 state = nfs4_try_open_cached(data);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001033 goto out;
1034 }
1035
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001036 ret = -EAGAIN;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001037 if (!(data->f_attr.valid & NFS_ATTR_FATTR))
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001038 goto err;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001039 inode = nfs_fhget(data->dir->d_sb, &data->o_res.fh, &data->f_attr);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001040 ret = PTR_ERR(inode);
Trond Myklebust03f28e32006-03-20 13:44:48 -05001041 if (IS_ERR(inode))
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001042 goto err;
1043 ret = -ENOMEM;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001044 state = nfs4_get_open_state(inode, data->owner);
1045 if (state == NULL)
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001046 goto err_put_inode;
Trond Myklebust549d6ed2007-07-03 16:42:45 -04001047 if (data->o_res.delegation_type != 0) {
Trond Myklebust549d6ed2007-07-03 16:42:45 -04001048 int delegation_flags = 0;
1049
Trond Myklebust003707c2007-07-05 18:07:55 -04001050 rcu_read_lock();
1051 delegation = rcu_dereference(NFS_I(inode)->delegation);
1052 if (delegation)
1053 delegation_flags = delegation->flags;
1054 rcu_read_unlock();
Trond Myklebust15c831b2008-12-23 15:21:39 -05001055 if ((delegation_flags & 1UL<<NFS_DELEGATION_NEED_RECLAIM) == 0)
Trond Myklebust549d6ed2007-07-03 16:42:45 -04001056 nfs_inode_set_delegation(state->inode,
1057 data->owner->so_cred,
1058 &data->o_res);
1059 else
1060 nfs_inode_reclaim_delegation(state->inode,
1061 data->owner->so_cred,
1062 &data->o_res);
1063 }
Trond Myklebust34310432008-12-23 15:21:38 -05001064
1065 update_open_stateid(state, &data->o_res.stateid, NULL,
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001066 data->o_arg.fmode);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001067 iput(inode);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001068out:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001069 return state;
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001070err_put_inode:
1071 iput(inode);
1072err:
1073 return ERR_PTR(ret);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001074}
1075
Trond Myklebust864472e2006-01-03 09:55:15 +01001076static struct nfs_open_context *nfs4_state_find_open_context(struct nfs4_state *state)
1077{
1078 struct nfs_inode *nfsi = NFS_I(state->inode);
1079 struct nfs_open_context *ctx;
1080
1081 spin_lock(&state->inode->i_lock);
1082 list_for_each_entry(ctx, &nfsi->open_files, list) {
1083 if (ctx->state != state)
1084 continue;
1085 get_nfs_open_context(ctx);
1086 spin_unlock(&state->inode->i_lock);
1087 return ctx;
1088 }
1089 spin_unlock(&state->inode->i_lock);
1090 return ERR_PTR(-ENOENT);
1091}
1092
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001093static struct nfs4_opendata *nfs4_open_recoverdata_alloc(struct nfs_open_context *ctx, struct nfs4_state *state)
1094{
1095 struct nfs4_opendata *opendata;
1096
Trond Myklebust8535b2b2010-05-13 12:51:01 -04001097 opendata = nfs4_opendata_alloc(&ctx->path, state->owner, 0, 0, NULL, GFP_NOFS);
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001098 if (opendata == NULL)
1099 return ERR_PTR(-ENOMEM);
1100 opendata->state = state;
1101 atomic_inc(&state->count);
1102 return opendata;
1103}
1104
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001105static int nfs4_open_recover_helper(struct nfs4_opendata *opendata, fmode_t fmode, struct nfs4_state **res)
Trond Myklebust864472e2006-01-03 09:55:15 +01001106{
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001107 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001108 int ret;
1109
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001110 opendata->o_arg.open_flags = 0;
1111 opendata->o_arg.fmode = fmode;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001112 memset(&opendata->o_res, 0, sizeof(opendata->o_res));
1113 memset(&opendata->c_res, 0, sizeof(opendata->c_res));
1114 nfs4_init_opendata_res(opendata);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001115 ret = _nfs4_recover_proc_open(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001116 if (ret != 0)
1117 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001118 newstate = nfs4_opendata_to_nfs4_state(opendata);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001119 if (IS_ERR(newstate))
1120 return PTR_ERR(newstate);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001121 nfs4_close_state(&opendata->path, newstate, fmode);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001122 *res = newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001123 return 0;
1124}
1125
1126static int nfs4_open_recover(struct nfs4_opendata *opendata, struct nfs4_state *state)
1127{
Trond Myklebust864472e2006-01-03 09:55:15 +01001128 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001129 int ret;
1130
1131 /* memory barrier prior to reading state->n_* */
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001132 clear_bit(NFS_DELEGATED_STATE, &state->flags);
Trond Myklebust864472e2006-01-03 09:55:15 +01001133 smp_rmb();
1134 if (state->n_rdwr != 0) {
Trond Myklebustb0ed9db2010-10-04 17:59:08 -04001135 clear_bit(NFS_O_RDWR_STATE, &state->flags);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001136 ret = nfs4_open_recover_helper(opendata, FMODE_READ|FMODE_WRITE, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001137 if (ret != 0)
1138 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001139 if (newstate != state)
1140 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001141 }
1142 if (state->n_wronly != 0) {
Trond Myklebustb0ed9db2010-10-04 17:59:08 -04001143 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001144 ret = nfs4_open_recover_helper(opendata, FMODE_WRITE, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001145 if (ret != 0)
1146 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001147 if (newstate != state)
1148 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001149 }
1150 if (state->n_rdonly != 0) {
Trond Myklebustb0ed9db2010-10-04 17:59:08 -04001151 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001152 ret = nfs4_open_recover_helper(opendata, FMODE_READ, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001153 if (ret != 0)
1154 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001155 if (newstate != state)
1156 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001157 }
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001158 /*
1159 * We may have performed cached opens for all three recoveries.
1160 * Check if we need to update the current stateid.
1161 */
1162 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0 &&
1163 memcmp(state->stateid.data, state->open_stateid.data, sizeof(state->stateid.data)) != 0) {
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001164 write_seqlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001165 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
1166 memcpy(state->stateid.data, state->open_stateid.data, sizeof(state->stateid.data));
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001167 write_sequnlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001168 }
Trond Myklebust864472e2006-01-03 09:55:15 +01001169 return 0;
1170}
1171
Linus Torvalds1da177e2005-04-16 15:20:36 -07001172/*
1173 * OPEN_RECLAIM:
1174 * reclaim state on the server after a reboot.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001175 */
Trond Myklebust539cd032007-06-05 11:46:42 -04001176static int _nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001177{
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001178 struct nfs_delegation *delegation;
Trond Myklebust864472e2006-01-03 09:55:15 +01001179 struct nfs4_opendata *opendata;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001180 fmode_t delegation_type = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001181 int status;
1182
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001183 opendata = nfs4_open_recoverdata_alloc(ctx, state);
1184 if (IS_ERR(opendata))
1185 return PTR_ERR(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001186 opendata->o_arg.claim = NFS4_OPEN_CLAIM_PREVIOUS;
1187 opendata->o_arg.fh = NFS_FH(state->inode);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001188 rcu_read_lock();
1189 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
Trond Myklebust15c831b2008-12-23 15:21:39 -05001190 if (delegation != NULL && test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags) != 0)
Trond Myklebust65bbf6b2007-08-27 09:57:46 -04001191 delegation_type = delegation->type;
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001192 rcu_read_unlock();
Trond Myklebust864472e2006-01-03 09:55:15 +01001193 opendata->o_arg.u.delegation_type = delegation_type;
1194 status = nfs4_open_recover(opendata, state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001195 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001196 return status;
1197}
1198
Trond Myklebust539cd032007-06-05 11:46:42 -04001199static int nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001200{
1201 struct nfs_server *server = NFS_SERVER(state->inode);
1202 struct nfs4_exception exception = { };
1203 int err;
1204 do {
Trond Myklebust539cd032007-06-05 11:46:42 -04001205 err = _nfs4_do_open_reclaim(ctx, state);
Trond Myklebust168667c2010-10-19 19:47:49 -04001206 if (err != -NFS4ERR_DELAY)
Trond Myklebust202b50d2005-06-22 17:16:29 +00001207 break;
1208 nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001209 } while (exception.retry);
1210 return err;
1211}
1212
Trond Myklebust864472e2006-01-03 09:55:15 +01001213static int nfs4_open_reclaim(struct nfs4_state_owner *sp, struct nfs4_state *state)
1214{
1215 struct nfs_open_context *ctx;
1216 int ret;
1217
1218 ctx = nfs4_state_find_open_context(state);
1219 if (IS_ERR(ctx))
1220 return PTR_ERR(ctx);
Trond Myklebust539cd032007-06-05 11:46:42 -04001221 ret = nfs4_do_open_reclaim(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +01001222 put_nfs_open_context(ctx);
1223 return ret;
1224}
1225
Trond Myklebust13437e12007-07-06 15:10:43 -04001226static 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 -07001227{
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001228 struct nfs4_opendata *opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +01001229 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001230
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001231 opendata = nfs4_open_recoverdata_alloc(ctx, state);
1232 if (IS_ERR(opendata))
1233 return PTR_ERR(opendata);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001234 opendata->o_arg.claim = NFS4_OPEN_CLAIM_DELEGATE_CUR;
Trond Myklebust13437e12007-07-06 15:10:43 -04001235 memcpy(opendata->o_arg.u.delegation.data, stateid->data,
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001236 sizeof(opendata->o_arg.u.delegation.data));
Trond Myklebust864472e2006-01-03 09:55:15 +01001237 ret = nfs4_open_recover(opendata, state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001238 nfs4_opendata_put(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001239 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001240}
1241
Trond Myklebust13437e12007-07-06 15:10:43 -04001242int nfs4_open_delegation_recall(struct nfs_open_context *ctx, struct nfs4_state *state, const nfs4_stateid *stateid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001243{
1244 struct nfs4_exception exception = { };
Trond Myklebust539cd032007-06-05 11:46:42 -04001245 struct nfs_server *server = NFS_SERVER(state->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001246 int err;
1247 do {
Trond Myklebust13437e12007-07-06 15:10:43 -04001248 err = _nfs4_open_delegation_recall(ctx, state, stateid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001249 switch (err) {
1250 case 0:
Trond Myklebust965b5d62009-06-17 13:22:59 -07001251 case -ENOENT:
1252 case -ESTALE:
1253 goto out;
Ricardo Labiagabcfa49f2009-12-07 09:22:29 -05001254 case -NFS4ERR_BADSESSION:
1255 case -NFS4ERR_BADSLOT:
1256 case -NFS4ERR_BAD_HIGH_SLOT:
1257 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
1258 case -NFS4ERR_DEADSESSION:
1259 nfs4_schedule_state_recovery(
1260 server->nfs_client);
1261 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001262 case -NFS4ERR_STALE_CLIENTID:
1263 case -NFS4ERR_STALE_STATEID:
1264 case -NFS4ERR_EXPIRED:
1265 /* Don't recall a delegation if it was lost */
David Howells7539bba2006-08-22 20:06:09 -04001266 nfs4_schedule_state_recovery(server->nfs_client);
Trond Myklebust965b5d62009-06-17 13:22:59 -07001267 goto out;
1268 case -ERESTARTSYS:
1269 /*
1270 * The show must go on: exit, but mark the
1271 * stateid as needing recovery.
1272 */
1273 case -NFS4ERR_ADMIN_REVOKED:
1274 case -NFS4ERR_BAD_STATEID:
1275 nfs4_state_mark_reclaim_nograce(server->nfs_client, state);
Trond Myklebust168667c2010-10-19 19:47:49 -04001276 case -EKEYEXPIRED:
1277 /*
1278 * User RPCSEC_GSS context has expired.
1279 * We cannot recover this stateid now, so
1280 * skip it and allow recovery thread to
1281 * proceed.
1282 */
Trond Myklebust965b5d62009-06-17 13:22:59 -07001283 case -ENOMEM:
1284 err = 0;
1285 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001286 }
1287 err = nfs4_handle_exception(server, err, &exception);
1288 } while (exception.retry);
Trond Myklebust965b5d62009-06-17 13:22:59 -07001289out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001290 return err;
1291}
1292
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001293static void nfs4_open_confirm_done(struct rpc_task *task, void *calldata)
1294{
1295 struct nfs4_opendata *data = calldata;
1296
1297 data->rpc_status = task->tk_status;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001298 if (data->rpc_status == 0) {
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001299 memcpy(data->o_res.stateid.data, data->c_res.stateid.data,
1300 sizeof(data->o_res.stateid.data));
Trond Myklebustbb226292008-01-02 15:19:18 -05001301 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust26e976a2006-01-03 09:55:21 +01001302 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust3e309912007-07-07 13:19:59 -04001303 data->rpc_done = 1;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001304 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001305}
1306
1307static void nfs4_open_confirm_release(void *calldata)
1308{
1309 struct nfs4_opendata *data = calldata;
1310 struct nfs4_state *state = NULL;
1311
1312 /* If this request hasn't been cancelled, do nothing */
1313 if (data->cancelled == 0)
1314 goto out_free;
1315 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -04001316 if (!data->rpc_done)
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001317 goto out_free;
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001318 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001319 if (!IS_ERR(state))
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001320 nfs4_close_state(&data->path, state, data->o_arg.fmode);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001321out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001322 nfs4_opendata_put(data);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001323}
1324
1325static const struct rpc_call_ops nfs4_open_confirm_ops = {
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001326 .rpc_call_done = nfs4_open_confirm_done,
1327 .rpc_release = nfs4_open_confirm_release,
1328};
1329
1330/*
1331 * Note: On error, nfs4_proc_open_confirm will free the struct nfs4_opendata
1332 */
1333static int _nfs4_proc_open_confirm(struct nfs4_opendata *data)
1334{
1335 struct nfs_server *server = NFS_SERVER(data->dir->d_inode);
1336 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001337 struct rpc_message msg = {
1338 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_CONFIRM],
1339 .rpc_argp = &data->c_arg,
1340 .rpc_resp = &data->c_res,
1341 .rpc_cred = data->owner->so_cred,
1342 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001343 struct rpc_task_setup task_setup_data = {
1344 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001345 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001346 .callback_ops = &nfs4_open_confirm_ops,
1347 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -05001348 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001349 .flags = RPC_TASK_ASYNC,
1350 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001351 int status;
1352
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001353 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -04001354 data->rpc_done = 0;
1355 data->rpc_status = 0;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001356 data->timestamp = jiffies;
Trond Myklebustc970aa82007-07-14 15:39:59 -04001357 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05001358 if (IS_ERR(task))
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001359 return PTR_ERR(task);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001360 status = nfs4_wait_for_completion_rpc_task(task);
1361 if (status != 0) {
1362 data->cancelled = 1;
1363 smp_wmb();
1364 } else
1365 status = data->rpc_status;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05001366 rpc_put_task(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001367 return status;
1368}
1369
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001370static void nfs4_open_prepare(struct rpc_task *task, void *calldata)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001371{
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001372 struct nfs4_opendata *data = calldata;
1373 struct nfs4_state_owner *sp = data->owner;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001374
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001375 if (nfs_wait_on_sequence(data->o_arg.seqid, task) != 0)
1376 return;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001377 /*
1378 * Check if we still need to send an OPEN call, or if we can use
1379 * a delegation instead.
1380 */
1381 if (data->state != NULL) {
1382 struct nfs_delegation *delegation;
1383
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001384 if (can_open_cached(data->state, data->o_arg.fmode, data->o_arg.open_flags))
Trond Myklebust6ee41262007-07-08 14:11:36 -04001385 goto out_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001386 rcu_read_lock();
1387 delegation = rcu_dereference(NFS_I(data->state->inode)->delegation);
1388 if (delegation != NULL &&
Trond Myklebust15c831b2008-12-23 15:21:39 -05001389 test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags) == 0) {
Trond Myklebustaac00a82007-07-05 19:02:21 -04001390 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -04001391 goto out_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001392 }
1393 rcu_read_unlock();
1394 }
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001395 /* Update sequence id. */
Trond Myklebust9f958ab2007-07-02 13:58:33 -04001396 data->o_arg.id = sp->so_owner_id.id;
Trond Myklebust1f0e8902010-06-24 15:11:43 -04001397 data->o_arg.clientid = sp->so_server->nfs_client->cl_clientid;
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001398 if (data->o_arg.claim == NFS4_OPEN_CLAIM_PREVIOUS) {
Trond Myklebust5138fde2007-07-14 15:40:01 -04001399 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_NOATTR];
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001400 nfs_copy_fh(&data->o_res.fh, data->o_arg.fh);
1401 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001402 data->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04001403 if (nfs4_setup_sequence(data->o_arg.server,
Andy Adamsond8985282009-04-01 09:22:21 -04001404 &data->o_arg.seq_args,
1405 &data->o_res.seq_res, 1, task))
1406 return;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001407 rpc_call_start(task);
Trond Myklebust6ee41262007-07-08 14:11:36 -04001408 return;
1409out_no_action:
1410 task->tk_action = NULL;
1411
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001412}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001413
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001414static void nfs4_recover_open_prepare(struct rpc_task *task, void *calldata)
1415{
1416 rpc_task_set_priority(task, RPC_PRIORITY_PRIVILEGED);
1417 nfs4_open_prepare(task, calldata);
1418}
1419
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001420static void nfs4_open_done(struct rpc_task *task, void *calldata)
1421{
1422 struct nfs4_opendata *data = calldata;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001423
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001424 data->rpc_status = task->tk_status;
Andy Adamsond8985282009-04-01 09:22:21 -04001425
Trond Myklebust14516c32010-07-31 14:29:06 -04001426 if (!nfs4_sequence_done(task, &data->o_res.seq_res))
1427 return;
Andy Adamsond8985282009-04-01 09:22:21 -04001428
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001429 if (task->tk_status == 0) {
1430 switch (data->o_res.f_attr->mode & S_IFMT) {
Trond Myklebust6f926b52005-10-18 14:20:18 -07001431 case S_IFREG:
1432 break;
1433 case S_IFLNK:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001434 data->rpc_status = -ELOOP;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001435 break;
1436 case S_IFDIR:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001437 data->rpc_status = -EISDIR;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001438 break;
1439 default:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001440 data->rpc_status = -ENOTDIR;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001441 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001442 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust0f9f95e2007-07-08 16:19:56 -04001443 if (!(data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM))
1444 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust6f926b52005-10-18 14:20:18 -07001445 }
Trond Myklebust3e309912007-07-07 13:19:59 -04001446 data->rpc_done = 1;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001447}
Trond Myklebust6f926b52005-10-18 14:20:18 -07001448
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001449static void nfs4_open_release(void *calldata)
1450{
1451 struct nfs4_opendata *data = calldata;
1452 struct nfs4_state *state = NULL;
1453
1454 /* If this request hasn't been cancelled, do nothing */
1455 if (data->cancelled == 0)
1456 goto out_free;
1457 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -04001458 if (data->rpc_status != 0 || !data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001459 goto out_free;
1460 /* In case we need an open_confirm, no cleanup! */
1461 if (data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM)
1462 goto out_free;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001463 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001464 if (!IS_ERR(state))
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001465 nfs4_close_state(&data->path, state, data->o_arg.fmode);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001466out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001467 nfs4_opendata_put(data);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001468}
1469
1470static const struct rpc_call_ops nfs4_open_ops = {
1471 .rpc_call_prepare = nfs4_open_prepare,
1472 .rpc_call_done = nfs4_open_done,
1473 .rpc_release = nfs4_open_release,
1474};
1475
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001476static const struct rpc_call_ops nfs4_recover_open_ops = {
1477 .rpc_call_prepare = nfs4_recover_open_prepare,
1478 .rpc_call_done = nfs4_open_done,
1479 .rpc_release = nfs4_open_release,
1480};
1481
1482static int nfs4_run_open_task(struct nfs4_opendata *data, int isrecover)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001483{
1484 struct inode *dir = data->dir->d_inode;
1485 struct nfs_server *server = NFS_SERVER(dir);
1486 struct nfs_openargs *o_arg = &data->o_arg;
1487 struct nfs_openres *o_res = &data->o_res;
1488 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001489 struct rpc_message msg = {
1490 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN],
1491 .rpc_argp = o_arg,
1492 .rpc_resp = o_res,
1493 .rpc_cred = data->owner->so_cred,
1494 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001495 struct rpc_task_setup task_setup_data = {
1496 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001497 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001498 .callback_ops = &nfs4_open_ops,
1499 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -05001500 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001501 .flags = RPC_TASK_ASYNC,
1502 };
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001503 int status;
1504
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001505 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -04001506 data->rpc_done = 0;
1507 data->rpc_status = 0;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001508 data->cancelled = 0;
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001509 if (isrecover)
1510 task_setup_data.callback_ops = &nfs4_recover_open_ops;
Trond Myklebustc970aa82007-07-14 15:39:59 -04001511 task = rpc_run_task(&task_setup_data);
Alexandros Batsakisb2579572009-12-14 21:27:57 -08001512 if (IS_ERR(task))
1513 return PTR_ERR(task);
1514 status = nfs4_wait_for_completion_rpc_task(task);
1515 if (status != 0) {
1516 data->cancelled = 1;
1517 smp_wmb();
1518 } else
1519 status = data->rpc_status;
1520 rpc_put_task(task);
1521
1522 return status;
1523}
1524
1525static int _nfs4_recover_proc_open(struct nfs4_opendata *data)
1526{
1527 struct inode *dir = data->dir->d_inode;
1528 struct nfs_openres *o_res = &data->o_res;
1529 int status;
1530
1531 status = nfs4_run_open_task(data, 1);
1532 if (status != 0 || !data->rpc_done)
1533 return status;
1534
1535 nfs_refresh_inode(dir, o_res->dir_attr);
1536
1537 if (o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) {
1538 status = _nfs4_proc_open_confirm(data);
1539 if (status != 0)
1540 return status;
1541 }
1542
1543 return status;
1544}
1545
1546/*
1547 * Note: On error, nfs4_proc_open will free the struct nfs4_opendata
1548 */
1549static int _nfs4_proc_open(struct nfs4_opendata *data)
1550{
1551 struct inode *dir = data->dir->d_inode;
1552 struct nfs_server *server = NFS_SERVER(dir);
1553 struct nfs_openargs *o_arg = &data->o_arg;
1554 struct nfs_openres *o_res = &data->o_res;
1555 int status;
1556
1557 status = nfs4_run_open_task(data, 0);
Trond Myklebust3e309912007-07-07 13:19:59 -04001558 if (status != 0 || !data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001559 return status;
1560
Trond Myklebust56ae19f2005-10-27 22:12:40 -04001561 if (o_arg->open_flags & O_CREAT) {
1562 update_changeattr(dir, &o_res->cinfo);
1563 nfs_post_op_update_inode(dir, o_res->dir_attr);
1564 } else
1565 nfs_refresh_inode(dir, o_res->dir_attr);
Trond Myklebust0df5dd42010-04-11 16:48:44 -04001566 if ((o_res->rflags & NFS4_OPEN_RESULT_LOCKTYPE_POSIX) == 0)
1567 server->caps &= ~NFS_CAP_POSIX_LOCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001568 if(o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) {
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001569 status = _nfs4_proc_open_confirm(data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001570 if (status != 0)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001571 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001572 }
1573 if (!(o_res->f_attr->valid & NFS_ATTR_FATTR))
Trond Myklebust99367812007-07-17 21:52:41 -04001574 _nfs4_proc_getattr(server, &o_res->fh, o_res->f_attr);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001575 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001576}
1577
Trond Myklebust10afec92007-05-14 17:16:04 -04001578static int nfs4_recover_expired_lease(struct nfs_server *server)
Trond Myklebust58d97142006-01-03 09:55:24 +01001579{
David Howells7539bba2006-08-22 20:06:09 -04001580 struct nfs_client *clp = server->nfs_client;
Trond Myklebusta78cb572009-08-09 15:06:19 -04001581 unsigned int loop;
Trond Myklebust6b309542006-09-14 14:03:14 -04001582 int ret;
Trond Myklebust58d97142006-01-03 09:55:24 +01001583
Trond Myklebusta78cb572009-08-09 15:06:19 -04001584 for (loop = NFS4_MAX_LOOP_ON_RECOVER; loop != 0; loop--) {
Trond Myklebust65de8722008-12-23 15:21:44 -05001585 ret = nfs4_wait_clnt_recover(clp);
Trond Myklebust6b309542006-09-14 14:03:14 -04001586 if (ret != 0)
Trond Myklebusta78cb572009-08-09 15:06:19 -04001587 break;
Trond Myklebuste598d842008-12-23 15:21:42 -05001588 if (!test_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state) &&
1589 !test_bit(NFS4CLNT_CHECK_LEASE,&clp->cl_state))
Trond Myklebust6b309542006-09-14 14:03:14 -04001590 break;
Trond Myklebust58d97142006-01-03 09:55:24 +01001591 nfs4_schedule_state_recovery(clp);
Trond Myklebusta78cb572009-08-09 15:06:19 -04001592 ret = -EIO;
Trond Myklebust6b309542006-09-14 14:03:14 -04001593 }
Trond Myklebusta78cb572009-08-09 15:06:19 -04001594 return ret;
Trond Myklebust58d97142006-01-03 09:55:24 +01001595}
1596
Linus Torvalds1da177e2005-04-16 15:20:36 -07001597/*
1598 * OPEN_EXPIRED:
1599 * reclaim state on the server after a network partition.
1600 * Assumes caller holds the appropriate lock
1601 */
Trond Myklebust539cd032007-06-05 11:46:42 -04001602static int _nfs4_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001603{
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001604 struct nfs4_opendata *opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +01001605 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001606
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001607 opendata = nfs4_open_recoverdata_alloc(ctx, state);
1608 if (IS_ERR(opendata))
1609 return PTR_ERR(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001610 ret = nfs4_open_recover(opendata, state);
Trond Myklebust35d05772008-04-05 15:54:17 -04001611 if (ret == -ESTALE)
Trond Myklebust539cd032007-06-05 11:46:42 -04001612 d_drop(ctx->path.dentry);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001613 nfs4_opendata_put(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001614 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001615}
1616
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05001617static int nfs4_do_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Trond Myklebust202b50d2005-06-22 17:16:29 +00001618{
Trond Myklebust539cd032007-06-05 11:46:42 -04001619 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust202b50d2005-06-22 17:16:29 +00001620 struct nfs4_exception exception = { };
1621 int err;
1622
1623 do {
Trond Myklebust539cd032007-06-05 11:46:42 -04001624 err = _nfs4_open_expired(ctx, state);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05001625 switch (err) {
1626 default:
1627 goto out;
1628 case -NFS4ERR_GRACE:
1629 case -NFS4ERR_DELAY:
1630 nfs4_handle_exception(server, err, &exception);
1631 err = 0;
1632 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00001633 } while (exception.retry);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05001634out:
Trond Myklebust202b50d2005-06-22 17:16:29 +00001635 return err;
1636}
1637
Linus Torvalds1da177e2005-04-16 15:20:36 -07001638static int nfs4_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
1639{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001640 struct nfs_open_context *ctx;
Trond Myklebust864472e2006-01-03 09:55:15 +01001641 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001642
Trond Myklebust864472e2006-01-03 09:55:15 +01001643 ctx = nfs4_state_find_open_context(state);
1644 if (IS_ERR(ctx))
1645 return PTR_ERR(ctx);
Trond Myklebust539cd032007-06-05 11:46:42 -04001646 ret = nfs4_do_open_expired(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +01001647 put_nfs_open_context(ctx);
1648 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001649}
1650
1651/*
Jeff Laytonaa53ed52007-06-05 14:49:03 -04001652 * on an EXCLUSIVE create, the server should send back a bitmask with FATTR4-*
1653 * fields corresponding to attributes that were used to store the verifier.
1654 * Make sure we clobber those fields in the later setattr call
1655 */
1656static inline void nfs4_exclusive_attrset(struct nfs4_opendata *opendata, struct iattr *sattr)
1657{
1658 if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_ACCESS) &&
1659 !(sattr->ia_valid & ATTR_ATIME_SET))
1660 sattr->ia_valid |= ATTR_ATIME;
1661
1662 if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_MODIFY) &&
1663 !(sattr->ia_valid & ATTR_MTIME_SET))
1664 sattr->ia_valid |= ATTR_MTIME;
1665}
1666
1667/*
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001668 * Returns a referenced nfs4_state
Linus Torvalds1da177e2005-04-16 15:20:36 -07001669 */
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001670static int _nfs4_do_open(struct inode *dir, struct path *path, fmode_t fmode, int flags, struct iattr *sattr, struct rpc_cred *cred, struct nfs4_state **res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001671{
1672 struct nfs4_state_owner *sp;
1673 struct nfs4_state *state = NULL;
1674 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001675 struct nfs4_opendata *opendata;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001676 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001677
1678 /* Protect against reboot recovery conflicts */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001679 status = -ENOMEM;
1680 if (!(sp = nfs4_get_state_owner(server, cred))) {
1681 dprintk("nfs4_do_open: nfs4_get_state_owner failed!\n");
1682 goto out_err;
1683 }
Trond Myklebust58d97142006-01-03 09:55:24 +01001684 status = nfs4_recover_expired_lease(server);
1685 if (status != 0)
Trond Myklebustb4454fe2006-01-03 09:55:25 +01001686 goto err_put_state_owner;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001687 if (path->dentry->d_inode != NULL)
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001688 nfs4_return_incompatible_delegation(path->dentry->d_inode, fmode);
Trond Myklebust58d97142006-01-03 09:55:24 +01001689 status = -ENOMEM;
Trond Myklebust8535b2b2010-05-13 12:51:01 -04001690 opendata = nfs4_opendata_alloc(path, sp, fmode, flags, sattr, GFP_KERNEL);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001691 if (opendata == NULL)
Trond Myklebust95d35cb2008-12-23 15:21:45 -05001692 goto err_put_state_owner;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001693
Trond Myklebustaac00a82007-07-05 19:02:21 -04001694 if (path->dentry->d_inode != NULL)
1695 opendata->state = nfs4_get_open_state(path->dentry->d_inode, sp);
1696
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001697 status = _nfs4_proc_open(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001698 if (status != 0)
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001699 goto err_opendata_put;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001700
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001701 state = nfs4_opendata_to_nfs4_state(opendata);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001702 status = PTR_ERR(state);
1703 if (IS_ERR(state))
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001704 goto err_opendata_put;
Trond Myklebust0df5dd42010-04-11 16:48:44 -04001705 if (server->caps & NFS_CAP_POSIX_LOCK)
Trond Myklebust8e469eb2010-01-26 15:42:30 -05001706 set_bit(NFS_STATE_POSIX_LOCKS, &state->flags);
Trond Myklebust0ab64e02010-04-16 16:22:51 -04001707
1708 if (opendata->o_arg.open_flags & O_EXCL) {
1709 nfs4_exclusive_attrset(opendata, sattr);
1710
1711 nfs_fattr_init(opendata->o_res.f_attr);
1712 status = nfs4_do_setattr(state->inode, cred,
1713 opendata->o_res.f_attr, sattr,
1714 state);
1715 if (status == 0)
1716 nfs_setattr_update_inode(state->inode, sattr);
1717 nfs_post_op_update_inode(state->inode, opendata->o_res.f_attr);
1718 }
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001719 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001720 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001721 *res = state;
1722 return 0;
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001723err_opendata_put:
1724 nfs4_opendata_put(opendata);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001725err_put_state_owner:
1726 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001727out_err:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001728 *res = NULL;
1729 return status;
1730}
1731
1732
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001733static struct nfs4_state *nfs4_do_open(struct inode *dir, struct path *path, fmode_t fmode, int flags, struct iattr *sattr, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001734{
1735 struct nfs4_exception exception = { };
1736 struct nfs4_state *res;
1737 int status;
1738
1739 do {
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001740 status = _nfs4_do_open(dir, path, fmode, flags, sattr, cred, &res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001741 if (status == 0)
1742 break;
1743 /* NOTE: BAD_SEQID means the server and client disagree about the
1744 * book-keeping w.r.t. state-changing operations
1745 * (OPEN/CLOSE/LOCK/LOCKU...)
1746 * It is actually a sign of a bug on the client or on the server.
1747 *
1748 * If we receive a BAD_SEQID error in the particular case of
Trond Myklebustcee54fc2005-10-18 14:20:12 -07001749 * doing an OPEN, we assume that nfs_increment_open_seqid() will
Linus Torvalds1da177e2005-04-16 15:20:36 -07001750 * have unhashed the old state_owner for us, and that we can
1751 * therefore safely retry using a new one. We should still warn
1752 * the user though...
1753 */
1754 if (status == -NFS4ERR_BAD_SEQID) {
Trond Myklebust6f43ddc2007-07-08 16:49:11 -04001755 printk(KERN_WARNING "NFS: v4 server %s "
1756 " returned a bad sequence-id error!\n",
1757 NFS_SERVER(dir)->nfs_client->cl_hostname);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001758 exception.retry = 1;
1759 continue;
1760 }
Trond Myklebust550f5742005-10-18 14:20:21 -07001761 /*
1762 * BAD_STATEID on OPEN means that the server cancelled our
1763 * state before it received the OPEN_CONFIRM.
1764 * Recover by retrying the request as per the discussion
1765 * on Page 181 of RFC3530.
1766 */
1767 if (status == -NFS4ERR_BAD_STATEID) {
1768 exception.retry = 1;
1769 continue;
1770 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001771 if (status == -EAGAIN) {
1772 /* We must have found a delegation */
1773 exception.retry = 1;
1774 continue;
1775 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001776 res = ERR_PTR(nfs4_handle_exception(NFS_SERVER(dir),
1777 status, &exception));
1778 } while (exception.retry);
1779 return res;
1780}
1781
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001782static int _nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
1783 struct nfs_fattr *fattr, struct iattr *sattr,
1784 struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001785{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05001786 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001787 struct nfs_setattrargs arg = {
Trond Myklebust3e4f6292006-03-20 13:44:46 -05001788 .fh = NFS_FH(inode),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001789 .iap = sattr,
1790 .server = server,
1791 .bitmask = server->attr_bitmask,
1792 };
1793 struct nfs_setattrres res = {
1794 .fattr = fattr,
1795 .server = server,
1796 };
1797 struct rpc_message msg = {
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001798 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETATTR],
1799 .rpc_argp = &arg,
1800 .rpc_resp = &res,
1801 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001802 };
Trond Myklebust26e976a2006-01-03 09:55:21 +01001803 unsigned long timestamp = jiffies;
Trond Myklebust65e43082005-08-16 11:49:44 -04001804 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001805
Trond Myklebust0e574af2005-10-27 22:12:38 -04001806 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001807
Trond Myklebust3e4f6292006-03-20 13:44:46 -05001808 if (nfs4_copy_delegation_stateid(&arg.stateid, inode)) {
1809 /* Use that stateid */
1810 } else if (state != NULL) {
Trond Myklebust77041ed2010-07-01 12:49:11 -04001811 nfs4_copy_stateid(&arg.stateid, state, current->files, current->tgid);
Trond Myklebust08e9eac2005-06-22 17:16:29 +00001812 } else
Linus Torvalds1da177e2005-04-16 15:20:36 -07001813 memcpy(&arg.stateid, &zero_stateid, sizeof(arg.stateid));
1814
Andy Adamsoncccef3b2009-04-01 09:22:03 -04001815 status = nfs4_call_sync(server, &msg, &arg, &res, 1);
Trond Myklebust26e976a2006-01-03 09:55:21 +01001816 if (status == 0 && state != NULL)
1817 renew_lease(server, timestamp);
Trond Myklebust65e43082005-08-16 11:49:44 -04001818 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001819}
1820
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001821static int nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
1822 struct nfs_fattr *fattr, struct iattr *sattr,
1823 struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001824{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05001825 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001826 struct nfs4_exception exception = { };
1827 int err;
1828 do {
1829 err = nfs4_handle_exception(server,
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001830 _nfs4_do_setattr(inode, cred, fattr, sattr, state),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001831 &exception);
1832 } while (exception.retry);
1833 return err;
1834}
1835
1836struct nfs4_closedata {
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001837 struct path path;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001838 struct inode *inode;
1839 struct nfs4_state *state;
1840 struct nfs_closeargs arg;
1841 struct nfs_closeres res;
Trond Myklebust516a6af2005-10-27 22:12:41 -04001842 struct nfs_fattr fattr;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001843 unsigned long timestamp;
Fred Isamanf7e89172011-01-06 11:36:32 +00001844 bool roc;
1845 u32 roc_barrier;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001846};
1847
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001848static void nfs4_free_closedata(void *data)
Trond Myklebust95121352005-10-18 14:20:12 -07001849{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001850 struct nfs4_closedata *calldata = data;
1851 struct nfs4_state_owner *sp = calldata->state->owner;
Trond Myklebust95121352005-10-18 14:20:12 -07001852
Fred Isamanf7e89172011-01-06 11:36:32 +00001853 if (calldata->roc)
1854 pnfs_roc_release(calldata->state->inode);
Trond Myklebust95121352005-10-18 14:20:12 -07001855 nfs4_put_open_state(calldata->state);
1856 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust95121352005-10-18 14:20:12 -07001857 nfs4_put_state_owner(sp);
Jan Blunck31f31db12008-05-02 13:42:45 -07001858 path_put(&calldata->path);
Trond Myklebust95121352005-10-18 14:20:12 -07001859 kfree(calldata);
1860}
1861
Trond Myklebust88069f72009-12-08 08:33:16 -05001862static void nfs4_close_clear_stateid_flags(struct nfs4_state *state,
1863 fmode_t fmode)
1864{
1865 spin_lock(&state->owner->so_lock);
1866 if (!(fmode & FMODE_READ))
1867 clear_bit(NFS_O_RDONLY_STATE, &state->flags);
1868 if (!(fmode & FMODE_WRITE))
1869 clear_bit(NFS_O_WRONLY_STATE, &state->flags);
1870 clear_bit(NFS_O_RDWR_STATE, &state->flags);
1871 spin_unlock(&state->owner->so_lock);
1872}
1873
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001874static void nfs4_close_done(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001875{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001876 struct nfs4_closedata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001877 struct nfs4_state *state = calldata->state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001878 struct nfs_server *server = NFS_SERVER(calldata->inode);
1879
Trond Myklebust14516c32010-07-31 14:29:06 -04001880 if (!nfs4_sequence_done(task, &calldata->res.seq_res))
1881 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001882 /* hmm. we are done with the inode, and in the process of freeing
1883 * the state_owner. we keep this around to process errors
1884 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001885 switch (task->tk_status) {
1886 case 0:
Fred Isamanf7e89172011-01-06 11:36:32 +00001887 if (calldata->roc)
1888 pnfs_roc_set_barrier(state->inode,
1889 calldata->roc_barrier);
Trond Myklebust45328c32007-07-26 17:47:34 -04001890 nfs_set_open_stateid(state, &calldata->res.stateid, 0);
Trond Myklebust26e976a2006-01-03 09:55:21 +01001891 renew_lease(server, calldata->timestamp);
Trond Myklebust88069f72009-12-08 08:33:16 -05001892 nfs4_close_clear_stateid_flags(state,
1893 calldata->arg.fmode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001894 break;
1895 case -NFS4ERR_STALE_STATEID:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05001896 case -NFS4ERR_OLD_STATEID:
1897 case -NFS4ERR_BAD_STATEID:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001898 case -NFS4ERR_EXPIRED:
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001899 if (calldata->arg.fmode == 0)
Trond Myklebust9e33bed2008-12-23 15:21:46 -05001900 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001901 default:
Trond Myklebust72211db2009-12-15 14:47:36 -05001902 if (nfs4_async_handle_error(task, server, state) == -EAGAIN)
1903 rpc_restart_call_prepare(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001904 }
Trond Myklebust72211db2009-12-15 14:47:36 -05001905 nfs_release_seqid(calldata->arg.seqid);
Trond Myklebust516a6af2005-10-27 22:12:41 -04001906 nfs_refresh_inode(calldata->inode, calldata->res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001907}
1908
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01001909static void nfs4_close_prepare(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001910{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01001911 struct nfs4_closedata *calldata = data;
Trond Myklebust95121352005-10-18 14:20:12 -07001912 struct nfs4_state *state = calldata->state;
Trond Myklebust88069f72009-12-08 08:33:16 -05001913 int call_close = 0;
Trond Myklebust95121352005-10-18 14:20:12 -07001914
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001915 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebust95121352005-10-18 14:20:12 -07001916 return;
Trond Myklebust003707c2007-07-05 18:07:55 -04001917
Trond Myklebust88069f72009-12-08 08:33:16 -05001918 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_DOWNGRADE];
1919 calldata->arg.fmode = FMODE_READ|FMODE_WRITE;
Trond Myklebust4cecb762005-11-04 15:32:58 -05001920 spin_lock(&state->owner->so_lock);
Trond Myklebust003707c2007-07-05 18:07:55 -04001921 /* Calculate the change in open mode */
Trond Myklebuste7616922006-01-03 09:55:13 +01001922 if (state->n_rdwr == 0) {
Trond Myklebust003707c2007-07-05 18:07:55 -04001923 if (state->n_rdonly == 0) {
Trond Myklebust88069f72009-12-08 08:33:16 -05001924 call_close |= test_bit(NFS_O_RDONLY_STATE, &state->flags);
1925 call_close |= test_bit(NFS_O_RDWR_STATE, &state->flags);
1926 calldata->arg.fmode &= ~FMODE_READ;
Trond Myklebust003707c2007-07-05 18:07:55 -04001927 }
1928 if (state->n_wronly == 0) {
Trond Myklebust88069f72009-12-08 08:33:16 -05001929 call_close |= test_bit(NFS_O_WRONLY_STATE, &state->flags);
1930 call_close |= test_bit(NFS_O_RDWR_STATE, &state->flags);
1931 calldata->arg.fmode &= ~FMODE_WRITE;
Trond Myklebust003707c2007-07-05 18:07:55 -04001932 }
Trond Myklebuste7616922006-01-03 09:55:13 +01001933 }
Trond Myklebust4cecb762005-11-04 15:32:58 -05001934 spin_unlock(&state->owner->so_lock);
Trond Myklebust88069f72009-12-08 08:33:16 -05001935
1936 if (!call_close) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001937 /* Note: exit _without_ calling nfs4_close_done */
1938 task->tk_action = NULL;
Trond Myklebust95121352005-10-18 14:20:12 -07001939 return;
1940 }
Trond Myklebust88069f72009-12-08 08:33:16 -05001941
Fred Isamanf7e89172011-01-06 11:36:32 +00001942 if (calldata->arg.fmode == 0) {
Trond Myklebust88069f72009-12-08 08:33:16 -05001943 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE];
Fred Isamanf7e89172011-01-06 11:36:32 +00001944 if (calldata->roc &&
1945 pnfs_roc_drain(calldata->inode, &calldata->roc_barrier)) {
1946 rpc_sleep_on(&NFS_SERVER(calldata->inode)->roc_rpcwaitq,
1947 task, NULL);
1948 return;
1949 }
1950 }
Trond Myklebust88069f72009-12-08 08:33:16 -05001951
Trond Myklebust516a6af2005-10-27 22:12:41 -04001952 nfs_fattr_init(calldata->res.fattr);
Trond Myklebust26e976a2006-01-03 09:55:21 +01001953 calldata->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04001954 if (nfs4_setup_sequence(NFS_SERVER(calldata->inode),
Andy Adamson19ddab02009-04-01 09:22:20 -04001955 &calldata->arg.seq_args, &calldata->res.seq_res,
1956 1, task))
1957 return;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001958 rpc_call_start(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001959}
1960
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001961static const struct rpc_call_ops nfs4_close_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01001962 .rpc_call_prepare = nfs4_close_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001963 .rpc_call_done = nfs4_close_done,
1964 .rpc_release = nfs4_free_closedata,
1965};
1966
Linus Torvalds1da177e2005-04-16 15:20:36 -07001967/*
1968 * It is possible for data to be read/written from a mem-mapped file
1969 * after the sys_close call (which hits the vfs layer as a flush).
1970 * This means that we can't safely call nfsv4 close on a file until
1971 * the inode is cleared. This in turn means that we are not good
1972 * NFSv4 citizens - we do not indicate to the server to update the file's
1973 * share state even when we are done with one of the three share
1974 * stateid's in the inode.
1975 *
1976 * NOTE: Caller must be holding the sp->so_owner semaphore!
1977 */
Fred Isamanf7e89172011-01-06 11:36:32 +00001978int nfs4_do_close(struct path *path, struct nfs4_state *state, gfp_t gfp_mask, int wait, bool roc)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001979{
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001980 struct nfs_server *server = NFS_SERVER(state->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001981 struct nfs4_closedata *calldata;
Trond Myklebustb39e6252007-06-11 23:05:07 -04001982 struct nfs4_state_owner *sp = state->owner;
1983 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001984 struct rpc_message msg = {
1985 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE],
1986 .rpc_cred = state->owner->so_cred,
1987 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001988 struct rpc_task_setup task_setup_data = {
1989 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001990 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001991 .callback_ops = &nfs4_close_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05001992 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001993 .flags = RPC_TASK_ASYNC,
1994 };
Trond Myklebust95121352005-10-18 14:20:12 -07001995 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001996
Trond Myklebust8535b2b2010-05-13 12:51:01 -04001997 calldata = kzalloc(sizeof(*calldata), gfp_mask);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001998 if (calldata == NULL)
Trond Myklebust95121352005-10-18 14:20:12 -07001999 goto out;
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002000 calldata->inode = state->inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002001 calldata->state = state;
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002002 calldata->arg.fh = NFS_FH(state->inode);
Trond Myklebust003707c2007-07-05 18:07:55 -04002003 calldata->arg.stateid = &state->open_stateid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002004 /* Serialization for the sequence id */
Trond Myklebust8535b2b2010-05-13 12:51:01 -04002005 calldata->arg.seqid = nfs_alloc_seqid(&state->owner->so_seqid, gfp_mask);
Trond Myklebust95121352005-10-18 14:20:12 -07002006 if (calldata->arg.seqid == NULL)
2007 goto out_free_calldata;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002008 calldata->arg.fmode = 0;
Trond Myklebusta65318b2009-03-11 14:10:28 -04002009 calldata->arg.bitmask = server->cache_consistency_bitmask;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002010 calldata->res.fattr = &calldata->fattr;
Trond Myklebustc1d51932008-04-07 13:20:54 -04002011 calldata->res.seqid = calldata->arg.seqid;
Trond Myklebust516a6af2005-10-27 22:12:41 -04002012 calldata->res.server = server;
Fred Isamanf7e89172011-01-06 11:36:32 +00002013 calldata->roc = roc;
Al Virof6948692010-01-30 13:51:04 -05002014 path_get(path);
2015 calldata->path = *path;
Trond Myklebust95121352005-10-18 14:20:12 -07002016
Trond Myklebust1174dd12010-12-21 10:52:24 -05002017 msg.rpc_argp = &calldata->arg;
2018 msg.rpc_resp = &calldata->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04002019 task_setup_data.callback_data = calldata;
2020 task = rpc_run_task(&task_setup_data);
Trond Myklebustb39e6252007-06-11 23:05:07 -04002021 if (IS_ERR(task))
2022 return PTR_ERR(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04002023 status = 0;
2024 if (wait)
2025 status = rpc_wait_for_completion_task(task);
Trond Myklebustb39e6252007-06-11 23:05:07 -04002026 rpc_put_task(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04002027 return status;
Trond Myklebust95121352005-10-18 14:20:12 -07002028out_free_calldata:
2029 kfree(calldata);
2030out:
Fred Isamanf7e89172011-01-06 11:36:32 +00002031 if (roc)
2032 pnfs_roc_release(state->inode);
Trond Myklebustb39e6252007-06-11 23:05:07 -04002033 nfs4_put_open_state(state);
2034 nfs4_put_state_owner(sp);
Trond Myklebust95121352005-10-18 14:20:12 -07002035 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002036}
2037
Trond Myklebust2b484292010-09-17 10:56:51 -04002038static struct inode *
Trond Myklebustcd9a1c02010-09-17 10:56:50 -04002039nfs4_atomic_open(struct inode *dir, struct nfs_open_context *ctx, int open_flags, struct iattr *attr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002040{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002041 struct nfs4_state *state;
2042
Trond Myklebust565277f2007-10-15 18:17:53 -04002043 /* Protect against concurrent sillydeletes */
Trond Myklebustcd9a1c02010-09-17 10:56:50 -04002044 state = nfs4_do_open(dir, &ctx->path, ctx->mode, open_flags, attr, ctx->cred);
Trond Myklebustf46e0bd2010-09-17 10:56:50 -04002045 if (IS_ERR(state))
2046 return ERR_CAST(state);
Trond Myklebustcd9a1c02010-09-17 10:56:50 -04002047 ctx->state = state;
Trond Myklebustf46e0bd2010-09-17 10:56:50 -04002048 return igrab(state->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002049}
2050
Trond Myklebust1185a552009-12-03 15:54:02 -05002051static void nfs4_close_context(struct nfs_open_context *ctx, int is_sync)
Trond Myklebust7fe5c392009-03-19 15:35:50 -04002052{
2053 if (ctx->state == NULL)
2054 return;
2055 if (is_sync)
2056 nfs4_close_sync(&ctx->path, ctx->state, ctx->mode);
2057 else
2058 nfs4_close_state(&ctx->path, ctx->state, ctx->mode);
2059}
Linus Torvalds1da177e2005-04-16 15:20:36 -07002060
2061static int _nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
2062{
Benny Halevy43652ad2009-04-01 09:21:54 -04002063 struct nfs4_server_caps_arg args = {
2064 .fhandle = fhandle,
2065 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002066 struct nfs4_server_caps_res res = {};
2067 struct rpc_message msg = {
2068 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SERVER_CAPS],
Benny Halevy43652ad2009-04-01 09:21:54 -04002069 .rpc_argp = &args,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002070 .rpc_resp = &res,
2071 };
2072 int status;
2073
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002074 status = nfs4_call_sync(server, &msg, &args, &res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002075 if (status == 0) {
2076 memcpy(server->attr_bitmask, res.attr_bitmask, sizeof(server->attr_bitmask));
Trond Myklebust62ab460c2009-08-09 15:06:19 -04002077 server->caps &= ~(NFS_CAP_ACLS|NFS_CAP_HARDLINKS|
2078 NFS_CAP_SYMLINKS|NFS_CAP_FILEID|
2079 NFS_CAP_MODE|NFS_CAP_NLINK|NFS_CAP_OWNER|
2080 NFS_CAP_OWNER_GROUP|NFS_CAP_ATIME|
2081 NFS_CAP_CTIME|NFS_CAP_MTIME);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002082 if (res.attr_bitmask[0] & FATTR4_WORD0_ACL)
2083 server->caps |= NFS_CAP_ACLS;
2084 if (res.has_links != 0)
2085 server->caps |= NFS_CAP_HARDLINKS;
2086 if (res.has_symlinks != 0)
2087 server->caps |= NFS_CAP_SYMLINKS;
Trond Myklebust62ab460c2009-08-09 15:06:19 -04002088 if (res.attr_bitmask[0] & FATTR4_WORD0_FILEID)
2089 server->caps |= NFS_CAP_FILEID;
2090 if (res.attr_bitmask[1] & FATTR4_WORD1_MODE)
2091 server->caps |= NFS_CAP_MODE;
2092 if (res.attr_bitmask[1] & FATTR4_WORD1_NUMLINKS)
2093 server->caps |= NFS_CAP_NLINK;
2094 if (res.attr_bitmask[1] & FATTR4_WORD1_OWNER)
2095 server->caps |= NFS_CAP_OWNER;
2096 if (res.attr_bitmask[1] & FATTR4_WORD1_OWNER_GROUP)
2097 server->caps |= NFS_CAP_OWNER_GROUP;
2098 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_ACCESS)
2099 server->caps |= NFS_CAP_ATIME;
2100 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_METADATA)
2101 server->caps |= NFS_CAP_CTIME;
2102 if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_MODIFY)
2103 server->caps |= NFS_CAP_MTIME;
2104
Trond Myklebusta65318b2009-03-11 14:10:28 -04002105 memcpy(server->cache_consistency_bitmask, res.attr_bitmask, sizeof(server->cache_consistency_bitmask));
2106 server->cache_consistency_bitmask[0] &= FATTR4_WORD0_CHANGE|FATTR4_WORD0_SIZE;
2107 server->cache_consistency_bitmask[1] &= FATTR4_WORD1_TIME_METADATA|FATTR4_WORD1_TIME_MODIFY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002108 server->acl_bitmask = res.acl_bitmask;
2109 }
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002110
Linus Torvalds1da177e2005-04-16 15:20:36 -07002111 return status;
2112}
2113
Trond Myklebust55a97592006-06-09 09:34:19 -04002114int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002115{
2116 struct nfs4_exception exception = { };
2117 int err;
2118 do {
2119 err = nfs4_handle_exception(server,
2120 _nfs4_server_capabilities(server, fhandle),
2121 &exception);
2122 } while (exception.retry);
2123 return err;
2124}
2125
2126static int _nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
2127 struct nfs_fsinfo *info)
2128{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002129 struct nfs4_lookup_root_arg args = {
2130 .bitmask = nfs4_fattr_bitmap,
2131 };
2132 struct nfs4_lookup_res res = {
2133 .server = server,
Trond Myklebust0e574af2005-10-27 22:12:38 -04002134 .fattr = info->fattr,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002135 .fh = fhandle,
2136 };
2137 struct rpc_message msg = {
2138 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP_ROOT],
2139 .rpc_argp = &args,
2140 .rpc_resp = &res,
2141 };
Benny Halevy008f55d2009-04-01 09:22:50 -04002142
Trond Myklebust0e574af2005-10-27 22:12:38 -04002143 nfs_fattr_init(info->fattr);
Trond Myklebustfccba802009-07-21 16:48:07 -04002144 return nfs4_call_sync(server, &msg, &args, &res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002145}
2146
2147static int nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
2148 struct nfs_fsinfo *info)
2149{
2150 struct nfs4_exception exception = { };
2151 int err;
2152 do {
2153 err = nfs4_handle_exception(server,
2154 _nfs4_lookup_root(server, fhandle, info),
2155 &exception);
2156 } while (exception.retry);
2157 return err;
2158}
2159
David Howells54ceac42006-08-22 20:06:13 -04002160/*
2161 * get the file handle for the "/" directory on the server
2162 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002163static int nfs4_proc_get_root(struct nfs_server *server, struct nfs_fh *fhandle,
David Howells54ceac42006-08-22 20:06:13 -04002164 struct nfs_fsinfo *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002165{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002166 int status;
2167
Linus Torvalds1da177e2005-04-16 15:20:36 -07002168 status = nfs4_lookup_root(server, fhandle, info);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002169 if (status == 0)
2170 status = nfs4_server_capabilities(server, fhandle);
2171 if (status == 0)
2172 status = nfs4_do_fsinfo(server, fhandle, info);
Trond Myklebustc12e87f2006-03-13 21:20:47 -08002173 return nfs4_map_errors(status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002174}
2175
Manoj Naik6b97fd32006-06-09 09:34:29 -04002176/*
2177 * Get locations and (maybe) other attributes of a referral.
2178 * Note that we'll actually follow the referral later when
2179 * we detect fsid mismatch in inode revalidation
2180 */
Trond Myklebust56659e92007-07-17 21:52:39 -04002181static int nfs4_get_referral(struct inode *dir, const struct qstr *name, struct nfs_fattr *fattr, struct nfs_fh *fhandle)
Manoj Naik6b97fd32006-06-09 09:34:29 -04002182{
2183 int status = -ENOMEM;
2184 struct page *page = NULL;
2185 struct nfs4_fs_locations *locations = NULL;
Manoj Naik6b97fd32006-06-09 09:34:29 -04002186
2187 page = alloc_page(GFP_KERNEL);
2188 if (page == NULL)
2189 goto out;
2190 locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL);
2191 if (locations == NULL)
2192 goto out;
2193
Trond Myklebustc228fd32007-01-13 02:28:11 -05002194 status = nfs4_proc_fs_locations(dir, name, locations, page);
Manoj Naik6b97fd32006-06-09 09:34:29 -04002195 if (status != 0)
2196 goto out;
2197 /* Make sure server returned a different fsid for the referral */
2198 if (nfs_fsid_equal(&NFS_SERVER(dir)->fsid, &locations->fattr.fsid)) {
Harvey Harrison3110ff82008-05-02 13:42:44 -07002199 dprintk("%s: server did not return a different fsid for a referral at %s\n", __func__, name->name);
Manoj Naik6b97fd32006-06-09 09:34:29 -04002200 status = -EIO;
2201 goto out;
2202 }
2203
2204 memcpy(fattr, &locations->fattr, sizeof(struct nfs_fattr));
2205 fattr->valid |= NFS_ATTR_FATTR_V4_REFERRAL;
2206 if (!fattr->mode)
2207 fattr->mode = S_IFDIR;
2208 memset(fhandle, 0, sizeof(struct nfs_fh));
2209out:
2210 if (page)
2211 __free_page(page);
Davidlohr Bueso5d7ca352010-08-11 12:42:15 -04002212 kfree(locations);
Manoj Naik6b97fd32006-06-09 09:34:29 -04002213 return status;
2214}
2215
Linus Torvalds1da177e2005-04-16 15:20:36 -07002216static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr)
2217{
2218 struct nfs4_getattr_arg args = {
2219 .fh = fhandle,
2220 .bitmask = server->attr_bitmask,
2221 };
2222 struct nfs4_getattr_res res = {
2223 .fattr = fattr,
2224 .server = server,
2225 };
2226 struct rpc_message msg = {
2227 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETATTR],
2228 .rpc_argp = &args,
2229 .rpc_resp = &res,
2230 };
2231
Trond Myklebust0e574af2005-10-27 22:12:38 -04002232 nfs_fattr_init(fattr);
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002233 return nfs4_call_sync(server, &msg, &args, &res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002234}
2235
2236static int nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr)
2237{
2238 struct nfs4_exception exception = { };
2239 int err;
2240 do {
2241 err = nfs4_handle_exception(server,
2242 _nfs4_proc_getattr(server, fhandle, fattr),
2243 &exception);
2244 } while (exception.retry);
2245 return err;
2246}
2247
2248/*
2249 * The file is not closed if it is opened due to the a request to change
2250 * the size of the file. The open call will not be needed once the
2251 * VFS layer lookup-intents are implemented.
2252 *
2253 * Close is called when the inode is destroyed.
2254 * If we haven't opened the file for O_WRONLY, we
2255 * need to in the size_change case to obtain a stateid.
2256 *
2257 * Got race?
2258 * Because OPEN is always done by name in nfsv4, it is
2259 * possible that we opened a different file by the same
2260 * name. We can recognize this race condition, but we
2261 * can't do anything about it besides returning an error.
2262 *
2263 * This will be fixed with VFS changes (lookup-intent).
2264 */
2265static int
2266nfs4_proc_setattr(struct dentry *dentry, struct nfs_fattr *fattr,
2267 struct iattr *sattr)
2268{
Trond Myklebust08e9eac2005-06-22 17:16:29 +00002269 struct inode *inode = dentry->d_inode;
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002270 struct rpc_cred *cred = NULL;
Trond Myklebustd5308382005-11-04 15:33:38 -05002271 struct nfs4_state *state = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002272 int status;
2273
Trond Myklebust0e574af2005-10-27 22:12:38 -04002274 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002275
Trond Myklebustd5308382005-11-04 15:33:38 -05002276 /* Search for an existing open(O_WRITE) file */
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002277 if (sattr->ia_valid & ATTR_FILE) {
2278 struct nfs_open_context *ctx;
Trond Myklebust08e9eac2005-06-22 17:16:29 +00002279
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002280 ctx = nfs_file_open_context(sattr->ia_file);
Neil Brown504e5182008-10-16 14:15:16 +11002281 if (ctx) {
2282 cred = ctx->cred;
2283 state = ctx->state;
2284 }
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002285 }
2286
2287 status = nfs4_do_setattr(inode, cred, fattr, sattr, state);
Trond Myklebust65e43082005-08-16 11:49:44 -04002288 if (status == 0)
2289 nfs_setattr_update_inode(inode, sattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002290 return status;
2291}
2292
Trond Myklebust56659e92007-07-17 21:52:39 -04002293static int _nfs4_proc_lookupfh(struct nfs_server *server, const struct nfs_fh *dirfh,
2294 const struct qstr *name, struct nfs_fh *fhandle,
David Howells2b3de442006-08-22 20:06:09 -04002295 struct nfs_fattr *fattr)
2296{
2297 int status;
2298 struct nfs4_lookup_arg args = {
2299 .bitmask = server->attr_bitmask,
2300 .dir_fh = dirfh,
2301 .name = name,
2302 };
2303 struct nfs4_lookup_res res = {
2304 .server = server,
2305 .fattr = fattr,
2306 .fh = fhandle,
2307 };
2308 struct rpc_message msg = {
2309 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP],
2310 .rpc_argp = &args,
2311 .rpc_resp = &res,
2312 };
2313
2314 nfs_fattr_init(fattr);
2315
2316 dprintk("NFS call lookupfh %s\n", name->name);
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002317 status = nfs4_call_sync(server, &msg, &args, &res, 0);
David Howells2b3de442006-08-22 20:06:09 -04002318 dprintk("NFS reply lookupfh: %d\n", status);
David Howells2b3de442006-08-22 20:06:09 -04002319 return status;
2320}
2321
2322static int nfs4_proc_lookupfh(struct nfs_server *server, struct nfs_fh *dirfh,
2323 struct qstr *name, struct nfs_fh *fhandle,
2324 struct nfs_fattr *fattr)
2325{
2326 struct nfs4_exception exception = { };
2327 int err;
2328 do {
Trond Myklebust4e56e082007-07-01 18:13:52 -04002329 err = _nfs4_proc_lookupfh(server, dirfh, name, fhandle, fattr);
2330 /* FIXME: !!!! */
2331 if (err == -NFS4ERR_MOVED) {
2332 err = -EREMOTE;
2333 break;
2334 }
2335 err = nfs4_handle_exception(server, err, &exception);
David Howells2b3de442006-08-22 20:06:09 -04002336 } while (exception.retry);
2337 return err;
2338}
2339
Trond Myklebust56659e92007-07-17 21:52:39 -04002340static int _nfs4_proc_lookup(struct inode *dir, const struct qstr *name,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002341 struct nfs_fh *fhandle, struct nfs_fattr *fattr)
2342{
Trond Myklebust4e56e082007-07-01 18:13:52 -04002343 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002344
2345 dprintk("NFS call lookup %s\n", name->name);
Trond Myklebust4e56e082007-07-01 18:13:52 -04002346 status = _nfs4_proc_lookupfh(NFS_SERVER(dir), NFS_FH(dir), name, fhandle, fattr);
Manoj Naik6b97fd32006-06-09 09:34:29 -04002347 if (status == -NFS4ERR_MOVED)
2348 status = nfs4_get_referral(dir, name, fattr, fhandle);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002349 dprintk("NFS reply lookup: %d\n", status);
2350 return status;
2351}
2352
2353static int nfs4_proc_lookup(struct inode *dir, struct qstr *name, struct nfs_fh *fhandle, struct nfs_fattr *fattr)
2354{
2355 struct nfs4_exception exception = { };
2356 int err;
2357 do {
2358 err = nfs4_handle_exception(NFS_SERVER(dir),
2359 _nfs4_proc_lookup(dir, name, fhandle, fattr),
2360 &exception);
2361 } while (exception.retry);
2362 return err;
2363}
2364
2365static int _nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
2366{
Trond Myklebust76b32992007-08-10 17:45:11 -04002367 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002368 struct nfs4_accessargs args = {
2369 .fh = NFS_FH(inode),
Trond Myklebust76b32992007-08-10 17:45:11 -04002370 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002371 };
Trond Myklebust76b32992007-08-10 17:45:11 -04002372 struct nfs4_accessres res = {
2373 .server = server,
Trond Myklebust76b32992007-08-10 17:45:11 -04002374 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002375 struct rpc_message msg = {
2376 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_ACCESS],
2377 .rpc_argp = &args,
2378 .rpc_resp = &res,
2379 .rpc_cred = entry->cred,
2380 };
2381 int mode = entry->mask;
2382 int status;
2383
2384 /*
2385 * Determine which access bits we want to ask for...
2386 */
2387 if (mode & MAY_READ)
2388 args.access |= NFS4_ACCESS_READ;
2389 if (S_ISDIR(inode->i_mode)) {
2390 if (mode & MAY_WRITE)
2391 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND | NFS4_ACCESS_DELETE;
2392 if (mode & MAY_EXEC)
2393 args.access |= NFS4_ACCESS_LOOKUP;
2394 } else {
2395 if (mode & MAY_WRITE)
2396 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND;
2397 if (mode & MAY_EXEC)
2398 args.access |= NFS4_ACCESS_EXECUTE;
2399 }
Trond Myklebustc407d412010-04-16 16:22:48 -04002400
2401 res.fattr = nfs_alloc_fattr();
2402 if (res.fattr == NULL)
2403 return -ENOMEM;
2404
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002405 status = nfs4_call_sync(server, &msg, &args, &res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002406 if (!status) {
2407 entry->mask = 0;
2408 if (res.access & NFS4_ACCESS_READ)
2409 entry->mask |= MAY_READ;
2410 if (res.access & (NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND | NFS4_ACCESS_DELETE))
2411 entry->mask |= MAY_WRITE;
2412 if (res.access & (NFS4_ACCESS_LOOKUP|NFS4_ACCESS_EXECUTE))
2413 entry->mask |= MAY_EXEC;
Trond Myklebustc407d412010-04-16 16:22:48 -04002414 nfs_refresh_inode(inode, res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002415 }
Trond Myklebustc407d412010-04-16 16:22:48 -04002416 nfs_free_fattr(res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002417 return status;
2418}
2419
2420static int nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
2421{
2422 struct nfs4_exception exception = { };
2423 int err;
2424 do {
2425 err = nfs4_handle_exception(NFS_SERVER(inode),
2426 _nfs4_proc_access(inode, entry),
2427 &exception);
2428 } while (exception.retry);
2429 return err;
2430}
2431
2432/*
2433 * TODO: For the time being, we don't try to get any attributes
2434 * along with any of the zero-copy operations READ, READDIR,
2435 * READLINK, WRITE.
2436 *
2437 * In the case of the first three, we want to put the GETATTR
2438 * after the read-type operation -- this is because it is hard
2439 * to predict the length of a GETATTR response in v4, and thus
2440 * align the READ data correctly. This means that the GETATTR
2441 * may end up partially falling into the page cache, and we should
2442 * shift it into the 'tail' of the xdr_buf before processing.
2443 * To do this efficiently, we need to know the total length
2444 * of data received, which doesn't seem to be available outside
2445 * of the RPC layer.
2446 *
2447 * In the case of WRITE, we also want to put the GETATTR after
2448 * the operation -- in this case because we want to make sure
2449 * we get the post-operation mtime and size. This means that
2450 * we can't use xdr_encode_pages() as written: we need a variant
2451 * of it which would leave room in the 'tail' iovec.
2452 *
2453 * Both of these changes to the XDR layer would in fact be quite
2454 * minor, but I decided to leave them for a subsequent patch.
2455 */
2456static int _nfs4_proc_readlink(struct inode *inode, struct page *page,
2457 unsigned int pgbase, unsigned int pglen)
2458{
2459 struct nfs4_readlink args = {
2460 .fh = NFS_FH(inode),
2461 .pgbase = pgbase,
2462 .pglen = pglen,
2463 .pages = &page,
2464 };
Benny Halevyf50c7002009-04-01 09:21:55 -04002465 struct nfs4_readlink_res res;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002466 struct rpc_message msg = {
2467 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READLINK],
2468 .rpc_argp = &args,
Benny Halevyf50c7002009-04-01 09:21:55 -04002469 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002470 };
2471
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002472 return nfs4_call_sync(NFS_SERVER(inode), &msg, &args, &res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002473}
2474
2475static int nfs4_proc_readlink(struct inode *inode, struct page *page,
2476 unsigned int pgbase, unsigned int pglen)
2477{
2478 struct nfs4_exception exception = { };
2479 int err;
2480 do {
2481 err = nfs4_handle_exception(NFS_SERVER(inode),
2482 _nfs4_proc_readlink(inode, page, pgbase, pglen),
2483 &exception);
2484 } while (exception.retry);
2485 return err;
2486}
2487
Linus Torvalds1da177e2005-04-16 15:20:36 -07002488/*
2489 * Got race?
2490 * We will need to arrange for the VFS layer to provide an atomic open.
2491 * Until then, this create/open method is prone to inefficiency and race
2492 * conditions due to the lookup, create, and open VFS calls from sys_open()
2493 * placed on the wire.
2494 *
2495 * Given the above sorry state of affairs, I'm simply sending an OPEN.
2496 * The file will be opened again in the subsequent VFS open call
2497 * (nfs4_proc_file_open).
2498 *
2499 * The open for read will just hang around to be used by any process that
2500 * opens the file O_RDONLY. This will all be resolved with the VFS changes.
2501 */
2502
2503static int
2504nfs4_proc_create(struct inode *dir, struct dentry *dentry, struct iattr *sattr,
Trond Myklebustc0204fd2010-09-17 10:56:51 -04002505 int flags, struct nfs_open_context *ctx)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002506{
Trond Myklebustc0204fd2010-09-17 10:56:51 -04002507 struct path my_path = {
Trond Myklebustad389da2007-06-05 12:30:00 -04002508 .dentry = dentry,
2509 };
Trond Myklebustc0204fd2010-09-17 10:56:51 -04002510 struct path *path = &my_path;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002511 struct nfs4_state *state;
Trond Myklebustc0204fd2010-09-17 10:56:51 -04002512 struct rpc_cred *cred = NULL;
2513 fmode_t fmode = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002514 int status = 0;
2515
Trond Myklebustc0204fd2010-09-17 10:56:51 -04002516 if (ctx != NULL) {
2517 cred = ctx->cred;
2518 path = &ctx->path;
2519 fmode = ctx->mode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002520 }
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00002521 sattr->ia_mode &= ~current_umask();
Trond Myklebustc0204fd2010-09-17 10:56:51 -04002522 state = nfs4_do_open(dir, path, fmode, flags, sattr, cred);
Trond Myklebustd4d9cdc2007-10-02 18:38:53 -04002523 d_drop(dentry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002524 if (IS_ERR(state)) {
2525 status = PTR_ERR(state);
Trond Myklebustc0204fd2010-09-17 10:56:51 -04002526 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002527 }
Trond Myklebustd4d9cdc2007-10-02 18:38:53 -04002528 d_add(dentry, igrab(state->inode));
Trond Myklebustd75340c2007-10-01 21:42:01 -04002529 nfs_set_verifier(dentry, nfs_save_change_attribute(dir));
Trond Myklebustc0204fd2010-09-17 10:56:51 -04002530 if (ctx != NULL)
2531 ctx->state = state;
Trond Myklebust02a913a2005-10-18 14:20:17 -07002532 else
Trond Myklebustc0204fd2010-09-17 10:56:51 -04002533 nfs4_close_sync(path, state, fmode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002534out:
2535 return status;
2536}
2537
2538static int _nfs4_proc_remove(struct inode *dir, struct qstr *name)
2539{
Trond Myklebust16e42952005-10-27 22:12:44 -04002540 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002541 struct nfs_removeargs args = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002542 .fh = NFS_FH(dir),
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002543 .name.len = name->len,
2544 .name.name = name->name,
Trond Myklebust16e42952005-10-27 22:12:44 -04002545 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002546 };
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002547 struct nfs_removeres res = {
Trond Myklebust16e42952005-10-27 22:12:44 -04002548 .server = server,
Trond Myklebust16e42952005-10-27 22:12:44 -04002549 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002550 struct rpc_message msg = {
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002551 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE],
2552 .rpc_argp = &args,
2553 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002554 };
Trond Myklebustd3468902010-04-16 16:22:50 -04002555 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002556
Trond Myklebustd3468902010-04-16 16:22:50 -04002557 res.dir_attr = nfs_alloc_fattr();
2558 if (res.dir_attr == NULL)
2559 goto out;
2560
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002561 status = nfs4_call_sync(server, &msg, &args, &res, 1);
Trond Myklebust16e42952005-10-27 22:12:44 -04002562 if (status == 0) {
2563 update_changeattr(dir, &res.cinfo);
Trond Myklebustd3468902010-04-16 16:22:50 -04002564 nfs_post_op_update_inode(dir, res.dir_attr);
Trond Myklebust16e42952005-10-27 22:12:44 -04002565 }
Trond Myklebustd3468902010-04-16 16:22:50 -04002566 nfs_free_fattr(res.dir_attr);
2567out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002568 return status;
2569}
2570
2571static int nfs4_proc_remove(struct inode *dir, struct qstr *name)
2572{
2573 struct nfs4_exception exception = { };
2574 int err;
2575 do {
2576 err = nfs4_handle_exception(NFS_SERVER(dir),
2577 _nfs4_proc_remove(dir, name),
2578 &exception);
2579 } while (exception.retry);
2580 return err;
2581}
2582
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002583static void nfs4_proc_unlink_setup(struct rpc_message *msg, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002584{
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002585 struct nfs_server *server = NFS_SERVER(dir);
2586 struct nfs_removeargs *args = msg->rpc_argp;
2587 struct nfs_removeres *res = msg->rpc_resp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002588
Trond Myklebusta65318b2009-03-11 14:10:28 -04002589 args->bitmask = server->cache_consistency_bitmask;
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002590 res->server = server;
Benny Halevydfb4f3092010-09-24 09:17:01 -04002591 res->seq_res.sr_slot = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002592 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002593}
2594
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002595static int nfs4_proc_unlink_done(struct rpc_task *task, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002596{
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002597 struct nfs_removeres *res = task->tk_msg.rpc_resp;
2598
Trond Myklebust14516c32010-07-31 14:29:06 -04002599 if (!nfs4_sequence_done(task, &res->seq_res))
2600 return 0;
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002601 if (nfs4_async_handle_error(task, res->server, NULL) == -EAGAIN)
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002602 return 0;
2603 update_changeattr(dir, &res->cinfo);
Trond Myklebustd3468902010-04-16 16:22:50 -04002604 nfs_post_op_update_inode(dir, res->dir_attr);
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002605 return 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002606}
2607
Jeff Laytond3d41522010-09-17 17:31:57 -04002608static void nfs4_proc_rename_setup(struct rpc_message *msg, struct inode *dir)
2609{
2610 struct nfs_server *server = NFS_SERVER(dir);
2611 struct nfs_renameargs *arg = msg->rpc_argp;
2612 struct nfs_renameres *res = msg->rpc_resp;
2613
2614 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENAME];
2615 arg->bitmask = server->attr_bitmask;
2616 res->server = server;
2617}
2618
2619static int nfs4_proc_rename_done(struct rpc_task *task, struct inode *old_dir,
2620 struct inode *new_dir)
2621{
2622 struct nfs_renameres *res = task->tk_msg.rpc_resp;
2623
2624 if (!nfs4_sequence_done(task, &res->seq_res))
2625 return 0;
2626 if (nfs4_async_handle_error(task, res->server, NULL) == -EAGAIN)
2627 return 0;
2628
2629 update_changeattr(old_dir, &res->old_cinfo);
2630 nfs_post_op_update_inode(old_dir, res->old_fattr);
2631 update_changeattr(new_dir, &res->new_cinfo);
2632 nfs_post_op_update_inode(new_dir, res->new_fattr);
2633 return 1;
2634}
2635
Linus Torvalds1da177e2005-04-16 15:20:36 -07002636static int _nfs4_proc_rename(struct inode *old_dir, struct qstr *old_name,
2637 struct inode *new_dir, struct qstr *new_name)
2638{
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002639 struct nfs_server *server = NFS_SERVER(old_dir);
Jeff Layton920769f2010-09-17 17:30:25 -04002640 struct nfs_renameargs arg = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002641 .old_dir = NFS_FH(old_dir),
2642 .new_dir = NFS_FH(new_dir),
2643 .old_name = old_name,
2644 .new_name = new_name,
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002645 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002646 };
Jeff Laytone8582a82010-09-17 17:31:06 -04002647 struct nfs_renameres res = {
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002648 .server = server,
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002649 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002650 struct rpc_message msg = {
2651 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENAME],
2652 .rpc_argp = &arg,
2653 .rpc_resp = &res,
2654 };
Trond Myklebust011fff72010-04-16 16:22:49 -04002655 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002656
Trond Myklebust011fff72010-04-16 16:22:49 -04002657 res.old_fattr = nfs_alloc_fattr();
2658 res.new_fattr = nfs_alloc_fattr();
2659 if (res.old_fattr == NULL || res.new_fattr == NULL)
2660 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002661
Trond Myklebust011fff72010-04-16 16:22:49 -04002662 status = nfs4_call_sync(server, &msg, &arg, &res, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002663 if (!status) {
2664 update_changeattr(old_dir, &res.old_cinfo);
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002665 nfs_post_op_update_inode(old_dir, res.old_fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002666 update_changeattr(new_dir, &res.new_cinfo);
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002667 nfs_post_op_update_inode(new_dir, res.new_fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002668 }
Trond Myklebust011fff72010-04-16 16:22:49 -04002669out:
2670 nfs_free_fattr(res.new_fattr);
2671 nfs_free_fattr(res.old_fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002672 return status;
2673}
2674
2675static int nfs4_proc_rename(struct inode *old_dir, struct qstr *old_name,
2676 struct inode *new_dir, struct qstr *new_name)
2677{
2678 struct nfs4_exception exception = { };
2679 int err;
2680 do {
2681 err = nfs4_handle_exception(NFS_SERVER(old_dir),
2682 _nfs4_proc_rename(old_dir, old_name,
2683 new_dir, new_name),
2684 &exception);
2685 } while (exception.retry);
2686 return err;
2687}
2688
2689static int _nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
2690{
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002691 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002692 struct nfs4_link_arg arg = {
2693 .fh = NFS_FH(inode),
2694 .dir_fh = NFS_FH(dir),
2695 .name = name,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002696 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002697 };
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002698 struct nfs4_link_res res = {
2699 .server = server,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002700 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002701 struct rpc_message msg = {
2702 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LINK],
2703 .rpc_argp = &arg,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002704 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002705 };
Trond Myklebust136f2622010-04-16 16:22:49 -04002706 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002707
Trond Myklebust136f2622010-04-16 16:22:49 -04002708 res.fattr = nfs_alloc_fattr();
2709 res.dir_attr = nfs_alloc_fattr();
2710 if (res.fattr == NULL || res.dir_attr == NULL)
2711 goto out;
2712
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002713 status = nfs4_call_sync(server, &msg, &arg, &res, 1);
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002714 if (!status) {
2715 update_changeattr(dir, &res.cinfo);
2716 nfs_post_op_update_inode(dir, res.dir_attr);
Trond Myklebust73a3d072006-05-25 01:40:47 -04002717 nfs_post_op_update_inode(inode, res.fattr);
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002718 }
Trond Myklebust136f2622010-04-16 16:22:49 -04002719out:
2720 nfs_free_fattr(res.dir_attr);
2721 nfs_free_fattr(res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002722 return status;
2723}
2724
2725static int nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
2726{
2727 struct nfs4_exception exception = { };
2728 int err;
2729 do {
2730 err = nfs4_handle_exception(NFS_SERVER(inode),
2731 _nfs4_proc_link(inode, dir, name),
2732 &exception);
2733 } while (exception.retry);
2734 return err;
2735}
2736
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002737struct nfs4_createdata {
2738 struct rpc_message msg;
2739 struct nfs4_create_arg arg;
2740 struct nfs4_create_res res;
2741 struct nfs_fh fh;
2742 struct nfs_fattr fattr;
2743 struct nfs_fattr dir_fattr;
2744};
2745
2746static struct nfs4_createdata *nfs4_alloc_createdata(struct inode *dir,
2747 struct qstr *name, struct iattr *sattr, u32 ftype)
2748{
2749 struct nfs4_createdata *data;
2750
2751 data = kzalloc(sizeof(*data), GFP_KERNEL);
2752 if (data != NULL) {
2753 struct nfs_server *server = NFS_SERVER(dir);
2754
2755 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE];
2756 data->msg.rpc_argp = &data->arg;
2757 data->msg.rpc_resp = &data->res;
2758 data->arg.dir_fh = NFS_FH(dir);
2759 data->arg.server = server;
2760 data->arg.name = name;
2761 data->arg.attrs = sattr;
2762 data->arg.ftype = ftype;
2763 data->arg.bitmask = server->attr_bitmask;
2764 data->res.server = server;
2765 data->res.fh = &data->fh;
2766 data->res.fattr = &data->fattr;
2767 data->res.dir_fattr = &data->dir_fattr;
2768 nfs_fattr_init(data->res.fattr);
2769 nfs_fattr_init(data->res.dir_fattr);
2770 }
2771 return data;
2772}
2773
2774static int nfs4_do_create(struct inode *dir, struct dentry *dentry, struct nfs4_createdata *data)
2775{
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002776 int status = nfs4_call_sync(NFS_SERVER(dir), &data->msg,
2777 &data->arg, &data->res, 1);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002778 if (status == 0) {
2779 update_changeattr(dir, &data->res.dir_cinfo);
2780 nfs_post_op_update_inode(dir, data->res.dir_fattr);
2781 status = nfs_instantiate(dentry, data->res.fh, data->res.fattr);
2782 }
2783 return status;
2784}
2785
2786static void nfs4_free_createdata(struct nfs4_createdata *data)
2787{
2788 kfree(data);
2789}
2790
Chuck Lever4f390c12006-08-22 20:06:22 -04002791static int _nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
Chuck Lever94a6d752006-08-22 20:06:23 -04002792 struct page *page, unsigned int len, struct iattr *sattr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002793{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002794 struct nfs4_createdata *data;
2795 int status = -ENAMETOOLONG;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002796
Chuck Lever94a6d752006-08-22 20:06:23 -04002797 if (len > NFS4_MAXPATHLEN)
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002798 goto out;
Chuck Lever4f390c12006-08-22 20:06:22 -04002799
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002800 status = -ENOMEM;
2801 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4LNK);
2802 if (data == NULL)
2803 goto out;
2804
2805 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SYMLINK];
2806 data->arg.u.symlink.pages = &page;
2807 data->arg.u.symlink.len = len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002808
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002809 status = nfs4_do_create(dir, dentry, data);
2810
2811 nfs4_free_createdata(data);
2812out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002813 return status;
2814}
2815
Chuck Lever4f390c12006-08-22 20:06:22 -04002816static int nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
Chuck Lever94a6d752006-08-22 20:06:23 -04002817 struct page *page, unsigned int len, struct iattr *sattr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002818{
2819 struct nfs4_exception exception = { };
2820 int err;
2821 do {
2822 err = nfs4_handle_exception(NFS_SERVER(dir),
Chuck Lever94a6d752006-08-22 20:06:23 -04002823 _nfs4_proc_symlink(dir, dentry, page,
2824 len, sattr),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002825 &exception);
2826 } while (exception.retry);
2827 return err;
2828}
2829
2830static int _nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
2831 struct iattr *sattr)
2832{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002833 struct nfs4_createdata *data;
2834 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002835
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002836 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4DIR);
2837 if (data == NULL)
2838 goto out;
2839
2840 status = nfs4_do_create(dir, dentry, data);
2841
2842 nfs4_free_createdata(data);
2843out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002844 return status;
2845}
2846
2847static int nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
2848 struct iattr *sattr)
2849{
2850 struct nfs4_exception exception = { };
2851 int err;
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00002852
2853 sattr->ia_mode &= ~current_umask();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002854 do {
2855 err = nfs4_handle_exception(NFS_SERVER(dir),
2856 _nfs4_proc_mkdir(dir, dentry, sattr),
2857 &exception);
2858 } while (exception.retry);
2859 return err;
2860}
2861
2862static int _nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04002863 u64 cookie, struct page **pages, unsigned int count, int plus)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002864{
2865 struct inode *dir = dentry->d_inode;
2866 struct nfs4_readdir_arg args = {
2867 .fh = NFS_FH(dir),
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04002868 .pages = pages,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002869 .pgbase = 0,
2870 .count = count,
Trond Myklebust96d25e52009-11-11 16:15:42 +09002871 .bitmask = NFS_SERVER(dentry->d_inode)->attr_bitmask,
Bryan Schumaker82f2e542010-10-21 16:33:18 -04002872 .plus = plus,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002873 };
2874 struct nfs4_readdir_res res;
2875 struct rpc_message msg = {
2876 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READDIR],
2877 .rpc_argp = &args,
2878 .rpc_resp = &res,
2879 .rpc_cred = cred,
2880 };
2881 int status;
2882
Harvey Harrison3110ff82008-05-02 13:42:44 -07002883 dprintk("%s: dentry = %s/%s, cookie = %Lu\n", __func__,
Trond Myklebusteadf4592005-06-22 17:16:39 +00002884 dentry->d_parent->d_name.name,
2885 dentry->d_name.name,
2886 (unsigned long long)cookie);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002887 nfs4_setup_readdir(cookie, NFS_COOKIEVERF(dir), dentry, &args);
2888 res.pgbase = args.pgbase;
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002889 status = nfs4_call_sync(NFS_SERVER(dir), &msg, &args, &res, 0);
Trond Myklebustac396122010-11-15 20:26:22 -05002890 if (status >= 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002891 memcpy(NFS_COOKIEVERF(dir), res.verifier.data, NFS4_VERIFIER_SIZE);
Trond Myklebustac396122010-11-15 20:26:22 -05002892 status += args.pgbase;
2893 }
Trond Myklebustc4812992007-09-28 17:11:45 -04002894
2895 nfs_invalidate_atime(dir);
2896
Harvey Harrison3110ff82008-05-02 13:42:44 -07002897 dprintk("%s: returns %d\n", __func__, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002898 return status;
2899}
2900
2901static int nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04002902 u64 cookie, struct page **pages, unsigned int count, int plus)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002903{
2904 struct nfs4_exception exception = { };
2905 int err;
2906 do {
2907 err = nfs4_handle_exception(NFS_SERVER(dentry->d_inode),
2908 _nfs4_proc_readdir(dentry, cred, cookie,
Bryan Schumaker56e4ebf2010-10-20 15:44:37 -04002909 pages, count, plus),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002910 &exception);
2911 } while (exception.retry);
2912 return err;
2913}
2914
2915static int _nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
2916 struct iattr *sattr, dev_t rdev)
2917{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002918 struct nfs4_createdata *data;
2919 int mode = sattr->ia_mode;
2920 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002921
2922 BUG_ON(!(sattr->ia_valid & ATTR_MODE));
2923 BUG_ON(!S_ISFIFO(mode) && !S_ISBLK(mode) && !S_ISCHR(mode) && !S_ISSOCK(mode));
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002924
2925 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4SOCK);
2926 if (data == NULL)
2927 goto out;
2928
Linus Torvalds1da177e2005-04-16 15:20:36 -07002929 if (S_ISFIFO(mode))
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002930 data->arg.ftype = NF4FIFO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002931 else if (S_ISBLK(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002932 data->arg.ftype = NF4BLK;
2933 data->arg.u.device.specdata1 = MAJOR(rdev);
2934 data->arg.u.device.specdata2 = MINOR(rdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002935 }
2936 else if (S_ISCHR(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002937 data->arg.ftype = NF4CHR;
2938 data->arg.u.device.specdata1 = MAJOR(rdev);
2939 data->arg.u.device.specdata2 = MINOR(rdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002940 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002941
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002942 status = nfs4_do_create(dir, dentry, data);
2943
2944 nfs4_free_createdata(data);
2945out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002946 return status;
2947}
2948
2949static int nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
2950 struct iattr *sattr, dev_t rdev)
2951{
2952 struct nfs4_exception exception = { };
2953 int err;
Aneesh Kumar K.Va8a5da92010-12-09 11:35:14 +00002954
2955 sattr->ia_mode &= ~current_umask();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002956 do {
2957 err = nfs4_handle_exception(NFS_SERVER(dir),
2958 _nfs4_proc_mknod(dir, dentry, sattr, rdev),
2959 &exception);
2960 } while (exception.retry);
2961 return err;
2962}
2963
2964static int _nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle,
2965 struct nfs_fsstat *fsstat)
2966{
2967 struct nfs4_statfs_arg args = {
2968 .fh = fhandle,
2969 .bitmask = server->attr_bitmask,
2970 };
Benny Halevy24ad1482009-04-01 09:21:56 -04002971 struct nfs4_statfs_res res = {
2972 .fsstat = fsstat,
2973 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002974 struct rpc_message msg = {
2975 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_STATFS],
2976 .rpc_argp = &args,
Benny Halevy24ad1482009-04-01 09:21:56 -04002977 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002978 };
2979
Trond Myklebust0e574af2005-10-27 22:12:38 -04002980 nfs_fattr_init(fsstat->fattr);
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002981 return nfs4_call_sync(server, &msg, &args, &res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002982}
2983
2984static int nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsstat *fsstat)
2985{
2986 struct nfs4_exception exception = { };
2987 int err;
2988 do {
2989 err = nfs4_handle_exception(server,
2990 _nfs4_proc_statfs(server, fhandle, fsstat),
2991 &exception);
2992 } while (exception.retry);
2993 return err;
2994}
2995
2996static int _nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle,
2997 struct nfs_fsinfo *fsinfo)
2998{
2999 struct nfs4_fsinfo_arg args = {
3000 .fh = fhandle,
3001 .bitmask = server->attr_bitmask,
3002 };
Benny Halevy3dda5e42009-04-01 09:21:57 -04003003 struct nfs4_fsinfo_res res = {
3004 .fsinfo = fsinfo,
3005 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003006 struct rpc_message msg = {
3007 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSINFO],
3008 .rpc_argp = &args,
Benny Halevy3dda5e42009-04-01 09:21:57 -04003009 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003010 };
3011
Andy Adamsoncccef3b2009-04-01 09:22:03 -04003012 return nfs4_call_sync(server, &msg, &args, &res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003013}
3014
3015static int nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
3016{
3017 struct nfs4_exception exception = { };
3018 int err;
3019
3020 do {
3021 err = nfs4_handle_exception(server,
3022 _nfs4_do_fsinfo(server, fhandle, fsinfo),
3023 &exception);
3024 } while (exception.retry);
3025 return err;
3026}
3027
3028static int nfs4_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
3029{
Trond Myklebust0e574af2005-10-27 22:12:38 -04003030 nfs_fattr_init(fsinfo->fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003031 return nfs4_do_fsinfo(server, fhandle, fsinfo);
3032}
3033
3034static int _nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
3035 struct nfs_pathconf *pathconf)
3036{
3037 struct nfs4_pathconf_arg args = {
3038 .fh = fhandle,
3039 .bitmask = server->attr_bitmask,
3040 };
Benny Halevyd45b2982009-04-01 09:21:58 -04003041 struct nfs4_pathconf_res res = {
3042 .pathconf = pathconf,
3043 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003044 struct rpc_message msg = {
3045 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_PATHCONF],
3046 .rpc_argp = &args,
Benny Halevyd45b2982009-04-01 09:21:58 -04003047 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003048 };
3049
3050 /* None of the pathconf attributes are mandatory to implement */
3051 if ((args.bitmask[0] & nfs4_pathconf_bitmap[0]) == 0) {
3052 memset(pathconf, 0, sizeof(*pathconf));
3053 return 0;
3054 }
3055
Trond Myklebust0e574af2005-10-27 22:12:38 -04003056 nfs_fattr_init(pathconf->fattr);
Andy Adamsoncccef3b2009-04-01 09:22:03 -04003057 return nfs4_call_sync(server, &msg, &args, &res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003058}
3059
3060static int nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
3061 struct nfs_pathconf *pathconf)
3062{
3063 struct nfs4_exception exception = { };
3064 int err;
3065
3066 do {
3067 err = nfs4_handle_exception(server,
3068 _nfs4_proc_pathconf(server, fhandle, pathconf),
3069 &exception);
3070 } while (exception.retry);
3071 return err;
3072}
3073
Trond Myklebustec06c092006-03-20 13:44:27 -05003074static int nfs4_read_done(struct rpc_task *task, struct nfs_read_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003075{
Trond Myklebustec06c092006-03-20 13:44:27 -05003076 struct nfs_server *server = NFS_SERVER(data->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003077
Andy Adamsonf11c88a2009-04-01 09:22:25 -04003078 dprintk("--> %s\n", __func__);
3079
Trond Myklebust14516c32010-07-31 14:29:06 -04003080 if (!nfs4_sequence_done(task, &data->res.seq_res))
3081 return -EAGAIN;
Andy Adamsonf11c88a2009-04-01 09:22:25 -04003082
Trond Myklebust9e33bed2008-12-23 15:21:46 -05003083 if (nfs4_async_handle_error(task, server, data->args.context->state) == -EAGAIN) {
Trond Myklebust0110ee12009-12-07 09:00:24 -05003084 nfs_restart_rpc(task, server->nfs_client);
Trond Myklebustec06c092006-03-20 13:44:27 -05003085 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003086 }
Trond Myklebust8850df92007-09-28 17:20:07 -04003087
3088 nfs_invalidate_atime(data->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003089 if (task->tk_status > 0)
Trond Myklebustec06c092006-03-20 13:44:27 -05003090 renew_lease(server, data->timestamp);
3091 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003092}
3093
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003094static void nfs4_proc_read_setup(struct nfs_read_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003095{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003096 data->timestamp = jiffies;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003097 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READ];
Linus Torvalds1da177e2005-04-16 15:20:36 -07003098}
3099
Trond Myklebust788e7a82006-03-20 13:44:27 -05003100static int nfs4_write_done(struct rpc_task *task, struct nfs_write_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003101{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003102 struct inode *inode = data->inode;
3103
Trond Myklebust14516c32010-07-31 14:29:06 -04003104 if (!nfs4_sequence_done(task, &data->res.seq_res))
3105 return -EAGAIN;
Andy Adamsondef6ed72009-04-01 09:22:26 -04003106
Trond Myklebust9e33bed2008-12-23 15:21:46 -05003107 if (nfs4_async_handle_error(task, NFS_SERVER(inode), data->args.context->state) == -EAGAIN) {
Trond Myklebust0110ee12009-12-07 09:00:24 -05003108 nfs_restart_rpc(task, NFS_SERVER(inode)->nfs_client);
Trond Myklebust788e7a82006-03-20 13:44:27 -05003109 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003110 }
Trond Myklebust4f9838c2005-10-27 22:12:44 -04003111 if (task->tk_status >= 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003112 renew_lease(NFS_SERVER(inode), data->timestamp);
Trond Myklebust70ca8852007-09-30 15:21:24 -04003113 nfs_post_op_update_inode_force_wcc(inode, data->res.fattr);
Trond Myklebust4f9838c2005-10-27 22:12:44 -04003114 }
Trond Myklebust788e7a82006-03-20 13:44:27 -05003115 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003116}
3117
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003118static void nfs4_proc_write_setup(struct nfs_write_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003119{
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003120 struct nfs_server *server = NFS_SERVER(data->inode);
3121
Trond Myklebusta65318b2009-03-11 14:10:28 -04003122 data->args.bitmask = server->cache_consistency_bitmask;
Trond Myklebust4f9838c2005-10-27 22:12:44 -04003123 data->res.server = server;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003124 data->timestamp = jiffies;
3125
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003126 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_WRITE];
Linus Torvalds1da177e2005-04-16 15:20:36 -07003127}
3128
Trond Myklebust788e7a82006-03-20 13:44:27 -05003129static int nfs4_commit_done(struct rpc_task *task, struct nfs_write_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003130{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003131 struct inode *inode = data->inode;
3132
Trond Myklebust14516c32010-07-31 14:29:06 -04003133 if (!nfs4_sequence_done(task, &data->res.seq_res))
3134 return -EAGAIN;
3135
Trond Myklebust9e33bed2008-12-23 15:21:46 -05003136 if (nfs4_async_handle_error(task, NFS_SERVER(inode), NULL) == -EAGAIN) {
Trond Myklebust0110ee12009-12-07 09:00:24 -05003137 nfs_restart_rpc(task, NFS_SERVER(inode)->nfs_client);
Trond Myklebust788e7a82006-03-20 13:44:27 -05003138 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003139 }
Trond Myklebust9e08a3c2007-10-08 14:10:31 -04003140 nfs_refresh_inode(inode, data->res.fattr);
Trond Myklebust788e7a82006-03-20 13:44:27 -05003141 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003142}
3143
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003144static void nfs4_proc_commit_setup(struct nfs_write_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003145{
Trond Myklebust788e7a82006-03-20 13:44:27 -05003146 struct nfs_server *server = NFS_SERVER(data->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003147
Trond Myklebusta65318b2009-03-11 14:10:28 -04003148 data->args.bitmask = server->cache_consistency_bitmask;
Trond Myklebust4f9838c2005-10-27 22:12:44 -04003149 data->res.server = server;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003150 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_COMMIT];
Linus Torvalds1da177e2005-04-16 15:20:36 -07003151}
3152
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003153struct nfs4_renewdata {
3154 struct nfs_client *client;
3155 unsigned long timestamp;
3156};
3157
Linus Torvalds1da177e2005-04-16 15:20:36 -07003158/*
3159 * nfs4_proc_async_renew(): This is not one of the nfs_rpc_ops; it is a special
3160 * standalone procedure for queueing an asynchronous RENEW.
3161 */
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003162static void nfs4_renew_release(void *calldata)
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08003163{
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003164 struct nfs4_renewdata *data = calldata;
3165 struct nfs_client *clp = data->client;
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08003166
Alexandros Batsakis0851de062010-02-05 03:45:06 -08003167 if (atomic_read(&clp->cl_count) > 1)
3168 nfs4_schedule_state_renewal(clp);
3169 nfs_put_client(clp);
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003170 kfree(data);
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08003171}
3172
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003173static void nfs4_renew_done(struct rpc_task *task, void *calldata)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003174{
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003175 struct nfs4_renewdata *data = calldata;
3176 struct nfs_client *clp = data->client;
3177 unsigned long timestamp = data->timestamp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003178
3179 if (task->tk_status < 0) {
Trond Myklebust95baa252009-05-26 14:51:00 -04003180 /* Unless we're shutting down, schedule state recovery! */
3181 if (test_bit(NFS_CS_RENEWD, &clp->cl_res_state) != 0)
3182 nfs4_schedule_state_recovery(clp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003183 return;
3184 }
Trond Myklebust452e9352010-07-31 14:29:06 -04003185 do_renew_lease(clp, timestamp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003186}
3187
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003188static const struct rpc_call_ops nfs4_renew_ops = {
3189 .rpc_call_done = nfs4_renew_done,
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08003190 .rpc_release = nfs4_renew_release,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003191};
3192
David Howellsadfa6f92006-08-22 20:06:08 -04003193int nfs4_proc_async_renew(struct nfs_client *clp, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003194{
3195 struct rpc_message msg = {
3196 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
3197 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01003198 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003199 };
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003200 struct nfs4_renewdata *data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003201
Alexandros Batsakis0851de062010-02-05 03:45:06 -08003202 if (!atomic_inc_not_zero(&clp->cl_count))
3203 return -EIO;
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003204 data = kmalloc(sizeof(*data), GFP_KERNEL);
3205 if (data == NULL)
3206 return -ENOMEM;
3207 data->client = clp;
3208 data->timestamp = jiffies;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003209 return rpc_call_async(clp->cl_rpcclient, &msg, RPC_TASK_SOFT,
Chuck Lever9bc4e3c2010-05-07 13:34:17 -04003210 &nfs4_renew_ops, data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003211}
3212
David Howellsadfa6f92006-08-22 20:06:08 -04003213int nfs4_proc_renew(struct nfs_client *clp, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003214{
3215 struct rpc_message msg = {
3216 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
3217 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01003218 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003219 };
3220 unsigned long now = jiffies;
3221 int status;
3222
3223 status = rpc_call_sync(clp->cl_rpcclient, &msg, 0);
3224 if (status < 0)
3225 return status;
Trond Myklebust452e9352010-07-31 14:29:06 -04003226 do_renew_lease(clp, now);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003227 return 0;
3228}
3229
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003230static inline int nfs4_server_supports_acls(struct nfs_server *server)
3231{
3232 return (server->caps & NFS_CAP_ACLS)
3233 && (server->acl_bitmask & ACL4_SUPPORT_ALLOW_ACL)
3234 && (server->acl_bitmask & ACL4_SUPPORT_DENY_ACL);
3235}
3236
3237/* Assuming that XATTR_SIZE_MAX is a multiple of PAGE_CACHE_SIZE, and that
3238 * it's OK to put sizeof(void) * (XATTR_SIZE_MAX/PAGE_CACHE_SIZE) bytes on
3239 * the stack.
3240 */
3241#define NFS4ACL_MAXPAGES (XATTR_SIZE_MAX >> PAGE_CACHE_SHIFT)
3242
3243static void buf_to_pages(const void *buf, size_t buflen,
3244 struct page **pages, unsigned int *pgbase)
3245{
3246 const void *p = buf;
3247
3248 *pgbase = offset_in_page(buf);
3249 p -= *pgbase;
3250 while (p < buf + buflen) {
3251 *(pages++) = virt_to_page(p);
3252 p += PAGE_CACHE_SIZE;
3253 }
3254}
3255
Neil Hormane9e3d722011-03-04 19:26:03 -05003256static int buf_to_pages_noslab(const void *buf, size_t buflen,
3257 struct page **pages, unsigned int *pgbase)
3258{
3259 struct page *newpage, **spages;
3260 int rc = 0;
3261 size_t len;
3262 spages = pages;
3263
3264 do {
Jovi Zhang43b7c3f2011-03-02 23:19:37 +00003265 len = min_t(size_t, PAGE_CACHE_SIZE, buflen);
Neil Hormane9e3d722011-03-04 19:26:03 -05003266 newpage = alloc_page(GFP_KERNEL);
3267
3268 if (newpage == NULL)
3269 goto unwind;
3270 memcpy(page_address(newpage), buf, len);
3271 buf += len;
3272 buflen -= len;
3273 *pages++ = newpage;
3274 rc++;
3275 } while (buflen != 0);
3276
3277 return rc;
3278
3279unwind:
3280 for(; rc > 0; rc--)
3281 __free_page(spages[rc-1]);
3282 return -ENOMEM;
3283}
3284
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003285struct nfs4_cached_acl {
3286 int cached;
3287 size_t len;
Andrew Morton3e9d4152005-06-22 17:16:28 +00003288 char data[0];
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003289};
3290
3291static void nfs4_set_cached_acl(struct inode *inode, struct nfs4_cached_acl *acl)
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003292{
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003293 struct nfs_inode *nfsi = NFS_I(inode);
3294
3295 spin_lock(&inode->i_lock);
3296 kfree(nfsi->nfs4_acl);
3297 nfsi->nfs4_acl = acl;
3298 spin_unlock(&inode->i_lock);
3299}
3300
3301static void nfs4_zap_acl_attr(struct inode *inode)
3302{
3303 nfs4_set_cached_acl(inode, NULL);
3304}
3305
3306static inline ssize_t nfs4_read_cached_acl(struct inode *inode, char *buf, size_t buflen)
3307{
3308 struct nfs_inode *nfsi = NFS_I(inode);
3309 struct nfs4_cached_acl *acl;
3310 int ret = -ENOENT;
3311
3312 spin_lock(&inode->i_lock);
3313 acl = nfsi->nfs4_acl;
3314 if (acl == NULL)
3315 goto out;
3316 if (buf == NULL) /* user is just asking for length */
3317 goto out_len;
3318 if (acl->cached == 0)
3319 goto out;
3320 ret = -ERANGE; /* see getxattr(2) man page */
3321 if (acl->len > buflen)
3322 goto out;
3323 memcpy(buf, acl->data, acl->len);
3324out_len:
3325 ret = acl->len;
3326out:
3327 spin_unlock(&inode->i_lock);
3328 return ret;
3329}
3330
3331static void nfs4_write_cached_acl(struct inode *inode, const char *buf, size_t acl_len)
3332{
3333 struct nfs4_cached_acl *acl;
3334
3335 if (buf && acl_len <= PAGE_SIZE) {
3336 acl = kmalloc(sizeof(*acl) + acl_len, GFP_KERNEL);
3337 if (acl == NULL)
3338 goto out;
3339 acl->cached = 1;
3340 memcpy(acl->data, buf, acl_len);
3341 } else {
3342 acl = kmalloc(sizeof(*acl), GFP_KERNEL);
3343 if (acl == NULL)
3344 goto out;
3345 acl->cached = 0;
3346 }
3347 acl->len = acl_len;
3348out:
3349 nfs4_set_cached_acl(inode, acl);
3350}
3351
Trond Myklebust16b4289c2006-08-24 12:27:15 -04003352static ssize_t __nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003353{
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003354 struct page *pages[NFS4ACL_MAXPAGES];
3355 struct nfs_getaclargs args = {
3356 .fh = NFS_FH(inode),
3357 .acl_pages = pages,
3358 .acl_len = buflen,
3359 };
Benny Halevy663c79b2009-04-01 09:21:59 -04003360 struct nfs_getaclres res = {
3361 .acl_len = buflen,
3362 };
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003363 void *resp_buf;
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003364 struct rpc_message msg = {
3365 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETACL],
3366 .rpc_argp = &args,
Benny Halevy663c79b2009-04-01 09:21:59 -04003367 .rpc_resp = &res,
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003368 };
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003369 struct page *localpage = NULL;
3370 int ret;
3371
3372 if (buflen < PAGE_SIZE) {
3373 /* As long as we're doing a round trip to the server anyway,
3374 * let's be prepared for a page of acl data. */
3375 localpage = alloc_page(GFP_KERNEL);
3376 resp_buf = page_address(localpage);
3377 if (localpage == NULL)
3378 return -ENOMEM;
3379 args.acl_pages[0] = localpage;
3380 args.acl_pgbase = 0;
Benny Halevy663c79b2009-04-01 09:21:59 -04003381 args.acl_len = PAGE_SIZE;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003382 } else {
3383 resp_buf = buf;
3384 buf_to_pages(buf, buflen, args.acl_pages, &args.acl_pgbase);
3385 }
Andy Adamsoncccef3b2009-04-01 09:22:03 -04003386 ret = nfs4_call_sync(NFS_SERVER(inode), &msg, &args, &res, 0);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003387 if (ret)
3388 goto out_free;
Benny Halevy663c79b2009-04-01 09:21:59 -04003389 if (res.acl_len > args.acl_len)
3390 nfs4_write_cached_acl(inode, NULL, res.acl_len);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003391 else
Benny Halevy663c79b2009-04-01 09:21:59 -04003392 nfs4_write_cached_acl(inode, resp_buf, res.acl_len);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003393 if (buf) {
3394 ret = -ERANGE;
Benny Halevy663c79b2009-04-01 09:21:59 -04003395 if (res.acl_len > buflen)
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003396 goto out_free;
3397 if (localpage)
Benny Halevy663c79b2009-04-01 09:21:59 -04003398 memcpy(buf, resp_buf, res.acl_len);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003399 }
Benny Halevy663c79b2009-04-01 09:21:59 -04003400 ret = res.acl_len;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003401out_free:
3402 if (localpage)
3403 __free_page(localpage);
3404 return ret;
3405}
3406
Trond Myklebust16b4289c2006-08-24 12:27:15 -04003407static ssize_t nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
3408{
3409 struct nfs4_exception exception = { };
3410 ssize_t ret;
3411 do {
3412 ret = __nfs4_get_acl_uncached(inode, buf, buflen);
3413 if (ret >= 0)
3414 break;
3415 ret = nfs4_handle_exception(NFS_SERVER(inode), ret, &exception);
3416 } while (exception.retry);
3417 return ret;
3418}
3419
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003420static ssize_t nfs4_proc_get_acl(struct inode *inode, void *buf, size_t buflen)
3421{
3422 struct nfs_server *server = NFS_SERVER(inode);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003423 int ret;
3424
3425 if (!nfs4_server_supports_acls(server))
3426 return -EOPNOTSUPP;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003427 ret = nfs_revalidate_inode(server, inode);
3428 if (ret < 0)
3429 return ret;
Aneesh Kumar K.V08a22b32010-12-01 10:42:16 +00003430 if (NFS_I(inode)->cache_validity & NFS_INO_INVALID_ACL)
3431 nfs_zap_acl_cache(inode);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003432 ret = nfs4_read_cached_acl(inode, buf, buflen);
3433 if (ret != -ENOENT)
3434 return ret;
3435 return nfs4_get_acl_uncached(inode, buf, buflen);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003436}
3437
Trond Myklebust16b4289c2006-08-24 12:27:15 -04003438static int __nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003439{
3440 struct nfs_server *server = NFS_SERVER(inode);
3441 struct page *pages[NFS4ACL_MAXPAGES];
3442 struct nfs_setaclargs arg = {
3443 .fh = NFS_FH(inode),
3444 .acl_pages = pages,
3445 .acl_len = buflen,
3446 };
Benny Halevy73c403a2009-04-01 09:22:01 -04003447 struct nfs_setaclres res;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003448 struct rpc_message msg = {
3449 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETACL],
3450 .rpc_argp = &arg,
Benny Halevy73c403a2009-04-01 09:22:01 -04003451 .rpc_resp = &res,
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003452 };
Neil Hormane9e3d722011-03-04 19:26:03 -05003453 int ret, i;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003454
3455 if (!nfs4_server_supports_acls(server))
3456 return -EOPNOTSUPP;
Neil Hormane9e3d722011-03-04 19:26:03 -05003457 i = buf_to_pages_noslab(buf, buflen, arg.acl_pages, &arg.acl_pgbase);
3458 if (i < 0)
3459 return i;
Trond Myklebust642ac542005-10-18 14:20:19 -07003460 nfs_inode_return_delegation(inode);
Andy Adamsoncccef3b2009-04-01 09:22:03 -04003461 ret = nfs4_call_sync(server, &msg, &arg, &res, 1);
Neil Hormane9e3d722011-03-04 19:26:03 -05003462
3463 /*
3464 * Free each page after tx, so the only ref left is
3465 * held by the network stack
3466 */
3467 for (; i > 0; i--)
3468 put_page(pages[i-1]);
3469
Aneesh Kumar K.V08a22b32010-12-01 10:42:16 +00003470 /*
3471 * Acl update can result in inode attribute update.
3472 * so mark the attribute cache invalid.
3473 */
3474 spin_lock(&inode->i_lock);
3475 NFS_I(inode)->cache_validity |= NFS_INO_INVALID_ATTR;
3476 spin_unlock(&inode->i_lock);
Trond Myklebustf41f7412008-06-11 17:39:04 -04003477 nfs_access_zap_cache(inode);
3478 nfs_zap_acl_cache(inode);
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003479 return ret;
3480}
3481
Trond Myklebust16b4289c2006-08-24 12:27:15 -04003482static int nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
3483{
3484 struct nfs4_exception exception = { };
3485 int err;
3486 do {
3487 err = nfs4_handle_exception(NFS_SERVER(inode),
3488 __nfs4_proc_set_acl(inode, buf, buflen),
3489 &exception);
3490 } while (exception.retry);
3491 return err;
3492}
3493
Linus Torvalds1da177e2005-04-16 15:20:36 -07003494static int
Trond Myklebustaa5190d2010-06-16 09:52:25 -04003495nfs4_async_handle_error(struct rpc_task *task, const struct nfs_server *server, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003496{
Trond Myklebustaa5190d2010-06-16 09:52:25 -04003497 struct nfs_client *clp = server->nfs_client;
3498
3499 if (task->tk_status >= 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003500 return 0;
3501 switch(task->tk_status) {
Trond Myklebust9e33bed2008-12-23 15:21:46 -05003502 case -NFS4ERR_ADMIN_REVOKED:
3503 case -NFS4ERR_BAD_STATEID:
3504 case -NFS4ERR_OPENMODE:
3505 if (state == NULL)
3506 break;
3507 nfs4_state_mark_reclaim_nograce(clp, state);
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05003508 goto do_state_recovery;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003509 case -NFS4ERR_STALE_STATEID:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05003510 case -NFS4ERR_STALE_CLIENTID:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003511 case -NFS4ERR_EXPIRED:
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05003512 goto do_state_recovery;
Andy Adamson4745e312009-04-01 09:22:42 -04003513#if defined(CONFIG_NFS_V4_1)
3514 case -NFS4ERR_BADSESSION:
3515 case -NFS4ERR_BADSLOT:
3516 case -NFS4ERR_BAD_HIGH_SLOT:
3517 case -NFS4ERR_DEADSESSION:
3518 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
3519 case -NFS4ERR_SEQ_FALSE_RETRY:
3520 case -NFS4ERR_SEQ_MISORDERED:
3521 dprintk("%s ERROR %d, Reset session\n", __func__,
3522 task->tk_status);
Andy Adamson0b9e2d42009-12-04 16:02:14 -05003523 nfs4_schedule_state_recovery(clp);
Andy Adamson4745e312009-04-01 09:22:42 -04003524 task->tk_status = 0;
3525 return -EAGAIN;
3526#endif /* CONFIG_NFS_V4_1 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003527 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04003528 nfs_inc_server_stats(server, NFSIOS_DELAY);
Chuck Lever006ea732006-03-20 13:44:14 -05003529 case -NFS4ERR_GRACE:
Jeff Layton2c643482010-01-07 09:42:03 -05003530 case -EKEYEXPIRED:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003531 rpc_delay(task, NFS4_POLL_RETRY_MAX);
3532 task->tk_status = 0;
3533 return -EAGAIN;
3534 case -NFS4ERR_OLD_STATEID:
3535 task->tk_status = 0;
3536 return -EAGAIN;
3537 }
3538 task->tk_status = nfs4_map_errors(task->tk_status);
3539 return 0;
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05003540do_state_recovery:
3541 rpc_sleep_on(&clp->cl_rpcwaitq, task, NULL);
3542 nfs4_schedule_state_recovery(clp);
3543 if (test_bit(NFS4CLNT_MANAGER_RUNNING, &clp->cl_state) == 0)
3544 rpc_wake_up_queued_task(&clp->cl_rpcwaitq, task);
3545 task->tk_status = 0;
3546 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003547}
3548
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04003549int nfs4_proc_setclientid(struct nfs_client *clp, u32 program,
3550 unsigned short port, struct rpc_cred *cred,
3551 struct nfs4_setclientid_res *res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003552{
3553 nfs4_verifier sc_verifier;
3554 struct nfs4_setclientid setclientid = {
3555 .sc_verifier = &sc_verifier,
3556 .sc_prog = program,
Andy Adamsonf4eecd52011-01-06 02:04:30 +00003557 .sc_cb_ident = clp->cl_cb_ident,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003558 };
3559 struct rpc_message msg = {
3560 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID],
3561 .rpc_argp = &setclientid,
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04003562 .rpc_resp = res,
Trond Myklebust286d7d62006-01-03 09:55:26 +01003563 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003564 };
Al Virobc4785c2006-10-19 23:28:51 -07003565 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003566 int loop = 0;
3567 int status;
3568
Al Virobc4785c2006-10-19 23:28:51 -07003569 p = (__be32*)sc_verifier.data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003570 *p++ = htonl((u32)clp->cl_boot_time.tv_sec);
3571 *p = htonl((u32)clp->cl_boot_time.tv_nsec);
3572
3573 for(;;) {
3574 setclientid.sc_name_len = scnprintf(setclientid.sc_name,
Trond Myklebust69dd7162007-12-14 14:56:07 -05003575 sizeof(setclientid.sc_name), "%s/%s %s %s %u",
Chuck Leverd4d3c502007-12-10 14:57:09 -05003576 clp->cl_ipaddr,
3577 rpc_peeraddr2str(clp->cl_rpcclient,
3578 RPC_DISPLAY_ADDR),
Trond Myklebust69dd7162007-12-14 14:56:07 -05003579 rpc_peeraddr2str(clp->cl_rpcclient,
3580 RPC_DISPLAY_PROTO),
Trond Myklebust78ea3232008-04-07 20:49:28 -04003581 clp->cl_rpcclient->cl_auth->au_ops->au_name,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003582 clp->cl_id_uniquifier);
3583 setclientid.sc_netid_len = scnprintf(setclientid.sc_netid,
Chuck Leverd4d3c502007-12-10 14:57:09 -05003584 sizeof(setclientid.sc_netid),
3585 rpc_peeraddr2str(clp->cl_rpcclient,
3586 RPC_DISPLAY_NETID));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003587 setclientid.sc_uaddr_len = scnprintf(setclientid.sc_uaddr,
Chuck Leverd4d3c502007-12-10 14:57:09 -05003588 sizeof(setclientid.sc_uaddr), "%s.%u.%u",
Linus Torvalds1da177e2005-04-16 15:20:36 -07003589 clp->cl_ipaddr, port >> 8, port & 255);
3590
3591 status = rpc_call_sync(clp->cl_rpcclient, &msg, 0);
3592 if (status != -NFS4ERR_CLID_INUSE)
3593 break;
3594 if (signalled())
3595 break;
3596 if (loop++ & 1)
J. Bruce Fields611c96c2010-12-13 19:05:46 -05003597 ssleep(clp->cl_lease_time / HZ + 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003598 else
3599 if (++clp->cl_id_uniquifier == 0)
3600 break;
3601 }
3602 return status;
3603}
3604
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04003605static int _nfs4_proc_setclientid_confirm(struct nfs_client *clp,
3606 struct nfs4_setclientid_res *arg,
3607 struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003608{
3609 struct nfs_fsinfo fsinfo;
3610 struct rpc_message msg = {
3611 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID_CONFIRM],
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04003612 .rpc_argp = arg,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003613 .rpc_resp = &fsinfo,
Trond Myklebust286d7d62006-01-03 09:55:26 +01003614 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003615 };
3616 unsigned long now;
3617 int status;
3618
3619 now = jiffies;
3620 status = rpc_call_sync(clp->cl_rpcclient, &msg, 0);
3621 if (status == 0) {
3622 spin_lock(&clp->cl_lock);
3623 clp->cl_lease_time = fsinfo.lease_time * HZ;
3624 clp->cl_last_renewal = now;
3625 spin_unlock(&clp->cl_lock);
3626 }
3627 return status;
3628}
3629
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04003630int nfs4_proc_setclientid_confirm(struct nfs_client *clp,
3631 struct nfs4_setclientid_res *arg,
3632 struct rpc_cred *cred)
Trond Myklebust51581f32006-03-20 13:44:47 -05003633{
Benny Halevy77e03672008-06-24 20:25:57 +03003634 long timeout = 0;
Trond Myklebust51581f32006-03-20 13:44:47 -05003635 int err;
3636 do {
Trond Myklebustbb8b27e2010-04-16 16:43:06 -04003637 err = _nfs4_proc_setclientid_confirm(clp, arg, cred);
Trond Myklebust51581f32006-03-20 13:44:47 -05003638 switch (err) {
3639 case 0:
3640 return err;
3641 case -NFS4ERR_RESOURCE:
3642 /* The IBM lawyers misread another document! */
3643 case -NFS4ERR_DELAY:
3644 err = nfs4_delay(clp->cl_rpcclient, &timeout);
3645 }
3646 } while (err == 0);
3647 return err;
3648}
3649
Trond Myklebustfe650402006-01-03 09:55:18 +01003650struct nfs4_delegreturndata {
3651 struct nfs4_delegreturnargs args;
Trond Myklebustfa178f22006-01-03 09:55:38 +01003652 struct nfs4_delegreturnres res;
Trond Myklebustfe650402006-01-03 09:55:18 +01003653 struct nfs_fh fh;
3654 nfs4_stateid stateid;
Trond Myklebust26e976a2006-01-03 09:55:21 +01003655 unsigned long timestamp;
Trond Myklebustfa178f22006-01-03 09:55:38 +01003656 struct nfs_fattr fattr;
Trond Myklebustfe650402006-01-03 09:55:18 +01003657 int rpc_status;
3658};
3659
Trond Myklebustfe650402006-01-03 09:55:18 +01003660static void nfs4_delegreturn_done(struct rpc_task *task, void *calldata)
3661{
3662 struct nfs4_delegreturndata *data = calldata;
Andy Adamson938e1012009-04-01 09:22:28 -04003663
Trond Myklebust14516c32010-07-31 14:29:06 -04003664 if (!nfs4_sequence_done(task, &data->res.seq_res))
3665 return;
Andy Adamson938e1012009-04-01 09:22:28 -04003666
Ricardo Labiaga79708862009-12-07 09:23:21 -05003667 switch (task->tk_status) {
3668 case -NFS4ERR_STALE_STATEID:
3669 case -NFS4ERR_EXPIRED:
3670 case 0:
Trond Myklebustfa178f22006-01-03 09:55:38 +01003671 renew_lease(data->res.server, data->timestamp);
Ricardo Labiaga79708862009-12-07 09:23:21 -05003672 break;
3673 default:
3674 if (nfs4_async_handle_error(task, data->res.server, NULL) ==
3675 -EAGAIN) {
3676 nfs_restart_rpc(task, data->res.server->nfs_client);
3677 return;
3678 }
3679 }
3680 data->rpc_status = task->tk_status;
Trond Myklebustfe650402006-01-03 09:55:18 +01003681}
3682
3683static void nfs4_delegreturn_release(void *calldata)
3684{
Trond Myklebustfe650402006-01-03 09:55:18 +01003685 kfree(calldata);
3686}
3687
Andy Adamson938e1012009-04-01 09:22:28 -04003688#if defined(CONFIG_NFS_V4_1)
3689static void nfs4_delegreturn_prepare(struct rpc_task *task, void *data)
3690{
3691 struct nfs4_delegreturndata *d_data;
3692
3693 d_data = (struct nfs4_delegreturndata *)data;
3694
Trond Myklebust035168a2010-06-16 09:52:26 -04003695 if (nfs4_setup_sequence(d_data->res.server,
Andy Adamson938e1012009-04-01 09:22:28 -04003696 &d_data->args.seq_args,
3697 &d_data->res.seq_res, 1, task))
3698 return;
3699 rpc_call_start(task);
3700}
3701#endif /* CONFIG_NFS_V4_1 */
3702
Jesper Juhlc8d149f2006-03-20 13:44:07 -05003703static const struct rpc_call_ops nfs4_delegreturn_ops = {
Andy Adamson938e1012009-04-01 09:22:28 -04003704#if defined(CONFIG_NFS_V4_1)
3705 .rpc_call_prepare = nfs4_delegreturn_prepare,
3706#endif /* CONFIG_NFS_V4_1 */
Trond Myklebustfe650402006-01-03 09:55:18 +01003707 .rpc_call_done = nfs4_delegreturn_done,
3708 .rpc_release = nfs4_delegreturn_release,
3709};
3710
Trond Myklebuste6f81072008-01-24 18:14:34 -05003711static int _nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Trond Myklebustfe650402006-01-03 09:55:18 +01003712{
3713 struct nfs4_delegreturndata *data;
Trond Myklebustfa178f22006-01-03 09:55:38 +01003714 struct nfs_server *server = NFS_SERVER(inode);
Trond Myklebustfe650402006-01-03 09:55:18 +01003715 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003716 struct rpc_message msg = {
3717 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DELEGRETURN],
3718 .rpc_cred = cred,
3719 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04003720 struct rpc_task_setup task_setup_data = {
3721 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04003722 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003723 .callback_ops = &nfs4_delegreturn_ops,
3724 .flags = RPC_TASK_ASYNC,
3725 };
Trond Myklebuste6f81072008-01-24 18:14:34 -05003726 int status = 0;
Trond Myklebustfe650402006-01-03 09:55:18 +01003727
Trond Myklebust8535b2b2010-05-13 12:51:01 -04003728 data = kzalloc(sizeof(*data), GFP_NOFS);
Trond Myklebustfe650402006-01-03 09:55:18 +01003729 if (data == NULL)
3730 return -ENOMEM;
3731 data->args.fhandle = &data->fh;
3732 data->args.stateid = &data->stateid;
Trond Myklebustfa178f22006-01-03 09:55:38 +01003733 data->args.bitmask = server->attr_bitmask;
Trond Myklebustfe650402006-01-03 09:55:18 +01003734 nfs_copy_fh(&data->fh, NFS_FH(inode));
3735 memcpy(&data->stateid, stateid, sizeof(data->stateid));
Trond Myklebustfa178f22006-01-03 09:55:38 +01003736 data->res.fattr = &data->fattr;
3737 data->res.server = server;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003738 nfs_fattr_init(data->res.fattr);
Trond Myklebust26e976a2006-01-03 09:55:21 +01003739 data->timestamp = jiffies;
Trond Myklebustfe650402006-01-03 09:55:18 +01003740 data->rpc_status = 0;
3741
Trond Myklebustc970aa82007-07-14 15:39:59 -04003742 task_setup_data.callback_data = data;
Trond Myklebust1174dd12010-12-21 10:52:24 -05003743 msg.rpc_argp = &data->args;
3744 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04003745 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05003746 if (IS_ERR(task))
Trond Myklebustfe650402006-01-03 09:55:18 +01003747 return PTR_ERR(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05003748 if (!issync)
3749 goto out;
Trond Myklebustfe650402006-01-03 09:55:18 +01003750 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05003751 if (status != 0)
3752 goto out;
3753 status = data->rpc_status;
3754 if (status != 0)
3755 goto out;
3756 nfs_refresh_inode(inode, &data->fattr);
3757out:
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05003758 rpc_put_task(task);
Trond Myklebustfe650402006-01-03 09:55:18 +01003759 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003760}
3761
Trond Myklebuste6f81072008-01-24 18:14:34 -05003762int nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003763{
3764 struct nfs_server *server = NFS_SERVER(inode);
3765 struct nfs4_exception exception = { };
3766 int err;
3767 do {
Trond Myklebuste6f81072008-01-24 18:14:34 -05003768 err = _nfs4_proc_delegreturn(inode, cred, stateid, issync);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003769 switch (err) {
3770 case -NFS4ERR_STALE_STATEID:
3771 case -NFS4ERR_EXPIRED:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003772 case 0:
3773 return 0;
3774 }
3775 err = nfs4_handle_exception(server, err, &exception);
3776 } while (exception.retry);
3777 return err;
3778}
3779
3780#define NFS4_LOCK_MINTIMEOUT (1 * HZ)
3781#define NFS4_LOCK_MAXTIMEOUT (30 * HZ)
3782
3783/*
3784 * sleep, with exponential backoff, and retry the LOCK operation.
3785 */
3786static unsigned long
3787nfs4_set_lock_task_retry(unsigned long timeout)
3788{
Matthew Wilcox150030b2007-12-06 16:24:39 -05003789 schedule_timeout_killable(timeout);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003790 timeout <<= 1;
3791 if (timeout > NFS4_LOCK_MAXTIMEOUT)
3792 return NFS4_LOCK_MAXTIMEOUT;
3793 return timeout;
3794}
3795
Linus Torvalds1da177e2005-04-16 15:20:36 -07003796static int _nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
3797{
3798 struct inode *inode = state->inode;
3799 struct nfs_server *server = NFS_SERVER(inode);
David Howells7539bba2006-08-22 20:06:09 -04003800 struct nfs_client *clp = server->nfs_client;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003801 struct nfs_lockt_args arg = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003802 .fh = NFS_FH(inode),
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003803 .fl = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003804 };
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003805 struct nfs_lockt_res res = {
3806 .denied = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003807 };
3808 struct rpc_message msg = {
3809 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKT],
3810 .rpc_argp = &arg,
3811 .rpc_resp = &res,
3812 .rpc_cred = state->owner->so_cred,
3813 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003814 struct nfs4_lock_state *lsp;
3815 int status;
3816
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003817 arg.lock_owner.clientid = clp->cl_clientid;
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00003818 status = nfs4_set_lock_state(state, request);
3819 if (status != 0)
3820 goto out;
3821 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebust9f958ab2007-07-02 13:58:33 -04003822 arg.lock_owner.id = lsp->ls_id.id;
Trond Myklebustd035c362010-12-21 10:45:27 -05003823 arg.lock_owner.s_dev = server->s_dev;
Andy Adamsoncccef3b2009-04-01 09:22:03 -04003824 status = nfs4_call_sync(server, &msg, &arg, &res, 1);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003825 switch (status) {
3826 case 0:
3827 request->fl_type = F_UNLCK;
3828 break;
3829 case -NFS4ERR_DENIED:
3830 status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003831 }
J. Bruce Fields70cc6482007-02-22 18:48:53 -05003832 request->fl_ops->fl_release_private(request);
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00003833out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003834 return status;
3835}
3836
3837static int nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
3838{
3839 struct nfs4_exception exception = { };
3840 int err;
3841
3842 do {
3843 err = nfs4_handle_exception(NFS_SERVER(state->inode),
3844 _nfs4_proc_getlk(state, cmd, request),
3845 &exception);
3846 } while (exception.retry);
3847 return err;
3848}
3849
3850static int do_vfs_lock(struct file *file, struct file_lock *fl)
3851{
3852 int res = 0;
3853 switch (fl->fl_flags & (FL_POSIX|FL_FLOCK)) {
3854 case FL_POSIX:
3855 res = posix_lock_file_wait(file, fl);
3856 break;
3857 case FL_FLOCK:
3858 res = flock_lock_file_wait(file, fl);
3859 break;
3860 default:
3861 BUG();
3862 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003863 return res;
3864}
3865
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003866struct nfs4_unlockdata {
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003867 struct nfs_locku_args arg;
3868 struct nfs_locku_res res;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003869 struct nfs4_lock_state *lsp;
3870 struct nfs_open_context *ctx;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003871 struct file_lock fl;
3872 const struct nfs_server *server;
Trond Myklebust26e976a2006-01-03 09:55:21 +01003873 unsigned long timestamp;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003874};
3875
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003876static struct nfs4_unlockdata *nfs4_alloc_unlockdata(struct file_lock *fl,
3877 struct nfs_open_context *ctx,
3878 struct nfs4_lock_state *lsp,
3879 struct nfs_seqid *seqid)
3880{
3881 struct nfs4_unlockdata *p;
3882 struct inode *inode = lsp->ls_state->inode;
3883
Trond Myklebust8535b2b2010-05-13 12:51:01 -04003884 p = kzalloc(sizeof(*p), GFP_NOFS);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003885 if (p == NULL)
3886 return NULL;
3887 p->arg.fh = NFS_FH(inode);
3888 p->arg.fl = &p->fl;
3889 p->arg.seqid = seqid;
Trond Myklebustc1d51932008-04-07 13:20:54 -04003890 p->res.seqid = seqid;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003891 p->arg.stateid = &lsp->ls_stateid;
3892 p->lsp = lsp;
3893 atomic_inc(&lsp->ls_count);
3894 /* Ensure we don't close file until we're done freeing locks! */
3895 p->ctx = get_nfs_open_context(ctx);
3896 memcpy(&p->fl, fl, sizeof(p->fl));
3897 p->server = NFS_SERVER(inode);
3898 return p;
3899}
3900
Trond Myklebust06f814a2006-01-03 09:55:07 +01003901static void nfs4_locku_release_calldata(void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003902{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003903 struct nfs4_unlockdata *calldata = data;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003904 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust06f814a2006-01-03 09:55:07 +01003905 nfs4_put_lock_state(calldata->lsp);
3906 put_nfs_open_context(calldata->ctx);
3907 kfree(calldata);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003908}
3909
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003910static void nfs4_locku_done(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003911{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003912 struct nfs4_unlockdata *calldata = data;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003913
Trond Myklebust14516c32010-07-31 14:29:06 -04003914 if (!nfs4_sequence_done(task, &calldata->res.seq_res))
3915 return;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003916 switch (task->tk_status) {
3917 case 0:
3918 memcpy(calldata->lsp->ls_stateid.data,
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003919 calldata->res.stateid.data,
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003920 sizeof(calldata->lsp->ls_stateid.data));
Trond Myklebust26e976a2006-01-03 09:55:21 +01003921 renew_lease(calldata->server, calldata->timestamp);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003922 break;
Trond Myklebust9e33bed2008-12-23 15:21:46 -05003923 case -NFS4ERR_BAD_STATEID:
3924 case -NFS4ERR_OLD_STATEID:
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003925 case -NFS4ERR_STALE_STATEID:
3926 case -NFS4ERR_EXPIRED:
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003927 break;
3928 default:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05003929 if (nfs4_async_handle_error(task, calldata->server, NULL) == -EAGAIN)
Trond Myklebust0110ee12009-12-07 09:00:24 -05003930 nfs_restart_rpc(task,
Trond Myklebustd61e6122009-12-05 19:32:19 -05003931 calldata->server->nfs_client);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003932 }
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003933}
3934
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01003935static void nfs4_locku_prepare(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003936{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01003937 struct nfs4_unlockdata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003938
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003939 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003940 return;
3941 if ((calldata->lsp->ls_flags & NFS_LOCK_INITIALIZED) == 0) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003942 /* Note: exit _without_ running nfs4_locku_done */
3943 task->tk_action = NULL;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003944 return;
3945 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01003946 calldata->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04003947 if (nfs4_setup_sequence(calldata->server,
Andy Adamsona8936932009-04-01 09:22:23 -04003948 &calldata->arg.seq_args,
3949 &calldata->res.seq_res, 1, task))
3950 return;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003951 rpc_call_start(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003952}
3953
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003954static const struct rpc_call_ops nfs4_locku_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01003955 .rpc_call_prepare = nfs4_locku_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003956 .rpc_call_done = nfs4_locku_done,
Trond Myklebust06f814a2006-01-03 09:55:07 +01003957 .rpc_release = nfs4_locku_release_calldata,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003958};
3959
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003960static struct rpc_task *nfs4_do_unlck(struct file_lock *fl,
3961 struct nfs_open_context *ctx,
3962 struct nfs4_lock_state *lsp,
3963 struct nfs_seqid *seqid)
3964{
3965 struct nfs4_unlockdata *data;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003966 struct rpc_message msg = {
3967 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKU],
3968 .rpc_cred = ctx->cred,
3969 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04003970 struct rpc_task_setup task_setup_data = {
3971 .rpc_client = NFS_CLIENT(lsp->ls_state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04003972 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003973 .callback_ops = &nfs4_locku_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05003974 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003975 .flags = RPC_TASK_ASYNC,
3976 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003977
Frank Filz137d6ac2007-07-09 15:32:29 -07003978 /* Ensure this is an unlock - when canceling a lock, the
3979 * canceled lock is passed in, and it won't be an unlock.
3980 */
3981 fl->fl_type = F_UNLCK;
3982
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003983 data = nfs4_alloc_unlockdata(fl, ctx, lsp, seqid);
3984 if (data == NULL) {
3985 nfs_free_seqid(seqid);
3986 return ERR_PTR(-ENOMEM);
3987 }
3988
Trond Myklebust1174dd12010-12-21 10:52:24 -05003989 msg.rpc_argp = &data->arg;
3990 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04003991 task_setup_data.callback_data = data;
3992 return rpc_run_task(&task_setup_data);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003993}
3994
Linus Torvalds1da177e2005-04-16 15:20:36 -07003995static int nfs4_proc_unlck(struct nfs4_state *state, int cmd, struct file_lock *request)
3996{
Trond Myklebust19e03c52008-12-23 15:21:44 -05003997 struct nfs_inode *nfsi = NFS_I(state->inode);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003998 struct nfs_seqid *seqid;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003999 struct nfs4_lock_state *lsp;
Trond Myklebust06f814a2006-01-03 09:55:07 +01004000 struct rpc_task *task;
4001 int status = 0;
Trond Myklebust536ff0f2008-04-04 15:08:02 -04004002 unsigned char fl_flags = request->fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004003
Trond Myklebust9b073572006-06-29 16:38:34 -04004004 status = nfs4_set_lock_state(state, request);
4005 /* Unlock _before_ we do the RPC call */
4006 request->fl_flags |= FL_EXISTS;
Trond Myklebust19e03c52008-12-23 15:21:44 -05004007 down_read(&nfsi->rwsem);
4008 if (do_vfs_lock(request->fl_file, request) == -ENOENT) {
4009 up_read(&nfsi->rwsem);
Trond Myklebust9b073572006-06-29 16:38:34 -04004010 goto out;
Trond Myklebust19e03c52008-12-23 15:21:44 -05004011 }
4012 up_read(&nfsi->rwsem);
Trond Myklebust9b073572006-06-29 16:38:34 -04004013 if (status != 0)
4014 goto out;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004015 /* Is this a delegated lock? */
4016 if (test_bit(NFS_DELEGATED_STATE, &state->flags))
Trond Myklebust9b073572006-06-29 16:38:34 -04004017 goto out;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004018 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebust8535b2b2010-05-13 12:51:01 -04004019 seqid = nfs_alloc_seqid(&lsp->ls_seqid, GFP_KERNEL);
Trond Myklebust9b073572006-06-29 16:38:34 -04004020 status = -ENOMEM;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004021 if (seqid == NULL)
Trond Myklebust9b073572006-06-29 16:38:34 -04004022 goto out;
Trond Myklebustcd3758e2007-08-10 17:44:32 -04004023 task = nfs4_do_unlck(request, nfs_file_open_context(request->fl_file), lsp, seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004024 status = PTR_ERR(task);
4025 if (IS_ERR(task))
Trond Myklebust9b073572006-06-29 16:38:34 -04004026 goto out;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004027 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05004028 rpc_put_task(task);
Trond Myklebust9b073572006-06-29 16:38:34 -04004029out:
Trond Myklebust536ff0f2008-04-04 15:08:02 -04004030 request->fl_flags = fl_flags;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07004031 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004032}
4033
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004034struct nfs4_lockdata {
4035 struct nfs_lock_args arg;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01004036 struct nfs_lock_res res;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004037 struct nfs4_lock_state *lsp;
4038 struct nfs_open_context *ctx;
4039 struct file_lock fl;
Trond Myklebust26e976a2006-01-03 09:55:21 +01004040 unsigned long timestamp;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004041 int rpc_status;
4042 int cancelled;
Andy Adamson66179ef2009-04-01 09:22:22 -04004043 struct nfs_server *server;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004044};
4045
4046static struct nfs4_lockdata *nfs4_alloc_lockdata(struct file_lock *fl,
Trond Myklebust8535b2b2010-05-13 12:51:01 -04004047 struct nfs_open_context *ctx, struct nfs4_lock_state *lsp,
4048 gfp_t gfp_mask)
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004049{
4050 struct nfs4_lockdata *p;
4051 struct inode *inode = lsp->ls_state->inode;
4052 struct nfs_server *server = NFS_SERVER(inode);
4053
Trond Myklebust8535b2b2010-05-13 12:51:01 -04004054 p = kzalloc(sizeof(*p), gfp_mask);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004055 if (p == NULL)
4056 return NULL;
4057
4058 p->arg.fh = NFS_FH(inode);
4059 p->arg.fl = &p->fl;
Trond Myklebust8535b2b2010-05-13 12:51:01 -04004060 p->arg.open_seqid = nfs_alloc_seqid(&lsp->ls_state->owner->so_seqid, gfp_mask);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05004061 if (p->arg.open_seqid == NULL)
4062 goto out_free;
Trond Myklebust8535b2b2010-05-13 12:51:01 -04004063 p->arg.lock_seqid = nfs_alloc_seqid(&lsp->ls_seqid, gfp_mask);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004064 if (p->arg.lock_seqid == NULL)
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05004065 goto out_free_seqid;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004066 p->arg.lock_stateid = &lsp->ls_stateid;
David Howells7539bba2006-08-22 20:06:09 -04004067 p->arg.lock_owner.clientid = server->nfs_client->cl_clientid;
Trond Myklebust9f958ab2007-07-02 13:58:33 -04004068 p->arg.lock_owner.id = lsp->ls_id.id;
Trond Myklebustd035c362010-12-21 10:45:27 -05004069 p->arg.lock_owner.s_dev = server->s_dev;
Trond Myklebustc1d51932008-04-07 13:20:54 -04004070 p->res.lock_seqid = p->arg.lock_seqid;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004071 p->lsp = lsp;
Andy Adamson66179ef2009-04-01 09:22:22 -04004072 p->server = server;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004073 atomic_inc(&lsp->ls_count);
4074 p->ctx = get_nfs_open_context(ctx);
4075 memcpy(&p->fl, fl, sizeof(p->fl));
4076 return p;
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05004077out_free_seqid:
4078 nfs_free_seqid(p->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004079out_free:
4080 kfree(p);
4081 return NULL;
4082}
4083
4084static void nfs4_lock_prepare(struct rpc_task *task, void *calldata)
4085{
4086 struct nfs4_lockdata *data = calldata;
4087 struct nfs4_state *state = data->lsp->ls_state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004088
Harvey Harrison3110ff82008-05-02 13:42:44 -07004089 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05004090 if (nfs_wait_on_sequence(data->arg.lock_seqid, task) != 0)
4091 return;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004092 /* Do we need to do an open_to_lock_owner? */
4093 if (!(data->arg.lock_seqid->sequence->flags & NFS_SEQID_CONFIRMED)) {
Trond Myklebuste6e21972008-01-02 16:27:16 -05004094 if (nfs_wait_on_sequence(data->arg.open_seqid, task) != 0)
4095 return;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004096 data->arg.open_stateid = &state->stateid;
4097 data->arg.new_lock_owner = 1;
Trond Myklebustc1d51932008-04-07 13:20:54 -04004098 data->res.open_seqid = data->arg.open_seqid;
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05004099 } else
4100 data->arg.new_lock_owner = 0;
Trond Myklebust26e976a2006-01-03 09:55:21 +01004101 data->timestamp = jiffies;
Trond Myklebust035168a2010-06-16 09:52:26 -04004102 if (nfs4_setup_sequence(data->server,
4103 &data->arg.seq_args,
Andy Adamson66179ef2009-04-01 09:22:22 -04004104 &data->res.seq_res, 1, task))
4105 return;
Trond Myklebust5138fde2007-07-14 15:40:01 -04004106 rpc_call_start(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07004107 dprintk("%s: done!, ret = %d\n", __func__, data->rpc_status);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004108}
4109
Alexandros Batsakisb2579572009-12-14 21:27:57 -08004110static void nfs4_recover_lock_prepare(struct rpc_task *task, void *calldata)
4111{
4112 rpc_task_set_priority(task, RPC_PRIORITY_PRIVILEGED);
4113 nfs4_lock_prepare(task, calldata);
4114}
4115
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004116static void nfs4_lock_done(struct rpc_task *task, void *calldata)
4117{
4118 struct nfs4_lockdata *data = calldata;
4119
Harvey Harrison3110ff82008-05-02 13:42:44 -07004120 dprintk("%s: begin!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004121
Trond Myklebust14516c32010-07-31 14:29:06 -04004122 if (!nfs4_sequence_done(task, &data->res.seq_res))
4123 return;
Andy Adamson66179ef2009-04-01 09:22:22 -04004124
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004125 data->rpc_status = task->tk_status;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004126 if (data->arg.new_lock_owner != 0) {
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004127 if (data->rpc_status == 0)
4128 nfs_confirm_seqid(&data->lsp->ls_seqid, 0);
4129 else
4130 goto out;
4131 }
4132 if (data->rpc_status == 0) {
4133 memcpy(data->lsp->ls_stateid.data, data->res.stateid.data,
4134 sizeof(data->lsp->ls_stateid.data));
4135 data->lsp->ls_flags |= NFS_LOCK_INITIALIZED;
Trond Myklebust88be9f92007-06-05 10:42:27 -04004136 renew_lease(NFS_SERVER(data->ctx->path.dentry->d_inode), data->timestamp);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004137 }
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004138out:
Harvey Harrison3110ff82008-05-02 13:42:44 -07004139 dprintk("%s: done, ret = %d!\n", __func__, data->rpc_status);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004140}
4141
4142static void nfs4_lock_release(void *calldata)
4143{
4144 struct nfs4_lockdata *data = calldata;
4145
Harvey Harrison3110ff82008-05-02 13:42:44 -07004146 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05004147 nfs_free_seqid(data->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004148 if (data->cancelled != 0) {
4149 struct rpc_task *task;
4150 task = nfs4_do_unlck(&data->fl, data->ctx, data->lsp,
4151 data->arg.lock_seqid);
4152 if (!IS_ERR(task))
Trond Myklebustbf294b42011-02-21 11:05:41 -08004153 rpc_put_task_async(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07004154 dprintk("%s: cancelling lock!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004155 } else
4156 nfs_free_seqid(data->arg.lock_seqid);
4157 nfs4_put_lock_state(data->lsp);
4158 put_nfs_open_context(data->ctx);
4159 kfree(data);
Harvey Harrison3110ff82008-05-02 13:42:44 -07004160 dprintk("%s: done!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004161}
4162
4163static const struct rpc_call_ops nfs4_lock_ops = {
4164 .rpc_call_prepare = nfs4_lock_prepare,
4165 .rpc_call_done = nfs4_lock_done,
4166 .rpc_release = nfs4_lock_release,
4167};
4168
Alexandros Batsakisb2579572009-12-14 21:27:57 -08004169static const struct rpc_call_ops nfs4_recover_lock_ops = {
4170 .rpc_call_prepare = nfs4_recover_lock_prepare,
4171 .rpc_call_done = nfs4_lock_done,
4172 .rpc_release = nfs4_lock_release,
4173};
4174
Trond Myklebust2bee72a2010-01-26 15:42:21 -05004175static void nfs4_handle_setlk_error(struct nfs_server *server, struct nfs4_lock_state *lsp, int new_lock_owner, int error)
4176{
4177 struct nfs_client *clp = server->nfs_client;
4178 struct nfs4_state *state = lsp->ls_state;
4179
4180 switch (error) {
4181 case -NFS4ERR_ADMIN_REVOKED:
4182 case -NFS4ERR_BAD_STATEID:
4183 case -NFS4ERR_EXPIRED:
4184 if (new_lock_owner != 0 ||
4185 (lsp->ls_flags & NFS_LOCK_INITIALIZED) != 0)
4186 nfs4_state_mark_reclaim_nograce(clp, state);
4187 lsp->ls_seqid.flags &= ~NFS_SEQID_CONFIRMED;
Trond Myklebusta2c0b9e2010-01-26 15:42:47 -05004188 break;
4189 case -NFS4ERR_STALE_STATEID:
4190 if (new_lock_owner != 0 ||
4191 (lsp->ls_flags & NFS_LOCK_INITIALIZED) != 0)
4192 nfs4_state_mark_reclaim_reboot(clp, state);
4193 lsp->ls_seqid.flags &= ~NFS_SEQID_CONFIRMED;
Trond Myklebust2bee72a2010-01-26 15:42:21 -05004194 };
4195}
4196
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08004197static int _nfs4_do_setlk(struct nfs4_state *state, int cmd, struct file_lock *fl, int recovery_type)
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004198{
4199 struct nfs4_lockdata *data;
4200 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04004201 struct rpc_message msg = {
4202 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCK],
4203 .rpc_cred = state->owner->so_cred,
4204 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04004205 struct rpc_task_setup task_setup_data = {
4206 .rpc_client = NFS_CLIENT(state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04004207 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04004208 .callback_ops = &nfs4_lock_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05004209 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04004210 .flags = RPC_TASK_ASYNC,
4211 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004212 int ret;
4213
Harvey Harrison3110ff82008-05-02 13:42:44 -07004214 dprintk("%s: begin!\n", __func__);
Trond Myklebustcd3758e2007-08-10 17:44:32 -04004215 data = nfs4_alloc_lockdata(fl, nfs_file_open_context(fl->fl_file),
Trond Myklebust8535b2b2010-05-13 12:51:01 -04004216 fl->fl_u.nfs4_fl.owner,
4217 recovery_type == NFS_LOCK_NEW ? GFP_KERNEL : GFP_NOFS);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004218 if (data == NULL)
4219 return -ENOMEM;
4220 if (IS_SETLKW(cmd))
4221 data->arg.block = 1;
Alexandros Batsakisb2579572009-12-14 21:27:57 -08004222 if (recovery_type > NFS_LOCK_NEW) {
4223 if (recovery_type == NFS_LOCK_RECLAIM)
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08004224 data->arg.reclaim = NFS_LOCK_RECLAIM;
Alexandros Batsakisb2579572009-12-14 21:27:57 -08004225 task_setup_data.callback_ops = &nfs4_recover_lock_ops;
4226 }
Trond Myklebust1174dd12010-12-21 10:52:24 -05004227 msg.rpc_argp = &data->arg;
4228 msg.rpc_resp = &data->res;
Trond Myklebustc970aa82007-07-14 15:39:59 -04004229 task_setup_data.callback_data = data;
4230 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05004231 if (IS_ERR(task))
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004232 return PTR_ERR(task);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004233 ret = nfs4_wait_for_completion_rpc_task(task);
4234 if (ret == 0) {
4235 ret = data->rpc_status;
Trond Myklebust2bee72a2010-01-26 15:42:21 -05004236 if (ret)
4237 nfs4_handle_setlk_error(data->server, data->lsp,
4238 data->arg.new_lock_owner, ret);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004239 } else
4240 data->cancelled = 1;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05004241 rpc_put_task(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07004242 dprintk("%s: done, ret = %d!\n", __func__, ret);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01004243 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004244}
4245
4246static int nfs4_lock_reclaim(struct nfs4_state *state, struct file_lock *request)
4247{
Trond Myklebust202b50d2005-06-22 17:16:29 +00004248 struct nfs_server *server = NFS_SERVER(state->inode);
4249 struct nfs4_exception exception = { };
4250 int err;
4251
4252 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04004253 /* Cache the lock if possible... */
4254 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
4255 return 0;
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08004256 err = _nfs4_do_setlk(state, F_SETLK, request, NFS_LOCK_RECLAIM);
Trond Myklebust168667c2010-10-19 19:47:49 -04004257 if (err != -NFS4ERR_DELAY)
Trond Myklebust202b50d2005-06-22 17:16:29 +00004258 break;
4259 nfs4_handle_exception(server, err, &exception);
4260 } while (exception.retry);
4261 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004262}
4263
4264static int nfs4_lock_expired(struct nfs4_state *state, struct file_lock *request)
4265{
Trond Myklebust202b50d2005-06-22 17:16:29 +00004266 struct nfs_server *server = NFS_SERVER(state->inode);
4267 struct nfs4_exception exception = { };
4268 int err;
4269
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004270 err = nfs4_set_lock_state(state, request);
4271 if (err != 0)
4272 return err;
Trond Myklebust202b50d2005-06-22 17:16:29 +00004273 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04004274 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
4275 return 0;
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08004276 err = _nfs4_do_setlk(state, F_SETLK, request, NFS_LOCK_EXPIRED);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05004277 switch (err) {
4278 default:
4279 goto out;
4280 case -NFS4ERR_GRACE:
4281 case -NFS4ERR_DELAY:
4282 nfs4_handle_exception(server, err, &exception);
4283 err = 0;
4284 }
Trond Myklebust202b50d2005-06-22 17:16:29 +00004285 } while (exception.retry);
Trond Myklebusta9ed2e22009-12-03 15:53:21 -05004286out:
Trond Myklebust202b50d2005-06-22 17:16:29 +00004287 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004288}
4289
4290static int _nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
4291{
Trond Myklebust19e03c52008-12-23 15:21:44 -05004292 struct nfs_inode *nfsi = NFS_I(state->inode);
Trond Myklebust01c3b862006-06-29 16:38:39 -04004293 unsigned char fl_flags = request->fl_flags;
Trond Myklebust8e469eb2010-01-26 15:42:30 -05004294 int status = -ENOLCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004295
Trond Myklebust8e469eb2010-01-26 15:42:30 -05004296 if ((fl_flags & FL_POSIX) &&
4297 !test_bit(NFS_STATE_POSIX_LOCKS, &state->flags))
4298 goto out;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004299 /* Is this a delegated open? */
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004300 status = nfs4_set_lock_state(state, request);
4301 if (status != 0)
4302 goto out;
Trond Myklebust01c3b862006-06-29 16:38:39 -04004303 request->fl_flags |= FL_ACCESS;
4304 status = do_vfs_lock(request->fl_file, request);
4305 if (status < 0)
4306 goto out;
Trond Myklebust19e03c52008-12-23 15:21:44 -05004307 down_read(&nfsi->rwsem);
Trond Myklebust01c3b862006-06-29 16:38:39 -04004308 if (test_bit(NFS_DELEGATED_STATE, &state->flags)) {
Trond Myklebust01c3b862006-06-29 16:38:39 -04004309 /* Yes: cache locks! */
Trond Myklebust01c3b862006-06-29 16:38:39 -04004310 /* ...but avoid races with delegation recall... */
Trond Myklebust19e03c52008-12-23 15:21:44 -05004311 request->fl_flags = fl_flags & ~FL_SLEEP;
4312 status = do_vfs_lock(request->fl_file, request);
4313 goto out_unlock;
Trond Myklebust01c3b862006-06-29 16:38:39 -04004314 }
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08004315 status = _nfs4_do_setlk(state, cmd, request, NFS_LOCK_NEW);
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004316 if (status != 0)
Trond Myklebust01c3b862006-06-29 16:38:39 -04004317 goto out_unlock;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004318 /* Note: we always want to sleep here! */
Trond Myklebust01c3b862006-06-29 16:38:39 -04004319 request->fl_flags = fl_flags | FL_SLEEP;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004320 if (do_vfs_lock(request->fl_file, request) < 0)
Harvey Harrison3110ff82008-05-02 13:42:44 -07004321 printk(KERN_WARNING "%s: VFS is out of sync with lock manager!\n", __func__);
Trond Myklebust01c3b862006-06-29 16:38:39 -04004322out_unlock:
Trond Myklebust19e03c52008-12-23 15:21:44 -05004323 up_read(&nfsi->rwsem);
Trond Myklebust01c3b862006-06-29 16:38:39 -04004324out:
4325 request->fl_flags = fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004326 return status;
4327}
4328
4329static int nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
4330{
4331 struct nfs4_exception exception = { };
4332 int err;
4333
4334 do {
Trond Myklebust965b5d62009-06-17 13:22:59 -07004335 err = _nfs4_proc_setlk(state, cmd, request);
4336 if (err == -NFS4ERR_DENIED)
4337 err = -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004338 err = nfs4_handle_exception(NFS_SERVER(state->inode),
Trond Myklebust965b5d62009-06-17 13:22:59 -07004339 err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004340 } while (exception.retry);
4341 return err;
4342}
4343
4344static int
4345nfs4_proc_lock(struct file *filp, int cmd, struct file_lock *request)
4346{
4347 struct nfs_open_context *ctx;
4348 struct nfs4_state *state;
4349 unsigned long timeout = NFS4_LOCK_MINTIMEOUT;
4350 int status;
4351
4352 /* verify open state */
Trond Myklebustcd3758e2007-08-10 17:44:32 -04004353 ctx = nfs_file_open_context(filp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004354 state = ctx->state;
4355
4356 if (request->fl_start < 0 || request->fl_end < 0)
4357 return -EINVAL;
4358
Trond Myklebustd9531262009-07-21 19:22:38 -04004359 if (IS_GETLK(cmd)) {
4360 if (state != NULL)
4361 return nfs4_proc_getlk(state, F_GETLK, request);
4362 return 0;
4363 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004364
4365 if (!(IS_SETLK(cmd) || IS_SETLKW(cmd)))
4366 return -EINVAL;
4367
Trond Myklebustd9531262009-07-21 19:22:38 -04004368 if (request->fl_type == F_UNLCK) {
4369 if (state != NULL)
4370 return nfs4_proc_unlck(state, cmd, request);
4371 return 0;
4372 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004373
Trond Myklebustd9531262009-07-21 19:22:38 -04004374 if (state == NULL)
4375 return -ENOLCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004376 do {
4377 status = nfs4_proc_setlk(state, cmd, request);
4378 if ((status != -EAGAIN) || IS_SETLK(cmd))
4379 break;
4380 timeout = nfs4_set_lock_task_retry(timeout);
4381 status = -ERESTARTSYS;
4382 if (signalled())
4383 break;
4384 } while(status < 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004385 return status;
4386}
4387
Trond Myklebust888e6942005-11-04 15:38:11 -05004388int nfs4_lock_delegation_recall(struct nfs4_state *state, struct file_lock *fl)
4389{
4390 struct nfs_server *server = NFS_SERVER(state->inode);
4391 struct nfs4_exception exception = { };
4392 int err;
4393
4394 err = nfs4_set_lock_state(state, fl);
4395 if (err != 0)
4396 goto out;
4397 do {
Alexandros Batsakisafe6c272009-12-09 01:50:14 -08004398 err = _nfs4_do_setlk(state, F_SETLK, fl, NFS_LOCK_NEW);
Trond Myklebustd5122202009-06-17 13:22:58 -07004399 switch (err) {
4400 default:
4401 printk(KERN_ERR "%s: unhandled error %d.\n",
4402 __func__, err);
4403 case 0:
Trond Myklebust965b5d62009-06-17 13:22:59 -07004404 case -ESTALE:
Trond Myklebustd5122202009-06-17 13:22:58 -07004405 goto out;
4406 case -NFS4ERR_EXPIRED:
4407 case -NFS4ERR_STALE_CLIENTID:
Trond Myklebust965b5d62009-06-17 13:22:59 -07004408 case -NFS4ERR_STALE_STATEID:
Ricardo Labiaga74e7bb72009-12-07 09:48:30 -05004409 case -NFS4ERR_BADSESSION:
4410 case -NFS4ERR_BADSLOT:
4411 case -NFS4ERR_BAD_HIGH_SLOT:
4412 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
4413 case -NFS4ERR_DEADSESSION:
Trond Myklebustd5122202009-06-17 13:22:58 -07004414 nfs4_schedule_state_recovery(server->nfs_client);
4415 goto out;
Trond Myklebust965b5d62009-06-17 13:22:59 -07004416 case -ERESTARTSYS:
4417 /*
4418 * The show must go on: exit, but mark the
4419 * stateid as needing recovery.
4420 */
4421 case -NFS4ERR_ADMIN_REVOKED:
4422 case -NFS4ERR_BAD_STATEID:
4423 case -NFS4ERR_OPENMODE:
4424 nfs4_state_mark_reclaim_nograce(server->nfs_client, state);
4425 err = 0;
4426 goto out;
Trond Myklebust168667c2010-10-19 19:47:49 -04004427 case -EKEYEXPIRED:
4428 /*
4429 * User RPCSEC_GSS context has expired.
4430 * We cannot recover this stateid now, so
4431 * skip it and allow recovery thread to
4432 * proceed.
4433 */
4434 err = 0;
4435 goto out;
Trond Myklebust965b5d62009-06-17 13:22:59 -07004436 case -ENOMEM:
4437 case -NFS4ERR_DENIED:
4438 /* kill_proc(fl->fl_pid, SIGLOST, 1); */
4439 err = 0;
4440 goto out;
Trond Myklebustd5122202009-06-17 13:22:58 -07004441 case -NFS4ERR_DELAY:
4442 break;
4443 }
Trond Myklebust888e6942005-11-04 15:38:11 -05004444 err = nfs4_handle_exception(server, err, &exception);
4445 } while (exception.retry);
4446out:
4447 return err;
4448}
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004449
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04004450static void nfs4_release_lockowner_release(void *calldata)
4451{
4452 kfree(calldata);
4453}
4454
4455const struct rpc_call_ops nfs4_release_lockowner_ops = {
4456 .rpc_release = nfs4_release_lockowner_release,
4457};
4458
4459void nfs4_release_lockowner(const struct nfs4_lock_state *lsp)
4460{
4461 struct nfs_server *server = lsp->ls_state->owner->so_server;
4462 struct nfs_release_lockowner_args *args;
4463 struct rpc_message msg = {
4464 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RELEASE_LOCKOWNER],
4465 };
4466
4467 if (server->nfs_client->cl_mvops->minor_version != 0)
4468 return;
4469 args = kmalloc(sizeof(*args), GFP_NOFS);
4470 if (!args)
4471 return;
4472 args->lock_owner.clientid = server->nfs_client->cl_clientid;
4473 args->lock_owner.id = lsp->ls_id.id;
Trond Myklebustd035c362010-12-21 10:45:27 -05004474 args->lock_owner.s_dev = server->s_dev;
Trond Myklebustd3c7b7c2010-07-01 12:49:01 -04004475 msg.rpc_argp = args;
4476 rpc_call_async(server->client, &msg, 0, &nfs4_release_lockowner_ops, args);
4477}
4478
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004479#define XATTR_NAME_NFSV4_ACL "system.nfs4_acl"
4480
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00004481static int nfs4_xattr_set_nfs4_acl(struct dentry *dentry, const char *key,
4482 const void *buf, size_t buflen,
4483 int flags, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004484{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00004485 if (strcmp(key, "") != 0)
4486 return -EINVAL;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004487
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00004488 return nfs4_proc_set_acl(dentry->d_inode, buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004489}
4490
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00004491static int nfs4_xattr_get_nfs4_acl(struct dentry *dentry, const char *key,
4492 void *buf, size_t buflen, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004493{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00004494 if (strcmp(key, "") != 0)
4495 return -EINVAL;
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004496
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00004497 return nfs4_proc_get_acl(dentry->d_inode, buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004498}
4499
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00004500static size_t nfs4_xattr_list_nfs4_acl(struct dentry *dentry, char *list,
4501 size_t list_len, const char *name,
4502 size_t name_len, int type)
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004503{
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00004504 size_t len = sizeof(XATTR_NAME_NFSV4_ACL);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004505
J. Bruce Fields096455a2006-03-20 23:23:42 -05004506 if (!nfs4_server_supports_acls(NFS_SERVER(dentry->d_inode)))
4507 return 0;
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00004508
4509 if (list && len <= list_len)
4510 memcpy(list, XATTR_NAME_NFSV4_ACL, len);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004511 return len;
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004512}
4513
Trond Myklebust69aaaae2009-03-11 14:10:28 -04004514static void nfs_fixup_referral_attributes(struct nfs_fattr *fattr)
4515{
4516 if (!((fattr->valid & NFS_ATTR_FATTR_FILEID) &&
4517 (fattr->valid & NFS_ATTR_FATTR_FSID) &&
4518 (fattr->valid & NFS_ATTR_FATTR_V4_REFERRAL)))
4519 return;
4520
4521 fattr->valid |= NFS_ATTR_FATTR_TYPE | NFS_ATTR_FATTR_MODE |
4522 NFS_ATTR_FATTR_NLINK;
4523 fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO;
4524 fattr->nlink = 2;
4525}
4526
Trond Myklebust56659e92007-07-17 21:52:39 -04004527int nfs4_proc_fs_locations(struct inode *dir, const struct qstr *name,
Manoj Naik7aaa0b32006-06-09 09:34:23 -04004528 struct nfs4_fs_locations *fs_locations, struct page *page)
Trond Myklebust683b57b2006-06-09 09:34:22 -04004529{
4530 struct nfs_server *server = NFS_SERVER(dir);
4531 u32 bitmask[2] = {
Manoj Naik361e6242006-06-09 09:34:24 -04004532 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
4533 [1] = FATTR4_WORD1_MOUNTED_ON_FILEID,
Trond Myklebust683b57b2006-06-09 09:34:22 -04004534 };
4535 struct nfs4_fs_locations_arg args = {
4536 .dir_fh = NFS_FH(dir),
Trond Myklebustc228fd32007-01-13 02:28:11 -05004537 .name = name,
Trond Myklebust683b57b2006-06-09 09:34:22 -04004538 .page = page,
4539 .bitmask = bitmask,
4540 };
Benny Halevy22958462009-04-01 09:22:02 -04004541 struct nfs4_fs_locations_res res = {
4542 .fs_locations = fs_locations,
4543 };
Trond Myklebust683b57b2006-06-09 09:34:22 -04004544 struct rpc_message msg = {
4545 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS],
4546 .rpc_argp = &args,
Benny Halevy22958462009-04-01 09:22:02 -04004547 .rpc_resp = &res,
Trond Myklebust683b57b2006-06-09 09:34:22 -04004548 };
4549 int status;
4550
Harvey Harrison3110ff82008-05-02 13:42:44 -07004551 dprintk("%s: start\n", __func__);
Trond Myklebustc228fd32007-01-13 02:28:11 -05004552 nfs_fattr_init(&fs_locations->fattr);
Trond Myklebust683b57b2006-06-09 09:34:22 -04004553 fs_locations->server = server;
Manoj Naik830b8e32006-06-09 09:34:25 -04004554 fs_locations->nlocations = 0;
Andy Adamsoncccef3b2009-04-01 09:22:03 -04004555 status = nfs4_call_sync(server, &msg, &args, &res, 0);
Trond Myklebust69aaaae2009-03-11 14:10:28 -04004556 nfs_fixup_referral_attributes(&fs_locations->fattr);
Harvey Harrison3110ff82008-05-02 13:42:44 -07004557 dprintk("%s: returned status = %d\n", __func__, status);
Trond Myklebust683b57b2006-06-09 09:34:22 -04004558 return status;
4559}
4560
Andy Adamson557134a2009-04-01 09:21:53 -04004561#ifdef CONFIG_NFS_V4_1
Benny Halevy99fe60d2009-04-01 09:22:29 -04004562/*
Andy Adamson357f54d2010-12-14 10:11:57 -05004563 * Check the exchange flags returned by the server for invalid flags, having
4564 * both PNFS and NON_PNFS flags set, and not having one of NON_PNFS, PNFS, or
4565 * DS flags set.
4566 */
4567static int nfs4_check_cl_exchange_flags(u32 flags)
4568{
4569 if (flags & ~EXCHGID4_FLAG_MASK_R)
4570 goto out_inval;
4571 if ((flags & EXCHGID4_FLAG_USE_PNFS_MDS) &&
4572 (flags & EXCHGID4_FLAG_USE_NON_PNFS))
4573 goto out_inval;
4574 if (!(flags & (EXCHGID4_FLAG_MASK_PNFS)))
4575 goto out_inval;
4576 return NFS_OK;
4577out_inval:
4578 return -NFS4ERR_INVAL;
4579}
4580
4581/*
Benny Halevy99fe60d2009-04-01 09:22:29 -04004582 * nfs4_proc_exchange_id()
4583 *
4584 * Since the clientid has expired, all compounds using sessions
4585 * associated with the stale clientid will be returning
4586 * NFS4ERR_BADSESSION in the sequence operation, and will therefore
4587 * be in some phase of session reset.
4588 */
Andy Adamson4d643d12009-12-04 15:52:24 -05004589int nfs4_proc_exchange_id(struct nfs_client *clp, struct rpc_cred *cred)
Benny Halevy99fe60d2009-04-01 09:22:29 -04004590{
4591 nfs4_verifier verifier;
4592 struct nfs41_exchange_id_args args = {
4593 .client = clp,
Andy Adamson357f54d2010-12-14 10:11:57 -05004594 .flags = EXCHGID4_FLAG_SUPP_MOVED_REFER,
Benny Halevy99fe60d2009-04-01 09:22:29 -04004595 };
4596 struct nfs41_exchange_id_res res = {
4597 .client = clp,
4598 };
4599 int status;
4600 struct rpc_message msg = {
4601 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_EXCHANGE_ID],
4602 .rpc_argp = &args,
4603 .rpc_resp = &res,
4604 .rpc_cred = cred,
4605 };
4606 __be32 *p;
4607
4608 dprintk("--> %s\n", __func__);
4609 BUG_ON(clp == NULL);
Andy Adamsona7b72102009-04-01 09:22:46 -04004610
Benny Halevy99fe60d2009-04-01 09:22:29 -04004611 p = (u32 *)verifier.data;
4612 *p++ = htonl((u32)clp->cl_boot_time.tv_sec);
4613 *p = htonl((u32)clp->cl_boot_time.tv_nsec);
4614 args.verifier = &verifier;
4615
Andy Adamsonc7a360b2011-01-25 19:15:32 -05004616 args.id_len = scnprintf(args.id, sizeof(args.id),
4617 "%s/%s.%s/%u",
4618 clp->cl_ipaddr,
4619 init_utsname()->nodename,
4620 init_utsname()->domainname,
4621 clp->cl_rpcclient->cl_auth->au_flavor);
Benny Halevy99fe60d2009-04-01 09:22:29 -04004622
Andy Adamsonc7a360b2011-01-25 19:15:32 -05004623 status = rpc_call_sync(clp->cl_rpcclient, &msg, 0);
4624 if (!status)
4625 status = nfs4_check_cl_exchange_flags(clp->cl_exchange_flags);
Benny Halevy99fe60d2009-04-01 09:22:29 -04004626 dprintk("<-- %s status= %d\n", __func__, status);
4627 return status;
4628}
4629
Andy Adamson2050f0c2009-04-01 09:22:30 -04004630struct nfs4_get_lease_time_data {
4631 struct nfs4_get_lease_time_args *args;
4632 struct nfs4_get_lease_time_res *res;
4633 struct nfs_client *clp;
4634};
4635
4636static void nfs4_get_lease_time_prepare(struct rpc_task *task,
4637 void *calldata)
4638{
4639 int ret;
4640 struct nfs4_get_lease_time_data *data =
4641 (struct nfs4_get_lease_time_data *)calldata;
4642
4643 dprintk("--> %s\n", __func__);
Alexandros Batsakis689cf5c2009-12-14 21:27:56 -08004644 rpc_task_set_priority(task, RPC_PRIORITY_PRIVILEGED);
Andy Adamson2050f0c2009-04-01 09:22:30 -04004645 /* just setup sequence, do not trigger session recovery
4646 since we're invoked within one */
4647 ret = nfs41_setup_sequence(data->clp->cl_session,
Alexandros Batsakis689cf5c2009-12-14 21:27:56 -08004648 &data->args->la_seq_args,
4649 &data->res->lr_seq_res, 0, task);
Andy Adamson2050f0c2009-04-01 09:22:30 -04004650
4651 BUG_ON(ret == -EAGAIN);
4652 rpc_call_start(task);
4653 dprintk("<-- %s\n", __func__);
4654}
4655
4656/*
4657 * Called from nfs4_state_manager thread for session setup, so don't recover
4658 * from sequence operation or clientid errors.
4659 */
4660static void nfs4_get_lease_time_done(struct rpc_task *task, void *calldata)
4661{
4662 struct nfs4_get_lease_time_data *data =
4663 (struct nfs4_get_lease_time_data *)calldata;
4664
4665 dprintk("--> %s\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04004666 if (!nfs41_sequence_done(task, &data->res->lr_seq_res))
4667 return;
Andy Adamson2050f0c2009-04-01 09:22:30 -04004668 switch (task->tk_status) {
4669 case -NFS4ERR_DELAY:
4670 case -NFS4ERR_GRACE:
4671 dprintk("%s Retry: tk_status %d\n", __func__, task->tk_status);
4672 rpc_delay(task, NFS4_POLL_RETRY_MIN);
4673 task->tk_status = 0;
Trond Myklebust0110ee12009-12-07 09:00:24 -05004674 nfs_restart_rpc(task, data->clp);
Andy Adamson2050f0c2009-04-01 09:22:30 -04004675 return;
4676 }
Andy Adamson2050f0c2009-04-01 09:22:30 -04004677 dprintk("<-- %s\n", __func__);
4678}
4679
4680struct rpc_call_ops nfs4_get_lease_time_ops = {
4681 .rpc_call_prepare = nfs4_get_lease_time_prepare,
4682 .rpc_call_done = nfs4_get_lease_time_done,
4683};
4684
4685int nfs4_proc_get_lease_time(struct nfs_client *clp, struct nfs_fsinfo *fsinfo)
4686{
4687 struct rpc_task *task;
4688 struct nfs4_get_lease_time_args args;
4689 struct nfs4_get_lease_time_res res = {
4690 .lr_fsinfo = fsinfo,
4691 };
4692 struct nfs4_get_lease_time_data data = {
4693 .args = &args,
4694 .res = &res,
4695 .clp = clp,
4696 };
4697 struct rpc_message msg = {
4698 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GET_LEASE_TIME],
4699 .rpc_argp = &args,
4700 .rpc_resp = &res,
4701 };
4702 struct rpc_task_setup task_setup = {
4703 .rpc_client = clp->cl_rpcclient,
4704 .rpc_message = &msg,
4705 .callback_ops = &nfs4_get_lease_time_ops,
4706 .callback_data = &data
4707 };
4708 int status;
4709
Andy Adamson2050f0c2009-04-01 09:22:30 -04004710 dprintk("--> %s\n", __func__);
4711 task = rpc_run_task(&task_setup);
4712
4713 if (IS_ERR(task))
4714 status = PTR_ERR(task);
4715 else {
4716 status = task->tk_status;
4717 rpc_put_task(task);
4718 }
4719 dprintk("<-- %s return %d\n", __func__, status);
4720
4721 return status;
4722}
4723
Ricardo Labiagab73dafa2009-04-01 09:23:31 -04004724/*
4725 * Reset a slot table
4726 */
Andy Adamson104aeba2010-01-14 17:45:10 -05004727static int nfs4_reset_slot_table(struct nfs4_slot_table *tbl, u32 max_reqs,
4728 int ivalue)
Andy Adamsonac72b7b2009-04-01 09:22:37 -04004729{
Andy Adamson104aeba2010-01-14 17:45:10 -05004730 struct nfs4_slot *new = NULL;
Ricardo Labiagab73dafa2009-04-01 09:23:31 -04004731 int i;
Andy Adamsonac72b7b2009-04-01 09:22:37 -04004732 int ret = 0;
4733
Andy Adamson104aeba2010-01-14 17:45:10 -05004734 dprintk("--> %s: max_reqs=%u, tbl->max_slots %d\n", __func__,
4735 max_reqs, tbl->max_slots);
Andy Adamsonac72b7b2009-04-01 09:22:37 -04004736
Andy Adamson104aeba2010-01-14 17:45:10 -05004737 /* Does the newly negotiated max_reqs match the existing slot table? */
4738 if (max_reqs != tbl->max_slots) {
4739 ret = -ENOMEM;
4740 new = kmalloc(max_reqs * sizeof(struct nfs4_slot),
Trond Myklebust8535b2b2010-05-13 12:51:01 -04004741 GFP_NOFS);
Andy Adamson104aeba2010-01-14 17:45:10 -05004742 if (!new)
4743 goto out;
4744 ret = 0;
4745 kfree(tbl->slots);
Andy Adamsonac72b7b2009-04-01 09:22:37 -04004746 }
4747 spin_lock(&tbl->slot_tbl_lock);
Andy Adamson104aeba2010-01-14 17:45:10 -05004748 if (new) {
4749 tbl->slots = new;
4750 tbl->max_slots = max_reqs;
4751 }
4752 for (i = 0; i < tbl->max_slots; ++i)
Ricardo Labiagab73dafa2009-04-01 09:23:31 -04004753 tbl->slots[i].seq_nr = ivalue;
Andy Adamsonac72b7b2009-04-01 09:22:37 -04004754 spin_unlock(&tbl->slot_tbl_lock);
4755 dprintk("%s: tbl=%p slots=%p max_slots=%d\n", __func__,
4756 tbl, tbl->slots, tbl->max_slots);
4757out:
4758 dprintk("<-- %s: return %d\n", __func__, ret);
4759 return ret;
4760}
4761
Andy Adamsonfc931582009-04-01 09:22:31 -04004762/*
Ricardo Labiagab73dafa2009-04-01 09:23:31 -04004763 * Reset the forechannel and backchannel slot tables
4764 */
4765static int nfs4_reset_slot_tables(struct nfs4_session *session)
4766{
4767 int status;
4768
4769 status = nfs4_reset_slot_table(&session->fc_slot_table,
Andy Adamson104aeba2010-01-14 17:45:10 -05004770 session->fc_attrs.max_reqs, 1);
Ricardo Labiagaf8625a62009-04-01 09:23:33 -04004771 if (status)
4772 return status;
4773
4774 status = nfs4_reset_slot_table(&session->bc_slot_table,
Andy Adamson104aeba2010-01-14 17:45:10 -05004775 session->bc_attrs.max_reqs, 0);
Ricardo Labiagab73dafa2009-04-01 09:23:31 -04004776 return status;
4777}
4778
Ricardo Labiagaf8625a62009-04-01 09:23:33 -04004779/* Destroy the slot table */
4780static void nfs4_destroy_slot_tables(struct nfs4_session *session)
4781{
4782 if (session->fc_slot_table.slots != NULL) {
4783 kfree(session->fc_slot_table.slots);
4784 session->fc_slot_table.slots = NULL;
4785 }
4786 if (session->bc_slot_table.slots != NULL) {
4787 kfree(session->bc_slot_table.slots);
4788 session->bc_slot_table.slots = NULL;
4789 }
4790 return;
4791}
4792
Ricardo Labiagab73dafa2009-04-01 09:23:31 -04004793/*
Andy Adamsonfc931582009-04-01 09:22:31 -04004794 * Initialize slot table
4795 */
Ricardo Labiaga050047c2009-04-01 09:23:32 -04004796static int nfs4_init_slot_table(struct nfs4_slot_table *tbl,
4797 int max_slots, int ivalue)
Andy Adamsonfc931582009-04-01 09:22:31 -04004798{
Andy Adamsonfc931582009-04-01 09:22:31 -04004799 struct nfs4_slot *slot;
4800 int ret = -ENOMEM;
4801
4802 BUG_ON(max_slots > NFS4_MAX_SLOT_TABLE);
4803
Ricardo Labiaga050047c2009-04-01 09:23:32 -04004804 dprintk("--> %s: max_reqs=%u\n", __func__, max_slots);
Andy Adamsonfc931582009-04-01 09:22:31 -04004805
Trond Myklebust8535b2b2010-05-13 12:51:01 -04004806 slot = kcalloc(max_slots, sizeof(struct nfs4_slot), GFP_NOFS);
Andy Adamsonfc931582009-04-01 09:22:31 -04004807 if (!slot)
4808 goto out;
Andy Adamsonfc931582009-04-01 09:22:31 -04004809 ret = 0;
4810
4811 spin_lock(&tbl->slot_tbl_lock);
Andy Adamsonfc931582009-04-01 09:22:31 -04004812 tbl->max_slots = max_slots;
4813 tbl->slots = slot;
4814 tbl->highest_used_slotid = -1; /* no slot is currently used */
4815 spin_unlock(&tbl->slot_tbl_lock);
4816 dprintk("%s: tbl=%p slots=%p max_slots=%d\n", __func__,
4817 tbl, tbl->slots, tbl->max_slots);
4818out:
4819 dprintk("<-- %s: return %d\n", __func__, ret);
4820 return ret;
Andy Adamsonfc931582009-04-01 09:22:31 -04004821}
4822
Ricardo Labiaga050047c2009-04-01 09:23:32 -04004823/*
4824 * Initialize the forechannel and backchannel tables
4825 */
4826static int nfs4_init_slot_tables(struct nfs4_session *session)
4827{
Trond Myklebustf26468f2009-12-05 19:32:11 -05004828 struct nfs4_slot_table *tbl;
4829 int status = 0;
Ricardo Labiaga050047c2009-04-01 09:23:32 -04004830
Trond Myklebustf26468f2009-12-05 19:32:11 -05004831 tbl = &session->fc_slot_table;
4832 if (tbl->slots == NULL) {
4833 status = nfs4_init_slot_table(tbl,
4834 session->fc_attrs.max_reqs, 1);
4835 if (status)
4836 return status;
4837 }
Ricardo Labiaga050047c2009-04-01 09:23:32 -04004838
Trond Myklebustf26468f2009-12-05 19:32:11 -05004839 tbl = &session->bc_slot_table;
4840 if (tbl->slots == NULL) {
4841 status = nfs4_init_slot_table(tbl,
4842 session->bc_attrs.max_reqs, 0);
4843 if (status)
4844 nfs4_destroy_slot_tables(session);
4845 }
Ricardo Labiagaf8625a62009-04-01 09:23:33 -04004846
4847 return status;
Andy Adamson557134a2009-04-01 09:21:53 -04004848}
4849
4850struct nfs4_session *nfs4_alloc_session(struct nfs_client *clp)
4851{
4852 struct nfs4_session *session;
4853 struct nfs4_slot_table *tbl;
4854
Trond Myklebust8535b2b2010-05-13 12:51:01 -04004855 session = kzalloc(sizeof(struct nfs4_session), GFP_NOFS);
Andy Adamson557134a2009-04-01 09:21:53 -04004856 if (!session)
4857 return NULL;
Andy Adamson76db6d92009-04-01 09:22:38 -04004858
Andy Adamson557134a2009-04-01 09:21:53 -04004859 tbl = &session->fc_slot_table;
Ricardo Labiaga9dfdf402009-12-06 12:57:34 -05004860 tbl->highest_used_slotid = -1;
Andy Adamson557134a2009-04-01 09:21:53 -04004861 spin_lock_init(&tbl->slot_tbl_lock);
Alexandros Batsakis689cf5c2009-12-14 21:27:56 -08004862 rpc_init_priority_wait_queue(&tbl->slot_tbl_waitq, "ForeChannel Slot table");
Andy Adamson42acd022011-01-06 02:04:34 +00004863 init_completion(&tbl->complete);
Ricardo Labiagaf8625a62009-04-01 09:23:33 -04004864
4865 tbl = &session->bc_slot_table;
Ricardo Labiaga9dfdf402009-12-06 12:57:34 -05004866 tbl->highest_used_slotid = -1;
Ricardo Labiagaf8625a62009-04-01 09:23:33 -04004867 spin_lock_init(&tbl->slot_tbl_lock);
4868 rpc_init_wait_queue(&tbl->slot_tbl_waitq, "BackChannel Slot table");
Andy Adamson42acd022011-01-06 02:04:34 +00004869 init_completion(&tbl->complete);
Ricardo Labiagaf8625a62009-04-01 09:23:33 -04004870
Trond Myklebust1055d762010-06-16 09:52:27 -04004871 session->session_state = 1<<NFS4_SESSION_INITING;
4872
Andy Adamson557134a2009-04-01 09:21:53 -04004873 session->clp = clp;
4874 return session;
4875}
4876
4877void nfs4_destroy_session(struct nfs4_session *session)
4878{
Andy Adamson5a0ffe52009-04-01 09:23:18 -04004879 nfs4_proc_destroy_session(session);
4880 dprintk("%s Destroy backchannel for xprt %p\n",
4881 __func__, session->clp->cl_rpcclient->cl_xprt);
4882 xprt_destroy_backchannel(session->clp->cl_rpcclient->cl_xprt,
4883 NFS41_BC_MIN_CALLBACKS);
Ricardo Labiagaf8625a62009-04-01 09:23:33 -04004884 nfs4_destroy_slot_tables(session);
Andy Adamson557134a2009-04-01 09:21:53 -04004885 kfree(session);
4886}
4887
Andy Adamsonfc931582009-04-01 09:22:31 -04004888/*
4889 * Initialize the values to be used by the client in CREATE_SESSION
4890 * If nfs4_init_session set the fore channel request and response sizes,
4891 * use them.
4892 *
4893 * Set the back channel max_resp_sz_cached to zero to force the client to
4894 * always set csa_cachethis to FALSE because the current implementation
4895 * of the back channel DRC only supports caching the CB_SEQUENCE operation.
4896 */
4897static void nfs4_init_channel_attrs(struct nfs41_create_session_args *args)
4898{
4899 struct nfs4_session *session = args->client->cl_session;
4900 unsigned int mxrqst_sz = session->fc_attrs.max_rqst_sz,
4901 mxresp_sz = session->fc_attrs.max_resp_sz;
4902
4903 if (mxrqst_sz == 0)
4904 mxrqst_sz = NFS_MAX_FILE_IO_SIZE;
4905 if (mxresp_sz == 0)
4906 mxresp_sz = NFS_MAX_FILE_IO_SIZE;
4907 /* Fore channel attributes */
4908 args->fc_attrs.headerpadsz = 0;
4909 args->fc_attrs.max_rqst_sz = mxrqst_sz;
4910 args->fc_attrs.max_resp_sz = mxresp_sz;
Andy Adamsonfc931582009-04-01 09:22:31 -04004911 args->fc_attrs.max_ops = NFS4_MAX_OPS;
4912 args->fc_attrs.max_reqs = session->clp->cl_rpcclient->cl_xprt->max_reqs;
4913
4914 dprintk("%s: Fore Channel : max_rqst_sz=%u max_resp_sz=%u "
Mike Sager8e0d46e2009-12-17 12:06:26 -05004915 "max_ops=%u max_reqs=%u\n",
Andy Adamsonfc931582009-04-01 09:22:31 -04004916 __func__,
4917 args->fc_attrs.max_rqst_sz, args->fc_attrs.max_resp_sz,
Mike Sager8e0d46e2009-12-17 12:06:26 -05004918 args->fc_attrs.max_ops, args->fc_attrs.max_reqs);
Andy Adamsonfc931582009-04-01 09:22:31 -04004919
4920 /* Back channel attributes */
4921 args->bc_attrs.headerpadsz = 0;
4922 args->bc_attrs.max_rqst_sz = PAGE_SIZE;
4923 args->bc_attrs.max_resp_sz = PAGE_SIZE;
4924 args->bc_attrs.max_resp_sz_cached = 0;
4925 args->bc_attrs.max_ops = NFS4_MAX_BACK_CHANNEL_OPS;
4926 args->bc_attrs.max_reqs = 1;
4927
4928 dprintk("%s: Back Channel : max_rqst_sz=%u max_resp_sz=%u "
4929 "max_resp_sz_cached=%u max_ops=%u max_reqs=%u\n",
4930 __func__,
4931 args->bc_attrs.max_rqst_sz, args->bc_attrs.max_resp_sz,
4932 args->bc_attrs.max_resp_sz_cached, args->bc_attrs.max_ops,
4933 args->bc_attrs.max_reqs);
4934}
4935
J. Bruce Fields43c2e882010-10-02 15:19:01 -04004936static int nfs4_verify_fore_channel_attrs(struct nfs41_create_session_args *args, struct nfs4_session *session)
Andy Adamson8d353012009-04-01 09:22:32 -04004937{
J. Bruce Fields43c2e882010-10-02 15:19:01 -04004938 struct nfs4_channel_attrs *sent = &args->fc_attrs;
4939 struct nfs4_channel_attrs *rcvd = &session->fc_attrs;
4940
4941 if (rcvd->headerpadsz > sent->headerpadsz)
4942 return -EINVAL;
4943 if (rcvd->max_resp_sz > sent->max_resp_sz)
4944 return -EINVAL;
4945 /*
4946 * Our requested max_ops is the minimum we need; we're not
4947 * prepared to break up compounds into smaller pieces than that.
4948 * So, no point even trying to continue if the server won't
4949 * cooperate:
4950 */
4951 if (rcvd->max_ops < sent->max_ops)
4952 return -EINVAL;
4953 if (rcvd->max_reqs == 0)
4954 return -EINVAL;
4955 return 0;
Andy Adamson8d353012009-04-01 09:22:32 -04004956}
4957
J. Bruce Fields43c2e882010-10-02 15:19:01 -04004958static int nfs4_verify_back_channel_attrs(struct nfs41_create_session_args *args, struct nfs4_session *session)
4959{
4960 struct nfs4_channel_attrs *sent = &args->bc_attrs;
4961 struct nfs4_channel_attrs *rcvd = &session->bc_attrs;
Andy Adamson8d353012009-04-01 09:22:32 -04004962
J. Bruce Fields43c2e882010-10-02 15:19:01 -04004963 if (rcvd->max_rqst_sz > sent->max_rqst_sz)
4964 return -EINVAL;
4965 if (rcvd->max_resp_sz < sent->max_resp_sz)
4966 return -EINVAL;
4967 if (rcvd->max_resp_sz_cached > sent->max_resp_sz_cached)
4968 return -EINVAL;
4969 /* These would render the backchannel useless: */
4970 if (rcvd->max_ops == 0)
4971 return -EINVAL;
4972 if (rcvd->max_reqs == 0)
4973 return -EINVAL;
4974 return 0;
4975}
Andy Adamson8d353012009-04-01 09:22:32 -04004976
Andy Adamson8d353012009-04-01 09:22:32 -04004977static int nfs4_verify_channel_attrs(struct nfs41_create_session_args *args,
4978 struct nfs4_session *session)
4979{
J. Bruce Fields43c2e882010-10-02 15:19:01 -04004980 int ret;
Andy Adamson8d353012009-04-01 09:22:32 -04004981
J. Bruce Fields43c2e882010-10-02 15:19:01 -04004982 ret = nfs4_verify_fore_channel_attrs(args, session);
4983 if (ret)
4984 return ret;
4985 return nfs4_verify_back_channel_attrs(args, session);
Andy Adamson8d353012009-04-01 09:22:32 -04004986}
4987
Andy Adamsonfc931582009-04-01 09:22:31 -04004988static int _nfs4_proc_create_session(struct nfs_client *clp)
4989{
4990 struct nfs4_session *session = clp->cl_session;
4991 struct nfs41_create_session_args args = {
4992 .client = clp,
4993 .cb_program = NFS4_CALLBACK,
4994 };
4995 struct nfs41_create_session_res res = {
4996 .client = clp,
4997 };
4998 struct rpc_message msg = {
4999 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE_SESSION],
5000 .rpc_argp = &args,
5001 .rpc_resp = &res,
5002 };
5003 int status;
5004
5005 nfs4_init_channel_attrs(&args);
Andy Adamson0f914212009-04-01 09:23:16 -04005006 args.flags = (SESSION4_PERSIST | SESSION4_BACK_CHAN);
Andy Adamsonfc931582009-04-01 09:22:31 -04005007
5008 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, 0);
5009
Andy Adamson8d353012009-04-01 09:22:32 -04005010 if (!status)
5011 /* Verify the session's negotiated channel_attrs values */
5012 status = nfs4_verify_channel_attrs(&args, session);
Andy Adamsonfc931582009-04-01 09:22:31 -04005013 if (!status) {
5014 /* Increment the clientid slot sequence id */
5015 clp->cl_seqid++;
5016 }
5017
5018 return status;
5019}
5020
5021/*
5022 * Issues a CREATE_SESSION operation to the server.
5023 * It is the responsibility of the caller to verify the session is
5024 * expired before calling this routine.
5025 */
Trond Myklebustf26468f2009-12-05 19:32:11 -05005026int nfs4_proc_create_session(struct nfs_client *clp)
Andy Adamsonfc931582009-04-01 09:22:31 -04005027{
5028 int status;
5029 unsigned *ptr;
Andy Adamsonfc931582009-04-01 09:22:31 -04005030 struct nfs4_session *session = clp->cl_session;
Ricardo Labiaga7d6d63d2011-03-09 13:13:44 -05005031 long timeout = 0;
5032 int err;
Andy Adamsonfc931582009-04-01 09:22:31 -04005033
5034 dprintk("--> %s clp=%p session=%p\n", __func__, clp, session);
5035
Ricardo Labiaga7d6d63d2011-03-09 13:13:44 -05005036 do {
5037 status = _nfs4_proc_create_session(clp);
5038 if (status == -NFS4ERR_DELAY) {
5039 err = nfs4_delay(clp->cl_rpcclient, &timeout);
5040 if (err)
5041 status = err;
5042 }
5043 } while (status == -NFS4ERR_DELAY);
5044
Andy Adamsonfc931582009-04-01 09:22:31 -04005045 if (status)
5046 goto out;
5047
Trond Myklebustf26468f2009-12-05 19:32:11 -05005048 /* Init and reset the fore channel */
5049 status = nfs4_init_slot_tables(session);
5050 dprintk("slot table initialization returned %d\n", status);
5051 if (status)
5052 goto out;
5053 status = nfs4_reset_slot_tables(session);
5054 dprintk("slot table reset returned %d\n", status);
Andy Adamsonfc931582009-04-01 09:22:31 -04005055 if (status)
5056 goto out;
5057
5058 ptr = (unsigned *)&session->sess_id.data[0];
5059 dprintk("%s client>seqid %d sessionid %u:%u:%u:%u\n", __func__,
5060 clp->cl_seqid, ptr[0], ptr[1], ptr[2], ptr[3]);
Andy Adamsonfc931582009-04-01 09:22:31 -04005061out:
5062 dprintk("<-- %s\n", __func__);
5063 return status;
5064}
5065
Andy Adamson0f3e66c2009-04-01 09:22:34 -04005066/*
5067 * Issue the over-the-wire RPC DESTROY_SESSION.
5068 * The caller must serialize access to this routine.
5069 */
5070int nfs4_proc_destroy_session(struct nfs4_session *session)
5071{
5072 int status = 0;
5073 struct rpc_message msg;
5074
5075 dprintk("--> nfs4_proc_destroy_session\n");
5076
5077 /* session is still being setup */
5078 if (session->clp->cl_cons_state != NFS_CS_READY)
5079 return status;
5080
5081 msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DESTROY_SESSION];
5082 msg.rpc_argp = session;
5083 msg.rpc_resp = NULL;
5084 msg.rpc_cred = NULL;
5085 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, 0);
5086
5087 if (status)
5088 printk(KERN_WARNING
5089 "Got error %d from the server on DESTROY_SESSION. "
5090 "Session has been destroyed regardless...\n", status);
5091
5092 dprintk("<-- nfs4_proc_destroy_session\n");
5093 return status;
5094}
5095
Trond Myklebustfccba802009-07-21 16:48:07 -04005096int nfs4_init_session(struct nfs_server *server)
5097{
5098 struct nfs_client *clp = server->nfs_client;
Alexandros Batsakis2449ea22009-12-05 13:36:55 -05005099 struct nfs4_session *session;
Andy Adamson68bf05e2009-12-15 12:55:02 -05005100 unsigned int rsize, wsize;
Trond Myklebustfccba802009-07-21 16:48:07 -04005101 int ret;
5102
5103 if (!nfs4_has_session(clp))
5104 return 0;
5105
Trond Myklebust1055d762010-06-16 09:52:27 -04005106 session = clp->cl_session;
5107 if (!test_and_clear_bit(NFS4_SESSION_INITING, &session->session_state))
5108 return 0;
5109
Andy Adamson68bf05e2009-12-15 12:55:02 -05005110 rsize = server->rsize;
5111 if (rsize == 0)
5112 rsize = NFS_MAX_FILE_IO_SIZE;
5113 wsize = server->wsize;
5114 if (wsize == 0)
5115 wsize = NFS_MAX_FILE_IO_SIZE;
5116
Andy Adamson68bf05e2009-12-15 12:55:02 -05005117 session->fc_attrs.max_rqst_sz = wsize + nfs41_maxwrite_overhead;
5118 session->fc_attrs.max_resp_sz = rsize + nfs41_maxread_overhead;
Alexandros Batsakis2449ea22009-12-05 13:36:55 -05005119
Trond Myklebustfccba802009-07-21 16:48:07 -04005120 ret = nfs4_recover_expired_lease(server);
5121 if (!ret)
5122 ret = nfs4_check_client_ready(clp);
5123 return ret;
5124}
5125
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005126/*
5127 * Renew the cl_session lease.
5128 */
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04005129struct nfs4_sequence_data {
5130 struct nfs_client *clp;
5131 struct nfs4_sequence_args args;
5132 struct nfs4_sequence_res res;
5133};
5134
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08005135static void nfs41_sequence_release(void *data)
5136{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04005137 struct nfs4_sequence_data *calldata = data;
5138 struct nfs_client *clp = calldata->clp;
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08005139
Alexandros Batsakis71358402010-02-05 03:45:05 -08005140 if (atomic_read(&clp->cl_count) > 1)
5141 nfs4_schedule_state_renewal(clp);
5142 nfs_put_client(clp);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04005143 kfree(calldata);
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08005144}
5145
Trond Myklebustaa5190d2010-06-16 09:52:25 -04005146static int nfs41_sequence_handle_errors(struct rpc_task *task, struct nfs_client *clp)
5147{
5148 switch(task->tk_status) {
5149 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04005150 rpc_delay(task, NFS4_POLL_RETRY_MAX);
5151 return -EAGAIN;
5152 default:
5153 nfs4_schedule_state_recovery(clp);
5154 }
5155 return 0;
5156}
5157
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08005158static void nfs41_sequence_call_done(struct rpc_task *task, void *data)
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005159{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04005160 struct nfs4_sequence_data *calldata = data;
5161 struct nfs_client *clp = calldata->clp;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005162
Trond Myklebust14516c32010-07-31 14:29:06 -04005163 if (!nfs41_sequence_done(task, task->tk_msg.rpc_resp))
5164 return;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005165
5166 if (task->tk_status < 0) {
5167 dprintk("%s ERROR %d\n", __func__, task->tk_status);
Alexandros Batsakis71358402010-02-05 03:45:05 -08005168 if (atomic_read(&clp->cl_count) == 1)
5169 goto out;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005170
Trond Myklebustaa5190d2010-06-16 09:52:25 -04005171 if (nfs41_sequence_handle_errors(task, clp) == -EAGAIN) {
5172 rpc_restart_call_prepare(task);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005173 return;
5174 }
5175 }
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005176 dprintk("%s rpc_cred %p\n", __func__, task->tk_msg.rpc_cred);
Alexandros Batsakis71358402010-02-05 03:45:05 -08005177out:
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005178 dprintk("<-- %s\n", __func__);
5179}
5180
5181static void nfs41_sequence_prepare(struct rpc_task *task, void *data)
5182{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04005183 struct nfs4_sequence_data *calldata = data;
5184 struct nfs_client *clp = calldata->clp;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005185 struct nfs4_sequence_args *args;
5186 struct nfs4_sequence_res *res;
5187
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005188 args = task->tk_msg.rpc_argp;
5189 res = task->tk_msg.rpc_resp;
5190
Trond Myklebust035168a2010-06-16 09:52:26 -04005191 if (nfs41_setup_sequence(clp->cl_session, args, res, 0, task))
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005192 return;
5193 rpc_call_start(task);
5194}
5195
5196static const struct rpc_call_ops nfs41_sequence_ops = {
5197 .rpc_call_done = nfs41_sequence_call_done,
5198 .rpc_call_prepare = nfs41_sequence_prepare,
Alexandros Batsakisdc96aef2010-02-05 03:45:04 -08005199 .rpc_release = nfs41_sequence_release,
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005200};
5201
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005202static struct rpc_task *_nfs41_proc_sequence(struct nfs_client *clp, struct rpc_cred *cred)
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005203{
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04005204 struct nfs4_sequence_data *calldata;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005205 struct rpc_message msg = {
5206 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SEQUENCE],
5207 .rpc_cred = cred,
5208 };
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005209 struct rpc_task_setup task_setup_data = {
5210 .rpc_client = clp->cl_rpcclient,
5211 .rpc_message = &msg,
5212 .callback_ops = &nfs41_sequence_ops,
5213 .flags = RPC_TASK_ASYNC | RPC_TASK_SOFT,
5214 };
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005215
Alexandros Batsakis71358402010-02-05 03:45:05 -08005216 if (!atomic_inc_not_zero(&clp->cl_count))
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005217 return ERR_PTR(-EIO);
Benny Halevydfb4f3092010-09-24 09:17:01 -04005218 calldata = kzalloc(sizeof(*calldata), GFP_NOFS);
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04005219 if (calldata == NULL) {
Alexandros Batsakis71358402010-02-05 03:45:05 -08005220 nfs_put_client(clp);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005221 return ERR_PTR(-ENOMEM);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005222 }
Trond Myklebustd5f8d3f2010-06-16 09:52:25 -04005223 msg.rpc_argp = &calldata->args;
5224 msg.rpc_resp = &calldata->res;
5225 calldata->clp = clp;
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005226 task_setup_data.callback_data = calldata;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005227
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005228 return rpc_run_task(&task_setup_data);
5229}
5230
5231static int nfs41_proc_async_sequence(struct nfs_client *clp, struct rpc_cred *cred)
5232{
5233 struct rpc_task *task;
5234 int ret = 0;
5235
5236 task = _nfs41_proc_sequence(clp, cred);
5237 if (IS_ERR(task))
5238 ret = PTR_ERR(task);
5239 else
Trond Myklebustbf294b42011-02-21 11:05:41 -08005240 rpc_put_task_async(task);
Trond Myklebust71ac6da2010-06-16 09:52:26 -04005241 dprintk("<-- %s status=%d\n", __func__, ret);
5242 return ret;
5243}
5244
5245static int nfs4_proc_sequence(struct nfs_client *clp, struct rpc_cred *cred)
5246{
5247 struct rpc_task *task;
5248 int ret;
5249
5250 task = _nfs41_proc_sequence(clp, cred);
5251 if (IS_ERR(task)) {
5252 ret = PTR_ERR(task);
5253 goto out;
5254 }
5255 ret = rpc_wait_for_completion_task(task);
5256 if (!ret)
5257 ret = task->tk_status;
5258 rpc_put_task(task);
5259out:
5260 dprintk("<-- %s status=%d\n", __func__, ret);
5261 return ret;
Andy Adamsonfc01cea2009-04-01 09:22:36 -04005262}
5263
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005264struct nfs4_reclaim_complete_data {
5265 struct nfs_client *clp;
5266 struct nfs41_reclaim_complete_args arg;
5267 struct nfs41_reclaim_complete_res res;
5268};
5269
5270static void nfs4_reclaim_complete_prepare(struct rpc_task *task, void *data)
5271{
5272 struct nfs4_reclaim_complete_data *calldata = data;
5273
Alexandros Batsakisb2579572009-12-14 21:27:57 -08005274 rpc_task_set_priority(task, RPC_PRIORITY_PRIVILEGED);
Trond Myklebust035168a2010-06-16 09:52:26 -04005275 if (nfs41_setup_sequence(calldata->clp->cl_session,
5276 &calldata->arg.seq_args,
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005277 &calldata->res.seq_res, 0, task))
5278 return;
5279
5280 rpc_call_start(task);
5281}
5282
Trond Myklebustaa5190d2010-06-16 09:52:25 -04005283static int nfs41_reclaim_complete_handle_errors(struct rpc_task *task, struct nfs_client *clp)
5284{
5285 switch(task->tk_status) {
5286 case 0:
5287 case -NFS4ERR_COMPLETE_ALREADY:
5288 case -NFS4ERR_WRONG_CRED: /* What to do here? */
5289 break;
5290 case -NFS4ERR_DELAY:
Trond Myklebustaa5190d2010-06-16 09:52:25 -04005291 rpc_delay(task, NFS4_POLL_RETRY_MAX);
5292 return -EAGAIN;
5293 default:
5294 nfs4_schedule_state_recovery(clp);
5295 }
5296 return 0;
5297}
5298
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005299static void nfs4_reclaim_complete_done(struct rpc_task *task, void *data)
5300{
5301 struct nfs4_reclaim_complete_data *calldata = data;
5302 struct nfs_client *clp = calldata->clp;
5303 struct nfs4_sequence_res *res = &calldata->res.seq_res;
5304
5305 dprintk("--> %s\n", __func__);
Trond Myklebust14516c32010-07-31 14:29:06 -04005306 if (!nfs41_sequence_done(task, res))
5307 return;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005308
Trond Myklebustaa5190d2010-06-16 09:52:25 -04005309 if (nfs41_reclaim_complete_handle_errors(task, clp) == -EAGAIN) {
5310 rpc_restart_call_prepare(task);
5311 return;
5312 }
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005313 dprintk("<-- %s\n", __func__);
5314}
5315
5316static void nfs4_free_reclaim_complete_data(void *data)
5317{
5318 struct nfs4_reclaim_complete_data *calldata = data;
5319
5320 kfree(calldata);
5321}
5322
5323static const struct rpc_call_ops nfs4_reclaim_complete_call_ops = {
5324 .rpc_call_prepare = nfs4_reclaim_complete_prepare,
5325 .rpc_call_done = nfs4_reclaim_complete_done,
5326 .rpc_release = nfs4_free_reclaim_complete_data,
5327};
5328
5329/*
5330 * Issue a global reclaim complete.
5331 */
5332static int nfs41_proc_reclaim_complete(struct nfs_client *clp)
5333{
5334 struct nfs4_reclaim_complete_data *calldata;
5335 struct rpc_task *task;
5336 struct rpc_message msg = {
5337 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RECLAIM_COMPLETE],
5338 };
5339 struct rpc_task_setup task_setup_data = {
5340 .rpc_client = clp->cl_rpcclient,
5341 .rpc_message = &msg,
5342 .callback_ops = &nfs4_reclaim_complete_call_ops,
5343 .flags = RPC_TASK_ASYNC,
5344 };
5345 int status = -ENOMEM;
5346
5347 dprintk("--> %s\n", __func__);
Trond Myklebust8535b2b2010-05-13 12:51:01 -04005348 calldata = kzalloc(sizeof(*calldata), GFP_NOFS);
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005349 if (calldata == NULL)
5350 goto out;
5351 calldata->clp = clp;
5352 calldata->arg.one_fs = 0;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005353
5354 msg.rpc_argp = &calldata->arg;
5355 msg.rpc_resp = &calldata->res;
5356 task_setup_data.callback_data = calldata;
5357 task = rpc_run_task(&task_setup_data);
Dan Carpenteracf82b82010-04-22 11:28:39 +02005358 if (IS_ERR(task)) {
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005359 status = PTR_ERR(task);
Dan Carpenteracf82b82010-04-22 11:28:39 +02005360 goto out;
5361 }
Andy Adamsonc34c32e2011-03-09 13:13:46 -05005362 status = nfs4_wait_for_completion_rpc_task(task);
5363 if (status == 0)
5364 status = task->tk_status;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005365 rpc_put_task(task);
Dan Carpenteracf82b82010-04-22 11:28:39 +02005366 return 0;
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005367out:
5368 dprintk("<-- %s status=%d\n", __func__, status);
5369 return status;
5370}
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005371
5372static void
5373nfs4_layoutget_prepare(struct rpc_task *task, void *calldata)
5374{
5375 struct nfs4_layoutget *lgp = calldata;
Fred Isamanc31663d2011-01-06 11:36:24 +00005376 struct nfs_server *server = NFS_SERVER(lgp->args.inode);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005377
5378 dprintk("--> %s\n", __func__);
Fred Isamanc31663d2011-01-06 11:36:24 +00005379 /* Note the is a race here, where a CB_LAYOUTRECALL can come in
5380 * right now covering the LAYOUTGET we are about to send.
5381 * However, that is not so catastrophic, and there seems
5382 * to be no way to prevent it completely.
5383 */
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005384 if (nfs4_setup_sequence(server, &lgp->args.seq_args,
5385 &lgp->res.seq_res, 0, task))
5386 return;
Fred Isamancf7d63f2011-01-06 11:36:25 +00005387 if (pnfs_choose_layoutget_stateid(&lgp->args.stateid,
5388 NFS_I(lgp->args.inode)->layout,
5389 lgp->args.ctx->state)) {
5390 rpc_exit(task, NFS4_OK);
5391 return;
5392 }
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005393 rpc_call_start(task);
5394}
5395
5396static void nfs4_layoutget_done(struct rpc_task *task, void *calldata)
5397{
5398 struct nfs4_layoutget *lgp = calldata;
5399 struct nfs_server *server = NFS_SERVER(lgp->args.inode);
5400
5401 dprintk("--> %s\n", __func__);
5402
5403 if (!nfs4_sequence_done(task, &lgp->res.seq_res))
5404 return;
5405
5406 switch (task->tk_status) {
5407 case 0:
5408 break;
5409 case -NFS4ERR_LAYOUTTRYLATER:
5410 case -NFS4ERR_RECALLCONFLICT:
5411 task->tk_status = -NFS4ERR_DELAY;
5412 /* Fall through */
5413 default:
5414 if (nfs4_async_handle_error(task, server, NULL) == -EAGAIN) {
5415 rpc_restart_call_prepare(task);
5416 return;
5417 }
5418 }
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005419 dprintk("<-- %s\n", __func__);
5420}
5421
5422static void nfs4_layoutget_release(void *calldata)
5423{
5424 struct nfs4_layoutget *lgp = calldata;
5425
5426 dprintk("--> %s\n", __func__);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005427 if (lgp->res.layout.buf != NULL)
5428 free_page((unsigned long) lgp->res.layout.buf);
5429 put_nfs_open_context(lgp->args.ctx);
5430 kfree(calldata);
5431 dprintk("<-- %s\n", __func__);
5432}
5433
5434static const struct rpc_call_ops nfs4_layoutget_call_ops = {
5435 .rpc_call_prepare = nfs4_layoutget_prepare,
5436 .rpc_call_done = nfs4_layoutget_done,
5437 .rpc_release = nfs4_layoutget_release,
5438};
5439
5440int nfs4_proc_layoutget(struct nfs4_layoutget *lgp)
5441{
5442 struct nfs_server *server = NFS_SERVER(lgp->args.inode);
5443 struct rpc_task *task;
5444 struct rpc_message msg = {
5445 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTGET],
5446 .rpc_argp = &lgp->args,
5447 .rpc_resp = &lgp->res,
5448 };
5449 struct rpc_task_setup task_setup_data = {
5450 .rpc_client = server->client,
5451 .rpc_message = &msg,
5452 .callback_ops = &nfs4_layoutget_call_ops,
5453 .callback_data = lgp,
5454 .flags = RPC_TASK_ASYNC,
5455 };
5456 int status = 0;
5457
5458 dprintk("--> %s\n", __func__);
5459
5460 lgp->res.layout.buf = (void *)__get_free_page(GFP_NOFS);
5461 if (lgp->res.layout.buf == NULL) {
5462 nfs4_layoutget_release(lgp);
5463 return -ENOMEM;
5464 }
5465
5466 lgp->res.seq_res.sr_slot = NULL;
5467 task = rpc_run_task(&task_setup_data);
5468 if (IS_ERR(task))
5469 return PTR_ERR(task);
5470 status = nfs4_wait_for_completion_rpc_task(task);
Fred Isamanc31663d2011-01-06 11:36:24 +00005471 if (status == 0)
5472 status = task->tk_status;
5473 if (status == 0)
5474 status = pnfs_layout_process(lgp);
Andy Adamsonb1f69b72010-10-20 00:18:03 -04005475 rpc_put_task(task);
5476 dprintk("<-- %s status=%d\n", __func__, status);
5477 return status;
5478}
5479
5480static int
5481_nfs4_proc_getdeviceinfo(struct nfs_server *server, struct pnfs_device *pdev)
5482{
5483 struct nfs4_getdeviceinfo_args args = {
5484 .pdev = pdev,
5485 };
5486 struct nfs4_getdeviceinfo_res res = {
5487 .pdev = pdev,
5488 };
5489 struct rpc_message msg = {
5490 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETDEVICEINFO],
5491 .rpc_argp = &args,
5492 .rpc_resp = &res,
5493 };
5494 int status;
5495
5496 dprintk("--> %s\n", __func__);
5497 status = nfs4_call_sync(server, &msg, &args, &res, 0);
5498 dprintk("<-- %s status=%d\n", __func__, status);
5499
5500 return status;
5501}
5502
5503int nfs4_proc_getdeviceinfo(struct nfs_server *server, struct pnfs_device *pdev)
5504{
5505 struct nfs4_exception exception = { };
5506 int err;
5507
5508 do {
5509 err = nfs4_handle_exception(server,
5510 _nfs4_proc_getdeviceinfo(server, pdev),
5511 &exception);
5512 } while (exception.retry);
5513 return err;
5514}
5515EXPORT_SYMBOL_GPL(nfs4_proc_getdeviceinfo);
5516
Andy Adamson557134a2009-04-01 09:21:53 -04005517#endif /* CONFIG_NFS_V4_1 */
5518
Andy Adamson591d71c2009-04-01 09:22:47 -04005519struct nfs4_state_recovery_ops nfs40_reboot_recovery_ops = {
Trond Myklebust7eff03a2008-12-23 15:21:43 -05005520 .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT,
Trond Myklebustb79a4a12008-12-23 15:21:41 -05005521 .state_flag_bit = NFS_STATE_RECLAIM_REBOOT,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005522 .recover_open = nfs4_open_reclaim,
5523 .recover_lock = nfs4_lock_reclaim,
Andy Adamson591d71c2009-04-01 09:22:47 -04005524 .establish_clid = nfs4_init_clientid,
Andy Adamson90a16612009-04-01 09:22:48 -04005525 .get_clid_cred = nfs4_get_setclientid_cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005526};
5527
Andy Adamson591d71c2009-04-01 09:22:47 -04005528#if defined(CONFIG_NFS_V4_1)
5529struct nfs4_state_recovery_ops nfs41_reboot_recovery_ops = {
5530 .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT,
5531 .state_flag_bit = NFS_STATE_RECLAIM_REBOOT,
5532 .recover_open = nfs4_open_reclaim,
5533 .recover_lock = nfs4_lock_reclaim,
Andy Adamson4d643d12009-12-04 15:52:24 -05005534 .establish_clid = nfs41_init_clientid,
Andy Adamsonb4b82602009-04-01 09:22:49 -04005535 .get_clid_cred = nfs4_get_exchange_id_cred,
Ricardo Labiagafce5c832009-12-05 16:08:41 -05005536 .reclaim_complete = nfs41_proc_reclaim_complete,
Andy Adamson591d71c2009-04-01 09:22:47 -04005537};
5538#endif /* CONFIG_NFS_V4_1 */
5539
5540struct nfs4_state_recovery_ops nfs40_nograce_recovery_ops = {
Trond Myklebust7eff03a2008-12-23 15:21:43 -05005541 .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE,
Trond Myklebustb79a4a12008-12-23 15:21:41 -05005542 .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005543 .recover_open = nfs4_open_expired,
5544 .recover_lock = nfs4_lock_expired,
Andy Adamson591d71c2009-04-01 09:22:47 -04005545 .establish_clid = nfs4_init_clientid,
Andy Adamson90a16612009-04-01 09:22:48 -04005546 .get_clid_cred = nfs4_get_setclientid_cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005547};
5548
Andy Adamson591d71c2009-04-01 09:22:47 -04005549#if defined(CONFIG_NFS_V4_1)
5550struct nfs4_state_recovery_ops nfs41_nograce_recovery_ops = {
5551 .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE,
5552 .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE,
5553 .recover_open = nfs4_open_expired,
5554 .recover_lock = nfs4_lock_expired,
Andy Adamson4d643d12009-12-04 15:52:24 -05005555 .establish_clid = nfs41_init_clientid,
Andy Adamsonb4b82602009-04-01 09:22:49 -04005556 .get_clid_cred = nfs4_get_exchange_id_cred,
Andy Adamson591d71c2009-04-01 09:22:47 -04005557};
5558#endif /* CONFIG_NFS_V4_1 */
5559
Benny Halevy29fba382009-04-01 09:22:44 -04005560struct nfs4_state_maintenance_ops nfs40_state_renewal_ops = {
5561 .sched_state_renewal = nfs4_proc_async_renew,
Andy Adamsona7b72102009-04-01 09:22:46 -04005562 .get_state_renewal_cred_locked = nfs4_get_renew_cred_locked,
Benny Halevy8e69514f2009-04-01 09:22:45 -04005563 .renew_lease = nfs4_proc_renew,
Benny Halevy29fba382009-04-01 09:22:44 -04005564};
5565
5566#if defined(CONFIG_NFS_V4_1)
5567struct nfs4_state_maintenance_ops nfs41_state_renewal_ops = {
5568 .sched_state_renewal = nfs41_proc_async_sequence,
Andy Adamsona7b72102009-04-01 09:22:46 -04005569 .get_state_renewal_cred_locked = nfs4_get_machine_cred_locked,
Benny Halevy8e69514f2009-04-01 09:22:45 -04005570 .renew_lease = nfs4_proc_sequence,
Benny Halevy29fba382009-04-01 09:22:44 -04005571};
5572#endif
5573
Trond Myklebust97dc1352010-06-16 09:52:26 -04005574static const struct nfs4_minor_version_ops nfs_v4_0_minor_ops = {
5575 .minor_version = 0,
5576 .call_sync = _nfs4_call_sync,
Trond Myklebuste047a102010-06-16 09:52:27 -04005577 .validate_stateid = nfs4_validate_delegation_stateid,
Trond Myklebustc48f4f32010-06-16 09:52:27 -04005578 .reboot_recovery_ops = &nfs40_reboot_recovery_ops,
5579 .nograce_recovery_ops = &nfs40_nograce_recovery_ops,
5580 .state_renewal_ops = &nfs40_state_renewal_ops,
Trond Myklebust97dc1352010-06-16 09:52:26 -04005581};
5582
5583#if defined(CONFIG_NFS_V4_1)
5584static const struct nfs4_minor_version_ops nfs_v4_1_minor_ops = {
5585 .minor_version = 1,
5586 .call_sync = _nfs4_call_sync_session,
Trond Myklebuste047a102010-06-16 09:52:27 -04005587 .validate_stateid = nfs41_validate_delegation_stateid,
Trond Myklebustc48f4f32010-06-16 09:52:27 -04005588 .reboot_recovery_ops = &nfs41_reboot_recovery_ops,
5589 .nograce_recovery_ops = &nfs41_nograce_recovery_ops,
5590 .state_renewal_ops = &nfs41_state_renewal_ops,
Trond Myklebust97dc1352010-06-16 09:52:26 -04005591};
5592#endif
5593
Trond Myklebust97dc1352010-06-16 09:52:26 -04005594const struct nfs4_minor_version_ops *nfs_v4_minor_ops[] = {
5595 [0] = &nfs_v4_0_minor_ops,
5596#if defined(CONFIG_NFS_V4_1)
5597 [1] = &nfs_v4_1_minor_ops,
5598#endif
5599};
5600
Arjan van de Ven92e1d5b2007-02-12 00:55:39 -08005601static const struct inode_operations nfs4_file_inode_operations = {
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00005602 .permission = nfs_permission,
5603 .getattr = nfs_getattr,
5604 .setattr = nfs_setattr,
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00005605 .getxattr = generic_getxattr,
5606 .setxattr = generic_setxattr,
5607 .listxattr = generic_listxattr,
5608 .removexattr = generic_removexattr,
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00005609};
5610
David Howells509de812006-08-22 20:06:11 -04005611const struct nfs_rpc_ops nfs_v4_clientops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005612 .version = 4, /* protocol version */
5613 .dentry_ops = &nfs4_dentry_operations,
5614 .dir_inode_ops = &nfs4_dir_inode_operations,
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00005615 .file_inode_ops = &nfs4_file_inode_operations,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005616 .getroot = nfs4_proc_get_root,
5617 .getattr = nfs4_proc_getattr,
5618 .setattr = nfs4_proc_setattr,
David Howells2b3de442006-08-22 20:06:09 -04005619 .lookupfh = nfs4_proc_lookupfh,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005620 .lookup = nfs4_proc_lookup,
5621 .access = nfs4_proc_access,
5622 .readlink = nfs4_proc_readlink,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005623 .create = nfs4_proc_create,
5624 .remove = nfs4_proc_remove,
5625 .unlink_setup = nfs4_proc_unlink_setup,
5626 .unlink_done = nfs4_proc_unlink_done,
5627 .rename = nfs4_proc_rename,
Jeff Laytond3d41522010-09-17 17:31:57 -04005628 .rename_setup = nfs4_proc_rename_setup,
5629 .rename_done = nfs4_proc_rename_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005630 .link = nfs4_proc_link,
5631 .symlink = nfs4_proc_symlink,
5632 .mkdir = nfs4_proc_mkdir,
5633 .rmdir = nfs4_proc_remove,
5634 .readdir = nfs4_proc_readdir,
5635 .mknod = nfs4_proc_mknod,
5636 .statfs = nfs4_proc_statfs,
5637 .fsinfo = nfs4_proc_fsinfo,
5638 .pathconf = nfs4_proc_pathconf,
David Howellse9326dc2006-08-22 20:06:10 -04005639 .set_capabilities = nfs4_server_capabilities,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005640 .decode_dirent = nfs4_decode_dirent,
5641 .read_setup = nfs4_proc_read_setup,
Trond Myklebustec06c092006-03-20 13:44:27 -05005642 .read_done = nfs4_read_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005643 .write_setup = nfs4_proc_write_setup,
Trond Myklebust788e7a82006-03-20 13:44:27 -05005644 .write_done = nfs4_write_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005645 .commit_setup = nfs4_proc_commit_setup,
Trond Myklebust788e7a82006-03-20 13:44:27 -05005646 .commit_done = nfs4_commit_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005647 .lock = nfs4_proc_lock,
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00005648 .clear_acl_cache = nfs4_zap_acl_attr,
Trond Myklebust7fe5c392009-03-19 15:35:50 -04005649 .close_context = nfs4_close_context,
Trond Myklebust2b484292010-09-17 10:56:51 -04005650 .open_context = nfs4_atomic_open,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005651};
5652
Aneesh Kumar K.V64c2ce82010-12-09 11:35:25 +00005653static const struct xattr_handler nfs4_xattr_nfs4_acl_handler = {
5654 .prefix = XATTR_NAME_NFSV4_ACL,
5655 .list = nfs4_xattr_list_nfs4_acl,
5656 .get = nfs4_xattr_get_nfs4_acl,
5657 .set = nfs4_xattr_set_nfs4_acl,
5658};
5659
5660const struct xattr_handler *nfs4_xattr_handlers[] = {
5661 &nfs4_xattr_nfs4_acl_handler,
5662 NULL
5663};
5664
Linus Torvalds1da177e2005-04-16 15:20:36 -07005665/*
5666 * Local variables:
5667 * c-basic-offset: 8
5668 * End:
5669 */