blob: 31ce758d53d5aa109f76a4460a4660c9c7170d88 [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>
48#include <linux/smp_lock.h>
49#include <linux/namei.h>
Trond Myklebust02a913a2005-10-18 14:20:17 -070050#include <linux/mount.h>
Benny Halevy99fe60d2009-04-01 09:22:29 -040051#include <linux/module.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 Myklebustcdd4e682006-01-03 09:55:12 +010064struct nfs4_opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +010065static int _nfs4_proc_open(struct nfs4_opendata *data);
Linus Torvalds1da177e2005-04-16 15:20:36 -070066static int nfs4_do_fsinfo(struct nfs_server *, struct nfs_fh *, struct nfs_fsinfo *);
Trond Myklebust9e33bed2008-12-23 15:21:46 -050067static int nfs4_async_handle_error(struct rpc_task *, const struct nfs_server *, struct nfs4_state *);
Trond Myklebust99367812007-07-17 21:52:41 -040068static int _nfs4_proc_lookup(struct inode *dir, const struct qstr *name, struct nfs_fh *fhandle, struct nfs_fattr *fattr);
69static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -070070
Linus Torvalds1da177e2005-04-16 15:20:36 -070071/* Prevent leaks of NFSv4 errors into userland */
WANG Cong46f72f52008-12-30 16:35:55 -050072static int nfs4_map_errors(int err)
Linus Torvalds1da177e2005-04-16 15:20:36 -070073{
74 if (err < -1000) {
75 dprintk("%s could not handle NFSv4 error %d\n",
Harvey Harrison3110ff82008-05-02 13:42:44 -070076 __func__, -err);
Linus Torvalds1da177e2005-04-16 15:20:36 -070077 return -EIO;
78 }
79 return err;
80}
81
82/*
83 * This is our standard bitmap for GETATTR requests.
84 */
85const u32 nfs4_fattr_bitmap[2] = {
86 FATTR4_WORD0_TYPE
87 | FATTR4_WORD0_CHANGE
88 | FATTR4_WORD0_SIZE
89 | FATTR4_WORD0_FSID
90 | FATTR4_WORD0_FILEID,
91 FATTR4_WORD1_MODE
92 | FATTR4_WORD1_NUMLINKS
93 | FATTR4_WORD1_OWNER
94 | FATTR4_WORD1_OWNER_GROUP
95 | FATTR4_WORD1_RAWDEV
96 | FATTR4_WORD1_SPACE_USED
97 | FATTR4_WORD1_TIME_ACCESS
98 | FATTR4_WORD1_TIME_METADATA
99 | FATTR4_WORD1_TIME_MODIFY
100};
101
102const u32 nfs4_statfs_bitmap[2] = {
103 FATTR4_WORD0_FILES_AVAIL
104 | FATTR4_WORD0_FILES_FREE
105 | FATTR4_WORD0_FILES_TOTAL,
106 FATTR4_WORD1_SPACE_AVAIL
107 | FATTR4_WORD1_SPACE_FREE
108 | FATTR4_WORD1_SPACE_TOTAL
109};
110
Trond Myklebust4ce79712005-06-22 17:16:21 +0000111const u32 nfs4_pathconf_bitmap[2] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700112 FATTR4_WORD0_MAXLINK
113 | FATTR4_WORD0_MAXNAME,
114 0
115};
116
117const u32 nfs4_fsinfo_bitmap[2] = { FATTR4_WORD0_MAXFILESIZE
118 | FATTR4_WORD0_MAXREAD
119 | FATTR4_WORD0_MAXWRITE
120 | FATTR4_WORD0_LEASE_TIME,
121 0
122};
123
Manoj Naik830b8e32006-06-09 09:34:25 -0400124const u32 nfs4_fs_locations_bitmap[2] = {
125 FATTR4_WORD0_TYPE
126 | FATTR4_WORD0_CHANGE
127 | FATTR4_WORD0_SIZE
128 | FATTR4_WORD0_FSID
129 | FATTR4_WORD0_FILEID
130 | FATTR4_WORD0_FS_LOCATIONS,
131 FATTR4_WORD1_MODE
132 | FATTR4_WORD1_NUMLINKS
133 | FATTR4_WORD1_OWNER
134 | FATTR4_WORD1_OWNER_GROUP
135 | FATTR4_WORD1_RAWDEV
136 | FATTR4_WORD1_SPACE_USED
137 | FATTR4_WORD1_TIME_ACCESS
138 | FATTR4_WORD1_TIME_METADATA
139 | FATTR4_WORD1_TIME_MODIFY
140 | FATTR4_WORD1_MOUNTED_ON_FILEID
141};
142
Al Virobc4785c2006-10-19 23:28:51 -0700143static void nfs4_setup_readdir(u64 cookie, __be32 *verifier, struct dentry *dentry,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700144 struct nfs4_readdir_arg *readdir)
145{
Al Viro0dbb4c62006-10-19 23:28:49 -0700146 __be32 *start, *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700147
148 BUG_ON(readdir->count < 80);
149 if (cookie > 2) {
Adrian Bunkb7ef1952005-06-22 17:16:28 +0000150 readdir->cookie = cookie;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700151 memcpy(&readdir->verifier, verifier, sizeof(readdir->verifier));
152 return;
153 }
154
155 readdir->cookie = 0;
156 memset(&readdir->verifier, 0, sizeof(readdir->verifier));
157 if (cookie == 2)
158 return;
159
160 /*
161 * NFSv4 servers do not return entries for '.' and '..'
162 * Therefore, we fake these entries here. We let '.'
163 * have cookie 0 and '..' have cookie 1. Note that
164 * when talking to the server, we always send cookie 0
165 * instead of 1 or 2.
166 */
Al Viro0dbb4c62006-10-19 23:28:49 -0700167 start = p = kmap_atomic(*readdir->pages, KM_USER0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700168
169 if (cookie == 0) {
170 *p++ = xdr_one; /* next */
171 *p++ = xdr_zero; /* cookie, first word */
172 *p++ = xdr_one; /* cookie, second word */
173 *p++ = xdr_one; /* entry len */
174 memcpy(p, ".\0\0\0", 4); /* entry */
175 p++;
176 *p++ = xdr_one; /* bitmap length */
177 *p++ = htonl(FATTR4_WORD0_FILEID); /* bitmap */
178 *p++ = htonl(8); /* attribute buffer length */
Peter Staubach4e769b92007-08-03 15:07:10 -0400179 p = xdr_encode_hyper(p, NFS_FILEID(dentry->d_inode));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700180 }
181
182 *p++ = xdr_one; /* next */
183 *p++ = xdr_zero; /* cookie, first word */
184 *p++ = xdr_two; /* cookie, second word */
185 *p++ = xdr_two; /* entry len */
186 memcpy(p, "..\0\0", 4); /* entry */
187 p++;
188 *p++ = xdr_one; /* bitmap length */
189 *p++ = htonl(FATTR4_WORD0_FILEID); /* bitmap */
190 *p++ = htonl(8); /* attribute buffer length */
Peter Staubach4e769b92007-08-03 15:07:10 -0400191 p = xdr_encode_hyper(p, NFS_FILEID(dentry->d_parent->d_inode));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700192
193 readdir->pgbase = (char *)p - (char *)start;
194 readdir->count -= readdir->pgbase;
195 kunmap_atomic(start, KM_USER0);
196}
197
Trond Myklebust65de8722008-12-23 15:21:44 -0500198static int nfs4_wait_clnt_recover(struct nfs_client *clp)
199{
200 int res;
201
202 might_sleep();
203
Trond Myklebuste005e802008-12-23 15:21:48 -0500204 res = wait_on_bit(&clp->cl_state, NFS4CLNT_MANAGER_RUNNING,
Trond Myklebust72cb77f2009-03-11 14:10:30 -0400205 nfs_wait_bit_killable, TASK_KILLABLE);
Trond Myklebust65de8722008-12-23 15:21:44 -0500206 return res;
207}
208
209static int nfs4_delay(struct rpc_clnt *clnt, long *timeout)
210{
211 int res = 0;
212
213 might_sleep();
214
215 if (*timeout <= 0)
216 *timeout = NFS4_POLL_RETRY_MIN;
217 if (*timeout > NFS4_POLL_RETRY_MAX)
218 *timeout = NFS4_POLL_RETRY_MAX;
219 schedule_timeout_killable(*timeout);
220 if (fatal_signal_pending(current))
221 res = -ERESTARTSYS;
222 *timeout <<= 1;
223 return res;
224}
225
226/* This is the error handling routine for processes that are allowed
227 * to sleep.
228 */
229static int nfs4_handle_exception(const struct nfs_server *server, int errorcode, struct nfs4_exception *exception)
230{
231 struct nfs_client *clp = server->nfs_client;
Trond Myklebust9e33bed2008-12-23 15:21:46 -0500232 struct nfs4_state *state = exception->state;
Trond Myklebust65de8722008-12-23 15:21:44 -0500233 int ret = errorcode;
234
235 exception->retry = 0;
236 switch(errorcode) {
237 case 0:
238 return 0;
Trond Myklebust9e33bed2008-12-23 15:21:46 -0500239 case -NFS4ERR_ADMIN_REVOKED:
240 case -NFS4ERR_BAD_STATEID:
241 case -NFS4ERR_OPENMODE:
242 if (state == NULL)
243 break;
244 nfs4_state_mark_reclaim_nograce(clp, state);
Trond Myklebust65de8722008-12-23 15:21:44 -0500245 case -NFS4ERR_STALE_CLIENTID:
246 case -NFS4ERR_STALE_STATEID:
247 case -NFS4ERR_EXPIRED:
248 nfs4_schedule_state_recovery(clp);
249 ret = nfs4_wait_clnt_recover(clp);
250 if (ret == 0)
251 exception->retry = 1;
Andy Adamson4745e312009-04-01 09:22:42 -0400252#if !defined(CONFIG_NFS_V4_1)
Trond Myklebust65de8722008-12-23 15:21:44 -0500253 break;
Andy Adamson4745e312009-04-01 09:22:42 -0400254#else /* !defined(CONFIG_NFS_V4_1) */
255 if (!nfs4_has_session(server->nfs_client))
256 break;
257 /* FALLTHROUGH */
258 case -NFS4ERR_BADSESSION:
259 case -NFS4ERR_BADSLOT:
260 case -NFS4ERR_BAD_HIGH_SLOT:
261 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
262 case -NFS4ERR_DEADSESSION:
263 case -NFS4ERR_SEQ_FALSE_RETRY:
264 case -NFS4ERR_SEQ_MISORDERED:
265 dprintk("%s ERROR: %d Reset session\n", __func__,
266 errorcode);
267 set_bit(NFS4CLNT_SESSION_SETUP, &clp->cl_state);
268 exception->retry = 1;
269 /* FALLTHROUGH */
270#endif /* !defined(CONFIG_NFS_V4_1) */
Trond Myklebust65de8722008-12-23 15:21:44 -0500271 case -NFS4ERR_FILE_OPEN:
272 case -NFS4ERR_GRACE:
273 case -NFS4ERR_DELAY:
274 ret = nfs4_delay(server->client, &exception->timeout);
275 if (ret != 0)
276 break;
277 case -NFS4ERR_OLD_STATEID:
278 exception->retry = 1;
279 }
280 /* We failed to handle the error */
281 return nfs4_map_errors(ret);
282}
283
284
Trond Myklebust26e976a2006-01-03 09:55:21 +0100285static void renew_lease(const struct nfs_server *server, unsigned long timestamp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700286{
David Howells7539bba2006-08-22 20:06:09 -0400287 struct nfs_client *clp = server->nfs_client;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700288 spin_lock(&clp->cl_lock);
289 if (time_before(clp->cl_last_renewal,timestamp))
290 clp->cl_last_renewal = timestamp;
291 spin_unlock(&clp->cl_lock);
292}
293
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400294#if defined(CONFIG_NFS_V4_1)
295
Benny Halevy510b8172009-04-01 09:22:14 -0400296/*
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400297 * nfs4_free_slot - free a slot and efficiently update slot table.
298 *
299 * freeing a slot is trivially done by clearing its respective bit
300 * in the bitmap.
301 * If the freed slotid equals highest_used_slotid we want to update it
302 * so that the server would be able to size down the slot table if needed,
303 * otherwise we know that the highest_used_slotid is still in use.
304 * When updating highest_used_slotid there may be "holes" in the bitmap
305 * so we need to scan down from highest_used_slotid to 0 looking for the now
306 * highest slotid in use.
307 * If none found, highest_used_slotid is set to -1.
308 */
309static void
310nfs4_free_slot(struct nfs4_slot_table *tbl, u8 free_slotid)
311{
312 int slotid = free_slotid;
313
314 spin_lock(&tbl->slot_tbl_lock);
315 /* clear used bit in bitmap */
316 __clear_bit(slotid, tbl->used_slots);
317
318 /* update highest_used_slotid when it is freed */
319 if (slotid == tbl->highest_used_slotid) {
320 slotid = find_last_bit(tbl->used_slots, tbl->max_slots);
321 if (slotid >= 0 && slotid < tbl->max_slots)
322 tbl->highest_used_slotid = slotid;
323 else
324 tbl->highest_used_slotid = -1;
325 }
326 rpc_wake_up_next(&tbl->slot_tbl_waitq);
327 spin_unlock(&tbl->slot_tbl_lock);
328 dprintk("%s: free_slotid %u highest_used_slotid %d\n", __func__,
329 free_slotid, tbl->highest_used_slotid);
330}
331
Andy Adamson13615872009-04-01 09:22:17 -0400332void nfs41_sequence_free_slot(const struct nfs_client *clp,
333 struct nfs4_sequence_res *res)
334{
335 struct nfs4_slot_table *tbl;
336
337 if (!nfs4_has_session(clp)) {
338 dprintk("%s: No session\n", __func__);
339 return;
340 }
341 tbl = &clp->cl_session->fc_slot_table;
342 if (res->sr_slotid == NFS4_MAX_SLOT_TABLE) {
343 dprintk("%s: No slot\n", __func__);
344 /* just wake up the next guy waiting since
345 * we may have not consumed a slot after all */
346 rpc_wake_up_next(&tbl->slot_tbl_waitq);
347 return;
348 }
349 nfs4_free_slot(tbl, res->sr_slotid);
350 res->sr_slotid = NFS4_MAX_SLOT_TABLE;
351}
352
Andy Adamsonb0df8062009-04-01 09:22:18 -0400353static void nfs41_sequence_done(struct nfs_client *clp,
354 struct nfs4_sequence_res *res,
355 int rpc_status)
356{
357 unsigned long timestamp;
358 struct nfs4_slot_table *tbl;
359 struct nfs4_slot *slot;
360
361 /*
362 * sr_status remains 1 if an RPC level error occurred. The server
363 * may or may not have processed the sequence operation..
364 * Proceed as if the server received and processed the sequence
365 * operation.
366 */
367 if (res->sr_status == 1)
368 res->sr_status = NFS_OK;
369
370 /* -ERESTARTSYS can result in skipping nfs41_sequence_setup */
371 if (res->sr_slotid == NFS4_MAX_SLOT_TABLE)
372 goto out;
373
374 tbl = &clp->cl_session->fc_slot_table;
375 slot = tbl->slots + res->sr_slotid;
376
377 if (res->sr_status == 0) {
378 /* Update the slot's sequence and clientid lease timer */
379 ++slot->seq_nr;
380 timestamp = res->sr_renewal_time;
381 spin_lock(&clp->cl_lock);
382 if (time_before(clp->cl_last_renewal, timestamp))
383 clp->cl_last_renewal = timestamp;
384 spin_unlock(&clp->cl_lock);
385 return;
386 }
387out:
388 /* The session may be reset by one of the error handlers. */
389 dprintk("%s: Error %d free the slot \n", __func__, res->sr_status);
390 nfs41_sequence_free_slot(clp, res);
391}
392
Andy Adamsone2c4ab32009-04-01 09:22:16 -0400393/*
Benny Halevy510b8172009-04-01 09:22:14 -0400394 * nfs4_find_slot - efficiently look for a free slot
395 *
396 * nfs4_find_slot looks for an unset bit in the used_slots bitmap.
397 * If found, we mark the slot as used, update the highest_used_slotid,
398 * and respectively set up the sequence operation args.
399 * The slot number is returned if found, or NFS4_MAX_SLOT_TABLE otherwise.
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400400 *
401 * Note: must be called with under the slot_tbl_lock.
Benny Halevy510b8172009-04-01 09:22:14 -0400402 */
403static u8
404nfs4_find_slot(struct nfs4_slot_table *tbl, struct rpc_task *task)
405{
406 int slotid;
407 u8 ret_id = NFS4_MAX_SLOT_TABLE;
408 BUILD_BUG_ON((u8)NFS4_MAX_SLOT_TABLE != (int)NFS4_MAX_SLOT_TABLE);
409
Benny Halevy510b8172009-04-01 09:22:14 -0400410 dprintk("--> %s used_slots=%04lx highest_used=%d max_slots=%d\n",
411 __func__, tbl->used_slots[0], tbl->highest_used_slotid,
412 tbl->max_slots);
413 slotid = find_first_zero_bit(tbl->used_slots, tbl->max_slots);
414 if (slotid >= tbl->max_slots)
415 goto out;
416 __set_bit(slotid, tbl->used_slots);
417 if (slotid > tbl->highest_used_slotid)
418 tbl->highest_used_slotid = slotid;
419 ret_id = slotid;
420out:
421 dprintk("<-- %s used_slots=%04lx highest_used=%d slotid=%d \n",
422 __func__, tbl->used_slots[0], tbl->highest_used_slotid, ret_id);
Benny Halevy510b8172009-04-01 09:22:14 -0400423 return ret_id;
424}
425
Andy Adamsonb069d942009-04-01 09:22:43 -0400426static int nfs4_recover_session(struct nfs4_session *session)
427{
428 struct nfs_client *clp = session->clp;
429 int ret;
430
431 for (;;) {
432 ret = nfs4_wait_clnt_recover(clp);
433 if (ret != 0)
434 return ret;
435 if (!test_bit(NFS4CLNT_SESSION_SETUP, &clp->cl_state))
436 break;
437 nfs4_schedule_state_manager(clp);
438 }
439 return 0;
440}
441
Andy Adamsonce5039c2009-04-01 09:22:13 -0400442static int nfs41_setup_sequence(struct nfs4_session *session,
443 struct nfs4_sequence_args *args,
444 struct nfs4_sequence_res *res,
445 int cache_reply,
446 struct rpc_task *task)
447{
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400448 struct nfs4_slot *slot;
449 struct nfs4_slot_table *tbl;
Andy Adamsonb069d942009-04-01 09:22:43 -0400450 int status = 0;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400451 u8 slotid;
452
453 dprintk("--> %s\n", __func__);
Andy Adamsonce5039c2009-04-01 09:22:13 -0400454 /* slot already allocated? */
455 if (res->sr_slotid != NFS4_MAX_SLOT_TABLE)
456 return 0;
457
458 memset(res, 0, sizeof(*res));
459 res->sr_slotid = NFS4_MAX_SLOT_TABLE;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400460 tbl = &session->fc_slot_table;
461
462 spin_lock(&tbl->slot_tbl_lock);
Andy Adamsonb069d942009-04-01 09:22:43 -0400463 if (test_bit(NFS4CLNT_SESSION_SETUP, &session->clp->cl_state)) {
464 if (tbl->highest_used_slotid != -1) {
465 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL);
466 spin_unlock(&tbl->slot_tbl_lock);
467 dprintk("<-- %s: Session reset: draining\n", __func__);
468 return -EAGAIN;
469 }
470
471 /* The slot table is empty; start the reset thread */
472 dprintk("%s Session Reset\n", __func__);
473 spin_unlock(&tbl->slot_tbl_lock);
474 status = nfs4_recover_session(session);
475 if (status)
476 return status;
477 spin_lock(&tbl->slot_tbl_lock);
478 }
479
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400480 slotid = nfs4_find_slot(tbl, task);
481 if (slotid == NFS4_MAX_SLOT_TABLE) {
482 rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL);
483 spin_unlock(&tbl->slot_tbl_lock);
484 dprintk("<-- %s: no free slots\n", __func__);
485 return -EAGAIN;
486 }
487 spin_unlock(&tbl->slot_tbl_lock);
488
489 slot = tbl->slots + slotid;
Benny Halevy99fe60d2009-04-01 09:22:29 -0400490 args->sa_session = session;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400491 args->sa_slotid = slotid;
492 args->sa_cache_this = cache_reply;
493
494 dprintk("<-- %s slotid=%d seqid=%d\n", __func__, slotid, slot->seq_nr);
495
Benny Halevy99fe60d2009-04-01 09:22:29 -0400496 res->sr_session = session;
Andy Adamsonfbcd4ab2009-04-01 09:22:15 -0400497 res->sr_slotid = slotid;
498 res->sr_renewal_time = jiffies;
499 /*
500 * sr_status is only set in decode_sequence, and so will remain
501 * set to 1 if an rpc level failure occurs.
502 */
503 res->sr_status = 1;
Andy Adamsonce5039c2009-04-01 09:22:13 -0400504 return 0;
505}
506
507int nfs4_setup_sequence(struct nfs_client *clp,
508 struct nfs4_sequence_args *args,
509 struct nfs4_sequence_res *res,
510 int cache_reply,
511 struct rpc_task *task)
512{
513 int ret = 0;
514
515 dprintk("--> %s clp %p session %p sr_slotid %d\n",
516 __func__, clp, clp->cl_session, res->sr_slotid);
517
518 if (!nfs4_has_session(clp))
519 goto out;
520 ret = nfs41_setup_sequence(clp->cl_session, args, res, cache_reply,
521 task);
522 if (ret != -EAGAIN) {
523 /* terminate rpc task */
524 task->tk_status = ret;
525 task->tk_action = NULL;
526 }
527out:
528 dprintk("<-- %s status=%d\n", __func__, ret);
529 return ret;
530}
531
532struct nfs41_call_sync_data {
533 struct nfs_client *clp;
534 struct nfs4_sequence_args *seq_args;
535 struct nfs4_sequence_res *seq_res;
536 int cache_reply;
537};
538
539static void nfs41_call_sync_prepare(struct rpc_task *task, void *calldata)
540{
541 struct nfs41_call_sync_data *data = calldata;
542
543 dprintk("--> %s data->clp->cl_session %p\n", __func__,
544 data->clp->cl_session);
545 if (nfs4_setup_sequence(data->clp, data->seq_args,
546 data->seq_res, data->cache_reply, task))
547 return;
548 rpc_call_start(task);
549}
550
Andy Adamson69ab40c2009-04-01 09:22:19 -0400551static void nfs41_call_sync_done(struct rpc_task *task, void *calldata)
552{
553 struct nfs41_call_sync_data *data = calldata;
554
555 nfs41_sequence_done(data->clp, data->seq_res, task->tk_status);
556 nfs41_sequence_free_slot(data->clp, data->seq_res);
557}
558
Andy Adamsonce5039c2009-04-01 09:22:13 -0400559struct rpc_call_ops nfs41_call_sync_ops = {
560 .rpc_call_prepare = nfs41_call_sync_prepare,
Andy Adamson69ab40c2009-04-01 09:22:19 -0400561 .rpc_call_done = nfs41_call_sync_done,
Andy Adamsonce5039c2009-04-01 09:22:13 -0400562};
563
564static int nfs4_call_sync_sequence(struct nfs_client *clp,
565 struct rpc_clnt *clnt,
566 struct rpc_message *msg,
567 struct nfs4_sequence_args *args,
568 struct nfs4_sequence_res *res,
569 int cache_reply)
570{
571 int ret;
572 struct rpc_task *task;
573 struct nfs41_call_sync_data data = {
574 .clp = clp,
575 .seq_args = args,
576 .seq_res = res,
577 .cache_reply = cache_reply,
578 };
579 struct rpc_task_setup task_setup = {
580 .rpc_client = clnt,
581 .rpc_message = msg,
582 .callback_ops = &nfs41_call_sync_ops,
583 .callback_data = &data
584 };
585
586 res->sr_slotid = NFS4_MAX_SLOT_TABLE;
587 task = rpc_run_task(&task_setup);
588 if (IS_ERR(task))
589 ret = PTR_ERR(task);
590 else {
591 ret = task->tk_status;
592 rpc_put_task(task);
593 }
594 return ret;
595}
596
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400597int _nfs4_call_sync_session(struct nfs_server *server,
598 struct rpc_message *msg,
599 struct nfs4_sequence_args *args,
600 struct nfs4_sequence_res *res,
601 int cache_reply)
602{
Andy Adamsonce5039c2009-04-01 09:22:13 -0400603 return nfs4_call_sync_sequence(server->nfs_client, server->client,
604 msg, args, res, cache_reply);
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400605}
606
607#endif /* CONFIG_NFS_V4_1 */
608
609int _nfs4_call_sync(struct nfs_server *server,
610 struct rpc_message *msg,
611 struct nfs4_sequence_args *args,
612 struct nfs4_sequence_res *res,
613 int cache_reply)
614{
Benny Halevyf3752972009-04-01 09:22:04 -0400615 args->sa_session = res->sr_session = NULL;
Andy Adamsoncccef3b2009-04-01 09:22:03 -0400616 return rpc_call_sync(server->client, msg, 0);
617}
618
619#define nfs4_call_sync(server, msg, args, res, cache_reply) \
620 (server)->nfs_client->cl_call_sync((server), (msg), &(args)->seq_args, \
621 &(res)->seq_res, (cache_reply))
622
Andy Adamsonb0df8062009-04-01 09:22:18 -0400623static void nfs4_sequence_done(const struct nfs_server *server,
624 struct nfs4_sequence_res *res, int rpc_status)
625{
626#ifdef CONFIG_NFS_V4_1
627 if (nfs4_has_session(server->nfs_client))
628 nfs41_sequence_done(server->nfs_client, res, rpc_status);
629#endif /* CONFIG_NFS_V4_1 */
630}
631
632/* no restart, therefore free slot here */
633static void nfs4_sequence_done_free_slot(const struct nfs_server *server,
634 struct nfs4_sequence_res *res,
635 int rpc_status)
636{
637 nfs4_sequence_done(server, res, rpc_status);
638 nfs4_sequence_free_slot(server->nfs_client, res);
639}
640
Trond Myklebust38478b22006-05-25 01:40:57 -0400641static void update_changeattr(struct inode *dir, struct nfs4_change_info *cinfo)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700642{
Trond Myklebust38478b22006-05-25 01:40:57 -0400643 struct nfs_inode *nfsi = NFS_I(dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700644
Trond Myklebust38478b22006-05-25 01:40:57 -0400645 spin_lock(&dir->i_lock);
Trond Myklebust40d24702007-10-08 09:24:22 -0400646 nfsi->cache_validity |= NFS_INO_INVALID_ATTR|NFS_INO_REVAL_PAGECACHE|NFS_INO_INVALID_DATA;
647 if (!cinfo->atomic || cinfo->before != nfsi->change_attr)
Trond Myklebustbfc69a42007-10-15 18:18:29 -0400648 nfs_force_lookup_revalidate(dir);
Trond Myklebust40d24702007-10-08 09:24:22 -0400649 nfsi->change_attr = cinfo->after;
Trond Myklebust38478b22006-05-25 01:40:57 -0400650 spin_unlock(&dir->i_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700651}
652
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100653struct nfs4_opendata {
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400654 struct kref kref;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100655 struct nfs_openargs o_arg;
656 struct nfs_openres o_res;
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100657 struct nfs_open_confirmargs c_arg;
658 struct nfs_open_confirmres c_res;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100659 struct nfs_fattr f_attr;
660 struct nfs_fattr dir_attr;
Trond Myklebustad389da2007-06-05 12:30:00 -0400661 struct path path;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100662 struct dentry *dir;
663 struct nfs4_state_owner *owner;
Trond Myklebustaac00a82007-07-05 19:02:21 -0400664 struct nfs4_state *state;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100665 struct iattr attrs;
Trond Myklebust26e976a2006-01-03 09:55:21 +0100666 unsigned long timestamp;
Trond Myklebust3e309912007-07-07 13:19:59 -0400667 unsigned int rpc_done : 1;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100668 int rpc_status;
669 int cancelled;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100670};
671
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400672
673static void nfs4_init_opendata_res(struct nfs4_opendata *p)
674{
675 p->o_res.f_attr = &p->f_attr;
676 p->o_res.dir_attr = &p->dir_attr;
Trond Myklebustc1d51932008-04-07 13:20:54 -0400677 p->o_res.seqid = p->o_arg.seqid;
678 p->c_res.seqid = p->c_arg.seqid;
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400679 p->o_res.server = p->o_arg.server;
680 nfs_fattr_init(&p->f_attr);
681 nfs_fattr_init(&p->dir_attr);
682}
683
Trond Myklebustad389da2007-06-05 12:30:00 -0400684static struct nfs4_opendata *nfs4_opendata_alloc(struct path *path,
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500685 struct nfs4_state_owner *sp, fmode_t fmode, int flags,
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100686 const struct iattr *attrs)
687{
Trond Myklebustad389da2007-06-05 12:30:00 -0400688 struct dentry *parent = dget_parent(path->dentry);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100689 struct inode *dir = parent->d_inode;
690 struct nfs_server *server = NFS_SERVER(dir);
691 struct nfs4_opendata *p;
692
693 p = kzalloc(sizeof(*p), GFP_KERNEL);
694 if (p == NULL)
695 goto err;
696 p->o_arg.seqid = nfs_alloc_seqid(&sp->so_seqid);
697 if (p->o_arg.seqid == NULL)
698 goto err_free;
Trond Myklebustad389da2007-06-05 12:30:00 -0400699 p->path.mnt = mntget(path->mnt);
700 p->path.dentry = dget(path->dentry);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100701 p->dir = parent;
702 p->owner = sp;
703 atomic_inc(&sp->so_count);
704 p->o_arg.fh = NFS_FH(dir);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500705 p->o_arg.open_flags = flags;
706 p->o_arg.fmode = fmode & (FMODE_READ|FMODE_WRITE);
David Howells7539bba2006-08-22 20:06:09 -0400707 p->o_arg.clientid = server->nfs_client->cl_clientid;
Trond Myklebust9f958ab2007-07-02 13:58:33 -0400708 p->o_arg.id = sp->so_owner_id.id;
Trond Myklebustad389da2007-06-05 12:30:00 -0400709 p->o_arg.name = &p->path.dentry->d_name;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100710 p->o_arg.server = server;
711 p->o_arg.bitmask = server->attr_bitmask;
712 p->o_arg.claim = NFS4_OPEN_CLAIM_NULL;
Andy Adamson5f7dbd52009-04-01 09:22:05 -0400713 p->o_res.seq_res.sr_slotid = NFS4_MAX_SLOT_TABLE;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100714 if (flags & O_EXCL) {
715 u32 *s = (u32 *) p->o_arg.u.verifier.data;
716 s[0] = jiffies;
717 s[1] = current->pid;
718 } else if (flags & O_CREAT) {
719 p->o_arg.u.attrs = &p->attrs;
720 memcpy(&p->attrs, attrs, sizeof(p->attrs));
721 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100722 p->c_arg.fh = &p->o_res.fh;
723 p->c_arg.stateid = &p->o_res.stateid;
724 p->c_arg.seqid = p->o_arg.seqid;
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400725 nfs4_init_opendata_res(p);
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400726 kref_init(&p->kref);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100727 return p;
728err_free:
729 kfree(p);
730err:
731 dput(parent);
732 return NULL;
733}
734
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400735static void nfs4_opendata_free(struct kref *kref)
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100736{
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400737 struct nfs4_opendata *p = container_of(kref,
738 struct nfs4_opendata, kref);
739
740 nfs_free_seqid(p->o_arg.seqid);
Trond Myklebustaac00a82007-07-05 19:02:21 -0400741 if (p->state != NULL)
742 nfs4_put_open_state(p->state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400743 nfs4_put_state_owner(p->owner);
744 dput(p->dir);
Jan Blunck31f31db12008-05-02 13:42:45 -0700745 path_put(&p->path);
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400746 kfree(p);
747}
748
749static void nfs4_opendata_put(struct nfs4_opendata *p)
750{
751 if (p != NULL)
752 kref_put(&p->kref, nfs4_opendata_free);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100753}
754
Trond Myklebust06f814a2006-01-03 09:55:07 +0100755static int nfs4_wait_for_completion_rpc_task(struct rpc_task *task)
756{
Trond Myklebust06f814a2006-01-03 09:55:07 +0100757 int ret;
758
Trond Myklebust06f814a2006-01-03 09:55:07 +0100759 ret = rpc_wait_for_completion_task(task);
Trond Myklebust06f814a2006-01-03 09:55:07 +0100760 return ret;
761}
762
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500763static int can_open_cached(struct nfs4_state *state, fmode_t mode, int open_mode)
Trond Myklebust6ee41262007-07-08 14:11:36 -0400764{
765 int ret = 0;
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500766
767 if (open_mode & O_EXCL)
768 goto out;
769 switch (mode & (FMODE_READ|FMODE_WRITE)) {
Trond Myklebust6ee41262007-07-08 14:11:36 -0400770 case FMODE_READ:
771 ret |= test_bit(NFS_O_RDONLY_STATE, &state->flags) != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -0400772 break;
773 case FMODE_WRITE:
774 ret |= test_bit(NFS_O_WRONLY_STATE, &state->flags) != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -0400775 break;
776 case FMODE_READ|FMODE_WRITE:
777 ret |= test_bit(NFS_O_RDWR_STATE, &state->flags) != 0;
778 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500779out:
Trond Myklebust6ee41262007-07-08 14:11:36 -0400780 return ret;
781}
782
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500783static int can_open_delegated(struct nfs_delegation *delegation, fmode_t fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -0400784{
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500785 if ((delegation->type & fmode) != fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -0400786 return 0;
Trond Myklebust15c831b2008-12-23 15:21:39 -0500787 if (test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags))
Trond Myklebustaac00a82007-07-05 19:02:21 -0400788 return 0;
Trond Myklebustb7391f42008-12-23 15:21:52 -0500789 nfs_mark_delegation_referenced(delegation);
Trond Myklebustaac00a82007-07-05 19:02:21 -0400790 return 1;
791}
792
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500793static void update_open_stateflags(struct nfs4_state *state, fmode_t fmode)
Trond Myklebuste7616922006-01-03 09:55:13 +0100794{
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500795 switch (fmode) {
Trond Myklebuste7616922006-01-03 09:55:13 +0100796 case FMODE_WRITE:
797 state->n_wronly++;
798 break;
799 case FMODE_READ:
800 state->n_rdonly++;
801 break;
802 case FMODE_READ|FMODE_WRITE:
803 state->n_rdwr++;
804 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500805 nfs4_state_set_mode_locked(state, state->state | fmode);
Trond Myklebuste7616922006-01-03 09:55:13 +0100806}
807
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500808static void nfs_set_open_stateid_locked(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fmode)
Trond Myklebust003707c2007-07-05 18:07:55 -0400809{
810 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
811 memcpy(state->stateid.data, stateid->data, sizeof(state->stateid.data));
812 memcpy(state->open_stateid.data, stateid->data, sizeof(state->open_stateid.data));
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500813 switch (fmode) {
Trond Myklebust003707c2007-07-05 18:07:55 -0400814 case FMODE_READ:
815 set_bit(NFS_O_RDONLY_STATE, &state->flags);
816 break;
817 case FMODE_WRITE:
818 set_bit(NFS_O_WRONLY_STATE, &state->flags);
819 break;
820 case FMODE_READ|FMODE_WRITE:
821 set_bit(NFS_O_RDWR_STATE, &state->flags);
822 }
823}
824
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500825static void nfs_set_open_stateid(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fmode)
Trond Myklebust003707c2007-07-05 18:07:55 -0400826{
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400827 write_seqlock(&state->seqlock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500828 nfs_set_open_stateid_locked(state, stateid, fmode);
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400829 write_sequnlock(&state->seqlock);
Trond Myklebust003707c2007-07-05 18:07:55 -0400830}
831
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500832static 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 -0700833{
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400834 /*
835 * Protect the call to nfs4_state_set_mode_locked and
836 * serialise the stateid update
837 */
838 write_seqlock(&state->seqlock);
Trond Myklebust003707c2007-07-05 18:07:55 -0400839 if (deleg_stateid != NULL) {
840 memcpy(state->stateid.data, deleg_stateid->data, sizeof(state->stateid.data));
841 set_bit(NFS_DELEGATED_STATE, &state->flags);
842 }
843 if (open_stateid != NULL)
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500844 nfs_set_open_stateid_locked(state, open_stateid, fmode);
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400845 write_sequnlock(&state->seqlock);
846 spin_lock(&state->owner->so_lock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500847 update_open_stateflags(state, fmode);
Trond Myklebustec073422005-10-20 14:22:47 -0700848 spin_unlock(&state->owner->so_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700849}
850
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500851static 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 -0500852{
853 struct nfs_inode *nfsi = NFS_I(state->inode);
854 struct nfs_delegation *deleg_cur;
855 int ret = 0;
856
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500857 fmode &= (FMODE_READ|FMODE_WRITE);
Trond Myklebust34310432008-12-23 15:21:38 -0500858
859 rcu_read_lock();
860 deleg_cur = rcu_dereference(nfsi->delegation);
861 if (deleg_cur == NULL)
862 goto no_delegation;
863
864 spin_lock(&deleg_cur->lock);
865 if (nfsi->delegation != deleg_cur ||
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500866 (deleg_cur->type & fmode) != fmode)
Trond Myklebust34310432008-12-23 15:21:38 -0500867 goto no_delegation_unlock;
868
869 if (delegation == NULL)
870 delegation = &deleg_cur->stateid;
871 else if (memcmp(deleg_cur->stateid.data, delegation->data, NFS4_STATEID_SIZE) != 0)
872 goto no_delegation_unlock;
873
Trond Myklebustb7391f42008-12-23 15:21:52 -0500874 nfs_mark_delegation_referenced(deleg_cur);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500875 __update_open_stateid(state, open_stateid, &deleg_cur->stateid, fmode);
Trond Myklebust34310432008-12-23 15:21:38 -0500876 ret = 1;
877no_delegation_unlock:
878 spin_unlock(&deleg_cur->lock);
879no_delegation:
880 rcu_read_unlock();
881
882 if (!ret && open_stateid != NULL) {
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500883 __update_open_stateid(state, open_stateid, NULL, fmode);
Trond Myklebust34310432008-12-23 15:21:38 -0500884 ret = 1;
885 }
886
887 return ret;
888}
889
890
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500891static void nfs4_return_incompatible_delegation(struct inode *inode, fmode_t fmode)
Trond Myklebustaac00a82007-07-05 19:02:21 -0400892{
893 struct nfs_delegation *delegation;
894
895 rcu_read_lock();
896 delegation = rcu_dereference(NFS_I(inode)->delegation);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500897 if (delegation == NULL || (delegation->type & fmode) == fmode) {
Trond Myklebustaac00a82007-07-05 19:02:21 -0400898 rcu_read_unlock();
899 return;
900 }
901 rcu_read_unlock();
902 nfs_inode_return_delegation(inode);
903}
904
Trond Myklebust6ee41262007-07-08 14:11:36 -0400905static struct nfs4_state *nfs4_try_open_cached(struct nfs4_opendata *opendata)
Trond Myklebustaac00a82007-07-05 19:02:21 -0400906{
907 struct nfs4_state *state = opendata->state;
908 struct nfs_inode *nfsi = NFS_I(state->inode);
909 struct nfs_delegation *delegation;
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500910 int open_mode = opendata->o_arg.open_flags & O_EXCL;
911 fmode_t fmode = opendata->o_arg.fmode;
Trond Myklebustaac00a82007-07-05 19:02:21 -0400912 nfs4_stateid stateid;
913 int ret = -EAGAIN;
914
Trond Myklebustaac00a82007-07-05 19:02:21 -0400915 for (;;) {
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500916 if (can_open_cached(state, fmode, open_mode)) {
Trond Myklebust6ee41262007-07-08 14:11:36 -0400917 spin_lock(&state->owner->so_lock);
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500918 if (can_open_cached(state, fmode, open_mode)) {
919 update_open_stateflags(state, fmode);
Trond Myklebust6ee41262007-07-08 14:11:36 -0400920 spin_unlock(&state->owner->so_lock);
Trond Myklebust6ee41262007-07-08 14:11:36 -0400921 goto out_return_state;
922 }
923 spin_unlock(&state->owner->so_lock);
924 }
Trond Myklebust34310432008-12-23 15:21:38 -0500925 rcu_read_lock();
926 delegation = rcu_dereference(nfsi->delegation);
927 if (delegation == NULL ||
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500928 !can_open_delegated(delegation, fmode)) {
Trond Myklebust34310432008-12-23 15:21:38 -0500929 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -0400930 break;
Trond Myklebust34310432008-12-23 15:21:38 -0500931 }
Trond Myklebustaac00a82007-07-05 19:02:21 -0400932 /* Save the delegation */
933 memcpy(stateid.data, delegation->stateid.data, sizeof(stateid.data));
934 rcu_read_unlock();
Trond Myklebustaf22f942007-08-10 17:45:10 -0400935 ret = nfs_may_open(state->inode, state->owner->so_cred, open_mode);
Trond Myklebustaac00a82007-07-05 19:02:21 -0400936 if (ret != 0)
937 goto out;
938 ret = -EAGAIN;
Trond Myklebust34310432008-12-23 15:21:38 -0500939
940 /* Try to update the stateid using the delegation */
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500941 if (update_open_stateid(state, NULL, &stateid, fmode))
Trond Myklebust34310432008-12-23 15:21:38 -0500942 goto out_return_state;
Trond Myklebustaac00a82007-07-05 19:02:21 -0400943 }
Trond Myklebustaac00a82007-07-05 19:02:21 -0400944out:
945 return ERR_PTR(ret);
946out_return_state:
947 atomic_inc(&state->count);
948 return state;
949}
950
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100951static struct nfs4_state *nfs4_opendata_to_nfs4_state(struct nfs4_opendata *data)
952{
953 struct inode *inode;
954 struct nfs4_state *state = NULL;
Trond Myklebust003707c2007-07-05 18:07:55 -0400955 struct nfs_delegation *delegation;
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400956 int ret;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100957
Trond Myklebustaac00a82007-07-05 19:02:21 -0400958 if (!data->rpc_done) {
Trond Myklebust6ee41262007-07-08 14:11:36 -0400959 state = nfs4_try_open_cached(data);
Trond Myklebustaac00a82007-07-05 19:02:21 -0400960 goto out;
961 }
962
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400963 ret = -EAGAIN;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100964 if (!(data->f_attr.valid & NFS_ATTR_FATTR))
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400965 goto err;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100966 inode = nfs_fhget(data->dir->d_sb, &data->o_res.fh, &data->f_attr);
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400967 ret = PTR_ERR(inode);
Trond Myklebust03f28e32006-03-20 13:44:48 -0500968 if (IS_ERR(inode))
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400969 goto err;
970 ret = -ENOMEM;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100971 state = nfs4_get_open_state(inode, data->owner);
972 if (state == NULL)
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400973 goto err_put_inode;
Trond Myklebust549d6ed2007-07-03 16:42:45 -0400974 if (data->o_res.delegation_type != 0) {
Trond Myklebust549d6ed2007-07-03 16:42:45 -0400975 int delegation_flags = 0;
976
Trond Myklebust003707c2007-07-05 18:07:55 -0400977 rcu_read_lock();
978 delegation = rcu_dereference(NFS_I(inode)->delegation);
979 if (delegation)
980 delegation_flags = delegation->flags;
981 rcu_read_unlock();
Trond Myklebust15c831b2008-12-23 15:21:39 -0500982 if ((delegation_flags & 1UL<<NFS_DELEGATION_NEED_RECLAIM) == 0)
Trond Myklebust549d6ed2007-07-03 16:42:45 -0400983 nfs_inode_set_delegation(state->inode,
984 data->owner->so_cred,
985 &data->o_res);
986 else
987 nfs_inode_reclaim_delegation(state->inode,
988 data->owner->so_cred,
989 &data->o_res);
990 }
Trond Myklebust34310432008-12-23 15:21:38 -0500991
992 update_open_stateid(state, &data->o_res.stateid, NULL,
Trond Myklebustdc0b0272008-12-23 15:21:56 -0500993 data->o_arg.fmode);
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100994 iput(inode);
Trond Myklebustaac00a82007-07-05 19:02:21 -0400995out:
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100996 return state;
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400997err_put_inode:
998 iput(inode);
999err:
1000 return ERR_PTR(ret);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001001}
1002
Trond Myklebust864472e2006-01-03 09:55:15 +01001003static struct nfs_open_context *nfs4_state_find_open_context(struct nfs4_state *state)
1004{
1005 struct nfs_inode *nfsi = NFS_I(state->inode);
1006 struct nfs_open_context *ctx;
1007
1008 spin_lock(&state->inode->i_lock);
1009 list_for_each_entry(ctx, &nfsi->open_files, list) {
1010 if (ctx->state != state)
1011 continue;
1012 get_nfs_open_context(ctx);
1013 spin_unlock(&state->inode->i_lock);
1014 return ctx;
1015 }
1016 spin_unlock(&state->inode->i_lock);
1017 return ERR_PTR(-ENOENT);
1018}
1019
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001020static struct nfs4_opendata *nfs4_open_recoverdata_alloc(struct nfs_open_context *ctx, struct nfs4_state *state)
1021{
1022 struct nfs4_opendata *opendata;
1023
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001024 opendata = nfs4_opendata_alloc(&ctx->path, state->owner, 0, 0, NULL);
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001025 if (opendata == NULL)
1026 return ERR_PTR(-ENOMEM);
1027 opendata->state = state;
1028 atomic_inc(&state->count);
1029 return opendata;
1030}
1031
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001032static int nfs4_open_recover_helper(struct nfs4_opendata *opendata, fmode_t fmode, struct nfs4_state **res)
Trond Myklebust864472e2006-01-03 09:55:15 +01001033{
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001034 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001035 int ret;
1036
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001037 opendata->o_arg.open_flags = 0;
1038 opendata->o_arg.fmode = fmode;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001039 memset(&opendata->o_res, 0, sizeof(opendata->o_res));
1040 memset(&opendata->c_res, 0, sizeof(opendata->c_res));
1041 nfs4_init_opendata_res(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001042 ret = _nfs4_proc_open(opendata);
1043 if (ret != 0)
1044 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001045 newstate = nfs4_opendata_to_nfs4_state(opendata);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001046 if (IS_ERR(newstate))
1047 return PTR_ERR(newstate);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001048 nfs4_close_state(&opendata->path, newstate, fmode);
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001049 *res = newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001050 return 0;
1051}
1052
1053static int nfs4_open_recover(struct nfs4_opendata *opendata, struct nfs4_state *state)
1054{
Trond Myklebust864472e2006-01-03 09:55:15 +01001055 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +01001056 int ret;
1057
1058 /* memory barrier prior to reading state->n_* */
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001059 clear_bit(NFS_DELEGATED_STATE, &state->flags);
Trond Myklebust864472e2006-01-03 09:55:15 +01001060 smp_rmb();
1061 if (state->n_rdwr != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001062 ret = nfs4_open_recover_helper(opendata, FMODE_READ|FMODE_WRITE, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001063 if (ret != 0)
1064 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001065 if (newstate != state)
1066 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001067 }
1068 if (state->n_wronly != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001069 ret = nfs4_open_recover_helper(opendata, FMODE_WRITE, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001070 if (ret != 0)
1071 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001072 if (newstate != state)
1073 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001074 }
1075 if (state->n_rdonly != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001076 ret = nfs4_open_recover_helper(opendata, FMODE_READ, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +01001077 if (ret != 0)
1078 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001079 if (newstate != state)
1080 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +01001081 }
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001082 /*
1083 * We may have performed cached opens for all three recoveries.
1084 * Check if we need to update the current stateid.
1085 */
1086 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0 &&
1087 memcmp(state->stateid.data, state->open_stateid.data, sizeof(state->stateid.data)) != 0) {
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001088 write_seqlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001089 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
1090 memcpy(state->stateid.data, state->open_stateid.data, sizeof(state->stateid.data));
Trond Myklebust8bda4e42007-07-09 10:45:42 -04001091 write_sequnlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001092 }
Trond Myklebust864472e2006-01-03 09:55:15 +01001093 return 0;
1094}
1095
Linus Torvalds1da177e2005-04-16 15:20:36 -07001096/*
1097 * OPEN_RECLAIM:
1098 * reclaim state on the server after a reboot.
Linus Torvalds1da177e2005-04-16 15:20:36 -07001099 */
Trond Myklebust539cd032007-06-05 11:46:42 -04001100static int _nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001101{
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001102 struct nfs_delegation *delegation;
Trond Myklebust864472e2006-01-03 09:55:15 +01001103 struct nfs4_opendata *opendata;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001104 fmode_t delegation_type = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001105 int status;
1106
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001107 opendata = nfs4_open_recoverdata_alloc(ctx, state);
1108 if (IS_ERR(opendata))
1109 return PTR_ERR(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001110 opendata->o_arg.claim = NFS4_OPEN_CLAIM_PREVIOUS;
1111 opendata->o_arg.fh = NFS_FH(state->inode);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001112 rcu_read_lock();
1113 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
Trond Myklebust15c831b2008-12-23 15:21:39 -05001114 if (delegation != NULL && test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags) != 0)
Trond Myklebust65bbf6b2007-08-27 09:57:46 -04001115 delegation_type = delegation->type;
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -04001116 rcu_read_unlock();
Trond Myklebust864472e2006-01-03 09:55:15 +01001117 opendata->o_arg.u.delegation_type = delegation_type;
1118 status = nfs4_open_recover(opendata, state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001119 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001120 return status;
1121}
1122
Trond Myklebust539cd032007-06-05 11:46:42 -04001123static int nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001124{
1125 struct nfs_server *server = NFS_SERVER(state->inode);
1126 struct nfs4_exception exception = { };
1127 int err;
1128 do {
Trond Myklebust539cd032007-06-05 11:46:42 -04001129 err = _nfs4_do_open_reclaim(ctx, state);
Trond Myklebust202b50d2005-06-22 17:16:29 +00001130 if (err != -NFS4ERR_DELAY)
1131 break;
1132 nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001133 } while (exception.retry);
1134 return err;
1135}
1136
Trond Myklebust864472e2006-01-03 09:55:15 +01001137static int nfs4_open_reclaim(struct nfs4_state_owner *sp, struct nfs4_state *state)
1138{
1139 struct nfs_open_context *ctx;
1140 int ret;
1141
1142 ctx = nfs4_state_find_open_context(state);
1143 if (IS_ERR(ctx))
1144 return PTR_ERR(ctx);
Trond Myklebust539cd032007-06-05 11:46:42 -04001145 ret = nfs4_do_open_reclaim(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +01001146 put_nfs_open_context(ctx);
1147 return ret;
1148}
1149
Trond Myklebust13437e12007-07-06 15:10:43 -04001150static 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 -07001151{
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001152 struct nfs4_opendata *opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +01001153 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001154
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001155 opendata = nfs4_open_recoverdata_alloc(ctx, state);
1156 if (IS_ERR(opendata))
1157 return PTR_ERR(opendata);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001158 opendata->o_arg.claim = NFS4_OPEN_CLAIM_DELEGATE_CUR;
Trond Myklebust13437e12007-07-06 15:10:43 -04001159 memcpy(opendata->o_arg.u.delegation.data, stateid->data,
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001160 sizeof(opendata->o_arg.u.delegation.data));
Trond Myklebust864472e2006-01-03 09:55:15 +01001161 ret = nfs4_open_recover(opendata, state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001162 nfs4_opendata_put(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001163 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001164}
1165
Trond Myklebust13437e12007-07-06 15:10:43 -04001166int nfs4_open_delegation_recall(struct nfs_open_context *ctx, struct nfs4_state *state, const nfs4_stateid *stateid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001167{
1168 struct nfs4_exception exception = { };
Trond Myklebust539cd032007-06-05 11:46:42 -04001169 struct nfs_server *server = NFS_SERVER(state->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001170 int err;
1171 do {
Trond Myklebust13437e12007-07-06 15:10:43 -04001172 err = _nfs4_open_delegation_recall(ctx, state, stateid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001173 switch (err) {
1174 case 0:
1175 return err;
1176 case -NFS4ERR_STALE_CLIENTID:
1177 case -NFS4ERR_STALE_STATEID:
1178 case -NFS4ERR_EXPIRED:
1179 /* Don't recall a delegation if it was lost */
David Howells7539bba2006-08-22 20:06:09 -04001180 nfs4_schedule_state_recovery(server->nfs_client);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001181 return err;
1182 }
1183 err = nfs4_handle_exception(server, err, &exception);
1184 } while (exception.retry);
1185 return err;
1186}
1187
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001188static void nfs4_open_confirm_done(struct rpc_task *task, void *calldata)
1189{
1190 struct nfs4_opendata *data = calldata;
1191
1192 data->rpc_status = task->tk_status;
1193 if (RPC_ASSASSINATED(task))
1194 return;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001195 if (data->rpc_status == 0) {
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001196 memcpy(data->o_res.stateid.data, data->c_res.stateid.data,
1197 sizeof(data->o_res.stateid.data));
Trond Myklebustbb226292008-01-02 15:19:18 -05001198 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust26e976a2006-01-03 09:55:21 +01001199 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust3e309912007-07-07 13:19:59 -04001200 data->rpc_done = 1;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001201 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001202}
1203
1204static void nfs4_open_confirm_release(void *calldata)
1205{
1206 struct nfs4_opendata *data = calldata;
1207 struct nfs4_state *state = NULL;
1208
1209 /* If this request hasn't been cancelled, do nothing */
1210 if (data->cancelled == 0)
1211 goto out_free;
1212 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -04001213 if (!data->rpc_done)
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001214 goto out_free;
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001215 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001216 if (!IS_ERR(state))
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001217 nfs4_close_state(&data->path, state, data->o_arg.fmode);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001218out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001219 nfs4_opendata_put(data);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001220}
1221
1222static const struct rpc_call_ops nfs4_open_confirm_ops = {
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001223 .rpc_call_done = nfs4_open_confirm_done,
1224 .rpc_release = nfs4_open_confirm_release,
1225};
1226
1227/*
1228 * Note: On error, nfs4_proc_open_confirm will free the struct nfs4_opendata
1229 */
1230static int _nfs4_proc_open_confirm(struct nfs4_opendata *data)
1231{
1232 struct nfs_server *server = NFS_SERVER(data->dir->d_inode);
1233 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001234 struct rpc_message msg = {
1235 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_CONFIRM],
1236 .rpc_argp = &data->c_arg,
1237 .rpc_resp = &data->c_res,
1238 .rpc_cred = data->owner->so_cred,
1239 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001240 struct rpc_task_setup task_setup_data = {
1241 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001242 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001243 .callback_ops = &nfs4_open_confirm_ops,
1244 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -05001245 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001246 .flags = RPC_TASK_ASYNC,
1247 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001248 int status;
1249
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001250 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -04001251 data->rpc_done = 0;
1252 data->rpc_status = 0;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001253 data->timestamp = jiffies;
Trond Myklebustc970aa82007-07-14 15:39:59 -04001254 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05001255 if (IS_ERR(task))
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001256 return PTR_ERR(task);
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001257 status = nfs4_wait_for_completion_rpc_task(task);
1258 if (status != 0) {
1259 data->cancelled = 1;
1260 smp_wmb();
1261 } else
1262 status = data->rpc_status;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05001263 rpc_put_task(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001264 return status;
1265}
1266
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001267static void nfs4_open_prepare(struct rpc_task *task, void *calldata)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001268{
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001269 struct nfs4_opendata *data = calldata;
1270 struct nfs4_state_owner *sp = data->owner;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001271
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001272 if (nfs_wait_on_sequence(data->o_arg.seqid, task) != 0)
1273 return;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001274 /*
1275 * Check if we still need to send an OPEN call, or if we can use
1276 * a delegation instead.
1277 */
1278 if (data->state != NULL) {
1279 struct nfs_delegation *delegation;
1280
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001281 if (can_open_cached(data->state, data->o_arg.fmode, data->o_arg.open_flags))
Trond Myklebust6ee41262007-07-08 14:11:36 -04001282 goto out_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001283 rcu_read_lock();
1284 delegation = rcu_dereference(NFS_I(data->state->inode)->delegation);
1285 if (delegation != NULL &&
Trond Myklebust15c831b2008-12-23 15:21:39 -05001286 test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags) == 0) {
Trond Myklebustaac00a82007-07-05 19:02:21 -04001287 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -04001288 goto out_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001289 }
1290 rcu_read_unlock();
1291 }
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001292 /* Update sequence id. */
Trond Myklebust9f958ab2007-07-02 13:58:33 -04001293 data->o_arg.id = sp->so_owner_id.id;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001294 data->o_arg.clientid = sp->so_client->cl_clientid;
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001295 if (data->o_arg.claim == NFS4_OPEN_CLAIM_PREVIOUS) {
Trond Myklebust5138fde2007-07-14 15:40:01 -04001296 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_NOATTR];
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001297 nfs_copy_fh(&data->o_res.fh, data->o_arg.fh);
1298 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001299 data->timestamp = jiffies;
Andy Adamsond8985282009-04-01 09:22:21 -04001300 if (nfs4_setup_sequence(data->o_arg.server->nfs_client,
1301 &data->o_arg.seq_args,
1302 &data->o_res.seq_res, 1, task))
1303 return;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001304 rpc_call_start(task);
Trond Myklebust6ee41262007-07-08 14:11:36 -04001305 return;
1306out_no_action:
1307 task->tk_action = NULL;
1308
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001309}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001310
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001311static void nfs4_open_done(struct rpc_task *task, void *calldata)
1312{
1313 struct nfs4_opendata *data = calldata;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001314
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001315 data->rpc_status = task->tk_status;
Andy Adamsond8985282009-04-01 09:22:21 -04001316
1317 nfs4_sequence_done_free_slot(data->o_arg.server, &data->o_res.seq_res,
1318 task->tk_status);
1319
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001320 if (RPC_ASSASSINATED(task))
1321 return;
1322 if (task->tk_status == 0) {
1323 switch (data->o_res.f_attr->mode & S_IFMT) {
Trond Myklebust6f926b52005-10-18 14:20:18 -07001324 case S_IFREG:
1325 break;
1326 case S_IFLNK:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001327 data->rpc_status = -ELOOP;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001328 break;
1329 case S_IFDIR:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001330 data->rpc_status = -EISDIR;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001331 break;
1332 default:
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001333 data->rpc_status = -ENOTDIR;
Trond Myklebust6f926b52005-10-18 14:20:18 -07001334 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001335 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust0f9f95e2007-07-08 16:19:56 -04001336 if (!(data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM))
1337 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust6f926b52005-10-18 14:20:18 -07001338 }
Trond Myklebust3e309912007-07-07 13:19:59 -04001339 data->rpc_done = 1;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001340}
Trond Myklebust6f926b52005-10-18 14:20:18 -07001341
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001342static void nfs4_open_release(void *calldata)
1343{
1344 struct nfs4_opendata *data = calldata;
1345 struct nfs4_state *state = NULL;
1346
1347 /* If this request hasn't been cancelled, do nothing */
1348 if (data->cancelled == 0)
1349 goto out_free;
1350 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -04001351 if (data->rpc_status != 0 || !data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001352 goto out_free;
1353 /* In case we need an open_confirm, no cleanup! */
1354 if (data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM)
1355 goto out_free;
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001356 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001357 if (!IS_ERR(state))
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001358 nfs4_close_state(&data->path, state, data->o_arg.fmode);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001359out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001360 nfs4_opendata_put(data);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001361}
1362
1363static const struct rpc_call_ops nfs4_open_ops = {
1364 .rpc_call_prepare = nfs4_open_prepare,
1365 .rpc_call_done = nfs4_open_done,
1366 .rpc_release = nfs4_open_release,
1367};
1368
1369/*
1370 * Note: On error, nfs4_proc_open will free the struct nfs4_opendata
1371 */
1372static int _nfs4_proc_open(struct nfs4_opendata *data)
1373{
1374 struct inode *dir = data->dir->d_inode;
1375 struct nfs_server *server = NFS_SERVER(dir);
1376 struct nfs_openargs *o_arg = &data->o_arg;
1377 struct nfs_openres *o_res = &data->o_res;
1378 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001379 struct rpc_message msg = {
1380 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN],
1381 .rpc_argp = o_arg,
1382 .rpc_resp = o_res,
1383 .rpc_cred = data->owner->so_cred,
1384 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001385 struct rpc_task_setup task_setup_data = {
1386 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001387 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001388 .callback_ops = &nfs4_open_ops,
1389 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -05001390 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001391 .flags = RPC_TASK_ASYNC,
1392 };
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001393 int status;
1394
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001395 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -04001396 data->rpc_done = 0;
1397 data->rpc_status = 0;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001398 data->cancelled = 0;
Trond Myklebustc970aa82007-07-14 15:39:59 -04001399 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05001400 if (IS_ERR(task))
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001401 return PTR_ERR(task);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001402 status = nfs4_wait_for_completion_rpc_task(task);
1403 if (status != 0) {
1404 data->cancelled = 1;
1405 smp_wmb();
1406 } else
1407 status = data->rpc_status;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05001408 rpc_put_task(task);
Trond Myklebust3e309912007-07-07 13:19:59 -04001409 if (status != 0 || !data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001410 return status;
1411
Trond Myklebust99367812007-07-17 21:52:41 -04001412 if (o_res->fh.size == 0)
1413 _nfs4_proc_lookup(dir, o_arg->name, &o_res->fh, o_res->f_attr);
1414
Trond Myklebust56ae19f2005-10-27 22:12:40 -04001415 if (o_arg->open_flags & O_CREAT) {
1416 update_changeattr(dir, &o_res->cinfo);
1417 nfs_post_op_update_inode(dir, o_res->dir_attr);
1418 } else
1419 nfs_refresh_inode(dir, o_res->dir_attr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001420 if(o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) {
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001421 status = _nfs4_proc_open_confirm(data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001422 if (status != 0)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001423 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001424 }
1425 if (!(o_res->f_attr->valid & NFS_ATTR_FATTR))
Trond Myklebust99367812007-07-17 21:52:41 -04001426 _nfs4_proc_getattr(server, &o_res->fh, o_res->f_attr);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001427 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001428}
1429
Trond Myklebust10afec92007-05-14 17:16:04 -04001430static int nfs4_recover_expired_lease(struct nfs_server *server)
Trond Myklebust58d97142006-01-03 09:55:24 +01001431{
David Howells7539bba2006-08-22 20:06:09 -04001432 struct nfs_client *clp = server->nfs_client;
Trond Myklebust6b309542006-09-14 14:03:14 -04001433 int ret;
Trond Myklebust58d97142006-01-03 09:55:24 +01001434
Trond Myklebust6b309542006-09-14 14:03:14 -04001435 for (;;) {
Trond Myklebust65de8722008-12-23 15:21:44 -05001436 ret = nfs4_wait_clnt_recover(clp);
Trond Myklebust6b309542006-09-14 14:03:14 -04001437 if (ret != 0)
1438 return ret;
Trond Myklebuste598d842008-12-23 15:21:42 -05001439 if (!test_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state) &&
1440 !test_bit(NFS4CLNT_CHECK_LEASE,&clp->cl_state))
Trond Myklebust6b309542006-09-14 14:03:14 -04001441 break;
Trond Myklebust58d97142006-01-03 09:55:24 +01001442 nfs4_schedule_state_recovery(clp);
Trond Myklebust6b309542006-09-14 14:03:14 -04001443 }
1444 return 0;
Trond Myklebust58d97142006-01-03 09:55:24 +01001445}
1446
Linus Torvalds1da177e2005-04-16 15:20:36 -07001447/*
1448 * OPEN_EXPIRED:
1449 * reclaim state on the server after a network partition.
1450 * Assumes caller holds the appropriate lock
1451 */
Trond Myklebust539cd032007-06-05 11:46:42 -04001452static int _nfs4_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001453{
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001454 struct nfs4_opendata *opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +01001455 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001456
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001457 opendata = nfs4_open_recoverdata_alloc(ctx, state);
1458 if (IS_ERR(opendata))
1459 return PTR_ERR(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001460 ret = nfs4_open_recover(opendata, state);
Trond Myklebust35d05772008-04-05 15:54:17 -04001461 if (ret == -ESTALE)
Trond Myklebust539cd032007-06-05 11:46:42 -04001462 d_drop(ctx->path.dentry);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001463 nfs4_opendata_put(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001464 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001465}
1466
Trond Myklebust539cd032007-06-05 11:46:42 -04001467static inline int nfs4_do_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Trond Myklebust202b50d2005-06-22 17:16:29 +00001468{
Trond Myklebust539cd032007-06-05 11:46:42 -04001469 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust202b50d2005-06-22 17:16:29 +00001470 struct nfs4_exception exception = { };
1471 int err;
1472
1473 do {
Trond Myklebust539cd032007-06-05 11:46:42 -04001474 err = _nfs4_open_expired(ctx, state);
Trond Myklebust027b6ca2008-12-23 16:04:13 -05001475 if (err != -NFS4ERR_DELAY)
1476 break;
1477 nfs4_handle_exception(server, err, &exception);
Trond Myklebust202b50d2005-06-22 17:16:29 +00001478 } while (exception.retry);
1479 return err;
1480}
1481
Linus Torvalds1da177e2005-04-16 15:20:36 -07001482static int nfs4_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
1483{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001484 struct nfs_open_context *ctx;
Trond Myklebust864472e2006-01-03 09:55:15 +01001485 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001486
Trond Myklebust864472e2006-01-03 09:55:15 +01001487 ctx = nfs4_state_find_open_context(state);
1488 if (IS_ERR(ctx))
1489 return PTR_ERR(ctx);
Trond Myklebust539cd032007-06-05 11:46:42 -04001490 ret = nfs4_do_open_expired(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +01001491 put_nfs_open_context(ctx);
1492 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001493}
1494
1495/*
Jeff Laytonaa53ed52007-06-05 14:49:03 -04001496 * on an EXCLUSIVE create, the server should send back a bitmask with FATTR4-*
1497 * fields corresponding to attributes that were used to store the verifier.
1498 * Make sure we clobber those fields in the later setattr call
1499 */
1500static inline void nfs4_exclusive_attrset(struct nfs4_opendata *opendata, struct iattr *sattr)
1501{
1502 if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_ACCESS) &&
1503 !(sattr->ia_valid & ATTR_ATIME_SET))
1504 sattr->ia_valid |= ATTR_ATIME;
1505
1506 if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_MODIFY) &&
1507 !(sattr->ia_valid & ATTR_MTIME_SET))
1508 sattr->ia_valid |= ATTR_MTIME;
1509}
1510
1511/*
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001512 * Returns a referenced nfs4_state
Linus Torvalds1da177e2005-04-16 15:20:36 -07001513 */
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001514static 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 -07001515{
1516 struct nfs4_state_owner *sp;
1517 struct nfs4_state *state = NULL;
1518 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001519 struct nfs4_opendata *opendata;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001520 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001521
1522 /* Protect against reboot recovery conflicts */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001523 status = -ENOMEM;
1524 if (!(sp = nfs4_get_state_owner(server, cred))) {
1525 dprintk("nfs4_do_open: nfs4_get_state_owner failed!\n");
1526 goto out_err;
1527 }
Trond Myklebust58d97142006-01-03 09:55:24 +01001528 status = nfs4_recover_expired_lease(server);
1529 if (status != 0)
Trond Myklebustb4454fe2006-01-03 09:55:25 +01001530 goto err_put_state_owner;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001531 if (path->dentry->d_inode != NULL)
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001532 nfs4_return_incompatible_delegation(path->dentry->d_inode, fmode);
Trond Myklebust58d97142006-01-03 09:55:24 +01001533 status = -ENOMEM;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001534 opendata = nfs4_opendata_alloc(path, sp, fmode, flags, sattr);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001535 if (opendata == NULL)
Trond Myklebust95d35cb2008-12-23 15:21:45 -05001536 goto err_put_state_owner;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001537
Trond Myklebustaac00a82007-07-05 19:02:21 -04001538 if (path->dentry->d_inode != NULL)
1539 opendata->state = nfs4_get_open_state(path->dentry->d_inode, sp);
1540
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001541 status = _nfs4_proc_open(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001542 if (status != 0)
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001543 goto err_opendata_put;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001544
Jeff Laytonaa53ed52007-06-05 14:49:03 -04001545 if (opendata->o_arg.open_flags & O_EXCL)
1546 nfs4_exclusive_attrset(opendata, sattr);
1547
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001548 state = nfs4_opendata_to_nfs4_state(opendata);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001549 status = PTR_ERR(state);
1550 if (IS_ERR(state))
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001551 goto err_opendata_put;
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001552 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001553 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001554 *res = state;
1555 return 0;
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001556err_opendata_put:
1557 nfs4_opendata_put(opendata);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001558err_put_state_owner:
1559 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001560out_err:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001561 *res = NULL;
1562 return status;
1563}
1564
1565
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001566static 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 -07001567{
1568 struct nfs4_exception exception = { };
1569 struct nfs4_state *res;
1570 int status;
1571
1572 do {
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001573 status = _nfs4_do_open(dir, path, fmode, flags, sattr, cred, &res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001574 if (status == 0)
1575 break;
1576 /* NOTE: BAD_SEQID means the server and client disagree about the
1577 * book-keeping w.r.t. state-changing operations
1578 * (OPEN/CLOSE/LOCK/LOCKU...)
1579 * It is actually a sign of a bug on the client or on the server.
1580 *
1581 * If we receive a BAD_SEQID error in the particular case of
Trond Myklebustcee54fc2005-10-18 14:20:12 -07001582 * doing an OPEN, we assume that nfs_increment_open_seqid() will
Linus Torvalds1da177e2005-04-16 15:20:36 -07001583 * have unhashed the old state_owner for us, and that we can
1584 * therefore safely retry using a new one. We should still warn
1585 * the user though...
1586 */
1587 if (status == -NFS4ERR_BAD_SEQID) {
Trond Myklebust6f43ddc2007-07-08 16:49:11 -04001588 printk(KERN_WARNING "NFS: v4 server %s "
1589 " returned a bad sequence-id error!\n",
1590 NFS_SERVER(dir)->nfs_client->cl_hostname);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001591 exception.retry = 1;
1592 continue;
1593 }
Trond Myklebust550f5742005-10-18 14:20:21 -07001594 /*
1595 * BAD_STATEID on OPEN means that the server cancelled our
1596 * state before it received the OPEN_CONFIRM.
1597 * Recover by retrying the request as per the discussion
1598 * on Page 181 of RFC3530.
1599 */
1600 if (status == -NFS4ERR_BAD_STATEID) {
1601 exception.retry = 1;
1602 continue;
1603 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001604 if (status == -EAGAIN) {
1605 /* We must have found a delegation */
1606 exception.retry = 1;
1607 continue;
1608 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001609 res = ERR_PTR(nfs4_handle_exception(NFS_SERVER(dir),
1610 status, &exception));
1611 } while (exception.retry);
1612 return res;
1613}
1614
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001615static int _nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
1616 struct nfs_fattr *fattr, struct iattr *sattr,
1617 struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001618{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05001619 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001620 struct nfs_setattrargs arg = {
Trond Myklebust3e4f6292006-03-20 13:44:46 -05001621 .fh = NFS_FH(inode),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001622 .iap = sattr,
1623 .server = server,
1624 .bitmask = server->attr_bitmask,
1625 };
1626 struct nfs_setattrres res = {
1627 .fattr = fattr,
1628 .server = server,
1629 };
1630 struct rpc_message msg = {
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001631 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETATTR],
1632 .rpc_argp = &arg,
1633 .rpc_resp = &res,
1634 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001635 };
Trond Myklebust26e976a2006-01-03 09:55:21 +01001636 unsigned long timestamp = jiffies;
Trond Myklebust65e43082005-08-16 11:49:44 -04001637 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001638
Trond Myklebust0e574af2005-10-27 22:12:38 -04001639 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001640
Trond Myklebust3e4f6292006-03-20 13:44:46 -05001641 if (nfs4_copy_delegation_stateid(&arg.stateid, inode)) {
1642 /* Use that stateid */
1643 } else if (state != NULL) {
Trond Myklebust08e9eac2005-06-22 17:16:29 +00001644 nfs4_copy_stateid(&arg.stateid, state, current->files);
1645 } else
Linus Torvalds1da177e2005-04-16 15:20:36 -07001646 memcpy(&arg.stateid, &zero_stateid, sizeof(arg.stateid));
1647
Andy Adamsoncccef3b2009-04-01 09:22:03 -04001648 status = nfs4_call_sync(server, &msg, &arg, &res, 1);
Trond Myklebust26e976a2006-01-03 09:55:21 +01001649 if (status == 0 && state != NULL)
1650 renew_lease(server, timestamp);
Trond Myklebust65e43082005-08-16 11:49:44 -04001651 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001652}
1653
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001654static int nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
1655 struct nfs_fattr *fattr, struct iattr *sattr,
1656 struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001657{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05001658 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001659 struct nfs4_exception exception = { };
1660 int err;
1661 do {
1662 err = nfs4_handle_exception(server,
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001663 _nfs4_do_setattr(inode, cred, fattr, sattr, state),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001664 &exception);
1665 } while (exception.retry);
1666 return err;
1667}
1668
1669struct nfs4_closedata {
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001670 struct path path;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001671 struct inode *inode;
1672 struct nfs4_state *state;
1673 struct nfs_closeargs arg;
1674 struct nfs_closeres res;
Trond Myklebust516a6af2005-10-27 22:12:41 -04001675 struct nfs_fattr fattr;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001676 unsigned long timestamp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001677};
1678
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001679static void nfs4_free_closedata(void *data)
Trond Myklebust95121352005-10-18 14:20:12 -07001680{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001681 struct nfs4_closedata *calldata = data;
1682 struct nfs4_state_owner *sp = calldata->state->owner;
Trond Myklebust95121352005-10-18 14:20:12 -07001683
1684 nfs4_put_open_state(calldata->state);
1685 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust95121352005-10-18 14:20:12 -07001686 nfs4_put_state_owner(sp);
Jan Blunck31f31db12008-05-02 13:42:45 -07001687 path_put(&calldata->path);
Trond Myklebust95121352005-10-18 14:20:12 -07001688 kfree(calldata);
1689}
1690
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001691static void nfs4_close_done(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001692{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001693 struct nfs4_closedata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001694 struct nfs4_state *state = calldata->state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001695 struct nfs_server *server = NFS_SERVER(calldata->inode);
1696
Andy Adamson19ddab02009-04-01 09:22:20 -04001697 nfs4_sequence_done(server, &calldata->res.seq_res, task->tk_status);
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01001698 if (RPC_ASSASSINATED(task))
1699 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001700 /* hmm. we are done with the inode, and in the process of freeing
1701 * the state_owner. we keep this around to process errors
1702 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001703 switch (task->tk_status) {
1704 case 0:
Trond Myklebust45328c32007-07-26 17:47:34 -04001705 nfs_set_open_stateid(state, &calldata->res.stateid, 0);
Trond Myklebust26e976a2006-01-03 09:55:21 +01001706 renew_lease(server, calldata->timestamp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001707 break;
1708 case -NFS4ERR_STALE_STATEID:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05001709 case -NFS4ERR_OLD_STATEID:
1710 case -NFS4ERR_BAD_STATEID:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001711 case -NFS4ERR_EXPIRED:
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001712 if (calldata->arg.fmode == 0)
Trond Myklebust9e33bed2008-12-23 15:21:46 -05001713 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001714 default:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05001715 if (nfs4_async_handle_error(task, server, state) == -EAGAIN) {
Andy Adamsoneedc0202009-04-01 09:22:41 -04001716 nfs4_restart_rpc(task, server->nfs_client);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001717 return;
1718 }
1719 }
Andy Adamson19ddab02009-04-01 09:22:20 -04001720 nfs4_sequence_free_slot(server->nfs_client, &calldata->res.seq_res);
Trond Myklebust516a6af2005-10-27 22:12:41 -04001721 nfs_refresh_inode(calldata->inode, calldata->res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001722}
1723
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01001724static void nfs4_close_prepare(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001725{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01001726 struct nfs4_closedata *calldata = data;
Trond Myklebust95121352005-10-18 14:20:12 -07001727 struct nfs4_state *state = calldata->state;
Trond Myklebust003707c2007-07-05 18:07:55 -04001728 int clear_rd, clear_wr, clear_rdwr;
Trond Myklebust95121352005-10-18 14:20:12 -07001729
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001730 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebust95121352005-10-18 14:20:12 -07001731 return;
Trond Myklebust003707c2007-07-05 18:07:55 -04001732
Trond Myklebust003707c2007-07-05 18:07:55 -04001733 clear_rd = clear_wr = clear_rdwr = 0;
Trond Myklebust4cecb762005-11-04 15:32:58 -05001734 spin_lock(&state->owner->so_lock);
Trond Myklebust003707c2007-07-05 18:07:55 -04001735 /* Calculate the change in open mode */
Trond Myklebuste7616922006-01-03 09:55:13 +01001736 if (state->n_rdwr == 0) {
Trond Myklebust003707c2007-07-05 18:07:55 -04001737 if (state->n_rdonly == 0) {
Trond Myklebust003707c2007-07-05 18:07:55 -04001738 clear_rd |= test_and_clear_bit(NFS_O_RDONLY_STATE, &state->flags);
1739 clear_rdwr |= test_and_clear_bit(NFS_O_RDWR_STATE, &state->flags);
1740 }
1741 if (state->n_wronly == 0) {
Trond Myklebust003707c2007-07-05 18:07:55 -04001742 clear_wr |= test_and_clear_bit(NFS_O_WRONLY_STATE, &state->flags);
1743 clear_rdwr |= test_and_clear_bit(NFS_O_RDWR_STATE, &state->flags);
1744 }
Trond Myklebuste7616922006-01-03 09:55:13 +01001745 }
Trond Myklebust4cecb762005-11-04 15:32:58 -05001746 spin_unlock(&state->owner->so_lock);
Trond Myklebust003707c2007-07-05 18:07:55 -04001747 if (!clear_rd && !clear_wr && !clear_rdwr) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001748 /* Note: exit _without_ calling nfs4_close_done */
1749 task->tk_action = NULL;
Trond Myklebust95121352005-10-18 14:20:12 -07001750 return;
1751 }
Trond Myklebust516a6af2005-10-27 22:12:41 -04001752 nfs_fattr_init(calldata->res.fattr);
Trond Myklebust45328c32007-07-26 17:47:34 -04001753 if (test_bit(NFS_O_RDONLY_STATE, &state->flags) != 0) {
Trond Myklebust5138fde2007-07-14 15:40:01 -04001754 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_DOWNGRADE];
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001755 calldata->arg.fmode = FMODE_READ;
Trond Myklebust45328c32007-07-26 17:47:34 -04001756 } else if (test_bit(NFS_O_WRONLY_STATE, &state->flags) != 0) {
Trond Myklebust5138fde2007-07-14 15:40:01 -04001757 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_DOWNGRADE];
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001758 calldata->arg.fmode = FMODE_WRITE;
Trond Myklebust45328c32007-07-26 17:47:34 -04001759 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001760 calldata->timestamp = jiffies;
Andy Adamson19ddab02009-04-01 09:22:20 -04001761 if (nfs4_setup_sequence((NFS_SERVER(calldata->inode))->nfs_client,
1762 &calldata->arg.seq_args, &calldata->res.seq_res,
1763 1, task))
1764 return;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001765 rpc_call_start(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001766}
1767
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001768static const struct rpc_call_ops nfs4_close_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01001769 .rpc_call_prepare = nfs4_close_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001770 .rpc_call_done = nfs4_close_done,
1771 .rpc_release = nfs4_free_closedata,
1772};
1773
Linus Torvalds1da177e2005-04-16 15:20:36 -07001774/*
1775 * It is possible for data to be read/written from a mem-mapped file
1776 * after the sys_close call (which hits the vfs layer as a flush).
1777 * This means that we can't safely call nfsv4 close on a file until
1778 * the inode is cleared. This in turn means that we are not good
1779 * NFSv4 citizens - we do not indicate to the server to update the file's
1780 * share state even when we are done with one of the three share
1781 * stateid's in the inode.
1782 *
1783 * NOTE: Caller must be holding the sp->so_owner semaphore!
1784 */
Trond Myklebusta49c3c72007-10-18 18:03:27 -04001785int nfs4_do_close(struct path *path, struct nfs4_state *state, int wait)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001786{
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001787 struct nfs_server *server = NFS_SERVER(state->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001788 struct nfs4_closedata *calldata;
Trond Myklebustb39e6252007-06-11 23:05:07 -04001789 struct nfs4_state_owner *sp = state->owner;
1790 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001791 struct rpc_message msg = {
1792 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE],
1793 .rpc_cred = state->owner->so_cred,
1794 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001795 struct rpc_task_setup task_setup_data = {
1796 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001797 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001798 .callback_ops = &nfs4_close_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05001799 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001800 .flags = RPC_TASK_ASYNC,
1801 };
Trond Myklebust95121352005-10-18 14:20:12 -07001802 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001803
Andy Adamson19ddab02009-04-01 09:22:20 -04001804 calldata = kzalloc(sizeof(*calldata), GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001805 if (calldata == NULL)
Trond Myklebust95121352005-10-18 14:20:12 -07001806 goto out;
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001807 calldata->inode = state->inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001808 calldata->state = state;
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001809 calldata->arg.fh = NFS_FH(state->inode);
Trond Myklebust003707c2007-07-05 18:07:55 -04001810 calldata->arg.stateid = &state->open_stateid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001811 /* Serialization for the sequence id */
Trond Myklebustcee54fc2005-10-18 14:20:12 -07001812 calldata->arg.seqid = nfs_alloc_seqid(&state->owner->so_seqid);
Trond Myklebust95121352005-10-18 14:20:12 -07001813 if (calldata->arg.seqid == NULL)
1814 goto out_free_calldata;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001815 calldata->arg.fmode = 0;
Trond Myklebusta65318b2009-03-11 14:10:28 -04001816 calldata->arg.bitmask = server->cache_consistency_bitmask;
Trond Myklebust516a6af2005-10-27 22:12:41 -04001817 calldata->res.fattr = &calldata->fattr;
Trond Myklebustc1d51932008-04-07 13:20:54 -04001818 calldata->res.seqid = calldata->arg.seqid;
Trond Myklebust516a6af2005-10-27 22:12:41 -04001819 calldata->res.server = server;
Andy Adamson5f7dbd52009-04-01 09:22:05 -04001820 calldata->res.seq_res.sr_slotid = NFS4_MAX_SLOT_TABLE;
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001821 calldata->path.mnt = mntget(path->mnt);
1822 calldata->path.dentry = dget(path->dentry);
Trond Myklebust95121352005-10-18 14:20:12 -07001823
Trond Myklebust5138fde2007-07-14 15:40:01 -04001824 msg.rpc_argp = &calldata->arg,
1825 msg.rpc_resp = &calldata->res,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001826 task_setup_data.callback_data = calldata;
1827 task = rpc_run_task(&task_setup_data);
Trond Myklebustb39e6252007-06-11 23:05:07 -04001828 if (IS_ERR(task))
1829 return PTR_ERR(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04001830 status = 0;
1831 if (wait)
1832 status = rpc_wait_for_completion_task(task);
Trond Myklebustb39e6252007-06-11 23:05:07 -04001833 rpc_put_task(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04001834 return status;
Trond Myklebust95121352005-10-18 14:20:12 -07001835out_free_calldata:
1836 kfree(calldata);
1837out:
Trond Myklebustb39e6252007-06-11 23:05:07 -04001838 nfs4_put_open_state(state);
1839 nfs4_put_state_owner(sp);
Trond Myklebust95121352005-10-18 14:20:12 -07001840 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001841}
1842
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001843static 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 -07001844{
1845 struct file *filp;
Trond Myklebust1b45c462007-07-03 13:04:56 -04001846 int ret;
Trond Myklebust02a913a2005-10-18 14:20:17 -07001847
Trond Myklebust1b45c462007-07-03 13:04:56 -04001848 /* If the open_intent is for execute, we have an extra check to make */
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001849 if (fmode & FMODE_EXEC) {
Trond Myklebustaf22f942007-08-10 17:45:10 -04001850 ret = nfs_may_open(state->inode,
Trond Myklebust1b45c462007-07-03 13:04:56 -04001851 state->owner->so_cred,
1852 nd->intent.open.flags);
1853 if (ret < 0)
1854 goto out_close;
1855 }
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001856 filp = lookup_instantiate_filp(nd, path->dentry, NULL);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001857 if (!IS_ERR(filp)) {
1858 struct nfs_open_context *ctx;
Trond Myklebustcd3758e2007-08-10 17:44:32 -04001859 ctx = nfs_file_open_context(filp);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001860 ctx->state = state;
Trond Myklebust95cf9592006-04-18 13:14:06 -04001861 return 0;
1862 }
Trond Myklebust1b45c462007-07-03 13:04:56 -04001863 ret = PTR_ERR(filp);
1864out_close:
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001865 nfs4_close_sync(path, state, fmode & (FMODE_READ|FMODE_WRITE));
Trond Myklebust1b45c462007-07-03 13:04:56 -04001866 return ret;
Trond Myklebust02a913a2005-10-18 14:20:17 -07001867}
1868
1869struct dentry *
Linus Torvalds1da177e2005-04-16 15:20:36 -07001870nfs4_atomic_open(struct inode *dir, struct dentry *dentry, struct nameidata *nd)
1871{
Trond Myklebustad389da2007-06-05 12:30:00 -04001872 struct path path = {
Jan Blunck4ac91372008-02-14 19:34:32 -08001873 .mnt = nd->path.mnt,
Trond Myklebustad389da2007-06-05 12:30:00 -04001874 .dentry = dentry,
1875 };
Jan Blunck4ac91372008-02-14 19:34:32 -08001876 struct dentry *parent;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001877 struct iattr attr;
1878 struct rpc_cred *cred;
1879 struct nfs4_state *state;
Trond Myklebust02a913a2005-10-18 14:20:17 -07001880 struct dentry *res;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001881 fmode_t fmode = nd->intent.open.flags & (FMODE_READ | FMODE_WRITE | FMODE_EXEC);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001882
1883 if (nd->flags & LOOKUP_CREATE) {
1884 attr.ia_mode = nd->intent.open.create_mode;
1885 attr.ia_valid = ATTR_MODE;
1886 if (!IS_POSIXACL(dir))
Al Viroce3b0f82009-03-29 19:08:22 -04001887 attr.ia_mode &= ~current_umask();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001888 } else {
1889 attr.ia_valid = 0;
1890 BUG_ON(nd->intent.open.flags & O_CREAT);
1891 }
1892
Trond Myklebust98a8e322008-03-12 12:25:28 -04001893 cred = rpc_lookup_cred();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001894 if (IS_ERR(cred))
Trond Myklebust02a913a2005-10-18 14:20:17 -07001895 return (struct dentry *)cred;
Trond Myklebust565277f2007-10-15 18:17:53 -04001896 parent = dentry->d_parent;
1897 /* Protect against concurrent sillydeletes */
1898 nfs_block_sillyrename(parent);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001899 state = nfs4_do_open(dir, &path, fmode, nd->intent.open.flags, &attr, cred);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001900 put_rpccred(cred);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001901 if (IS_ERR(state)) {
Trond Myklebustd75340c2007-10-01 21:42:01 -04001902 if (PTR_ERR(state) == -ENOENT) {
Trond Myklebust02a913a2005-10-18 14:20:17 -07001903 d_add(dentry, NULL);
Trond Myklebustd75340c2007-10-01 21:42:01 -04001904 nfs_set_verifier(dentry, nfs_save_change_attribute(dir));
1905 }
Trond Myklebust565277f2007-10-15 18:17:53 -04001906 nfs_unblock_sillyrename(parent);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001907 return (struct dentry *)state;
1908 }
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001909 res = d_add_unique(dentry, igrab(state->inode));
Trond Myklebust02a913a2005-10-18 14:20:17 -07001910 if (res != NULL)
Trond Myklebustdeee9362007-08-27 11:33:00 -04001911 path.dentry = res;
Trond Myklebustd75340c2007-10-01 21:42:01 -04001912 nfs_set_verifier(path.dentry, nfs_save_change_attribute(dir));
Trond Myklebust565277f2007-10-15 18:17:53 -04001913 nfs_unblock_sillyrename(parent);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001914 nfs4_intent_set_file(nd, &path, state, fmode);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001915 return res;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001916}
1917
1918int
Trond Myklebust02a913a2005-10-18 14:20:17 -07001919nfs4_open_revalidate(struct inode *dir, struct dentry *dentry, int openflags, struct nameidata *nd)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001920{
Trond Myklebustad389da2007-06-05 12:30:00 -04001921 struct path path = {
Jan Blunck4ac91372008-02-14 19:34:32 -08001922 .mnt = nd->path.mnt,
Trond Myklebustad389da2007-06-05 12:30:00 -04001923 .dentry = dentry,
1924 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001925 struct rpc_cred *cred;
1926 struct nfs4_state *state;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001927 fmode_t fmode = openflags & (FMODE_READ | FMODE_WRITE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001928
Trond Myklebust98a8e322008-03-12 12:25:28 -04001929 cred = rpc_lookup_cred();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001930 if (IS_ERR(cred))
1931 return PTR_ERR(cred);
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001932 state = nfs4_do_open(dir, &path, fmode, openflags, NULL, cred);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001933 put_rpccred(cred);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001934 if (IS_ERR(state)) {
1935 switch (PTR_ERR(state)) {
1936 case -EPERM:
1937 case -EACCES:
1938 case -EDQUOT:
1939 case -ENOSPC:
1940 case -EROFS:
1941 lookup_instantiate_filp(nd, (struct dentry *)state, NULL);
1942 return 1;
Chuck Leverb87c0ad2006-10-19 23:28:42 -07001943 default:
1944 goto out_drop;
Trond Myklebust02a913a2005-10-18 14:20:17 -07001945 }
Trond Myklebust02a913a2005-10-18 14:20:17 -07001946 }
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001947 if (state->inode == dentry->d_inode) {
Trond Myklebustd75340c2007-10-01 21:42:01 -04001948 nfs_set_verifier(dentry, nfs_save_change_attribute(dir));
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001949 nfs4_intent_set_file(nd, &path, state, fmode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001950 return 1;
1951 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -05001952 nfs4_close_sync(&path, state, fmode);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001953out_drop:
1954 d_drop(dentry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001955 return 0;
1956}
1957
Trond Myklebust7fe5c392009-03-19 15:35:50 -04001958void nfs4_close_context(struct nfs_open_context *ctx, int is_sync)
1959{
1960 if (ctx->state == NULL)
1961 return;
1962 if (is_sync)
1963 nfs4_close_sync(&ctx->path, ctx->state, ctx->mode);
1964 else
1965 nfs4_close_state(&ctx->path, ctx->state, ctx->mode);
1966}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001967
1968static int _nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
1969{
Benny Halevy43652ad2009-04-01 09:21:54 -04001970 struct nfs4_server_caps_arg args = {
1971 .fhandle = fhandle,
1972 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001973 struct nfs4_server_caps_res res = {};
1974 struct rpc_message msg = {
1975 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SERVER_CAPS],
Benny Halevy43652ad2009-04-01 09:21:54 -04001976 .rpc_argp = &args,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001977 .rpc_resp = &res,
1978 };
1979 int status;
1980
Andy Adamsoncccef3b2009-04-01 09:22:03 -04001981 status = nfs4_call_sync(server, &msg, &args, &res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001982 if (status == 0) {
1983 memcpy(server->attr_bitmask, res.attr_bitmask, sizeof(server->attr_bitmask));
1984 if (res.attr_bitmask[0] & FATTR4_WORD0_ACL)
1985 server->caps |= NFS_CAP_ACLS;
1986 if (res.has_links != 0)
1987 server->caps |= NFS_CAP_HARDLINKS;
1988 if (res.has_symlinks != 0)
1989 server->caps |= NFS_CAP_SYMLINKS;
Trond Myklebusta65318b2009-03-11 14:10:28 -04001990 memcpy(server->cache_consistency_bitmask, res.attr_bitmask, sizeof(server->cache_consistency_bitmask));
1991 server->cache_consistency_bitmask[0] &= FATTR4_WORD0_CHANGE|FATTR4_WORD0_SIZE;
1992 server->cache_consistency_bitmask[1] &= FATTR4_WORD1_TIME_METADATA|FATTR4_WORD1_TIME_MODIFY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001993 server->acl_bitmask = res.acl_bitmask;
1994 }
Andy Adamsoncccef3b2009-04-01 09:22:03 -04001995
Linus Torvalds1da177e2005-04-16 15:20:36 -07001996 return status;
1997}
1998
Trond Myklebust55a97592006-06-09 09:34:19 -04001999int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002000{
2001 struct nfs4_exception exception = { };
2002 int err;
2003 do {
2004 err = nfs4_handle_exception(server,
2005 _nfs4_server_capabilities(server, fhandle),
2006 &exception);
2007 } while (exception.retry);
2008 return err;
2009}
2010
2011static int _nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
2012 struct nfs_fsinfo *info)
2013{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002014 struct nfs4_lookup_root_arg args = {
2015 .bitmask = nfs4_fattr_bitmap,
2016 };
2017 struct nfs4_lookup_res res = {
2018 .server = server,
Trond Myklebust0e574af2005-10-27 22:12:38 -04002019 .fattr = info->fattr,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002020 .fh = fhandle,
2021 };
2022 struct rpc_message msg = {
2023 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP_ROOT],
2024 .rpc_argp = &args,
2025 .rpc_resp = &res,
2026 };
Benny Halevy008f55d2009-04-01 09:22:50 -04002027 int status;
2028
Trond Myklebust0e574af2005-10-27 22:12:38 -04002029 nfs_fattr_init(info->fattr);
Benny Halevy008f55d2009-04-01 09:22:50 -04002030 status = nfs4_recover_expired_lease(server);
2031 if (!status)
2032 status = nfs4_check_client_ready(server->nfs_client);
2033 if (!status)
2034 status = nfs4_call_sync(server, &msg, &args, &res, 0);
2035 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002036}
2037
2038static int nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
2039 struct nfs_fsinfo *info)
2040{
2041 struct nfs4_exception exception = { };
2042 int err;
2043 do {
2044 err = nfs4_handle_exception(server,
2045 _nfs4_lookup_root(server, fhandle, info),
2046 &exception);
2047 } while (exception.retry);
2048 return err;
2049}
2050
David Howells54ceac42006-08-22 20:06:13 -04002051/*
2052 * get the file handle for the "/" directory on the server
2053 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002054static int nfs4_proc_get_root(struct nfs_server *server, struct nfs_fh *fhandle,
David Howells54ceac42006-08-22 20:06:13 -04002055 struct nfs_fsinfo *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002056{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002057 int status;
2058
Linus Torvalds1da177e2005-04-16 15:20:36 -07002059 status = nfs4_lookup_root(server, fhandle, info);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002060 if (status == 0)
2061 status = nfs4_server_capabilities(server, fhandle);
2062 if (status == 0)
2063 status = nfs4_do_fsinfo(server, fhandle, info);
Trond Myklebustc12e87f2006-03-13 21:20:47 -08002064 return nfs4_map_errors(status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002065}
2066
Manoj Naik6b97fd32006-06-09 09:34:29 -04002067/*
2068 * Get locations and (maybe) other attributes of a referral.
2069 * Note that we'll actually follow the referral later when
2070 * we detect fsid mismatch in inode revalidation
2071 */
Trond Myklebust56659e92007-07-17 21:52:39 -04002072static 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 -04002073{
2074 int status = -ENOMEM;
2075 struct page *page = NULL;
2076 struct nfs4_fs_locations *locations = NULL;
Manoj Naik6b97fd32006-06-09 09:34:29 -04002077
2078 page = alloc_page(GFP_KERNEL);
2079 if (page == NULL)
2080 goto out;
2081 locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL);
2082 if (locations == NULL)
2083 goto out;
2084
Trond Myklebustc228fd32007-01-13 02:28:11 -05002085 status = nfs4_proc_fs_locations(dir, name, locations, page);
Manoj Naik6b97fd32006-06-09 09:34:29 -04002086 if (status != 0)
2087 goto out;
2088 /* Make sure server returned a different fsid for the referral */
2089 if (nfs_fsid_equal(&NFS_SERVER(dir)->fsid, &locations->fattr.fsid)) {
Harvey Harrison3110ff82008-05-02 13:42:44 -07002090 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 -04002091 status = -EIO;
2092 goto out;
2093 }
2094
2095 memcpy(fattr, &locations->fattr, sizeof(struct nfs_fattr));
2096 fattr->valid |= NFS_ATTR_FATTR_V4_REFERRAL;
2097 if (!fattr->mode)
2098 fattr->mode = S_IFDIR;
2099 memset(fhandle, 0, sizeof(struct nfs_fh));
2100out:
2101 if (page)
2102 __free_page(page);
2103 if (locations)
2104 kfree(locations);
2105 return status;
2106}
2107
Linus Torvalds1da177e2005-04-16 15:20:36 -07002108static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr)
2109{
2110 struct nfs4_getattr_arg args = {
2111 .fh = fhandle,
2112 .bitmask = server->attr_bitmask,
2113 };
2114 struct nfs4_getattr_res res = {
2115 .fattr = fattr,
2116 .server = server,
2117 };
2118 struct rpc_message msg = {
2119 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETATTR],
2120 .rpc_argp = &args,
2121 .rpc_resp = &res,
2122 };
2123
Trond Myklebust0e574af2005-10-27 22:12:38 -04002124 nfs_fattr_init(fattr);
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002125 return nfs4_call_sync(server, &msg, &args, &res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002126}
2127
2128static int nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr)
2129{
2130 struct nfs4_exception exception = { };
2131 int err;
2132 do {
2133 err = nfs4_handle_exception(server,
2134 _nfs4_proc_getattr(server, fhandle, fattr),
2135 &exception);
2136 } while (exception.retry);
2137 return err;
2138}
2139
2140/*
2141 * The file is not closed if it is opened due to the a request to change
2142 * the size of the file. The open call will not be needed once the
2143 * VFS layer lookup-intents are implemented.
2144 *
2145 * Close is called when the inode is destroyed.
2146 * If we haven't opened the file for O_WRONLY, we
2147 * need to in the size_change case to obtain a stateid.
2148 *
2149 * Got race?
2150 * Because OPEN is always done by name in nfsv4, it is
2151 * possible that we opened a different file by the same
2152 * name. We can recognize this race condition, but we
2153 * can't do anything about it besides returning an error.
2154 *
2155 * This will be fixed with VFS changes (lookup-intent).
2156 */
2157static int
2158nfs4_proc_setattr(struct dentry *dentry, struct nfs_fattr *fattr,
2159 struct iattr *sattr)
2160{
Trond Myklebust08e9eac2005-06-22 17:16:29 +00002161 struct inode *inode = dentry->d_inode;
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002162 struct rpc_cred *cred = NULL;
Trond Myklebustd5308382005-11-04 15:33:38 -05002163 struct nfs4_state *state = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002164 int status;
2165
Trond Myklebust0e574af2005-10-27 22:12:38 -04002166 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002167
Trond Myklebustd5308382005-11-04 15:33:38 -05002168 /* Search for an existing open(O_WRITE) file */
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002169 if (sattr->ia_valid & ATTR_FILE) {
2170 struct nfs_open_context *ctx;
Trond Myklebust08e9eac2005-06-22 17:16:29 +00002171
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002172 ctx = nfs_file_open_context(sattr->ia_file);
Neil Brown504e5182008-10-16 14:15:16 +11002173 if (ctx) {
2174 cred = ctx->cred;
2175 state = ctx->state;
2176 }
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002177 }
2178
2179 status = nfs4_do_setattr(inode, cred, fattr, sattr, state);
Trond Myklebust65e43082005-08-16 11:49:44 -04002180 if (status == 0)
2181 nfs_setattr_update_inode(inode, sattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002182 return status;
2183}
2184
Trond Myklebust56659e92007-07-17 21:52:39 -04002185static int _nfs4_proc_lookupfh(struct nfs_server *server, const struct nfs_fh *dirfh,
2186 const struct qstr *name, struct nfs_fh *fhandle,
David Howells2b3de442006-08-22 20:06:09 -04002187 struct nfs_fattr *fattr)
2188{
2189 int status;
2190 struct nfs4_lookup_arg args = {
2191 .bitmask = server->attr_bitmask,
2192 .dir_fh = dirfh,
2193 .name = name,
2194 };
2195 struct nfs4_lookup_res res = {
2196 .server = server,
2197 .fattr = fattr,
2198 .fh = fhandle,
2199 };
2200 struct rpc_message msg = {
2201 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP],
2202 .rpc_argp = &args,
2203 .rpc_resp = &res,
2204 };
2205
2206 nfs_fattr_init(fattr);
2207
2208 dprintk("NFS call lookupfh %s\n", name->name);
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002209 status = nfs4_call_sync(server, &msg, &args, &res, 0);
David Howells2b3de442006-08-22 20:06:09 -04002210 dprintk("NFS reply lookupfh: %d\n", status);
David Howells2b3de442006-08-22 20:06:09 -04002211 return status;
2212}
2213
2214static int nfs4_proc_lookupfh(struct nfs_server *server, struct nfs_fh *dirfh,
2215 struct qstr *name, struct nfs_fh *fhandle,
2216 struct nfs_fattr *fattr)
2217{
2218 struct nfs4_exception exception = { };
2219 int err;
2220 do {
Trond Myklebust4e56e082007-07-01 18:13:52 -04002221 err = _nfs4_proc_lookupfh(server, dirfh, name, fhandle, fattr);
2222 /* FIXME: !!!! */
2223 if (err == -NFS4ERR_MOVED) {
2224 err = -EREMOTE;
2225 break;
2226 }
2227 err = nfs4_handle_exception(server, err, &exception);
David Howells2b3de442006-08-22 20:06:09 -04002228 } while (exception.retry);
2229 return err;
2230}
2231
Trond Myklebust56659e92007-07-17 21:52:39 -04002232static int _nfs4_proc_lookup(struct inode *dir, const struct qstr *name,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002233 struct nfs_fh *fhandle, struct nfs_fattr *fattr)
2234{
Trond Myklebust4e56e082007-07-01 18:13:52 -04002235 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002236
2237 dprintk("NFS call lookup %s\n", name->name);
Trond Myklebust4e56e082007-07-01 18:13:52 -04002238 status = _nfs4_proc_lookupfh(NFS_SERVER(dir), NFS_FH(dir), name, fhandle, fattr);
Manoj Naik6b97fd32006-06-09 09:34:29 -04002239 if (status == -NFS4ERR_MOVED)
2240 status = nfs4_get_referral(dir, name, fattr, fhandle);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002241 dprintk("NFS reply lookup: %d\n", status);
2242 return status;
2243}
2244
2245static int nfs4_proc_lookup(struct inode *dir, struct qstr *name, struct nfs_fh *fhandle, struct nfs_fattr *fattr)
2246{
2247 struct nfs4_exception exception = { };
2248 int err;
2249 do {
2250 err = nfs4_handle_exception(NFS_SERVER(dir),
2251 _nfs4_proc_lookup(dir, name, fhandle, fattr),
2252 &exception);
2253 } while (exception.retry);
2254 return err;
2255}
2256
2257static int _nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
2258{
Trond Myklebust76b32992007-08-10 17:45:11 -04002259 struct nfs_server *server = NFS_SERVER(inode);
2260 struct nfs_fattr fattr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002261 struct nfs4_accessargs args = {
2262 .fh = NFS_FH(inode),
Trond Myklebust76b32992007-08-10 17:45:11 -04002263 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002264 };
Trond Myklebust76b32992007-08-10 17:45:11 -04002265 struct nfs4_accessres res = {
2266 .server = server,
2267 .fattr = &fattr,
2268 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002269 struct rpc_message msg = {
2270 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_ACCESS],
2271 .rpc_argp = &args,
2272 .rpc_resp = &res,
2273 .rpc_cred = entry->cred,
2274 };
2275 int mode = entry->mask;
2276 int status;
2277
2278 /*
2279 * Determine which access bits we want to ask for...
2280 */
2281 if (mode & MAY_READ)
2282 args.access |= NFS4_ACCESS_READ;
2283 if (S_ISDIR(inode->i_mode)) {
2284 if (mode & MAY_WRITE)
2285 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND | NFS4_ACCESS_DELETE;
2286 if (mode & MAY_EXEC)
2287 args.access |= NFS4_ACCESS_LOOKUP;
2288 } else {
2289 if (mode & MAY_WRITE)
2290 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND;
2291 if (mode & MAY_EXEC)
2292 args.access |= NFS4_ACCESS_EXECUTE;
2293 }
Trond Myklebust76b32992007-08-10 17:45:11 -04002294 nfs_fattr_init(&fattr);
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002295 status = nfs4_call_sync(server, &msg, &args, &res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002296 if (!status) {
2297 entry->mask = 0;
2298 if (res.access & NFS4_ACCESS_READ)
2299 entry->mask |= MAY_READ;
2300 if (res.access & (NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND | NFS4_ACCESS_DELETE))
2301 entry->mask |= MAY_WRITE;
2302 if (res.access & (NFS4_ACCESS_LOOKUP|NFS4_ACCESS_EXECUTE))
2303 entry->mask |= MAY_EXEC;
Trond Myklebust76b32992007-08-10 17:45:11 -04002304 nfs_refresh_inode(inode, &fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002305 }
2306 return status;
2307}
2308
2309static int nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
2310{
2311 struct nfs4_exception exception = { };
2312 int err;
2313 do {
2314 err = nfs4_handle_exception(NFS_SERVER(inode),
2315 _nfs4_proc_access(inode, entry),
2316 &exception);
2317 } while (exception.retry);
2318 return err;
2319}
2320
2321/*
2322 * TODO: For the time being, we don't try to get any attributes
2323 * along with any of the zero-copy operations READ, READDIR,
2324 * READLINK, WRITE.
2325 *
2326 * In the case of the first three, we want to put the GETATTR
2327 * after the read-type operation -- this is because it is hard
2328 * to predict the length of a GETATTR response in v4, and thus
2329 * align the READ data correctly. This means that the GETATTR
2330 * may end up partially falling into the page cache, and we should
2331 * shift it into the 'tail' of the xdr_buf before processing.
2332 * To do this efficiently, we need to know the total length
2333 * of data received, which doesn't seem to be available outside
2334 * of the RPC layer.
2335 *
2336 * In the case of WRITE, we also want to put the GETATTR after
2337 * the operation -- in this case because we want to make sure
2338 * we get the post-operation mtime and size. This means that
2339 * we can't use xdr_encode_pages() as written: we need a variant
2340 * of it which would leave room in the 'tail' iovec.
2341 *
2342 * Both of these changes to the XDR layer would in fact be quite
2343 * minor, but I decided to leave them for a subsequent patch.
2344 */
2345static int _nfs4_proc_readlink(struct inode *inode, struct page *page,
2346 unsigned int pgbase, unsigned int pglen)
2347{
2348 struct nfs4_readlink args = {
2349 .fh = NFS_FH(inode),
2350 .pgbase = pgbase,
2351 .pglen = pglen,
2352 .pages = &page,
2353 };
Benny Halevyf50c7002009-04-01 09:21:55 -04002354 struct nfs4_readlink_res res;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002355 struct rpc_message msg = {
2356 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READLINK],
2357 .rpc_argp = &args,
Benny Halevyf50c7002009-04-01 09:21:55 -04002358 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002359 };
2360
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002361 return nfs4_call_sync(NFS_SERVER(inode), &msg, &args, &res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002362}
2363
2364static int nfs4_proc_readlink(struct inode *inode, struct page *page,
2365 unsigned int pgbase, unsigned int pglen)
2366{
2367 struct nfs4_exception exception = { };
2368 int err;
2369 do {
2370 err = nfs4_handle_exception(NFS_SERVER(inode),
2371 _nfs4_proc_readlink(inode, page, pgbase, pglen),
2372 &exception);
2373 } while (exception.retry);
2374 return err;
2375}
2376
Linus Torvalds1da177e2005-04-16 15:20:36 -07002377/*
2378 * Got race?
2379 * We will need to arrange for the VFS layer to provide an atomic open.
2380 * Until then, this create/open method is prone to inefficiency and race
2381 * conditions due to the lookup, create, and open VFS calls from sys_open()
2382 * placed on the wire.
2383 *
2384 * Given the above sorry state of affairs, I'm simply sending an OPEN.
2385 * The file will be opened again in the subsequent VFS open call
2386 * (nfs4_proc_file_open).
2387 *
2388 * The open for read will just hang around to be used by any process that
2389 * opens the file O_RDONLY. This will all be resolved with the VFS changes.
2390 */
2391
2392static int
2393nfs4_proc_create(struct inode *dir, struct dentry *dentry, struct iattr *sattr,
Trond Myklebust02a913a2005-10-18 14:20:17 -07002394 int flags, struct nameidata *nd)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002395{
Trond Myklebustad389da2007-06-05 12:30:00 -04002396 struct path path = {
Jan Blunck4ac91372008-02-14 19:34:32 -08002397 .mnt = nd->path.mnt,
Trond Myklebustad389da2007-06-05 12:30:00 -04002398 .dentry = dentry,
2399 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002400 struct nfs4_state *state;
2401 struct rpc_cred *cred;
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002402 fmode_t fmode = flags & (FMODE_READ | FMODE_WRITE);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002403 int status = 0;
2404
Trond Myklebust98a8e322008-03-12 12:25:28 -04002405 cred = rpc_lookup_cred();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002406 if (IS_ERR(cred)) {
2407 status = PTR_ERR(cred);
2408 goto out;
2409 }
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002410 state = nfs4_do_open(dir, &path, fmode, flags, sattr, cred);
Trond Myklebustd4d9cdc2007-10-02 18:38:53 -04002411 d_drop(dentry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002412 if (IS_ERR(state)) {
2413 status = PTR_ERR(state);
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002414 goto out_putcred;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002415 }
Trond Myklebustd4d9cdc2007-10-02 18:38:53 -04002416 d_add(dentry, igrab(state->inode));
Trond Myklebustd75340c2007-10-01 21:42:01 -04002417 nfs_set_verifier(dentry, nfs_save_change_attribute(dir));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002418 if (flags & O_EXCL) {
2419 struct nfs_fattr fattr;
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002420 status = nfs4_do_setattr(state->inode, cred, &fattr, sattr, state);
Trond Myklebust02a913a2005-10-18 14:20:17 -07002421 if (status == 0)
Trond Myklebust65e43082005-08-16 11:49:44 -04002422 nfs_setattr_update_inode(state->inode, sattr);
Jeff Laytonaa53ed52007-06-05 14:49:03 -04002423 nfs_post_op_update_inode(state->inode, &fattr);
Trond Myklebust02a913a2005-10-18 14:20:17 -07002424 }
Trond Myklebustad389da2007-06-05 12:30:00 -04002425 if (status == 0 && (nd->flags & LOOKUP_OPEN) != 0)
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002426 status = nfs4_intent_set_file(nd, &path, state, fmode);
Trond Myklebust02a913a2005-10-18 14:20:17 -07002427 else
Trond Myklebustdc0b0272008-12-23 15:21:56 -05002428 nfs4_close_sync(&path, state, fmode);
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002429out_putcred:
2430 put_rpccred(cred);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002431out:
2432 return status;
2433}
2434
2435static int _nfs4_proc_remove(struct inode *dir, struct qstr *name)
2436{
Trond Myklebust16e42952005-10-27 22:12:44 -04002437 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002438 struct nfs_removeargs args = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002439 .fh = NFS_FH(dir),
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002440 .name.len = name->len,
2441 .name.name = name->name,
Trond Myklebust16e42952005-10-27 22:12:44 -04002442 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002443 };
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002444 struct nfs_removeres res = {
Trond Myklebust16e42952005-10-27 22:12:44 -04002445 .server = server,
Trond Myklebust16e42952005-10-27 22:12:44 -04002446 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002447 struct rpc_message msg = {
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002448 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE],
2449 .rpc_argp = &args,
2450 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002451 };
2452 int status;
2453
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002454 nfs_fattr_init(&res.dir_attr);
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002455 status = nfs4_call_sync(server, &msg, &args, &res, 1);
Trond Myklebust16e42952005-10-27 22:12:44 -04002456 if (status == 0) {
2457 update_changeattr(dir, &res.cinfo);
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002458 nfs_post_op_update_inode(dir, &res.dir_attr);
Trond Myklebust16e42952005-10-27 22:12:44 -04002459 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002460 return status;
2461}
2462
2463static int nfs4_proc_remove(struct inode *dir, struct qstr *name)
2464{
2465 struct nfs4_exception exception = { };
2466 int err;
2467 do {
2468 err = nfs4_handle_exception(NFS_SERVER(dir),
2469 _nfs4_proc_remove(dir, name),
2470 &exception);
2471 } while (exception.retry);
2472 return err;
2473}
2474
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002475static void nfs4_proc_unlink_setup(struct rpc_message *msg, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002476{
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002477 struct nfs_server *server = NFS_SERVER(dir);
2478 struct nfs_removeargs *args = msg->rpc_argp;
2479 struct nfs_removeres *res = msg->rpc_resp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002480
Trond Myklebusta65318b2009-03-11 14:10:28 -04002481 args->bitmask = server->cache_consistency_bitmask;
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002482 res->server = server;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002483 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002484}
2485
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002486static int nfs4_proc_unlink_done(struct rpc_task *task, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002487{
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002488 struct nfs_removeres *res = task->tk_msg.rpc_resp;
2489
Andy Adamson472cfbd2009-04-01 09:22:24 -04002490 nfs4_sequence_done(res->server, &res->seq_res, task->tk_status);
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002491 if (nfs4_async_handle_error(task, res->server, NULL) == -EAGAIN)
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002492 return 0;
Andy Adamson472cfbd2009-04-01 09:22:24 -04002493 nfs4_sequence_free_slot(res->server->nfs_client, &res->seq_res);
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002494 update_changeattr(dir, &res->cinfo);
2495 nfs_post_op_update_inode(dir, &res->dir_attr);
2496 return 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002497}
2498
2499static int _nfs4_proc_rename(struct inode *old_dir, struct qstr *old_name,
2500 struct inode *new_dir, struct qstr *new_name)
2501{
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002502 struct nfs_server *server = NFS_SERVER(old_dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002503 struct nfs4_rename_arg arg = {
2504 .old_dir = NFS_FH(old_dir),
2505 .new_dir = NFS_FH(new_dir),
2506 .old_name = old_name,
2507 .new_name = new_name,
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002508 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002509 };
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002510 struct nfs_fattr old_fattr, new_fattr;
2511 struct nfs4_rename_res res = {
2512 .server = server,
2513 .old_fattr = &old_fattr,
2514 .new_fattr = &new_fattr,
2515 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002516 struct rpc_message msg = {
2517 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENAME],
2518 .rpc_argp = &arg,
2519 .rpc_resp = &res,
2520 };
2521 int status;
2522
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002523 nfs_fattr_init(res.old_fattr);
2524 nfs_fattr_init(res.new_fattr);
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002525 status = nfs4_call_sync(server, &msg, &arg, &res, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002526
2527 if (!status) {
2528 update_changeattr(old_dir, &res.old_cinfo);
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002529 nfs_post_op_update_inode(old_dir, res.old_fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002530 update_changeattr(new_dir, &res.new_cinfo);
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002531 nfs_post_op_update_inode(new_dir, res.new_fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002532 }
2533 return status;
2534}
2535
2536static int nfs4_proc_rename(struct inode *old_dir, struct qstr *old_name,
2537 struct inode *new_dir, struct qstr *new_name)
2538{
2539 struct nfs4_exception exception = { };
2540 int err;
2541 do {
2542 err = nfs4_handle_exception(NFS_SERVER(old_dir),
2543 _nfs4_proc_rename(old_dir, old_name,
2544 new_dir, new_name),
2545 &exception);
2546 } while (exception.retry);
2547 return err;
2548}
2549
2550static int _nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
2551{
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002552 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002553 struct nfs4_link_arg arg = {
2554 .fh = NFS_FH(inode),
2555 .dir_fh = NFS_FH(dir),
2556 .name = name,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002557 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002558 };
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002559 struct nfs_fattr fattr, dir_attr;
2560 struct nfs4_link_res res = {
2561 .server = server,
2562 .fattr = &fattr,
2563 .dir_attr = &dir_attr,
2564 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002565 struct rpc_message msg = {
2566 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LINK],
2567 .rpc_argp = &arg,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002568 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002569 };
2570 int status;
2571
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002572 nfs_fattr_init(res.fattr);
2573 nfs_fattr_init(res.dir_attr);
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002574 status = nfs4_call_sync(server, &msg, &arg, &res, 1);
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002575 if (!status) {
2576 update_changeattr(dir, &res.cinfo);
2577 nfs_post_op_update_inode(dir, res.dir_attr);
Trond Myklebust73a3d072006-05-25 01:40:47 -04002578 nfs_post_op_update_inode(inode, res.fattr);
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002579 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002580
2581 return status;
2582}
2583
2584static int nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
2585{
2586 struct nfs4_exception exception = { };
2587 int err;
2588 do {
2589 err = nfs4_handle_exception(NFS_SERVER(inode),
2590 _nfs4_proc_link(inode, dir, name),
2591 &exception);
2592 } while (exception.retry);
2593 return err;
2594}
2595
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002596struct nfs4_createdata {
2597 struct rpc_message msg;
2598 struct nfs4_create_arg arg;
2599 struct nfs4_create_res res;
2600 struct nfs_fh fh;
2601 struct nfs_fattr fattr;
2602 struct nfs_fattr dir_fattr;
2603};
2604
2605static struct nfs4_createdata *nfs4_alloc_createdata(struct inode *dir,
2606 struct qstr *name, struct iattr *sattr, u32 ftype)
2607{
2608 struct nfs4_createdata *data;
2609
2610 data = kzalloc(sizeof(*data), GFP_KERNEL);
2611 if (data != NULL) {
2612 struct nfs_server *server = NFS_SERVER(dir);
2613
2614 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE];
2615 data->msg.rpc_argp = &data->arg;
2616 data->msg.rpc_resp = &data->res;
2617 data->arg.dir_fh = NFS_FH(dir);
2618 data->arg.server = server;
2619 data->arg.name = name;
2620 data->arg.attrs = sattr;
2621 data->arg.ftype = ftype;
2622 data->arg.bitmask = server->attr_bitmask;
2623 data->res.server = server;
2624 data->res.fh = &data->fh;
2625 data->res.fattr = &data->fattr;
2626 data->res.dir_fattr = &data->dir_fattr;
2627 nfs_fattr_init(data->res.fattr);
2628 nfs_fattr_init(data->res.dir_fattr);
2629 }
2630 return data;
2631}
2632
2633static int nfs4_do_create(struct inode *dir, struct dentry *dentry, struct nfs4_createdata *data)
2634{
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002635 int status = nfs4_call_sync(NFS_SERVER(dir), &data->msg,
2636 &data->arg, &data->res, 1);
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002637 if (status == 0) {
2638 update_changeattr(dir, &data->res.dir_cinfo);
2639 nfs_post_op_update_inode(dir, data->res.dir_fattr);
2640 status = nfs_instantiate(dentry, data->res.fh, data->res.fattr);
2641 }
2642 return status;
2643}
2644
2645static void nfs4_free_createdata(struct nfs4_createdata *data)
2646{
2647 kfree(data);
2648}
2649
Chuck Lever4f390c12006-08-22 20:06:22 -04002650static int _nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
Chuck Lever94a6d752006-08-22 20:06:23 -04002651 struct page *page, unsigned int len, struct iattr *sattr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002652{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002653 struct nfs4_createdata *data;
2654 int status = -ENAMETOOLONG;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002655
Chuck Lever94a6d752006-08-22 20:06:23 -04002656 if (len > NFS4_MAXPATHLEN)
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002657 goto out;
Chuck Lever4f390c12006-08-22 20:06:22 -04002658
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002659 status = -ENOMEM;
2660 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4LNK);
2661 if (data == NULL)
2662 goto out;
2663
2664 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SYMLINK];
2665 data->arg.u.symlink.pages = &page;
2666 data->arg.u.symlink.len = len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002667
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002668 status = nfs4_do_create(dir, dentry, data);
2669
2670 nfs4_free_createdata(data);
2671out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002672 return status;
2673}
2674
Chuck Lever4f390c12006-08-22 20:06:22 -04002675static int nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
Chuck Lever94a6d752006-08-22 20:06:23 -04002676 struct page *page, unsigned int len, struct iattr *sattr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002677{
2678 struct nfs4_exception exception = { };
2679 int err;
2680 do {
2681 err = nfs4_handle_exception(NFS_SERVER(dir),
Chuck Lever94a6d752006-08-22 20:06:23 -04002682 _nfs4_proc_symlink(dir, dentry, page,
2683 len, sattr),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002684 &exception);
2685 } while (exception.retry);
2686 return err;
2687}
2688
2689static int _nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
2690 struct iattr *sattr)
2691{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002692 struct nfs4_createdata *data;
2693 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002694
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002695 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4DIR);
2696 if (data == NULL)
2697 goto out;
2698
2699 status = nfs4_do_create(dir, dentry, data);
2700
2701 nfs4_free_createdata(data);
2702out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002703 return status;
2704}
2705
2706static int nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
2707 struct iattr *sattr)
2708{
2709 struct nfs4_exception exception = { };
2710 int err;
2711 do {
2712 err = nfs4_handle_exception(NFS_SERVER(dir),
2713 _nfs4_proc_mkdir(dir, dentry, sattr),
2714 &exception);
2715 } while (exception.retry);
2716 return err;
2717}
2718
2719static int _nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
2720 u64 cookie, struct page *page, unsigned int count, int plus)
2721{
2722 struct inode *dir = dentry->d_inode;
2723 struct nfs4_readdir_arg args = {
2724 .fh = NFS_FH(dir),
2725 .pages = &page,
2726 .pgbase = 0,
2727 .count = count,
Trond Myklebusta65318b2009-03-11 14:10:28 -04002728 .bitmask = NFS_SERVER(dentry->d_inode)->cache_consistency_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002729 };
2730 struct nfs4_readdir_res res;
2731 struct rpc_message msg = {
2732 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READDIR],
2733 .rpc_argp = &args,
2734 .rpc_resp = &res,
2735 .rpc_cred = cred,
2736 };
2737 int status;
2738
Harvey Harrison3110ff82008-05-02 13:42:44 -07002739 dprintk("%s: dentry = %s/%s, cookie = %Lu\n", __func__,
Trond Myklebusteadf4592005-06-22 17:16:39 +00002740 dentry->d_parent->d_name.name,
2741 dentry->d_name.name,
2742 (unsigned long long)cookie);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002743 nfs4_setup_readdir(cookie, NFS_COOKIEVERF(dir), dentry, &args);
2744 res.pgbase = args.pgbase;
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002745 status = nfs4_call_sync(NFS_SERVER(dir), &msg, &args, &res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002746 if (status == 0)
2747 memcpy(NFS_COOKIEVERF(dir), res.verifier.data, NFS4_VERIFIER_SIZE);
Trond Myklebustc4812992007-09-28 17:11:45 -04002748
2749 nfs_invalidate_atime(dir);
2750
Harvey Harrison3110ff82008-05-02 13:42:44 -07002751 dprintk("%s: returns %d\n", __func__, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002752 return status;
2753}
2754
2755static int nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
2756 u64 cookie, struct page *page, unsigned int count, int plus)
2757{
2758 struct nfs4_exception exception = { };
2759 int err;
2760 do {
2761 err = nfs4_handle_exception(NFS_SERVER(dentry->d_inode),
2762 _nfs4_proc_readdir(dentry, cred, cookie,
2763 page, count, plus),
2764 &exception);
2765 } while (exception.retry);
2766 return err;
2767}
2768
2769static int _nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
2770 struct iattr *sattr, dev_t rdev)
2771{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002772 struct nfs4_createdata *data;
2773 int mode = sattr->ia_mode;
2774 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002775
2776 BUG_ON(!(sattr->ia_valid & ATTR_MODE));
2777 BUG_ON(!S_ISFIFO(mode) && !S_ISBLK(mode) && !S_ISCHR(mode) && !S_ISSOCK(mode));
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002778
2779 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4SOCK);
2780 if (data == NULL)
2781 goto out;
2782
Linus Torvalds1da177e2005-04-16 15:20:36 -07002783 if (S_ISFIFO(mode))
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002784 data->arg.ftype = NF4FIFO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002785 else if (S_ISBLK(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002786 data->arg.ftype = NF4BLK;
2787 data->arg.u.device.specdata1 = MAJOR(rdev);
2788 data->arg.u.device.specdata2 = MINOR(rdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002789 }
2790 else if (S_ISCHR(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002791 data->arg.ftype = NF4CHR;
2792 data->arg.u.device.specdata1 = MAJOR(rdev);
2793 data->arg.u.device.specdata2 = MINOR(rdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002794 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002795
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002796 status = nfs4_do_create(dir, dentry, data);
2797
2798 nfs4_free_createdata(data);
2799out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002800 return status;
2801}
2802
2803static int nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
2804 struct iattr *sattr, dev_t rdev)
2805{
2806 struct nfs4_exception exception = { };
2807 int err;
2808 do {
2809 err = nfs4_handle_exception(NFS_SERVER(dir),
2810 _nfs4_proc_mknod(dir, dentry, sattr, rdev),
2811 &exception);
2812 } while (exception.retry);
2813 return err;
2814}
2815
2816static int _nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle,
2817 struct nfs_fsstat *fsstat)
2818{
2819 struct nfs4_statfs_arg args = {
2820 .fh = fhandle,
2821 .bitmask = server->attr_bitmask,
2822 };
Benny Halevy24ad1482009-04-01 09:21:56 -04002823 struct nfs4_statfs_res res = {
2824 .fsstat = fsstat,
2825 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002826 struct rpc_message msg = {
2827 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_STATFS],
2828 .rpc_argp = &args,
Benny Halevy24ad1482009-04-01 09:21:56 -04002829 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002830 };
2831
Trond Myklebust0e574af2005-10-27 22:12:38 -04002832 nfs_fattr_init(fsstat->fattr);
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002833 return nfs4_call_sync(server, &msg, &args, &res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002834}
2835
2836static int nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsstat *fsstat)
2837{
2838 struct nfs4_exception exception = { };
2839 int err;
2840 do {
2841 err = nfs4_handle_exception(server,
2842 _nfs4_proc_statfs(server, fhandle, fsstat),
2843 &exception);
2844 } while (exception.retry);
2845 return err;
2846}
2847
2848static int _nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle,
2849 struct nfs_fsinfo *fsinfo)
2850{
2851 struct nfs4_fsinfo_arg args = {
2852 .fh = fhandle,
2853 .bitmask = server->attr_bitmask,
2854 };
Benny Halevy3dda5e42009-04-01 09:21:57 -04002855 struct nfs4_fsinfo_res res = {
2856 .fsinfo = fsinfo,
2857 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002858 struct rpc_message msg = {
2859 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSINFO],
2860 .rpc_argp = &args,
Benny Halevy3dda5e42009-04-01 09:21:57 -04002861 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002862 };
2863
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002864 return nfs4_call_sync(server, &msg, &args, &res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002865}
2866
2867static int nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
2868{
2869 struct nfs4_exception exception = { };
2870 int err;
2871
2872 do {
2873 err = nfs4_handle_exception(server,
2874 _nfs4_do_fsinfo(server, fhandle, fsinfo),
2875 &exception);
2876 } while (exception.retry);
2877 return err;
2878}
2879
2880static int nfs4_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
2881{
Trond Myklebust0e574af2005-10-27 22:12:38 -04002882 nfs_fattr_init(fsinfo->fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002883 return nfs4_do_fsinfo(server, fhandle, fsinfo);
2884}
2885
2886static int _nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
2887 struct nfs_pathconf *pathconf)
2888{
2889 struct nfs4_pathconf_arg args = {
2890 .fh = fhandle,
2891 .bitmask = server->attr_bitmask,
2892 };
Benny Halevyd45b2982009-04-01 09:21:58 -04002893 struct nfs4_pathconf_res res = {
2894 .pathconf = pathconf,
2895 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002896 struct rpc_message msg = {
2897 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_PATHCONF],
2898 .rpc_argp = &args,
Benny Halevyd45b2982009-04-01 09:21:58 -04002899 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002900 };
2901
2902 /* None of the pathconf attributes are mandatory to implement */
2903 if ((args.bitmask[0] & nfs4_pathconf_bitmap[0]) == 0) {
2904 memset(pathconf, 0, sizeof(*pathconf));
2905 return 0;
2906 }
2907
Trond Myklebust0e574af2005-10-27 22:12:38 -04002908 nfs_fattr_init(pathconf->fattr);
Andy Adamsoncccef3b2009-04-01 09:22:03 -04002909 return nfs4_call_sync(server, &msg, &args, &res, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002910}
2911
2912static int nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
2913 struct nfs_pathconf *pathconf)
2914{
2915 struct nfs4_exception exception = { };
2916 int err;
2917
2918 do {
2919 err = nfs4_handle_exception(server,
2920 _nfs4_proc_pathconf(server, fhandle, pathconf),
2921 &exception);
2922 } while (exception.retry);
2923 return err;
2924}
2925
Trond Myklebustec06c092006-03-20 13:44:27 -05002926static int nfs4_read_done(struct rpc_task *task, struct nfs_read_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002927{
Trond Myklebustec06c092006-03-20 13:44:27 -05002928 struct nfs_server *server = NFS_SERVER(data->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002929
Andy Adamsonf11c88a2009-04-01 09:22:25 -04002930 dprintk("--> %s\n", __func__);
2931
2932 /* nfs4_sequence_free_slot called in the read rpc_call_done */
2933 nfs4_sequence_done(server, &data->res.seq_res, task->tk_status);
2934
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002935 if (nfs4_async_handle_error(task, server, data->args.context->state) == -EAGAIN) {
Andy Adamsoneedc0202009-04-01 09:22:41 -04002936 nfs4_restart_rpc(task, server->nfs_client);
Trond Myklebustec06c092006-03-20 13:44:27 -05002937 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002938 }
Trond Myklebust8850df92007-09-28 17:20:07 -04002939
2940 nfs_invalidate_atime(data->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002941 if (task->tk_status > 0)
Trond Myklebustec06c092006-03-20 13:44:27 -05002942 renew_lease(server, data->timestamp);
2943 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002944}
2945
Trond Myklebustbdc7f022007-07-14 15:40:00 -04002946static void nfs4_proc_read_setup(struct nfs_read_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002947{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002948 data->timestamp = jiffies;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04002949 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READ];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002950}
2951
Trond Myklebust788e7a82006-03-20 13:44:27 -05002952static int nfs4_write_done(struct rpc_task *task, struct nfs_write_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002953{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002954 struct inode *inode = data->inode;
2955
Andy Adamsondef6ed72009-04-01 09:22:26 -04002956 /* slot is freed in nfs_writeback_done */
2957 nfs4_sequence_done(NFS_SERVER(inode), &data->res.seq_res,
2958 task->tk_status);
2959
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002960 if (nfs4_async_handle_error(task, NFS_SERVER(inode), data->args.context->state) == -EAGAIN) {
Andy Adamsoneedc0202009-04-01 09:22:41 -04002961 nfs4_restart_rpc(task, NFS_SERVER(inode)->nfs_client);
Trond Myklebust788e7a82006-03-20 13:44:27 -05002962 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002963 }
Trond Myklebust4f9838c2005-10-27 22:12:44 -04002964 if (task->tk_status >= 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002965 renew_lease(NFS_SERVER(inode), data->timestamp);
Trond Myklebust70ca8852007-09-30 15:21:24 -04002966 nfs_post_op_update_inode_force_wcc(inode, data->res.fattr);
Trond Myklebust4f9838c2005-10-27 22:12:44 -04002967 }
Trond Myklebust788e7a82006-03-20 13:44:27 -05002968 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002969}
2970
Trond Myklebustbdc7f022007-07-14 15:40:00 -04002971static void nfs4_proc_write_setup(struct nfs_write_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002972{
Trond Myklebustbdc7f022007-07-14 15:40:00 -04002973 struct nfs_server *server = NFS_SERVER(data->inode);
2974
Trond Myklebusta65318b2009-03-11 14:10:28 -04002975 data->args.bitmask = server->cache_consistency_bitmask;
Trond Myklebust4f9838c2005-10-27 22:12:44 -04002976 data->res.server = server;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002977 data->timestamp = jiffies;
2978
Trond Myklebustbdc7f022007-07-14 15:40:00 -04002979 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_WRITE];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002980}
2981
Trond Myklebust788e7a82006-03-20 13:44:27 -05002982static int nfs4_commit_done(struct rpc_task *task, struct nfs_write_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002983{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002984 struct inode *inode = data->inode;
2985
Andy Adamson21d9a852009-04-01 09:22:27 -04002986 nfs4_sequence_done(NFS_SERVER(inode), &data->res.seq_res,
2987 task->tk_status);
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002988 if (nfs4_async_handle_error(task, NFS_SERVER(inode), NULL) == -EAGAIN) {
Andy Adamsoneedc0202009-04-01 09:22:41 -04002989 nfs4_restart_rpc(task, NFS_SERVER(inode)->nfs_client);
Trond Myklebust788e7a82006-03-20 13:44:27 -05002990 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002991 }
Andy Adamson21d9a852009-04-01 09:22:27 -04002992 nfs4_sequence_free_slot(NFS_SERVER(inode)->nfs_client,
2993 &data->res.seq_res);
Trond Myklebust9e08a3c2007-10-08 14:10:31 -04002994 nfs_refresh_inode(inode, data->res.fattr);
Trond Myklebust788e7a82006-03-20 13:44:27 -05002995 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002996}
2997
Trond Myklebustbdc7f022007-07-14 15:40:00 -04002998static void nfs4_proc_commit_setup(struct nfs_write_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002999{
Trond Myklebust788e7a82006-03-20 13:44:27 -05003000 struct nfs_server *server = NFS_SERVER(data->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003001
Trond Myklebusta65318b2009-03-11 14:10:28 -04003002 data->args.bitmask = server->cache_consistency_bitmask;
Trond Myklebust4f9838c2005-10-27 22:12:44 -04003003 data->res.server = server;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04003004 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_COMMIT];
Linus Torvalds1da177e2005-04-16 15:20:36 -07003005}
3006
3007/*
3008 * nfs4_proc_async_renew(): This is not one of the nfs_rpc_ops; it is a special
3009 * standalone procedure for queueing an asynchronous RENEW.
3010 */
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003011static void nfs4_renew_done(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003012{
David Howellsadfa6f92006-08-22 20:06:08 -04003013 struct nfs_client *clp = (struct nfs_client *)task->tk_msg.rpc_argp;
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003014 unsigned long timestamp = (unsigned long)data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003015
3016 if (task->tk_status < 0) {
Trond Myklebust95baa252009-05-26 14:51:00 -04003017 /* Unless we're shutting down, schedule state recovery! */
3018 if (test_bit(NFS_CS_RENEWD, &clp->cl_res_state) != 0)
3019 nfs4_schedule_state_recovery(clp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003020 return;
3021 }
3022 spin_lock(&clp->cl_lock);
3023 if (time_before(clp->cl_last_renewal,timestamp))
3024 clp->cl_last_renewal = timestamp;
3025 spin_unlock(&clp->cl_lock);
Benny Halevy29fba382009-04-01 09:22:44 -04003026 dprintk("%s calling put_rpccred on rpc_cred %p\n", __func__,
3027 task->tk_msg.rpc_cred);
3028 put_rpccred(task->tk_msg.rpc_cred);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003029}
3030
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003031static const struct rpc_call_ops nfs4_renew_ops = {
3032 .rpc_call_done = nfs4_renew_done,
3033};
3034
David Howellsadfa6f92006-08-22 20:06:08 -04003035int nfs4_proc_async_renew(struct nfs_client *clp, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003036{
3037 struct rpc_message msg = {
3038 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
3039 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01003040 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003041 };
3042
3043 return rpc_call_async(clp->cl_rpcclient, &msg, RPC_TASK_SOFT,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003044 &nfs4_renew_ops, (void *)jiffies);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003045}
3046
David Howellsadfa6f92006-08-22 20:06:08 -04003047int nfs4_proc_renew(struct nfs_client *clp, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003048{
3049 struct rpc_message msg = {
3050 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
3051 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01003052 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003053 };
3054 unsigned long now = jiffies;
3055 int status;
3056
3057 status = rpc_call_sync(clp->cl_rpcclient, &msg, 0);
3058 if (status < 0)
3059 return status;
3060 spin_lock(&clp->cl_lock);
3061 if (time_before(clp->cl_last_renewal,now))
3062 clp->cl_last_renewal = now;
3063 spin_unlock(&clp->cl_lock);
3064 return 0;
3065}
3066
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003067static inline int nfs4_server_supports_acls(struct nfs_server *server)
3068{
3069 return (server->caps & NFS_CAP_ACLS)
3070 && (server->acl_bitmask & ACL4_SUPPORT_ALLOW_ACL)
3071 && (server->acl_bitmask & ACL4_SUPPORT_DENY_ACL);
3072}
3073
3074/* Assuming that XATTR_SIZE_MAX is a multiple of PAGE_CACHE_SIZE, and that
3075 * it's OK to put sizeof(void) * (XATTR_SIZE_MAX/PAGE_CACHE_SIZE) bytes on
3076 * the stack.
3077 */
3078#define NFS4ACL_MAXPAGES (XATTR_SIZE_MAX >> PAGE_CACHE_SHIFT)
3079
3080static void buf_to_pages(const void *buf, size_t buflen,
3081 struct page **pages, unsigned int *pgbase)
3082{
3083 const void *p = buf;
3084
3085 *pgbase = offset_in_page(buf);
3086 p -= *pgbase;
3087 while (p < buf + buflen) {
3088 *(pages++) = virt_to_page(p);
3089 p += PAGE_CACHE_SIZE;
3090 }
3091}
3092
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003093struct nfs4_cached_acl {
3094 int cached;
3095 size_t len;
Andrew Morton3e9d4152005-06-22 17:16:28 +00003096 char data[0];
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003097};
3098
3099static void nfs4_set_cached_acl(struct inode *inode, struct nfs4_cached_acl *acl)
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003100{
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003101 struct nfs_inode *nfsi = NFS_I(inode);
3102
3103 spin_lock(&inode->i_lock);
3104 kfree(nfsi->nfs4_acl);
3105 nfsi->nfs4_acl = acl;
3106 spin_unlock(&inode->i_lock);
3107}
3108
3109static void nfs4_zap_acl_attr(struct inode *inode)
3110{
3111 nfs4_set_cached_acl(inode, NULL);
3112}
3113
3114static inline ssize_t nfs4_read_cached_acl(struct inode *inode, char *buf, size_t buflen)
3115{
3116 struct nfs_inode *nfsi = NFS_I(inode);
3117 struct nfs4_cached_acl *acl;
3118 int ret = -ENOENT;
3119
3120 spin_lock(&inode->i_lock);
3121 acl = nfsi->nfs4_acl;
3122 if (acl == NULL)
3123 goto out;
3124 if (buf == NULL) /* user is just asking for length */
3125 goto out_len;
3126 if (acl->cached == 0)
3127 goto out;
3128 ret = -ERANGE; /* see getxattr(2) man page */
3129 if (acl->len > buflen)
3130 goto out;
3131 memcpy(buf, acl->data, acl->len);
3132out_len:
3133 ret = acl->len;
3134out:
3135 spin_unlock(&inode->i_lock);
3136 return ret;
3137}
3138
3139static void nfs4_write_cached_acl(struct inode *inode, const char *buf, size_t acl_len)
3140{
3141 struct nfs4_cached_acl *acl;
3142
3143 if (buf && acl_len <= PAGE_SIZE) {
3144 acl = kmalloc(sizeof(*acl) + acl_len, GFP_KERNEL);
3145 if (acl == NULL)
3146 goto out;
3147 acl->cached = 1;
3148 memcpy(acl->data, buf, acl_len);
3149 } else {
3150 acl = kmalloc(sizeof(*acl), GFP_KERNEL);
3151 if (acl == NULL)
3152 goto out;
3153 acl->cached = 0;
3154 }
3155 acl->len = acl_len;
3156out:
3157 nfs4_set_cached_acl(inode, acl);
3158}
3159
Trond Myklebust16b4289c2006-08-24 12:27:15 -04003160static ssize_t __nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003161{
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003162 struct page *pages[NFS4ACL_MAXPAGES];
3163 struct nfs_getaclargs args = {
3164 .fh = NFS_FH(inode),
3165 .acl_pages = pages,
3166 .acl_len = buflen,
3167 };
Benny Halevy663c79b2009-04-01 09:21:59 -04003168 struct nfs_getaclres res = {
3169 .acl_len = buflen,
3170 };
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003171 void *resp_buf;
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003172 struct rpc_message msg = {
3173 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETACL],
3174 .rpc_argp = &args,
Benny Halevy663c79b2009-04-01 09:21:59 -04003175 .rpc_resp = &res,
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003176 };
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003177 struct page *localpage = NULL;
3178 int ret;
3179
3180 if (buflen < PAGE_SIZE) {
3181 /* As long as we're doing a round trip to the server anyway,
3182 * let's be prepared for a page of acl data. */
3183 localpage = alloc_page(GFP_KERNEL);
3184 resp_buf = page_address(localpage);
3185 if (localpage == NULL)
3186 return -ENOMEM;
3187 args.acl_pages[0] = localpage;
3188 args.acl_pgbase = 0;
Benny Halevy663c79b2009-04-01 09:21:59 -04003189 args.acl_len = PAGE_SIZE;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003190 } else {
3191 resp_buf = buf;
3192 buf_to_pages(buf, buflen, args.acl_pages, &args.acl_pgbase);
3193 }
Andy Adamsoncccef3b2009-04-01 09:22:03 -04003194 ret = nfs4_call_sync(NFS_SERVER(inode), &msg, &args, &res, 0);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003195 if (ret)
3196 goto out_free;
Benny Halevy663c79b2009-04-01 09:21:59 -04003197 if (res.acl_len > args.acl_len)
3198 nfs4_write_cached_acl(inode, NULL, res.acl_len);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003199 else
Benny Halevy663c79b2009-04-01 09:21:59 -04003200 nfs4_write_cached_acl(inode, resp_buf, res.acl_len);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003201 if (buf) {
3202 ret = -ERANGE;
Benny Halevy663c79b2009-04-01 09:21:59 -04003203 if (res.acl_len > buflen)
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003204 goto out_free;
3205 if (localpage)
Benny Halevy663c79b2009-04-01 09:21:59 -04003206 memcpy(buf, resp_buf, res.acl_len);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003207 }
Benny Halevy663c79b2009-04-01 09:21:59 -04003208 ret = res.acl_len;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003209out_free:
3210 if (localpage)
3211 __free_page(localpage);
3212 return ret;
3213}
3214
Trond Myklebust16b4289c2006-08-24 12:27:15 -04003215static ssize_t nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
3216{
3217 struct nfs4_exception exception = { };
3218 ssize_t ret;
3219 do {
3220 ret = __nfs4_get_acl_uncached(inode, buf, buflen);
3221 if (ret >= 0)
3222 break;
3223 ret = nfs4_handle_exception(NFS_SERVER(inode), ret, &exception);
3224 } while (exception.retry);
3225 return ret;
3226}
3227
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003228static ssize_t nfs4_proc_get_acl(struct inode *inode, void *buf, size_t buflen)
3229{
3230 struct nfs_server *server = NFS_SERVER(inode);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003231 int ret;
3232
3233 if (!nfs4_server_supports_acls(server))
3234 return -EOPNOTSUPP;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003235 ret = nfs_revalidate_inode(server, inode);
3236 if (ret < 0)
3237 return ret;
Trond Myklebustf41f7412008-06-11 17:39:04 -04003238 if (NFS_I(inode)->cache_validity & NFS_INO_INVALID_ACL)
3239 nfs_zap_acl_cache(inode);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003240 ret = nfs4_read_cached_acl(inode, buf, buflen);
3241 if (ret != -ENOENT)
3242 return ret;
3243 return nfs4_get_acl_uncached(inode, buf, buflen);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003244}
3245
Trond Myklebust16b4289c2006-08-24 12:27:15 -04003246static int __nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003247{
3248 struct nfs_server *server = NFS_SERVER(inode);
3249 struct page *pages[NFS4ACL_MAXPAGES];
3250 struct nfs_setaclargs arg = {
3251 .fh = NFS_FH(inode),
3252 .acl_pages = pages,
3253 .acl_len = buflen,
3254 };
Benny Halevy73c403a2009-04-01 09:22:01 -04003255 struct nfs_setaclres res;
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003256 struct rpc_message msg = {
3257 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETACL],
3258 .rpc_argp = &arg,
Benny Halevy73c403a2009-04-01 09:22:01 -04003259 .rpc_resp = &res,
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003260 };
3261 int ret;
3262
3263 if (!nfs4_server_supports_acls(server))
3264 return -EOPNOTSUPP;
Trond Myklebust642ac542005-10-18 14:20:19 -07003265 nfs_inode_return_delegation(inode);
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003266 buf_to_pages(buf, buflen, arg.acl_pages, &arg.acl_pgbase);
Andy Adamsoncccef3b2009-04-01 09:22:03 -04003267 ret = nfs4_call_sync(server, &msg, &arg, &res, 1);
Trond Myklebustf41f7412008-06-11 17:39:04 -04003268 nfs_access_zap_cache(inode);
3269 nfs_zap_acl_cache(inode);
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003270 return ret;
3271}
3272
Trond Myklebust16b4289c2006-08-24 12:27:15 -04003273static int nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
3274{
3275 struct nfs4_exception exception = { };
3276 int err;
3277 do {
3278 err = nfs4_handle_exception(NFS_SERVER(inode),
3279 __nfs4_proc_set_acl(inode, buf, buflen),
3280 &exception);
3281 } while (exception.retry);
3282 return err;
3283}
3284
Linus Torvalds1da177e2005-04-16 15:20:36 -07003285static int
Andy Adamson8328d592009-04-01 09:22:35 -04003286_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 -07003287{
Linus Torvalds1da177e2005-04-16 15:20:36 -07003288 if (!clp || task->tk_status >= 0)
3289 return 0;
3290 switch(task->tk_status) {
Trond Myklebust9e33bed2008-12-23 15:21:46 -05003291 case -NFS4ERR_ADMIN_REVOKED:
3292 case -NFS4ERR_BAD_STATEID:
3293 case -NFS4ERR_OPENMODE:
3294 if (state == NULL)
3295 break;
3296 nfs4_state_mark_reclaim_nograce(clp, state);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003297 case -NFS4ERR_STALE_CLIENTID:
3298 case -NFS4ERR_STALE_STATEID:
3299 case -NFS4ERR_EXPIRED:
Trond Myklebust5d008372008-02-22 16:34:17 -05003300 rpc_sleep_on(&clp->cl_rpcwaitq, task, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003301 nfs4_schedule_state_recovery(clp);
Trond Myklebuste005e802008-12-23 15:21:48 -05003302 if (test_bit(NFS4CLNT_MANAGER_RUNNING, &clp->cl_state) == 0)
Trond Myklebustfda13932008-02-22 16:34:12 -05003303 rpc_wake_up_queued_task(&clp->cl_rpcwaitq, task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003304 task->tk_status = 0;
3305 return -EAGAIN;
Andy Adamson4745e312009-04-01 09:22:42 -04003306#if defined(CONFIG_NFS_V4_1)
3307 case -NFS4ERR_BADSESSION:
3308 case -NFS4ERR_BADSLOT:
3309 case -NFS4ERR_BAD_HIGH_SLOT:
3310 case -NFS4ERR_DEADSESSION:
3311 case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION:
3312 case -NFS4ERR_SEQ_FALSE_RETRY:
3313 case -NFS4ERR_SEQ_MISORDERED:
3314 dprintk("%s ERROR %d, Reset session\n", __func__,
3315 task->tk_status);
3316 set_bit(NFS4CLNT_SESSION_SETUP, &clp->cl_state);
3317 task->tk_status = 0;
3318 return -EAGAIN;
3319#endif /* CONFIG_NFS_V4_1 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003320 case -NFS4ERR_DELAY:
Andy Adamson8328d592009-04-01 09:22:35 -04003321 if (server)
3322 nfs_inc_server_stats(server, NFSIOS_DELAY);
Chuck Lever006ea732006-03-20 13:44:14 -05003323 case -NFS4ERR_GRACE:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003324 rpc_delay(task, NFS4_POLL_RETRY_MAX);
3325 task->tk_status = 0;
3326 return -EAGAIN;
3327 case -NFS4ERR_OLD_STATEID:
3328 task->tk_status = 0;
3329 return -EAGAIN;
3330 }
3331 task->tk_status = nfs4_map_errors(task->tk_status);
3332 return 0;
3333}
3334
Andy Adamson8328d592009-04-01 09:22:35 -04003335static int
3336nfs4_async_handle_error(struct rpc_task *task, const struct nfs_server *server, struct nfs4_state *state)
3337{
3338 return _nfs4_async_handle_error(task, server, server->nfs_client, state);
3339}
3340
David Howellsadfa6f92006-08-22 20:06:08 -04003341int nfs4_proc_setclientid(struct nfs_client *clp, u32 program, unsigned short port, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003342{
3343 nfs4_verifier sc_verifier;
3344 struct nfs4_setclientid setclientid = {
3345 .sc_verifier = &sc_verifier,
3346 .sc_prog = program,
3347 };
3348 struct rpc_message msg = {
3349 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID],
3350 .rpc_argp = &setclientid,
3351 .rpc_resp = clp,
Trond Myklebust286d7d62006-01-03 09:55:26 +01003352 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003353 };
Al Virobc4785c2006-10-19 23:28:51 -07003354 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003355 int loop = 0;
3356 int status;
3357
Al Virobc4785c2006-10-19 23:28:51 -07003358 p = (__be32*)sc_verifier.data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003359 *p++ = htonl((u32)clp->cl_boot_time.tv_sec);
3360 *p = htonl((u32)clp->cl_boot_time.tv_nsec);
3361
3362 for(;;) {
3363 setclientid.sc_name_len = scnprintf(setclientid.sc_name,
Trond Myklebust69dd7162007-12-14 14:56:07 -05003364 sizeof(setclientid.sc_name), "%s/%s %s %s %u",
Chuck Leverd4d3c502007-12-10 14:57:09 -05003365 clp->cl_ipaddr,
3366 rpc_peeraddr2str(clp->cl_rpcclient,
3367 RPC_DISPLAY_ADDR),
Trond Myklebust69dd7162007-12-14 14:56:07 -05003368 rpc_peeraddr2str(clp->cl_rpcclient,
3369 RPC_DISPLAY_PROTO),
Trond Myklebust78ea3232008-04-07 20:49:28 -04003370 clp->cl_rpcclient->cl_auth->au_ops->au_name,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003371 clp->cl_id_uniquifier);
3372 setclientid.sc_netid_len = scnprintf(setclientid.sc_netid,
Chuck Leverd4d3c502007-12-10 14:57:09 -05003373 sizeof(setclientid.sc_netid),
3374 rpc_peeraddr2str(clp->cl_rpcclient,
3375 RPC_DISPLAY_NETID));
Linus Torvalds1da177e2005-04-16 15:20:36 -07003376 setclientid.sc_uaddr_len = scnprintf(setclientid.sc_uaddr,
Chuck Leverd4d3c502007-12-10 14:57:09 -05003377 sizeof(setclientid.sc_uaddr), "%s.%u.%u",
Linus Torvalds1da177e2005-04-16 15:20:36 -07003378 clp->cl_ipaddr, port >> 8, port & 255);
3379
3380 status = rpc_call_sync(clp->cl_rpcclient, &msg, 0);
3381 if (status != -NFS4ERR_CLID_INUSE)
3382 break;
3383 if (signalled())
3384 break;
3385 if (loop++ & 1)
3386 ssleep(clp->cl_lease_time + 1);
3387 else
3388 if (++clp->cl_id_uniquifier == 0)
3389 break;
3390 }
3391 return status;
3392}
3393
David Howellsadfa6f92006-08-22 20:06:08 -04003394static int _nfs4_proc_setclientid_confirm(struct nfs_client *clp, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003395{
3396 struct nfs_fsinfo fsinfo;
3397 struct rpc_message msg = {
3398 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID_CONFIRM],
3399 .rpc_argp = clp,
3400 .rpc_resp = &fsinfo,
Trond Myklebust286d7d62006-01-03 09:55:26 +01003401 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003402 };
3403 unsigned long now;
3404 int status;
3405
3406 now = jiffies;
3407 status = rpc_call_sync(clp->cl_rpcclient, &msg, 0);
3408 if (status == 0) {
3409 spin_lock(&clp->cl_lock);
3410 clp->cl_lease_time = fsinfo.lease_time * HZ;
3411 clp->cl_last_renewal = now;
3412 spin_unlock(&clp->cl_lock);
3413 }
3414 return status;
3415}
3416
David Howellsadfa6f92006-08-22 20:06:08 -04003417int nfs4_proc_setclientid_confirm(struct nfs_client *clp, struct rpc_cred *cred)
Trond Myklebust51581f32006-03-20 13:44:47 -05003418{
Benny Halevy77e03672008-06-24 20:25:57 +03003419 long timeout = 0;
Trond Myklebust51581f32006-03-20 13:44:47 -05003420 int err;
3421 do {
3422 err = _nfs4_proc_setclientid_confirm(clp, cred);
3423 switch (err) {
3424 case 0:
3425 return err;
3426 case -NFS4ERR_RESOURCE:
3427 /* The IBM lawyers misread another document! */
3428 case -NFS4ERR_DELAY:
3429 err = nfs4_delay(clp->cl_rpcclient, &timeout);
3430 }
3431 } while (err == 0);
3432 return err;
3433}
3434
Trond Myklebustfe650402006-01-03 09:55:18 +01003435struct nfs4_delegreturndata {
3436 struct nfs4_delegreturnargs args;
Trond Myklebustfa178f22006-01-03 09:55:38 +01003437 struct nfs4_delegreturnres res;
Trond Myklebustfe650402006-01-03 09:55:18 +01003438 struct nfs_fh fh;
3439 nfs4_stateid stateid;
Trond Myklebust26e976a2006-01-03 09:55:21 +01003440 unsigned long timestamp;
Trond Myklebustfa178f22006-01-03 09:55:38 +01003441 struct nfs_fattr fattr;
Trond Myklebustfe650402006-01-03 09:55:18 +01003442 int rpc_status;
3443};
3444
Trond Myklebustfe650402006-01-03 09:55:18 +01003445static void nfs4_delegreturn_done(struct rpc_task *task, void *calldata)
3446{
3447 struct nfs4_delegreturndata *data = calldata;
Andy Adamson938e1012009-04-01 09:22:28 -04003448
3449 nfs4_sequence_done_free_slot(data->res.server, &data->res.seq_res,
3450 task->tk_status);
3451
Trond Myklebustfe650402006-01-03 09:55:18 +01003452 data->rpc_status = task->tk_status;
Trond Myklebust26e976a2006-01-03 09:55:21 +01003453 if (data->rpc_status == 0)
Trond Myklebustfa178f22006-01-03 09:55:38 +01003454 renew_lease(data->res.server, data->timestamp);
Trond Myklebustfe650402006-01-03 09:55:18 +01003455}
3456
3457static void nfs4_delegreturn_release(void *calldata)
3458{
Trond Myklebustfe650402006-01-03 09:55:18 +01003459 kfree(calldata);
3460}
3461
Andy Adamson938e1012009-04-01 09:22:28 -04003462#if defined(CONFIG_NFS_V4_1)
3463static void nfs4_delegreturn_prepare(struct rpc_task *task, void *data)
3464{
3465 struct nfs4_delegreturndata *d_data;
3466
3467 d_data = (struct nfs4_delegreturndata *)data;
3468
3469 if (nfs4_setup_sequence(d_data->res.server->nfs_client,
3470 &d_data->args.seq_args,
3471 &d_data->res.seq_res, 1, task))
3472 return;
3473 rpc_call_start(task);
3474}
3475#endif /* CONFIG_NFS_V4_1 */
3476
Jesper Juhlc8d149f2006-03-20 13:44:07 -05003477static const struct rpc_call_ops nfs4_delegreturn_ops = {
Andy Adamson938e1012009-04-01 09:22:28 -04003478#if defined(CONFIG_NFS_V4_1)
3479 .rpc_call_prepare = nfs4_delegreturn_prepare,
3480#endif /* CONFIG_NFS_V4_1 */
Trond Myklebustfe650402006-01-03 09:55:18 +01003481 .rpc_call_done = nfs4_delegreturn_done,
3482 .rpc_release = nfs4_delegreturn_release,
3483};
3484
Trond Myklebuste6f81072008-01-24 18:14:34 -05003485static int _nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Trond Myklebustfe650402006-01-03 09:55:18 +01003486{
3487 struct nfs4_delegreturndata *data;
Trond Myklebustfa178f22006-01-03 09:55:38 +01003488 struct nfs_server *server = NFS_SERVER(inode);
Trond Myklebustfe650402006-01-03 09:55:18 +01003489 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003490 struct rpc_message msg = {
3491 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DELEGRETURN],
3492 .rpc_cred = cred,
3493 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04003494 struct rpc_task_setup task_setup_data = {
3495 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04003496 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003497 .callback_ops = &nfs4_delegreturn_ops,
3498 .flags = RPC_TASK_ASYNC,
3499 };
Trond Myklebuste6f81072008-01-24 18:14:34 -05003500 int status = 0;
Trond Myklebustfe650402006-01-03 09:55:18 +01003501
Andy Adamson938e1012009-04-01 09:22:28 -04003502 data = kzalloc(sizeof(*data), GFP_KERNEL);
Trond Myklebustfe650402006-01-03 09:55:18 +01003503 if (data == NULL)
3504 return -ENOMEM;
3505 data->args.fhandle = &data->fh;
3506 data->args.stateid = &data->stateid;
Trond Myklebustfa178f22006-01-03 09:55:38 +01003507 data->args.bitmask = server->attr_bitmask;
Trond Myklebustfe650402006-01-03 09:55:18 +01003508 nfs_copy_fh(&data->fh, NFS_FH(inode));
3509 memcpy(&data->stateid, stateid, sizeof(data->stateid));
Trond Myklebustfa178f22006-01-03 09:55:38 +01003510 data->res.fattr = &data->fattr;
3511 data->res.server = server;
Andy Adamson5f7dbd52009-04-01 09:22:05 -04003512 data->res.seq_res.sr_slotid = NFS4_MAX_SLOT_TABLE;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003513 nfs_fattr_init(data->res.fattr);
Trond Myklebust26e976a2006-01-03 09:55:21 +01003514 data->timestamp = jiffies;
Trond Myklebustfe650402006-01-03 09:55:18 +01003515 data->rpc_status = 0;
3516
Trond Myklebustc970aa82007-07-14 15:39:59 -04003517 task_setup_data.callback_data = data;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003518 msg.rpc_argp = &data->args,
3519 msg.rpc_resp = &data->res,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003520 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05003521 if (IS_ERR(task))
Trond Myklebustfe650402006-01-03 09:55:18 +01003522 return PTR_ERR(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05003523 if (!issync)
3524 goto out;
Trond Myklebustfe650402006-01-03 09:55:18 +01003525 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05003526 if (status != 0)
3527 goto out;
3528 status = data->rpc_status;
3529 if (status != 0)
3530 goto out;
3531 nfs_refresh_inode(inode, &data->fattr);
3532out:
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05003533 rpc_put_task(task);
Trond Myklebustfe650402006-01-03 09:55:18 +01003534 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003535}
3536
Trond Myklebuste6f81072008-01-24 18:14:34 -05003537int nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003538{
3539 struct nfs_server *server = NFS_SERVER(inode);
3540 struct nfs4_exception exception = { };
3541 int err;
3542 do {
Trond Myklebuste6f81072008-01-24 18:14:34 -05003543 err = _nfs4_proc_delegreturn(inode, cred, stateid, issync);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003544 switch (err) {
3545 case -NFS4ERR_STALE_STATEID:
3546 case -NFS4ERR_EXPIRED:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003547 case 0:
3548 return 0;
3549 }
3550 err = nfs4_handle_exception(server, err, &exception);
3551 } while (exception.retry);
3552 return err;
3553}
3554
3555#define NFS4_LOCK_MINTIMEOUT (1 * HZ)
3556#define NFS4_LOCK_MAXTIMEOUT (30 * HZ)
3557
3558/*
3559 * sleep, with exponential backoff, and retry the LOCK operation.
3560 */
3561static unsigned long
3562nfs4_set_lock_task_retry(unsigned long timeout)
3563{
Matthew Wilcox150030b2007-12-06 16:24:39 -05003564 schedule_timeout_killable(timeout);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003565 timeout <<= 1;
3566 if (timeout > NFS4_LOCK_MAXTIMEOUT)
3567 return NFS4_LOCK_MAXTIMEOUT;
3568 return timeout;
3569}
3570
Linus Torvalds1da177e2005-04-16 15:20:36 -07003571static int _nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
3572{
3573 struct inode *inode = state->inode;
3574 struct nfs_server *server = NFS_SERVER(inode);
David Howells7539bba2006-08-22 20:06:09 -04003575 struct nfs_client *clp = server->nfs_client;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003576 struct nfs_lockt_args arg = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003577 .fh = NFS_FH(inode),
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003578 .fl = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003579 };
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003580 struct nfs_lockt_res res = {
3581 .denied = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003582 };
3583 struct rpc_message msg = {
3584 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKT],
3585 .rpc_argp = &arg,
3586 .rpc_resp = &res,
3587 .rpc_cred = state->owner->so_cred,
3588 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003589 struct nfs4_lock_state *lsp;
3590 int status;
3591
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003592 arg.lock_owner.clientid = clp->cl_clientid;
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00003593 status = nfs4_set_lock_state(state, request);
3594 if (status != 0)
3595 goto out;
3596 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebust9f958ab2007-07-02 13:58:33 -04003597 arg.lock_owner.id = lsp->ls_id.id;
Andy Adamsoncccef3b2009-04-01 09:22:03 -04003598 status = nfs4_call_sync(server, &msg, &arg, &res, 1);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003599 switch (status) {
3600 case 0:
3601 request->fl_type = F_UNLCK;
3602 break;
3603 case -NFS4ERR_DENIED:
3604 status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003605 }
J. Bruce Fields70cc6482007-02-22 18:48:53 -05003606 request->fl_ops->fl_release_private(request);
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00003607out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003608 return status;
3609}
3610
3611static int nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
3612{
3613 struct nfs4_exception exception = { };
3614 int err;
3615
3616 do {
3617 err = nfs4_handle_exception(NFS_SERVER(state->inode),
3618 _nfs4_proc_getlk(state, cmd, request),
3619 &exception);
3620 } while (exception.retry);
3621 return err;
3622}
3623
3624static int do_vfs_lock(struct file *file, struct file_lock *fl)
3625{
3626 int res = 0;
3627 switch (fl->fl_flags & (FL_POSIX|FL_FLOCK)) {
3628 case FL_POSIX:
3629 res = posix_lock_file_wait(file, fl);
3630 break;
3631 case FL_FLOCK:
3632 res = flock_lock_file_wait(file, fl);
3633 break;
3634 default:
3635 BUG();
3636 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003637 return res;
3638}
3639
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003640struct nfs4_unlockdata {
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003641 struct nfs_locku_args arg;
3642 struct nfs_locku_res res;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003643 struct nfs4_lock_state *lsp;
3644 struct nfs_open_context *ctx;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003645 struct file_lock fl;
3646 const struct nfs_server *server;
Trond Myklebust26e976a2006-01-03 09:55:21 +01003647 unsigned long timestamp;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003648};
3649
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003650static struct nfs4_unlockdata *nfs4_alloc_unlockdata(struct file_lock *fl,
3651 struct nfs_open_context *ctx,
3652 struct nfs4_lock_state *lsp,
3653 struct nfs_seqid *seqid)
3654{
3655 struct nfs4_unlockdata *p;
3656 struct inode *inode = lsp->ls_state->inode;
3657
Andy Adamsona8936932009-04-01 09:22:23 -04003658 p = kzalloc(sizeof(*p), GFP_KERNEL);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003659 if (p == NULL)
3660 return NULL;
3661 p->arg.fh = NFS_FH(inode);
3662 p->arg.fl = &p->fl;
3663 p->arg.seqid = seqid;
Trond Myklebustc1d51932008-04-07 13:20:54 -04003664 p->res.seqid = seqid;
Andy Adamson5f7dbd52009-04-01 09:22:05 -04003665 p->res.seq_res.sr_slotid = NFS4_MAX_SLOT_TABLE;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003666 p->arg.stateid = &lsp->ls_stateid;
3667 p->lsp = lsp;
3668 atomic_inc(&lsp->ls_count);
3669 /* Ensure we don't close file until we're done freeing locks! */
3670 p->ctx = get_nfs_open_context(ctx);
3671 memcpy(&p->fl, fl, sizeof(p->fl));
3672 p->server = NFS_SERVER(inode);
3673 return p;
3674}
3675
Trond Myklebust06f814a2006-01-03 09:55:07 +01003676static void nfs4_locku_release_calldata(void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003677{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003678 struct nfs4_unlockdata *calldata = data;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003679 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust06f814a2006-01-03 09:55:07 +01003680 nfs4_put_lock_state(calldata->lsp);
3681 put_nfs_open_context(calldata->ctx);
3682 kfree(calldata);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003683}
3684
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003685static void nfs4_locku_done(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003686{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003687 struct nfs4_unlockdata *calldata = data;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003688
Andy Adamsona8936932009-04-01 09:22:23 -04003689 nfs4_sequence_done(calldata->server, &calldata->res.seq_res,
3690 task->tk_status);
Trond Myklebust06f814a2006-01-03 09:55:07 +01003691 if (RPC_ASSASSINATED(task))
3692 return;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003693 switch (task->tk_status) {
3694 case 0:
3695 memcpy(calldata->lsp->ls_stateid.data,
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003696 calldata->res.stateid.data,
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003697 sizeof(calldata->lsp->ls_stateid.data));
Trond Myklebust26e976a2006-01-03 09:55:21 +01003698 renew_lease(calldata->server, calldata->timestamp);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003699 break;
Trond Myklebust9e33bed2008-12-23 15:21:46 -05003700 case -NFS4ERR_BAD_STATEID:
3701 case -NFS4ERR_OLD_STATEID:
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003702 case -NFS4ERR_STALE_STATEID:
3703 case -NFS4ERR_EXPIRED:
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003704 break;
3705 default:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05003706 if (nfs4_async_handle_error(task, calldata->server, NULL) == -EAGAIN)
Andy Adamsoneedc0202009-04-01 09:22:41 -04003707 nfs4_restart_rpc(task,
3708 calldata->server->nfs_client);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003709 }
Andy Adamsona8936932009-04-01 09:22:23 -04003710 nfs4_sequence_free_slot(calldata->server->nfs_client,
3711 &calldata->res.seq_res);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003712}
3713
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01003714static void nfs4_locku_prepare(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003715{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01003716 struct nfs4_unlockdata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003717
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003718 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003719 return;
3720 if ((calldata->lsp->ls_flags & NFS_LOCK_INITIALIZED) == 0) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003721 /* Note: exit _without_ running nfs4_locku_done */
3722 task->tk_action = NULL;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003723 return;
3724 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01003725 calldata->timestamp = jiffies;
Andy Adamsona8936932009-04-01 09:22:23 -04003726 if (nfs4_setup_sequence(calldata->server->nfs_client,
3727 &calldata->arg.seq_args,
3728 &calldata->res.seq_res, 1, task))
3729 return;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003730 rpc_call_start(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003731}
3732
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003733static const struct rpc_call_ops nfs4_locku_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01003734 .rpc_call_prepare = nfs4_locku_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003735 .rpc_call_done = nfs4_locku_done,
Trond Myklebust06f814a2006-01-03 09:55:07 +01003736 .rpc_release = nfs4_locku_release_calldata,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003737};
3738
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003739static struct rpc_task *nfs4_do_unlck(struct file_lock *fl,
3740 struct nfs_open_context *ctx,
3741 struct nfs4_lock_state *lsp,
3742 struct nfs_seqid *seqid)
3743{
3744 struct nfs4_unlockdata *data;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003745 struct rpc_message msg = {
3746 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKU],
3747 .rpc_cred = ctx->cred,
3748 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04003749 struct rpc_task_setup task_setup_data = {
3750 .rpc_client = NFS_CLIENT(lsp->ls_state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04003751 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003752 .callback_ops = &nfs4_locku_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05003753 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003754 .flags = RPC_TASK_ASYNC,
3755 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003756
Frank Filz137d6ac2007-07-09 15:32:29 -07003757 /* Ensure this is an unlock - when canceling a lock, the
3758 * canceled lock is passed in, and it won't be an unlock.
3759 */
3760 fl->fl_type = F_UNLCK;
3761
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003762 data = nfs4_alloc_unlockdata(fl, ctx, lsp, seqid);
3763 if (data == NULL) {
3764 nfs_free_seqid(seqid);
3765 return ERR_PTR(-ENOMEM);
3766 }
3767
Trond Myklebust5138fde2007-07-14 15:40:01 -04003768 msg.rpc_argp = &data->arg,
3769 msg.rpc_resp = &data->res,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003770 task_setup_data.callback_data = data;
3771 return rpc_run_task(&task_setup_data);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003772}
3773
Linus Torvalds1da177e2005-04-16 15:20:36 -07003774static int nfs4_proc_unlck(struct nfs4_state *state, int cmd, struct file_lock *request)
3775{
Trond Myklebust19e03c52008-12-23 15:21:44 -05003776 struct nfs_inode *nfsi = NFS_I(state->inode);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003777 struct nfs_seqid *seqid;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003778 struct nfs4_lock_state *lsp;
Trond Myklebust06f814a2006-01-03 09:55:07 +01003779 struct rpc_task *task;
3780 int status = 0;
Trond Myklebust536ff0f2008-04-04 15:08:02 -04003781 unsigned char fl_flags = request->fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003782
Trond Myklebust9b073572006-06-29 16:38:34 -04003783 status = nfs4_set_lock_state(state, request);
3784 /* Unlock _before_ we do the RPC call */
3785 request->fl_flags |= FL_EXISTS;
Trond Myklebust19e03c52008-12-23 15:21:44 -05003786 down_read(&nfsi->rwsem);
3787 if (do_vfs_lock(request->fl_file, request) == -ENOENT) {
3788 up_read(&nfsi->rwsem);
Trond Myklebust9b073572006-06-29 16:38:34 -04003789 goto out;
Trond Myklebust19e03c52008-12-23 15:21:44 -05003790 }
3791 up_read(&nfsi->rwsem);
Trond Myklebust9b073572006-06-29 16:38:34 -04003792 if (status != 0)
3793 goto out;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05003794 /* Is this a delegated lock? */
3795 if (test_bit(NFS_DELEGATED_STATE, &state->flags))
Trond Myklebust9b073572006-06-29 16:38:34 -04003796 goto out;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003797 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003798 seqid = nfs_alloc_seqid(&lsp->ls_seqid);
Trond Myklebust9b073572006-06-29 16:38:34 -04003799 status = -ENOMEM;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003800 if (seqid == NULL)
Trond Myklebust9b073572006-06-29 16:38:34 -04003801 goto out;
Trond Myklebustcd3758e2007-08-10 17:44:32 -04003802 task = nfs4_do_unlck(request, nfs_file_open_context(request->fl_file), lsp, seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003803 status = PTR_ERR(task);
3804 if (IS_ERR(task))
Trond Myklebust9b073572006-06-29 16:38:34 -04003805 goto out;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003806 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05003807 rpc_put_task(task);
Trond Myklebust9b073572006-06-29 16:38:34 -04003808out:
Trond Myklebust536ff0f2008-04-04 15:08:02 -04003809 request->fl_flags = fl_flags;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003810 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003811}
3812
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003813struct nfs4_lockdata {
3814 struct nfs_lock_args arg;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003815 struct nfs_lock_res res;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003816 struct nfs4_lock_state *lsp;
3817 struct nfs_open_context *ctx;
3818 struct file_lock fl;
Trond Myklebust26e976a2006-01-03 09:55:21 +01003819 unsigned long timestamp;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003820 int rpc_status;
3821 int cancelled;
Andy Adamson66179ef2009-04-01 09:22:22 -04003822 struct nfs_server *server;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003823};
3824
3825static struct nfs4_lockdata *nfs4_alloc_lockdata(struct file_lock *fl,
3826 struct nfs_open_context *ctx, struct nfs4_lock_state *lsp)
3827{
3828 struct nfs4_lockdata *p;
3829 struct inode *inode = lsp->ls_state->inode;
3830 struct nfs_server *server = NFS_SERVER(inode);
3831
3832 p = kzalloc(sizeof(*p), GFP_KERNEL);
3833 if (p == NULL)
3834 return NULL;
3835
3836 p->arg.fh = NFS_FH(inode);
3837 p->arg.fl = &p->fl;
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05003838 p->arg.open_seqid = nfs_alloc_seqid(&lsp->ls_state->owner->so_seqid);
3839 if (p->arg.open_seqid == NULL)
3840 goto out_free;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003841 p->arg.lock_seqid = nfs_alloc_seqid(&lsp->ls_seqid);
3842 if (p->arg.lock_seqid == NULL)
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05003843 goto out_free_seqid;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003844 p->arg.lock_stateid = &lsp->ls_stateid;
David Howells7539bba2006-08-22 20:06:09 -04003845 p->arg.lock_owner.clientid = server->nfs_client->cl_clientid;
Trond Myklebust9f958ab2007-07-02 13:58:33 -04003846 p->arg.lock_owner.id = lsp->ls_id.id;
Trond Myklebustc1d51932008-04-07 13:20:54 -04003847 p->res.lock_seqid = p->arg.lock_seqid;
Andy Adamson5f7dbd52009-04-01 09:22:05 -04003848 p->res.seq_res.sr_slotid = NFS4_MAX_SLOT_TABLE;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003849 p->lsp = lsp;
Andy Adamson66179ef2009-04-01 09:22:22 -04003850 p->server = server;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003851 atomic_inc(&lsp->ls_count);
3852 p->ctx = get_nfs_open_context(ctx);
3853 memcpy(&p->fl, fl, sizeof(p->fl));
3854 return p;
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05003855out_free_seqid:
3856 nfs_free_seqid(p->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003857out_free:
3858 kfree(p);
3859 return NULL;
3860}
3861
3862static void nfs4_lock_prepare(struct rpc_task *task, void *calldata)
3863{
3864 struct nfs4_lockdata *data = calldata;
3865 struct nfs4_state *state = data->lsp->ls_state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003866
Harvey Harrison3110ff82008-05-02 13:42:44 -07003867 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05003868 if (nfs_wait_on_sequence(data->arg.lock_seqid, task) != 0)
3869 return;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003870 /* Do we need to do an open_to_lock_owner? */
3871 if (!(data->arg.lock_seqid->sequence->flags & NFS_SEQID_CONFIRMED)) {
Trond Myklebuste6e21972008-01-02 16:27:16 -05003872 if (nfs_wait_on_sequence(data->arg.open_seqid, task) != 0)
3873 return;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003874 data->arg.open_stateid = &state->stateid;
3875 data->arg.new_lock_owner = 1;
Trond Myklebustc1d51932008-04-07 13:20:54 -04003876 data->res.open_seqid = data->arg.open_seqid;
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05003877 } else
3878 data->arg.new_lock_owner = 0;
Trond Myklebust26e976a2006-01-03 09:55:21 +01003879 data->timestamp = jiffies;
Andy Adamson66179ef2009-04-01 09:22:22 -04003880 if (nfs4_setup_sequence(data->server->nfs_client, &data->arg.seq_args,
3881 &data->res.seq_res, 1, task))
3882 return;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003883 rpc_call_start(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07003884 dprintk("%s: done!, ret = %d\n", __func__, data->rpc_status);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003885}
3886
3887static void nfs4_lock_done(struct rpc_task *task, void *calldata)
3888{
3889 struct nfs4_lockdata *data = calldata;
3890
Harvey Harrison3110ff82008-05-02 13:42:44 -07003891 dprintk("%s: begin!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003892
Andy Adamson66179ef2009-04-01 09:22:22 -04003893 nfs4_sequence_done_free_slot(data->server, &data->res.seq_res,
3894 task->tk_status);
3895
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003896 data->rpc_status = task->tk_status;
3897 if (RPC_ASSASSINATED(task))
3898 goto out;
3899 if (data->arg.new_lock_owner != 0) {
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003900 if (data->rpc_status == 0)
3901 nfs_confirm_seqid(&data->lsp->ls_seqid, 0);
3902 else
3903 goto out;
3904 }
3905 if (data->rpc_status == 0) {
3906 memcpy(data->lsp->ls_stateid.data, data->res.stateid.data,
3907 sizeof(data->lsp->ls_stateid.data));
3908 data->lsp->ls_flags |= NFS_LOCK_INITIALIZED;
Trond Myklebust88be9f92007-06-05 10:42:27 -04003909 renew_lease(NFS_SERVER(data->ctx->path.dentry->d_inode), data->timestamp);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003910 }
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003911out:
Harvey Harrison3110ff82008-05-02 13:42:44 -07003912 dprintk("%s: done, ret = %d!\n", __func__, data->rpc_status);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003913}
3914
3915static void nfs4_lock_release(void *calldata)
3916{
3917 struct nfs4_lockdata *data = calldata;
3918
Harvey Harrison3110ff82008-05-02 13:42:44 -07003919 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05003920 nfs_free_seqid(data->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003921 if (data->cancelled != 0) {
3922 struct rpc_task *task;
3923 task = nfs4_do_unlck(&data->fl, data->ctx, data->lsp,
3924 data->arg.lock_seqid);
3925 if (!IS_ERR(task))
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05003926 rpc_put_task(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07003927 dprintk("%s: cancelling lock!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003928 } else
3929 nfs_free_seqid(data->arg.lock_seqid);
3930 nfs4_put_lock_state(data->lsp);
3931 put_nfs_open_context(data->ctx);
3932 kfree(data);
Harvey Harrison3110ff82008-05-02 13:42:44 -07003933 dprintk("%s: done!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003934}
3935
3936static const struct rpc_call_ops nfs4_lock_ops = {
3937 .rpc_call_prepare = nfs4_lock_prepare,
3938 .rpc_call_done = nfs4_lock_done,
3939 .rpc_release = nfs4_lock_release,
3940};
3941
3942static int _nfs4_do_setlk(struct nfs4_state *state, int cmd, struct file_lock *fl, int reclaim)
3943{
3944 struct nfs4_lockdata *data;
3945 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003946 struct rpc_message msg = {
3947 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCK],
3948 .rpc_cred = state->owner->so_cred,
3949 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04003950 struct rpc_task_setup task_setup_data = {
3951 .rpc_client = NFS_CLIENT(state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04003952 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003953 .callback_ops = &nfs4_lock_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05003954 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003955 .flags = RPC_TASK_ASYNC,
3956 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003957 int ret;
3958
Harvey Harrison3110ff82008-05-02 13:42:44 -07003959 dprintk("%s: begin!\n", __func__);
Trond Myklebustcd3758e2007-08-10 17:44:32 -04003960 data = nfs4_alloc_lockdata(fl, nfs_file_open_context(fl->fl_file),
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003961 fl->fl_u.nfs4_fl.owner);
3962 if (data == NULL)
3963 return -ENOMEM;
3964 if (IS_SETLKW(cmd))
3965 data->arg.block = 1;
3966 if (reclaim != 0)
3967 data->arg.reclaim = 1;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003968 msg.rpc_argp = &data->arg,
3969 msg.rpc_resp = &data->res,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003970 task_setup_data.callback_data = data;
3971 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05003972 if (IS_ERR(task))
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003973 return PTR_ERR(task);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003974 ret = nfs4_wait_for_completion_rpc_task(task);
3975 if (ret == 0) {
3976 ret = data->rpc_status;
3977 if (ret == -NFS4ERR_DENIED)
3978 ret = -EAGAIN;
3979 } else
3980 data->cancelled = 1;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05003981 rpc_put_task(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07003982 dprintk("%s: done, ret = %d!\n", __func__, ret);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003983 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003984}
3985
3986static int nfs4_lock_reclaim(struct nfs4_state *state, struct file_lock *request)
3987{
Trond Myklebust202b50d2005-06-22 17:16:29 +00003988 struct nfs_server *server = NFS_SERVER(state->inode);
3989 struct nfs4_exception exception = { };
3990 int err;
3991
3992 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04003993 /* Cache the lock if possible... */
3994 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
3995 return 0;
Trond Myklebust202b50d2005-06-22 17:16:29 +00003996 err = _nfs4_do_setlk(state, F_SETLK, request, 1);
3997 if (err != -NFS4ERR_DELAY)
3998 break;
3999 nfs4_handle_exception(server, err, &exception);
4000 } while (exception.retry);
4001 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004002}
4003
4004static int nfs4_lock_expired(struct nfs4_state *state, struct file_lock *request)
4005{
Trond Myklebust202b50d2005-06-22 17:16:29 +00004006 struct nfs_server *server = NFS_SERVER(state->inode);
4007 struct nfs4_exception exception = { };
4008 int err;
4009
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004010 err = nfs4_set_lock_state(state, request);
4011 if (err != 0)
4012 return err;
Trond Myklebust202b50d2005-06-22 17:16:29 +00004013 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04004014 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
4015 return 0;
Trond Myklebust202b50d2005-06-22 17:16:29 +00004016 err = _nfs4_do_setlk(state, F_SETLK, request, 0);
4017 if (err != -NFS4ERR_DELAY)
4018 break;
4019 nfs4_handle_exception(server, err, &exception);
4020 } while (exception.retry);
4021 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004022}
4023
4024static int _nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
4025{
Trond Myklebust19e03c52008-12-23 15:21:44 -05004026 struct nfs_inode *nfsi = NFS_I(state->inode);
Trond Myklebust01c3b862006-06-29 16:38:39 -04004027 unsigned char fl_flags = request->fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004028 int status;
4029
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004030 /* Is this a delegated open? */
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004031 status = nfs4_set_lock_state(state, request);
4032 if (status != 0)
4033 goto out;
Trond Myklebust01c3b862006-06-29 16:38:39 -04004034 request->fl_flags |= FL_ACCESS;
4035 status = do_vfs_lock(request->fl_file, request);
4036 if (status < 0)
4037 goto out;
Trond Myklebust19e03c52008-12-23 15:21:44 -05004038 down_read(&nfsi->rwsem);
Trond Myklebust01c3b862006-06-29 16:38:39 -04004039 if (test_bit(NFS_DELEGATED_STATE, &state->flags)) {
Trond Myklebust01c3b862006-06-29 16:38:39 -04004040 /* Yes: cache locks! */
Trond Myklebust01c3b862006-06-29 16:38:39 -04004041 /* ...but avoid races with delegation recall... */
Trond Myklebust19e03c52008-12-23 15:21:44 -05004042 request->fl_flags = fl_flags & ~FL_SLEEP;
4043 status = do_vfs_lock(request->fl_file, request);
4044 goto out_unlock;
Trond Myklebust01c3b862006-06-29 16:38:39 -04004045 }
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004046 status = _nfs4_do_setlk(state, cmd, request, 0);
4047 if (status != 0)
Trond Myklebust01c3b862006-06-29 16:38:39 -04004048 goto out_unlock;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004049 /* Note: we always want to sleep here! */
Trond Myklebust01c3b862006-06-29 16:38:39 -04004050 request->fl_flags = fl_flags | FL_SLEEP;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05004051 if (do_vfs_lock(request->fl_file, request) < 0)
Harvey Harrison3110ff82008-05-02 13:42:44 -07004052 printk(KERN_WARNING "%s: VFS is out of sync with lock manager!\n", __func__);
Trond Myklebust01c3b862006-06-29 16:38:39 -04004053out_unlock:
Trond Myklebust19e03c52008-12-23 15:21:44 -05004054 up_read(&nfsi->rwsem);
Trond Myklebust01c3b862006-06-29 16:38:39 -04004055out:
4056 request->fl_flags = fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004057 return status;
4058}
4059
4060static int nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
4061{
4062 struct nfs4_exception exception = { };
4063 int err;
4064
4065 do {
4066 err = nfs4_handle_exception(NFS_SERVER(state->inode),
4067 _nfs4_proc_setlk(state, cmd, request),
4068 &exception);
4069 } while (exception.retry);
4070 return err;
4071}
4072
4073static int
4074nfs4_proc_lock(struct file *filp, int cmd, struct file_lock *request)
4075{
4076 struct nfs_open_context *ctx;
4077 struct nfs4_state *state;
4078 unsigned long timeout = NFS4_LOCK_MINTIMEOUT;
4079 int status;
4080
4081 /* verify open state */
Trond Myklebustcd3758e2007-08-10 17:44:32 -04004082 ctx = nfs_file_open_context(filp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004083 state = ctx->state;
4084
4085 if (request->fl_start < 0 || request->fl_end < 0)
4086 return -EINVAL;
4087
4088 if (IS_GETLK(cmd))
4089 return nfs4_proc_getlk(state, F_GETLK, request);
4090
4091 if (!(IS_SETLK(cmd) || IS_SETLKW(cmd)))
4092 return -EINVAL;
4093
4094 if (request->fl_type == F_UNLCK)
4095 return nfs4_proc_unlck(state, cmd, request);
4096
4097 do {
4098 status = nfs4_proc_setlk(state, cmd, request);
4099 if ((status != -EAGAIN) || IS_SETLK(cmd))
4100 break;
4101 timeout = nfs4_set_lock_task_retry(timeout);
4102 status = -ERESTARTSYS;
4103 if (signalled())
4104 break;
4105 } while(status < 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004106 return status;
4107}
4108
Trond Myklebust888e6942005-11-04 15:38:11 -05004109int nfs4_lock_delegation_recall(struct nfs4_state *state, struct file_lock *fl)
4110{
4111 struct nfs_server *server = NFS_SERVER(state->inode);
4112 struct nfs4_exception exception = { };
4113 int err;
4114
4115 err = nfs4_set_lock_state(state, fl);
4116 if (err != 0)
4117 goto out;
4118 do {
4119 err = _nfs4_do_setlk(state, F_SETLK, fl, 0);
4120 if (err != -NFS4ERR_DELAY)
4121 break;
4122 err = nfs4_handle_exception(server, err, &exception);
4123 } while (exception.retry);
4124out:
4125 return err;
4126}
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004127
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004128#define XATTR_NAME_NFSV4_ACL "system.nfs4_acl"
4129
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004130int nfs4_setxattr(struct dentry *dentry, const char *key, const void *buf,
4131 size_t buflen, int flags)
4132{
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004133 struct inode *inode = dentry->d_inode;
4134
4135 if (strcmp(key, XATTR_NAME_NFSV4_ACL) != 0)
4136 return -EOPNOTSUPP;
4137
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00004138 return nfs4_proc_set_acl(inode, buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004139}
4140
4141/* The getxattr man page suggests returning -ENODATA for unknown attributes,
4142 * and that's what we'll do for e.g. user attributes that haven't been set.
4143 * But we'll follow ext2/ext3's lead by returning -EOPNOTSUPP for unsupported
4144 * attributes in kernel-managed attribute namespaces. */
4145ssize_t nfs4_getxattr(struct dentry *dentry, const char *key, void *buf,
4146 size_t buflen)
4147{
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004148 struct inode *inode = dentry->d_inode;
4149
4150 if (strcmp(key, XATTR_NAME_NFSV4_ACL) != 0)
4151 return -EOPNOTSUPP;
4152
4153 return nfs4_proc_get_acl(inode, buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004154}
4155
4156ssize_t nfs4_listxattr(struct dentry *dentry, char *buf, size_t buflen)
4157{
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004158 size_t len = strlen(XATTR_NAME_NFSV4_ACL) + 1;
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004159
J. Bruce Fields096455a2006-03-20 23:23:42 -05004160 if (!nfs4_server_supports_acls(NFS_SERVER(dentry->d_inode)))
4161 return 0;
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004162 if (buf && buflen < len)
4163 return -ERANGE;
4164 if (buf)
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00004165 memcpy(buf, XATTR_NAME_NFSV4_ACL, len);
4166 return len;
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004167}
4168
Trond Myklebust69aaaae2009-03-11 14:10:28 -04004169static void nfs_fixup_referral_attributes(struct nfs_fattr *fattr)
4170{
4171 if (!((fattr->valid & NFS_ATTR_FATTR_FILEID) &&
4172 (fattr->valid & NFS_ATTR_FATTR_FSID) &&
4173 (fattr->valid & NFS_ATTR_FATTR_V4_REFERRAL)))
4174 return;
4175
4176 fattr->valid |= NFS_ATTR_FATTR_TYPE | NFS_ATTR_FATTR_MODE |
4177 NFS_ATTR_FATTR_NLINK;
4178 fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO;
4179 fattr->nlink = 2;
4180}
4181
Trond Myklebust56659e92007-07-17 21:52:39 -04004182int nfs4_proc_fs_locations(struct inode *dir, const struct qstr *name,
Manoj Naik7aaa0b32006-06-09 09:34:23 -04004183 struct nfs4_fs_locations *fs_locations, struct page *page)
Trond Myklebust683b57b2006-06-09 09:34:22 -04004184{
4185 struct nfs_server *server = NFS_SERVER(dir);
4186 u32 bitmask[2] = {
Manoj Naik361e6242006-06-09 09:34:24 -04004187 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
4188 [1] = FATTR4_WORD1_MOUNTED_ON_FILEID,
Trond Myklebust683b57b2006-06-09 09:34:22 -04004189 };
4190 struct nfs4_fs_locations_arg args = {
4191 .dir_fh = NFS_FH(dir),
Trond Myklebustc228fd32007-01-13 02:28:11 -05004192 .name = name,
Trond Myklebust683b57b2006-06-09 09:34:22 -04004193 .page = page,
4194 .bitmask = bitmask,
4195 };
Benny Halevy22958462009-04-01 09:22:02 -04004196 struct nfs4_fs_locations_res res = {
4197 .fs_locations = fs_locations,
4198 };
Trond Myklebust683b57b2006-06-09 09:34:22 -04004199 struct rpc_message msg = {
4200 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS],
4201 .rpc_argp = &args,
Benny Halevy22958462009-04-01 09:22:02 -04004202 .rpc_resp = &res,
Trond Myklebust683b57b2006-06-09 09:34:22 -04004203 };
4204 int status;
4205
Harvey Harrison3110ff82008-05-02 13:42:44 -07004206 dprintk("%s: start\n", __func__);
Trond Myklebustc228fd32007-01-13 02:28:11 -05004207 nfs_fattr_init(&fs_locations->fattr);
Trond Myklebust683b57b2006-06-09 09:34:22 -04004208 fs_locations->server = server;
Manoj Naik830b8e32006-06-09 09:34:25 -04004209 fs_locations->nlocations = 0;
Andy Adamsoncccef3b2009-04-01 09:22:03 -04004210 status = nfs4_call_sync(server, &msg, &args, &res, 0);
Trond Myklebust69aaaae2009-03-11 14:10:28 -04004211 nfs_fixup_referral_attributes(&fs_locations->fattr);
Harvey Harrison3110ff82008-05-02 13:42:44 -07004212 dprintk("%s: returned status = %d\n", __func__, status);
Trond Myklebust683b57b2006-06-09 09:34:22 -04004213 return status;
4214}
4215
Andy Adamson557134a2009-04-01 09:21:53 -04004216#ifdef CONFIG_NFS_V4_1
Benny Halevy99fe60d2009-04-01 09:22:29 -04004217/*
4218 * nfs4_proc_exchange_id()
4219 *
4220 * Since the clientid has expired, all compounds using sessions
4221 * associated with the stale clientid will be returning
4222 * NFS4ERR_BADSESSION in the sequence operation, and will therefore
4223 * be in some phase of session reset.
4224 */
4225static int nfs4_proc_exchange_id(struct nfs_client *clp, struct rpc_cred *cred)
4226{
4227 nfs4_verifier verifier;
4228 struct nfs41_exchange_id_args args = {
4229 .client = clp,
4230 .flags = clp->cl_exchange_flags,
4231 };
4232 struct nfs41_exchange_id_res res = {
4233 .client = clp,
4234 };
4235 int status;
4236 struct rpc_message msg = {
4237 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_EXCHANGE_ID],
4238 .rpc_argp = &args,
4239 .rpc_resp = &res,
4240 .rpc_cred = cred,
4241 };
4242 __be32 *p;
4243
4244 dprintk("--> %s\n", __func__);
4245 BUG_ON(clp == NULL);
Andy Adamsona7b72102009-04-01 09:22:46 -04004246
Benny Halevy99fe60d2009-04-01 09:22:29 -04004247 p = (u32 *)verifier.data;
4248 *p++ = htonl((u32)clp->cl_boot_time.tv_sec);
4249 *p = htonl((u32)clp->cl_boot_time.tv_nsec);
4250 args.verifier = &verifier;
4251
4252 while (1) {
4253 args.id_len = scnprintf(args.id, sizeof(args.id),
4254 "%s/%s %u",
4255 clp->cl_ipaddr,
4256 rpc_peeraddr2str(clp->cl_rpcclient,
4257 RPC_DISPLAY_ADDR),
4258 clp->cl_id_uniquifier);
4259
4260 status = rpc_call_sync(clp->cl_rpcclient, &msg, 0);
4261
4262 if (status != NFS4ERR_CLID_INUSE)
4263 break;
4264
4265 if (signalled())
4266 break;
4267
4268 if (++clp->cl_id_uniquifier == 0)
4269 break;
4270 }
4271
4272 dprintk("<-- %s status= %d\n", __func__, status);
4273 return status;
4274}
4275
Andy Adamson2050f0c2009-04-01 09:22:30 -04004276struct nfs4_get_lease_time_data {
4277 struct nfs4_get_lease_time_args *args;
4278 struct nfs4_get_lease_time_res *res;
4279 struct nfs_client *clp;
4280};
4281
4282static void nfs4_get_lease_time_prepare(struct rpc_task *task,
4283 void *calldata)
4284{
4285 int ret;
4286 struct nfs4_get_lease_time_data *data =
4287 (struct nfs4_get_lease_time_data *)calldata;
4288
4289 dprintk("--> %s\n", __func__);
4290 /* just setup sequence, do not trigger session recovery
4291 since we're invoked within one */
4292 ret = nfs41_setup_sequence(data->clp->cl_session,
4293 &data->args->la_seq_args,
4294 &data->res->lr_seq_res, 0, task);
4295
4296 BUG_ON(ret == -EAGAIN);
4297 rpc_call_start(task);
4298 dprintk("<-- %s\n", __func__);
4299}
4300
4301/*
4302 * Called from nfs4_state_manager thread for session setup, so don't recover
4303 * from sequence operation or clientid errors.
4304 */
4305static void nfs4_get_lease_time_done(struct rpc_task *task, void *calldata)
4306{
4307 struct nfs4_get_lease_time_data *data =
4308 (struct nfs4_get_lease_time_data *)calldata;
4309
4310 dprintk("--> %s\n", __func__);
4311 nfs41_sequence_done(data->clp, &data->res->lr_seq_res, task->tk_status);
4312 switch (task->tk_status) {
4313 case -NFS4ERR_DELAY:
4314 case -NFS4ERR_GRACE:
4315 dprintk("%s Retry: tk_status %d\n", __func__, task->tk_status);
4316 rpc_delay(task, NFS4_POLL_RETRY_MIN);
4317 task->tk_status = 0;
Andy Adamsoneedc0202009-04-01 09:22:41 -04004318 nfs4_restart_rpc(task, data->clp);
Andy Adamson2050f0c2009-04-01 09:22:30 -04004319 return;
4320 }
4321 nfs41_sequence_free_slot(data->clp, &data->res->lr_seq_res);
4322 dprintk("<-- %s\n", __func__);
4323}
4324
4325struct rpc_call_ops nfs4_get_lease_time_ops = {
4326 .rpc_call_prepare = nfs4_get_lease_time_prepare,
4327 .rpc_call_done = nfs4_get_lease_time_done,
4328};
4329
4330int nfs4_proc_get_lease_time(struct nfs_client *clp, struct nfs_fsinfo *fsinfo)
4331{
4332 struct rpc_task *task;
4333 struct nfs4_get_lease_time_args args;
4334 struct nfs4_get_lease_time_res res = {
4335 .lr_fsinfo = fsinfo,
4336 };
4337 struct nfs4_get_lease_time_data data = {
4338 .args = &args,
4339 .res = &res,
4340 .clp = clp,
4341 };
4342 struct rpc_message msg = {
4343 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GET_LEASE_TIME],
4344 .rpc_argp = &args,
4345 .rpc_resp = &res,
4346 };
4347 struct rpc_task_setup task_setup = {
4348 .rpc_client = clp->cl_rpcclient,
4349 .rpc_message = &msg,
4350 .callback_ops = &nfs4_get_lease_time_ops,
4351 .callback_data = &data
4352 };
4353 int status;
4354
4355 res.lr_seq_res.sr_slotid = NFS4_MAX_SLOT_TABLE;
4356 dprintk("--> %s\n", __func__);
4357 task = rpc_run_task(&task_setup);
4358
4359 if (IS_ERR(task))
4360 status = PTR_ERR(task);
4361 else {
4362 status = task->tk_status;
4363 rpc_put_task(task);
4364 }
4365 dprintk("<-- %s return %d\n", __func__, status);
4366
4367 return status;
4368}
4369
Andy Adamsonac72b7b2009-04-01 09:22:37 -04004370/* Reset a slot table */
4371static int nfs4_reset_slot_table(struct nfs4_session *session)
4372{
4373 struct nfs4_slot_table *tbl = &session->fc_slot_table;
4374 int i, max_slots = session->fc_attrs.max_reqs;
4375 int old_max_slots = session->fc_slot_table.max_slots;
4376 int ret = 0;
4377
4378 dprintk("--> %s: max_reqs=%u, tbl %p\n", __func__,
4379 session->fc_attrs.max_reqs, tbl);
4380
4381 /* Until we have dynamic slot table adjustment, insist
4382 * upon the same slot table size */
4383 if (max_slots != old_max_slots) {
4384 dprintk("%s reset slot table does't match old\n",
4385 __func__);
4386 ret = -EINVAL; /*XXX NFS4ERR_REQ_TOO_BIG ? */
4387 goto out;
4388 }
4389 spin_lock(&tbl->slot_tbl_lock);
4390 for (i = 0; i < max_slots; ++i)
4391 tbl->slots[i].seq_nr = 1;
4392 tbl->highest_used_slotid = -1;
4393 spin_unlock(&tbl->slot_tbl_lock);
4394 dprintk("%s: tbl=%p slots=%p max_slots=%d\n", __func__,
4395 tbl, tbl->slots, tbl->max_slots);
4396out:
4397 dprintk("<-- %s: return %d\n", __func__, ret);
4398 return ret;
4399}
4400
Andy Adamsonfc931582009-04-01 09:22:31 -04004401/*
4402 * Initialize slot table
4403 */
4404static int nfs4_init_slot_table(struct nfs4_session *session)
4405{
4406 struct nfs4_slot_table *tbl = &session->fc_slot_table;
4407 int i, max_slots = session->fc_attrs.max_reqs;
4408 struct nfs4_slot *slot;
4409 int ret = -ENOMEM;
4410
4411 BUG_ON(max_slots > NFS4_MAX_SLOT_TABLE);
4412
4413 dprintk("--> %s: max_reqs=%u\n", __func__,
4414 session->fc_attrs.max_reqs);
4415
4416 slot = kcalloc(max_slots, sizeof(struct nfs4_slot), GFP_KERNEL);
4417 if (!slot)
4418 goto out;
4419 for (i = 0; i < max_slots; ++i)
4420 slot[i].seq_nr = 1;
4421 ret = 0;
4422
4423 spin_lock(&tbl->slot_tbl_lock);
4424 if (tbl->slots != NULL) {
4425 spin_unlock(&tbl->slot_tbl_lock);
4426 dprintk("%s: slot table already initialized. tbl=%p slots=%p\n",
4427 __func__, tbl, tbl->slots);
4428 WARN_ON(1);
4429 goto out_free;
4430 }
4431 tbl->max_slots = max_slots;
4432 tbl->slots = slot;
4433 tbl->highest_used_slotid = -1; /* no slot is currently used */
4434 spin_unlock(&tbl->slot_tbl_lock);
4435 dprintk("%s: tbl=%p slots=%p max_slots=%d\n", __func__,
4436 tbl, tbl->slots, tbl->max_slots);
4437out:
4438 dprintk("<-- %s: return %d\n", __func__, ret);
4439 return ret;
4440out_free:
4441 kfree(slot);
4442 goto out;
4443}
4444
Andy Adamson557134a2009-04-01 09:21:53 -04004445/* Destroy the slot table */
4446static void nfs4_destroy_slot_table(struct nfs4_session *session)
4447{
4448 if (session->fc_slot_table.slots == NULL)
4449 return;
4450 kfree(session->fc_slot_table.slots);
4451 session->fc_slot_table.slots = NULL;
4452 return;
4453}
4454
4455struct nfs4_session *nfs4_alloc_session(struct nfs_client *clp)
4456{
4457 struct nfs4_session *session;
4458 struct nfs4_slot_table *tbl;
4459
4460 session = kzalloc(sizeof(struct nfs4_session), GFP_KERNEL);
4461 if (!session)
4462 return NULL;
Andy Adamson76db6d92009-04-01 09:22:38 -04004463
4464 set_bit(NFS4CLNT_SESSION_SETUP, &clp->cl_state);
4465 /*
4466 * The create session reply races with the server back
4467 * channel probe. Mark the client NFS_CS_SESSION_INITING
4468 * so that the client back channel can find the
4469 * nfs_client struct
4470 */
4471 clp->cl_cons_state = NFS_CS_SESSION_INITING;
4472
Andy Adamson557134a2009-04-01 09:21:53 -04004473 tbl = &session->fc_slot_table;
4474 spin_lock_init(&tbl->slot_tbl_lock);
4475 rpc_init_wait_queue(&tbl->slot_tbl_waitq, "Slot table");
4476 session->clp = clp;
4477 return session;
4478}
4479
4480void nfs4_destroy_session(struct nfs4_session *session)
4481{
4482 nfs4_destroy_slot_table(session);
4483 kfree(session);
4484}
4485
Andy Adamsonfc931582009-04-01 09:22:31 -04004486/*
4487 * Initialize the values to be used by the client in CREATE_SESSION
4488 * If nfs4_init_session set the fore channel request and response sizes,
4489 * use them.
4490 *
4491 * Set the back channel max_resp_sz_cached to zero to force the client to
4492 * always set csa_cachethis to FALSE because the current implementation
4493 * of the back channel DRC only supports caching the CB_SEQUENCE operation.
4494 */
4495static void nfs4_init_channel_attrs(struct nfs41_create_session_args *args)
4496{
4497 struct nfs4_session *session = args->client->cl_session;
4498 unsigned int mxrqst_sz = session->fc_attrs.max_rqst_sz,
4499 mxresp_sz = session->fc_attrs.max_resp_sz;
4500
4501 if (mxrqst_sz == 0)
4502 mxrqst_sz = NFS_MAX_FILE_IO_SIZE;
4503 if (mxresp_sz == 0)
4504 mxresp_sz = NFS_MAX_FILE_IO_SIZE;
4505 /* Fore channel attributes */
4506 args->fc_attrs.headerpadsz = 0;
4507 args->fc_attrs.max_rqst_sz = mxrqst_sz;
4508 args->fc_attrs.max_resp_sz = mxresp_sz;
4509 args->fc_attrs.max_resp_sz_cached = mxresp_sz;
4510 args->fc_attrs.max_ops = NFS4_MAX_OPS;
4511 args->fc_attrs.max_reqs = session->clp->cl_rpcclient->cl_xprt->max_reqs;
4512
4513 dprintk("%s: Fore Channel : max_rqst_sz=%u max_resp_sz=%u "
4514 "max_resp_sz_cached=%u max_ops=%u max_reqs=%u\n",
4515 __func__,
4516 args->fc_attrs.max_rqst_sz, args->fc_attrs.max_resp_sz,
4517 args->fc_attrs.max_resp_sz_cached, args->fc_attrs.max_ops,
4518 args->fc_attrs.max_reqs);
4519
4520 /* Back channel attributes */
4521 args->bc_attrs.headerpadsz = 0;
4522 args->bc_attrs.max_rqst_sz = PAGE_SIZE;
4523 args->bc_attrs.max_resp_sz = PAGE_SIZE;
4524 args->bc_attrs.max_resp_sz_cached = 0;
4525 args->bc_attrs.max_ops = NFS4_MAX_BACK_CHANNEL_OPS;
4526 args->bc_attrs.max_reqs = 1;
4527
4528 dprintk("%s: Back Channel : max_rqst_sz=%u max_resp_sz=%u "
4529 "max_resp_sz_cached=%u max_ops=%u max_reqs=%u\n",
4530 __func__,
4531 args->bc_attrs.max_rqst_sz, args->bc_attrs.max_resp_sz,
4532 args->bc_attrs.max_resp_sz_cached, args->bc_attrs.max_ops,
4533 args->bc_attrs.max_reqs);
4534}
4535
Andy Adamson8d353012009-04-01 09:22:32 -04004536static int _verify_channel_attr(char *chan, char *attr_name, u32 sent, u32 rcvd)
4537{
4538 if (rcvd <= sent)
4539 return 0;
4540 printk(KERN_WARNING "%s: Session INVALID: %s channel %s increased. "
4541 "sent=%u rcvd=%u\n", __func__, chan, attr_name, sent, rcvd);
4542 return -EINVAL;
4543}
4544
4545#define _verify_fore_channel_attr(_name_) \
4546 _verify_channel_attr("fore", #_name_, \
4547 args->fc_attrs._name_, \
4548 session->fc_attrs._name_)
4549
4550#define _verify_back_channel_attr(_name_) \
4551 _verify_channel_attr("back", #_name_, \
4552 args->bc_attrs._name_, \
4553 session->bc_attrs._name_)
4554
4555/*
4556 * The server is not allowed to increase the fore channel header pad size,
4557 * maximum response size, or maximum number of operations.
4558 *
4559 * The back channel attributes are only negotiatied down: We send what the
4560 * (back channel) server insists upon.
4561 */
4562static int nfs4_verify_channel_attrs(struct nfs41_create_session_args *args,
4563 struct nfs4_session *session)
4564{
4565 int ret = 0;
4566
4567 ret |= _verify_fore_channel_attr(headerpadsz);
4568 ret |= _verify_fore_channel_attr(max_resp_sz);
4569 ret |= _verify_fore_channel_attr(max_ops);
4570
4571 ret |= _verify_back_channel_attr(headerpadsz);
4572 ret |= _verify_back_channel_attr(max_rqst_sz);
4573 ret |= _verify_back_channel_attr(max_resp_sz);
4574 ret |= _verify_back_channel_attr(max_resp_sz_cached);
4575 ret |= _verify_back_channel_attr(max_ops);
4576 ret |= _verify_back_channel_attr(max_reqs);
4577
4578 return ret;
4579}
4580
Andy Adamsonfc931582009-04-01 09:22:31 -04004581static int _nfs4_proc_create_session(struct nfs_client *clp)
4582{
4583 struct nfs4_session *session = clp->cl_session;
4584 struct nfs41_create_session_args args = {
4585 .client = clp,
4586 .cb_program = NFS4_CALLBACK,
4587 };
4588 struct nfs41_create_session_res res = {
4589 .client = clp,
4590 };
4591 struct rpc_message msg = {
4592 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE_SESSION],
4593 .rpc_argp = &args,
4594 .rpc_resp = &res,
4595 };
4596 int status;
4597
4598 nfs4_init_channel_attrs(&args);
4599 args.flags = (SESSION4_PERSIST);
4600
4601 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, 0);
4602
Andy Adamson8d353012009-04-01 09:22:32 -04004603 if (!status)
4604 /* Verify the session's negotiated channel_attrs values */
4605 status = nfs4_verify_channel_attrs(&args, session);
Andy Adamsonfc931582009-04-01 09:22:31 -04004606 if (!status) {
4607 /* Increment the clientid slot sequence id */
4608 clp->cl_seqid++;
4609 }
4610
4611 return status;
4612}
4613
4614/*
4615 * Issues a CREATE_SESSION operation to the server.
4616 * It is the responsibility of the caller to verify the session is
4617 * expired before calling this routine.
4618 */
Andy Adamsonac72b7b2009-04-01 09:22:37 -04004619int nfs4_proc_create_session(struct nfs_client *clp, int reset)
Andy Adamsonfc931582009-04-01 09:22:31 -04004620{
4621 int status;
4622 unsigned *ptr;
4623 struct nfs_fsinfo fsinfo;
4624 struct nfs4_session *session = clp->cl_session;
4625
4626 dprintk("--> %s clp=%p session=%p\n", __func__, clp, session);
4627
4628 status = _nfs4_proc_create_session(clp);
4629 if (status)
4630 goto out;
4631
Andy Adamsonac72b7b2009-04-01 09:22:37 -04004632 /* Init or reset the fore channel */
4633 if (reset)
4634 status = nfs4_reset_slot_table(session);
4635 else
4636 status = nfs4_init_slot_table(session);
Andy Adamsonfc931582009-04-01 09:22:31 -04004637 dprintk("fore channel slot table initialization returned %d\n", status);
4638 if (status)
4639 goto out;
4640
4641 ptr = (unsigned *)&session->sess_id.data[0];
4642 dprintk("%s client>seqid %d sessionid %u:%u:%u:%u\n", __func__,
4643 clp->cl_seqid, ptr[0], ptr[1], ptr[2], ptr[3]);
4644
Andy Adamsonac72b7b2009-04-01 09:22:37 -04004645 if (reset)
4646 /* Lease time is aleady set */
4647 goto out;
4648
Andy Adamsonfc931582009-04-01 09:22:31 -04004649 /* Get the lease time */
4650 status = nfs4_proc_get_lease_time(clp, &fsinfo);
4651 if (status == 0) {
4652 /* Update lease time and schedule renewal */
4653 spin_lock(&clp->cl_lock);
4654 clp->cl_lease_time = fsinfo.lease_time * HZ;
4655 clp->cl_last_renewal = jiffies;
4656 clear_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state);
4657 spin_unlock(&clp->cl_lock);
4658
4659 nfs4_schedule_state_renewal(clp);
4660 }
4661out:
4662 dprintk("<-- %s\n", __func__);
4663 return status;
4664}
4665
Andy Adamson0f3e66c2009-04-01 09:22:34 -04004666/*
4667 * Issue the over-the-wire RPC DESTROY_SESSION.
4668 * The caller must serialize access to this routine.
4669 */
4670int nfs4_proc_destroy_session(struct nfs4_session *session)
4671{
4672 int status = 0;
4673 struct rpc_message msg;
4674
4675 dprintk("--> nfs4_proc_destroy_session\n");
4676
4677 /* session is still being setup */
4678 if (session->clp->cl_cons_state != NFS_CS_READY)
4679 return status;
4680
4681 msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DESTROY_SESSION];
4682 msg.rpc_argp = session;
4683 msg.rpc_resp = NULL;
4684 msg.rpc_cred = NULL;
4685 status = rpc_call_sync(session->clp->cl_rpcclient, &msg, 0);
4686
4687 if (status)
4688 printk(KERN_WARNING
4689 "Got error %d from the server on DESTROY_SESSION. "
4690 "Session has been destroyed regardless...\n", status);
4691
4692 dprintk("<-- nfs4_proc_destroy_session\n");
4693 return status;
4694}
4695
Andy Adamsonfc01cea2009-04-01 09:22:36 -04004696/*
4697 * Renew the cl_session lease.
4698 */
4699static int nfs4_proc_sequence(struct nfs_client *clp, struct rpc_cred *cred)
4700{
4701 struct nfs4_sequence_args args;
4702 struct nfs4_sequence_res res;
4703
4704 struct rpc_message msg = {
4705 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SEQUENCE],
4706 .rpc_argp = &args,
4707 .rpc_resp = &res,
4708 .rpc_cred = cred,
4709 };
4710
4711 args.sa_cache_this = 0;
4712
4713 return nfs4_call_sync_sequence(clp, clp->cl_rpcclient, &msg, &args,
4714 &res, 0);
4715}
4716
4717void nfs41_sequence_call_done(struct rpc_task *task, void *data)
4718{
4719 struct nfs_client *clp = (struct nfs_client *)data;
4720
4721 nfs41_sequence_done(clp, task->tk_msg.rpc_resp, task->tk_status);
4722
4723 if (task->tk_status < 0) {
4724 dprintk("%s ERROR %d\n", __func__, task->tk_status);
4725
4726 if (_nfs4_async_handle_error(task, NULL, clp, NULL)
4727 == -EAGAIN) {
Andy Adamsoneedc0202009-04-01 09:22:41 -04004728 nfs4_restart_rpc(task, clp);
Andy Adamsonfc01cea2009-04-01 09:22:36 -04004729 return;
4730 }
4731 }
4732 nfs41_sequence_free_slot(clp, task->tk_msg.rpc_resp);
4733 dprintk("%s rpc_cred %p\n", __func__, task->tk_msg.rpc_cred);
4734
4735 put_rpccred(task->tk_msg.rpc_cred);
4736 kfree(task->tk_msg.rpc_argp);
4737 kfree(task->tk_msg.rpc_resp);
4738
4739 dprintk("<-- %s\n", __func__);
4740}
4741
4742static void nfs41_sequence_prepare(struct rpc_task *task, void *data)
4743{
4744 struct nfs_client *clp;
4745 struct nfs4_sequence_args *args;
4746 struct nfs4_sequence_res *res;
4747
4748 clp = (struct nfs_client *)data;
4749 args = task->tk_msg.rpc_argp;
4750 res = task->tk_msg.rpc_resp;
4751
4752 if (nfs4_setup_sequence(clp, args, res, 0, task))
4753 return;
4754 rpc_call_start(task);
4755}
4756
4757static const struct rpc_call_ops nfs41_sequence_ops = {
4758 .rpc_call_done = nfs41_sequence_call_done,
4759 .rpc_call_prepare = nfs41_sequence_prepare,
4760};
4761
4762static int nfs41_proc_async_sequence(struct nfs_client *clp,
4763 struct rpc_cred *cred)
4764{
4765 struct nfs4_sequence_args *args;
4766 struct nfs4_sequence_res *res;
4767 struct rpc_message msg = {
4768 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SEQUENCE],
4769 .rpc_cred = cred,
4770 };
4771
4772 args = kzalloc(sizeof(*args), GFP_KERNEL);
4773 if (!args)
4774 return -ENOMEM;
4775 res = kzalloc(sizeof(*res), GFP_KERNEL);
4776 if (!res) {
4777 kfree(args);
4778 return -ENOMEM;
4779 }
4780 res->sr_slotid = NFS4_MAX_SLOT_TABLE;
4781 msg.rpc_argp = args;
4782 msg.rpc_resp = res;
4783
4784 return rpc_call_async(clp->cl_rpcclient, &msg, RPC_TASK_SOFT,
4785 &nfs41_sequence_ops, (void *)clp);
4786}
4787
Andy Adamson557134a2009-04-01 09:21:53 -04004788#endif /* CONFIG_NFS_V4_1 */
4789
Andy Adamson591d71c2009-04-01 09:22:47 -04004790struct nfs4_state_recovery_ops nfs40_reboot_recovery_ops = {
Trond Myklebust7eff03a2008-12-23 15:21:43 -05004791 .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT,
Trond Myklebustb79a4a12008-12-23 15:21:41 -05004792 .state_flag_bit = NFS_STATE_RECLAIM_REBOOT,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004793 .recover_open = nfs4_open_reclaim,
4794 .recover_lock = nfs4_lock_reclaim,
Andy Adamson591d71c2009-04-01 09:22:47 -04004795 .establish_clid = nfs4_init_clientid,
Andy Adamson90a16612009-04-01 09:22:48 -04004796 .get_clid_cred = nfs4_get_setclientid_cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004797};
4798
Andy Adamson591d71c2009-04-01 09:22:47 -04004799#if defined(CONFIG_NFS_V4_1)
4800struct nfs4_state_recovery_ops nfs41_reboot_recovery_ops = {
4801 .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT,
4802 .state_flag_bit = NFS_STATE_RECLAIM_REBOOT,
4803 .recover_open = nfs4_open_reclaim,
4804 .recover_lock = nfs4_lock_reclaim,
4805 .establish_clid = nfs4_proc_exchange_id,
Andy Adamsonb4b82602009-04-01 09:22:49 -04004806 .get_clid_cred = nfs4_get_exchange_id_cred,
Andy Adamson591d71c2009-04-01 09:22:47 -04004807};
4808#endif /* CONFIG_NFS_V4_1 */
4809
4810struct nfs4_state_recovery_ops nfs40_nograce_recovery_ops = {
Trond Myklebust7eff03a2008-12-23 15:21:43 -05004811 .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE,
Trond Myklebustb79a4a12008-12-23 15:21:41 -05004812 .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004813 .recover_open = nfs4_open_expired,
4814 .recover_lock = nfs4_lock_expired,
Andy Adamson591d71c2009-04-01 09:22:47 -04004815 .establish_clid = nfs4_init_clientid,
Andy Adamson90a16612009-04-01 09:22:48 -04004816 .get_clid_cred = nfs4_get_setclientid_cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004817};
4818
Andy Adamson591d71c2009-04-01 09:22:47 -04004819#if defined(CONFIG_NFS_V4_1)
4820struct nfs4_state_recovery_ops nfs41_nograce_recovery_ops = {
4821 .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE,
4822 .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE,
4823 .recover_open = nfs4_open_expired,
4824 .recover_lock = nfs4_lock_expired,
4825 .establish_clid = nfs4_proc_exchange_id,
Andy Adamsonb4b82602009-04-01 09:22:49 -04004826 .get_clid_cred = nfs4_get_exchange_id_cred,
Andy Adamson591d71c2009-04-01 09:22:47 -04004827};
4828#endif /* CONFIG_NFS_V4_1 */
4829
Benny Halevy29fba382009-04-01 09:22:44 -04004830struct nfs4_state_maintenance_ops nfs40_state_renewal_ops = {
4831 .sched_state_renewal = nfs4_proc_async_renew,
Andy Adamsona7b72102009-04-01 09:22:46 -04004832 .get_state_renewal_cred_locked = nfs4_get_renew_cred_locked,
Benny Halevy8e69514f2009-04-01 09:22:45 -04004833 .renew_lease = nfs4_proc_renew,
Benny Halevy29fba382009-04-01 09:22:44 -04004834};
4835
4836#if defined(CONFIG_NFS_V4_1)
4837struct nfs4_state_maintenance_ops nfs41_state_renewal_ops = {
4838 .sched_state_renewal = nfs41_proc_async_sequence,
Andy Adamsona7b72102009-04-01 09:22:46 -04004839 .get_state_renewal_cred_locked = nfs4_get_machine_cred_locked,
Benny Halevy8e69514f2009-04-01 09:22:45 -04004840 .renew_lease = nfs4_proc_sequence,
Benny Halevy29fba382009-04-01 09:22:44 -04004841};
4842#endif
4843
4844/*
4845 * Per minor version reboot and network partition recovery ops
4846 */
4847
Andy Adamson591d71c2009-04-01 09:22:47 -04004848struct nfs4_state_recovery_ops *nfs4_reboot_recovery_ops[] = {
4849 &nfs40_reboot_recovery_ops,
4850#if defined(CONFIG_NFS_V4_1)
4851 &nfs41_reboot_recovery_ops,
4852#endif
4853};
4854
4855struct nfs4_state_recovery_ops *nfs4_nograce_recovery_ops[] = {
4856 &nfs40_nograce_recovery_ops,
4857#if defined(CONFIG_NFS_V4_1)
4858 &nfs41_nograce_recovery_ops,
4859#endif
4860};
4861
Benny Halevy29fba382009-04-01 09:22:44 -04004862struct nfs4_state_maintenance_ops *nfs4_state_renewal_ops[] = {
4863 &nfs40_state_renewal_ops,
4864#if defined(CONFIG_NFS_V4_1)
4865 &nfs41_state_renewal_ops,
4866#endif
4867};
4868
Arjan van de Ven92e1d5b2007-02-12 00:55:39 -08004869static const struct inode_operations nfs4_file_inode_operations = {
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004870 .permission = nfs_permission,
4871 .getattr = nfs_getattr,
4872 .setattr = nfs_setattr,
4873 .getxattr = nfs4_getxattr,
4874 .setxattr = nfs4_setxattr,
4875 .listxattr = nfs4_listxattr,
4876};
4877
David Howells509de812006-08-22 20:06:11 -04004878const struct nfs_rpc_ops nfs_v4_clientops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004879 .version = 4, /* protocol version */
4880 .dentry_ops = &nfs4_dentry_operations,
4881 .dir_inode_ops = &nfs4_dir_inode_operations,
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00004882 .file_inode_ops = &nfs4_file_inode_operations,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004883 .getroot = nfs4_proc_get_root,
4884 .getattr = nfs4_proc_getattr,
4885 .setattr = nfs4_proc_setattr,
David Howells2b3de442006-08-22 20:06:09 -04004886 .lookupfh = nfs4_proc_lookupfh,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004887 .lookup = nfs4_proc_lookup,
4888 .access = nfs4_proc_access,
4889 .readlink = nfs4_proc_readlink,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004890 .create = nfs4_proc_create,
4891 .remove = nfs4_proc_remove,
4892 .unlink_setup = nfs4_proc_unlink_setup,
4893 .unlink_done = nfs4_proc_unlink_done,
4894 .rename = nfs4_proc_rename,
4895 .link = nfs4_proc_link,
4896 .symlink = nfs4_proc_symlink,
4897 .mkdir = nfs4_proc_mkdir,
4898 .rmdir = nfs4_proc_remove,
4899 .readdir = nfs4_proc_readdir,
4900 .mknod = nfs4_proc_mknod,
4901 .statfs = nfs4_proc_statfs,
4902 .fsinfo = nfs4_proc_fsinfo,
4903 .pathconf = nfs4_proc_pathconf,
David Howellse9326dc2006-08-22 20:06:10 -04004904 .set_capabilities = nfs4_server_capabilities,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004905 .decode_dirent = nfs4_decode_dirent,
4906 .read_setup = nfs4_proc_read_setup,
Trond Myklebustec06c092006-03-20 13:44:27 -05004907 .read_done = nfs4_read_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004908 .write_setup = nfs4_proc_write_setup,
Trond Myklebust788e7a82006-03-20 13:44:27 -05004909 .write_done = nfs4_write_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004910 .commit_setup = nfs4_proc_commit_setup,
Trond Myklebust788e7a82006-03-20 13:44:27 -05004911 .commit_done = nfs4_commit_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004912 .lock = nfs4_proc_lock,
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00004913 .clear_acl_cache = nfs4_zap_acl_attr,
Trond Myklebust7fe5c392009-03-19 15:35:50 -04004914 .close_context = nfs4_close_context,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004915};
4916
4917/*
4918 * Local variables:
4919 * c-basic-offset: 8
4920 * End:
4921 */