blob: d95f7f9e60c44c725816b8ee189b8d3cf4c89e3a [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>
39#include <linux/utsname.h>
40#include <linux/delay.h>
41#include <linux/errno.h>
42#include <linux/string.h>
43#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>
Linus Torvalds1da177e2005-04-16 15:20:36 -070052
Trond Myklebust4ce79712005-06-22 17:16:21 +000053#include "nfs4_fs.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070054#include "delegation.h"
Trond Myklebust101070c2008-02-19 20:04:23 -050055#include "internal.h"
Chuck Lever006ea732006-03-20 13:44:14 -050056#include "iostat.h"
Andy Adamsonfc931582009-04-01 09:22:31 -040057#include "callback.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070058
59#define NFSDBG_FACILITY NFSDBG_PROC
60
Trond Myklebust2066fe82006-09-15 08:30:46 -040061#define NFS4_POLL_RETRY_MIN (HZ/10)
Linus Torvalds1da177e2005-04-16 15:20:36 -070062#define NFS4_POLL_RETRY_MAX (15*HZ)
63
Trond Myklebusta78cb572009-08-09 15:06:19 -040064#define NFS4_MAX_LOOP_ON_RECOVER (10)
65
Trond Myklebustcdd4e682006-01-03 09:55:12 +010066struct nfs4_opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +010067static int _nfs4_proc_open(struct nfs4_opendata *data);
Linus Torvalds1da177e2005-04-16 15:20:36 -070068static int nfs4_do_fsinfo(struct nfs_server *, struct nfs_fh *, struct nfs_fsinfo *);
Trond Myklebust9e33bed2008-12-23 15:21:46 -050069static int nfs4_async_handle_error(struct rpc_task *, const struct nfs_server *, struct nfs4_state *);
Trond Myklebust99367812007-07-17 21:52:41 -040070static int _nfs4_proc_lookup(struct inode *dir, const struct qstr *name, struct nfs_fh *fhandle, struct nfs_fattr *fattr);
71static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -070072
Linus Torvalds1da177e2005-04-16 15:20:36 -070073/* Prevent leaks of NFSv4 errors into userland */
WANG Cong46f72f52008-12-30 16:35:55 -050074static int nfs4_map_errors(int err)
Linus Torvalds1da177e2005-04-16 15:20:36 -070075{
76 if (err < -1000) {
77 dprintk("%s could not handle NFSv4 error %d\n",
Harvey Harrison3110ff82008-05-02 13:42:44 -070078 __func__, -err);
Linus Torvalds1da177e2005-04-16 15:20:36 -070079 return -EIO;
80 }
81 return err;
82}
83
84/*
85 * This is our standard bitmap for GETATTR requests.
86 */
87const u32 nfs4_fattr_bitmap[2] = {
88 FATTR4_WORD0_TYPE
89 | FATTR4_WORD0_CHANGE
90 | FATTR4_WORD0_SIZE
91 | FATTR4_WORD0_FSID
92 | FATTR4_WORD0_FILEID,
93 FATTR4_WORD1_MODE
94 | FATTR4_WORD1_NUMLINKS
95 | FATTR4_WORD1_OWNER
96 | FATTR4_WORD1_OWNER_GROUP
97 | FATTR4_WORD1_RAWDEV
98 | FATTR4_WORD1_SPACE_USED
99 | FATTR4_WORD1_TIME_ACCESS
100 | FATTR4_WORD1_TIME_METADATA
101 | FATTR4_WORD1_TIME_MODIFY
102};
103
104const u32 nfs4_statfs_bitmap[2] = {
105 FATTR4_WORD0_FILES_AVAIL
106 | FATTR4_WORD0_FILES_FREE
107 | FATTR4_WORD0_FILES_TOTAL,
108 FATTR4_WORD1_SPACE_AVAIL
109 | FATTR4_WORD1_SPACE_FREE
110 | FATTR4_WORD1_SPACE_TOTAL
111};
112
Trond Myklebust4ce79712005-06-22 17:16:21 +0000113const u32 nfs4_pathconf_bitmap[2] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700114 FATTR4_WORD0_MAXLINK
115 | FATTR4_WORD0_MAXNAME,
116 0
117};
118
119const u32 nfs4_fsinfo_bitmap[2] = { FATTR4_WORD0_MAXFILESIZE
120 | FATTR4_WORD0_MAXREAD
121 | FATTR4_WORD0_MAXWRITE
122 | FATTR4_WORD0_LEASE_TIME,
123 0
124};
125
Manoj Naik830b8e32006-06-09 09:34:25 -0400126const u32 nfs4_fs_locations_bitmap[2] = {
127 FATTR4_WORD0_TYPE
128 | FATTR4_WORD0_CHANGE
129 | FATTR4_WORD0_SIZE
130 | FATTR4_WORD0_FSID
131 | FATTR4_WORD0_FILEID
132 | FATTR4_WORD0_FS_LOCATIONS,
133 FATTR4_WORD1_MODE
134 | FATTR4_WORD1_NUMLINKS
135 | FATTR4_WORD1_OWNER
136 | FATTR4_WORD1_OWNER_GROUP
137 | FATTR4_WORD1_RAWDEV
138 | FATTR4_WORD1_SPACE_USED
139 | FATTR4_WORD1_TIME_ACCESS
140 | FATTR4_WORD1_TIME_METADATA
141 | FATTR4_WORD1_TIME_MODIFY
142 | FATTR4_WORD1_MOUNTED_ON_FILEID
143};
144
Al Virobc4785c2006-10-19 23:28:51 -0700145static void nfs4_setup_readdir(u64 cookie, __be32 *verifier, struct dentry *dentry,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700146 struct nfs4_readdir_arg *readdir)
147{
Al Viro0dbb4c62006-10-19 23:28:49 -0700148 __be32 *start, *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700149
150 BUG_ON(readdir->count < 80);
151 if (cookie > 2) {
Adrian Bunkb7ef1952005-06-22 17:16:28 +0000152 readdir->cookie = cookie;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700153 memcpy(&readdir->verifier, verifier, sizeof(readdir->verifier));
154 return;
155 }
156
157 readdir->cookie = 0;
158 memset(&readdir->verifier, 0, sizeof(readdir->verifier));
159 if (cookie == 2)
160 return;
161
162 /*
163 * NFSv4 servers do not return entries for '.' and '..'
164 * Therefore, we fake these entries here. We let '.'
165 * have cookie 0 and '..' have cookie 1. Note that
166 * when talking to the server, we always send cookie 0
167 * instead of 1 or 2.
168 */
Al Viro0dbb4c62006-10-19 23:28:49 -0700169 start = p = kmap_atomic(*readdir->pages, KM_USER0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700170
171 if (cookie == 0) {
172 *p++ = xdr_one; /* next */
173 *p++ = xdr_zero; /* cookie, first word */
174 *p++ = xdr_one; /* cookie, second word */
175 *p++ = xdr_one; /* entry len */
176 memcpy(p, ".\0\0\0", 4); /* entry */
177 p++;
178 *p++ = xdr_one; /* bitmap length */
179 *p++ = htonl(FATTR4_WORD0_FILEID); /* bitmap */
180 *p++ = htonl(8); /* attribute buffer length */
Peter Staubach4e769b92007-08-03 15:07:10 -0400181 p = xdr_encode_hyper(p, NFS_FILEID(dentry->d_inode));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700182 }
183
184 *p++ = xdr_one; /* next */
185 *p++ = xdr_zero; /* cookie, first word */
186 *p++ = xdr_two; /* cookie, second word */
187 *p++ = xdr_two; /* entry len */
188 memcpy(p, "..\0\0", 4); /* entry */
189 p++;
190 *p++ = xdr_one; /* bitmap length */
191 *p++ = htonl(FATTR4_WORD0_FILEID); /* bitmap */
192 *p++ = htonl(8); /* attribute buffer length */
Peter Staubach4e769b92007-08-03 15:07:10 -0400193 p = xdr_encode_hyper(p, NFS_FILEID(dentry->d_parent->d_inode));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700194
195 readdir->pgbase = (char *)p - (char *)start;
196 readdir->count -= readdir->pgbase;
197 kunmap_atomic(start, KM_USER0);
198}
199
Trond Myklebust65de8722008-12-23 15:21:44 -0500200static int nfs4_wait_clnt_recover(struct nfs_client *clp)
201{
202 int res;
203
204 might_sleep();
205
Trond Myklebuste005e802008-12-23 15:21:48 -0500206 res = wait_on_bit(&clp->cl_state, NFS4CLNT_MANAGER_RUNNING,
Trond Myklebust72cb77f2009-03-11 14:10:30 -0400207 nfs_wait_bit_killable, TASK_KILLABLE);
Trond Myklebust65de8722008-12-23 15:21:44 -0500208 return res;
209}
210
211static int nfs4_delay(struct rpc_clnt *clnt, long *timeout)
212{
213 int res = 0;
214
215 might_sleep();
216
217 if (*timeout <= 0)
218 *timeout = NFS4_POLL_RETRY_MIN;
219 if (*timeout > NFS4_POLL_RETRY_MAX)
220 *timeout = NFS4_POLL_RETRY_MAX;
221 schedule_timeout_killable(*timeout);
222 if (fatal_signal_pending(current))
223 res = -ERESTARTSYS;
224 *timeout <<= 1;
225 return res;
226}
227
228/* This is the error handling routine for processes that are allowed
229 * to sleep.
230 */
231static int nfs4_handle_exception(const struct nfs_server *server, int errorcode, struct nfs4_exception *exception)
232{
233 struct nfs_client *clp = server->nfs_client;
Trond Myklebust9e33bed2008-12-23 15:21:46 -0500234 struct nfs4_state *state = exception->state;
Trond Myklebust65de8722008-12-23 15:21:44 -0500235 int ret = errorcode;
236
237 exception->retry = 0;
238 switch(errorcode) {
239 case 0:
240 return 0;
Trond Myklebust9e33bed2008-12-23 15:21:46 -0500241 case -NFS4ERR_ADMIN_REVOKED:
242 case -NFS4ERR_BAD_STATEID:
243 case -NFS4ERR_OPENMODE:
244 if (state == NULL)
245 break;
246 nfs4_state_mark_reclaim_nograce(clp, state);
Trond Myklebust65de8722008-12-23 15:21:44 -0500247 case -NFS4ERR_STALE_CLIENTID:
248 case -NFS4ERR_STALE_STATEID:
249 case -NFS4ERR_EXPIRED:
250 nfs4_schedule_state_recovery(clp);
251 ret = nfs4_wait_clnt_recover(clp);
252 if (ret == 0)
253 exception->retry = 1;
Andy Adamson4745e312009-04-01 09:22:42 -0400254#if !defined(CONFIG_NFS_V4_1)
Trond Myklebust65de8722008-12-23 15:21:44 -0500255 break;
Andy Adamson4745e312009-04-01 09:22:42 -0400256#else /* !defined(CONFIG_NFS_V4_1) */
257 if (!nfs4_has_session(server->nfs_client))
258 break;
259 /* FALLTHROUGH */
260 case -NFS4ERR_BADSESSION:
261 case -NFS4ERR_BADSLOT:
262 case -NFS4ERR_BAD_HIGH_SLOT:
263 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
264 case -NFS4ERR_DEADSESSION:
265 case -NFS4ERR_SEQ_FALSE_RETRY:
266 case -NFS4ERR_SEQ_MISORDERED:
267 dprintk("%s ERROR: %d Reset session\n", __func__,
268 errorcode);
269 set_bit(NFS4CLNT_SESSION_SETUP, &clp->cl_state);
270 exception->retry = 1;
271 /* FALLTHROUGH */
272#endif /* !defined(CONFIG_NFS_V4_1) */
Trond Myklebust65de8722008-12-23 15:21:44 -0500273 case -NFS4ERR_FILE_OPEN:
274 case -NFS4ERR_GRACE:
275 case -NFS4ERR_DELAY:
276 ret = nfs4_delay(server->client, &exception->timeout);
277 if (ret != 0)
278 break;
279 case -NFS4ERR_OLD_STATEID:
280 exception->retry = 1;
281 }
282 /* We failed to handle the error */
283 return nfs4_map_errors(ret);
284}
285
286
Trond Myklebust26e976a2006-01-03 09:55:21 +0100287static void renew_lease(const struct nfs_server *server, unsigned long timestamp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700288{
David Howells7539bba2006-08-22 20:06:09 -0400289 struct nfs_client *clp = server->nfs_client;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700290 spin_lock(&clp->cl_lock);
291 if (time_before(clp->cl_last_renewal,timestamp))
292 clp->cl_last_renewal = timestamp;
293 spin_unlock(&clp->cl_lock);
294}
295
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400296#if defined(CONFIG_NFS_V4_1)
297
Benny Halevy510b8172009-04-01 09:22:14 -0400298/*
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400299 * nfs4_free_slot - free a slot and efficiently update slot table.
300 *
301 * freeing a slot is trivially done by clearing its respective bit
302 * in the bitmap.
303 * If the freed slotid equals highest_used_slotid we want to update it
304 * so that the server would be able to size down the slot table if needed,
305 * otherwise we know that the highest_used_slotid is still in use.
306 * When updating highest_used_slotid there may be "holes" in the bitmap
307 * so we need to scan down from highest_used_slotid to 0 looking for the now
308 * highest slotid in use.
309 * If none found, highest_used_slotid is set to -1.
310 */
311static void
312nfs4_free_slot(struct nfs4_slot_table *tbl, u8 free_slotid)
313{
314 int slotid = free_slotid;
315
316 spin_lock(&tbl->slot_tbl_lock);
317 /* clear used bit in bitmap */
318 __clear_bit(slotid, tbl->used_slots);
319
320 /* update highest_used_slotid when it is freed */
321 if (slotid == tbl->highest_used_slotid) {
322 slotid = find_last_bit(tbl->used_slots, tbl->max_slots);
323 if (slotid >= 0 && slotid < tbl->max_slots)
324 tbl->highest_used_slotid = slotid;
325 else
326 tbl->highest_used_slotid = -1;
327 }
328 rpc_wake_up_next(&tbl->slot_tbl_waitq);
329 spin_unlock(&tbl->slot_tbl_lock);
330 dprintk("%s: free_slotid %u highest_used_slotid %d\n", __func__,
331 free_slotid, tbl->highest_used_slotid);
332}
333
Andy Adamson13615872009-04-01 09:22:17 -0400334void nfs41_sequence_free_slot(const struct nfs_client *clp,
335 struct nfs4_sequence_res *res)
336{
337 struct nfs4_slot_table *tbl;
338
339 if (!nfs4_has_session(clp)) {
340 dprintk("%s: No session\n", __func__);
341 return;
342 }
343 tbl = &clp->cl_session->fc_slot_table;
344 if (res->sr_slotid == NFS4_MAX_SLOT_TABLE) {
345 dprintk("%s: No slot\n", __func__);
346 /* just wake up the next guy waiting since
347 * we may have not consumed a slot after all */
348 rpc_wake_up_next(&tbl->slot_tbl_waitq);
349 return;
350 }
351 nfs4_free_slot(tbl, res->sr_slotid);
352 res->sr_slotid = NFS4_MAX_SLOT_TABLE;
353}
354
Andy Adamsonb0df8062009-04-01 09:22:18 -0400355static void nfs41_sequence_done(struct nfs_client *clp,
356 struct nfs4_sequence_res *res,
357 int rpc_status)
358{
359 unsigned long timestamp;
360 struct nfs4_slot_table *tbl;
361 struct nfs4_slot *slot;
362
363 /*
364 * sr_status remains 1 if an RPC level error occurred. The server
365 * may or may not have processed the sequence operation..
366 * Proceed as if the server received and processed the sequence
367 * operation.
368 */
369 if (res->sr_status == 1)
370 res->sr_status = NFS_OK;
371
372 /* -ERESTARTSYS can result in skipping nfs41_sequence_setup */
373 if (res->sr_slotid == NFS4_MAX_SLOT_TABLE)
374 goto out;
375
376 tbl = &clp->cl_session->fc_slot_table;
377 slot = tbl->slots + res->sr_slotid;
378
379 if (res->sr_status == 0) {
380 /* Update the slot's sequence and clientid lease timer */
381 ++slot->seq_nr;
382 timestamp = res->sr_renewal_time;
383 spin_lock(&clp->cl_lock);
384 if (time_before(clp->cl_last_renewal, timestamp))
385 clp->cl_last_renewal = timestamp;
386 spin_unlock(&clp->cl_lock);
387 return;
388 }
389out:
390 /* The session may be reset by one of the error handlers. */
391 dprintk("%s: Error %d free the slot \n", __func__, res->sr_status);
392 nfs41_sequence_free_slot(clp, res);
393}
394
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400395/*
Benny Halevy510b8172009-04-01 09:22:14 -0400396 * nfs4_find_slot - efficiently look for a free slot
397 *
398 * nfs4_find_slot looks for an unset bit in the used_slots bitmap.
399 * If found, we mark the slot as used, update the highest_used_slotid,
400 * and respectively set up the sequence operation args.
401 * The slot number is returned if found, or NFS4_MAX_SLOT_TABLE otherwise.
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400402 *
403 * Note: must be called with under the slot_tbl_lock.
Benny Halevy510b8172009-04-01 09:22:14 -0400404 */
405static u8
406nfs4_find_slot(struct nfs4_slot_table *tbl, struct rpc_task *task)
407{
408 int slotid;
409 u8 ret_id = NFS4_MAX_SLOT_TABLE;
410 BUILD_BUG_ON((u8)NFS4_MAX_SLOT_TABLE != (int)NFS4_MAX_SLOT_TABLE);
411
Benny Halevy510b8172009-04-01 09:22:14 -0400412 dprintk("--> %s used_slots=%04lx highest_used=%d max_slots=%d\n",
413 __func__, tbl->used_slots[0], tbl->highest_used_slotid,
414 tbl->max_slots);
415 slotid = find_first_zero_bit(tbl->used_slots, tbl->max_slots);
416 if (slotid >= tbl->max_slots)
417 goto out;
418 __set_bit(slotid, tbl->used_slots);
419 if (slotid > tbl->highest_used_slotid)
420 tbl->highest_used_slotid = slotid;
421 ret_id = slotid;
422out:
423 dprintk("<-- %s used_slots=%04lx highest_used=%d slotid=%d \n",
424 __func__, tbl->used_slots[0], tbl->highest_used_slotid, ret_id);
Benny Halevy510b8172009-04-01 09:22:14 -0400425 return ret_id;
426}
427
Andy Adamsonb069d942009-04-01 09:22:43 -0400428static int nfs4_recover_session(struct nfs4_session *session)
429{
430 struct nfs_client *clp = session->clp;
Trond Myklebusta78cb572009-08-09 15:06:19 -0400431 unsigned int loop;
Andy Adamsonb069d942009-04-01 09:22:43 -0400432 int ret;
433
Trond Myklebusta78cb572009-08-09 15:06:19 -0400434 for (loop = NFS4_MAX_LOOP_ON_RECOVER; loop != 0; loop--) {
Andy Adamsonb069d942009-04-01 09:22:43 -0400435 ret = nfs4_wait_clnt_recover(clp);
436 if (ret != 0)
Trond Myklebusta78cb572009-08-09 15:06:19 -0400437 break;
Andy Adamsonb069d942009-04-01 09:22:43 -0400438 if (!test_bit(NFS4CLNT_SESSION_SETUP, &clp->cl_state))
439 break;
440 nfs4_schedule_state_manager(clp);
Trond Myklebusta78cb572009-08-09 15:06:19 -0400441 ret = -EIO;
Andy Adamsonb069d942009-04-01 09:22:43 -0400442 }
Trond Myklebusta78cb572009-08-09 15:06:19 -0400443 return ret;
Andy Adamsonb069d942009-04-01 09:22:43 -0400444}
445
Andy Adamsonce5039c2009-04-01 09:22:13 -0400446static int nfs41_setup_sequence(struct nfs4_session *session,
447 struct nfs4_sequence_args *args,
448 struct nfs4_sequence_res *res,
449 int cache_reply,
450 struct rpc_task *task)
451{
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400452 struct nfs4_slot *slot;
453 struct nfs4_slot_table *tbl;
Andy Adamsonb069d942009-04-01 09:22:43 -0400454 int status = 0;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400455 u8 slotid;
456
457 dprintk("--> %s\n", __func__);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400458 /* slot already allocated? */
459 if (res->sr_slotid != NFS4_MAX_SLOT_TABLE)
460 return 0;
461
462 memset(res, 0, sizeof(*res));
463 res->sr_slotid = NFS4_MAX_SLOT_TABLE;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400464 tbl = &session->fc_slot_table;
465
466 spin_lock(&tbl->slot_tbl_lock);
Andy Adamsonb069d942009-04-01 09:22:43 -0400467 if (test_bit(NFS4CLNT_SESSION_SETUP, &session->clp->cl_state)) {
468 if (tbl->highest_used_slotid != -1) {
469 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL);
470 spin_unlock(&tbl->slot_tbl_lock);
471 dprintk("<-- %s: Session reset: draining\n", __func__);
472 return -EAGAIN;
473 }
474
475 /* The slot table is empty; start the reset thread */
476 dprintk("%s Session Reset\n", __func__);
477 spin_unlock(&tbl->slot_tbl_lock);
478 status = nfs4_recover_session(session);
479 if (status)
480 return status;
481 spin_lock(&tbl->slot_tbl_lock);
482 }
483
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400484 slotid = nfs4_find_slot(tbl, task);
485 if (slotid == NFS4_MAX_SLOT_TABLE) {
486 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL);
487 spin_unlock(&tbl->slot_tbl_lock);
488 dprintk("<-- %s: no free slots\n", __func__);
489 return -EAGAIN;
490 }
491 spin_unlock(&tbl->slot_tbl_lock);
492
493 slot = tbl->slots + slotid;
Benny Halevy99fe60d2009-04-01 09:22:29 -0400494 args->sa_session = session;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400495 args->sa_slotid = slotid;
496 args->sa_cache_this = cache_reply;
497
498 dprintk("<-- %s slotid=%d seqid=%d\n", __func__, slotid, slot->seq_nr);
499
Benny Halevy99fe60d2009-04-01 09:22:29 -0400500 res->sr_session = session;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400501 res->sr_slotid = slotid;
502 res->sr_renewal_time = jiffies;
503 /*
504 * sr_status is only set in decode_sequence, and so will remain
505 * set to 1 if an rpc level failure occurs.
506 */
507 res->sr_status = 1;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400508 return 0;
509}
510
511int nfs4_setup_sequence(struct nfs_client *clp,
512 struct nfs4_sequence_args *args,
513 struct nfs4_sequence_res *res,
514 int cache_reply,
515 struct rpc_task *task)
516{
517 int ret = 0;
518
519 dprintk("--> %s clp %p session %p sr_slotid %d\n",
520 __func__, clp, clp->cl_session, res->sr_slotid);
521
522 if (!nfs4_has_session(clp))
523 goto out;
524 ret = nfs41_setup_sequence(clp->cl_session, args, res, cache_reply,
525 task);
526 if (ret != -EAGAIN) {
527 /* terminate rpc task */
528 task->tk_status = ret;
529 task->tk_action = NULL;
530 }
531out:
532 dprintk("<-- %s status=%d\n", __func__, ret);
533 return ret;
534}
535
536struct nfs41_call_sync_data {
537 struct nfs_client *clp;
538 struct nfs4_sequence_args *seq_args;
539 struct nfs4_sequence_res *seq_res;
540 int cache_reply;
541};
542
543static void nfs41_call_sync_prepare(struct rpc_task *task, void *calldata)
544{
545 struct nfs41_call_sync_data *data = calldata;
546
547 dprintk("--> %s data->clp->cl_session %p\n", __func__,
548 data->clp->cl_session);
549 if (nfs4_setup_sequence(data->clp, data->seq_args,
550 data->seq_res, data->cache_reply, task))
551 return;
552 rpc_call_start(task);
553}
554
Andy Adamson69ab40c2009-04-01 09:22:19 -0400555static void nfs41_call_sync_done(struct rpc_task *task, void *calldata)
556{
557 struct nfs41_call_sync_data *data = calldata;
558
559 nfs41_sequence_done(data->clp, data->seq_res, task->tk_status);
560 nfs41_sequence_free_slot(data->clp, data->seq_res);
561}
562
Andy Adamsonce5039c2009-04-01 09:22:13 -0400563struct rpc_call_ops nfs41_call_sync_ops = {
564 .rpc_call_prepare = nfs41_call_sync_prepare,
Andy Adamson69ab40c2009-04-01 09:22:19 -0400565 .rpc_call_done = nfs41_call_sync_done,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400566};
567
568static int nfs4_call_sync_sequence(struct nfs_client *clp,
569 struct rpc_clnt *clnt,
570 struct rpc_message *msg,
571 struct nfs4_sequence_args *args,
572 struct nfs4_sequence_res *res,
573 int cache_reply)
574{
575 int ret;
576 struct rpc_task *task;
577 struct nfs41_call_sync_data data = {
578 .clp = clp,
579 .seq_args = args,
580 .seq_res = res,
581 .cache_reply = cache_reply,
582 };
583 struct rpc_task_setup task_setup = {
584 .rpc_client = clnt,
585 .rpc_message = msg,
586 .callback_ops = &nfs41_call_sync_ops,
587 .callback_data = &data
588 };
589
590 res->sr_slotid = NFS4_MAX_SLOT_TABLE;
591 task = rpc_run_task(&task_setup);
592 if (IS_ERR(task))
593 ret = PTR_ERR(task);
594 else {
595 ret = task->tk_status;
596 rpc_put_task(task);
597 }
598 return ret;
599}
600
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400601int _nfs4_call_sync_session(struct nfs_server *server,
602 struct rpc_message *msg,
603 struct nfs4_sequence_args *args,
604 struct nfs4_sequence_res *res,
605 int cache_reply)
606{
Andy Adamsonce5039c2009-04-01 09:22:13 -0400607 return nfs4_call_sync_sequence(server->nfs_client, server->client,
608 msg, args, res, cache_reply);
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400609}
610
611#endif /* CONFIG_NFS_V4_1 */
612
613int _nfs4_call_sync(struct nfs_server *server,
614 struct rpc_message *msg,
615 struct nfs4_sequence_args *args,
616 struct nfs4_sequence_res *res,
617 int cache_reply)
618{
Benny Halevyf3752972009-04-01 09:22:04 -0400619 args->sa_session = res->sr_session = NULL;
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400620 return rpc_call_sync(server->client, msg, 0);
621}
622
623#define nfs4_call_sync(server, msg, args, res, cache_reply) \
624 (server)->nfs_client->cl_call_sync((server), (msg), &(args)->seq_args, \
625 &(res)->seq_res, (cache_reply))
626
Andy Adamsonb0df8062009-04-01 09:22:18 -0400627static void nfs4_sequence_done(const struct nfs_server *server,
628 struct nfs4_sequence_res *res, int rpc_status)
629{
630#ifdef CONFIG_NFS_V4_1
631 if (nfs4_has_session(server->nfs_client))
632 nfs41_sequence_done(server->nfs_client, res, rpc_status);
633#endif /* CONFIG_NFS_V4_1 */
634}
635
636/* no restart, therefore free slot here */
637static void nfs4_sequence_done_free_slot(const struct nfs_server *server,
638 struct nfs4_sequence_res *res,
639 int rpc_status)
640{
641 nfs4_sequence_done(server, res, rpc_status);
642 nfs4_sequence_free_slot(server->nfs_client, res);
643}
644
Trond Myklebust38478b22006-05-25 01:40:57 -0400645static void update_changeattr(struct inode *dir, struct nfs4_change_info *cinfo)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700646{
Trond Myklebust38478b22006-05-25 01:40:57 -0400647 struct nfs_inode *nfsi = NFS_I(dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700648
Trond Myklebust38478b22006-05-25 01:40:57 -0400649 spin_lock(&dir->i_lock);
Trond Myklebust40d24702007-10-08 09:24:22 -0400650 nfsi->cache_validity |= NFS_INO_INVALID_ATTR|NFS_INO_REVAL_PAGECACHE|NFS_INO_INVALID_DATA;
651 if (!cinfo->atomic || cinfo->before != nfsi->change_attr)
Trond Myklebustbfc69a42007-10-15 18:18:29 -0400652 nfs_force_lookup_revalidate(dir);
Trond Myklebust40d24702007-10-08 09:24:22 -0400653 nfsi->change_attr = cinfo->after;
Trond Myklebust38478b22006-05-25 01:40:57 -0400654 spin_unlock(&dir->i_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700655}
656
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100657struct nfs4_opendata {
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400658 struct kref kref;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100659 struct nfs_openargs o_arg;
660 struct nfs_openres o_res;
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100661 struct nfs_open_confirmargs c_arg;
662 struct nfs_open_confirmres c_res;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100663 struct nfs_fattr f_attr;
664 struct nfs_fattr dir_attr;
Trond Myklebustad389da2007-06-05 12:30:00 -0400665 struct path path;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100666 struct dentry *dir;
667 struct nfs4_state_owner *owner;
Trond Myklebustaac00a82007-07-05 19:02:21 -0400668 struct nfs4_state *state;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100669 struct iattr attrs;
Trond Myklebust26e976a2006-01-03 09:55:21 +0100670 unsigned long timestamp;
Trond Myklebust3e309912007-07-07 13:19:59 -0400671 unsigned int rpc_done : 1;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100672 int rpc_status;
673 int cancelled;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100674};
675
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400676
677static void nfs4_init_opendata_res(struct nfs4_opendata *p)
678{
679 p->o_res.f_attr = &p->f_attr;
680 p->o_res.dir_attr = &p->dir_attr;
Trond Myklebustc1d51932008-04-07 13:20:54 -0400681 p->o_res.seqid = p->o_arg.seqid;
682 p->c_res.seqid = p->c_arg.seqid;
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400683 p->o_res.server = p->o_arg.server;
684 nfs_fattr_init(&p->f_attr);
685 nfs_fattr_init(&p->dir_attr);
Benny Halevy578e4582009-06-18 22:01:23 -0400686 p->o_res.seq_res.sr_slotid = NFS4_MAX_SLOT_TABLE;
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400687}
688
Trond Myklebustad389da2007-06-05 12:30:00 -0400689static struct nfs4_opendata *nfs4_opendata_alloc(struct path *path,
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500690 struct nfs4_state_owner *sp, fmode_t fmode, int flags,
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100691 const struct iattr *attrs)
692{
Trond Myklebustad389da2007-06-05 12:30:00 -0400693 struct dentry *parent = dget_parent(path->dentry);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100694 struct inode *dir = parent->d_inode;
695 struct nfs_server *server = NFS_SERVER(dir);
696 struct nfs4_opendata *p;
697
698 p = kzalloc(sizeof(*p), GFP_KERNEL);
699 if (p == NULL)
700 goto err;
701 p->o_arg.seqid = nfs_alloc_seqid(&sp->so_seqid);
702 if (p->o_arg.seqid == NULL)
703 goto err_free;
Trond Myklebustad389da2007-06-05 12:30:00 -0400704 p->path.mnt = mntget(path->mnt);
705 p->path.dentry = dget(path->dentry);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100706 p->dir = parent;
707 p->owner = sp;
708 atomic_inc(&sp->so_count);
709 p->o_arg.fh = NFS_FH(dir);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500710 p->o_arg.open_flags = flags;
711 p->o_arg.fmode = fmode & (FMODE_READ|FMODE_WRITE);
David Howells7539bba2006-08-22 20:06:09 -0400712 p->o_arg.clientid = server->nfs_client->cl_clientid;
Trond Myklebust9f958ab2007-07-02 13:58:33 -0400713 p->o_arg.id = sp->so_owner_id.id;
Trond Myklebustad389da2007-06-05 12:30:00 -0400714 p->o_arg.name = &p->path.dentry->d_name;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100715 p->o_arg.server = server;
716 p->o_arg.bitmask = server->attr_bitmask;
717 p->o_arg.claim = NFS4_OPEN_CLAIM_NULL;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100718 if (flags & O_EXCL) {
719 u32 *s = (u32 *) p->o_arg.u.verifier.data;
720 s[0] = jiffies;
721 s[1] = current->pid;
722 } else if (flags & O_CREAT) {
723 p->o_arg.u.attrs = &p->attrs;
724 memcpy(&p->attrs, attrs, sizeof(p->attrs));
725 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100726 p->c_arg.fh = &p->o_res.fh;
727 p->c_arg.stateid = &p->o_res.stateid;
728 p->c_arg.seqid = p->o_arg.seqid;
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400729 nfs4_init_opendata_res(p);
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400730 kref_init(&p->kref);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100731 return p;
732err_free:
733 kfree(p);
734err:
735 dput(parent);
736 return NULL;
737}
738
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400739static void nfs4_opendata_free(struct kref *kref)
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100740{
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400741 struct nfs4_opendata *p = container_of(kref,
742 struct nfs4_opendata, kref);
743
744 nfs_free_seqid(p->o_arg.seqid);
Trond Myklebustaac00a82007-07-05 19:02:21 -0400745 if (p->state != NULL)
746 nfs4_put_open_state(p->state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400747 nfs4_put_state_owner(p->owner);
748 dput(p->dir);
Jan Blunck31f31db12008-05-02 13:42:45 -0700749 path_put(&p->path);
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400750 kfree(p);
751}
752
753static void nfs4_opendata_put(struct nfs4_opendata *p)
754{
755 if (p != NULL)
756 kref_put(&p->kref, nfs4_opendata_free);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100757}
758
Trond Myklebust06f814a2006-01-03 09:55:07 +0100759static int nfs4_wait_for_completion_rpc_task(struct rpc_task *task)
760{
Trond Myklebust06f814a2006-01-03 09:55:07 +0100761 int ret;
762
Trond Myklebust06f814a2006-01-03 09:55:07 +0100763 ret = rpc_wait_for_completion_task(task);
Trond Myklebust06f814a2006-01-03 09:55:07 +0100764 return ret;
765}
766
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500767static int can_open_cached(struct nfs4_state *state, fmode_t mode, int open_mode)
Trond Myklebust6ee41262007-07-08 14:11:36 -0400768{
769 int ret = 0;
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500770
771 if (open_mode & O_EXCL)
772 goto out;
773 switch (mode & (FMODE_READ|FMODE_WRITE)) {
Trond Myklebust6ee41262007-07-08 14:11:36 -0400774 case FMODE_READ:
775 ret |= test_bit(NFS_O_RDONLY_STATE, &state->flags) != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -0400776 break;
777 case FMODE_WRITE:
778 ret |= test_bit(NFS_O_WRONLY_STATE, &state->flags) != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -0400779 break;
780 case FMODE_READ|FMODE_WRITE:
781 ret |= test_bit(NFS_O_RDWR_STATE, &state->flags) != 0;
782 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500783out:
Trond Myklebust6ee41262007-07-08 14:11:36 -0400784 return ret;
785}
786
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500787static int can_open_delegated(struct nfs_delegation *delegation, fmode_t fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -0400788{
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500789 if ((delegation->type & fmode) != fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -0400790 return 0;
Trond Myklebust15c831b2008-12-23 15:21:39 -0500791 if (test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags))
Trond Myklebustaac00a82007-07-05 19:02:21 -0400792 return 0;
Trond Myklebustb7391f42008-12-23 15:21:52 -0500793 nfs_mark_delegation_referenced(delegation);
Trond Myklebustaac00a82007-07-05 19:02:21 -0400794 return 1;
795}
796
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500797static void update_open_stateflags(struct nfs4_state *state, fmode_t fmode)
Trond Myklebuste7616922006-01-03 09:55:13 +0100798{
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500799 switch (fmode) {
Trond Myklebuste7616922006-01-03 09:55:13 +0100800 case FMODE_WRITE:
801 state->n_wronly++;
802 break;
803 case FMODE_READ:
804 state->n_rdonly++;
805 break;
806 case FMODE_READ|FMODE_WRITE:
807 state->n_rdwr++;
808 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500809 nfs4_state_set_mode_locked(state, state->state | fmode);
Trond Myklebuste7616922006-01-03 09:55:13 +0100810}
811
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500812static void nfs_set_open_stateid_locked(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fmode)
Trond Myklebust003707c2007-07-05 18:07:55 -0400813{
814 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
815 memcpy(state->stateid.data, stateid->data, sizeof(state->stateid.data));
816 memcpy(state->open_stateid.data, stateid->data, sizeof(state->open_stateid.data));
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500817 switch (fmode) {
Trond Myklebust003707c2007-07-05 18:07:55 -0400818 case FMODE_READ:
819 set_bit(NFS_O_RDONLY_STATE, &state->flags);
820 break;
821 case FMODE_WRITE:
822 set_bit(NFS_O_WRONLY_STATE, &state->flags);
823 break;
824 case FMODE_READ|FMODE_WRITE:
825 set_bit(NFS_O_RDWR_STATE, &state->flags);
826 }
827}
828
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500829static void nfs_set_open_stateid(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fmode)
Trond Myklebust003707c2007-07-05 18:07:55 -0400830{
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400831 write_seqlock(&state->seqlock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500832 nfs_set_open_stateid_locked(state, stateid, fmode);
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400833 write_sequnlock(&state->seqlock);
Trond Myklebust003707c2007-07-05 18:07:55 -0400834}
835
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500836static 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 -0700837{
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400838 /*
839 * Protect the call to nfs4_state_set_mode_locked and
840 * serialise the stateid update
841 */
842 write_seqlock(&state->seqlock);
Trond Myklebust003707c2007-07-05 18:07:55 -0400843 if (deleg_stateid != NULL) {
844 memcpy(state->stateid.data, deleg_stateid->data, sizeof(state->stateid.data));
845 set_bit(NFS_DELEGATED_STATE, &state->flags);
846 }
847 if (open_stateid != NULL)
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500848 nfs_set_open_stateid_locked(state, open_stateid, fmode);
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400849 write_sequnlock(&state->seqlock);
850 spin_lock(&state->owner->so_lock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500851 update_open_stateflags(state, fmode);
Trond Myklebustec073422005-10-20 14:22:47 -0700852 spin_unlock(&state->owner->so_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700853}
854
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500855static 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 -0500856{
857 struct nfs_inode *nfsi = NFS_I(state->inode);
858 struct nfs_delegation *deleg_cur;
859 int ret = 0;
860
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500861 fmode &= (FMODE_READ|FMODE_WRITE);
Trond Myklebust34310432008-12-23 15:21:38 -0500862
863 rcu_read_lock();
864 deleg_cur = rcu_dereference(nfsi->delegation);
865 if (deleg_cur == NULL)
866 goto no_delegation;
867
868 spin_lock(&deleg_cur->lock);
869 if (nfsi->delegation != deleg_cur ||
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500870 (deleg_cur->type & fmode) != fmode)
Trond Myklebust34310432008-12-23 15:21:38 -0500871 goto no_delegation_unlock;
872
873 if (delegation == NULL)
874 delegation = &deleg_cur->stateid;
875 else if (memcmp(deleg_cur->stateid.data, delegation->data, NFS4_STATEID_SIZE) != 0)
876 goto no_delegation_unlock;
877
Trond Myklebustb7391f42008-12-23 15:21:52 -0500878 nfs_mark_delegation_referenced(deleg_cur);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500879 __update_open_stateid(state, open_stateid, &deleg_cur->stateid, fmode);
Trond Myklebust34310432008-12-23 15:21:38 -0500880 ret = 1;
881no_delegation_unlock:
882 spin_unlock(&deleg_cur->lock);
883no_delegation:
884 rcu_read_unlock();
885
886 if (!ret && open_stateid != NULL) {
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500887 __update_open_stateid(state, open_stateid, NULL, fmode);
Trond Myklebust34310432008-12-23 15:21:38 -0500888 ret = 1;
889 }
890
891 return ret;
892}
893
894
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500895static void nfs4_return_incompatible_delegation(struct inode *inode, fmode_t fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -0400896{
897 struct nfs_delegation *delegation;
898
899 rcu_read_lock();
900 delegation = rcu_dereference(NFS_I(inode)->delegation);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500901 if (delegation == NULL || (delegation->type & fmode) == fmode) {
Trond Myklebustaac00a82007-07-05 19:02:21 -0400902 rcu_read_unlock();
903 return;
904 }
905 rcu_read_unlock();
906 nfs_inode_return_delegation(inode);
907}
908
Trond Myklebust6ee41262007-07-08 14:11:36 -0400909static struct nfs4_state *nfs4_try_open_cached(struct nfs4_opendata *opendata)
Trond Myklebustaac00a82007-07-05 19:02:21 -0400910{
911 struct nfs4_state *state = opendata->state;
912 struct nfs_inode *nfsi = NFS_I(state->inode);
913 struct nfs_delegation *delegation;
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500914 int open_mode = opendata->o_arg.open_flags & O_EXCL;
915 fmode_t fmode = opendata->o_arg.fmode;
Trond Myklebustaac00a82007-07-05 19:02:21 -0400916 nfs4_stateid stateid;
917 int ret = -EAGAIN;
918
Trond Myklebustaac00a82007-07-05 19:02:21 -0400919 for (;;) {
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500920 if (can_open_cached(state, fmode, open_mode)) {
Trond Myklebust6ee41262007-07-08 14:11:36 -0400921 spin_lock(&state->owner->so_lock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500922 if (can_open_cached(state, fmode, open_mode)) {
923 update_open_stateflags(state, fmode);
Trond Myklebust6ee41262007-07-08 14:11:36 -0400924 spin_unlock(&state->owner->so_lock);
Trond Myklebust6ee41262007-07-08 14:11:36 -0400925 goto out_return_state;
926 }
927 spin_unlock(&state->owner->so_lock);
928 }
Trond Myklebust34310432008-12-23 15:21:38 -0500929 rcu_read_lock();
930 delegation = rcu_dereference(nfsi->delegation);
931 if (delegation == NULL ||
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500932 !can_open_delegated(delegation, fmode)) {
Trond Myklebust34310432008-12-23 15:21:38 -0500933 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -0400934 break;
Trond Myklebust34310432008-12-23 15:21:38 -0500935 }
Trond Myklebustaac00a82007-07-05 19:02:21 -0400936 /* Save the delegation */
937 memcpy(stateid.data, delegation->stateid.data, sizeof(stateid.data));
938 rcu_read_unlock();
Trond Myklebustaf22f942007-08-10 17:45:10 -0400939 ret = nfs_may_open(state->inode, state->owner->so_cred, open_mode);
Trond Myklebustaac00a82007-07-05 19:02:21 -0400940 if (ret != 0)
941 goto out;
942 ret = -EAGAIN;
Trond Myklebust34310432008-12-23 15:21:38 -0500943
944 /* Try to update the stateid using the delegation */
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500945 if (update_open_stateid(state, NULL, &stateid, fmode))
Trond Myklebust34310432008-12-23 15:21:38 -0500946 goto out_return_state;
Trond Myklebustaac00a82007-07-05 19:02:21 -0400947 }
Trond Myklebustaac00a82007-07-05 19:02:21 -0400948out:
949 return ERR_PTR(ret);
950out_return_state:
951 atomic_inc(&state->count);
952 return state;
953}
954
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100955static struct nfs4_state *nfs4_opendata_to_nfs4_state(struct nfs4_opendata *data)
956{
957 struct inode *inode;
958 struct nfs4_state *state = NULL;
Trond Myklebust003707c2007-07-05 18:07:55 -0400959 struct nfs_delegation *delegation;
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400960 int ret;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100961
Trond Myklebustaac00a82007-07-05 19:02:21 -0400962 if (!data->rpc_done) {
Trond Myklebust6ee41262007-07-08 14:11:36 -0400963 state = nfs4_try_open_cached(data);
Trond Myklebustaac00a82007-07-05 19:02:21 -0400964 goto out;
965 }
966
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400967 ret = -EAGAIN;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100968 if (!(data->f_attr.valid & NFS_ATTR_FATTR))
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400969 goto err;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100970 inode = nfs_fhget(data->dir->d_sb, &data->o_res.fh, &data->f_attr);
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400971 ret = PTR_ERR(inode);
Trond Myklebust03f28e32006-03-20 13:44:48 -0500972 if (IS_ERR(inode))
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400973 goto err;
974 ret = -ENOMEM;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100975 state = nfs4_get_open_state(inode, data->owner);
976 if (state == NULL)
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400977 goto err_put_inode;
Trond Myklebust549d6ed2007-07-03 16:42:45 -0400978 if (data->o_res.delegation_type != 0) {
Trond Myklebust549d6ed2007-07-03 16:42:45 -0400979 int delegation_flags = 0;
980
Trond Myklebust003707c2007-07-05 18:07:55 -0400981 rcu_read_lock();
982 delegation = rcu_dereference(NFS_I(inode)->delegation);
983 if (delegation)
984 delegation_flags = delegation->flags;
985 rcu_read_unlock();
Trond Myklebust15c831b2008-12-23 15:21:39 -0500986 if ((delegation_flags & 1UL<<NFS_DELEGATION_NEED_RECLAIM) == 0)
Trond Myklebust549d6ed2007-07-03 16:42:45 -0400987 nfs_inode_set_delegation(state->inode,
988 data->owner->so_cred,
989 &data->o_res);
990 else
991 nfs_inode_reclaim_delegation(state->inode,
992 data->owner->so_cred,
993 &data->o_res);
994 }
Trond Myklebust34310432008-12-23 15:21:38 -0500995
996 update_open_stateid(state, &data->o_res.stateid, NULL,
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500997 data->o_arg.fmode);
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100998 iput(inode);
Trond Myklebustaac00a82007-07-05 19:02:21 -0400999out:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001000 return state;
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001001err_put_inode:
1002 iput(inode);
1003err:
1004 return ERR_PTR(ret);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001005}
1006
Trond Myklebust864472e2006-01-03 09:55:15 +01001007static struct nfs_open_context *nfs4_state_find_open_context(struct nfs4_state *state)
1008{
1009 struct nfs_inode *nfsi = NFS_I(state->inode);
1010 struct nfs_open_context *ctx;
1011
1012 spin_lock(&state->inode->i_lock);
1013 list_for_each_entry(ctx, &nfsi->open_files, list) {
1014 if (ctx->state != state)
1015 continue;
1016 get_nfs_open_context(ctx);
1017 spin_unlock(&state->inode->i_lock);
1018 return ctx;
1019 }
1020 spin_unlock(&state->inode->i_lock);
1021 return ERR_PTR(-ENOENT);
1022}
1023
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001024static struct nfs4_opendata *nfs4_open_recoverdata_alloc(struct nfs_open_context *ctx, struct nfs4_state *state)
1025{
1026 struct nfs4_opendata *opendata;
1027
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001028 opendata = nfs4_opendata_alloc(&ctx->path, state->owner, 0, 0, NULL);
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001029 if (opendata == NULL)
1030 return ERR_PTR(-ENOMEM);
1031 opendata->state = state;
1032 atomic_inc(&state->count);
1033 return opendata;
1034}
1035
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001036static int nfs4_open_recover_helper(struct nfs4_opendata *opendata, fmode_t fmode, struct nfs4_state **res)
Trond Myklebust864472e2006-01-03 09:55:15 +01001037{
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001038 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001039 int ret;
1040
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001041 opendata->o_arg.open_flags = 0;
1042 opendata->o_arg.fmode = fmode;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001043 memset(&opendata->o_res, 0, sizeof(opendata->o_res));
1044 memset(&opendata->c_res, 0, sizeof(opendata->c_res));
1045 nfs4_init_opendata_res(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001046 ret = _nfs4_proc_open(opendata);
1047 if (ret != 0)
1048 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001049 newstate = nfs4_opendata_to_nfs4_state(opendata);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001050 if (IS_ERR(newstate))
1051 return PTR_ERR(newstate);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001052 nfs4_close_state(&opendata->path, newstate, fmode);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001053 *res = newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001054 return 0;
1055}
1056
1057static int nfs4_open_recover(struct nfs4_opendata *opendata, struct nfs4_state *state)
1058{
Trond Myklebust864472e2006-01-03 09:55:15 +01001059 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001060 int ret;
1061
1062 /* memory barrier prior to reading state->n_* */
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001063 clear_bit(NFS_DELEGATED_STATE, &state->flags);
Trond Myklebust864472e2006-01-03 09:55:15 +01001064 smp_rmb();
1065 if (state->n_rdwr != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001066 ret = nfs4_open_recover_helper(opendata, FMODE_READ|FMODE_WRITE, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001067 if (ret != 0)
1068 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001069 if (newstate != state)
1070 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001071 }
1072 if (state->n_wronly != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001073 ret = nfs4_open_recover_helper(opendata, FMODE_WRITE, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001074 if (ret != 0)
1075 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001076 if (newstate != state)
1077 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001078 }
1079 if (state->n_rdonly != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001080 ret = nfs4_open_recover_helper(opendata, FMODE_READ, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001081 if (ret != 0)
1082 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001083 if (newstate != state)
1084 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001085 }
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001086 /*
1087 * We may have performed cached opens for all three recoveries.
1088 * Check if we need to update the current stateid.
1089 */
1090 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0 &&
1091 memcmp(state->stateid.data, state->open_stateid.data, sizeof(state->stateid.data)) != 0) {
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001092 write_seqlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001093 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
1094 memcpy(state->stateid.data, state->open_stateid.data, sizeof(state->stateid.data));
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001095 write_sequnlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001096 }
Trond Myklebust864472e2006-01-03 09:55:15 +01001097 return 0;
1098}
1099
Linus Torvalds1da177e2005-04-16 15:20:36 -07001100/*
1101 * OPEN_RECLAIM:
1102 * reclaim state on the server after a reboot.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001103 */
Trond Myklebust539cd032007-06-05 11:46:42 -04001104static int _nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001105{
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001106 struct nfs_delegation *delegation;
Trond Myklebust864472e2006-01-03 09:55:15 +01001107 struct nfs4_opendata *opendata;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001108 fmode_t delegation_type = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001109 int status;
1110
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001111 opendata = nfs4_open_recoverdata_alloc(ctx, state);
1112 if (IS_ERR(opendata))
1113 return PTR_ERR(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001114 opendata->o_arg.claim = NFS4_OPEN_CLAIM_PREVIOUS;
1115 opendata->o_arg.fh = NFS_FH(state->inode);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001116 rcu_read_lock();
1117 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
Trond Myklebust15c831b2008-12-23 15:21:39 -05001118 if (delegation != NULL && test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags) != 0)
Trond Myklebust65bbf6b2007-08-27 09:57:46 -04001119 delegation_type = delegation->type;
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001120 rcu_read_unlock();
Trond Myklebust864472e2006-01-03 09:55:15 +01001121 opendata->o_arg.u.delegation_type = delegation_type;
1122 status = nfs4_open_recover(opendata, state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001123 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001124 return status;
1125}
1126
Trond Myklebust539cd032007-06-05 11:46:42 -04001127static int nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001128{
1129 struct nfs_server *server = NFS_SERVER(state->inode);
1130 struct nfs4_exception exception = { };
1131 int err;
1132 do {
Trond Myklebust539cd032007-06-05 11:46:42 -04001133 err = _nfs4_do_open_reclaim(ctx, state);
Trond Myklebust202b50d2005-06-22 17:16:29 +00001134 if (err != -NFS4ERR_DELAY)
1135 break;
1136 nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001137 } while (exception.retry);
1138 return err;
1139}
1140
Trond Myklebust864472e2006-01-03 09:55:15 +01001141static int nfs4_open_reclaim(struct nfs4_state_owner *sp, struct nfs4_state *state)
1142{
1143 struct nfs_open_context *ctx;
1144 int ret;
1145
1146 ctx = nfs4_state_find_open_context(state);
1147 if (IS_ERR(ctx))
1148 return PTR_ERR(ctx);
Trond Myklebust539cd032007-06-05 11:46:42 -04001149 ret = nfs4_do_open_reclaim(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +01001150 put_nfs_open_context(ctx);
1151 return ret;
1152}
1153
Trond Myklebust13437e12007-07-06 15:10:43 -04001154static 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 -07001155{
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001156 struct nfs4_opendata *opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +01001157 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001158
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001159 opendata = nfs4_open_recoverdata_alloc(ctx, state);
1160 if (IS_ERR(opendata))
1161 return PTR_ERR(opendata);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001162 opendata->o_arg.claim = NFS4_OPEN_CLAIM_DELEGATE_CUR;
Trond Myklebust13437e12007-07-06 15:10:43 -04001163 memcpy(opendata->o_arg.u.delegation.data, stateid->data,
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001164 sizeof(opendata->o_arg.u.delegation.data));
Trond Myklebust864472e2006-01-03 09:55:15 +01001165 ret = nfs4_open_recover(opendata, state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001166 nfs4_opendata_put(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001167 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001168}
1169
Trond Myklebust13437e12007-07-06 15:10:43 -04001170int nfs4_open_delegation_recall(struct nfs_open_context *ctx, struct nfs4_state *state, const nfs4_stateid *stateid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001171{
1172 struct nfs4_exception exception = { };
Trond Myklebust539cd032007-06-05 11:46:42 -04001173 struct nfs_server *server = NFS_SERVER(state->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001174 int err;
1175 do {
Trond Myklebust13437e12007-07-06 15:10:43 -04001176 err = _nfs4_open_delegation_recall(ctx, state, stateid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001177 switch (err) {
1178 case 0:
Trond Myklebust965b5d62009-06-17 13:22:59 -07001179 case -ENOENT:
1180 case -ESTALE:
1181 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001182 case -NFS4ERR_STALE_CLIENTID:
1183 case -NFS4ERR_STALE_STATEID:
1184 case -NFS4ERR_EXPIRED:
1185 /* Don't recall a delegation if it was lost */
David Howells7539bba2006-08-22 20:06:09 -04001186 nfs4_schedule_state_recovery(server->nfs_client);
Trond Myklebust965b5d62009-06-17 13:22:59 -07001187 goto out;
1188 case -ERESTARTSYS:
1189 /*
1190 * The show must go on: exit, but mark the
1191 * stateid as needing recovery.
1192 */
1193 case -NFS4ERR_ADMIN_REVOKED:
1194 case -NFS4ERR_BAD_STATEID:
1195 nfs4_state_mark_reclaim_nograce(server->nfs_client, state);
1196 case -ENOMEM:
1197 err = 0;
1198 goto out;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001199 }
1200 err = nfs4_handle_exception(server, err, &exception);
1201 } while (exception.retry);
Trond Myklebust965b5d62009-06-17 13:22:59 -07001202out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001203 return err;
1204}
1205
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001206static void nfs4_open_confirm_done(struct rpc_task *task, void *calldata)
1207{
1208 struct nfs4_opendata *data = calldata;
1209
1210 data->rpc_status = task->tk_status;
1211 if (RPC_ASSASSINATED(task))
1212 return;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001213 if (data->rpc_status == 0) {
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001214 memcpy(data->o_res.stateid.data, data->c_res.stateid.data,
1215 sizeof(data->o_res.stateid.data));
Trond Myklebustbb226292008-01-02 15:19:18 -05001216 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust26e976a2006-01-03 09:55:21 +01001217 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust3e309912007-07-07 13:19:59 -04001218 data->rpc_done = 1;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001219 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001220}
1221
1222static void nfs4_open_confirm_release(void *calldata)
1223{
1224 struct nfs4_opendata *data = calldata;
1225 struct nfs4_state *state = NULL;
1226
1227 /* If this request hasn't been cancelled, do nothing */
1228 if (data->cancelled == 0)
1229 goto out_free;
1230 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -04001231 if (!data->rpc_done)
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001232 goto out_free;
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001233 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001234 if (!IS_ERR(state))
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001235 nfs4_close_state(&data->path, state, data->o_arg.fmode);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001236out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001237 nfs4_opendata_put(data);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001238}
1239
1240static const struct rpc_call_ops nfs4_open_confirm_ops = {
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001241 .rpc_call_done = nfs4_open_confirm_done,
1242 .rpc_release = nfs4_open_confirm_release,
1243};
1244
1245/*
1246 * Note: On error, nfs4_proc_open_confirm will free the struct nfs4_opendata
1247 */
1248static int _nfs4_proc_open_confirm(struct nfs4_opendata *data)
1249{
1250 struct nfs_server *server = NFS_SERVER(data->dir->d_inode);
1251 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001252 struct rpc_message msg = {
1253 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_CONFIRM],
1254 .rpc_argp = &data->c_arg,
1255 .rpc_resp = &data->c_res,
1256 .rpc_cred = data->owner->so_cred,
1257 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001258 struct rpc_task_setup task_setup_data = {
1259 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001260 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001261 .callback_ops = &nfs4_open_confirm_ops,
1262 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -05001263 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001264 .flags = RPC_TASK_ASYNC,
1265 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001266 int status;
1267
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001268 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -04001269 data->rpc_done = 0;
1270 data->rpc_status = 0;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001271 data->timestamp = jiffies;
Trond Myklebustc970aa82007-07-14 15:39:59 -04001272 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05001273 if (IS_ERR(task))
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001274 return PTR_ERR(task);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001275 status = nfs4_wait_for_completion_rpc_task(task);
1276 if (status != 0) {
1277 data->cancelled = 1;
1278 smp_wmb();
1279 } else
1280 status = data->rpc_status;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05001281 rpc_put_task(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001282 return status;
1283}
1284
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001285static void nfs4_open_prepare(struct rpc_task *task, void *calldata)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001286{
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001287 struct nfs4_opendata *data = calldata;
1288 struct nfs4_state_owner *sp = data->owner;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001289
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001290 if (nfs_wait_on_sequence(data->o_arg.seqid, task) != 0)
1291 return;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001292 /*
1293 * Check if we still need to send an OPEN call, or if we can use
1294 * a delegation instead.
1295 */
1296 if (data->state != NULL) {
1297 struct nfs_delegation *delegation;
1298
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001299 if (can_open_cached(data->state, data->o_arg.fmode, data->o_arg.open_flags))
Trond Myklebust6ee41262007-07-08 14:11:36 -04001300 goto out_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001301 rcu_read_lock();
1302 delegation = rcu_dereference(NFS_I(data->state->inode)->delegation);
1303 if (delegation != NULL &&
Trond Myklebust15c831b2008-12-23 15:21:39 -05001304 test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags) == 0) {
Trond Myklebustaac00a82007-07-05 19:02:21 -04001305 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -04001306 goto out_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001307 }
1308 rcu_read_unlock();
1309 }
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001310 /* Update sequence id. */
Trond Myklebust9f958ab2007-07-02 13:58:33 -04001311 data->o_arg.id = sp->so_owner_id.id;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001312 data->o_arg.clientid = sp->so_client->cl_clientid;
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001313 if (data->o_arg.claim == NFS4_OPEN_CLAIM_PREVIOUS) {
Trond Myklebust5138fde2007-07-14 15:40:01 -04001314 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_NOATTR];
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001315 nfs_copy_fh(&data->o_res.fh, data->o_arg.fh);
1316 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001317 data->timestamp = jiffies;
Andy Adamsond8985282009-04-01 09:22:21 -04001318 if (nfs4_setup_sequence(data->o_arg.server->nfs_client,
1319 &data->o_arg.seq_args,
1320 &data->o_res.seq_res, 1, task))
1321 return;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001322 rpc_call_start(task);
Trond Myklebust6ee41262007-07-08 14:11:36 -04001323 return;
1324out_no_action:
1325 task->tk_action = NULL;
1326
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001327}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001328
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001329static void nfs4_open_done(struct rpc_task *task, void *calldata)
1330{
1331 struct nfs4_opendata *data = calldata;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001332
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001333 data->rpc_status = task->tk_status;
Andy Adamsond8985282009-04-01 09:22:21 -04001334
1335 nfs4_sequence_done_free_slot(data->o_arg.server, &data->o_res.seq_res,
1336 task->tk_status);
1337
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001338 if (RPC_ASSASSINATED(task))
1339 return;
1340 if (task->tk_status == 0) {
1341 switch (data->o_res.f_attr->mode & S_IFMT) {
Trond Myklebust6f926b52005-10-18 14:20:18 -07001342 case S_IFREG:
1343 break;
1344 case S_IFLNK:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001345 data->rpc_status = -ELOOP;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001346 break;
1347 case S_IFDIR:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001348 data->rpc_status = -EISDIR;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001349 break;
1350 default:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001351 data->rpc_status = -ENOTDIR;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001352 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001353 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust0f9f95e2007-07-08 16:19:56 -04001354 if (!(data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM))
1355 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust6f926b52005-10-18 14:20:18 -07001356 }
Trond Myklebust3e309912007-07-07 13:19:59 -04001357 data->rpc_done = 1;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001358}
Trond Myklebust6f926b52005-10-18 14:20:18 -07001359
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001360static void nfs4_open_release(void *calldata)
1361{
1362 struct nfs4_opendata *data = calldata;
1363 struct nfs4_state *state = NULL;
1364
1365 /* If this request hasn't been cancelled, do nothing */
1366 if (data->cancelled == 0)
1367 goto out_free;
1368 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -04001369 if (data->rpc_status != 0 || !data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001370 goto out_free;
1371 /* In case we need an open_confirm, no cleanup! */
1372 if (data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM)
1373 goto out_free;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001374 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001375 if (!IS_ERR(state))
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001376 nfs4_close_state(&data->path, state, data->o_arg.fmode);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001377out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001378 nfs4_opendata_put(data);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001379}
1380
1381static const struct rpc_call_ops nfs4_open_ops = {
1382 .rpc_call_prepare = nfs4_open_prepare,
1383 .rpc_call_done = nfs4_open_done,
1384 .rpc_release = nfs4_open_release,
1385};
1386
1387/*
1388 * Note: On error, nfs4_proc_open will free the struct nfs4_opendata
1389 */
1390static int _nfs4_proc_open(struct nfs4_opendata *data)
1391{
1392 struct inode *dir = data->dir->d_inode;
1393 struct nfs_server *server = NFS_SERVER(dir);
1394 struct nfs_openargs *o_arg = &data->o_arg;
1395 struct nfs_openres *o_res = &data->o_res;
1396 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001397 struct rpc_message msg = {
1398 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN],
1399 .rpc_argp = o_arg,
1400 .rpc_resp = o_res,
1401 .rpc_cred = data->owner->so_cred,
1402 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001403 struct rpc_task_setup task_setup_data = {
1404 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001405 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001406 .callback_ops = &nfs4_open_ops,
1407 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -05001408 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001409 .flags = RPC_TASK_ASYNC,
1410 };
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001411 int status;
1412
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001413 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -04001414 data->rpc_done = 0;
1415 data->rpc_status = 0;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001416 data->cancelled = 0;
Trond Myklebustc970aa82007-07-14 15:39:59 -04001417 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05001418 if (IS_ERR(task))
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001419 return PTR_ERR(task);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001420 status = nfs4_wait_for_completion_rpc_task(task);
1421 if (status != 0) {
1422 data->cancelled = 1;
1423 smp_wmb();
1424 } else
1425 status = data->rpc_status;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05001426 rpc_put_task(task);
Trond Myklebust3e309912007-07-07 13:19:59 -04001427 if (status != 0 || !data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001428 return status;
1429
Trond Myklebust99367812007-07-17 21:52:41 -04001430 if (o_res->fh.size == 0)
1431 _nfs4_proc_lookup(dir, o_arg->name, &o_res->fh, o_res->f_attr);
1432
Trond Myklebust56ae19f2005-10-27 22:12:40 -04001433 if (o_arg->open_flags & O_CREAT) {
1434 update_changeattr(dir, &o_res->cinfo);
1435 nfs_post_op_update_inode(dir, o_res->dir_attr);
1436 } else
1437 nfs_refresh_inode(dir, o_res->dir_attr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001438 if(o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) {
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001439 status = _nfs4_proc_open_confirm(data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001440 if (status != 0)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001441 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001442 }
1443 if (!(o_res->f_attr->valid & NFS_ATTR_FATTR))
Trond Myklebust99367812007-07-17 21:52:41 -04001444 _nfs4_proc_getattr(server, &o_res->fh, o_res->f_attr);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001445 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001446}
1447
Trond Myklebust10afec92007-05-14 17:16:04 -04001448static int nfs4_recover_expired_lease(struct nfs_server *server)
Trond Myklebust58d97142006-01-03 09:55:24 +01001449{
David Howells7539bba2006-08-22 20:06:09 -04001450 struct nfs_client *clp = server->nfs_client;
Trond Myklebusta78cb572009-08-09 15:06:19 -04001451 unsigned int loop;
Trond Myklebust6b309542006-09-14 14:03:14 -04001452 int ret;
Trond Myklebust58d97142006-01-03 09:55:24 +01001453
Trond Myklebusta78cb572009-08-09 15:06:19 -04001454 for (loop = NFS4_MAX_LOOP_ON_RECOVER; loop != 0; loop--) {
Trond Myklebust65de8722008-12-23 15:21:44 -05001455 ret = nfs4_wait_clnt_recover(clp);
Trond Myklebust6b309542006-09-14 14:03:14 -04001456 if (ret != 0)
Trond Myklebusta78cb572009-08-09 15:06:19 -04001457 break;
Trond Myklebuste598d842008-12-23 15:21:42 -05001458 if (!test_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state) &&
1459 !test_bit(NFS4CLNT_CHECK_LEASE,&clp->cl_state))
Trond Myklebust6b309542006-09-14 14:03:14 -04001460 break;
Trond Myklebust58d97142006-01-03 09:55:24 +01001461 nfs4_schedule_state_recovery(clp);
Trond Myklebusta78cb572009-08-09 15:06:19 -04001462 ret = -EIO;
Trond Myklebust6b309542006-09-14 14:03:14 -04001463 }
Trond Myklebusta78cb572009-08-09 15:06:19 -04001464 return ret;
Trond Myklebust58d97142006-01-03 09:55:24 +01001465}
1466
Linus Torvalds1da177e2005-04-16 15:20:36 -07001467/*
1468 * OPEN_EXPIRED:
1469 * reclaim state on the server after a network partition.
1470 * Assumes caller holds the appropriate lock
1471 */
Trond Myklebust539cd032007-06-05 11:46:42 -04001472static int _nfs4_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001473{
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001474 struct nfs4_opendata *opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +01001475 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001476
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001477 opendata = nfs4_open_recoverdata_alloc(ctx, state);
1478 if (IS_ERR(opendata))
1479 return PTR_ERR(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001480 ret = nfs4_open_recover(opendata, state);
Trond Myklebust35d05772008-04-05 15:54:17 -04001481 if (ret == -ESTALE)
Trond Myklebust539cd032007-06-05 11:46:42 -04001482 d_drop(ctx->path.dentry);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001483 nfs4_opendata_put(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001484 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001485}
1486
Trond Myklebust539cd032007-06-05 11:46:42 -04001487static inline int nfs4_do_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Trond Myklebust202b50d2005-06-22 17:16:29 +00001488{
Trond Myklebust539cd032007-06-05 11:46:42 -04001489 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust202b50d2005-06-22 17:16:29 +00001490 struct nfs4_exception exception = { };
1491 int err;
1492
1493 do {
Trond Myklebust539cd032007-06-05 11:46:42 -04001494 err = _nfs4_open_expired(ctx, state);
Trond Myklebust027b6ca2008-12-23 16:04:13 -05001495 if (err != -NFS4ERR_DELAY)
1496 break;
1497 nfs4_handle_exception(server, err, &exception);
Trond Myklebust202b50d2005-06-22 17:16:29 +00001498 } while (exception.retry);
1499 return err;
1500}
1501
Linus Torvalds1da177e2005-04-16 15:20:36 -07001502static int nfs4_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
1503{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001504 struct nfs_open_context *ctx;
Trond Myklebust864472e2006-01-03 09:55:15 +01001505 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001506
Trond Myklebust864472e2006-01-03 09:55:15 +01001507 ctx = nfs4_state_find_open_context(state);
1508 if (IS_ERR(ctx))
1509 return PTR_ERR(ctx);
Trond Myklebust539cd032007-06-05 11:46:42 -04001510 ret = nfs4_do_open_expired(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +01001511 put_nfs_open_context(ctx);
1512 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001513}
1514
1515/*
Jeff Laytonaa53ed52007-06-05 14:49:03 -04001516 * on an EXCLUSIVE create, the server should send back a bitmask with FATTR4-*
1517 * fields corresponding to attributes that were used to store the verifier.
1518 * Make sure we clobber those fields in the later setattr call
1519 */
1520static inline void nfs4_exclusive_attrset(struct nfs4_opendata *opendata, struct iattr *sattr)
1521{
1522 if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_ACCESS) &&
1523 !(sattr->ia_valid & ATTR_ATIME_SET))
1524 sattr->ia_valid |= ATTR_ATIME;
1525
1526 if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_MODIFY) &&
1527 !(sattr->ia_valid & ATTR_MTIME_SET))
1528 sattr->ia_valid |= ATTR_MTIME;
1529}
1530
1531/*
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001532 * Returns a referenced nfs4_state
Linus Torvalds1da177e2005-04-16 15:20:36 -07001533 */
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001534static 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 -07001535{
1536 struct nfs4_state_owner *sp;
1537 struct nfs4_state *state = NULL;
1538 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001539 struct nfs4_opendata *opendata;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001540 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001541
1542 /* Protect against reboot recovery conflicts */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001543 status = -ENOMEM;
1544 if (!(sp = nfs4_get_state_owner(server, cred))) {
1545 dprintk("nfs4_do_open: nfs4_get_state_owner failed!\n");
1546 goto out_err;
1547 }
Trond Myklebust58d97142006-01-03 09:55:24 +01001548 status = nfs4_recover_expired_lease(server);
1549 if (status != 0)
Trond Myklebustb4454fe2006-01-03 09:55:25 +01001550 goto err_put_state_owner;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001551 if (path->dentry->d_inode != NULL)
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001552 nfs4_return_incompatible_delegation(path->dentry->d_inode, fmode);
Trond Myklebust58d97142006-01-03 09:55:24 +01001553 status = -ENOMEM;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001554 opendata = nfs4_opendata_alloc(path, sp, fmode, flags, sattr);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001555 if (opendata == NULL)
Trond Myklebust95d35cb2008-12-23 15:21:45 -05001556 goto err_put_state_owner;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001557
Trond Myklebustaac00a82007-07-05 19:02:21 -04001558 if (path->dentry->d_inode != NULL)
1559 opendata->state = nfs4_get_open_state(path->dentry->d_inode, sp);
1560
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001561 status = _nfs4_proc_open(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001562 if (status != 0)
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001563 goto err_opendata_put;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001564
Jeff Laytonaa53ed52007-06-05 14:49:03 -04001565 if (opendata->o_arg.open_flags & O_EXCL)
1566 nfs4_exclusive_attrset(opendata, sattr);
1567
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001568 state = nfs4_opendata_to_nfs4_state(opendata);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001569 status = PTR_ERR(state);
1570 if (IS_ERR(state))
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001571 goto err_opendata_put;
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001572 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001573 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001574 *res = state;
1575 return 0;
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001576err_opendata_put:
1577 nfs4_opendata_put(opendata);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001578err_put_state_owner:
1579 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001580out_err:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001581 *res = NULL;
1582 return status;
1583}
1584
1585
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001586static 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 -07001587{
1588 struct nfs4_exception exception = { };
1589 struct nfs4_state *res;
1590 int status;
1591
1592 do {
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001593 status = _nfs4_do_open(dir, path, fmode, flags, sattr, cred, &res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001594 if (status == 0)
1595 break;
1596 /* NOTE: BAD_SEQID means the server and client disagree about the
1597 * book-keeping w.r.t. state-changing operations
1598 * (OPEN/CLOSE/LOCK/LOCKU...)
1599 * It is actually a sign of a bug on the client or on the server.
1600 *
1601 * If we receive a BAD_SEQID error in the particular case of
Trond Myklebustcee54fc2005-10-18 14:20:12 -07001602 * doing an OPEN, we assume that nfs_increment_open_seqid() will
Linus Torvalds1da177e2005-04-16 15:20:36 -07001603 * have unhashed the old state_owner for us, and that we can
1604 * therefore safely retry using a new one. We should still warn
1605 * the user though...
1606 */
1607 if (status == -NFS4ERR_BAD_SEQID) {
Trond Myklebust6f43ddc2007-07-08 16:49:11 -04001608 printk(KERN_WARNING "NFS: v4 server %s "
1609 " returned a bad sequence-id error!\n",
1610 NFS_SERVER(dir)->nfs_client->cl_hostname);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001611 exception.retry = 1;
1612 continue;
1613 }
Trond Myklebust550f5742005-10-18 14:20:21 -07001614 /*
1615 * BAD_STATEID on OPEN means that the server cancelled our
1616 * state before it received the OPEN_CONFIRM.
1617 * Recover by retrying the request as per the discussion
1618 * on Page 181 of RFC3530.
1619 */
1620 if (status == -NFS4ERR_BAD_STATEID) {
1621 exception.retry = 1;
1622 continue;
1623 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001624 if (status == -EAGAIN) {
1625 /* We must have found a delegation */
1626 exception.retry = 1;
1627 continue;
1628 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001629 res = ERR_PTR(nfs4_handle_exception(NFS_SERVER(dir),
1630 status, &exception));
1631 } while (exception.retry);
1632 return res;
1633}
1634
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001635static int _nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
1636 struct nfs_fattr *fattr, struct iattr *sattr,
1637 struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001638{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05001639 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001640 struct nfs_setattrargs arg = {
Trond Myklebust3e4f6292006-03-20 13:44:46 -05001641 .fh = NFS_FH(inode),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001642 .iap = sattr,
1643 .server = server,
1644 .bitmask = server->attr_bitmask,
1645 };
1646 struct nfs_setattrres res = {
1647 .fattr = fattr,
1648 .server = server,
1649 };
1650 struct rpc_message msg = {
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001651 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETATTR],
1652 .rpc_argp = &arg,
1653 .rpc_resp = &res,
1654 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001655 };
Trond Myklebust26e976a2006-01-03 09:55:21 +01001656 unsigned long timestamp = jiffies;
Trond Myklebust65e43082005-08-16 11:49:44 -04001657 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001658
Trond Myklebust0e574af2005-10-27 22:12:38 -04001659 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001660
Trond Myklebust3e4f6292006-03-20 13:44:46 -05001661 if (nfs4_copy_delegation_stateid(&arg.stateid, inode)) {
1662 /* Use that stateid */
1663 } else if (state != NULL) {
Trond Myklebust08e9eac2005-06-22 17:16:29 +00001664 nfs4_copy_stateid(&arg.stateid, state, current->files);
1665 } else
Linus Torvalds1da177e2005-04-16 15:20:36 -07001666 memcpy(&arg.stateid, &zero_stateid, sizeof(arg.stateid));
1667
Andy Adamsoncccef3b2009-04-01 09:22:03 -04001668 status = nfs4_call_sync(server, &msg, &arg, &res, 1);
Trond Myklebust26e976a2006-01-03 09:55:21 +01001669 if (status == 0 && state != NULL)
1670 renew_lease(server, timestamp);
Trond Myklebust65e43082005-08-16 11:49:44 -04001671 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001672}
1673
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001674static int nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
1675 struct nfs_fattr *fattr, struct iattr *sattr,
1676 struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001677{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05001678 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001679 struct nfs4_exception exception = { };
1680 int err;
1681 do {
1682 err = nfs4_handle_exception(server,
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001683 _nfs4_do_setattr(inode, cred, fattr, sattr, state),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001684 &exception);
1685 } while (exception.retry);
1686 return err;
1687}
1688
1689struct nfs4_closedata {
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001690 struct path path;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001691 struct inode *inode;
1692 struct nfs4_state *state;
1693 struct nfs_closeargs arg;
1694 struct nfs_closeres res;
Trond Myklebust516a6af2005-10-27 22:12:41 -04001695 struct nfs_fattr fattr;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001696 unsigned long timestamp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001697};
1698
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001699static void nfs4_free_closedata(void *data)
Trond Myklebust95121352005-10-18 14:20:12 -07001700{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001701 struct nfs4_closedata *calldata = data;
1702 struct nfs4_state_owner *sp = calldata->state->owner;
Trond Myklebust95121352005-10-18 14:20:12 -07001703
1704 nfs4_put_open_state(calldata->state);
1705 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust95121352005-10-18 14:20:12 -07001706 nfs4_put_state_owner(sp);
Jan Blunck31f31db12008-05-02 13:42:45 -07001707 path_put(&calldata->path);
Trond Myklebust95121352005-10-18 14:20:12 -07001708 kfree(calldata);
1709}
1710
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001711static void nfs4_close_done(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001712{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001713 struct nfs4_closedata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001714 struct nfs4_state *state = calldata->state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001715 struct nfs_server *server = NFS_SERVER(calldata->inode);
1716
Andy Adamson19ddab02009-04-01 09:22:20 -04001717 nfs4_sequence_done(server, &calldata->res.seq_res, task->tk_status);
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01001718 if (RPC_ASSASSINATED(task))
1719 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001720 /* hmm. we are done with the inode, and in the process of freeing
1721 * the state_owner. we keep this around to process errors
1722 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001723 switch (task->tk_status) {
1724 case 0:
Trond Myklebust45328c32007-07-26 17:47:34 -04001725 nfs_set_open_stateid(state, &calldata->res.stateid, 0);
Trond Myklebust26e976a2006-01-03 09:55:21 +01001726 renew_lease(server, calldata->timestamp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001727 break;
1728 case -NFS4ERR_STALE_STATEID:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05001729 case -NFS4ERR_OLD_STATEID:
1730 case -NFS4ERR_BAD_STATEID:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001731 case -NFS4ERR_EXPIRED:
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001732 if (calldata->arg.fmode == 0)
Trond Myklebust9e33bed2008-12-23 15:21:46 -05001733 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001734 default:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05001735 if (nfs4_async_handle_error(task, server, state) == -EAGAIN) {
Andy Adamsoneedc0202009-04-01 09:22:41 -04001736 nfs4_restart_rpc(task, server->nfs_client);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001737 return;
1738 }
1739 }
Andy Adamson19ddab02009-04-01 09:22:20 -04001740 nfs4_sequence_free_slot(server->nfs_client, &calldata->res.seq_res);
Trond Myklebust516a6af2005-10-27 22:12:41 -04001741 nfs_refresh_inode(calldata->inode, calldata->res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001742}
1743
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01001744static void nfs4_close_prepare(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001745{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01001746 struct nfs4_closedata *calldata = data;
Trond Myklebust95121352005-10-18 14:20:12 -07001747 struct nfs4_state *state = calldata->state;
Trond Myklebust003707c2007-07-05 18:07:55 -04001748 int clear_rd, clear_wr, clear_rdwr;
Trond Myklebust95121352005-10-18 14:20:12 -07001749
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001750 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebust95121352005-10-18 14:20:12 -07001751 return;
Trond Myklebust003707c2007-07-05 18:07:55 -04001752
Trond Myklebust003707c2007-07-05 18:07:55 -04001753 clear_rd = clear_wr = clear_rdwr = 0;
Trond Myklebust4cecb762005-11-04 15:32:58 -05001754 spin_lock(&state->owner->so_lock);
Trond Myklebust003707c2007-07-05 18:07:55 -04001755 /* Calculate the change in open mode */
Trond Myklebuste7616922006-01-03 09:55:13 +01001756 if (state->n_rdwr == 0) {
Trond Myklebust003707c2007-07-05 18:07:55 -04001757 if (state->n_rdonly == 0) {
Trond Myklebust003707c2007-07-05 18:07:55 -04001758 clear_rd |= test_and_clear_bit(NFS_O_RDONLY_STATE, &state->flags);
1759 clear_rdwr |= test_and_clear_bit(NFS_O_RDWR_STATE, &state->flags);
1760 }
1761 if (state->n_wronly == 0) {
Trond Myklebust003707c2007-07-05 18:07:55 -04001762 clear_wr |= test_and_clear_bit(NFS_O_WRONLY_STATE, &state->flags);
1763 clear_rdwr |= test_and_clear_bit(NFS_O_RDWR_STATE, &state->flags);
1764 }
Trond Myklebuste7616922006-01-03 09:55:13 +01001765 }
Trond Myklebust4cecb762005-11-04 15:32:58 -05001766 spin_unlock(&state->owner->so_lock);
Trond Myklebust003707c2007-07-05 18:07:55 -04001767 if (!clear_rd && !clear_wr && !clear_rdwr) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001768 /* Note: exit _without_ calling nfs4_close_done */
1769 task->tk_action = NULL;
Trond Myklebust95121352005-10-18 14:20:12 -07001770 return;
1771 }
Trond Myklebust516a6af2005-10-27 22:12:41 -04001772 nfs_fattr_init(calldata->res.fattr);
Trond Myklebust45328c32007-07-26 17:47:34 -04001773 if (test_bit(NFS_O_RDONLY_STATE, &state->flags) != 0) {
Trond Myklebust5138fde2007-07-14 15:40:01 -04001774 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_DOWNGRADE];
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001775 calldata->arg.fmode = FMODE_READ;
Trond Myklebust45328c32007-07-26 17:47:34 -04001776 } else if (test_bit(NFS_O_WRONLY_STATE, &state->flags) != 0) {
Trond Myklebust5138fde2007-07-14 15:40:01 -04001777 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_DOWNGRADE];
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001778 calldata->arg.fmode = FMODE_WRITE;
Trond Myklebust45328c32007-07-26 17:47:34 -04001779 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001780 calldata->timestamp = jiffies;
Andy Adamson19ddab02009-04-01 09:22:20 -04001781 if (nfs4_setup_sequence((NFS_SERVER(calldata->inode))->nfs_client,
1782 &calldata->arg.seq_args, &calldata->res.seq_res,
1783 1, task))
1784 return;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001785 rpc_call_start(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001786}
1787
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001788static const struct rpc_call_ops nfs4_close_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01001789 .rpc_call_prepare = nfs4_close_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001790 .rpc_call_done = nfs4_close_done,
1791 .rpc_release = nfs4_free_closedata,
1792};
1793
Linus Torvalds1da177e2005-04-16 15:20:36 -07001794/*
1795 * It is possible for data to be read/written from a mem-mapped file
1796 * after the sys_close call (which hits the vfs layer as a flush).
1797 * This means that we can't safely call nfsv4 close on a file until
1798 * the inode is cleared. This in turn means that we are not good
1799 * NFSv4 citizens - we do not indicate to the server to update the file's
1800 * share state even when we are done with one of the three share
1801 * stateid's in the inode.
1802 *
1803 * NOTE: Caller must be holding the sp->so_owner semaphore!
1804 */
Trond Myklebusta49c3c72007-10-18 18:03:27 -04001805int nfs4_do_close(struct path *path, struct nfs4_state *state, int wait)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001806{
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001807 struct nfs_server *server = NFS_SERVER(state->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001808 struct nfs4_closedata *calldata;
Trond Myklebustb39e6252007-06-11 23:05:07 -04001809 struct nfs4_state_owner *sp = state->owner;
1810 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001811 struct rpc_message msg = {
1812 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE],
1813 .rpc_cred = state->owner->so_cred,
1814 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001815 struct rpc_task_setup task_setup_data = {
1816 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001817 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001818 .callback_ops = &nfs4_close_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05001819 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001820 .flags = RPC_TASK_ASYNC,
1821 };
Trond Myklebust95121352005-10-18 14:20:12 -07001822 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001823
Andy Adamson19ddab02009-04-01 09:22:20 -04001824 calldata = kzalloc(sizeof(*calldata), GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001825 if (calldata == NULL)
Trond Myklebust95121352005-10-18 14:20:12 -07001826 goto out;
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001827 calldata->inode = state->inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001828 calldata->state = state;
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001829 calldata->arg.fh = NFS_FH(state->inode);
Trond Myklebust003707c2007-07-05 18:07:55 -04001830 calldata->arg.stateid = &state->open_stateid;
Benny Halevy34dc1ad2009-04-01 09:22:52 -04001831 if (nfs4_has_session(server->nfs_client))
1832 memset(calldata->arg.stateid->data, 0, 4); /* clear seqid */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001833 /* Serialization for the sequence id */
Trond Myklebustcee54fc2005-10-18 14:20:12 -07001834 calldata->arg.seqid = nfs_alloc_seqid(&state->owner->so_seqid);
Trond Myklebust95121352005-10-18 14:20:12 -07001835 if (calldata->arg.seqid == NULL)
1836 goto out_free_calldata;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001837 calldata->arg.fmode = 0;
Trond Myklebusta65318b2009-03-11 14:10:28 -04001838 calldata->arg.bitmask = server->cache_consistency_bitmask;
Trond Myklebust516a6af2005-10-27 22:12:41 -04001839 calldata->res.fattr = &calldata->fattr;
Trond Myklebustc1d51932008-04-07 13:20:54 -04001840 calldata->res.seqid = calldata->arg.seqid;
Trond Myklebust516a6af2005-10-27 22:12:41 -04001841 calldata->res.server = server;
Andy Adamson5f7dbd52009-04-01 09:22:05 -04001842 calldata->res.seq_res.sr_slotid = NFS4_MAX_SLOT_TABLE;
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001843 calldata->path.mnt = mntget(path->mnt);
1844 calldata->path.dentry = dget(path->dentry);
Trond Myklebust95121352005-10-18 14:20:12 -07001845
Trond Myklebust5138fde2007-07-14 15:40:01 -04001846 msg.rpc_argp = &calldata->arg,
1847 msg.rpc_resp = &calldata->res,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001848 task_setup_data.callback_data = calldata;
1849 task = rpc_run_task(&task_setup_data);
Trond Myklebustb39e6252007-06-11 23:05:07 -04001850 if (IS_ERR(task))
1851 return PTR_ERR(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04001852 status = 0;
1853 if (wait)
1854 status = rpc_wait_for_completion_task(task);
Trond Myklebustb39e6252007-06-11 23:05:07 -04001855 rpc_put_task(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04001856 return status;
Trond Myklebust95121352005-10-18 14:20:12 -07001857out_free_calldata:
1858 kfree(calldata);
1859out:
Trond Myklebustb39e6252007-06-11 23:05:07 -04001860 nfs4_put_open_state(state);
1861 nfs4_put_state_owner(sp);
Trond Myklebust95121352005-10-18 14:20:12 -07001862 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001863}
1864
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001865static int nfs4_intent_set_file(struct nameidata *nd, struct path *path, struct nfs4_state *state, fmode_t fmode)
Trond Myklebust02a913a2005-10-18 14:20:17 -07001866{
1867 struct file *filp;
Trond Myklebust1b45c462007-07-03 13:04:56 -04001868 int ret;
Trond Myklebust02a913a2005-10-18 14:20:17 -07001869
Trond Myklebust1b45c462007-07-03 13:04:56 -04001870 /* If the open_intent is for execute, we have an extra check to make */
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001871 if (fmode & FMODE_EXEC) {
Trond Myklebustaf22f942007-08-10 17:45:10 -04001872 ret = nfs_may_open(state->inode,
Trond Myklebust1b45c462007-07-03 13:04:56 -04001873 state->owner->so_cred,
1874 nd->intent.open.flags);
1875 if (ret < 0)
1876 goto out_close;
1877 }
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001878 filp = lookup_instantiate_filp(nd, path->dentry, NULL);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001879 if (!IS_ERR(filp)) {
1880 struct nfs_open_context *ctx;
Trond Myklebustcd3758e2007-08-10 17:44:32 -04001881 ctx = nfs_file_open_context(filp);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001882 ctx->state = state;
Trond Myklebust95cf9592006-04-18 13:14:06 -04001883 return 0;
1884 }
Trond Myklebust1b45c462007-07-03 13:04:56 -04001885 ret = PTR_ERR(filp);
1886out_close:
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001887 nfs4_close_sync(path, state, fmode & (FMODE_READ|FMODE_WRITE));
Trond Myklebust1b45c462007-07-03 13:04:56 -04001888 return ret;
Trond Myklebust02a913a2005-10-18 14:20:17 -07001889}
1890
1891struct dentry *
Linus Torvalds1da177e2005-04-16 15:20:36 -07001892nfs4_atomic_open(struct inode *dir, struct dentry *dentry, struct nameidata *nd)
1893{
Trond Myklebustad389da2007-06-05 12:30:00 -04001894 struct path path = {
Jan Blunck4ac91372008-02-14 19:34:32 -08001895 .mnt = nd->path.mnt,
Trond Myklebustad389da2007-06-05 12:30:00 -04001896 .dentry = dentry,
1897 };
Jan Blunck4ac91372008-02-14 19:34:32 -08001898 struct dentry *parent;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001899 struct iattr attr;
1900 struct rpc_cred *cred;
1901 struct nfs4_state *state;
Trond Myklebust02a913a2005-10-18 14:20:17 -07001902 struct dentry *res;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001903 fmode_t fmode = nd->intent.open.flags & (FMODE_READ | FMODE_WRITE | FMODE_EXEC);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001904
1905 if (nd->flags & LOOKUP_CREATE) {
1906 attr.ia_mode = nd->intent.open.create_mode;
1907 attr.ia_valid = ATTR_MODE;
1908 if (!IS_POSIXACL(dir))
Al Viroce3b0f82009-03-29 19:08:22 -04001909 attr.ia_mode &= ~current_umask();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001910 } else {
1911 attr.ia_valid = 0;
1912 BUG_ON(nd->intent.open.flags & O_CREAT);
1913 }
1914
Trond Myklebust98a8e322008-03-12 12:25:28 -04001915 cred = rpc_lookup_cred();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001916 if (IS_ERR(cred))
Trond Myklebust02a913a2005-10-18 14:20:17 -07001917 return (struct dentry *)cred;
Trond Myklebust565277f2007-10-15 18:17:53 -04001918 parent = dentry->d_parent;
1919 /* Protect against concurrent sillydeletes */
1920 nfs_block_sillyrename(parent);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001921 state = nfs4_do_open(dir, &path, fmode, nd->intent.open.flags, &attr, cred);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001922 put_rpccred(cred);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001923 if (IS_ERR(state)) {
Trond Myklebustd75340c2007-10-01 21:42:01 -04001924 if (PTR_ERR(state) == -ENOENT) {
Trond Myklebust02a913a2005-10-18 14:20:17 -07001925 d_add(dentry, NULL);
Trond Myklebustd75340c2007-10-01 21:42:01 -04001926 nfs_set_verifier(dentry, nfs_save_change_attribute(dir));
1927 }
Trond Myklebust565277f2007-10-15 18:17:53 -04001928 nfs_unblock_sillyrename(parent);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001929 return (struct dentry *)state;
1930 }
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001931 res = d_add_unique(dentry, igrab(state->inode));
Trond Myklebust02a913a2005-10-18 14:20:17 -07001932 if (res != NULL)
Trond Myklebustdeee9362007-08-27 11:33:00 -04001933 path.dentry = res;
Trond Myklebustd75340c2007-10-01 21:42:01 -04001934 nfs_set_verifier(path.dentry, nfs_save_change_attribute(dir));
Trond Myklebust565277f2007-10-15 18:17:53 -04001935 nfs_unblock_sillyrename(parent);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001936 nfs4_intent_set_file(nd, &path, state, fmode);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001937 return res;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001938}
1939
1940int
Trond Myklebust02a913a2005-10-18 14:20:17 -07001941nfs4_open_revalidate(struct inode *dir, struct dentry *dentry, int openflags, struct nameidata *nd)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001942{
Trond Myklebustad389da2007-06-05 12:30:00 -04001943 struct path path = {
Jan Blunck4ac91372008-02-14 19:34:32 -08001944 .mnt = nd->path.mnt,
Trond Myklebustad389da2007-06-05 12:30:00 -04001945 .dentry = dentry,
1946 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001947 struct rpc_cred *cred;
1948 struct nfs4_state *state;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001949 fmode_t fmode = openflags & (FMODE_READ | FMODE_WRITE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001950
Trond Myklebust98a8e322008-03-12 12:25:28 -04001951 cred = rpc_lookup_cred();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001952 if (IS_ERR(cred))
1953 return PTR_ERR(cred);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001954 state = nfs4_do_open(dir, &path, fmode, openflags, NULL, cred);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001955 put_rpccred(cred);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001956 if (IS_ERR(state)) {
1957 switch (PTR_ERR(state)) {
1958 case -EPERM:
1959 case -EACCES:
1960 case -EDQUOT:
1961 case -ENOSPC:
1962 case -EROFS:
1963 lookup_instantiate_filp(nd, (struct dentry *)state, NULL);
1964 return 1;
Chuck Leverb87c0ad2006-10-19 23:28:42 -07001965 default:
1966 goto out_drop;
Trond Myklebust02a913a2005-10-18 14:20:17 -07001967 }
Trond Myklebust02a913a2005-10-18 14:20:17 -07001968 }
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001969 if (state->inode == dentry->d_inode) {
Trond Myklebustd75340c2007-10-01 21:42:01 -04001970 nfs_set_verifier(dentry, nfs_save_change_attribute(dir));
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001971 nfs4_intent_set_file(nd, &path, state, fmode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001972 return 1;
1973 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001974 nfs4_close_sync(&path, state, fmode);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001975out_drop:
1976 d_drop(dentry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001977 return 0;
1978}
1979
Trond Myklebust7fe5c392009-03-19 15:35:50 -04001980void nfs4_close_context(struct nfs_open_context *ctx, int is_sync)
1981{
1982 if (ctx->state == NULL)
1983 return;
1984 if (is_sync)
1985 nfs4_close_sync(&ctx->path, ctx->state, ctx->mode);
1986 else
1987 nfs4_close_state(&ctx->path, ctx->state, ctx->mode);
1988}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001989
1990static int _nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
1991{
Benny Halevy43652ad2009-04-01 09:21:54 -04001992 struct nfs4_server_caps_arg args = {
1993 .fhandle = fhandle,
1994 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001995 struct nfs4_server_caps_res res = {};
1996 struct rpc_message msg = {
1997 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SERVER_CAPS],
Benny Halevy43652ad2009-04-01 09:21:54 -04001998 .rpc_argp = &args,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001999 .rpc_resp = &res,
2000 };
2001 int status;
2002
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002003 status = nfs4_call_sync(server, &msg, &args, &res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002004 if (status == 0) {
2005 memcpy(server->attr_bitmask, res.attr_bitmask, sizeof(server->attr_bitmask));
2006 if (res.attr_bitmask[0] & FATTR4_WORD0_ACL)
2007 server->caps |= NFS_CAP_ACLS;
2008 if (res.has_links != 0)
2009 server->caps |= NFS_CAP_HARDLINKS;
2010 if (res.has_symlinks != 0)
2011 server->caps |= NFS_CAP_SYMLINKS;
Trond Myklebusta65318b2009-03-11 14:10:28 -04002012 memcpy(server->cache_consistency_bitmask, res.attr_bitmask, sizeof(server->cache_consistency_bitmask));
2013 server->cache_consistency_bitmask[0] &= FATTR4_WORD0_CHANGE|FATTR4_WORD0_SIZE;
2014 server->cache_consistency_bitmask[1] &= FATTR4_WORD1_TIME_METADATA|FATTR4_WORD1_TIME_MODIFY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002015 server->acl_bitmask = res.acl_bitmask;
2016 }
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002017
Linus Torvalds1da177e2005-04-16 15:20:36 -07002018 return status;
2019}
2020
Trond Myklebust55a97592006-06-09 09:34:19 -04002021int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002022{
2023 struct nfs4_exception exception = { };
2024 int err;
2025 do {
2026 err = nfs4_handle_exception(server,
2027 _nfs4_server_capabilities(server, fhandle),
2028 &exception);
2029 } while (exception.retry);
2030 return err;
2031}
2032
2033static int _nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
2034 struct nfs_fsinfo *info)
2035{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002036 struct nfs4_lookup_root_arg args = {
2037 .bitmask = nfs4_fattr_bitmap,
2038 };
2039 struct nfs4_lookup_res res = {
2040 .server = server,
Trond Myklebust0e574af2005-10-27 22:12:38 -04002041 .fattr = info->fattr,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002042 .fh = fhandle,
2043 };
2044 struct rpc_message msg = {
2045 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP_ROOT],
2046 .rpc_argp = &args,
2047 .rpc_resp = &res,
2048 };
Benny Halevy008f55d2009-04-01 09:22:50 -04002049
Trond Myklebust0e574af2005-10-27 22:12:38 -04002050 nfs_fattr_init(info->fattr);
Trond Myklebustfccba802009-07-21 16:48:07 -04002051 return nfs4_call_sync(server, &msg, &args, &res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002052}
2053
2054static int nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
2055 struct nfs_fsinfo *info)
2056{
2057 struct nfs4_exception exception = { };
2058 int err;
2059 do {
2060 err = nfs4_handle_exception(server,
2061 _nfs4_lookup_root(server, fhandle, info),
2062 &exception);
2063 } while (exception.retry);
2064 return err;
2065}
2066
David Howells54ceac42006-08-22 20:06:13 -04002067/*
2068 * get the file handle for the "/" directory on the server
2069 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002070static int nfs4_proc_get_root(struct nfs_server *server, struct nfs_fh *fhandle,
David Howells54ceac42006-08-22 20:06:13 -04002071 struct nfs_fsinfo *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002072{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002073 int status;
2074
Linus Torvalds1da177e2005-04-16 15:20:36 -07002075 status = nfs4_lookup_root(server, fhandle, info);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002076 if (status == 0)
2077 status = nfs4_server_capabilities(server, fhandle);
2078 if (status == 0)
2079 status = nfs4_do_fsinfo(server, fhandle, info);
Trond Myklebustc12e87f2006-03-13 21:20:47 -08002080 return nfs4_map_errors(status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002081}
2082
Manoj Naik6b97fd32006-06-09 09:34:29 -04002083/*
2084 * Get locations and (maybe) other attributes of a referral.
2085 * Note that we'll actually follow the referral later when
2086 * we detect fsid mismatch in inode revalidation
2087 */
Trond Myklebust56659e92007-07-17 21:52:39 -04002088static 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 -04002089{
2090 int status = -ENOMEM;
2091 struct page *page = NULL;
2092 struct nfs4_fs_locations *locations = NULL;
Manoj Naik6b97fd32006-06-09 09:34:29 -04002093
2094 page = alloc_page(GFP_KERNEL);
2095 if (page == NULL)
2096 goto out;
2097 locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL);
2098 if (locations == NULL)
2099 goto out;
2100
Trond Myklebustc228fd32007-01-13 02:28:11 -05002101 status = nfs4_proc_fs_locations(dir, name, locations, page);
Manoj Naik6b97fd32006-06-09 09:34:29 -04002102 if (status != 0)
2103 goto out;
2104 /* Make sure server returned a different fsid for the referral */
2105 if (nfs_fsid_equal(&NFS_SERVER(dir)->fsid, &locations->fattr.fsid)) {
Harvey Harrison3110ff82008-05-02 13:42:44 -07002106 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 -04002107 status = -EIO;
2108 goto out;
2109 }
2110
2111 memcpy(fattr, &locations->fattr, sizeof(struct nfs_fattr));
2112 fattr->valid |= NFS_ATTR_FATTR_V4_REFERRAL;
2113 if (!fattr->mode)
2114 fattr->mode = S_IFDIR;
2115 memset(fhandle, 0, sizeof(struct nfs_fh));
2116out:
2117 if (page)
2118 __free_page(page);
2119 if (locations)
2120 kfree(locations);
2121 return status;
2122}
2123
Linus Torvalds1da177e2005-04-16 15:20:36 -07002124static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr)
2125{
2126 struct nfs4_getattr_arg args = {
2127 .fh = fhandle,
2128 .bitmask = server->attr_bitmask,
2129 };
2130 struct nfs4_getattr_res res = {
2131 .fattr = fattr,
2132 .server = server,
2133 };
2134 struct rpc_message msg = {
2135 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETATTR],
2136 .rpc_argp = &args,
2137 .rpc_resp = &res,
2138 };
2139
Trond Myklebust0e574af2005-10-27 22:12:38 -04002140 nfs_fattr_init(fattr);
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002141 return nfs4_call_sync(server, &msg, &args, &res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002142}
2143
2144static int nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr)
2145{
2146 struct nfs4_exception exception = { };
2147 int err;
2148 do {
2149 err = nfs4_handle_exception(server,
2150 _nfs4_proc_getattr(server, fhandle, fattr),
2151 &exception);
2152 } while (exception.retry);
2153 return err;
2154}
2155
2156/*
2157 * The file is not closed if it is opened due to the a request to change
2158 * the size of the file. The open call will not be needed once the
2159 * VFS layer lookup-intents are implemented.
2160 *
2161 * Close is called when the inode is destroyed.
2162 * If we haven't opened the file for O_WRONLY, we
2163 * need to in the size_change case to obtain a stateid.
2164 *
2165 * Got race?
2166 * Because OPEN is always done by name in nfsv4, it is
2167 * possible that we opened a different file by the same
2168 * name. We can recognize this race condition, but we
2169 * can't do anything about it besides returning an error.
2170 *
2171 * This will be fixed with VFS changes (lookup-intent).
2172 */
2173static int
2174nfs4_proc_setattr(struct dentry *dentry, struct nfs_fattr *fattr,
2175 struct iattr *sattr)
2176{
Trond Myklebust08e9eac2005-06-22 17:16:29 +00002177 struct inode *inode = dentry->d_inode;
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002178 struct rpc_cred *cred = NULL;
Trond Myklebustd5308382005-11-04 15:33:38 -05002179 struct nfs4_state *state = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002180 int status;
2181
Trond Myklebust0e574af2005-10-27 22:12:38 -04002182 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002183
Trond Myklebustd5308382005-11-04 15:33:38 -05002184 /* Search for an existing open(O_WRITE) file */
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002185 if (sattr->ia_valid & ATTR_FILE) {
2186 struct nfs_open_context *ctx;
Trond Myklebust08e9eac2005-06-22 17:16:29 +00002187
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002188 ctx = nfs_file_open_context(sattr->ia_file);
Neil Brown504e5182008-10-16 14:15:16 +11002189 if (ctx) {
2190 cred = ctx->cred;
2191 state = ctx->state;
2192 }
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002193 }
2194
2195 status = nfs4_do_setattr(inode, cred, fattr, sattr, state);
Trond Myklebust65e43082005-08-16 11:49:44 -04002196 if (status == 0)
2197 nfs_setattr_update_inode(inode, sattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002198 return status;
2199}
2200
Trond Myklebust56659e92007-07-17 21:52:39 -04002201static int _nfs4_proc_lookupfh(struct nfs_server *server, const struct nfs_fh *dirfh,
2202 const struct qstr *name, struct nfs_fh *fhandle,
David Howells2b3de442006-08-22 20:06:09 -04002203 struct nfs_fattr *fattr)
2204{
2205 int status;
2206 struct nfs4_lookup_arg args = {
2207 .bitmask = server->attr_bitmask,
2208 .dir_fh = dirfh,
2209 .name = name,
2210 };
2211 struct nfs4_lookup_res res = {
2212 .server = server,
2213 .fattr = fattr,
2214 .fh = fhandle,
2215 };
2216 struct rpc_message msg = {
2217 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP],
2218 .rpc_argp = &args,
2219 .rpc_resp = &res,
2220 };
2221
2222 nfs_fattr_init(fattr);
2223
2224 dprintk("NFS call lookupfh %s\n", name->name);
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002225 status = nfs4_call_sync(server, &msg, &args, &res, 0);
David Howells2b3de442006-08-22 20:06:09 -04002226 dprintk("NFS reply lookupfh: %d\n", status);
David Howells2b3de442006-08-22 20:06:09 -04002227 return status;
2228}
2229
2230static int nfs4_proc_lookupfh(struct nfs_server *server, struct nfs_fh *dirfh,
2231 struct qstr *name, struct nfs_fh *fhandle,
2232 struct nfs_fattr *fattr)
2233{
2234 struct nfs4_exception exception = { };
2235 int err;
2236 do {
Trond Myklebust4e56e082007-07-01 18:13:52 -04002237 err = _nfs4_proc_lookupfh(server, dirfh, name, fhandle, fattr);
2238 /* FIXME: !!!! */
2239 if (err == -NFS4ERR_MOVED) {
2240 err = -EREMOTE;
2241 break;
2242 }
2243 err = nfs4_handle_exception(server, err, &exception);
David Howells2b3de442006-08-22 20:06:09 -04002244 } while (exception.retry);
2245 return err;
2246}
2247
Trond Myklebust56659e92007-07-17 21:52:39 -04002248static int _nfs4_proc_lookup(struct inode *dir, const struct qstr *name,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002249 struct nfs_fh *fhandle, struct nfs_fattr *fattr)
2250{
Trond Myklebust4e56e082007-07-01 18:13:52 -04002251 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002252
2253 dprintk("NFS call lookup %s\n", name->name);
Trond Myklebust4e56e082007-07-01 18:13:52 -04002254 status = _nfs4_proc_lookupfh(NFS_SERVER(dir), NFS_FH(dir), name, fhandle, fattr);
Manoj Naik6b97fd32006-06-09 09:34:29 -04002255 if (status == -NFS4ERR_MOVED)
2256 status = nfs4_get_referral(dir, name, fattr, fhandle);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002257 dprintk("NFS reply lookup: %d\n", status);
2258 return status;
2259}
2260
2261static int nfs4_proc_lookup(struct inode *dir, struct qstr *name, struct nfs_fh *fhandle, struct nfs_fattr *fattr)
2262{
2263 struct nfs4_exception exception = { };
2264 int err;
2265 do {
2266 err = nfs4_handle_exception(NFS_SERVER(dir),
2267 _nfs4_proc_lookup(dir, name, fhandle, fattr),
2268 &exception);
2269 } while (exception.retry);
2270 return err;
2271}
2272
2273static int _nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
2274{
Trond Myklebust76b32992007-08-10 17:45:11 -04002275 struct nfs_server *server = NFS_SERVER(inode);
2276 struct nfs_fattr fattr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002277 struct nfs4_accessargs args = {
2278 .fh = NFS_FH(inode),
Trond Myklebust76b32992007-08-10 17:45:11 -04002279 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002280 };
Trond Myklebust76b32992007-08-10 17:45:11 -04002281 struct nfs4_accessres res = {
2282 .server = server,
2283 .fattr = &fattr,
2284 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002285 struct rpc_message msg = {
2286 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_ACCESS],
2287 .rpc_argp = &args,
2288 .rpc_resp = &res,
2289 .rpc_cred = entry->cred,
2290 };
2291 int mode = entry->mask;
2292 int status;
2293
2294 /*
2295 * Determine which access bits we want to ask for...
2296 */
2297 if (mode & MAY_READ)
2298 args.access |= NFS4_ACCESS_READ;
2299 if (S_ISDIR(inode->i_mode)) {
2300 if (mode & MAY_WRITE)
2301 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND | NFS4_ACCESS_DELETE;
2302 if (mode & MAY_EXEC)
2303 args.access |= NFS4_ACCESS_LOOKUP;
2304 } else {
2305 if (mode & MAY_WRITE)
2306 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND;
2307 if (mode & MAY_EXEC)
2308 args.access |= NFS4_ACCESS_EXECUTE;
2309 }
Trond Myklebust76b32992007-08-10 17:45:11 -04002310 nfs_fattr_init(&fattr);
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002311 status = nfs4_call_sync(server, &msg, &args, &res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002312 if (!status) {
2313 entry->mask = 0;
2314 if (res.access & NFS4_ACCESS_READ)
2315 entry->mask |= MAY_READ;
2316 if (res.access & (NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND | NFS4_ACCESS_DELETE))
2317 entry->mask |= MAY_WRITE;
2318 if (res.access & (NFS4_ACCESS_LOOKUP|NFS4_ACCESS_EXECUTE))
2319 entry->mask |= MAY_EXEC;
Trond Myklebust76b32992007-08-10 17:45:11 -04002320 nfs_refresh_inode(inode, &fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002321 }
2322 return status;
2323}
2324
2325static int nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
2326{
2327 struct nfs4_exception exception = { };
2328 int err;
2329 do {
2330 err = nfs4_handle_exception(NFS_SERVER(inode),
2331 _nfs4_proc_access(inode, entry),
2332 &exception);
2333 } while (exception.retry);
2334 return err;
2335}
2336
2337/*
2338 * TODO: For the time being, we don't try to get any attributes
2339 * along with any of the zero-copy operations READ, READDIR,
2340 * READLINK, WRITE.
2341 *
2342 * In the case of the first three, we want to put the GETATTR
2343 * after the read-type operation -- this is because it is hard
2344 * to predict the length of a GETATTR response in v4, and thus
2345 * align the READ data correctly. This means that the GETATTR
2346 * may end up partially falling into the page cache, and we should
2347 * shift it into the 'tail' of the xdr_buf before processing.
2348 * To do this efficiently, we need to know the total length
2349 * of data received, which doesn't seem to be available outside
2350 * of the RPC layer.
2351 *
2352 * In the case of WRITE, we also want to put the GETATTR after
2353 * the operation -- in this case because we want to make sure
2354 * we get the post-operation mtime and size. This means that
2355 * we can't use xdr_encode_pages() as written: we need a variant
2356 * of it which would leave room in the 'tail' iovec.
2357 *
2358 * Both of these changes to the XDR layer would in fact be quite
2359 * minor, but I decided to leave them for a subsequent patch.
2360 */
2361static int _nfs4_proc_readlink(struct inode *inode, struct page *page,
2362 unsigned int pgbase, unsigned int pglen)
2363{
2364 struct nfs4_readlink args = {
2365 .fh = NFS_FH(inode),
2366 .pgbase = pgbase,
2367 .pglen = pglen,
2368 .pages = &page,
2369 };
Benny Halevyf50c7002009-04-01 09:21:55 -04002370 struct nfs4_readlink_res res;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002371 struct rpc_message msg = {
2372 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READLINK],
2373 .rpc_argp = &args,
Benny Halevyf50c7002009-04-01 09:21:55 -04002374 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002375 };
2376
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002377 return nfs4_call_sync(NFS_SERVER(inode), &msg, &args, &res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002378}
2379
2380static int nfs4_proc_readlink(struct inode *inode, struct page *page,
2381 unsigned int pgbase, unsigned int pglen)
2382{
2383 struct nfs4_exception exception = { };
2384 int err;
2385 do {
2386 err = nfs4_handle_exception(NFS_SERVER(inode),
2387 _nfs4_proc_readlink(inode, page, pgbase, pglen),
2388 &exception);
2389 } while (exception.retry);
2390 return err;
2391}
2392
Linus Torvalds1da177e2005-04-16 15:20:36 -07002393/*
2394 * Got race?
2395 * We will need to arrange for the VFS layer to provide an atomic open.
2396 * Until then, this create/open method is prone to inefficiency and race
2397 * conditions due to the lookup, create, and open VFS calls from sys_open()
2398 * placed on the wire.
2399 *
2400 * Given the above sorry state of affairs, I'm simply sending an OPEN.
2401 * The file will be opened again in the subsequent VFS open call
2402 * (nfs4_proc_file_open).
2403 *
2404 * The open for read will just hang around to be used by any process that
2405 * opens the file O_RDONLY. This will all be resolved with the VFS changes.
2406 */
2407
2408static int
2409nfs4_proc_create(struct inode *dir, struct dentry *dentry, struct iattr *sattr,
Trond Myklebust02a913a2005-10-18 14:20:17 -07002410 int flags, struct nameidata *nd)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002411{
Trond Myklebustad389da2007-06-05 12:30:00 -04002412 struct path path = {
Jan Blunck4ac91372008-02-14 19:34:32 -08002413 .mnt = nd->path.mnt,
Trond Myklebustad389da2007-06-05 12:30:00 -04002414 .dentry = dentry,
2415 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002416 struct nfs4_state *state;
2417 struct rpc_cred *cred;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002418 fmode_t fmode = flags & (FMODE_READ | FMODE_WRITE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002419 int status = 0;
2420
Trond Myklebust98a8e322008-03-12 12:25:28 -04002421 cred = rpc_lookup_cred();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002422 if (IS_ERR(cred)) {
2423 status = PTR_ERR(cred);
2424 goto out;
2425 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002426 state = nfs4_do_open(dir, &path, fmode, flags, sattr, cred);
Trond Myklebustd4d9cdc2007-10-02 18:38:53 -04002427 d_drop(dentry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002428 if (IS_ERR(state)) {
2429 status = PTR_ERR(state);
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002430 goto out_putcred;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002431 }
Trond Myklebustd4d9cdc2007-10-02 18:38:53 -04002432 d_add(dentry, igrab(state->inode));
Trond Myklebustd75340c2007-10-01 21:42:01 -04002433 nfs_set_verifier(dentry, nfs_save_change_attribute(dir));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002434 if (flags & O_EXCL) {
2435 struct nfs_fattr fattr;
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002436 status = nfs4_do_setattr(state->inode, cred, &fattr, sattr, state);
Trond Myklebust02a913a2005-10-18 14:20:17 -07002437 if (status == 0)
Trond Myklebust65e43082005-08-16 11:49:44 -04002438 nfs_setattr_update_inode(state->inode, sattr);
Jeff Laytonaa53ed52007-06-05 14:49:03 -04002439 nfs_post_op_update_inode(state->inode, &fattr);
Trond Myklebust02a913a2005-10-18 14:20:17 -07002440 }
Trond Myklebustad389da2007-06-05 12:30:00 -04002441 if (status == 0 && (nd->flags & LOOKUP_OPEN) != 0)
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002442 status = nfs4_intent_set_file(nd, &path, state, fmode);
Trond Myklebust02a913a2005-10-18 14:20:17 -07002443 else
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002444 nfs4_close_sync(&path, state, fmode);
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002445out_putcred:
2446 put_rpccred(cred);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002447out:
2448 return status;
2449}
2450
2451static int _nfs4_proc_remove(struct inode *dir, struct qstr *name)
2452{
Trond Myklebust16e42952005-10-27 22:12:44 -04002453 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002454 struct nfs_removeargs args = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002455 .fh = NFS_FH(dir),
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002456 .name.len = name->len,
2457 .name.name = name->name,
Trond Myklebust16e42952005-10-27 22:12:44 -04002458 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002459 };
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002460 struct nfs_removeres res = {
Trond Myklebust16e42952005-10-27 22:12:44 -04002461 .server = server,
Trond Myklebust16e42952005-10-27 22:12:44 -04002462 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002463 struct rpc_message msg = {
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002464 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE],
2465 .rpc_argp = &args,
2466 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002467 };
2468 int status;
2469
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002470 nfs_fattr_init(&res.dir_attr);
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002471 status = nfs4_call_sync(server, &msg, &args, &res, 1);
Trond Myklebust16e42952005-10-27 22:12:44 -04002472 if (status == 0) {
2473 update_changeattr(dir, &res.cinfo);
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002474 nfs_post_op_update_inode(dir, &res.dir_attr);
Trond Myklebust16e42952005-10-27 22:12:44 -04002475 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002476 return status;
2477}
2478
2479static int nfs4_proc_remove(struct inode *dir, struct qstr *name)
2480{
2481 struct nfs4_exception exception = { };
2482 int err;
2483 do {
2484 err = nfs4_handle_exception(NFS_SERVER(dir),
2485 _nfs4_proc_remove(dir, name),
2486 &exception);
2487 } while (exception.retry);
2488 return err;
2489}
2490
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002491static void nfs4_proc_unlink_setup(struct rpc_message *msg, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002492{
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002493 struct nfs_server *server = NFS_SERVER(dir);
2494 struct nfs_removeargs *args = msg->rpc_argp;
2495 struct nfs_removeres *res = msg->rpc_resp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002496
Trond Myklebusta65318b2009-03-11 14:10:28 -04002497 args->bitmask = server->cache_consistency_bitmask;
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002498 res->server = server;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002499 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002500}
2501
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002502static int nfs4_proc_unlink_done(struct rpc_task *task, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002503{
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002504 struct nfs_removeres *res = task->tk_msg.rpc_resp;
2505
Andy Adamson472cfbd2009-04-01 09:22:24 -04002506 nfs4_sequence_done(res->server, &res->seq_res, task->tk_status);
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002507 if (nfs4_async_handle_error(task, res->server, NULL) == -EAGAIN)
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002508 return 0;
Andy Adamson472cfbd2009-04-01 09:22:24 -04002509 nfs4_sequence_free_slot(res->server->nfs_client, &res->seq_res);
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002510 update_changeattr(dir, &res->cinfo);
2511 nfs_post_op_update_inode(dir, &res->dir_attr);
2512 return 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002513}
2514
2515static int _nfs4_proc_rename(struct inode *old_dir, struct qstr *old_name,
2516 struct inode *new_dir, struct qstr *new_name)
2517{
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002518 struct nfs_server *server = NFS_SERVER(old_dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002519 struct nfs4_rename_arg arg = {
2520 .old_dir = NFS_FH(old_dir),
2521 .new_dir = NFS_FH(new_dir),
2522 .old_name = old_name,
2523 .new_name = new_name,
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002524 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002525 };
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002526 struct nfs_fattr old_fattr, new_fattr;
2527 struct nfs4_rename_res res = {
2528 .server = server,
2529 .old_fattr = &old_fattr,
2530 .new_fattr = &new_fattr,
2531 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002532 struct rpc_message msg = {
2533 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENAME],
2534 .rpc_argp = &arg,
2535 .rpc_resp = &res,
2536 };
2537 int status;
2538
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002539 nfs_fattr_init(res.old_fattr);
2540 nfs_fattr_init(res.new_fattr);
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002541 status = nfs4_call_sync(server, &msg, &arg, &res, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002542
2543 if (!status) {
2544 update_changeattr(old_dir, &res.old_cinfo);
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002545 nfs_post_op_update_inode(old_dir, res.old_fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002546 update_changeattr(new_dir, &res.new_cinfo);
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002547 nfs_post_op_update_inode(new_dir, res.new_fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002548 }
2549 return status;
2550}
2551
2552static int nfs4_proc_rename(struct inode *old_dir, struct qstr *old_name,
2553 struct inode *new_dir, struct qstr *new_name)
2554{
2555 struct nfs4_exception exception = { };
2556 int err;
2557 do {
2558 err = nfs4_handle_exception(NFS_SERVER(old_dir),
2559 _nfs4_proc_rename(old_dir, old_name,
2560 new_dir, new_name),
2561 &exception);
2562 } while (exception.retry);
2563 return err;
2564}
2565
2566static int _nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
2567{
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002568 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002569 struct nfs4_link_arg arg = {
2570 .fh = NFS_FH(inode),
2571 .dir_fh = NFS_FH(dir),
2572 .name = name,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002573 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002574 };
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002575 struct nfs_fattr fattr, dir_attr;
2576 struct nfs4_link_res res = {
2577 .server = server,
2578 .fattr = &fattr,
2579 .dir_attr = &dir_attr,
2580 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002581 struct rpc_message msg = {
2582 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LINK],
2583 .rpc_argp = &arg,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002584 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002585 };
2586 int status;
2587
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002588 nfs_fattr_init(res.fattr);
2589 nfs_fattr_init(res.dir_attr);
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002590 status = nfs4_call_sync(server, &msg, &arg, &res, 1);
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002591 if (!status) {
2592 update_changeattr(dir, &res.cinfo);
2593 nfs_post_op_update_inode(dir, res.dir_attr);
Trond Myklebust73a3d072006-05-25 01:40:47 -04002594 nfs_post_op_update_inode(inode, res.fattr);
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002595 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002596
2597 return status;
2598}
2599
2600static int nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
2601{
2602 struct nfs4_exception exception = { };
2603 int err;
2604 do {
2605 err = nfs4_handle_exception(NFS_SERVER(inode),
2606 _nfs4_proc_link(inode, dir, name),
2607 &exception);
2608 } while (exception.retry);
2609 return err;
2610}
2611
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002612struct nfs4_createdata {
2613 struct rpc_message msg;
2614 struct nfs4_create_arg arg;
2615 struct nfs4_create_res res;
2616 struct nfs_fh fh;
2617 struct nfs_fattr fattr;
2618 struct nfs_fattr dir_fattr;
2619};
2620
2621static struct nfs4_createdata *nfs4_alloc_createdata(struct inode *dir,
2622 struct qstr *name, struct iattr *sattr, u32 ftype)
2623{
2624 struct nfs4_createdata *data;
2625
2626 data = kzalloc(sizeof(*data), GFP_KERNEL);
2627 if (data != NULL) {
2628 struct nfs_server *server = NFS_SERVER(dir);
2629
2630 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE];
2631 data->msg.rpc_argp = &data->arg;
2632 data->msg.rpc_resp = &data->res;
2633 data->arg.dir_fh = NFS_FH(dir);
2634 data->arg.server = server;
2635 data->arg.name = name;
2636 data->arg.attrs = sattr;
2637 data->arg.ftype = ftype;
2638 data->arg.bitmask = server->attr_bitmask;
2639 data->res.server = server;
2640 data->res.fh = &data->fh;
2641 data->res.fattr = &data->fattr;
2642 data->res.dir_fattr = &data->dir_fattr;
2643 nfs_fattr_init(data->res.fattr);
2644 nfs_fattr_init(data->res.dir_fattr);
2645 }
2646 return data;
2647}
2648
2649static int nfs4_do_create(struct inode *dir, struct dentry *dentry, struct nfs4_createdata *data)
2650{
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002651 int status = nfs4_call_sync(NFS_SERVER(dir), &data->msg,
2652 &data->arg, &data->res, 1);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002653 if (status == 0) {
2654 update_changeattr(dir, &data->res.dir_cinfo);
2655 nfs_post_op_update_inode(dir, data->res.dir_fattr);
2656 status = nfs_instantiate(dentry, data->res.fh, data->res.fattr);
2657 }
2658 return status;
2659}
2660
2661static void nfs4_free_createdata(struct nfs4_createdata *data)
2662{
2663 kfree(data);
2664}
2665
Chuck Lever4f390c12006-08-22 20:06:22 -04002666static int _nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
Chuck Lever94a6d752006-08-22 20:06:23 -04002667 struct page *page, unsigned int len, struct iattr *sattr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002668{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002669 struct nfs4_createdata *data;
2670 int status = -ENAMETOOLONG;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002671
Chuck Lever94a6d752006-08-22 20:06:23 -04002672 if (len > NFS4_MAXPATHLEN)
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002673 goto out;
Chuck Lever4f390c12006-08-22 20:06:22 -04002674
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002675 status = -ENOMEM;
2676 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4LNK);
2677 if (data == NULL)
2678 goto out;
2679
2680 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SYMLINK];
2681 data->arg.u.symlink.pages = &page;
2682 data->arg.u.symlink.len = len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002683
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002684 status = nfs4_do_create(dir, dentry, data);
2685
2686 nfs4_free_createdata(data);
2687out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002688 return status;
2689}
2690
Chuck Lever4f390c12006-08-22 20:06:22 -04002691static int nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
Chuck Lever94a6d752006-08-22 20:06:23 -04002692 struct page *page, unsigned int len, struct iattr *sattr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002693{
2694 struct nfs4_exception exception = { };
2695 int err;
2696 do {
2697 err = nfs4_handle_exception(NFS_SERVER(dir),
Chuck Lever94a6d752006-08-22 20:06:23 -04002698 _nfs4_proc_symlink(dir, dentry, page,
2699 len, sattr),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002700 &exception);
2701 } while (exception.retry);
2702 return err;
2703}
2704
2705static int _nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
2706 struct iattr *sattr)
2707{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002708 struct nfs4_createdata *data;
2709 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002710
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002711 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4DIR);
2712 if (data == NULL)
2713 goto out;
2714
2715 status = nfs4_do_create(dir, dentry, data);
2716
2717 nfs4_free_createdata(data);
2718out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002719 return status;
2720}
2721
2722static int nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
2723 struct iattr *sattr)
2724{
2725 struct nfs4_exception exception = { };
2726 int err;
2727 do {
2728 err = nfs4_handle_exception(NFS_SERVER(dir),
2729 _nfs4_proc_mkdir(dir, dentry, sattr),
2730 &exception);
2731 } while (exception.retry);
2732 return err;
2733}
2734
2735static int _nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
2736 u64 cookie, struct page *page, unsigned int count, int plus)
2737{
2738 struct inode *dir = dentry->d_inode;
2739 struct nfs4_readdir_arg args = {
2740 .fh = NFS_FH(dir),
2741 .pages = &page,
2742 .pgbase = 0,
2743 .count = count,
Trond Myklebusta65318b2009-03-11 14:10:28 -04002744 .bitmask = NFS_SERVER(dentry->d_inode)->cache_consistency_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002745 };
2746 struct nfs4_readdir_res res;
2747 struct rpc_message msg = {
2748 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READDIR],
2749 .rpc_argp = &args,
2750 .rpc_resp = &res,
2751 .rpc_cred = cred,
2752 };
2753 int status;
2754
Harvey Harrison3110ff82008-05-02 13:42:44 -07002755 dprintk("%s: dentry = %s/%s, cookie = %Lu\n", __func__,
Trond Myklebusteadf4592005-06-22 17:16:39 +00002756 dentry->d_parent->d_name.name,
2757 dentry->d_name.name,
2758 (unsigned long long)cookie);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002759 nfs4_setup_readdir(cookie, NFS_COOKIEVERF(dir), dentry, &args);
2760 res.pgbase = args.pgbase;
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002761 status = nfs4_call_sync(NFS_SERVER(dir), &msg, &args, &res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002762 if (status == 0)
2763 memcpy(NFS_COOKIEVERF(dir), res.verifier.data, NFS4_VERIFIER_SIZE);
Trond Myklebustc4812992007-09-28 17:11:45 -04002764
2765 nfs_invalidate_atime(dir);
2766
Harvey Harrison3110ff82008-05-02 13:42:44 -07002767 dprintk("%s: returns %d\n", __func__, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002768 return status;
2769}
2770
2771static int nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
2772 u64 cookie, struct page *page, unsigned int count, int plus)
2773{
2774 struct nfs4_exception exception = { };
2775 int err;
2776 do {
2777 err = nfs4_handle_exception(NFS_SERVER(dentry->d_inode),
2778 _nfs4_proc_readdir(dentry, cred, cookie,
2779 page, count, plus),
2780 &exception);
2781 } while (exception.retry);
2782 return err;
2783}
2784
2785static int _nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
2786 struct iattr *sattr, dev_t rdev)
2787{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002788 struct nfs4_createdata *data;
2789 int mode = sattr->ia_mode;
2790 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002791
2792 BUG_ON(!(sattr->ia_valid & ATTR_MODE));
2793 BUG_ON(!S_ISFIFO(mode) && !S_ISBLK(mode) && !S_ISCHR(mode) && !S_ISSOCK(mode));
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002794
2795 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4SOCK);
2796 if (data == NULL)
2797 goto out;
2798
Linus Torvalds1da177e2005-04-16 15:20:36 -07002799 if (S_ISFIFO(mode))
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002800 data->arg.ftype = NF4FIFO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002801 else if (S_ISBLK(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002802 data->arg.ftype = NF4BLK;
2803 data->arg.u.device.specdata1 = MAJOR(rdev);
2804 data->arg.u.device.specdata2 = MINOR(rdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002805 }
2806 else if (S_ISCHR(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002807 data->arg.ftype = NF4CHR;
2808 data->arg.u.device.specdata1 = MAJOR(rdev);
2809 data->arg.u.device.specdata2 = MINOR(rdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002810 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002811
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002812 status = nfs4_do_create(dir, dentry, data);
2813
2814 nfs4_free_createdata(data);
2815out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002816 return status;
2817}
2818
2819static int nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
2820 struct iattr *sattr, dev_t rdev)
2821{
2822 struct nfs4_exception exception = { };
2823 int err;
2824 do {
2825 err = nfs4_handle_exception(NFS_SERVER(dir),
2826 _nfs4_proc_mknod(dir, dentry, sattr, rdev),
2827 &exception);
2828 } while (exception.retry);
2829 return err;
2830}
2831
2832static int _nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle,
2833 struct nfs_fsstat *fsstat)
2834{
2835 struct nfs4_statfs_arg args = {
2836 .fh = fhandle,
2837 .bitmask = server->attr_bitmask,
2838 };
Benny Halevy24ad1482009-04-01 09:21:56 -04002839 struct nfs4_statfs_res res = {
2840 .fsstat = fsstat,
2841 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002842 struct rpc_message msg = {
2843 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_STATFS],
2844 .rpc_argp = &args,
Benny Halevy24ad1482009-04-01 09:21:56 -04002845 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002846 };
2847
Trond Myklebust0e574af2005-10-27 22:12:38 -04002848 nfs_fattr_init(fsstat->fattr);
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002849 return nfs4_call_sync(server, &msg, &args, &res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002850}
2851
2852static int nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsstat *fsstat)
2853{
2854 struct nfs4_exception exception = { };
2855 int err;
2856 do {
2857 err = nfs4_handle_exception(server,
2858 _nfs4_proc_statfs(server, fhandle, fsstat),
2859 &exception);
2860 } while (exception.retry);
2861 return err;
2862}
2863
2864static int _nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle,
2865 struct nfs_fsinfo *fsinfo)
2866{
2867 struct nfs4_fsinfo_arg args = {
2868 .fh = fhandle,
2869 .bitmask = server->attr_bitmask,
2870 };
Benny Halevy3dda5e42009-04-01 09:21:57 -04002871 struct nfs4_fsinfo_res res = {
2872 .fsinfo = fsinfo,
2873 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002874 struct rpc_message msg = {
2875 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSINFO],
2876 .rpc_argp = &args,
Benny Halevy3dda5e42009-04-01 09:21:57 -04002877 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002878 };
2879
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002880 return nfs4_call_sync(server, &msg, &args, &res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002881}
2882
2883static int nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
2884{
2885 struct nfs4_exception exception = { };
2886 int err;
2887
2888 do {
2889 err = nfs4_handle_exception(server,
2890 _nfs4_do_fsinfo(server, fhandle, fsinfo),
2891 &exception);
2892 } while (exception.retry);
2893 return err;
2894}
2895
2896static int nfs4_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
2897{
Trond Myklebust0e574af2005-10-27 22:12:38 -04002898 nfs_fattr_init(fsinfo->fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002899 return nfs4_do_fsinfo(server, fhandle, fsinfo);
2900}
2901
2902static int _nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
2903 struct nfs_pathconf *pathconf)
2904{
2905 struct nfs4_pathconf_arg args = {
2906 .fh = fhandle,
2907 .bitmask = server->attr_bitmask,
2908 };
Benny Halevyd45b2982009-04-01 09:21:58 -04002909 struct nfs4_pathconf_res res = {
2910 .pathconf = pathconf,
2911 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002912 struct rpc_message msg = {
2913 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_PATHCONF],
2914 .rpc_argp = &args,
Benny Halevyd45b2982009-04-01 09:21:58 -04002915 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002916 };
2917
2918 /* None of the pathconf attributes are mandatory to implement */
2919 if ((args.bitmask[0] & nfs4_pathconf_bitmap[0]) == 0) {
2920 memset(pathconf, 0, sizeof(*pathconf));
2921 return 0;
2922 }
2923
Trond Myklebust0e574af2005-10-27 22:12:38 -04002924 nfs_fattr_init(pathconf->fattr);
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002925 return nfs4_call_sync(server, &msg, &args, &res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002926}
2927
2928static int nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
2929 struct nfs_pathconf *pathconf)
2930{
2931 struct nfs4_exception exception = { };
2932 int err;
2933
2934 do {
2935 err = nfs4_handle_exception(server,
2936 _nfs4_proc_pathconf(server, fhandle, pathconf),
2937 &exception);
2938 } while (exception.retry);
2939 return err;
2940}
2941
Trond Myklebustec06c092006-03-20 13:44:27 -05002942static int nfs4_read_done(struct rpc_task *task, struct nfs_read_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002943{
Trond Myklebustec06c092006-03-20 13:44:27 -05002944 struct nfs_server *server = NFS_SERVER(data->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002945
Andy Adamsonf11c88a2009-04-01 09:22:25 -04002946 dprintk("--> %s\n", __func__);
2947
2948 /* nfs4_sequence_free_slot called in the read rpc_call_done */
2949 nfs4_sequence_done(server, &data->res.seq_res, task->tk_status);
2950
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002951 if (nfs4_async_handle_error(task, server, data->args.context->state) == -EAGAIN) {
Andy Adamsoneedc0202009-04-01 09:22:41 -04002952 nfs4_restart_rpc(task, server->nfs_client);
Trond Myklebustec06c092006-03-20 13:44:27 -05002953 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002954 }
Trond Myklebust8850df92007-09-28 17:20:07 -04002955
2956 nfs_invalidate_atime(data->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002957 if (task->tk_status > 0)
Trond Myklebustec06c092006-03-20 13:44:27 -05002958 renew_lease(server, data->timestamp);
2959 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002960}
2961
Trond Myklebustbdc7f022007-07-14 15:40:00 -04002962static void nfs4_proc_read_setup(struct nfs_read_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002963{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002964 data->timestamp = jiffies;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04002965 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READ];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002966}
2967
Trond Myklebust788e7a82006-03-20 13:44:27 -05002968static int nfs4_write_done(struct rpc_task *task, struct nfs_write_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002969{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002970 struct inode *inode = data->inode;
2971
Andy Adamsondef6ed72009-04-01 09:22:26 -04002972 /* slot is freed in nfs_writeback_done */
2973 nfs4_sequence_done(NFS_SERVER(inode), &data->res.seq_res,
2974 task->tk_status);
2975
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002976 if (nfs4_async_handle_error(task, NFS_SERVER(inode), data->args.context->state) == -EAGAIN) {
Andy Adamsoneedc0202009-04-01 09:22:41 -04002977 nfs4_restart_rpc(task, NFS_SERVER(inode)->nfs_client);
Trond Myklebust788e7a82006-03-20 13:44:27 -05002978 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002979 }
Trond Myklebust4f9838c2005-10-27 22:12:44 -04002980 if (task->tk_status >= 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002981 renew_lease(NFS_SERVER(inode), data->timestamp);
Trond Myklebust70ca8852007-09-30 15:21:24 -04002982 nfs_post_op_update_inode_force_wcc(inode, data->res.fattr);
Trond Myklebust4f9838c2005-10-27 22:12:44 -04002983 }
Trond Myklebust788e7a82006-03-20 13:44:27 -05002984 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002985}
2986
Trond Myklebustbdc7f022007-07-14 15:40:00 -04002987static void nfs4_proc_write_setup(struct nfs_write_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002988{
Trond Myklebustbdc7f022007-07-14 15:40:00 -04002989 struct nfs_server *server = NFS_SERVER(data->inode);
2990
Trond Myklebusta65318b2009-03-11 14:10:28 -04002991 data->args.bitmask = server->cache_consistency_bitmask;
Trond Myklebust4f9838c2005-10-27 22:12:44 -04002992 data->res.server = server;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002993 data->timestamp = jiffies;
2994
Trond Myklebustbdc7f022007-07-14 15:40:00 -04002995 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_WRITE];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002996}
2997
Trond Myklebust788e7a82006-03-20 13:44:27 -05002998static int nfs4_commit_done(struct rpc_task *task, struct nfs_write_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002999{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003000 struct inode *inode = data->inode;
3001
Andy Adamson21d9a852009-04-01 09:22:27 -04003002 nfs4_sequence_done(NFS_SERVER(inode), &data->res.seq_res,
3003 task->tk_status);
Trond Myklebust9e33bed2008-12-23 15:21:46 -05003004 if (nfs4_async_handle_error(task, NFS_SERVER(inode), NULL) == -EAGAIN) {
Andy Adamsoneedc0202009-04-01 09:22:41 -04003005 nfs4_restart_rpc(task, NFS_SERVER(inode)->nfs_client);
Trond Myklebust788e7a82006-03-20 13:44:27 -05003006 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003007 }
Andy Adamson21d9a852009-04-01 09:22:27 -04003008 nfs4_sequence_free_slot(NFS_SERVER(inode)->nfs_client,
3009 &data->res.seq_res);
Trond Myklebust9e08a3c2007-10-08 14:10:31 -04003010 nfs_refresh_inode(inode, data->res.fattr);
Trond Myklebust788e7a82006-03-20 13:44:27 -05003011 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003012}
3013
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003014static void nfs4_proc_commit_setup(struct nfs_write_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003015{
Trond Myklebust788e7a82006-03-20 13:44:27 -05003016 struct nfs_server *server = NFS_SERVER(data->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003017
Trond Myklebusta65318b2009-03-11 14:10:28 -04003018 data->args.bitmask = server->cache_consistency_bitmask;
Trond Myklebust4f9838c2005-10-27 22:12:44 -04003019 data->res.server = server;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003020 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_COMMIT];
Linus Torvalds1da177e2005-04-16 15:20:36 -07003021}
3022
3023/*
3024 * nfs4_proc_async_renew(): This is not one of the nfs_rpc_ops; it is a special
3025 * standalone procedure for queueing an asynchronous RENEW.
3026 */
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003027static void nfs4_renew_done(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003028{
David Howellsadfa6f92006-08-22 20:06:08 -04003029 struct nfs_client *clp = (struct nfs_client *)task->tk_msg.rpc_argp;
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003030 unsigned long timestamp = (unsigned long)data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003031
3032 if (task->tk_status < 0) {
Trond Myklebust95baa252009-05-26 14:51:00 -04003033 /* Unless we're shutting down, schedule state recovery! */
3034 if (test_bit(NFS_CS_RENEWD, &clp->cl_res_state) != 0)
3035 nfs4_schedule_state_recovery(clp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003036 return;
3037 }
3038 spin_lock(&clp->cl_lock);
3039 if (time_before(clp->cl_last_renewal,timestamp))
3040 clp->cl_last_renewal = timestamp;
3041 spin_unlock(&clp->cl_lock);
Benny Halevy29fba382009-04-01 09:22:44 -04003042 dprintk("%s calling put_rpccred on rpc_cred %p\n", __func__,
3043 task->tk_msg.rpc_cred);
3044 put_rpccred(task->tk_msg.rpc_cred);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003045}
3046
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003047static const struct rpc_call_ops nfs4_renew_ops = {
3048 .rpc_call_done = nfs4_renew_done,
3049};
3050
David Howellsadfa6f92006-08-22 20:06:08 -04003051int nfs4_proc_async_renew(struct nfs_client *clp, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003052{
3053 struct rpc_message msg = {
3054 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
3055 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01003056 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003057 };
3058
3059 return rpc_call_async(clp->cl_rpcclient, &msg, RPC_TASK_SOFT,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003060 &nfs4_renew_ops, (void *)jiffies);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003061}
3062
David Howellsadfa6f92006-08-22 20:06:08 -04003063int nfs4_proc_renew(struct nfs_client *clp, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003064{
3065 struct rpc_message msg = {
3066 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
3067 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01003068 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003069 };
3070 unsigned long now = jiffies;
3071 int status;
3072
3073 status = rpc_call_sync(clp->cl_rpcclient, &msg, 0);
3074 if (status < 0)
3075 return status;
3076 spin_lock(&clp->cl_lock);
3077 if (time_before(clp->cl_last_renewal,now))
3078 clp->cl_last_renewal = now;
3079 spin_unlock(&clp->cl_lock);
3080 return 0;
3081}
3082
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003083static inline int nfs4_server_supports_acls(struct nfs_server *server)
3084{
3085 return (server->caps & NFS_CAP_ACLS)
3086 && (server->acl_bitmask & ACL4_SUPPORT_ALLOW_ACL)
3087 && (server->acl_bitmask & ACL4_SUPPORT_DENY_ACL);
3088}
3089
3090/* Assuming that XATTR_SIZE_MAX is a multiple of PAGE_CACHE_SIZE, and that
3091 * it's OK to put sizeof(void) * (XATTR_SIZE_MAX/PAGE_CACHE_SIZE) bytes on
3092 * the stack.
3093 */
3094#define NFS4ACL_MAXPAGES (XATTR_SIZE_MAX >> PAGE_CACHE_SHIFT)
3095
3096static void buf_to_pages(const void *buf, size_t buflen,
3097 struct page **pages, unsigned int *pgbase)
3098{
3099 const void *p = buf;
3100
3101 *pgbase = offset_in_page(buf);
3102 p -= *pgbase;
3103 while (p < buf + buflen) {
3104 *(pages++) = virt_to_page(p);
3105 p += PAGE_CACHE_SIZE;
3106 }
3107}
3108
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003109struct nfs4_cached_acl {
3110 int cached;
3111 size_t len;
Andrew Morton3e9d4152005-06-22 17:16:28 +00003112 char data[0];
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003113};
3114
3115static void nfs4_set_cached_acl(struct inode *inode, struct nfs4_cached_acl *acl)
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003116{
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003117 struct nfs_inode *nfsi = NFS_I(inode);
3118
3119 spin_lock(&inode->i_lock);
3120 kfree(nfsi->nfs4_acl);
3121 nfsi->nfs4_acl = acl;
3122 spin_unlock(&inode->i_lock);
3123}
3124
3125static void nfs4_zap_acl_attr(struct inode *inode)
3126{
3127 nfs4_set_cached_acl(inode, NULL);
3128}
3129
3130static inline ssize_t nfs4_read_cached_acl(struct inode *inode, char *buf, size_t buflen)
3131{
3132 struct nfs_inode *nfsi = NFS_I(inode);
3133 struct nfs4_cached_acl *acl;
3134 int ret = -ENOENT;
3135
3136 spin_lock(&inode->i_lock);
3137 acl = nfsi->nfs4_acl;
3138 if (acl == NULL)
3139 goto out;
3140 if (buf == NULL) /* user is just asking for length */
3141 goto out_len;
3142 if (acl->cached == 0)
3143 goto out;
3144 ret = -ERANGE; /* see getxattr(2) man page */
3145 if (acl->len > buflen)
3146 goto out;
3147 memcpy(buf, acl->data, acl->len);
3148out_len:
3149 ret = acl->len;
3150out:
3151 spin_unlock(&inode->i_lock);
3152 return ret;
3153}
3154
3155static void nfs4_write_cached_acl(struct inode *inode, const char *buf, size_t acl_len)
3156{
3157 struct nfs4_cached_acl *acl;
3158
3159 if (buf && acl_len <= PAGE_SIZE) {
3160 acl = kmalloc(sizeof(*acl) + acl_len, GFP_KERNEL);
3161 if (acl == NULL)
3162 goto out;
3163 acl->cached = 1;
3164 memcpy(acl->data, buf, acl_len);
3165 } else {
3166 acl = kmalloc(sizeof(*acl), GFP_KERNEL);
3167 if (acl == NULL)
3168 goto out;
3169 acl->cached = 0;
3170 }
3171 acl->len = acl_len;
3172out:
3173 nfs4_set_cached_acl(inode, acl);
3174}
3175
Trond Myklebust16b42892006-08-24 12:27:15 -04003176static ssize_t __nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003177{
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003178 struct page *pages[NFS4ACL_MAXPAGES];
3179 struct nfs_getaclargs args = {
3180 .fh = NFS_FH(inode),
3181 .acl_pages = pages,
3182 .acl_len = buflen,
3183 };
Benny Halevy663c79b2009-04-01 09:21:59 -04003184 struct nfs_getaclres res = {
3185 .acl_len = buflen,
3186 };
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003187 void *resp_buf;
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003188 struct rpc_message msg = {
3189 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETACL],
3190 .rpc_argp = &args,
Benny Halevy663c79b2009-04-01 09:21:59 -04003191 .rpc_resp = &res,
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003192 };
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003193 struct page *localpage = NULL;
3194 int ret;
3195
3196 if (buflen < PAGE_SIZE) {
3197 /* As long as we're doing a round trip to the server anyway,
3198 * let's be prepared for a page of acl data. */
3199 localpage = alloc_page(GFP_KERNEL);
3200 resp_buf = page_address(localpage);
3201 if (localpage == NULL)
3202 return -ENOMEM;
3203 args.acl_pages[0] = localpage;
3204 args.acl_pgbase = 0;
Benny Halevy663c79b2009-04-01 09:21:59 -04003205 args.acl_len = PAGE_SIZE;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003206 } else {
3207 resp_buf = buf;
3208 buf_to_pages(buf, buflen, args.acl_pages, &args.acl_pgbase);
3209 }
Andy Adamsoncccef3b2009-04-01 09:22:03 -04003210 ret = nfs4_call_sync(NFS_SERVER(inode), &msg, &args, &res, 0);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003211 if (ret)
3212 goto out_free;
Benny Halevy663c79b2009-04-01 09:21:59 -04003213 if (res.acl_len > args.acl_len)
3214 nfs4_write_cached_acl(inode, NULL, res.acl_len);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003215 else
Benny Halevy663c79b2009-04-01 09:21:59 -04003216 nfs4_write_cached_acl(inode, resp_buf, res.acl_len);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003217 if (buf) {
3218 ret = -ERANGE;
Benny Halevy663c79b2009-04-01 09:21:59 -04003219 if (res.acl_len > buflen)
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003220 goto out_free;
3221 if (localpage)
Benny Halevy663c79b2009-04-01 09:21:59 -04003222 memcpy(buf, resp_buf, res.acl_len);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003223 }
Benny Halevy663c79b2009-04-01 09:21:59 -04003224 ret = res.acl_len;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003225out_free:
3226 if (localpage)
3227 __free_page(localpage);
3228 return ret;
3229}
3230
Trond Myklebust16b42892006-08-24 12:27:15 -04003231static ssize_t nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
3232{
3233 struct nfs4_exception exception = { };
3234 ssize_t ret;
3235 do {
3236 ret = __nfs4_get_acl_uncached(inode, buf, buflen);
3237 if (ret >= 0)
3238 break;
3239 ret = nfs4_handle_exception(NFS_SERVER(inode), ret, &exception);
3240 } while (exception.retry);
3241 return ret;
3242}
3243
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003244static ssize_t nfs4_proc_get_acl(struct inode *inode, void *buf, size_t buflen)
3245{
3246 struct nfs_server *server = NFS_SERVER(inode);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003247 int ret;
3248
3249 if (!nfs4_server_supports_acls(server))
3250 return -EOPNOTSUPP;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003251 ret = nfs_revalidate_inode(server, inode);
3252 if (ret < 0)
3253 return ret;
3254 ret = nfs4_read_cached_acl(inode, buf, buflen);
3255 if (ret != -ENOENT)
3256 return ret;
3257 return nfs4_get_acl_uncached(inode, buf, buflen);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003258}
3259
Trond Myklebust16b42892006-08-24 12:27:15 -04003260static int __nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003261{
3262 struct nfs_server *server = NFS_SERVER(inode);
3263 struct page *pages[NFS4ACL_MAXPAGES];
3264 struct nfs_setaclargs arg = {
3265 .fh = NFS_FH(inode),
3266 .acl_pages = pages,
3267 .acl_len = buflen,
3268 };
Benny Halevy73c403a2009-04-01 09:22:01 -04003269 struct nfs_setaclres res;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003270 struct rpc_message msg = {
3271 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETACL],
3272 .rpc_argp = &arg,
Benny Halevy73c403a2009-04-01 09:22:01 -04003273 .rpc_resp = &res,
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003274 };
3275 int ret;
3276
3277 if (!nfs4_server_supports_acls(server))
3278 return -EOPNOTSUPP;
Trond Myklebust642ac542005-10-18 14:20:19 -07003279 nfs_inode_return_delegation(inode);
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003280 buf_to_pages(buf, buflen, arg.acl_pages, &arg.acl_pgbase);
Andy Adamsoncccef3b2009-04-01 09:22:03 -04003281 ret = nfs4_call_sync(server, &msg, &arg, &res, 1);
Trond Myklebustf41f7412008-06-11 17:39:04 -04003282 nfs_access_zap_cache(inode);
3283 nfs_zap_acl_cache(inode);
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003284 return ret;
3285}
3286
Trond Myklebust16b42892006-08-24 12:27:15 -04003287static int nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
3288{
3289 struct nfs4_exception exception = { };
3290 int err;
3291 do {
3292 err = nfs4_handle_exception(NFS_SERVER(inode),
3293 __nfs4_proc_set_acl(inode, buf, buflen),
3294 &exception);
3295 } while (exception.retry);
3296 return err;
3297}
3298
Linus Torvalds1da177e2005-04-16 15:20:36 -07003299static int
Andy Adamson8328d592009-04-01 09:22:35 -04003300_nfs4_async_handle_error(struct rpc_task *task, const struct nfs_server *server, struct nfs_client *clp, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003301{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003302 if (!clp || task->tk_status >= 0)
3303 return 0;
3304 switch(task->tk_status) {
Trond Myklebust9e33bed2008-12-23 15:21:46 -05003305 case -NFS4ERR_ADMIN_REVOKED:
3306 case -NFS4ERR_BAD_STATEID:
3307 case -NFS4ERR_OPENMODE:
3308 if (state == NULL)
3309 break;
3310 nfs4_state_mark_reclaim_nograce(clp, state);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003311 case -NFS4ERR_STALE_CLIENTID:
3312 case -NFS4ERR_STALE_STATEID:
3313 case -NFS4ERR_EXPIRED:
Trond Myklebust5d008372008-02-22 16:34:17 -05003314 rpc_sleep_on(&clp->cl_rpcwaitq, task, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003315 nfs4_schedule_state_recovery(clp);
Trond Myklebuste005e802008-12-23 15:21:48 -05003316 if (test_bit(NFS4CLNT_MANAGER_RUNNING, &clp->cl_state) == 0)
Trond Myklebustfda13932008-02-22 16:34:12 -05003317 rpc_wake_up_queued_task(&clp->cl_rpcwaitq, task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003318 task->tk_status = 0;
3319 return -EAGAIN;
Andy Adamson4745e312009-04-01 09:22:42 -04003320#if defined(CONFIG_NFS_V4_1)
3321 case -NFS4ERR_BADSESSION:
3322 case -NFS4ERR_BADSLOT:
3323 case -NFS4ERR_BAD_HIGH_SLOT:
3324 case -NFS4ERR_DEADSESSION:
3325 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
3326 case -NFS4ERR_SEQ_FALSE_RETRY:
3327 case -NFS4ERR_SEQ_MISORDERED:
3328 dprintk("%s ERROR %d, Reset session\n", __func__,
3329 task->tk_status);
3330 set_bit(NFS4CLNT_SESSION_SETUP, &clp->cl_state);
3331 task->tk_status = 0;
3332 return -EAGAIN;
3333#endif /* CONFIG_NFS_V4_1 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003334 case -NFS4ERR_DELAY:
Andy Adamson8328d592009-04-01 09:22:35 -04003335 if (server)
3336 nfs_inc_server_stats(server, NFSIOS_DELAY);
Chuck Lever006ea732006-03-20 13:44:14 -05003337 case -NFS4ERR_GRACE:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003338 rpc_delay(task, NFS4_POLL_RETRY_MAX);
3339 task->tk_status = 0;
3340 return -EAGAIN;
3341 case -NFS4ERR_OLD_STATEID:
3342 task->tk_status = 0;
3343 return -EAGAIN;
3344 }
3345 task->tk_status = nfs4_map_errors(task->tk_status);
3346 return 0;
3347}
3348
Andy Adamson8328d592009-04-01 09:22:35 -04003349static int
3350nfs4_async_handle_error(struct rpc_task *task, const struct nfs_server *server, struct nfs4_state *state)
3351{
3352 return _nfs4_async_handle_error(task, server, server->nfs_client, state);
3353}
3354
David Howellsadfa6f92006-08-22 20:06:08 -04003355int nfs4_proc_setclientid(struct nfs_client *clp, u32 program, unsigned short port, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003356{
3357 nfs4_verifier sc_verifier;
3358 struct nfs4_setclientid setclientid = {
3359 .sc_verifier = &sc_verifier,
3360 .sc_prog = program,
3361 };
3362 struct rpc_message msg = {
3363 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID],
3364 .rpc_argp = &setclientid,
3365 .rpc_resp = clp,
Trond Myklebust286d7d62006-01-03 09:55:26 +01003366 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003367 };
Al Virobc4785c2006-10-19 23:28:51 -07003368 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003369 int loop = 0;
3370 int status;
3371
Al Virobc4785c2006-10-19 23:28:51 -07003372 p = (__be32*)sc_verifier.data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003373 *p++ = htonl((u32)clp->cl_boot_time.tv_sec);
3374 *p = htonl((u32)clp->cl_boot_time.tv_nsec);
3375
3376 for(;;) {
3377 setclientid.sc_name_len = scnprintf(setclientid.sc_name,
Trond Myklebust69dd7162007-12-14 14:56:07 -05003378 sizeof(setclientid.sc_name), "%s/%s %s %s %u",
Chuck Leverd4d3c502007-12-10 14:57:09 -05003379 clp->cl_ipaddr,
3380 rpc_peeraddr2str(clp->cl_rpcclient,
3381 RPC_DISPLAY_ADDR),
Trond Myklebust69dd7162007-12-14 14:56:07 -05003382 rpc_peeraddr2str(clp->cl_rpcclient,
3383 RPC_DISPLAY_PROTO),
Trond Myklebust78ea3232008-04-07 20:49:28 -04003384 clp->cl_rpcclient->cl_auth->au_ops->au_name,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003385 clp->cl_id_uniquifier);
3386 setclientid.sc_netid_len = scnprintf(setclientid.sc_netid,
Chuck Leverd4d3c502007-12-10 14:57:09 -05003387 sizeof(setclientid.sc_netid),
3388 rpc_peeraddr2str(clp->cl_rpcclient,
3389 RPC_DISPLAY_NETID));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003390 setclientid.sc_uaddr_len = scnprintf(setclientid.sc_uaddr,
Chuck Leverd4d3c502007-12-10 14:57:09 -05003391 sizeof(setclientid.sc_uaddr), "%s.%u.%u",
Linus Torvalds1da177e2005-04-16 15:20:36 -07003392 clp->cl_ipaddr, port >> 8, port & 255);
3393
3394 status = rpc_call_sync(clp->cl_rpcclient, &msg, 0);
3395 if (status != -NFS4ERR_CLID_INUSE)
3396 break;
3397 if (signalled())
3398 break;
3399 if (loop++ & 1)
3400 ssleep(clp->cl_lease_time + 1);
3401 else
3402 if (++clp->cl_id_uniquifier == 0)
3403 break;
3404 }
3405 return status;
3406}
3407
David Howellsadfa6f92006-08-22 20:06:08 -04003408static int _nfs4_proc_setclientid_confirm(struct nfs_client *clp, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003409{
3410 struct nfs_fsinfo fsinfo;
3411 struct rpc_message msg = {
3412 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID_CONFIRM],
3413 .rpc_argp = clp,
3414 .rpc_resp = &fsinfo,
Trond Myklebust286d7d62006-01-03 09:55:26 +01003415 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003416 };
3417 unsigned long now;
3418 int status;
3419
3420 now = jiffies;
3421 status = rpc_call_sync(clp->cl_rpcclient, &msg, 0);
3422 if (status == 0) {
3423 spin_lock(&clp->cl_lock);
3424 clp->cl_lease_time = fsinfo.lease_time * HZ;
3425 clp->cl_last_renewal = now;
3426 spin_unlock(&clp->cl_lock);
3427 }
3428 return status;
3429}
3430
David Howellsadfa6f92006-08-22 20:06:08 -04003431int nfs4_proc_setclientid_confirm(struct nfs_client *clp, struct rpc_cred *cred)
Trond Myklebust51581f32006-03-20 13:44:47 -05003432{
Benny Halevy77e03672008-06-24 20:25:57 +03003433 long timeout = 0;
Trond Myklebust51581f32006-03-20 13:44:47 -05003434 int err;
3435 do {
3436 err = _nfs4_proc_setclientid_confirm(clp, cred);
3437 switch (err) {
3438 case 0:
3439 return err;
3440 case -NFS4ERR_RESOURCE:
3441 /* The IBM lawyers misread another document! */
3442 case -NFS4ERR_DELAY:
3443 err = nfs4_delay(clp->cl_rpcclient, &timeout);
3444 }
3445 } while (err == 0);
3446 return err;
3447}
3448
Trond Myklebustfe650402006-01-03 09:55:18 +01003449struct nfs4_delegreturndata {
3450 struct nfs4_delegreturnargs args;
Trond Myklebustfa178f22006-01-03 09:55:38 +01003451 struct nfs4_delegreturnres res;
Trond Myklebustfe650402006-01-03 09:55:18 +01003452 struct nfs_fh fh;
3453 nfs4_stateid stateid;
Trond Myklebust26e976a2006-01-03 09:55:21 +01003454 unsigned long timestamp;
Trond Myklebustfa178f22006-01-03 09:55:38 +01003455 struct nfs_fattr fattr;
Trond Myklebustfe650402006-01-03 09:55:18 +01003456 int rpc_status;
3457};
3458
Trond Myklebustfe650402006-01-03 09:55:18 +01003459static void nfs4_delegreturn_done(struct rpc_task *task, void *calldata)
3460{
3461 struct nfs4_delegreturndata *data = calldata;
Andy Adamson938e1012009-04-01 09:22:28 -04003462
3463 nfs4_sequence_done_free_slot(data->res.server, &data->res.seq_res,
3464 task->tk_status);
3465
Trond Myklebustfe650402006-01-03 09:55:18 +01003466 data->rpc_status = task->tk_status;
Trond Myklebust26e976a2006-01-03 09:55:21 +01003467 if (data->rpc_status == 0)
Trond Myklebustfa178f22006-01-03 09:55:38 +01003468 renew_lease(data->res.server, data->timestamp);
Trond Myklebustfe650402006-01-03 09:55:18 +01003469}
3470
3471static void nfs4_delegreturn_release(void *calldata)
3472{
Trond Myklebustfe650402006-01-03 09:55:18 +01003473 kfree(calldata);
3474}
3475
Andy Adamson938e1012009-04-01 09:22:28 -04003476#if defined(CONFIG_NFS_V4_1)
3477static void nfs4_delegreturn_prepare(struct rpc_task *task, void *data)
3478{
3479 struct nfs4_delegreturndata *d_data;
3480
3481 d_data = (struct nfs4_delegreturndata *)data;
3482
3483 if (nfs4_setup_sequence(d_data->res.server->nfs_client,
3484 &d_data->args.seq_args,
3485 &d_data->res.seq_res, 1, task))
3486 return;
3487 rpc_call_start(task);
3488}
3489#endif /* CONFIG_NFS_V4_1 */
3490
Jesper Juhlc8d149f2006-03-20 13:44:07 -05003491static const struct rpc_call_ops nfs4_delegreturn_ops = {
Andy Adamson938e1012009-04-01 09:22:28 -04003492#if defined(CONFIG_NFS_V4_1)
3493 .rpc_call_prepare = nfs4_delegreturn_prepare,
3494#endif /* CONFIG_NFS_V4_1 */
Trond Myklebustfe650402006-01-03 09:55:18 +01003495 .rpc_call_done = nfs4_delegreturn_done,
3496 .rpc_release = nfs4_delegreturn_release,
3497};
3498
Trond Myklebuste6f81072008-01-24 18:14:34 -05003499static int _nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Trond Myklebustfe650402006-01-03 09:55:18 +01003500{
3501 struct nfs4_delegreturndata *data;
Trond Myklebustfa178f22006-01-03 09:55:38 +01003502 struct nfs_server *server = NFS_SERVER(inode);
Trond Myklebustfe650402006-01-03 09:55:18 +01003503 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003504 struct rpc_message msg = {
3505 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DELEGRETURN],
3506 .rpc_cred = cred,
3507 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04003508 struct rpc_task_setup task_setup_data = {
3509 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04003510 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003511 .callback_ops = &nfs4_delegreturn_ops,
3512 .flags = RPC_TASK_ASYNC,
3513 };
Trond Myklebuste6f81072008-01-24 18:14:34 -05003514 int status = 0;
Trond Myklebustfe650402006-01-03 09:55:18 +01003515
Andy Adamson938e1012009-04-01 09:22:28 -04003516 data = kzalloc(sizeof(*data), GFP_KERNEL);
Trond Myklebustfe650402006-01-03 09:55:18 +01003517 if (data == NULL)
3518 return -ENOMEM;
3519 data->args.fhandle = &data->fh;
3520 data->args.stateid = &data->stateid;
Trond Myklebustfa178f22006-01-03 09:55:38 +01003521 data->args.bitmask = server->attr_bitmask;
Trond Myklebustfe650402006-01-03 09:55:18 +01003522 nfs_copy_fh(&data->fh, NFS_FH(inode));
3523 memcpy(&data->stateid, stateid, sizeof(data->stateid));
Trond Myklebustfa178f22006-01-03 09:55:38 +01003524 data->res.fattr = &data->fattr;
3525 data->res.server = server;
Andy Adamson5f7dbd52009-04-01 09:22:05 -04003526 data->res.seq_res.sr_slotid = NFS4_MAX_SLOT_TABLE;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003527 nfs_fattr_init(data->res.fattr);
Trond Myklebust26e976a2006-01-03 09:55:21 +01003528 data->timestamp = jiffies;
Trond Myklebustfe650402006-01-03 09:55:18 +01003529 data->rpc_status = 0;
3530
Trond Myklebustc970aa82007-07-14 15:39:59 -04003531 task_setup_data.callback_data = data;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003532 msg.rpc_argp = &data->args,
3533 msg.rpc_resp = &data->res,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003534 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05003535 if (IS_ERR(task))
Trond Myklebustfe650402006-01-03 09:55:18 +01003536 return PTR_ERR(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05003537 if (!issync)
3538 goto out;
Trond Myklebustfe650402006-01-03 09:55:18 +01003539 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05003540 if (status != 0)
3541 goto out;
3542 status = data->rpc_status;
3543 if (status != 0)
3544 goto out;
3545 nfs_refresh_inode(inode, &data->fattr);
3546out:
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05003547 rpc_put_task(task);
Trond Myklebustfe650402006-01-03 09:55:18 +01003548 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003549}
3550
Trond Myklebuste6f81072008-01-24 18:14:34 -05003551int nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003552{
3553 struct nfs_server *server = NFS_SERVER(inode);
3554 struct nfs4_exception exception = { };
3555 int err;
3556 do {
Trond Myklebuste6f81072008-01-24 18:14:34 -05003557 err = _nfs4_proc_delegreturn(inode, cred, stateid, issync);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003558 switch (err) {
3559 case -NFS4ERR_STALE_STATEID:
3560 case -NFS4ERR_EXPIRED:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003561 case 0:
3562 return 0;
3563 }
3564 err = nfs4_handle_exception(server, err, &exception);
3565 } while (exception.retry);
3566 return err;
3567}
3568
3569#define NFS4_LOCK_MINTIMEOUT (1 * HZ)
3570#define NFS4_LOCK_MAXTIMEOUT (30 * HZ)
3571
3572/*
3573 * sleep, with exponential backoff, and retry the LOCK operation.
3574 */
3575static unsigned long
3576nfs4_set_lock_task_retry(unsigned long timeout)
3577{
Matthew Wilcox150030b2007-12-06 16:24:39 -05003578 schedule_timeout_killable(timeout);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003579 timeout <<= 1;
3580 if (timeout > NFS4_LOCK_MAXTIMEOUT)
3581 return NFS4_LOCK_MAXTIMEOUT;
3582 return timeout;
3583}
3584
Linus Torvalds1da177e2005-04-16 15:20:36 -07003585static int _nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
3586{
3587 struct inode *inode = state->inode;
3588 struct nfs_server *server = NFS_SERVER(inode);
David Howells7539bba2006-08-22 20:06:09 -04003589 struct nfs_client *clp = server->nfs_client;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003590 struct nfs_lockt_args arg = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003591 .fh = NFS_FH(inode),
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003592 .fl = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003593 };
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003594 struct nfs_lockt_res res = {
3595 .denied = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003596 };
3597 struct rpc_message msg = {
3598 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKT],
3599 .rpc_argp = &arg,
3600 .rpc_resp = &res,
3601 .rpc_cred = state->owner->so_cred,
3602 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003603 struct nfs4_lock_state *lsp;
3604 int status;
3605
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003606 arg.lock_owner.clientid = clp->cl_clientid;
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00003607 status = nfs4_set_lock_state(state, request);
3608 if (status != 0)
3609 goto out;
3610 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebust9f958ab2007-07-02 13:58:33 -04003611 arg.lock_owner.id = lsp->ls_id.id;
Andy Adamsoncccef3b2009-04-01 09:22:03 -04003612 status = nfs4_call_sync(server, &msg, &arg, &res, 1);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003613 switch (status) {
3614 case 0:
3615 request->fl_type = F_UNLCK;
3616 break;
3617 case -NFS4ERR_DENIED:
3618 status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003619 }
J. Bruce Fields70cc6482007-02-22 18:48:53 -05003620 request->fl_ops->fl_release_private(request);
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00003621out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003622 return status;
3623}
3624
3625static int nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
3626{
3627 struct nfs4_exception exception = { };
3628 int err;
3629
3630 do {
3631 err = nfs4_handle_exception(NFS_SERVER(state->inode),
3632 _nfs4_proc_getlk(state, cmd, request),
3633 &exception);
3634 } while (exception.retry);
3635 return err;
3636}
3637
3638static int do_vfs_lock(struct file *file, struct file_lock *fl)
3639{
3640 int res = 0;
3641 switch (fl->fl_flags & (FL_POSIX|FL_FLOCK)) {
3642 case FL_POSIX:
3643 res = posix_lock_file_wait(file, fl);
3644 break;
3645 case FL_FLOCK:
3646 res = flock_lock_file_wait(file, fl);
3647 break;
3648 default:
3649 BUG();
3650 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003651 return res;
3652}
3653
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003654struct nfs4_unlockdata {
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003655 struct nfs_locku_args arg;
3656 struct nfs_locku_res res;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003657 struct nfs4_lock_state *lsp;
3658 struct nfs_open_context *ctx;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003659 struct file_lock fl;
3660 const struct nfs_server *server;
Trond Myklebust26e976a2006-01-03 09:55:21 +01003661 unsigned long timestamp;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003662};
3663
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003664static struct nfs4_unlockdata *nfs4_alloc_unlockdata(struct file_lock *fl,
3665 struct nfs_open_context *ctx,
3666 struct nfs4_lock_state *lsp,
3667 struct nfs_seqid *seqid)
3668{
3669 struct nfs4_unlockdata *p;
3670 struct inode *inode = lsp->ls_state->inode;
3671
Andy Adamsona8936932009-04-01 09:22:23 -04003672 p = kzalloc(sizeof(*p), GFP_KERNEL);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003673 if (p == NULL)
3674 return NULL;
3675 p->arg.fh = NFS_FH(inode);
3676 p->arg.fl = &p->fl;
3677 p->arg.seqid = seqid;
Trond Myklebustc1d51932008-04-07 13:20:54 -04003678 p->res.seqid = seqid;
Andy Adamson5f7dbd52009-04-01 09:22:05 -04003679 p->res.seq_res.sr_slotid = NFS4_MAX_SLOT_TABLE;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003680 p->arg.stateid = &lsp->ls_stateid;
3681 p->lsp = lsp;
3682 atomic_inc(&lsp->ls_count);
3683 /* Ensure we don't close file until we're done freeing locks! */
3684 p->ctx = get_nfs_open_context(ctx);
3685 memcpy(&p->fl, fl, sizeof(p->fl));
3686 p->server = NFS_SERVER(inode);
3687 return p;
3688}
3689
Trond Myklebust06f814a2006-01-03 09:55:07 +01003690static void nfs4_locku_release_calldata(void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003691{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003692 struct nfs4_unlockdata *calldata = data;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003693 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust06f814a2006-01-03 09:55:07 +01003694 nfs4_put_lock_state(calldata->lsp);
3695 put_nfs_open_context(calldata->ctx);
3696 kfree(calldata);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003697}
3698
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003699static void nfs4_locku_done(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003700{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003701 struct nfs4_unlockdata *calldata = data;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003702
Andy Adamsona8936932009-04-01 09:22:23 -04003703 nfs4_sequence_done(calldata->server, &calldata->res.seq_res,
3704 task->tk_status);
Trond Myklebust06f814a2006-01-03 09:55:07 +01003705 if (RPC_ASSASSINATED(task))
3706 return;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003707 switch (task->tk_status) {
3708 case 0:
3709 memcpy(calldata->lsp->ls_stateid.data,
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003710 calldata->res.stateid.data,
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003711 sizeof(calldata->lsp->ls_stateid.data));
Trond Myklebust26e976a2006-01-03 09:55:21 +01003712 renew_lease(calldata->server, calldata->timestamp);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003713 break;
Trond Myklebust9e33bed2008-12-23 15:21:46 -05003714 case -NFS4ERR_BAD_STATEID:
3715 case -NFS4ERR_OLD_STATEID:
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003716 case -NFS4ERR_STALE_STATEID:
3717 case -NFS4ERR_EXPIRED:
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003718 break;
3719 default:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05003720 if (nfs4_async_handle_error(task, calldata->server, NULL) == -EAGAIN)
Andy Adamsoneedc0202009-04-01 09:22:41 -04003721 nfs4_restart_rpc(task,
3722 calldata->server->nfs_client);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003723 }
Andy Adamsona8936932009-04-01 09:22:23 -04003724 nfs4_sequence_free_slot(calldata->server->nfs_client,
3725 &calldata->res.seq_res);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003726}
3727
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01003728static void nfs4_locku_prepare(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003729{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01003730 struct nfs4_unlockdata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003731
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003732 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003733 return;
3734 if ((calldata->lsp->ls_flags & NFS_LOCK_INITIALIZED) == 0) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003735 /* Note: exit _without_ running nfs4_locku_done */
3736 task->tk_action = NULL;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003737 return;
3738 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01003739 calldata->timestamp = jiffies;
Andy Adamsona8936932009-04-01 09:22:23 -04003740 if (nfs4_setup_sequence(calldata->server->nfs_client,
3741 &calldata->arg.seq_args,
3742 &calldata->res.seq_res, 1, task))
3743 return;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003744 rpc_call_start(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003745}
3746
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003747static const struct rpc_call_ops nfs4_locku_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01003748 .rpc_call_prepare = nfs4_locku_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003749 .rpc_call_done = nfs4_locku_done,
Trond Myklebust06f814a2006-01-03 09:55:07 +01003750 .rpc_release = nfs4_locku_release_calldata,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003751};
3752
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003753static struct rpc_task *nfs4_do_unlck(struct file_lock *fl,
3754 struct nfs_open_context *ctx,
3755 struct nfs4_lock_state *lsp,
3756 struct nfs_seqid *seqid)
3757{
3758 struct nfs4_unlockdata *data;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003759 struct rpc_message msg = {
3760 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKU],
3761 .rpc_cred = ctx->cred,
3762 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04003763 struct rpc_task_setup task_setup_data = {
3764 .rpc_client = NFS_CLIENT(lsp->ls_state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04003765 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003766 .callback_ops = &nfs4_locku_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05003767 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003768 .flags = RPC_TASK_ASYNC,
3769 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003770
Frank Filz137d6ac2007-07-09 15:32:29 -07003771 /* Ensure this is an unlock - when canceling a lock, the
3772 * canceled lock is passed in, and it won't be an unlock.
3773 */
3774 fl->fl_type = F_UNLCK;
3775
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003776 data = nfs4_alloc_unlockdata(fl, ctx, lsp, seqid);
3777 if (data == NULL) {
3778 nfs_free_seqid(seqid);
3779 return ERR_PTR(-ENOMEM);
3780 }
3781
Trond Myklebust5138fde2007-07-14 15:40:01 -04003782 msg.rpc_argp = &data->arg,
3783 msg.rpc_resp = &data->res,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003784 task_setup_data.callback_data = data;
3785 return rpc_run_task(&task_setup_data);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003786}
3787
Linus Torvalds1da177e2005-04-16 15:20:36 -07003788static int nfs4_proc_unlck(struct nfs4_state *state, int cmd, struct file_lock *request)
3789{
Trond Myklebust19e03c52008-12-23 15:21:44 -05003790 struct nfs_inode *nfsi = NFS_I(state->inode);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003791 struct nfs_seqid *seqid;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003792 struct nfs4_lock_state *lsp;
Trond Myklebust06f814a2006-01-03 09:55:07 +01003793 struct rpc_task *task;
3794 int status = 0;
Trond Myklebust536ff0f2008-04-04 15:08:02 -04003795 unsigned char fl_flags = request->fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003796
Trond Myklebust9b073572006-06-29 16:38:34 -04003797 status = nfs4_set_lock_state(state, request);
3798 /* Unlock _before_ we do the RPC call */
3799 request->fl_flags |= FL_EXISTS;
Trond Myklebust19e03c52008-12-23 15:21:44 -05003800 down_read(&nfsi->rwsem);
3801 if (do_vfs_lock(request->fl_file, request) == -ENOENT) {
3802 up_read(&nfsi->rwsem);
Trond Myklebust9b073572006-06-29 16:38:34 -04003803 goto out;
Trond Myklebust19e03c52008-12-23 15:21:44 -05003804 }
3805 up_read(&nfsi->rwsem);
Trond Myklebust9b073572006-06-29 16:38:34 -04003806 if (status != 0)
3807 goto out;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05003808 /* Is this a delegated lock? */
3809 if (test_bit(NFS_DELEGATED_STATE, &state->flags))
Trond Myklebust9b073572006-06-29 16:38:34 -04003810 goto out;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003811 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003812 seqid = nfs_alloc_seqid(&lsp->ls_seqid);
Trond Myklebust9b073572006-06-29 16:38:34 -04003813 status = -ENOMEM;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003814 if (seqid == NULL)
Trond Myklebust9b073572006-06-29 16:38:34 -04003815 goto out;
Trond Myklebustcd3758e2007-08-10 17:44:32 -04003816 task = nfs4_do_unlck(request, nfs_file_open_context(request->fl_file), lsp, seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003817 status = PTR_ERR(task);
3818 if (IS_ERR(task))
Trond Myklebust9b073572006-06-29 16:38:34 -04003819 goto out;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003820 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05003821 rpc_put_task(task);
Trond Myklebust9b073572006-06-29 16:38:34 -04003822out:
Trond Myklebust536ff0f2008-04-04 15:08:02 -04003823 request->fl_flags = fl_flags;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003824 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003825}
3826
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003827struct nfs4_lockdata {
3828 struct nfs_lock_args arg;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003829 struct nfs_lock_res res;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003830 struct nfs4_lock_state *lsp;
3831 struct nfs_open_context *ctx;
3832 struct file_lock fl;
Trond Myklebust26e976a2006-01-03 09:55:21 +01003833 unsigned long timestamp;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003834 int rpc_status;
3835 int cancelled;
Andy Adamson66179ef2009-04-01 09:22:22 -04003836 struct nfs_server *server;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003837};
3838
3839static struct nfs4_lockdata *nfs4_alloc_lockdata(struct file_lock *fl,
3840 struct nfs_open_context *ctx, struct nfs4_lock_state *lsp)
3841{
3842 struct nfs4_lockdata *p;
3843 struct inode *inode = lsp->ls_state->inode;
3844 struct nfs_server *server = NFS_SERVER(inode);
3845
3846 p = kzalloc(sizeof(*p), GFP_KERNEL);
3847 if (p == NULL)
3848 return NULL;
3849
3850 p->arg.fh = NFS_FH(inode);
3851 p->arg.fl = &p->fl;
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05003852 p->arg.open_seqid = nfs_alloc_seqid(&lsp->ls_state->owner->so_seqid);
3853 if (p->arg.open_seqid == NULL)
3854 goto out_free;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003855 p->arg.lock_seqid = nfs_alloc_seqid(&lsp->ls_seqid);
3856 if (p->arg.lock_seqid == NULL)
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05003857 goto out_free_seqid;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003858 p->arg.lock_stateid = &lsp->ls_stateid;
David Howells7539bba2006-08-22 20:06:09 -04003859 p->arg.lock_owner.clientid = server->nfs_client->cl_clientid;
Trond Myklebust9f958ab2007-07-02 13:58:33 -04003860 p->arg.lock_owner.id = lsp->ls_id.id;
Trond Myklebustc1d51932008-04-07 13:20:54 -04003861 p->res.lock_seqid = p->arg.lock_seqid;
Andy Adamson5f7dbd52009-04-01 09:22:05 -04003862 p->res.seq_res.sr_slotid = NFS4_MAX_SLOT_TABLE;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003863 p->lsp = lsp;
Andy Adamson66179ef2009-04-01 09:22:22 -04003864 p->server = server;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003865 atomic_inc(&lsp->ls_count);
3866 p->ctx = get_nfs_open_context(ctx);
3867 memcpy(&p->fl, fl, sizeof(p->fl));
3868 return p;
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05003869out_free_seqid:
3870 nfs_free_seqid(p->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003871out_free:
3872 kfree(p);
3873 return NULL;
3874}
3875
3876static void nfs4_lock_prepare(struct rpc_task *task, void *calldata)
3877{
3878 struct nfs4_lockdata *data = calldata;
3879 struct nfs4_state *state = data->lsp->ls_state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003880
Harvey Harrison3110ff82008-05-02 13:42:44 -07003881 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05003882 if (nfs_wait_on_sequence(data->arg.lock_seqid, task) != 0)
3883 return;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003884 /* Do we need to do an open_to_lock_owner? */
3885 if (!(data->arg.lock_seqid->sequence->flags & NFS_SEQID_CONFIRMED)) {
Trond Myklebuste6e21972008-01-02 16:27:16 -05003886 if (nfs_wait_on_sequence(data->arg.open_seqid, task) != 0)
3887 return;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003888 data->arg.open_stateid = &state->stateid;
3889 data->arg.new_lock_owner = 1;
Trond Myklebustc1d51932008-04-07 13:20:54 -04003890 data->res.open_seqid = data->arg.open_seqid;
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05003891 } else
3892 data->arg.new_lock_owner = 0;
Trond Myklebust26e976a2006-01-03 09:55:21 +01003893 data->timestamp = jiffies;
Andy Adamson66179ef2009-04-01 09:22:22 -04003894 if (nfs4_setup_sequence(data->server->nfs_client, &data->arg.seq_args,
3895 &data->res.seq_res, 1, task))
3896 return;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003897 rpc_call_start(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07003898 dprintk("%s: done!, ret = %d\n", __func__, data->rpc_status);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003899}
3900
3901static void nfs4_lock_done(struct rpc_task *task, void *calldata)
3902{
3903 struct nfs4_lockdata *data = calldata;
3904
Harvey Harrison3110ff82008-05-02 13:42:44 -07003905 dprintk("%s: begin!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003906
Andy Adamson66179ef2009-04-01 09:22:22 -04003907 nfs4_sequence_done_free_slot(data->server, &data->res.seq_res,
3908 task->tk_status);
3909
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003910 data->rpc_status = task->tk_status;
3911 if (RPC_ASSASSINATED(task))
3912 goto out;
3913 if (data->arg.new_lock_owner != 0) {
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003914 if (data->rpc_status == 0)
3915 nfs_confirm_seqid(&data->lsp->ls_seqid, 0);
3916 else
3917 goto out;
3918 }
3919 if (data->rpc_status == 0) {
3920 memcpy(data->lsp->ls_stateid.data, data->res.stateid.data,
3921 sizeof(data->lsp->ls_stateid.data));
3922 data->lsp->ls_flags |= NFS_LOCK_INITIALIZED;
Trond Myklebust88be9f92007-06-05 10:42:27 -04003923 renew_lease(NFS_SERVER(data->ctx->path.dentry->d_inode), data->timestamp);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003924 }
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003925out:
Harvey Harrison3110ff82008-05-02 13:42:44 -07003926 dprintk("%s: done, ret = %d!\n", __func__, data->rpc_status);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003927}
3928
3929static void nfs4_lock_release(void *calldata)
3930{
3931 struct nfs4_lockdata *data = calldata;
3932
Harvey Harrison3110ff82008-05-02 13:42:44 -07003933 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05003934 nfs_free_seqid(data->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003935 if (data->cancelled != 0) {
3936 struct rpc_task *task;
3937 task = nfs4_do_unlck(&data->fl, data->ctx, data->lsp,
3938 data->arg.lock_seqid);
3939 if (!IS_ERR(task))
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05003940 rpc_put_task(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07003941 dprintk("%s: cancelling lock!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003942 } else
3943 nfs_free_seqid(data->arg.lock_seqid);
3944 nfs4_put_lock_state(data->lsp);
3945 put_nfs_open_context(data->ctx);
3946 kfree(data);
Harvey Harrison3110ff82008-05-02 13:42:44 -07003947 dprintk("%s: done!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003948}
3949
3950static const struct rpc_call_ops nfs4_lock_ops = {
3951 .rpc_call_prepare = nfs4_lock_prepare,
3952 .rpc_call_done = nfs4_lock_done,
3953 .rpc_release = nfs4_lock_release,
3954};
3955
3956static int _nfs4_do_setlk(struct nfs4_state *state, int cmd, struct file_lock *fl, int reclaim)
3957{
3958 struct nfs4_lockdata *data;
3959 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003960 struct rpc_message msg = {
3961 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCK],
3962 .rpc_cred = state->owner->so_cred,
3963 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04003964 struct rpc_task_setup task_setup_data = {
3965 .rpc_client = NFS_CLIENT(state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04003966 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003967 .callback_ops = &nfs4_lock_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05003968 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003969 .flags = RPC_TASK_ASYNC,
3970 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003971 int ret;
3972
Harvey Harrison3110ff82008-05-02 13:42:44 -07003973 dprintk("%s: begin!\n", __func__);
Trond Myklebustcd3758e2007-08-10 17:44:32 -04003974 data = nfs4_alloc_lockdata(fl, nfs_file_open_context(fl->fl_file),
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003975 fl->fl_u.nfs4_fl.owner);
3976 if (data == NULL)
3977 return -ENOMEM;
3978 if (IS_SETLKW(cmd))
3979 data->arg.block = 1;
3980 if (reclaim != 0)
3981 data->arg.reclaim = 1;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003982 msg.rpc_argp = &data->arg,
3983 msg.rpc_resp = &data->res,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003984 task_setup_data.callback_data = data;
3985 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05003986 if (IS_ERR(task))
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003987 return PTR_ERR(task);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003988 ret = nfs4_wait_for_completion_rpc_task(task);
3989 if (ret == 0) {
3990 ret = data->rpc_status;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003991 } else
3992 data->cancelled = 1;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05003993 rpc_put_task(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07003994 dprintk("%s: done, ret = %d!\n", __func__, ret);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003995 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003996}
3997
3998static int nfs4_lock_reclaim(struct nfs4_state *state, struct file_lock *request)
3999{
Trond Myklebust202b50d2005-06-22 17:16:29 +00004000 struct nfs_server *server = NFS_SERVER(state->inode);
4001 struct nfs4_exception exception = { };
4002 int err;
4003
4004 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04004005 /* Cache the lock if possible... */
4006 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
4007 return 0;
Trond Myklebust202b50d2005-06-22 17:16:29 +00004008 err = _nfs4_do_setlk(state, F_SETLK, request, 1);
4009 if (err != -NFS4ERR_DELAY)
4010 break;
4011 nfs4_handle_exception(server, err, &exception);
4012 } while (exception.retry);
4013 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004014}
4015
4016static int nfs4_lock_expired(struct nfs4_state *state, struct file_lock *request)
4017{
Trond Myklebust202b50d2005-06-22 17:16:29 +00004018 struct nfs_server *server = NFS_SERVER(state->inode);
4019 struct nfs4_exception exception = { };
4020 int err;
4021
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004022 err = nfs4_set_lock_state(state, request);
4023 if (err != 0)
4024 return err;
Trond Myklebust202b50d2005-06-22 17:16:29 +00004025 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04004026 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
4027 return 0;
Trond Myklebust202b50d2005-06-22 17:16:29 +00004028 err = _nfs4_do_setlk(state, F_SETLK, request, 0);
4029 if (err != -NFS4ERR_DELAY)
4030 break;
4031 nfs4_handle_exception(server, err, &exception);
4032 } while (exception.retry);
4033 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004034}
4035
4036static int _nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
4037{
Trond Myklebust19e03c52008-12-23 15:21:44 -05004038 struct nfs_inode *nfsi = NFS_I(state->inode);
Trond Myklebust01c3b862006-06-29 16:38:39 -04004039 unsigned char fl_flags = request->fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004040 int status;
4041
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004042 /* Is this a delegated open? */
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004043 status = nfs4_set_lock_state(state, request);
4044 if (status != 0)
4045 goto out;
Trond Myklebust01c3b862006-06-29 16:38:39 -04004046 request->fl_flags |= FL_ACCESS;
4047 status = do_vfs_lock(request->fl_file, request);
4048 if (status < 0)
4049 goto out;
Trond Myklebust19e03c52008-12-23 15:21:44 -05004050 down_read(&nfsi->rwsem);
Trond Myklebust01c3b862006-06-29 16:38:39 -04004051 if (test_bit(NFS_DELEGATED_STATE, &state->flags)) {
Trond Myklebust01c3b862006-06-29 16:38:39 -04004052 /* Yes: cache locks! */
Trond Myklebust01c3b862006-06-29 16:38:39 -04004053 /* ...but avoid races with delegation recall... */
Trond Myklebust19e03c52008-12-23 15:21:44 -05004054 request->fl_flags = fl_flags & ~FL_SLEEP;
4055 status = do_vfs_lock(request->fl_file, request);
4056 goto out_unlock;
Trond Myklebust01c3b862006-06-29 16:38:39 -04004057 }
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004058 status = _nfs4_do_setlk(state, cmd, request, 0);
4059 if (status != 0)
Trond Myklebust01c3b862006-06-29 16:38:39 -04004060 goto out_unlock;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004061 /* Note: we always want to sleep here! */
Trond Myklebust01c3b862006-06-29 16:38:39 -04004062 request->fl_flags = fl_flags | FL_SLEEP;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004063 if (do_vfs_lock(request->fl_file, request) < 0)
Harvey Harrison3110ff82008-05-02 13:42:44 -07004064 printk(KERN_WARNING "%s: VFS is out of sync with lock manager!\n", __func__);
Trond Myklebust01c3b862006-06-29 16:38:39 -04004065out_unlock:
Trond Myklebust19e03c52008-12-23 15:21:44 -05004066 up_read(&nfsi->rwsem);
Trond Myklebust01c3b862006-06-29 16:38:39 -04004067out:
4068 request->fl_flags = fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004069 return status;
4070}
4071
4072static int nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
4073{
4074 struct nfs4_exception exception = { };
4075 int err;
4076
4077 do {
Trond Myklebust965b5d62009-06-17 13:22:59 -07004078 err = _nfs4_proc_setlk(state, cmd, request);
4079 if (err == -NFS4ERR_DENIED)
4080 err = -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004081 err = nfs4_handle_exception(NFS_SERVER(state->inode),
Trond Myklebust965b5d62009-06-17 13:22:59 -07004082 err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004083 } while (exception.retry);
4084 return err;
4085}
4086
4087static int
4088nfs4_proc_lock(struct file *filp, int cmd, struct file_lock *request)
4089{
4090 struct nfs_open_context *ctx;
4091 struct nfs4_state *state;
4092 unsigned long timeout = NFS4_LOCK_MINTIMEOUT;
4093 int status;
4094
4095 /* verify open state */
Trond Myklebustcd3758e2007-08-10 17:44:32 -04004096 ctx = nfs_file_open_context(filp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004097 state = ctx->state;
4098
4099 if (request->fl_start < 0 || request->fl_end < 0)
4100 return -EINVAL;
4101
Trond Myklebustd9531262009-07-21 19:22:38 -04004102 if (IS_GETLK(cmd)) {
4103 if (state != NULL)
4104 return nfs4_proc_getlk(state, F_GETLK, request);
4105 return 0;
4106 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004107
4108 if (!(IS_SETLK(cmd) || IS_SETLKW(cmd)))
4109 return -EINVAL;
4110
Trond Myklebustd9531262009-07-21 19:22:38 -04004111 if (request->fl_type == F_UNLCK) {
4112 if (state != NULL)
4113 return nfs4_proc_unlck(state, cmd, request);
4114 return 0;
4115 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004116
Trond Myklebustd9531262009-07-21 19:22:38 -04004117 if (state == NULL)
4118 return -ENOLCK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004119 do {
4120 status = nfs4_proc_setlk(state, cmd, request);
4121 if ((status != -EAGAIN) || IS_SETLK(cmd))
4122 break;
4123 timeout = nfs4_set_lock_task_retry(timeout);
4124 status = -ERESTARTSYS;
4125 if (signalled())
4126 break;
4127 } while(status < 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004128 return status;
4129}
4130
Trond Myklebust888e6942005-11-04 15:38:11 -05004131int nfs4_lock_delegation_recall(struct nfs4_state *state, struct file_lock *fl)
4132{
4133 struct nfs_server *server = NFS_SERVER(state->inode);
4134 struct nfs4_exception exception = { };
4135 int err;
4136
4137 err = nfs4_set_lock_state(state, fl);
4138 if (err != 0)
4139 goto out;
4140 do {
4141 err = _nfs4_do_setlk(state, F_SETLK, fl, 0);
Trond Myklebustd5122202009-06-17 13:22:58 -07004142 switch (err) {
4143 default:
4144 printk(KERN_ERR "%s: unhandled error %d.\n",
4145 __func__, err);
4146 case 0:
Trond Myklebust965b5d62009-06-17 13:22:59 -07004147 case -ESTALE:
Trond Myklebustd5122202009-06-17 13:22:58 -07004148 goto out;
4149 case -NFS4ERR_EXPIRED:
4150 case -NFS4ERR_STALE_CLIENTID:
Trond Myklebust965b5d62009-06-17 13:22:59 -07004151 case -NFS4ERR_STALE_STATEID:
Trond Myklebustd5122202009-06-17 13:22:58 -07004152 nfs4_schedule_state_recovery(server->nfs_client);
4153 goto out;
Trond Myklebust965b5d62009-06-17 13:22:59 -07004154 case -ERESTARTSYS:
4155 /*
4156 * The show must go on: exit, but mark the
4157 * stateid as needing recovery.
4158 */
4159 case -NFS4ERR_ADMIN_REVOKED:
4160 case -NFS4ERR_BAD_STATEID:
4161 case -NFS4ERR_OPENMODE:
4162 nfs4_state_mark_reclaim_nograce(server->nfs_client, state);
4163 err = 0;
4164 goto out;
4165 case -ENOMEM:
4166 case -NFS4ERR_DENIED:
4167 /* kill_proc(fl->fl_pid, SIGLOST, 1); */
4168 err = 0;
4169 goto out;
Trond Myklebustd5122202009-06-17 13:22:58 -07004170 case -NFS4ERR_DELAY:
4171 break;
4172 }
Trond Myklebust888e6942005-11-04 15:38:11 -05004173 err = nfs4_handle_exception(server, err, &exception);
4174 } while (exception.retry);
4175out:
4176 return err;
4177}
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004178
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004179#define XATTR_NAME_NFSV4_ACL "system.nfs4_acl"
4180
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004181int nfs4_setxattr(struct dentry *dentry, const char *key, const void *buf,
4182 size_t buflen, int flags)
4183{
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004184 struct inode *inode = dentry->d_inode;
4185
4186 if (strcmp(key, XATTR_NAME_NFSV4_ACL) != 0)
4187 return -EOPNOTSUPP;
4188
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004189 return nfs4_proc_set_acl(inode, buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004190}
4191
4192/* The getxattr man page suggests returning -ENODATA for unknown attributes,
4193 * and that's what we'll do for e.g. user attributes that haven't been set.
4194 * But we'll follow ext2/ext3's lead by returning -EOPNOTSUPP for unsupported
4195 * attributes in kernel-managed attribute namespaces. */
4196ssize_t nfs4_getxattr(struct dentry *dentry, const char *key, void *buf,
4197 size_t buflen)
4198{
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004199 struct inode *inode = dentry->d_inode;
4200
4201 if (strcmp(key, XATTR_NAME_NFSV4_ACL) != 0)
4202 return -EOPNOTSUPP;
4203
4204 return nfs4_proc_get_acl(inode, buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004205}
4206
4207ssize_t nfs4_listxattr(struct dentry *dentry, char *buf, size_t buflen)
4208{
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004209 size_t len = strlen(XATTR_NAME_NFSV4_ACL) + 1;
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004210
J. Bruce Fields096455a2006-03-20 23:23:42 -05004211 if (!nfs4_server_supports_acls(NFS_SERVER(dentry->d_inode)))
4212 return 0;
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004213 if (buf && buflen < len)
4214 return -ERANGE;
4215 if (buf)
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004216 memcpy(buf, XATTR_NAME_NFSV4_ACL, len);
4217 return len;
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004218}
4219
Trond Myklebust69aaaae2009-03-11 14:10:28 -04004220static void nfs_fixup_referral_attributes(struct nfs_fattr *fattr)
4221{
4222 if (!((fattr->valid & NFS_ATTR_FATTR_FILEID) &&
4223 (fattr->valid & NFS_ATTR_FATTR_FSID) &&
4224 (fattr->valid & NFS_ATTR_FATTR_V4_REFERRAL)))
4225 return;
4226
4227 fattr->valid |= NFS_ATTR_FATTR_TYPE | NFS_ATTR_FATTR_MODE |
4228 NFS_ATTR_FATTR_NLINK;
4229 fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO;
4230 fattr->nlink = 2;
4231}
4232
Trond Myklebust56659e92007-07-17 21:52:39 -04004233int nfs4_proc_fs_locations(struct inode *dir, const struct qstr *name,
Manoj Naik7aaa0b32006-06-09 09:34:23 -04004234 struct nfs4_fs_locations *fs_locations, struct page *page)
Trond Myklebust683b57b2006-06-09 09:34:22 -04004235{
4236 struct nfs_server *server = NFS_SERVER(dir);
4237 u32 bitmask[2] = {
Manoj Naik361e6242006-06-09 09:34:24 -04004238 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
4239 [1] = FATTR4_WORD1_MOUNTED_ON_FILEID,
Trond Myklebust683b57b2006-06-09 09:34:22 -04004240 };
4241 struct nfs4_fs_locations_arg args = {
4242 .dir_fh = NFS_FH(dir),
Trond Myklebustc228fd32007-01-13 02:28:11 -05004243 .name = name,
Trond Myklebust683b57b2006-06-09 09:34:22 -04004244 .page = page,
4245 .bitmask = bitmask,
4246 };
Benny Halevy22958462009-04-01 09:22:02 -04004247 struct nfs4_fs_locations_res res = {
4248 .fs_locations = fs_locations,
4249 };
Trond Myklebust683b57b2006-06-09 09:34:22 -04004250 struct rpc_message msg = {
4251 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS],
4252 .rpc_argp = &args,
Benny Halevy22958462009-04-01 09:22:02 -04004253 .rpc_resp = &res,
Trond Myklebust683b57b2006-06-09 09:34:22 -04004254 };
4255 int status;
4256
Harvey Harrison3110ff82008-05-02 13:42:44 -07004257 dprintk("%s: start\n", __func__);
Trond Myklebustc228fd32007-01-13 02:28:11 -05004258 nfs_fattr_init(&fs_locations->fattr);
Trond Myklebust683b57b2006-06-09 09:34:22 -04004259 fs_locations->server = server;
Manoj Naik830b8e32006-06-09 09:34:25 -04004260 fs_locations->nlocations = 0;
Andy Adamsoncccef3b2009-04-01 09:22:03 -04004261 status = nfs4_call_sync(server, &msg, &args, &res, 0);
Trond Myklebust69aaaae2009-03-11 14:10:28 -04004262 nfs_fixup_referral_attributes(&fs_locations->fattr);
Harvey Harrison3110ff82008-05-02 13:42:44 -07004263 dprintk("%s: returned status = %d\n", __func__, status);
Trond Myklebust683b57b2006-06-09 09:34:22 -04004264 return status;
4265}
4266
Andy Adamson557134a2009-04-01 09:21:53 -04004267#ifdef CONFIG_NFS_V4_1
Benny Halevy99fe60d2009-04-01 09:22:29 -04004268/*
4269 * nfs4_proc_exchange_id()
4270 *
4271 * Since the clientid has expired, all compounds using sessions
4272 * associated with the stale clientid will be returning
4273 * NFS4ERR_BADSESSION in the sequence operation, and will therefore
4274 * be in some phase of session reset.
4275 */
4276static int nfs4_proc_exchange_id(struct nfs_client *clp, struct rpc_cred *cred)
4277{
4278 nfs4_verifier verifier;
4279 struct nfs41_exchange_id_args args = {
4280 .client = clp,
4281 .flags = clp->cl_exchange_flags,
4282 };
4283 struct nfs41_exchange_id_res res = {
4284 .client = clp,
4285 };
4286 int status;
4287 struct rpc_message msg = {
4288 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_EXCHANGE_ID],
4289 .rpc_argp = &args,
4290 .rpc_resp = &res,
4291 .rpc_cred = cred,
4292 };
4293 __be32 *p;
4294
4295 dprintk("--> %s\n", __func__);
4296 BUG_ON(clp == NULL);
Andy Adamsona7b72102009-04-01 09:22:46 -04004297
Benny Halevy99fe60d2009-04-01 09:22:29 -04004298 p = (u32 *)verifier.data;
4299 *p++ = htonl((u32)clp->cl_boot_time.tv_sec);
4300 *p = htonl((u32)clp->cl_boot_time.tv_nsec);
4301 args.verifier = &verifier;
4302
4303 while (1) {
4304 args.id_len = scnprintf(args.id, sizeof(args.id),
4305 "%s/%s %u",
4306 clp->cl_ipaddr,
4307 rpc_peeraddr2str(clp->cl_rpcclient,
4308 RPC_DISPLAY_ADDR),
4309 clp->cl_id_uniquifier);
4310
4311 status = rpc_call_sync(clp->cl_rpcclient, &msg, 0);
4312
4313 if (status != NFS4ERR_CLID_INUSE)
4314 break;
4315
4316 if (signalled())
4317 break;
4318
4319 if (++clp->cl_id_uniquifier == 0)
4320 break;
4321 }
4322
4323 dprintk("<-- %s status= %d\n", __func__, status);
4324 return status;
4325}
4326
Andy Adamson2050f0c2009-04-01 09:22:30 -04004327struct nfs4_get_lease_time_data {
4328 struct nfs4_get_lease_time_args *args;
4329 struct nfs4_get_lease_time_res *res;
4330 struct nfs_client *clp;
4331};
4332
4333static void nfs4_get_lease_time_prepare(struct rpc_task *task,
4334 void *calldata)
4335{
4336 int ret;
4337 struct nfs4_get_lease_time_data *data =
4338 (struct nfs4_get_lease_time_data *)calldata;
4339
4340 dprintk("--> %s\n", __func__);
4341 /* just setup sequence, do not trigger session recovery
4342 since we're invoked within one */
4343 ret = nfs41_setup_sequence(data->clp->cl_session,
4344 &data->args->la_seq_args,
4345 &data->res->lr_seq_res, 0, task);
4346
4347 BUG_ON(ret == -EAGAIN);
4348 rpc_call_start(task);
4349 dprintk("<-- %s\n", __func__);
4350}
4351
4352/*
4353 * Called from nfs4_state_manager thread for session setup, so don't recover
4354 * from sequence operation or clientid errors.
4355 */
4356static void nfs4_get_lease_time_done(struct rpc_task *task, void *calldata)
4357{
4358 struct nfs4_get_lease_time_data *data =
4359 (struct nfs4_get_lease_time_data *)calldata;
4360
4361 dprintk("--> %s\n", __func__);
4362 nfs41_sequence_done(data->clp, &data->res->lr_seq_res, task->tk_status);
4363 switch (task->tk_status) {
4364 case -NFS4ERR_DELAY:
4365 case -NFS4ERR_GRACE:
4366 dprintk("%s Retry: tk_status %d\n", __func__, task->tk_status);
4367 rpc_delay(task, NFS4_POLL_RETRY_MIN);
4368 task->tk_status = 0;
Andy Adamsoneedc0202009-04-01 09:22:41 -04004369 nfs4_restart_rpc(task, data->clp);
Andy Adamson2050f0c2009-04-01 09:22:30 -04004370 return;
4371 }
4372 nfs41_sequence_free_slot(data->clp, &data->res->lr_seq_res);
4373 dprintk("<-- %s\n", __func__);
4374}
4375
4376struct rpc_call_ops nfs4_get_lease_time_ops = {
4377 .rpc_call_prepare = nfs4_get_lease_time_prepare,
4378 .rpc_call_done = nfs4_get_lease_time_done,
4379};
4380
4381int nfs4_proc_get_lease_time(struct nfs_client *clp, struct nfs_fsinfo *fsinfo)
4382{
4383 struct rpc_task *task;
4384 struct nfs4_get_lease_time_args args;
4385 struct nfs4_get_lease_time_res res = {
4386 .lr_fsinfo = fsinfo,
4387 };
4388 struct nfs4_get_lease_time_data data = {
4389 .args = &args,
4390 .res = &res,
4391 .clp = clp,
4392 };
4393 struct rpc_message msg = {
4394 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GET_LEASE_TIME],
4395 .rpc_argp = &args,
4396 .rpc_resp = &res,
4397 };
4398 struct rpc_task_setup task_setup = {
4399 .rpc_client = clp->cl_rpcclient,
4400 .rpc_message = &msg,
4401 .callback_ops = &nfs4_get_lease_time_ops,
4402 .callback_data = &data
4403 };
4404 int status;
4405
4406 res.lr_seq_res.sr_slotid = NFS4_MAX_SLOT_TABLE;
4407 dprintk("--> %s\n", __func__);
4408 task = rpc_run_task(&task_setup);
4409
4410 if (IS_ERR(task))
4411 status = PTR_ERR(task);
4412 else {
4413 status = task->tk_status;
4414 rpc_put_task(task);
4415 }
4416 dprintk("<-- %s return %d\n", __func__, status);
4417
4418 return status;
4419}
4420
Ricardo Labiagab73dafa2009-04-01 09:23:31 -04004421/*
4422 * Reset a slot table
4423 */
4424static int nfs4_reset_slot_table(struct nfs4_slot_table *tbl, int max_slots,
4425 int old_max_slots, int ivalue)
Andy Adamsonac72b7b2009-04-01 09:22:37 -04004426{
Ricardo Labiagab73dafa2009-04-01 09:23:31 -04004427 int i;
Andy Adamsonac72b7b2009-04-01 09:22:37 -04004428 int ret = 0;
4429
Ricardo Labiagab73dafa2009-04-01 09:23:31 -04004430 dprintk("--> %s: max_reqs=%u, tbl %p\n", __func__, max_slots, tbl);
Andy Adamsonac72b7b2009-04-01 09:22:37 -04004431
Ricardo Labiagab73dafa2009-04-01 09:23:31 -04004432 /*
4433 * Until we have dynamic slot table adjustment, insist
4434 * upon the same slot table size
4435 */
Andy Adamsonac72b7b2009-04-01 09:22:37 -04004436 if (max_slots != old_max_slots) {
4437 dprintk("%s reset slot table does't match old\n",
4438 __func__);
4439 ret = -EINVAL; /*XXX NFS4ERR_REQ_TOO_BIG ? */
4440 goto out;
4441 }
4442 spin_lock(&tbl->slot_tbl_lock);
4443 for (i = 0; i < max_slots; ++i)
Ricardo Labiagab73dafa2009-04-01 09:23:31 -04004444 tbl->slots[i].seq_nr = ivalue;
Andy Adamsonac72b7b2009-04-01 09:22:37 -04004445 tbl->highest_used_slotid = -1;
4446 spin_unlock(&tbl->slot_tbl_lock);
4447 dprintk("%s: tbl=%p slots=%p max_slots=%d\n", __func__,
4448 tbl, tbl->slots, tbl->max_slots);
4449out:
4450 dprintk("<-- %s: return %d\n", __func__, ret);
4451 return ret;
4452}
4453
Andy Adamsonfc931582009-04-01 09:22:31 -04004454/*
Ricardo Labiagab73dafa2009-04-01 09:23:31 -04004455 * Reset the forechannel and backchannel slot tables
4456 */
4457static int nfs4_reset_slot_tables(struct nfs4_session *session)
4458{
4459 int status;
4460
4461 status = nfs4_reset_slot_table(&session->fc_slot_table,
4462 session->fc_attrs.max_reqs,
4463 session->fc_slot_table.max_slots,
4464 1);
Ricardo Labiagaf8625a62009-04-01 09:23:33 -04004465 if (status)
4466 return status;
4467
4468 status = nfs4_reset_slot_table(&session->bc_slot_table,
4469 session->bc_attrs.max_reqs,
4470 session->bc_slot_table.max_slots,
4471 0);
Ricardo Labiagab73dafa2009-04-01 09:23:31 -04004472 return status;
4473}
4474
Ricardo Labiagaf8625a62009-04-01 09:23:33 -04004475/* Destroy the slot table */
4476static void nfs4_destroy_slot_tables(struct nfs4_session *session)
4477{
4478 if (session->fc_slot_table.slots != NULL) {
4479 kfree(session->fc_slot_table.slots);
4480 session->fc_slot_table.slots = NULL;
4481 }
4482 if (session->bc_slot_table.slots != NULL) {
4483 kfree(session->bc_slot_table.slots);
4484 session->bc_slot_table.slots = NULL;
4485 }
4486 return;
4487}
4488
Ricardo Labiagab73dafa2009-04-01 09:23:31 -04004489/*
Andy Adamsonfc931582009-04-01 09:22:31 -04004490 * Initialize slot table
4491 */
Ricardo Labiaga050047c2009-04-01 09:23:32 -04004492static int nfs4_init_slot_table(struct nfs4_slot_table *tbl,
4493 int max_slots, int ivalue)
Andy Adamsonfc931582009-04-01 09:22:31 -04004494{
Ricardo Labiaga050047c2009-04-01 09:23:32 -04004495 int i;
Andy Adamsonfc931582009-04-01 09:22:31 -04004496 struct nfs4_slot *slot;
4497 int ret = -ENOMEM;
4498
4499 BUG_ON(max_slots > NFS4_MAX_SLOT_TABLE);
4500
Ricardo Labiaga050047c2009-04-01 09:23:32 -04004501 dprintk("--> %s: max_reqs=%u\n", __func__, max_slots);
Andy Adamsonfc931582009-04-01 09:22:31 -04004502
4503 slot = kcalloc(max_slots, sizeof(struct nfs4_slot), GFP_KERNEL);
4504 if (!slot)
4505 goto out;
4506 for (i = 0; i < max_slots; ++i)
Ricardo Labiaga050047c2009-04-01 09:23:32 -04004507 slot[i].seq_nr = ivalue;
Andy Adamsonfc931582009-04-01 09:22:31 -04004508 ret = 0;
4509
4510 spin_lock(&tbl->slot_tbl_lock);
4511 if (tbl->slots != NULL) {
4512 spin_unlock(&tbl->slot_tbl_lock);
4513 dprintk("%s: slot table already initialized. tbl=%p slots=%p\n",
4514 __func__, tbl, tbl->slots);
4515 WARN_ON(1);
4516 goto out_free;
4517 }
4518 tbl->max_slots = max_slots;
4519 tbl->slots = slot;
4520 tbl->highest_used_slotid = -1; /* no slot is currently used */
4521 spin_unlock(&tbl->slot_tbl_lock);
4522 dprintk("%s: tbl=%p slots=%p max_slots=%d\n", __func__,
4523 tbl, tbl->slots, tbl->max_slots);
4524out:
4525 dprintk("<-- %s: return %d\n", __func__, ret);
4526 return ret;
Ricardo Labiaga050047c2009-04-01 09:23:32 -04004527
Andy Adamsonfc931582009-04-01 09:22:31 -04004528out_free:
4529 kfree(slot);
4530 goto out;
4531}
4532
Ricardo Labiaga050047c2009-04-01 09:23:32 -04004533/*
4534 * Initialize the forechannel and backchannel tables
4535 */
4536static int nfs4_init_slot_tables(struct nfs4_session *session)
4537{
4538 int status;
4539
4540 status = nfs4_init_slot_table(&session->fc_slot_table,
4541 session->fc_attrs.max_reqs, 1);
Ricardo Labiagaf8625a62009-04-01 09:23:33 -04004542 if (status)
4543 return status;
Ricardo Labiaga050047c2009-04-01 09:23:32 -04004544
Ricardo Labiagaf8625a62009-04-01 09:23:33 -04004545 status = nfs4_init_slot_table(&session->bc_slot_table,
4546 session->bc_attrs.max_reqs, 0);
4547 if (status)
4548 nfs4_destroy_slot_tables(session);
4549
4550 return status;
Andy Adamson557134a2009-04-01 09:21:53 -04004551}
4552
4553struct nfs4_session *nfs4_alloc_session(struct nfs_client *clp)
4554{
4555 struct nfs4_session *session;
4556 struct nfs4_slot_table *tbl;
4557
4558 session = kzalloc(sizeof(struct nfs4_session), GFP_KERNEL);
4559 if (!session)
4560 return NULL;
Andy Adamson76db6d92009-04-01 09:22:38 -04004561
4562 set_bit(NFS4CLNT_SESSION_SETUP, &clp->cl_state);
4563 /*
4564 * The create session reply races with the server back
4565 * channel probe. Mark the client NFS_CS_SESSION_INITING
4566 * so that the client back channel can find the
4567 * nfs_client struct
4568 */
4569 clp->cl_cons_state = NFS_CS_SESSION_INITING;
4570
Andy Adamson557134a2009-04-01 09:21:53 -04004571 tbl = &session->fc_slot_table;
4572 spin_lock_init(&tbl->slot_tbl_lock);
Ricardo Labiagaf8625a62009-04-01 09:23:33 -04004573 rpc_init_wait_queue(&tbl->slot_tbl_waitq, "ForeChannel Slot table");
4574
4575 tbl = &session->bc_slot_table;
4576 spin_lock_init(&tbl->slot_tbl_lock);
4577 rpc_init_wait_queue(&tbl->slot_tbl_waitq, "BackChannel Slot table");
4578
Andy Adamson557134a2009-04-01 09:21:53 -04004579 session->clp = clp;
4580 return session;
4581}
4582
4583void nfs4_destroy_session(struct nfs4_session *session)
4584{
Andy Adamson5a0ffe52009-04-01 09:23:18 -04004585 nfs4_proc_destroy_session(session);
4586 dprintk("%s Destroy backchannel for xprt %p\n",
4587 __func__, session->clp->cl_rpcclient->cl_xprt);
4588 xprt_destroy_backchannel(session->clp->cl_rpcclient->cl_xprt,
4589 NFS41_BC_MIN_CALLBACKS);
Ricardo Labiagaf8625a62009-04-01 09:23:33 -04004590 nfs4_destroy_slot_tables(session);
Andy Adamson557134a2009-04-01 09:21:53 -04004591 kfree(session);
4592}
4593
Andy Adamsonfc931582009-04-01 09:22:31 -04004594/*
4595 * Initialize the values to be used by the client in CREATE_SESSION
4596 * If nfs4_init_session set the fore channel request and response sizes,
4597 * use them.
4598 *
4599 * Set the back channel max_resp_sz_cached to zero to force the client to
4600 * always set csa_cachethis to FALSE because the current implementation
4601 * of the back channel DRC only supports caching the CB_SEQUENCE operation.
4602 */
4603static void nfs4_init_channel_attrs(struct nfs41_create_session_args *args)
4604{
4605 struct nfs4_session *session = args->client->cl_session;
4606 unsigned int mxrqst_sz = session->fc_attrs.max_rqst_sz,
4607 mxresp_sz = session->fc_attrs.max_resp_sz;
4608
4609 if (mxrqst_sz == 0)
4610 mxrqst_sz = NFS_MAX_FILE_IO_SIZE;
4611 if (mxresp_sz == 0)
4612 mxresp_sz = NFS_MAX_FILE_IO_SIZE;
4613 /* Fore channel attributes */
4614 args->fc_attrs.headerpadsz = 0;
4615 args->fc_attrs.max_rqst_sz = mxrqst_sz;
4616 args->fc_attrs.max_resp_sz = mxresp_sz;
4617 args->fc_attrs.max_resp_sz_cached = mxresp_sz;
4618 args->fc_attrs.max_ops = NFS4_MAX_OPS;
4619 args->fc_attrs.max_reqs = session->clp->cl_rpcclient->cl_xprt->max_reqs;
4620
4621 dprintk("%s: Fore Channel : max_rqst_sz=%u max_resp_sz=%u "
4622 "max_resp_sz_cached=%u max_ops=%u max_reqs=%u\n",
4623 __func__,
4624 args->fc_attrs.max_rqst_sz, args->fc_attrs.max_resp_sz,
4625 args->fc_attrs.max_resp_sz_cached, args->fc_attrs.max_ops,
4626 args->fc_attrs.max_reqs);
4627
4628 /* Back channel attributes */
4629 args->bc_attrs.headerpadsz = 0;
4630 args->bc_attrs.max_rqst_sz = PAGE_SIZE;
4631 args->bc_attrs.max_resp_sz = PAGE_SIZE;
4632 args->bc_attrs.max_resp_sz_cached = 0;
4633 args->bc_attrs.max_ops = NFS4_MAX_BACK_CHANNEL_OPS;
4634 args->bc_attrs.max_reqs = 1;
4635
4636 dprintk("%s: Back Channel : max_rqst_sz=%u max_resp_sz=%u "
4637 "max_resp_sz_cached=%u max_ops=%u max_reqs=%u\n",
4638 __func__,
4639 args->bc_attrs.max_rqst_sz, args->bc_attrs.max_resp_sz,
4640 args->bc_attrs.max_resp_sz_cached, args->bc_attrs.max_ops,
4641 args->bc_attrs.max_reqs);
4642}
4643
Andy Adamson8d353012009-04-01 09:22:32 -04004644static int _verify_channel_attr(char *chan, char *attr_name, u32 sent, u32 rcvd)
4645{
4646 if (rcvd <= sent)
4647 return 0;
4648 printk(KERN_WARNING "%s: Session INVALID: %s channel %s increased. "
4649 "sent=%u rcvd=%u\n", __func__, chan, attr_name, sent, rcvd);
4650 return -EINVAL;
4651}
4652
4653#define _verify_fore_channel_attr(_name_) \
4654 _verify_channel_attr("fore", #_name_, \
4655 args->fc_attrs._name_, \
4656 session->fc_attrs._name_)
4657
4658#define _verify_back_channel_attr(_name_) \
4659 _verify_channel_attr("back", #_name_, \
4660 args->bc_attrs._name_, \
4661 session->bc_attrs._name_)
4662
4663/*
4664 * The server is not allowed to increase the fore channel header pad size,
4665 * maximum response size, or maximum number of operations.
4666 *
4667 * The back channel attributes are only negotiatied down: We send what the
4668 * (back channel) server insists upon.
4669 */
4670static int nfs4_verify_channel_attrs(struct nfs41_create_session_args *args,
4671 struct nfs4_session *session)
4672{
4673 int ret = 0;
4674
4675 ret |= _verify_fore_channel_attr(headerpadsz);
4676 ret |= _verify_fore_channel_attr(max_resp_sz);
4677 ret |= _verify_fore_channel_attr(max_ops);
4678
4679 ret |= _verify_back_channel_attr(headerpadsz);
4680 ret |= _verify_back_channel_attr(max_rqst_sz);
4681 ret |= _verify_back_channel_attr(max_resp_sz);
4682 ret |= _verify_back_channel_attr(max_resp_sz_cached);
4683 ret |= _verify_back_channel_attr(max_ops);
4684 ret |= _verify_back_channel_attr(max_reqs);
4685
4686 return ret;
4687}
4688
Andy Adamsonfc931582009-04-01 09:22:31 -04004689static int _nfs4_proc_create_session(struct nfs_client *clp)
4690{
4691 struct nfs4_session *session = clp->cl_session;
4692 struct nfs41_create_session_args args = {
4693 .client = clp,
4694 .cb_program = NFS4_CALLBACK,
4695 };
4696 struct nfs41_create_session_res res = {
4697 .client = clp,
4698 };
4699 struct rpc_message msg = {
4700 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE_SESSION],
4701 .rpc_argp = &args,
4702 .rpc_resp = &res,
4703 };
4704 int status;
4705
4706 nfs4_init_channel_attrs(&args);
Andy Adamson0f914212009-04-01 09:23:16 -04004707 args.flags = (SESSION4_PERSIST | SESSION4_BACK_CHAN);
Andy Adamsonfc931582009-04-01 09:22:31 -04004708
4709 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, 0);
4710
Andy Adamson8d353012009-04-01 09:22:32 -04004711 if (!status)
4712 /* Verify the session's negotiated channel_attrs values */
4713 status = nfs4_verify_channel_attrs(&args, session);
Andy Adamsonfc931582009-04-01 09:22:31 -04004714 if (!status) {
4715 /* Increment the clientid slot sequence id */
4716 clp->cl_seqid++;
4717 }
4718
4719 return status;
4720}
4721
4722/*
4723 * Issues a CREATE_SESSION operation to the server.
4724 * It is the responsibility of the caller to verify the session is
4725 * expired before calling this routine.
4726 */
Andy Adamsonac72b7b2009-04-01 09:22:37 -04004727int nfs4_proc_create_session(struct nfs_client *clp, int reset)
Andy Adamsonfc931582009-04-01 09:22:31 -04004728{
4729 int status;
4730 unsigned *ptr;
4731 struct nfs_fsinfo fsinfo;
4732 struct nfs4_session *session = clp->cl_session;
4733
4734 dprintk("--> %s clp=%p session=%p\n", __func__, clp, session);
4735
4736 status = _nfs4_proc_create_session(clp);
4737 if (status)
4738 goto out;
4739
Andy Adamsonac72b7b2009-04-01 09:22:37 -04004740 /* Init or reset the fore channel */
4741 if (reset)
Ricardo Labiagab73dafa2009-04-01 09:23:31 -04004742 status = nfs4_reset_slot_tables(session);
Andy Adamsonac72b7b2009-04-01 09:22:37 -04004743 else
Ricardo Labiaga050047c2009-04-01 09:23:32 -04004744 status = nfs4_init_slot_tables(session);
Andy Adamsonfc931582009-04-01 09:22:31 -04004745 dprintk("fore channel slot table initialization returned %d\n", status);
4746 if (status)
4747 goto out;
4748
4749 ptr = (unsigned *)&session->sess_id.data[0];
4750 dprintk("%s client>seqid %d sessionid %u:%u:%u:%u\n", __func__,
4751 clp->cl_seqid, ptr[0], ptr[1], ptr[2], ptr[3]);
4752
Andy Adamsonac72b7b2009-04-01 09:22:37 -04004753 if (reset)
4754 /* Lease time is aleady set */
4755 goto out;
4756
Andy Adamsonfc931582009-04-01 09:22:31 -04004757 /* Get the lease time */
4758 status = nfs4_proc_get_lease_time(clp, &fsinfo);
4759 if (status == 0) {
4760 /* Update lease time and schedule renewal */
4761 spin_lock(&clp->cl_lock);
4762 clp->cl_lease_time = fsinfo.lease_time * HZ;
4763 clp->cl_last_renewal = jiffies;
4764 clear_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state);
4765 spin_unlock(&clp->cl_lock);
4766
4767 nfs4_schedule_state_renewal(clp);
4768 }
4769out:
4770 dprintk("<-- %s\n", __func__);
4771 return status;
4772}
4773
Andy Adamson0f3e66c2009-04-01 09:22:34 -04004774/*
4775 * Issue the over-the-wire RPC DESTROY_SESSION.
4776 * The caller must serialize access to this routine.
4777 */
4778int nfs4_proc_destroy_session(struct nfs4_session *session)
4779{
4780 int status = 0;
4781 struct rpc_message msg;
4782
4783 dprintk("--> nfs4_proc_destroy_session\n");
4784
4785 /* session is still being setup */
4786 if (session->clp->cl_cons_state != NFS_CS_READY)
4787 return status;
4788
4789 msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DESTROY_SESSION];
4790 msg.rpc_argp = session;
4791 msg.rpc_resp = NULL;
4792 msg.rpc_cred = NULL;
4793 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, 0);
4794
4795 if (status)
4796 printk(KERN_WARNING
4797 "Got error %d from the server on DESTROY_SESSION. "
4798 "Session has been destroyed regardless...\n", status);
4799
4800 dprintk("<-- nfs4_proc_destroy_session\n");
4801 return status;
4802}
4803
Trond Myklebustfccba802009-07-21 16:48:07 -04004804int nfs4_init_session(struct nfs_server *server)
4805{
4806 struct nfs_client *clp = server->nfs_client;
4807 int ret;
4808
4809 if (!nfs4_has_session(clp))
4810 return 0;
4811
4812 clp->cl_session->fc_attrs.max_rqst_sz = server->wsize;
4813 clp->cl_session->fc_attrs.max_resp_sz = server->rsize;
4814 ret = nfs4_recover_expired_lease(server);
4815 if (!ret)
4816 ret = nfs4_check_client_ready(clp);
4817 return ret;
4818}
4819
Andy Adamsonfc01cea2009-04-01 09:22:36 -04004820/*
4821 * Renew the cl_session lease.
4822 */
4823static int nfs4_proc_sequence(struct nfs_client *clp, struct rpc_cred *cred)
4824{
4825 struct nfs4_sequence_args args;
4826 struct nfs4_sequence_res res;
4827
4828 struct rpc_message msg = {
4829 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SEQUENCE],
4830 .rpc_argp = &args,
4831 .rpc_resp = &res,
4832 .rpc_cred = cred,
4833 };
4834
4835 args.sa_cache_this = 0;
4836
4837 return nfs4_call_sync_sequence(clp, clp->cl_rpcclient, &msg, &args,
4838 &res, 0);
4839}
4840
4841void nfs41_sequence_call_done(struct rpc_task *task, void *data)
4842{
4843 struct nfs_client *clp = (struct nfs_client *)data;
4844
4845 nfs41_sequence_done(clp, task->tk_msg.rpc_resp, task->tk_status);
4846
4847 if (task->tk_status < 0) {
4848 dprintk("%s ERROR %d\n", __func__, task->tk_status);
4849
4850 if (_nfs4_async_handle_error(task, NULL, clp, NULL)
4851 == -EAGAIN) {
Andy Adamsoneedc0202009-04-01 09:22:41 -04004852 nfs4_restart_rpc(task, clp);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04004853 return;
4854 }
4855 }
4856 nfs41_sequence_free_slot(clp, task->tk_msg.rpc_resp);
4857 dprintk("%s rpc_cred %p\n", __func__, task->tk_msg.rpc_cred);
4858
4859 put_rpccred(task->tk_msg.rpc_cred);
4860 kfree(task->tk_msg.rpc_argp);
4861 kfree(task->tk_msg.rpc_resp);
4862
4863 dprintk("<-- %s\n", __func__);
4864}
4865
4866static void nfs41_sequence_prepare(struct rpc_task *task, void *data)
4867{
4868 struct nfs_client *clp;
4869 struct nfs4_sequence_args *args;
4870 struct nfs4_sequence_res *res;
4871
4872 clp = (struct nfs_client *)data;
4873 args = task->tk_msg.rpc_argp;
4874 res = task->tk_msg.rpc_resp;
4875
4876 if (nfs4_setup_sequence(clp, args, res, 0, task))
4877 return;
4878 rpc_call_start(task);
4879}
4880
4881static const struct rpc_call_ops nfs41_sequence_ops = {
4882 .rpc_call_done = nfs41_sequence_call_done,
4883 .rpc_call_prepare = nfs41_sequence_prepare,
4884};
4885
4886static int nfs41_proc_async_sequence(struct nfs_client *clp,
4887 struct rpc_cred *cred)
4888{
4889 struct nfs4_sequence_args *args;
4890 struct nfs4_sequence_res *res;
4891 struct rpc_message msg = {
4892 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SEQUENCE],
4893 .rpc_cred = cred,
4894 };
4895
4896 args = kzalloc(sizeof(*args), GFP_KERNEL);
4897 if (!args)
4898 return -ENOMEM;
4899 res = kzalloc(sizeof(*res), GFP_KERNEL);
4900 if (!res) {
4901 kfree(args);
4902 return -ENOMEM;
4903 }
4904 res->sr_slotid = NFS4_MAX_SLOT_TABLE;
4905 msg.rpc_argp = args;
4906 msg.rpc_resp = res;
4907
4908 return rpc_call_async(clp->cl_rpcclient, &msg, RPC_TASK_SOFT,
4909 &nfs41_sequence_ops, (void *)clp);
4910}
4911
Andy Adamson557134a2009-04-01 09:21:53 -04004912#endif /* CONFIG_NFS_V4_1 */
4913
Andy Adamson591d71c2009-04-01 09:22:47 -04004914struct nfs4_state_recovery_ops nfs40_reboot_recovery_ops = {
Trond Myklebust7eff03a2008-12-23 15:21:43 -05004915 .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT,
Trond Myklebustb79a4a12008-12-23 15:21:41 -05004916 .state_flag_bit = NFS_STATE_RECLAIM_REBOOT,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004917 .recover_open = nfs4_open_reclaim,
4918 .recover_lock = nfs4_lock_reclaim,
Andy Adamson591d71c2009-04-01 09:22:47 -04004919 .establish_clid = nfs4_init_clientid,
Andy Adamson90a16612009-04-01 09:22:48 -04004920 .get_clid_cred = nfs4_get_setclientid_cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004921};
4922
Andy Adamson591d71c2009-04-01 09:22:47 -04004923#if defined(CONFIG_NFS_V4_1)
4924struct nfs4_state_recovery_ops nfs41_reboot_recovery_ops = {
4925 .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT,
4926 .state_flag_bit = NFS_STATE_RECLAIM_REBOOT,
4927 .recover_open = nfs4_open_reclaim,
4928 .recover_lock = nfs4_lock_reclaim,
4929 .establish_clid = nfs4_proc_exchange_id,
Andy Adamsonb4b82602009-04-01 09:22:49 -04004930 .get_clid_cred = nfs4_get_exchange_id_cred,
Andy Adamson591d71c2009-04-01 09:22:47 -04004931};
4932#endif /* CONFIG_NFS_V4_1 */
4933
4934struct nfs4_state_recovery_ops nfs40_nograce_recovery_ops = {
Trond Myklebust7eff03a2008-12-23 15:21:43 -05004935 .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE,
Trond Myklebustb79a4a12008-12-23 15:21:41 -05004936 .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004937 .recover_open = nfs4_open_expired,
4938 .recover_lock = nfs4_lock_expired,
Andy Adamson591d71c2009-04-01 09:22:47 -04004939 .establish_clid = nfs4_init_clientid,
Andy Adamson90a16612009-04-01 09:22:48 -04004940 .get_clid_cred = nfs4_get_setclientid_cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004941};
4942
Andy Adamson591d71c2009-04-01 09:22:47 -04004943#if defined(CONFIG_NFS_V4_1)
4944struct nfs4_state_recovery_ops nfs41_nograce_recovery_ops = {
4945 .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE,
4946 .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE,
4947 .recover_open = nfs4_open_expired,
4948 .recover_lock = nfs4_lock_expired,
4949 .establish_clid = nfs4_proc_exchange_id,
Andy Adamsonb4b82602009-04-01 09:22:49 -04004950 .get_clid_cred = nfs4_get_exchange_id_cred,
Andy Adamson591d71c2009-04-01 09:22:47 -04004951};
4952#endif /* CONFIG_NFS_V4_1 */
4953
Benny Halevy29fba382009-04-01 09:22:44 -04004954struct nfs4_state_maintenance_ops nfs40_state_renewal_ops = {
4955 .sched_state_renewal = nfs4_proc_async_renew,
Andy Adamsona7b72102009-04-01 09:22:46 -04004956 .get_state_renewal_cred_locked = nfs4_get_renew_cred_locked,
Benny Halevy8e69514f2009-04-01 09:22:45 -04004957 .renew_lease = nfs4_proc_renew,
Benny Halevy29fba382009-04-01 09:22:44 -04004958};
4959
4960#if defined(CONFIG_NFS_V4_1)
4961struct nfs4_state_maintenance_ops nfs41_state_renewal_ops = {
4962 .sched_state_renewal = nfs41_proc_async_sequence,
Andy Adamsona7b72102009-04-01 09:22:46 -04004963 .get_state_renewal_cred_locked = nfs4_get_machine_cred_locked,
Benny Halevy8e69514f2009-04-01 09:22:45 -04004964 .renew_lease = nfs4_proc_sequence,
Benny Halevy29fba382009-04-01 09:22:44 -04004965};
4966#endif
4967
4968/*
4969 * Per minor version reboot and network partition recovery ops
4970 */
4971
Andy Adamson591d71c2009-04-01 09:22:47 -04004972struct nfs4_state_recovery_ops *nfs4_reboot_recovery_ops[] = {
4973 &nfs40_reboot_recovery_ops,
4974#if defined(CONFIG_NFS_V4_1)
4975 &nfs41_reboot_recovery_ops,
4976#endif
4977};
4978
4979struct nfs4_state_recovery_ops *nfs4_nograce_recovery_ops[] = {
4980 &nfs40_nograce_recovery_ops,
4981#if defined(CONFIG_NFS_V4_1)
4982 &nfs41_nograce_recovery_ops,
4983#endif
4984};
4985
Benny Halevy29fba382009-04-01 09:22:44 -04004986struct nfs4_state_maintenance_ops *nfs4_state_renewal_ops[] = {
4987 &nfs40_state_renewal_ops,
4988#if defined(CONFIG_NFS_V4_1)
4989 &nfs41_state_renewal_ops,
4990#endif
4991};
4992
Arjan van de Ven92e1d5b2007-02-12 00:55:39 -08004993static const struct inode_operations nfs4_file_inode_operations = {
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004994 .permission = nfs_permission,
4995 .getattr = nfs_getattr,
4996 .setattr = nfs_setattr,
4997 .getxattr = nfs4_getxattr,
4998 .setxattr = nfs4_setxattr,
4999 .listxattr = nfs4_listxattr,
5000};
5001
David Howells509de812006-08-22 20:06:11 -04005002const struct nfs_rpc_ops nfs_v4_clientops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005003 .version = 4, /* protocol version */
5004 .dentry_ops = &nfs4_dentry_operations,
5005 .dir_inode_ops = &nfs4_dir_inode_operations,
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00005006 .file_inode_ops = &nfs4_file_inode_operations,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005007 .getroot = nfs4_proc_get_root,
5008 .getattr = nfs4_proc_getattr,
5009 .setattr = nfs4_proc_setattr,
David Howells2b3de442006-08-22 20:06:09 -04005010 .lookupfh = nfs4_proc_lookupfh,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005011 .lookup = nfs4_proc_lookup,
5012 .access = nfs4_proc_access,
5013 .readlink = nfs4_proc_readlink,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005014 .create = nfs4_proc_create,
5015 .remove = nfs4_proc_remove,
5016 .unlink_setup = nfs4_proc_unlink_setup,
5017 .unlink_done = nfs4_proc_unlink_done,
5018 .rename = nfs4_proc_rename,
5019 .link = nfs4_proc_link,
5020 .symlink = nfs4_proc_symlink,
5021 .mkdir = nfs4_proc_mkdir,
5022 .rmdir = nfs4_proc_remove,
5023 .readdir = nfs4_proc_readdir,
5024 .mknod = nfs4_proc_mknod,
5025 .statfs = nfs4_proc_statfs,
5026 .fsinfo = nfs4_proc_fsinfo,
5027 .pathconf = nfs4_proc_pathconf,
David Howellse9326dc2006-08-22 20:06:10 -04005028 .set_capabilities = nfs4_server_capabilities,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005029 .decode_dirent = nfs4_decode_dirent,
5030 .read_setup = nfs4_proc_read_setup,
Trond Myklebustec06c092006-03-20 13:44:27 -05005031 .read_done = nfs4_read_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005032 .write_setup = nfs4_proc_write_setup,
Trond Myklebust788e7a82006-03-20 13:44:27 -05005033 .write_done = nfs4_write_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005034 .commit_setup = nfs4_proc_commit_setup,
Trond Myklebust788e7a82006-03-20 13:44:27 -05005035 .commit_done = nfs4_commit_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005036 .lock = nfs4_proc_lock,
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00005037 .clear_acl_cache = nfs4_zap_acl_attr,
Trond Myklebust7fe5c392009-03-19 15:35:50 -04005038 .close_context = nfs4_close_context,
Linus Torvalds1da177e2005-04-16 15:20:36 -07005039};
5040
5041/*
5042 * Local variables:
5043 * c-basic-offset: 8
5044 * End:
5045 */