blob: fc0c9d255cf79778dd47b68f19468f5e9afef750 [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>
Linus Torvalds1da177e2005-04-16 15:20:36 -070051
Trond Myklebust4ce79712005-06-22 17:16:21 +000052#include "nfs4_fs.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070053#include "delegation.h"
Trond Myklebust101070c2008-02-19 20:04:23 -050054#include "internal.h"
Chuck Lever006ea732006-03-20 13:44:14 -050055#include "iostat.h"
Linus Torvalds1da177e2005-04-16 15:20:36 -070056
57#define NFSDBG_FACILITY NFSDBG_PROC
58
Trond Myklebust2066fe82006-09-15 08:30:46 -040059#define NFS4_POLL_RETRY_MIN (HZ/10)
Linus Torvalds1da177e2005-04-16 15:20:36 -070060#define NFS4_POLL_RETRY_MAX (15*HZ)
61
Trond Myklebustcdd4e682006-01-03 09:55:12 +010062struct nfs4_opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +010063static int _nfs4_proc_open(struct nfs4_opendata *data);
Linus Torvalds1da177e2005-04-16 15:20:36 -070064static int nfs4_do_fsinfo(struct nfs_server *, struct nfs_fh *, struct nfs_fsinfo *);
Trond Myklebust9e33bed2008-12-23 15:21:46 -050065static int nfs4_async_handle_error(struct rpc_task *, const struct nfs_server *, struct nfs4_state *);
Trond Myklebust99367812007-07-17 21:52:41 -040066static int _nfs4_proc_lookup(struct inode *dir, const struct qstr *name, struct nfs_fh *fhandle, struct nfs_fattr *fattr);
67static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -070068
Linus Torvalds1da177e2005-04-16 15:20:36 -070069/* Prevent leaks of NFSv4 errors into userland */
70int nfs4_map_errors(int err)
71{
72 if (err < -1000) {
73 dprintk("%s could not handle NFSv4 error %d\n",
Harvey Harrison3110ff82008-05-02 13:42:44 -070074 __func__, -err);
Linus Torvalds1da177e2005-04-16 15:20:36 -070075 return -EIO;
76 }
77 return err;
78}
79
80/*
81 * This is our standard bitmap for GETATTR requests.
82 */
83const u32 nfs4_fattr_bitmap[2] = {
84 FATTR4_WORD0_TYPE
85 | FATTR4_WORD0_CHANGE
86 | FATTR4_WORD0_SIZE
87 | FATTR4_WORD0_FSID
88 | FATTR4_WORD0_FILEID,
89 FATTR4_WORD1_MODE
90 | FATTR4_WORD1_NUMLINKS
91 | FATTR4_WORD1_OWNER
92 | FATTR4_WORD1_OWNER_GROUP
93 | FATTR4_WORD1_RAWDEV
94 | FATTR4_WORD1_SPACE_USED
95 | FATTR4_WORD1_TIME_ACCESS
96 | FATTR4_WORD1_TIME_METADATA
97 | FATTR4_WORD1_TIME_MODIFY
98};
99
100const u32 nfs4_statfs_bitmap[2] = {
101 FATTR4_WORD0_FILES_AVAIL
102 | FATTR4_WORD0_FILES_FREE
103 | FATTR4_WORD0_FILES_TOTAL,
104 FATTR4_WORD1_SPACE_AVAIL
105 | FATTR4_WORD1_SPACE_FREE
106 | FATTR4_WORD1_SPACE_TOTAL
107};
108
Trond Myklebust4ce79712005-06-22 17:16:21 +0000109const u32 nfs4_pathconf_bitmap[2] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700110 FATTR4_WORD0_MAXLINK
111 | FATTR4_WORD0_MAXNAME,
112 0
113};
114
115const u32 nfs4_fsinfo_bitmap[2] = { FATTR4_WORD0_MAXFILESIZE
116 | FATTR4_WORD0_MAXREAD
117 | FATTR4_WORD0_MAXWRITE
118 | FATTR4_WORD0_LEASE_TIME,
119 0
120};
121
Manoj Naik830b8e32006-06-09 09:34:25 -0400122const u32 nfs4_fs_locations_bitmap[2] = {
123 FATTR4_WORD0_TYPE
124 | FATTR4_WORD0_CHANGE
125 | FATTR4_WORD0_SIZE
126 | FATTR4_WORD0_FSID
127 | FATTR4_WORD0_FILEID
128 | FATTR4_WORD0_FS_LOCATIONS,
129 FATTR4_WORD1_MODE
130 | FATTR4_WORD1_NUMLINKS
131 | FATTR4_WORD1_OWNER
132 | FATTR4_WORD1_OWNER_GROUP
133 | FATTR4_WORD1_RAWDEV
134 | FATTR4_WORD1_SPACE_USED
135 | FATTR4_WORD1_TIME_ACCESS
136 | FATTR4_WORD1_TIME_METADATA
137 | FATTR4_WORD1_TIME_MODIFY
138 | FATTR4_WORD1_MOUNTED_ON_FILEID
139};
140
Al Virobc4785c2006-10-19 23:28:51 -0700141static void nfs4_setup_readdir(u64 cookie, __be32 *verifier, struct dentry *dentry,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700142 struct nfs4_readdir_arg *readdir)
143{
Al Viro0dbb4c62006-10-19 23:28:49 -0700144 __be32 *start, *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700145
146 BUG_ON(readdir->count < 80);
147 if (cookie > 2) {
Adrian Bunkb7ef1952005-06-22 17:16:28 +0000148 readdir->cookie = cookie;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700149 memcpy(&readdir->verifier, verifier, sizeof(readdir->verifier));
150 return;
151 }
152
153 readdir->cookie = 0;
154 memset(&readdir->verifier, 0, sizeof(readdir->verifier));
155 if (cookie == 2)
156 return;
157
158 /*
159 * NFSv4 servers do not return entries for '.' and '..'
160 * Therefore, we fake these entries here. We let '.'
161 * have cookie 0 and '..' have cookie 1. Note that
162 * when talking to the server, we always send cookie 0
163 * instead of 1 or 2.
164 */
Al Viro0dbb4c62006-10-19 23:28:49 -0700165 start = p = kmap_atomic(*readdir->pages, KM_USER0);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700166
167 if (cookie == 0) {
168 *p++ = xdr_one; /* next */
169 *p++ = xdr_zero; /* cookie, first word */
170 *p++ = xdr_one; /* cookie, second word */
171 *p++ = xdr_one; /* entry len */
172 memcpy(p, ".\0\0\0", 4); /* entry */
173 p++;
174 *p++ = xdr_one; /* bitmap length */
175 *p++ = htonl(FATTR4_WORD0_FILEID); /* bitmap */
176 *p++ = htonl(8); /* attribute buffer length */
Peter Staubach4e769b92007-08-03 15:07:10 -0400177 p = xdr_encode_hyper(p, NFS_FILEID(dentry->d_inode));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700178 }
179
180 *p++ = xdr_one; /* next */
181 *p++ = xdr_zero; /* cookie, first word */
182 *p++ = xdr_two; /* cookie, second word */
183 *p++ = xdr_two; /* entry len */
184 memcpy(p, "..\0\0", 4); /* entry */
185 p++;
186 *p++ = xdr_one; /* bitmap length */
187 *p++ = htonl(FATTR4_WORD0_FILEID); /* bitmap */
188 *p++ = htonl(8); /* attribute buffer length */
Peter Staubach4e769b92007-08-03 15:07:10 -0400189 p = xdr_encode_hyper(p, NFS_FILEID(dentry->d_parent->d_inode));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700190
191 readdir->pgbase = (char *)p - (char *)start;
192 readdir->count -= readdir->pgbase;
193 kunmap_atomic(start, KM_USER0);
194}
195
Trond Myklebust65de8722008-12-23 15:21:44 -0500196static int nfs4_wait_bit_killable(void *word)
197{
198 if (fatal_signal_pending(current))
199 return -ERESTARTSYS;
200 schedule();
201 return 0;
202}
203
204static int nfs4_wait_clnt_recover(struct nfs_client *clp)
205{
206 int res;
207
208 might_sleep();
209
Trond Myklebuste005e802008-12-23 15:21:48 -0500210 res = wait_on_bit(&clp->cl_state, NFS4CLNT_MANAGER_RUNNING,
Trond Myklebust65de8722008-12-23 15:21:44 -0500211 nfs4_wait_bit_killable, TASK_KILLABLE);
Trond Myklebust65de8722008-12-23 15:21:44 -0500212 return res;
213}
214
215static int nfs4_delay(struct rpc_clnt *clnt, long *timeout)
216{
217 int res = 0;
218
219 might_sleep();
220
221 if (*timeout <= 0)
222 *timeout = NFS4_POLL_RETRY_MIN;
223 if (*timeout > NFS4_POLL_RETRY_MAX)
224 *timeout = NFS4_POLL_RETRY_MAX;
225 schedule_timeout_killable(*timeout);
226 if (fatal_signal_pending(current))
227 res = -ERESTARTSYS;
228 *timeout <<= 1;
229 return res;
230}
231
232/* This is the error handling routine for processes that are allowed
233 * to sleep.
234 */
235static int nfs4_handle_exception(const struct nfs_server *server, int errorcode, struct nfs4_exception *exception)
236{
237 struct nfs_client *clp = server->nfs_client;
Trond Myklebust9e33bed2008-12-23 15:21:46 -0500238 struct nfs4_state *state = exception->state;
Trond Myklebust65de8722008-12-23 15:21:44 -0500239 int ret = errorcode;
240
241 exception->retry = 0;
242 switch(errorcode) {
243 case 0:
244 return 0;
Trond Myklebust9e33bed2008-12-23 15:21:46 -0500245 case -NFS4ERR_ADMIN_REVOKED:
246 case -NFS4ERR_BAD_STATEID:
247 case -NFS4ERR_OPENMODE:
248 if (state == NULL)
249 break;
250 nfs4_state_mark_reclaim_nograce(clp, state);
Trond Myklebust65de8722008-12-23 15:21:44 -0500251 case -NFS4ERR_STALE_CLIENTID:
252 case -NFS4ERR_STALE_STATEID:
253 case -NFS4ERR_EXPIRED:
254 nfs4_schedule_state_recovery(clp);
255 ret = nfs4_wait_clnt_recover(clp);
256 if (ret == 0)
257 exception->retry = 1;
258 break;
259 case -NFS4ERR_FILE_OPEN:
260 case -NFS4ERR_GRACE:
261 case -NFS4ERR_DELAY:
262 ret = nfs4_delay(server->client, &exception->timeout);
263 if (ret != 0)
264 break;
265 case -NFS4ERR_OLD_STATEID:
266 exception->retry = 1;
267 }
268 /* We failed to handle the error */
269 return nfs4_map_errors(ret);
270}
271
272
Trond Myklebust26e976a2006-01-03 09:55:21 +0100273static void renew_lease(const struct nfs_server *server, unsigned long timestamp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700274{
David Howells7539bba2006-08-22 20:06:09 -0400275 struct nfs_client *clp = server->nfs_client;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700276 spin_lock(&clp->cl_lock);
277 if (time_before(clp->cl_last_renewal,timestamp))
278 clp->cl_last_renewal = timestamp;
279 spin_unlock(&clp->cl_lock);
280}
281
Trond Myklebust38478b22006-05-25 01:40:57 -0400282static void update_changeattr(struct inode *dir, struct nfs4_change_info *cinfo)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700283{
Trond Myklebust38478b22006-05-25 01:40:57 -0400284 struct nfs_inode *nfsi = NFS_I(dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700285
Trond Myklebust38478b22006-05-25 01:40:57 -0400286 spin_lock(&dir->i_lock);
Trond Myklebust40d24702007-10-08 09:24:22 -0400287 nfsi->cache_validity |= NFS_INO_INVALID_ATTR|NFS_INO_REVAL_PAGECACHE|NFS_INO_INVALID_DATA;
288 if (!cinfo->atomic || cinfo->before != nfsi->change_attr)
Trond Myklebustbfc69a42007-10-15 18:18:29 -0400289 nfs_force_lookup_revalidate(dir);
Trond Myklebust40d24702007-10-08 09:24:22 -0400290 nfsi->change_attr = cinfo->after;
Trond Myklebust38478b22006-05-25 01:40:57 -0400291 spin_unlock(&dir->i_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700292}
293
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100294struct nfs4_opendata {
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400295 struct kref kref;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100296 struct nfs_openargs o_arg;
297 struct nfs_openres o_res;
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100298 struct nfs_open_confirmargs c_arg;
299 struct nfs_open_confirmres c_res;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100300 struct nfs_fattr f_attr;
301 struct nfs_fattr dir_attr;
Trond Myklebustad389da2007-06-05 12:30:00 -0400302 struct path path;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100303 struct dentry *dir;
304 struct nfs4_state_owner *owner;
Trond Myklebustaac00a82007-07-05 19:02:21 -0400305 struct nfs4_state *state;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100306 struct iattr attrs;
Trond Myklebust26e976a2006-01-03 09:55:21 +0100307 unsigned long timestamp;
Trond Myklebust3e309912007-07-07 13:19:59 -0400308 unsigned int rpc_done : 1;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100309 int rpc_status;
310 int cancelled;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100311};
312
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400313
314static void nfs4_init_opendata_res(struct nfs4_opendata *p)
315{
316 p->o_res.f_attr = &p->f_attr;
317 p->o_res.dir_attr = &p->dir_attr;
Trond Myklebustc1d51932008-04-07 13:20:54 -0400318 p->o_res.seqid = p->o_arg.seqid;
319 p->c_res.seqid = p->c_arg.seqid;
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400320 p->o_res.server = p->o_arg.server;
321 nfs_fattr_init(&p->f_attr);
322 nfs_fattr_init(&p->dir_attr);
323}
324
Trond Myklebustad389da2007-06-05 12:30:00 -0400325static struct nfs4_opendata *nfs4_opendata_alloc(struct path *path,
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100326 struct nfs4_state_owner *sp, int flags,
327 const struct iattr *attrs)
328{
Trond Myklebustad389da2007-06-05 12:30:00 -0400329 struct dentry *parent = dget_parent(path->dentry);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100330 struct inode *dir = parent->d_inode;
331 struct nfs_server *server = NFS_SERVER(dir);
332 struct nfs4_opendata *p;
333
334 p = kzalloc(sizeof(*p), GFP_KERNEL);
335 if (p == NULL)
336 goto err;
337 p->o_arg.seqid = nfs_alloc_seqid(&sp->so_seqid);
338 if (p->o_arg.seqid == NULL)
339 goto err_free;
Trond Myklebustad389da2007-06-05 12:30:00 -0400340 p->path.mnt = mntget(path->mnt);
341 p->path.dentry = dget(path->dentry);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100342 p->dir = parent;
343 p->owner = sp;
344 atomic_inc(&sp->so_count);
345 p->o_arg.fh = NFS_FH(dir);
346 p->o_arg.open_flags = flags,
David Howells7539bba2006-08-22 20:06:09 -0400347 p->o_arg.clientid = server->nfs_client->cl_clientid;
Trond Myklebust9f958ab2007-07-02 13:58:33 -0400348 p->o_arg.id = sp->so_owner_id.id;
Trond Myklebustad389da2007-06-05 12:30:00 -0400349 p->o_arg.name = &p->path.dentry->d_name;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100350 p->o_arg.server = server;
351 p->o_arg.bitmask = server->attr_bitmask;
352 p->o_arg.claim = NFS4_OPEN_CLAIM_NULL;
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100353 if (flags & O_EXCL) {
354 u32 *s = (u32 *) p->o_arg.u.verifier.data;
355 s[0] = jiffies;
356 s[1] = current->pid;
357 } else if (flags & O_CREAT) {
358 p->o_arg.u.attrs = &p->attrs;
359 memcpy(&p->attrs, attrs, sizeof(p->attrs));
360 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100361 p->c_arg.fh = &p->o_res.fh;
362 p->c_arg.stateid = &p->o_res.stateid;
363 p->c_arg.seqid = p->o_arg.seqid;
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400364 nfs4_init_opendata_res(p);
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400365 kref_init(&p->kref);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100366 return p;
367err_free:
368 kfree(p);
369err:
370 dput(parent);
371 return NULL;
372}
373
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400374static void nfs4_opendata_free(struct kref *kref)
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100375{
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400376 struct nfs4_opendata *p = container_of(kref,
377 struct nfs4_opendata, kref);
378
379 nfs_free_seqid(p->o_arg.seqid);
Trond Myklebustaac00a82007-07-05 19:02:21 -0400380 if (p->state != NULL)
381 nfs4_put_open_state(p->state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400382 nfs4_put_state_owner(p->owner);
383 dput(p->dir);
Jan Blunck31f31db12008-05-02 13:42:45 -0700384 path_put(&p->path);
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400385 kfree(p);
386}
387
388static void nfs4_opendata_put(struct nfs4_opendata *p)
389{
390 if (p != NULL)
391 kref_put(&p->kref, nfs4_opendata_free);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100392}
393
Trond Myklebust06f814a2006-01-03 09:55:07 +0100394static int nfs4_wait_for_completion_rpc_task(struct rpc_task *task)
395{
Trond Myklebust06f814a2006-01-03 09:55:07 +0100396 int ret;
397
Trond Myklebust06f814a2006-01-03 09:55:07 +0100398 ret = rpc_wait_for_completion_task(task);
Trond Myklebust06f814a2006-01-03 09:55:07 +0100399 return ret;
400}
401
Trond Myklebust6ee41262007-07-08 14:11:36 -0400402static int can_open_cached(struct nfs4_state *state, int mode)
403{
404 int ret = 0;
405 switch (mode & (FMODE_READ|FMODE_WRITE|O_EXCL)) {
406 case FMODE_READ:
407 ret |= test_bit(NFS_O_RDONLY_STATE, &state->flags) != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -0400408 break;
409 case FMODE_WRITE:
410 ret |= test_bit(NFS_O_WRONLY_STATE, &state->flags) != 0;
Trond Myklebust6ee41262007-07-08 14:11:36 -0400411 break;
412 case FMODE_READ|FMODE_WRITE:
413 ret |= test_bit(NFS_O_RDWR_STATE, &state->flags) != 0;
414 }
415 return ret;
416}
417
Trond Myklebustaac00a82007-07-05 19:02:21 -0400418static int can_open_delegated(struct nfs_delegation *delegation, mode_t open_flags)
419{
420 if ((delegation->type & open_flags) != open_flags)
421 return 0;
Trond Myklebust15c831b2008-12-23 15:21:39 -0500422 if (test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags))
Trond Myklebustaac00a82007-07-05 19:02:21 -0400423 return 0;
Trond Myklebustb7391f42008-12-23 15:21:52 -0500424 nfs_mark_delegation_referenced(delegation);
Trond Myklebustaac00a82007-07-05 19:02:21 -0400425 return 1;
426}
427
Trond Myklebust003707c2007-07-05 18:07:55 -0400428static void update_open_stateflags(struct nfs4_state *state, mode_t open_flags)
Trond Myklebuste7616922006-01-03 09:55:13 +0100429{
430 switch (open_flags) {
431 case FMODE_WRITE:
432 state->n_wronly++;
433 break;
434 case FMODE_READ:
435 state->n_rdonly++;
436 break;
437 case FMODE_READ|FMODE_WRITE:
438 state->n_rdwr++;
439 }
Trond Myklebust003707c2007-07-05 18:07:55 -0400440 nfs4_state_set_mode_locked(state, state->state | open_flags);
Trond Myklebuste7616922006-01-03 09:55:13 +0100441}
442
Trond Myklebust003707c2007-07-05 18:07:55 -0400443static void nfs_set_open_stateid_locked(struct nfs4_state *state, nfs4_stateid *stateid, int open_flags)
444{
445 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
446 memcpy(state->stateid.data, stateid->data, sizeof(state->stateid.data));
447 memcpy(state->open_stateid.data, stateid->data, sizeof(state->open_stateid.data));
448 switch (open_flags) {
449 case FMODE_READ:
450 set_bit(NFS_O_RDONLY_STATE, &state->flags);
451 break;
452 case FMODE_WRITE:
453 set_bit(NFS_O_WRONLY_STATE, &state->flags);
454 break;
455 case FMODE_READ|FMODE_WRITE:
456 set_bit(NFS_O_RDWR_STATE, &state->flags);
457 }
458}
459
460static void nfs_set_open_stateid(struct nfs4_state *state, nfs4_stateid *stateid, int open_flags)
461{
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400462 write_seqlock(&state->seqlock);
Trond Myklebust003707c2007-07-05 18:07:55 -0400463 nfs_set_open_stateid_locked(state, stateid, open_flags);
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400464 write_sequnlock(&state->seqlock);
Trond Myklebust003707c2007-07-05 18:07:55 -0400465}
466
Trond Myklebust34310432008-12-23 15:21:38 -0500467static void __update_open_stateid(struct nfs4_state *state, nfs4_stateid *open_stateid, const nfs4_stateid *deleg_stateid, int open_flags)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700468{
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400469 /*
470 * Protect the call to nfs4_state_set_mode_locked and
471 * serialise the stateid update
472 */
473 write_seqlock(&state->seqlock);
Trond Myklebust003707c2007-07-05 18:07:55 -0400474 if (deleg_stateid != NULL) {
475 memcpy(state->stateid.data, deleg_stateid->data, sizeof(state->stateid.data));
476 set_bit(NFS_DELEGATED_STATE, &state->flags);
477 }
478 if (open_stateid != NULL)
479 nfs_set_open_stateid_locked(state, open_stateid, open_flags);
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400480 write_sequnlock(&state->seqlock);
481 spin_lock(&state->owner->so_lock);
Trond Myklebuste7616922006-01-03 09:55:13 +0100482 update_open_stateflags(state, open_flags);
Trond Myklebustec073422005-10-20 14:22:47 -0700483 spin_unlock(&state->owner->so_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700484}
485
Trond Myklebust34310432008-12-23 15:21:38 -0500486static int update_open_stateid(struct nfs4_state *state, nfs4_stateid *open_stateid, nfs4_stateid *delegation, int open_flags)
487{
488 struct nfs_inode *nfsi = NFS_I(state->inode);
489 struct nfs_delegation *deleg_cur;
490 int ret = 0;
491
492 open_flags &= (FMODE_READ|FMODE_WRITE);
493
494 rcu_read_lock();
495 deleg_cur = rcu_dereference(nfsi->delegation);
496 if (deleg_cur == NULL)
497 goto no_delegation;
498
499 spin_lock(&deleg_cur->lock);
500 if (nfsi->delegation != deleg_cur ||
501 (deleg_cur->type & open_flags) != open_flags)
502 goto no_delegation_unlock;
503
504 if (delegation == NULL)
505 delegation = &deleg_cur->stateid;
506 else if (memcmp(deleg_cur->stateid.data, delegation->data, NFS4_STATEID_SIZE) != 0)
507 goto no_delegation_unlock;
508
Trond Myklebustb7391f42008-12-23 15:21:52 -0500509 nfs_mark_delegation_referenced(deleg_cur);
Trond Myklebust34310432008-12-23 15:21:38 -0500510 __update_open_stateid(state, open_stateid, &deleg_cur->stateid, open_flags);
511 ret = 1;
512no_delegation_unlock:
513 spin_unlock(&deleg_cur->lock);
514no_delegation:
515 rcu_read_unlock();
516
517 if (!ret && open_stateid != NULL) {
518 __update_open_stateid(state, open_stateid, NULL, open_flags);
519 ret = 1;
520 }
521
522 return ret;
523}
524
525
Trond Myklebustaac00a82007-07-05 19:02:21 -0400526static void nfs4_return_incompatible_delegation(struct inode *inode, mode_t open_flags)
527{
528 struct nfs_delegation *delegation;
529
530 rcu_read_lock();
531 delegation = rcu_dereference(NFS_I(inode)->delegation);
532 if (delegation == NULL || (delegation->type & open_flags) == open_flags) {
533 rcu_read_unlock();
534 return;
535 }
536 rcu_read_unlock();
537 nfs_inode_return_delegation(inode);
538}
539
Trond Myklebust6ee41262007-07-08 14:11:36 -0400540static struct nfs4_state *nfs4_try_open_cached(struct nfs4_opendata *opendata)
Trond Myklebustaac00a82007-07-05 19:02:21 -0400541{
542 struct nfs4_state *state = opendata->state;
543 struct nfs_inode *nfsi = NFS_I(state->inode);
544 struct nfs_delegation *delegation;
545 int open_mode = opendata->o_arg.open_flags & (FMODE_READ|FMODE_WRITE|O_EXCL);
546 nfs4_stateid stateid;
547 int ret = -EAGAIN;
548
Trond Myklebustaac00a82007-07-05 19:02:21 -0400549 for (;;) {
Trond Myklebust6ee41262007-07-08 14:11:36 -0400550 if (can_open_cached(state, open_mode)) {
551 spin_lock(&state->owner->so_lock);
552 if (can_open_cached(state, open_mode)) {
553 update_open_stateflags(state, open_mode);
554 spin_unlock(&state->owner->so_lock);
Trond Myklebust6ee41262007-07-08 14:11:36 -0400555 goto out_return_state;
556 }
557 spin_unlock(&state->owner->so_lock);
558 }
Trond Myklebust34310432008-12-23 15:21:38 -0500559 rcu_read_lock();
560 delegation = rcu_dereference(nfsi->delegation);
561 if (delegation == NULL ||
562 !can_open_delegated(delegation, open_mode)) {
563 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -0400564 break;
Trond Myklebust34310432008-12-23 15:21:38 -0500565 }
Trond Myklebustaac00a82007-07-05 19:02:21 -0400566 /* Save the delegation */
567 memcpy(stateid.data, delegation->stateid.data, sizeof(stateid.data));
568 rcu_read_unlock();
Trond Myklebustaf22f942007-08-10 17:45:10 -0400569 ret = nfs_may_open(state->inode, state->owner->so_cred, open_mode);
Trond Myklebustaac00a82007-07-05 19:02:21 -0400570 if (ret != 0)
571 goto out;
572 ret = -EAGAIN;
Trond Myklebust34310432008-12-23 15:21:38 -0500573
574 /* Try to update the stateid using the delegation */
575 if (update_open_stateid(state, NULL, &stateid, open_mode))
576 goto out_return_state;
Trond Myklebustaac00a82007-07-05 19:02:21 -0400577 }
Trond Myklebustaac00a82007-07-05 19:02:21 -0400578out:
579 return ERR_PTR(ret);
580out_return_state:
581 atomic_inc(&state->count);
582 return state;
583}
584
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100585static struct nfs4_state *nfs4_opendata_to_nfs4_state(struct nfs4_opendata *data)
586{
587 struct inode *inode;
588 struct nfs4_state *state = NULL;
Trond Myklebust003707c2007-07-05 18:07:55 -0400589 struct nfs_delegation *delegation;
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400590 int ret;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100591
Trond Myklebustaac00a82007-07-05 19:02:21 -0400592 if (!data->rpc_done) {
Trond Myklebust6ee41262007-07-08 14:11:36 -0400593 state = nfs4_try_open_cached(data);
Trond Myklebustaac00a82007-07-05 19:02:21 -0400594 goto out;
595 }
596
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400597 ret = -EAGAIN;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100598 if (!(data->f_attr.valid & NFS_ATTR_FATTR))
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400599 goto err;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100600 inode = nfs_fhget(data->dir->d_sb, &data->o_res.fh, &data->f_attr);
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400601 ret = PTR_ERR(inode);
Trond Myklebust03f28e32006-03-20 13:44:48 -0500602 if (IS_ERR(inode))
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400603 goto err;
604 ret = -ENOMEM;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100605 state = nfs4_get_open_state(inode, data->owner);
606 if (state == NULL)
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400607 goto err_put_inode;
Trond Myklebust549d6ed2007-07-03 16:42:45 -0400608 if (data->o_res.delegation_type != 0) {
Trond Myklebust549d6ed2007-07-03 16:42:45 -0400609 int delegation_flags = 0;
610
Trond Myklebust003707c2007-07-05 18:07:55 -0400611 rcu_read_lock();
612 delegation = rcu_dereference(NFS_I(inode)->delegation);
613 if (delegation)
614 delegation_flags = delegation->flags;
615 rcu_read_unlock();
Trond Myklebust15c831b2008-12-23 15:21:39 -0500616 if ((delegation_flags & 1UL<<NFS_DELEGATION_NEED_RECLAIM) == 0)
Trond Myklebust549d6ed2007-07-03 16:42:45 -0400617 nfs_inode_set_delegation(state->inode,
618 data->owner->so_cred,
619 &data->o_res);
620 else
621 nfs_inode_reclaim_delegation(state->inode,
622 data->owner->so_cred,
623 &data->o_res);
624 }
Trond Myklebust34310432008-12-23 15:21:38 -0500625
626 update_open_stateid(state, &data->o_res.stateid, NULL,
627 data->o_arg.open_flags);
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100628 iput(inode);
Trond Myklebustaac00a82007-07-05 19:02:21 -0400629out:
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100630 return state;
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400631err_put_inode:
632 iput(inode);
633err:
634 return ERR_PTR(ret);
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100635}
636
Trond Myklebust864472e2006-01-03 09:55:15 +0100637static struct nfs_open_context *nfs4_state_find_open_context(struct nfs4_state *state)
638{
639 struct nfs_inode *nfsi = NFS_I(state->inode);
640 struct nfs_open_context *ctx;
641
642 spin_lock(&state->inode->i_lock);
643 list_for_each_entry(ctx, &nfsi->open_files, list) {
644 if (ctx->state != state)
645 continue;
646 get_nfs_open_context(ctx);
647 spin_unlock(&state->inode->i_lock);
648 return ctx;
649 }
650 spin_unlock(&state->inode->i_lock);
651 return ERR_PTR(-ENOENT);
652}
653
Trond Myklebust6f220ed2007-07-17 21:50:45 -0400654static struct nfs4_opendata *nfs4_open_recoverdata_alloc(struct nfs_open_context *ctx, struct nfs4_state *state)
655{
656 struct nfs4_opendata *opendata;
657
658 opendata = nfs4_opendata_alloc(&ctx->path, state->owner, 0, NULL);
659 if (opendata == NULL)
660 return ERR_PTR(-ENOMEM);
661 opendata->state = state;
662 atomic_inc(&state->count);
663 return opendata;
664}
665
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400666static int nfs4_open_recover_helper(struct nfs4_opendata *opendata, mode_t openflags, struct nfs4_state **res)
Trond Myklebust864472e2006-01-03 09:55:15 +0100667{
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400668 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +0100669 int ret;
670
671 opendata->o_arg.open_flags = openflags;
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400672 memset(&opendata->o_res, 0, sizeof(opendata->o_res));
673 memset(&opendata->c_res, 0, sizeof(opendata->c_res));
674 nfs4_init_opendata_res(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +0100675 ret = _nfs4_proc_open(opendata);
676 if (ret != 0)
677 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400678 newstate = nfs4_opendata_to_nfs4_state(opendata);
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400679 if (IS_ERR(newstate))
680 return PTR_ERR(newstate);
681 nfs4_close_state(&opendata->path, newstate, openflags);
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400682 *res = newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +0100683 return 0;
684}
685
686static int nfs4_open_recover(struct nfs4_opendata *opendata, struct nfs4_state *state)
687{
Trond Myklebust864472e2006-01-03 09:55:15 +0100688 struct nfs4_state *newstate;
Trond Myklebust864472e2006-01-03 09:55:15 +0100689 int ret;
690
691 /* memory barrier prior to reading state->n_* */
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400692 clear_bit(NFS_DELEGATED_STATE, &state->flags);
Trond Myklebust864472e2006-01-03 09:55:15 +0100693 smp_rmb();
694 if (state->n_rdwr != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400695 ret = nfs4_open_recover_helper(opendata, FMODE_READ|FMODE_WRITE, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +0100696 if (ret != 0)
697 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400698 if (newstate != state)
699 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +0100700 }
701 if (state->n_wronly != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400702 ret = nfs4_open_recover_helper(opendata, FMODE_WRITE, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +0100703 if (ret != 0)
704 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400705 if (newstate != state)
706 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +0100707 }
708 if (state->n_rdonly != 0) {
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400709 ret = nfs4_open_recover_helper(opendata, FMODE_READ, &newstate);
Trond Myklebust864472e2006-01-03 09:55:15 +0100710 if (ret != 0)
711 return ret;
Trond Myklebust2ced46c2007-07-03 23:48:13 -0400712 if (newstate != state)
713 return -ESTALE;
Trond Myklebust864472e2006-01-03 09:55:15 +0100714 }
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -0400715 /*
716 * We may have performed cached opens for all three recoveries.
717 * Check if we need to update the current stateid.
718 */
719 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0 &&
720 memcmp(state->stateid.data, state->open_stateid.data, sizeof(state->stateid.data)) != 0) {
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400721 write_seqlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -0400722 if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0)
723 memcpy(state->stateid.data, state->open_stateid.data, sizeof(state->stateid.data));
Trond Myklebust8bda4e42007-07-09 10:45:42 -0400724 write_sequnlock(&state->seqlock);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -0400725 }
Trond Myklebust864472e2006-01-03 09:55:15 +0100726 return 0;
727}
728
Linus Torvalds1da177e2005-04-16 15:20:36 -0700729/*
730 * OPEN_RECLAIM:
731 * reclaim state on the server after a reboot.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700732 */
Trond Myklebust539cd032007-06-05 11:46:42 -0400733static int _nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700734{
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -0400735 struct nfs_delegation *delegation;
Trond Myklebust864472e2006-01-03 09:55:15 +0100736 struct nfs4_opendata *opendata;
737 int delegation_type = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700738 int status;
739
Trond Myklebust6f220ed2007-07-17 21:50:45 -0400740 opendata = nfs4_open_recoverdata_alloc(ctx, state);
741 if (IS_ERR(opendata))
742 return PTR_ERR(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +0100743 opendata->o_arg.claim = NFS4_OPEN_CLAIM_PREVIOUS;
744 opendata->o_arg.fh = NFS_FH(state->inode);
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -0400745 rcu_read_lock();
746 delegation = rcu_dereference(NFS_I(state->inode)->delegation);
Trond Myklebust15c831b2008-12-23 15:21:39 -0500747 if (delegation != NULL && test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags) != 0)
Trond Myklebust65bbf6b2007-08-27 09:57:46 -0400748 delegation_type = delegation->type;
Trond Myklebust1ac7e2f2007-07-08 21:04:15 -0400749 rcu_read_unlock();
Trond Myklebust864472e2006-01-03 09:55:15 +0100750 opendata->o_arg.u.delegation_type = delegation_type;
751 status = nfs4_open_recover(opendata, state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400752 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700753 return status;
754}
755
Trond Myklebust539cd032007-06-05 11:46:42 -0400756static int nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700757{
758 struct nfs_server *server = NFS_SERVER(state->inode);
759 struct nfs4_exception exception = { };
760 int err;
761 do {
Trond Myklebust539cd032007-06-05 11:46:42 -0400762 err = _nfs4_do_open_reclaim(ctx, state);
Trond Myklebust202b50d2005-06-22 17:16:29 +0000763 if (err != -NFS4ERR_DELAY)
764 break;
765 nfs4_handle_exception(server, err, &exception);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700766 } while (exception.retry);
767 return err;
768}
769
Trond Myklebust864472e2006-01-03 09:55:15 +0100770static int nfs4_open_reclaim(struct nfs4_state_owner *sp, struct nfs4_state *state)
771{
772 struct nfs_open_context *ctx;
773 int ret;
774
775 ctx = nfs4_state_find_open_context(state);
776 if (IS_ERR(ctx))
777 return PTR_ERR(ctx);
Trond Myklebust539cd032007-06-05 11:46:42 -0400778 ret = nfs4_do_open_reclaim(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +0100779 put_nfs_open_context(ctx);
780 return ret;
781}
782
Trond Myklebust13437e12007-07-06 15:10:43 -0400783static 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 -0700784{
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100785 struct nfs4_opendata *opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +0100786 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700787
Trond Myklebust6f220ed2007-07-17 21:50:45 -0400788 opendata = nfs4_open_recoverdata_alloc(ctx, state);
789 if (IS_ERR(opendata))
790 return PTR_ERR(opendata);
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100791 opendata->o_arg.claim = NFS4_OPEN_CLAIM_DELEGATE_CUR;
Trond Myklebust13437e12007-07-06 15:10:43 -0400792 memcpy(opendata->o_arg.u.delegation.data, stateid->data,
Trond Myklebuste56e0b782006-01-03 09:55:08 +0100793 sizeof(opendata->o_arg.u.delegation.data));
Trond Myklebust864472e2006-01-03 09:55:15 +0100794 ret = nfs4_open_recover(opendata, state);
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400795 nfs4_opendata_put(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +0100796 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700797}
798
Trond Myklebust13437e12007-07-06 15:10:43 -0400799int nfs4_open_delegation_recall(struct nfs_open_context *ctx, struct nfs4_state *state, const nfs4_stateid *stateid)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700800{
801 struct nfs4_exception exception = { };
Trond Myklebust539cd032007-06-05 11:46:42 -0400802 struct nfs_server *server = NFS_SERVER(state->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700803 int err;
804 do {
Trond Myklebust13437e12007-07-06 15:10:43 -0400805 err = _nfs4_open_delegation_recall(ctx, state, stateid);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700806 switch (err) {
807 case 0:
808 return err;
809 case -NFS4ERR_STALE_CLIENTID:
810 case -NFS4ERR_STALE_STATEID:
811 case -NFS4ERR_EXPIRED:
812 /* Don't recall a delegation if it was lost */
David Howells7539bba2006-08-22 20:06:09 -0400813 nfs4_schedule_state_recovery(server->nfs_client);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700814 return err;
815 }
816 err = nfs4_handle_exception(server, err, &exception);
817 } while (exception.retry);
818 return err;
819}
820
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100821static void nfs4_open_confirm_done(struct rpc_task *task, void *calldata)
822{
823 struct nfs4_opendata *data = calldata;
824
825 data->rpc_status = task->tk_status;
826 if (RPC_ASSASSINATED(task))
827 return;
Trond Myklebust26e976a2006-01-03 09:55:21 +0100828 if (data->rpc_status == 0) {
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100829 memcpy(data->o_res.stateid.data, data->c_res.stateid.data,
830 sizeof(data->o_res.stateid.data));
Trond Myklebustbb226292008-01-02 15:19:18 -0500831 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust26e976a2006-01-03 09:55:21 +0100832 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust3e309912007-07-07 13:19:59 -0400833 data->rpc_done = 1;
Trond Myklebust26e976a2006-01-03 09:55:21 +0100834 }
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100835}
836
837static void nfs4_open_confirm_release(void *calldata)
838{
839 struct nfs4_opendata *data = calldata;
840 struct nfs4_state *state = NULL;
841
842 /* If this request hasn't been cancelled, do nothing */
843 if (data->cancelled == 0)
844 goto out_free;
845 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -0400846 if (!data->rpc_done)
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100847 goto out_free;
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100848 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400849 if (!IS_ERR(state))
Trond Myklebust4a35bd42007-06-05 10:31:33 -0400850 nfs4_close_state(&data->path, state, data->o_arg.open_flags);
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100851out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400852 nfs4_opendata_put(data);
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100853}
854
855static const struct rpc_call_ops nfs4_open_confirm_ops = {
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100856 .rpc_call_done = nfs4_open_confirm_done,
857 .rpc_release = nfs4_open_confirm_release,
858};
859
860/*
861 * Note: On error, nfs4_proc_open_confirm will free the struct nfs4_opendata
862 */
863static int _nfs4_proc_open_confirm(struct nfs4_opendata *data)
864{
865 struct nfs_server *server = NFS_SERVER(data->dir->d_inode);
866 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -0400867 struct rpc_message msg = {
868 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_CONFIRM],
869 .rpc_argp = &data->c_arg,
870 .rpc_resp = &data->c_res,
871 .rpc_cred = data->owner->so_cred,
872 };
Trond Myklebustc970aa82007-07-14 15:39:59 -0400873 struct rpc_task_setup task_setup_data = {
874 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -0400875 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -0400876 .callback_ops = &nfs4_open_confirm_ops,
877 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -0500878 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -0400879 .flags = RPC_TASK_ASYNC,
880 };
Linus Torvalds1da177e2005-04-16 15:20:36 -0700881 int status;
882
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400883 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -0400884 data->rpc_done = 0;
885 data->rpc_status = 0;
Trond Myklebust5138fde2007-07-14 15:40:01 -0400886 data->timestamp = jiffies;
Trond Myklebustc970aa82007-07-14 15:39:59 -0400887 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -0500888 if (IS_ERR(task))
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100889 return PTR_ERR(task);
Trond Myklebustcdd4e682006-01-03 09:55:12 +0100890 status = nfs4_wait_for_completion_rpc_task(task);
891 if (status != 0) {
892 data->cancelled = 1;
893 smp_wmb();
894 } else
895 status = data->rpc_status;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -0500896 rpc_put_task(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700897 return status;
898}
899
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100900static void nfs4_open_prepare(struct rpc_task *task, void *calldata)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700901{
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100902 struct nfs4_opendata *data = calldata;
903 struct nfs4_state_owner *sp = data->owner;
Trond Myklebust5138fde2007-07-14 15:40:01 -0400904
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100905 if (nfs_wait_on_sequence(data->o_arg.seqid, task) != 0)
906 return;
Trond Myklebustaac00a82007-07-05 19:02:21 -0400907 /*
908 * Check if we still need to send an OPEN call, or if we can use
909 * a delegation instead.
910 */
911 if (data->state != NULL) {
912 struct nfs_delegation *delegation;
913
Trond Myklebust6ee41262007-07-08 14:11:36 -0400914 if (can_open_cached(data->state, data->o_arg.open_flags & (FMODE_READ|FMODE_WRITE|O_EXCL)))
915 goto out_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -0400916 rcu_read_lock();
917 delegation = rcu_dereference(NFS_I(data->state->inode)->delegation);
918 if (delegation != NULL &&
Trond Myklebust15c831b2008-12-23 15:21:39 -0500919 test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags) == 0) {
Trond Myklebustaac00a82007-07-05 19:02:21 -0400920 rcu_read_unlock();
Trond Myklebust6ee41262007-07-08 14:11:36 -0400921 goto out_no_action;
Trond Myklebustaac00a82007-07-05 19:02:21 -0400922 }
923 rcu_read_unlock();
924 }
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100925 /* Update sequence id. */
Trond Myklebust9f958ab2007-07-02 13:58:33 -0400926 data->o_arg.id = sp->so_owner_id.id;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100927 data->o_arg.clientid = sp->so_client->cl_clientid;
Trond Myklebust6f220ed2007-07-17 21:50:45 -0400928 if (data->o_arg.claim == NFS4_OPEN_CLAIM_PREVIOUS) {
Trond Myklebust5138fde2007-07-14 15:40:01 -0400929 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_NOATTR];
Trond Myklebust6f220ed2007-07-17 21:50:45 -0400930 nfs_copy_fh(&data->o_res.fh, data->o_arg.fh);
931 }
Trond Myklebust26e976a2006-01-03 09:55:21 +0100932 data->timestamp = jiffies;
Trond Myklebust5138fde2007-07-14 15:40:01 -0400933 rpc_call_start(task);
Trond Myklebust6ee41262007-07-08 14:11:36 -0400934 return;
935out_no_action:
936 task->tk_action = NULL;
937
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100938}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700939
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100940static void nfs4_open_done(struct rpc_task *task, void *calldata)
941{
942 struct nfs4_opendata *data = calldata;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700943
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100944 data->rpc_status = task->tk_status;
945 if (RPC_ASSASSINATED(task))
946 return;
947 if (task->tk_status == 0) {
948 switch (data->o_res.f_attr->mode & S_IFMT) {
Trond Myklebust6f926b52005-10-18 14:20:18 -0700949 case S_IFREG:
950 break;
951 case S_IFLNK:
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100952 data->rpc_status = -ELOOP;
Trond Myklebust6f926b52005-10-18 14:20:18 -0700953 break;
954 case S_IFDIR:
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100955 data->rpc_status = -EISDIR;
Trond Myklebust6f926b52005-10-18 14:20:18 -0700956 break;
957 default:
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100958 data->rpc_status = -ENOTDIR;
Trond Myklebust6f926b52005-10-18 14:20:18 -0700959 }
Trond Myklebust26e976a2006-01-03 09:55:21 +0100960 renew_lease(data->o_res.server, data->timestamp);
Trond Myklebust0f9f95e2007-07-08 16:19:56 -0400961 if (!(data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM))
962 nfs_confirm_seqid(&data->owner->so_seqid, 0);
Trond Myklebust6f926b52005-10-18 14:20:18 -0700963 }
Trond Myklebust3e309912007-07-07 13:19:59 -0400964 data->rpc_done = 1;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100965}
Trond Myklebust6f926b52005-10-18 14:20:18 -0700966
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100967static void nfs4_open_release(void *calldata)
968{
969 struct nfs4_opendata *data = calldata;
970 struct nfs4_state *state = NULL;
971
972 /* If this request hasn't been cancelled, do nothing */
973 if (data->cancelled == 0)
974 goto out_free;
975 /* In case of error, no cleanup! */
Trond Myklebust3e309912007-07-07 13:19:59 -0400976 if (data->rpc_status != 0 || !data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100977 goto out_free;
978 /* In case we need an open_confirm, no cleanup! */
979 if (data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM)
980 goto out_free;
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100981 state = nfs4_opendata_to_nfs4_state(data);
Trond Myklebust1b370bc2007-07-07 08:04:47 -0400982 if (!IS_ERR(state))
Trond Myklebust4a35bd42007-06-05 10:31:33 -0400983 nfs4_close_state(&data->path, state, data->o_arg.open_flags);
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100984out_free:
Trond Myklebustc6d00e62007-06-17 16:02:44 -0400985 nfs4_opendata_put(data);
Trond Myklebust24ac23a2006-01-03 09:55:11 +0100986}
987
988static const struct rpc_call_ops nfs4_open_ops = {
989 .rpc_call_prepare = nfs4_open_prepare,
990 .rpc_call_done = nfs4_open_done,
991 .rpc_release = nfs4_open_release,
992};
993
994/*
995 * Note: On error, nfs4_proc_open will free the struct nfs4_opendata
996 */
997static int _nfs4_proc_open(struct nfs4_opendata *data)
998{
999 struct inode *dir = data->dir->d_inode;
1000 struct nfs_server *server = NFS_SERVER(dir);
1001 struct nfs_openargs *o_arg = &data->o_arg;
1002 struct nfs_openres *o_res = &data->o_res;
1003 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001004 struct rpc_message msg = {
1005 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN],
1006 .rpc_argp = o_arg,
1007 .rpc_resp = o_res,
1008 .rpc_cred = data->owner->so_cred,
1009 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001010 struct rpc_task_setup task_setup_data = {
1011 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001012 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001013 .callback_ops = &nfs4_open_ops,
1014 .callback_data = data,
Trond Myklebust101070c2008-02-19 20:04:23 -05001015 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001016 .flags = RPC_TASK_ASYNC,
1017 };
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001018 int status;
1019
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001020 kref_get(&data->kref);
Trond Myklebust3e309912007-07-07 13:19:59 -04001021 data->rpc_done = 0;
1022 data->rpc_status = 0;
Trond Myklebust2ced46c2007-07-03 23:48:13 -04001023 data->cancelled = 0;
Trond Myklebustc970aa82007-07-14 15:39:59 -04001024 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05001025 if (IS_ERR(task))
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001026 return PTR_ERR(task);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001027 status = nfs4_wait_for_completion_rpc_task(task);
1028 if (status != 0) {
1029 data->cancelled = 1;
1030 smp_wmb();
1031 } else
1032 status = data->rpc_status;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05001033 rpc_put_task(task);
Trond Myklebust3e309912007-07-07 13:19:59 -04001034 if (status != 0 || !data->rpc_done)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001035 return status;
1036
Trond Myklebust99367812007-07-17 21:52:41 -04001037 if (o_res->fh.size == 0)
1038 _nfs4_proc_lookup(dir, o_arg->name, &o_res->fh, o_res->f_attr);
1039
Trond Myklebust56ae19f2005-10-27 22:12:40 -04001040 if (o_arg->open_flags & O_CREAT) {
1041 update_changeattr(dir, &o_res->cinfo);
1042 nfs_post_op_update_inode(dir, o_res->dir_attr);
1043 } else
1044 nfs_refresh_inode(dir, o_res->dir_attr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001045 if(o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) {
Trond Myklebustcdd4e682006-01-03 09:55:12 +01001046 status = _nfs4_proc_open_confirm(data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001047 if (status != 0)
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001048 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001049 }
1050 if (!(o_res->f_attr->valid & NFS_ATTR_FATTR))
Trond Myklebust99367812007-07-17 21:52:41 -04001051 _nfs4_proc_getattr(server, &o_res->fh, o_res->f_attr);
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001052 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001053}
1054
Trond Myklebust10afec92007-05-14 17:16:04 -04001055static int nfs4_recover_expired_lease(struct nfs_server *server)
Trond Myklebust58d97142006-01-03 09:55:24 +01001056{
David Howells7539bba2006-08-22 20:06:09 -04001057 struct nfs_client *clp = server->nfs_client;
Trond Myklebust6b309542006-09-14 14:03:14 -04001058 int ret;
Trond Myklebust58d97142006-01-03 09:55:24 +01001059
Trond Myklebust6b309542006-09-14 14:03:14 -04001060 for (;;) {
Trond Myklebust65de8722008-12-23 15:21:44 -05001061 ret = nfs4_wait_clnt_recover(clp);
Trond Myklebust6b309542006-09-14 14:03:14 -04001062 if (ret != 0)
1063 return ret;
Trond Myklebuste598d842008-12-23 15:21:42 -05001064 if (!test_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state) &&
1065 !test_bit(NFS4CLNT_CHECK_LEASE,&clp->cl_state))
Trond Myklebust6b309542006-09-14 14:03:14 -04001066 break;
Trond Myklebust58d97142006-01-03 09:55:24 +01001067 nfs4_schedule_state_recovery(clp);
Trond Myklebust6b309542006-09-14 14:03:14 -04001068 }
1069 return 0;
Trond Myklebust58d97142006-01-03 09:55:24 +01001070}
1071
Linus Torvalds1da177e2005-04-16 15:20:36 -07001072/*
1073 * OPEN_EXPIRED:
1074 * reclaim state on the server after a network partition.
1075 * Assumes caller holds the appropriate lock
1076 */
Trond Myklebust539cd032007-06-05 11:46:42 -04001077static int _nfs4_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001078{
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001079 struct nfs4_opendata *opendata;
Trond Myklebust864472e2006-01-03 09:55:15 +01001080 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001081
Trond Myklebust6f220ed2007-07-17 21:50:45 -04001082 opendata = nfs4_open_recoverdata_alloc(ctx, state);
1083 if (IS_ERR(opendata))
1084 return PTR_ERR(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001085 ret = nfs4_open_recover(opendata, state);
Trond Myklebust35d05772008-04-05 15:54:17 -04001086 if (ret == -ESTALE)
Trond Myklebust539cd032007-06-05 11:46:42 -04001087 d_drop(ctx->path.dentry);
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001088 nfs4_opendata_put(opendata);
Trond Myklebust864472e2006-01-03 09:55:15 +01001089 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001090}
1091
Trond Myklebust539cd032007-06-05 11:46:42 -04001092static inline int nfs4_do_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state)
Trond Myklebust202b50d2005-06-22 17:16:29 +00001093{
Trond Myklebust539cd032007-06-05 11:46:42 -04001094 struct nfs_server *server = NFS_SERVER(state->inode);
Trond Myklebust202b50d2005-06-22 17:16:29 +00001095 struct nfs4_exception exception = { };
1096 int err;
1097
1098 do {
Trond Myklebust539cd032007-06-05 11:46:42 -04001099 err = _nfs4_open_expired(ctx, state);
Trond Myklebust202b50d2005-06-22 17:16:29 +00001100 if (err == -NFS4ERR_DELAY)
1101 nfs4_handle_exception(server, err, &exception);
1102 } while (exception.retry);
1103 return err;
1104}
1105
Linus Torvalds1da177e2005-04-16 15:20:36 -07001106static int nfs4_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state)
1107{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001108 struct nfs_open_context *ctx;
Trond Myklebust864472e2006-01-03 09:55:15 +01001109 int ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001110
Trond Myklebust864472e2006-01-03 09:55:15 +01001111 ctx = nfs4_state_find_open_context(state);
1112 if (IS_ERR(ctx))
1113 return PTR_ERR(ctx);
Trond Myklebust539cd032007-06-05 11:46:42 -04001114 ret = nfs4_do_open_expired(ctx, state);
Trond Myklebust864472e2006-01-03 09:55:15 +01001115 put_nfs_open_context(ctx);
1116 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001117}
1118
1119/*
Jeff Laytonaa53ed52007-06-05 14:49:03 -04001120 * on an EXCLUSIVE create, the server should send back a bitmask with FATTR4-*
1121 * fields corresponding to attributes that were used to store the verifier.
1122 * Make sure we clobber those fields in the later setattr call
1123 */
1124static inline void nfs4_exclusive_attrset(struct nfs4_opendata *opendata, struct iattr *sattr)
1125{
1126 if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_ACCESS) &&
1127 !(sattr->ia_valid & ATTR_ATIME_SET))
1128 sattr->ia_valid |= ATTR_ATIME;
1129
1130 if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_MODIFY) &&
1131 !(sattr->ia_valid & ATTR_MTIME_SET))
1132 sattr->ia_valid |= ATTR_MTIME;
1133}
1134
1135/*
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001136 * Returns a referenced nfs4_state
Linus Torvalds1da177e2005-04-16 15:20:36 -07001137 */
Trond Myklebustad389da2007-06-05 12:30:00 -04001138static int _nfs4_do_open(struct inode *dir, struct path *path, int flags, struct iattr *sattr, struct rpc_cred *cred, struct nfs4_state **res)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001139{
1140 struct nfs4_state_owner *sp;
1141 struct nfs4_state *state = NULL;
1142 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001143 struct nfs4_opendata *opendata;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001144 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001145
1146 /* Protect against reboot recovery conflicts */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001147 status = -ENOMEM;
1148 if (!(sp = nfs4_get_state_owner(server, cred))) {
1149 dprintk("nfs4_do_open: nfs4_get_state_owner failed!\n");
1150 goto out_err;
1151 }
Trond Myklebust58d97142006-01-03 09:55:24 +01001152 status = nfs4_recover_expired_lease(server);
1153 if (status != 0)
Trond Myklebustb4454fe2006-01-03 09:55:25 +01001154 goto err_put_state_owner;
Trond Myklebustaac00a82007-07-05 19:02:21 -04001155 if (path->dentry->d_inode != NULL)
1156 nfs4_return_incompatible_delegation(path->dentry->d_inode, flags & (FMODE_READ|FMODE_WRITE));
Trond Myklebust58d97142006-01-03 09:55:24 +01001157 status = -ENOMEM;
Trond Myklebustad389da2007-06-05 12:30:00 -04001158 opendata = nfs4_opendata_alloc(path, sp, flags, sattr);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001159 if (opendata == NULL)
Trond Myklebust95d35cb2008-12-23 15:21:45 -05001160 goto err_put_state_owner;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001161
Trond Myklebustaac00a82007-07-05 19:02:21 -04001162 if (path->dentry->d_inode != NULL)
1163 opendata->state = nfs4_get_open_state(path->dentry->d_inode, sp);
1164
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001165 status = _nfs4_proc_open(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001166 if (status != 0)
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001167 goto err_opendata_put;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001168
Jeff Laytonaa53ed52007-06-05 14:49:03 -04001169 if (opendata->o_arg.open_flags & O_EXCL)
1170 nfs4_exclusive_attrset(opendata, sattr);
1171
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001172 state = nfs4_opendata_to_nfs4_state(opendata);
Trond Myklebust1b370bc2007-07-07 08:04:47 -04001173 status = PTR_ERR(state);
1174 if (IS_ERR(state))
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001175 goto err_opendata_put;
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001176 nfs4_opendata_put(opendata);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001177 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001178 *res = state;
1179 return 0;
Trond Myklebustc6d00e62007-06-17 16:02:44 -04001180err_opendata_put:
1181 nfs4_opendata_put(opendata);
Trond Myklebuste56e0b782006-01-03 09:55:08 +01001182err_put_state_owner:
1183 nfs4_put_state_owner(sp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001184out_err:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001185 *res = NULL;
1186 return status;
1187}
1188
1189
Trond Myklebustad389da2007-06-05 12:30:00 -04001190static struct nfs4_state *nfs4_do_open(struct inode *dir, struct path *path, int flags, struct iattr *sattr, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001191{
1192 struct nfs4_exception exception = { };
1193 struct nfs4_state *res;
1194 int status;
1195
1196 do {
Trond Myklebustad389da2007-06-05 12:30:00 -04001197 status = _nfs4_do_open(dir, path, flags, sattr, cred, &res);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001198 if (status == 0)
1199 break;
1200 /* NOTE: BAD_SEQID means the server and client disagree about the
1201 * book-keeping w.r.t. state-changing operations
1202 * (OPEN/CLOSE/LOCK/LOCKU...)
1203 * It is actually a sign of a bug on the client or on the server.
1204 *
1205 * If we receive a BAD_SEQID error in the particular case of
Trond Myklebustcee54fc2005-10-18 14:20:12 -07001206 * doing an OPEN, we assume that nfs_increment_open_seqid() will
Linus Torvalds1da177e2005-04-16 15:20:36 -07001207 * have unhashed the old state_owner for us, and that we can
1208 * therefore safely retry using a new one. We should still warn
1209 * the user though...
1210 */
1211 if (status == -NFS4ERR_BAD_SEQID) {
Trond Myklebust6f43ddc2007-07-08 16:49:11 -04001212 printk(KERN_WARNING "NFS: v4 server %s "
1213 " returned a bad sequence-id error!\n",
1214 NFS_SERVER(dir)->nfs_client->cl_hostname);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001215 exception.retry = 1;
1216 continue;
1217 }
Trond Myklebust550f5742005-10-18 14:20:21 -07001218 /*
1219 * BAD_STATEID on OPEN means that the server cancelled our
1220 * state before it received the OPEN_CONFIRM.
1221 * Recover by retrying the request as per the discussion
1222 * on Page 181 of RFC3530.
1223 */
1224 if (status == -NFS4ERR_BAD_STATEID) {
1225 exception.retry = 1;
1226 continue;
1227 }
Trond Myklebustaac00a82007-07-05 19:02:21 -04001228 if (status == -EAGAIN) {
1229 /* We must have found a delegation */
1230 exception.retry = 1;
1231 continue;
1232 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001233 res = ERR_PTR(nfs4_handle_exception(NFS_SERVER(dir),
1234 status, &exception));
1235 } while (exception.retry);
1236 return res;
1237}
1238
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001239static int _nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
1240 struct nfs_fattr *fattr, struct iattr *sattr,
1241 struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001242{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05001243 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001244 struct nfs_setattrargs arg = {
Trond Myklebust3e4f6292006-03-20 13:44:46 -05001245 .fh = NFS_FH(inode),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001246 .iap = sattr,
1247 .server = server,
1248 .bitmask = server->attr_bitmask,
1249 };
1250 struct nfs_setattrres res = {
1251 .fattr = fattr,
1252 .server = server,
1253 };
1254 struct rpc_message msg = {
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001255 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETATTR],
1256 .rpc_argp = &arg,
1257 .rpc_resp = &res,
1258 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001259 };
Trond Myklebust26e976a2006-01-03 09:55:21 +01001260 unsigned long timestamp = jiffies;
Trond Myklebust65e43082005-08-16 11:49:44 -04001261 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001262
Trond Myklebust0e574af2005-10-27 22:12:38 -04001263 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001264
Trond Myklebust3e4f6292006-03-20 13:44:46 -05001265 if (nfs4_copy_delegation_stateid(&arg.stateid, inode)) {
1266 /* Use that stateid */
1267 } else if (state != NULL) {
Trond Myklebust08e9eac2005-06-22 17:16:29 +00001268 nfs4_copy_stateid(&arg.stateid, state, current->files);
1269 } else
Linus Torvalds1da177e2005-04-16 15:20:36 -07001270 memcpy(&arg.stateid, &zero_stateid, sizeof(arg.stateid));
1271
Trond Myklebust65e43082005-08-16 11:49:44 -04001272 status = rpc_call_sync(server->client, &msg, 0);
Trond Myklebust26e976a2006-01-03 09:55:21 +01001273 if (status == 0 && state != NULL)
1274 renew_lease(server, timestamp);
Trond Myklebust65e43082005-08-16 11:49:44 -04001275 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001276}
1277
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001278static int nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred,
1279 struct nfs_fattr *fattr, struct iattr *sattr,
1280 struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001281{
Trond Myklebust3e4f6292006-03-20 13:44:46 -05001282 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001283 struct nfs4_exception exception = { };
1284 int err;
1285 do {
1286 err = nfs4_handle_exception(server,
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001287 _nfs4_do_setattr(inode, cred, fattr, sattr, state),
Linus Torvalds1da177e2005-04-16 15:20:36 -07001288 &exception);
1289 } while (exception.retry);
1290 return err;
1291}
1292
1293struct nfs4_closedata {
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001294 struct path path;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001295 struct inode *inode;
1296 struct nfs4_state *state;
1297 struct nfs_closeargs arg;
1298 struct nfs_closeres res;
Trond Myklebust516a6af2005-10-27 22:12:41 -04001299 struct nfs_fattr fattr;
Trond Myklebust26e976a2006-01-03 09:55:21 +01001300 unsigned long timestamp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001301};
1302
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001303static void nfs4_free_closedata(void *data)
Trond Myklebust95121352005-10-18 14:20:12 -07001304{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001305 struct nfs4_closedata *calldata = data;
1306 struct nfs4_state_owner *sp = calldata->state->owner;
Trond Myklebust95121352005-10-18 14:20:12 -07001307
1308 nfs4_put_open_state(calldata->state);
1309 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust95121352005-10-18 14:20:12 -07001310 nfs4_put_state_owner(sp);
Jan Blunck31f31db12008-05-02 13:42:45 -07001311 path_put(&calldata->path);
Trond Myklebust95121352005-10-18 14:20:12 -07001312 kfree(calldata);
1313}
1314
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001315static void nfs4_close_done(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001316{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001317 struct nfs4_closedata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001318 struct nfs4_state *state = calldata->state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001319 struct nfs_server *server = NFS_SERVER(calldata->inode);
1320
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01001321 if (RPC_ASSASSINATED(task))
1322 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001323 /* hmm. we are done with the inode, and in the process of freeing
1324 * the state_owner. we keep this around to process errors
1325 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001326 switch (task->tk_status) {
1327 case 0:
Trond Myklebust45328c32007-07-26 17:47:34 -04001328 nfs_set_open_stateid(state, &calldata->res.stateid, 0);
Trond Myklebust26e976a2006-01-03 09:55:21 +01001329 renew_lease(server, calldata->timestamp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001330 break;
1331 case -NFS4ERR_STALE_STATEID:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05001332 case -NFS4ERR_OLD_STATEID:
1333 case -NFS4ERR_BAD_STATEID:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001334 case -NFS4ERR_EXPIRED:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05001335 if (calldata->arg.open_flags == 0)
1336 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001337 default:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05001338 if (nfs4_async_handle_error(task, server, state) == -EAGAIN) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001339 rpc_restart_call(task);
1340 return;
1341 }
1342 }
Trond Myklebust516a6af2005-10-27 22:12:41 -04001343 nfs_refresh_inode(calldata->inode, calldata->res.fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001344}
1345
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01001346static void nfs4_close_prepare(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001347{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01001348 struct nfs4_closedata *calldata = data;
Trond Myklebust95121352005-10-18 14:20:12 -07001349 struct nfs4_state *state = calldata->state;
Trond Myklebust003707c2007-07-05 18:07:55 -04001350 int clear_rd, clear_wr, clear_rdwr;
Trond Myklebust95121352005-10-18 14:20:12 -07001351
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001352 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebust95121352005-10-18 14:20:12 -07001353 return;
Trond Myklebust003707c2007-07-05 18:07:55 -04001354
Trond Myklebust003707c2007-07-05 18:07:55 -04001355 clear_rd = clear_wr = clear_rdwr = 0;
Trond Myklebust4cecb762005-11-04 15:32:58 -05001356 spin_lock(&state->owner->so_lock);
Trond Myklebust003707c2007-07-05 18:07:55 -04001357 /* Calculate the change in open mode */
Trond Myklebuste7616922006-01-03 09:55:13 +01001358 if (state->n_rdwr == 0) {
Trond Myklebust003707c2007-07-05 18:07:55 -04001359 if (state->n_rdonly == 0) {
Trond Myklebust003707c2007-07-05 18:07:55 -04001360 clear_rd |= test_and_clear_bit(NFS_O_RDONLY_STATE, &state->flags);
1361 clear_rdwr |= test_and_clear_bit(NFS_O_RDWR_STATE, &state->flags);
1362 }
1363 if (state->n_wronly == 0) {
Trond Myklebust003707c2007-07-05 18:07:55 -04001364 clear_wr |= test_and_clear_bit(NFS_O_WRONLY_STATE, &state->flags);
1365 clear_rdwr |= test_and_clear_bit(NFS_O_RDWR_STATE, &state->flags);
1366 }
Trond Myklebuste7616922006-01-03 09:55:13 +01001367 }
Trond Myklebust4cecb762005-11-04 15:32:58 -05001368 spin_unlock(&state->owner->so_lock);
Trond Myklebust003707c2007-07-05 18:07:55 -04001369 if (!clear_rd && !clear_wr && !clear_rdwr) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001370 /* Note: exit _without_ calling nfs4_close_done */
1371 task->tk_action = NULL;
Trond Myklebust95121352005-10-18 14:20:12 -07001372 return;
1373 }
Trond Myklebust516a6af2005-10-27 22:12:41 -04001374 nfs_fattr_init(calldata->res.fattr);
Trond Myklebust45328c32007-07-26 17:47:34 -04001375 if (test_bit(NFS_O_RDONLY_STATE, &state->flags) != 0) {
Trond Myklebust5138fde2007-07-14 15:40:01 -04001376 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_DOWNGRADE];
Trond Myklebust45328c32007-07-26 17:47:34 -04001377 calldata->arg.open_flags = FMODE_READ;
1378 } else if (test_bit(NFS_O_WRONLY_STATE, &state->flags) != 0) {
Trond Myklebust5138fde2007-07-14 15:40:01 -04001379 task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_DOWNGRADE];
Trond Myklebust45328c32007-07-26 17:47:34 -04001380 calldata->arg.open_flags = FMODE_WRITE;
1381 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01001382 calldata->timestamp = jiffies;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001383 rpc_call_start(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001384}
1385
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001386static const struct rpc_call_ops nfs4_close_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01001387 .rpc_call_prepare = nfs4_close_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01001388 .rpc_call_done = nfs4_close_done,
1389 .rpc_release = nfs4_free_closedata,
1390};
1391
Linus Torvalds1da177e2005-04-16 15:20:36 -07001392/*
1393 * It is possible for data to be read/written from a mem-mapped file
1394 * after the sys_close call (which hits the vfs layer as a flush).
1395 * This means that we can't safely call nfsv4 close on a file until
1396 * the inode is cleared. This in turn means that we are not good
1397 * NFSv4 citizens - we do not indicate to the server to update the file's
1398 * share state even when we are done with one of the three share
1399 * stateid's in the inode.
1400 *
1401 * NOTE: Caller must be holding the sp->so_owner semaphore!
1402 */
Trond Myklebusta49c3c72007-10-18 18:03:27 -04001403int nfs4_do_close(struct path *path, struct nfs4_state *state, int wait)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001404{
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001405 struct nfs_server *server = NFS_SERVER(state->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001406 struct nfs4_closedata *calldata;
Trond Myklebustb39e6252007-06-11 23:05:07 -04001407 struct nfs4_state_owner *sp = state->owner;
1408 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04001409 struct rpc_message msg = {
1410 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE],
1411 .rpc_cred = state->owner->so_cred,
1412 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04001413 struct rpc_task_setup task_setup_data = {
1414 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04001415 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001416 .callback_ops = &nfs4_close_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05001417 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001418 .flags = RPC_TASK_ASYNC,
1419 };
Trond Myklebust95121352005-10-18 14:20:12 -07001420 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001421
Trond Myklebust95121352005-10-18 14:20:12 -07001422 calldata = kmalloc(sizeof(*calldata), GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001423 if (calldata == NULL)
Trond Myklebust95121352005-10-18 14:20:12 -07001424 goto out;
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001425 calldata->inode = state->inode;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001426 calldata->state = state;
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001427 calldata->arg.fh = NFS_FH(state->inode);
Trond Myklebust003707c2007-07-05 18:07:55 -04001428 calldata->arg.stateid = &state->open_stateid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001429 /* Serialization for the sequence id */
Trond Myklebustcee54fc2005-10-18 14:20:12 -07001430 calldata->arg.seqid = nfs_alloc_seqid(&state->owner->so_seqid);
Trond Myklebust95121352005-10-18 14:20:12 -07001431 if (calldata->arg.seqid == NULL)
1432 goto out_free_calldata;
Trond Myklebust9e33bed2008-12-23 15:21:46 -05001433 calldata->arg.open_flags = 0;
Trond Myklebust516a6af2005-10-27 22:12:41 -04001434 calldata->arg.bitmask = server->attr_bitmask;
1435 calldata->res.fattr = &calldata->fattr;
Trond Myklebustc1d51932008-04-07 13:20:54 -04001436 calldata->res.seqid = calldata->arg.seqid;
Trond Myklebust516a6af2005-10-27 22:12:41 -04001437 calldata->res.server = server;
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001438 calldata->path.mnt = mntget(path->mnt);
1439 calldata->path.dentry = dget(path->dentry);
Trond Myklebust95121352005-10-18 14:20:12 -07001440
Trond Myklebust5138fde2007-07-14 15:40:01 -04001441 msg.rpc_argp = &calldata->arg,
1442 msg.rpc_resp = &calldata->res,
Trond Myklebustc970aa82007-07-14 15:39:59 -04001443 task_setup_data.callback_data = calldata;
1444 task = rpc_run_task(&task_setup_data);
Trond Myklebustb39e6252007-06-11 23:05:07 -04001445 if (IS_ERR(task))
1446 return PTR_ERR(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04001447 status = 0;
1448 if (wait)
1449 status = rpc_wait_for_completion_task(task);
Trond Myklebustb39e6252007-06-11 23:05:07 -04001450 rpc_put_task(task);
Trond Myklebusta49c3c72007-10-18 18:03:27 -04001451 return status;
Trond Myklebust95121352005-10-18 14:20:12 -07001452out_free_calldata:
1453 kfree(calldata);
1454out:
Trond Myklebustb39e6252007-06-11 23:05:07 -04001455 nfs4_put_open_state(state);
1456 nfs4_put_state_owner(sp);
Trond Myklebust95121352005-10-18 14:20:12 -07001457 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001458}
1459
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001460static int nfs4_intent_set_file(struct nameidata *nd, struct path *path, struct nfs4_state *state)
Trond Myklebust02a913a2005-10-18 14:20:17 -07001461{
1462 struct file *filp;
Trond Myklebust1b45c462007-07-03 13:04:56 -04001463 int ret;
Trond Myklebust02a913a2005-10-18 14:20:17 -07001464
Trond Myklebust1b45c462007-07-03 13:04:56 -04001465 /* If the open_intent is for execute, we have an extra check to make */
1466 if (nd->intent.open.flags & FMODE_EXEC) {
Trond Myklebustaf22f942007-08-10 17:45:10 -04001467 ret = nfs_may_open(state->inode,
Trond Myklebust1b45c462007-07-03 13:04:56 -04001468 state->owner->so_cred,
1469 nd->intent.open.flags);
1470 if (ret < 0)
1471 goto out_close;
1472 }
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001473 filp = lookup_instantiate_filp(nd, path->dentry, NULL);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001474 if (!IS_ERR(filp)) {
1475 struct nfs_open_context *ctx;
Trond Myklebustcd3758e2007-08-10 17:44:32 -04001476 ctx = nfs_file_open_context(filp);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001477 ctx->state = state;
Trond Myklebust95cf9592006-04-18 13:14:06 -04001478 return 0;
1479 }
Trond Myklebust1b45c462007-07-03 13:04:56 -04001480 ret = PTR_ERR(filp);
1481out_close:
Trond Myklebusta49c3c72007-10-18 18:03:27 -04001482 nfs4_close_sync(path, state, nd->intent.open.flags);
Trond Myklebust1b45c462007-07-03 13:04:56 -04001483 return ret;
Trond Myklebust02a913a2005-10-18 14:20:17 -07001484}
1485
1486struct dentry *
Linus Torvalds1da177e2005-04-16 15:20:36 -07001487nfs4_atomic_open(struct inode *dir, struct dentry *dentry, struct nameidata *nd)
1488{
Trond Myklebustad389da2007-06-05 12:30:00 -04001489 struct path path = {
Jan Blunck4ac91372008-02-14 19:34:32 -08001490 .mnt = nd->path.mnt,
Trond Myklebustad389da2007-06-05 12:30:00 -04001491 .dentry = dentry,
1492 };
Jan Blunck4ac91372008-02-14 19:34:32 -08001493 struct dentry *parent;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001494 struct iattr attr;
1495 struct rpc_cred *cred;
1496 struct nfs4_state *state;
Trond Myklebust02a913a2005-10-18 14:20:17 -07001497 struct dentry *res;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001498
1499 if (nd->flags & LOOKUP_CREATE) {
1500 attr.ia_mode = nd->intent.open.create_mode;
1501 attr.ia_valid = ATTR_MODE;
1502 if (!IS_POSIXACL(dir))
1503 attr.ia_mode &= ~current->fs->umask;
1504 } else {
1505 attr.ia_valid = 0;
1506 BUG_ON(nd->intent.open.flags & O_CREAT);
1507 }
1508
Trond Myklebust98a8e322008-03-12 12:25:28 -04001509 cred = rpc_lookup_cred();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001510 if (IS_ERR(cred))
Trond Myklebust02a913a2005-10-18 14:20:17 -07001511 return (struct dentry *)cred;
Trond Myklebust565277f2007-10-15 18:17:53 -04001512 parent = dentry->d_parent;
1513 /* Protect against concurrent sillydeletes */
1514 nfs_block_sillyrename(parent);
Trond Myklebustad389da2007-06-05 12:30:00 -04001515 state = nfs4_do_open(dir, &path, nd->intent.open.flags, &attr, cred);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001516 put_rpccred(cred);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001517 if (IS_ERR(state)) {
Trond Myklebustd75340c2007-10-01 21:42:01 -04001518 if (PTR_ERR(state) == -ENOENT) {
Trond Myklebust02a913a2005-10-18 14:20:17 -07001519 d_add(dentry, NULL);
Trond Myklebustd75340c2007-10-01 21:42:01 -04001520 nfs_set_verifier(dentry, nfs_save_change_attribute(dir));
1521 }
Trond Myklebust565277f2007-10-15 18:17:53 -04001522 nfs_unblock_sillyrename(parent);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001523 return (struct dentry *)state;
1524 }
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001525 res = d_add_unique(dentry, igrab(state->inode));
Trond Myklebust02a913a2005-10-18 14:20:17 -07001526 if (res != NULL)
Trond Myklebustdeee9362007-08-27 11:33:00 -04001527 path.dentry = res;
Trond Myklebustd75340c2007-10-01 21:42:01 -04001528 nfs_set_verifier(path.dentry, nfs_save_change_attribute(dir));
Trond Myklebust565277f2007-10-15 18:17:53 -04001529 nfs_unblock_sillyrename(parent);
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001530 nfs4_intent_set_file(nd, &path, state);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001531 return res;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001532}
1533
1534int
Trond Myklebust02a913a2005-10-18 14:20:17 -07001535nfs4_open_revalidate(struct inode *dir, struct dentry *dentry, int openflags, struct nameidata *nd)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001536{
Trond Myklebustad389da2007-06-05 12:30:00 -04001537 struct path path = {
Jan Blunck4ac91372008-02-14 19:34:32 -08001538 .mnt = nd->path.mnt,
Trond Myklebustad389da2007-06-05 12:30:00 -04001539 .dentry = dentry,
1540 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001541 struct rpc_cred *cred;
1542 struct nfs4_state *state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001543
Trond Myklebust98a8e322008-03-12 12:25:28 -04001544 cred = rpc_lookup_cred();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001545 if (IS_ERR(cred))
1546 return PTR_ERR(cred);
Trond Myklebustaac00a82007-07-05 19:02:21 -04001547 state = nfs4_do_open(dir, &path, openflags, NULL, cred);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001548 put_rpccred(cred);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001549 if (IS_ERR(state)) {
1550 switch (PTR_ERR(state)) {
1551 case -EPERM:
1552 case -EACCES:
1553 case -EDQUOT:
1554 case -ENOSPC:
1555 case -EROFS:
1556 lookup_instantiate_filp(nd, (struct dentry *)state, NULL);
1557 return 1;
Chuck Leverb87c0ad2006-10-19 23:28:42 -07001558 default:
1559 goto out_drop;
Trond Myklebust02a913a2005-10-18 14:20:17 -07001560 }
Trond Myklebust02a913a2005-10-18 14:20:17 -07001561 }
Trond Myklebust24ac23a2006-01-03 09:55:11 +01001562 if (state->inode == dentry->d_inode) {
Trond Myklebustd75340c2007-10-01 21:42:01 -04001563 nfs_set_verifier(dentry, nfs_save_change_attribute(dir));
Trond Myklebust4a35bd42007-06-05 10:31:33 -04001564 nfs4_intent_set_file(nd, &path, state);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001565 return 1;
1566 }
Trond Myklebusta49c3c72007-10-18 18:03:27 -04001567 nfs4_close_sync(&path, state, openflags);
Trond Myklebust02a913a2005-10-18 14:20:17 -07001568out_drop:
1569 d_drop(dentry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001570 return 0;
1571}
1572
1573
1574static int _nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
1575{
1576 struct nfs4_server_caps_res res = {};
1577 struct rpc_message msg = {
1578 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SERVER_CAPS],
1579 .rpc_argp = fhandle,
1580 .rpc_resp = &res,
1581 };
1582 int status;
1583
1584 status = rpc_call_sync(server->client, &msg, 0);
1585 if (status == 0) {
1586 memcpy(server->attr_bitmask, res.attr_bitmask, sizeof(server->attr_bitmask));
1587 if (res.attr_bitmask[0] & FATTR4_WORD0_ACL)
1588 server->caps |= NFS_CAP_ACLS;
1589 if (res.has_links != 0)
1590 server->caps |= NFS_CAP_HARDLINKS;
1591 if (res.has_symlinks != 0)
1592 server->caps |= NFS_CAP_SYMLINKS;
1593 server->acl_bitmask = res.acl_bitmask;
1594 }
1595 return status;
1596}
1597
Trond Myklebust55a97592006-06-09 09:34:19 -04001598int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001599{
1600 struct nfs4_exception exception = { };
1601 int err;
1602 do {
1603 err = nfs4_handle_exception(server,
1604 _nfs4_server_capabilities(server, fhandle),
1605 &exception);
1606 } while (exception.retry);
1607 return err;
1608}
1609
1610static int _nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
1611 struct nfs_fsinfo *info)
1612{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001613 struct nfs4_lookup_root_arg args = {
1614 .bitmask = nfs4_fattr_bitmap,
1615 };
1616 struct nfs4_lookup_res res = {
1617 .server = server,
Trond Myklebust0e574af2005-10-27 22:12:38 -04001618 .fattr = info->fattr,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001619 .fh = fhandle,
1620 };
1621 struct rpc_message msg = {
1622 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP_ROOT],
1623 .rpc_argp = &args,
1624 .rpc_resp = &res,
1625 };
Trond Myklebust0e574af2005-10-27 22:12:38 -04001626 nfs_fattr_init(info->fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001627 return rpc_call_sync(server->client, &msg, 0);
1628}
1629
1630static int nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
1631 struct nfs_fsinfo *info)
1632{
1633 struct nfs4_exception exception = { };
1634 int err;
1635 do {
1636 err = nfs4_handle_exception(server,
1637 _nfs4_lookup_root(server, fhandle, info),
1638 &exception);
1639 } while (exception.retry);
1640 return err;
1641}
1642
David Howells54ceac42006-08-22 20:06:13 -04001643/*
1644 * get the file handle for the "/" directory on the server
1645 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001646static int nfs4_proc_get_root(struct nfs_server *server, struct nfs_fh *fhandle,
David Howells54ceac42006-08-22 20:06:13 -04001647 struct nfs_fsinfo *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001648{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001649 int status;
1650
Linus Torvalds1da177e2005-04-16 15:20:36 -07001651 status = nfs4_lookup_root(server, fhandle, info);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001652 if (status == 0)
1653 status = nfs4_server_capabilities(server, fhandle);
1654 if (status == 0)
1655 status = nfs4_do_fsinfo(server, fhandle, info);
Trond Myklebustc12e87f2006-03-13 21:20:47 -08001656 return nfs4_map_errors(status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001657}
1658
Manoj Naik6b97fd32006-06-09 09:34:29 -04001659/*
1660 * Get locations and (maybe) other attributes of a referral.
1661 * Note that we'll actually follow the referral later when
1662 * we detect fsid mismatch in inode revalidation
1663 */
Trond Myklebust56659e92007-07-17 21:52:39 -04001664static 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 -04001665{
1666 int status = -ENOMEM;
1667 struct page *page = NULL;
1668 struct nfs4_fs_locations *locations = NULL;
Manoj Naik6b97fd32006-06-09 09:34:29 -04001669
1670 page = alloc_page(GFP_KERNEL);
1671 if (page == NULL)
1672 goto out;
1673 locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL);
1674 if (locations == NULL)
1675 goto out;
1676
Trond Myklebustc228fd32007-01-13 02:28:11 -05001677 status = nfs4_proc_fs_locations(dir, name, locations, page);
Manoj Naik6b97fd32006-06-09 09:34:29 -04001678 if (status != 0)
1679 goto out;
1680 /* Make sure server returned a different fsid for the referral */
1681 if (nfs_fsid_equal(&NFS_SERVER(dir)->fsid, &locations->fattr.fsid)) {
Harvey Harrison3110ff82008-05-02 13:42:44 -07001682 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 -04001683 status = -EIO;
1684 goto out;
1685 }
1686
1687 memcpy(fattr, &locations->fattr, sizeof(struct nfs_fattr));
1688 fattr->valid |= NFS_ATTR_FATTR_V4_REFERRAL;
1689 if (!fattr->mode)
1690 fattr->mode = S_IFDIR;
1691 memset(fhandle, 0, sizeof(struct nfs_fh));
1692out:
1693 if (page)
1694 __free_page(page);
1695 if (locations)
1696 kfree(locations);
1697 return status;
1698}
1699
Linus Torvalds1da177e2005-04-16 15:20:36 -07001700static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr)
1701{
1702 struct nfs4_getattr_arg args = {
1703 .fh = fhandle,
1704 .bitmask = server->attr_bitmask,
1705 };
1706 struct nfs4_getattr_res res = {
1707 .fattr = fattr,
1708 .server = server,
1709 };
1710 struct rpc_message msg = {
1711 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETATTR],
1712 .rpc_argp = &args,
1713 .rpc_resp = &res,
1714 };
1715
Trond Myklebust0e574af2005-10-27 22:12:38 -04001716 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001717 return rpc_call_sync(server->client, &msg, 0);
1718}
1719
1720static int nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr)
1721{
1722 struct nfs4_exception exception = { };
1723 int err;
1724 do {
1725 err = nfs4_handle_exception(server,
1726 _nfs4_proc_getattr(server, fhandle, fattr),
1727 &exception);
1728 } while (exception.retry);
1729 return err;
1730}
1731
1732/*
1733 * The file is not closed if it is opened due to the a request to change
1734 * the size of the file. The open call will not be needed once the
1735 * VFS layer lookup-intents are implemented.
1736 *
1737 * Close is called when the inode is destroyed.
1738 * If we haven't opened the file for O_WRONLY, we
1739 * need to in the size_change case to obtain a stateid.
1740 *
1741 * Got race?
1742 * Because OPEN is always done by name in nfsv4, it is
1743 * possible that we opened a different file by the same
1744 * name. We can recognize this race condition, but we
1745 * can't do anything about it besides returning an error.
1746 *
1747 * This will be fixed with VFS changes (lookup-intent).
1748 */
1749static int
1750nfs4_proc_setattr(struct dentry *dentry, struct nfs_fattr *fattr,
1751 struct iattr *sattr)
1752{
Trond Myklebust08e9eac2005-06-22 17:16:29 +00001753 struct inode *inode = dentry->d_inode;
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001754 struct rpc_cred *cred = NULL;
Trond Myklebustd5308382005-11-04 15:33:38 -05001755 struct nfs4_state *state = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001756 int status;
1757
Trond Myklebust0e574af2005-10-27 22:12:38 -04001758 nfs_fattr_init(fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001759
Trond Myklebustd5308382005-11-04 15:33:38 -05001760 /* Search for an existing open(O_WRITE) file */
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001761 if (sattr->ia_valid & ATTR_FILE) {
1762 struct nfs_open_context *ctx;
Trond Myklebust08e9eac2005-06-22 17:16:29 +00001763
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001764 ctx = nfs_file_open_context(sattr->ia_file);
Neil Brown504e5182008-10-16 14:15:16 +11001765 if (ctx) {
1766 cred = ctx->cred;
1767 state = ctx->state;
1768 }
Trond Myklebust659bfcd2008-06-10 19:39:41 -04001769 }
1770
1771 status = nfs4_do_setattr(inode, cred, fattr, sattr, state);
Trond Myklebust65e43082005-08-16 11:49:44 -04001772 if (status == 0)
1773 nfs_setattr_update_inode(inode, sattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001774 return status;
1775}
1776
Trond Myklebust56659e92007-07-17 21:52:39 -04001777static int _nfs4_proc_lookupfh(struct nfs_server *server, const struct nfs_fh *dirfh,
1778 const struct qstr *name, struct nfs_fh *fhandle,
David Howells2b3de442006-08-22 20:06:09 -04001779 struct nfs_fattr *fattr)
1780{
1781 int status;
1782 struct nfs4_lookup_arg args = {
1783 .bitmask = server->attr_bitmask,
1784 .dir_fh = dirfh,
1785 .name = name,
1786 };
1787 struct nfs4_lookup_res res = {
1788 .server = server,
1789 .fattr = fattr,
1790 .fh = fhandle,
1791 };
1792 struct rpc_message msg = {
1793 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP],
1794 .rpc_argp = &args,
1795 .rpc_resp = &res,
1796 };
1797
1798 nfs_fattr_init(fattr);
1799
1800 dprintk("NFS call lookupfh %s\n", name->name);
1801 status = rpc_call_sync(server->client, &msg, 0);
1802 dprintk("NFS reply lookupfh: %d\n", status);
David Howells2b3de442006-08-22 20:06:09 -04001803 return status;
1804}
1805
1806static int nfs4_proc_lookupfh(struct nfs_server *server, struct nfs_fh *dirfh,
1807 struct qstr *name, struct nfs_fh *fhandle,
1808 struct nfs_fattr *fattr)
1809{
1810 struct nfs4_exception exception = { };
1811 int err;
1812 do {
Trond Myklebust4e56e082007-07-01 18:13:52 -04001813 err = _nfs4_proc_lookupfh(server, dirfh, name, fhandle, fattr);
1814 /* FIXME: !!!! */
1815 if (err == -NFS4ERR_MOVED) {
1816 err = -EREMOTE;
1817 break;
1818 }
1819 err = nfs4_handle_exception(server, err, &exception);
David Howells2b3de442006-08-22 20:06:09 -04001820 } while (exception.retry);
1821 return err;
1822}
1823
Trond Myklebust56659e92007-07-17 21:52:39 -04001824static int _nfs4_proc_lookup(struct inode *dir, const struct qstr *name,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001825 struct nfs_fh *fhandle, struct nfs_fattr *fattr)
1826{
Trond Myklebust4e56e082007-07-01 18:13:52 -04001827 int status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001828
1829 dprintk("NFS call lookup %s\n", name->name);
Trond Myklebust4e56e082007-07-01 18:13:52 -04001830 status = _nfs4_proc_lookupfh(NFS_SERVER(dir), NFS_FH(dir), name, fhandle, fattr);
Manoj Naik6b97fd32006-06-09 09:34:29 -04001831 if (status == -NFS4ERR_MOVED)
1832 status = nfs4_get_referral(dir, name, fattr, fhandle);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001833 dprintk("NFS reply lookup: %d\n", status);
1834 return status;
1835}
1836
1837static int nfs4_proc_lookup(struct inode *dir, struct qstr *name, struct nfs_fh *fhandle, struct nfs_fattr *fattr)
1838{
1839 struct nfs4_exception exception = { };
1840 int err;
1841 do {
1842 err = nfs4_handle_exception(NFS_SERVER(dir),
1843 _nfs4_proc_lookup(dir, name, fhandle, fattr),
1844 &exception);
1845 } while (exception.retry);
1846 return err;
1847}
1848
1849static int _nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
1850{
Trond Myklebust76b32992007-08-10 17:45:11 -04001851 struct nfs_server *server = NFS_SERVER(inode);
1852 struct nfs_fattr fattr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001853 struct nfs4_accessargs args = {
1854 .fh = NFS_FH(inode),
Trond Myklebust76b32992007-08-10 17:45:11 -04001855 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001856 };
Trond Myklebust76b32992007-08-10 17:45:11 -04001857 struct nfs4_accessres res = {
1858 .server = server,
1859 .fattr = &fattr,
1860 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001861 struct rpc_message msg = {
1862 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_ACCESS],
1863 .rpc_argp = &args,
1864 .rpc_resp = &res,
1865 .rpc_cred = entry->cred,
1866 };
1867 int mode = entry->mask;
1868 int status;
1869
1870 /*
1871 * Determine which access bits we want to ask for...
1872 */
1873 if (mode & MAY_READ)
1874 args.access |= NFS4_ACCESS_READ;
1875 if (S_ISDIR(inode->i_mode)) {
1876 if (mode & MAY_WRITE)
1877 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND | NFS4_ACCESS_DELETE;
1878 if (mode & MAY_EXEC)
1879 args.access |= NFS4_ACCESS_LOOKUP;
1880 } else {
1881 if (mode & MAY_WRITE)
1882 args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND;
1883 if (mode & MAY_EXEC)
1884 args.access |= NFS4_ACCESS_EXECUTE;
1885 }
Trond Myklebust76b32992007-08-10 17:45:11 -04001886 nfs_fattr_init(&fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001887 status = rpc_call_sync(NFS_CLIENT(inode), &msg, 0);
1888 if (!status) {
1889 entry->mask = 0;
1890 if (res.access & NFS4_ACCESS_READ)
1891 entry->mask |= MAY_READ;
1892 if (res.access & (NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND | NFS4_ACCESS_DELETE))
1893 entry->mask |= MAY_WRITE;
1894 if (res.access & (NFS4_ACCESS_LOOKUP|NFS4_ACCESS_EXECUTE))
1895 entry->mask |= MAY_EXEC;
Trond Myklebust76b32992007-08-10 17:45:11 -04001896 nfs_refresh_inode(inode, &fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001897 }
1898 return status;
1899}
1900
1901static int nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry)
1902{
1903 struct nfs4_exception exception = { };
1904 int err;
1905 do {
1906 err = nfs4_handle_exception(NFS_SERVER(inode),
1907 _nfs4_proc_access(inode, entry),
1908 &exception);
1909 } while (exception.retry);
1910 return err;
1911}
1912
1913/*
1914 * TODO: For the time being, we don't try to get any attributes
1915 * along with any of the zero-copy operations READ, READDIR,
1916 * READLINK, WRITE.
1917 *
1918 * In the case of the first three, we want to put the GETATTR
1919 * after the read-type operation -- this is because it is hard
1920 * to predict the length of a GETATTR response in v4, and thus
1921 * align the READ data correctly. This means that the GETATTR
1922 * may end up partially falling into the page cache, and we should
1923 * shift it into the 'tail' of the xdr_buf before processing.
1924 * To do this efficiently, we need to know the total length
1925 * of data received, which doesn't seem to be available outside
1926 * of the RPC layer.
1927 *
1928 * In the case of WRITE, we also want to put the GETATTR after
1929 * the operation -- in this case because we want to make sure
1930 * we get the post-operation mtime and size. This means that
1931 * we can't use xdr_encode_pages() as written: we need a variant
1932 * of it which would leave room in the 'tail' iovec.
1933 *
1934 * Both of these changes to the XDR layer would in fact be quite
1935 * minor, but I decided to leave them for a subsequent patch.
1936 */
1937static int _nfs4_proc_readlink(struct inode *inode, struct page *page,
1938 unsigned int pgbase, unsigned int pglen)
1939{
1940 struct nfs4_readlink args = {
1941 .fh = NFS_FH(inode),
1942 .pgbase = pgbase,
1943 .pglen = pglen,
1944 .pages = &page,
1945 };
1946 struct rpc_message msg = {
1947 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READLINK],
1948 .rpc_argp = &args,
1949 .rpc_resp = NULL,
1950 };
1951
1952 return rpc_call_sync(NFS_CLIENT(inode), &msg, 0);
1953}
1954
1955static int nfs4_proc_readlink(struct inode *inode, struct page *page,
1956 unsigned int pgbase, unsigned int pglen)
1957{
1958 struct nfs4_exception exception = { };
1959 int err;
1960 do {
1961 err = nfs4_handle_exception(NFS_SERVER(inode),
1962 _nfs4_proc_readlink(inode, page, pgbase, pglen),
1963 &exception);
1964 } while (exception.retry);
1965 return err;
1966}
1967
Linus Torvalds1da177e2005-04-16 15:20:36 -07001968/*
1969 * Got race?
1970 * We will need to arrange for the VFS layer to provide an atomic open.
1971 * Until then, this create/open method is prone to inefficiency and race
1972 * conditions due to the lookup, create, and open VFS calls from sys_open()
1973 * placed on the wire.
1974 *
1975 * Given the above sorry state of affairs, I'm simply sending an OPEN.
1976 * The file will be opened again in the subsequent VFS open call
1977 * (nfs4_proc_file_open).
1978 *
1979 * The open for read will just hang around to be used by any process that
1980 * opens the file O_RDONLY. This will all be resolved with the VFS changes.
1981 */
1982
1983static int
1984nfs4_proc_create(struct inode *dir, struct dentry *dentry, struct iattr *sattr,
Trond Myklebust02a913a2005-10-18 14:20:17 -07001985 int flags, struct nameidata *nd)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001986{
Trond Myklebustad389da2007-06-05 12:30:00 -04001987 struct path path = {
Jan Blunck4ac91372008-02-14 19:34:32 -08001988 .mnt = nd->path.mnt,
Trond Myklebustad389da2007-06-05 12:30:00 -04001989 .dentry = dentry,
1990 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07001991 struct nfs4_state *state;
1992 struct rpc_cred *cred;
1993 int status = 0;
1994
Trond Myklebust98a8e322008-03-12 12:25:28 -04001995 cred = rpc_lookup_cred();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001996 if (IS_ERR(cred)) {
1997 status = PTR_ERR(cred);
1998 goto out;
1999 }
Trond Myklebustad389da2007-06-05 12:30:00 -04002000 state = nfs4_do_open(dir, &path, flags, sattr, cred);
Trond Myklebustd4d9cdc2007-10-02 18:38:53 -04002001 d_drop(dentry);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002002 if (IS_ERR(state)) {
2003 status = PTR_ERR(state);
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002004 goto out_putcred;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002005 }
Trond Myklebustd4d9cdc2007-10-02 18:38:53 -04002006 d_add(dentry, igrab(state->inode));
Trond Myklebustd75340c2007-10-01 21:42:01 -04002007 nfs_set_verifier(dentry, nfs_save_change_attribute(dir));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002008 if (flags & O_EXCL) {
2009 struct nfs_fattr fattr;
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002010 status = nfs4_do_setattr(state->inode, cred, &fattr, sattr, state);
Trond Myklebust02a913a2005-10-18 14:20:17 -07002011 if (status == 0)
Trond Myklebust65e43082005-08-16 11:49:44 -04002012 nfs_setattr_update_inode(state->inode, sattr);
Jeff Laytonaa53ed52007-06-05 14:49:03 -04002013 nfs_post_op_update_inode(state->inode, &fattr);
Trond Myklebust02a913a2005-10-18 14:20:17 -07002014 }
Trond Myklebustad389da2007-06-05 12:30:00 -04002015 if (status == 0 && (nd->flags & LOOKUP_OPEN) != 0)
Trond Myklebust4a35bd42007-06-05 10:31:33 -04002016 status = nfs4_intent_set_file(nd, &path, state);
Trond Myklebust02a913a2005-10-18 14:20:17 -07002017 else
Trond Myklebusta49c3c72007-10-18 18:03:27 -04002018 nfs4_close_sync(&path, state, flags);
Trond Myklebust659bfcd2008-06-10 19:39:41 -04002019out_putcred:
2020 put_rpccred(cred);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002021out:
2022 return status;
2023}
2024
2025static int _nfs4_proc_remove(struct inode *dir, struct qstr *name)
2026{
Trond Myklebust16e42952005-10-27 22:12:44 -04002027 struct nfs_server *server = NFS_SERVER(dir);
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002028 struct nfs_removeargs args = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002029 .fh = NFS_FH(dir),
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002030 .name.len = name->len,
2031 .name.name = name->name,
Trond Myklebust16e42952005-10-27 22:12:44 -04002032 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002033 };
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002034 struct nfs_removeres res = {
Trond Myklebust16e42952005-10-27 22:12:44 -04002035 .server = server,
Trond Myklebust16e42952005-10-27 22:12:44 -04002036 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002037 struct rpc_message msg = {
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002038 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE],
2039 .rpc_argp = &args,
2040 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002041 };
2042 int status;
2043
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002044 nfs_fattr_init(&res.dir_attr);
Trond Myklebust16e42952005-10-27 22:12:44 -04002045 status = rpc_call_sync(server->client, &msg, 0);
2046 if (status == 0) {
2047 update_changeattr(dir, &res.cinfo);
Trond Myklebust4fdc17b2007-07-14 15:39:57 -04002048 nfs_post_op_update_inode(dir, &res.dir_attr);
Trond Myklebust16e42952005-10-27 22:12:44 -04002049 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002050 return status;
2051}
2052
2053static int nfs4_proc_remove(struct inode *dir, struct qstr *name)
2054{
2055 struct nfs4_exception exception = { };
2056 int err;
2057 do {
2058 err = nfs4_handle_exception(NFS_SERVER(dir),
2059 _nfs4_proc_remove(dir, name),
2060 &exception);
2061 } while (exception.retry);
2062 return err;
2063}
2064
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002065static void nfs4_proc_unlink_setup(struct rpc_message *msg, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002066{
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002067 struct nfs_server *server = NFS_SERVER(dir);
2068 struct nfs_removeargs *args = msg->rpc_argp;
2069 struct nfs_removeres *res = msg->rpc_resp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002070
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002071 args->bitmask = server->attr_bitmask;
2072 res->server = server;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002073 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002074}
2075
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002076static int nfs4_proc_unlink_done(struct rpc_task *task, struct inode *dir)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002077{
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002078 struct nfs_removeres *res = task->tk_msg.rpc_resp;
2079
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002080 if (nfs4_async_handle_error(task, res->server, NULL) == -EAGAIN)
Trond Myklebuste4eff1a2007-07-14 15:39:58 -04002081 return 0;
2082 update_changeattr(dir, &res->cinfo);
2083 nfs_post_op_update_inode(dir, &res->dir_attr);
2084 return 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002085}
2086
2087static int _nfs4_proc_rename(struct inode *old_dir, struct qstr *old_name,
2088 struct inode *new_dir, struct qstr *new_name)
2089{
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002090 struct nfs_server *server = NFS_SERVER(old_dir);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002091 struct nfs4_rename_arg arg = {
2092 .old_dir = NFS_FH(old_dir),
2093 .new_dir = NFS_FH(new_dir),
2094 .old_name = old_name,
2095 .new_name = new_name,
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002096 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002097 };
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002098 struct nfs_fattr old_fattr, new_fattr;
2099 struct nfs4_rename_res res = {
2100 .server = server,
2101 .old_fattr = &old_fattr,
2102 .new_fattr = &new_fattr,
2103 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002104 struct rpc_message msg = {
2105 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENAME],
2106 .rpc_argp = &arg,
2107 .rpc_resp = &res,
2108 };
2109 int status;
2110
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002111 nfs_fattr_init(res.old_fattr);
2112 nfs_fattr_init(res.new_fattr);
2113 status = rpc_call_sync(server->client, &msg, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002114
2115 if (!status) {
2116 update_changeattr(old_dir, &res.old_cinfo);
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002117 nfs_post_op_update_inode(old_dir, res.old_fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002118 update_changeattr(new_dir, &res.new_cinfo);
Trond Myklebust6caf2c82005-10-27 22:12:43 -04002119 nfs_post_op_update_inode(new_dir, res.new_fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002120 }
2121 return status;
2122}
2123
2124static int nfs4_proc_rename(struct inode *old_dir, struct qstr *old_name,
2125 struct inode *new_dir, struct qstr *new_name)
2126{
2127 struct nfs4_exception exception = { };
2128 int err;
2129 do {
2130 err = nfs4_handle_exception(NFS_SERVER(old_dir),
2131 _nfs4_proc_rename(old_dir, old_name,
2132 new_dir, new_name),
2133 &exception);
2134 } while (exception.retry);
2135 return err;
2136}
2137
2138static int _nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
2139{
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002140 struct nfs_server *server = NFS_SERVER(inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002141 struct nfs4_link_arg arg = {
2142 .fh = NFS_FH(inode),
2143 .dir_fh = NFS_FH(dir),
2144 .name = name,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002145 .bitmask = server->attr_bitmask,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002146 };
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002147 struct nfs_fattr fattr, dir_attr;
2148 struct nfs4_link_res res = {
2149 .server = server,
2150 .fattr = &fattr,
2151 .dir_attr = &dir_attr,
2152 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07002153 struct rpc_message msg = {
2154 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LINK],
2155 .rpc_argp = &arg,
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002156 .rpc_resp = &res,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002157 };
2158 int status;
2159
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002160 nfs_fattr_init(res.fattr);
2161 nfs_fattr_init(res.dir_attr);
2162 status = rpc_call_sync(server->client, &msg, 0);
2163 if (!status) {
2164 update_changeattr(dir, &res.cinfo);
2165 nfs_post_op_update_inode(dir, res.dir_attr);
Trond Myklebust73a3d072006-05-25 01:40:47 -04002166 nfs_post_op_update_inode(inode, res.fattr);
Trond Myklebust91ba2ee2005-10-27 22:12:42 -04002167 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002168
2169 return status;
2170}
2171
2172static int nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name)
2173{
2174 struct nfs4_exception exception = { };
2175 int err;
2176 do {
2177 err = nfs4_handle_exception(NFS_SERVER(inode),
2178 _nfs4_proc_link(inode, dir, name),
2179 &exception);
2180 } while (exception.retry);
2181 return err;
2182}
2183
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002184struct nfs4_createdata {
2185 struct rpc_message msg;
2186 struct nfs4_create_arg arg;
2187 struct nfs4_create_res res;
2188 struct nfs_fh fh;
2189 struct nfs_fattr fattr;
2190 struct nfs_fattr dir_fattr;
2191};
2192
2193static struct nfs4_createdata *nfs4_alloc_createdata(struct inode *dir,
2194 struct qstr *name, struct iattr *sattr, u32 ftype)
2195{
2196 struct nfs4_createdata *data;
2197
2198 data = kzalloc(sizeof(*data), GFP_KERNEL);
2199 if (data != NULL) {
2200 struct nfs_server *server = NFS_SERVER(dir);
2201
2202 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE];
2203 data->msg.rpc_argp = &data->arg;
2204 data->msg.rpc_resp = &data->res;
2205 data->arg.dir_fh = NFS_FH(dir);
2206 data->arg.server = server;
2207 data->arg.name = name;
2208 data->arg.attrs = sattr;
2209 data->arg.ftype = ftype;
2210 data->arg.bitmask = server->attr_bitmask;
2211 data->res.server = server;
2212 data->res.fh = &data->fh;
2213 data->res.fattr = &data->fattr;
2214 data->res.dir_fattr = &data->dir_fattr;
2215 nfs_fattr_init(data->res.fattr);
2216 nfs_fattr_init(data->res.dir_fattr);
2217 }
2218 return data;
2219}
2220
2221static int nfs4_do_create(struct inode *dir, struct dentry *dentry, struct nfs4_createdata *data)
2222{
2223 int status = rpc_call_sync(NFS_CLIENT(dir), &data->msg, 0);
2224 if (status == 0) {
2225 update_changeattr(dir, &data->res.dir_cinfo);
2226 nfs_post_op_update_inode(dir, data->res.dir_fattr);
2227 status = nfs_instantiate(dentry, data->res.fh, data->res.fattr);
2228 }
2229 return status;
2230}
2231
2232static void nfs4_free_createdata(struct nfs4_createdata *data)
2233{
2234 kfree(data);
2235}
2236
Chuck Lever4f390c12006-08-22 20:06:22 -04002237static int _nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
Chuck Lever94a6d752006-08-22 20:06:23 -04002238 struct page *page, unsigned int len, struct iattr *sattr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002239{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002240 struct nfs4_createdata *data;
2241 int status = -ENAMETOOLONG;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002242
Chuck Lever94a6d752006-08-22 20:06:23 -04002243 if (len > NFS4_MAXPATHLEN)
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002244 goto out;
Chuck Lever4f390c12006-08-22 20:06:22 -04002245
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002246 status = -ENOMEM;
2247 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4LNK);
2248 if (data == NULL)
2249 goto out;
2250
2251 data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SYMLINK];
2252 data->arg.u.symlink.pages = &page;
2253 data->arg.u.symlink.len = len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002254
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002255 status = nfs4_do_create(dir, dentry, data);
2256
2257 nfs4_free_createdata(data);
2258out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002259 return status;
2260}
2261
Chuck Lever4f390c12006-08-22 20:06:22 -04002262static int nfs4_proc_symlink(struct inode *dir, struct dentry *dentry,
Chuck Lever94a6d752006-08-22 20:06:23 -04002263 struct page *page, unsigned int len, struct iattr *sattr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002264{
2265 struct nfs4_exception exception = { };
2266 int err;
2267 do {
2268 err = nfs4_handle_exception(NFS_SERVER(dir),
Chuck Lever94a6d752006-08-22 20:06:23 -04002269 _nfs4_proc_symlink(dir, dentry, page,
2270 len, sattr),
Linus Torvalds1da177e2005-04-16 15:20:36 -07002271 &exception);
2272 } while (exception.retry);
2273 return err;
2274}
2275
2276static int _nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
2277 struct iattr *sattr)
2278{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002279 struct nfs4_createdata *data;
2280 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002281
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002282 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4DIR);
2283 if (data == NULL)
2284 goto out;
2285
2286 status = nfs4_do_create(dir, dentry, data);
2287
2288 nfs4_free_createdata(data);
2289out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002290 return status;
2291}
2292
2293static int nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry,
2294 struct iattr *sattr)
2295{
2296 struct nfs4_exception exception = { };
2297 int err;
2298 do {
2299 err = nfs4_handle_exception(NFS_SERVER(dir),
2300 _nfs4_proc_mkdir(dir, dentry, sattr),
2301 &exception);
2302 } while (exception.retry);
2303 return err;
2304}
2305
2306static int _nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
2307 u64 cookie, struct page *page, unsigned int count, int plus)
2308{
2309 struct inode *dir = dentry->d_inode;
2310 struct nfs4_readdir_arg args = {
2311 .fh = NFS_FH(dir),
2312 .pages = &page,
2313 .pgbase = 0,
2314 .count = count,
2315 .bitmask = NFS_SERVER(dentry->d_inode)->attr_bitmask,
2316 };
2317 struct nfs4_readdir_res res;
2318 struct rpc_message msg = {
2319 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READDIR],
2320 .rpc_argp = &args,
2321 .rpc_resp = &res,
2322 .rpc_cred = cred,
2323 };
2324 int status;
2325
Harvey Harrison3110ff82008-05-02 13:42:44 -07002326 dprintk("%s: dentry = %s/%s, cookie = %Lu\n", __func__,
Trond Myklebusteadf4592005-06-22 17:16:39 +00002327 dentry->d_parent->d_name.name,
2328 dentry->d_name.name,
2329 (unsigned long long)cookie);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002330 nfs4_setup_readdir(cookie, NFS_COOKIEVERF(dir), dentry, &args);
2331 res.pgbase = args.pgbase;
2332 status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0);
2333 if (status == 0)
2334 memcpy(NFS_COOKIEVERF(dir), res.verifier.data, NFS4_VERIFIER_SIZE);
Trond Myklebustc4812992007-09-28 17:11:45 -04002335
2336 nfs_invalidate_atime(dir);
2337
Harvey Harrison3110ff82008-05-02 13:42:44 -07002338 dprintk("%s: returns %d\n", __func__, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002339 return status;
2340}
2341
2342static int nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred,
2343 u64 cookie, struct page *page, unsigned int count, int plus)
2344{
2345 struct nfs4_exception exception = { };
2346 int err;
2347 do {
2348 err = nfs4_handle_exception(NFS_SERVER(dentry->d_inode),
2349 _nfs4_proc_readdir(dentry, cred, cookie,
2350 page, count, plus),
2351 &exception);
2352 } while (exception.retry);
2353 return err;
2354}
2355
2356static int _nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
2357 struct iattr *sattr, dev_t rdev)
2358{
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002359 struct nfs4_createdata *data;
2360 int mode = sattr->ia_mode;
2361 int status = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002362
2363 BUG_ON(!(sattr->ia_valid & ATTR_MODE));
2364 BUG_ON(!S_ISFIFO(mode) && !S_ISBLK(mode) && !S_ISCHR(mode) && !S_ISSOCK(mode));
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002365
2366 data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4SOCK);
2367 if (data == NULL)
2368 goto out;
2369
Linus Torvalds1da177e2005-04-16 15:20:36 -07002370 if (S_ISFIFO(mode))
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002371 data->arg.ftype = NF4FIFO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002372 else if (S_ISBLK(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002373 data->arg.ftype = NF4BLK;
2374 data->arg.u.device.specdata1 = MAJOR(rdev);
2375 data->arg.u.device.specdata2 = MINOR(rdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002376 }
2377 else if (S_ISCHR(mode)) {
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002378 data->arg.ftype = NF4CHR;
2379 data->arg.u.device.specdata1 = MAJOR(rdev);
2380 data->arg.u.device.specdata2 = MINOR(rdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002381 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002382
Trond Myklebust57dc9a52008-06-20 15:35:32 -04002383 status = nfs4_do_create(dir, dentry, data);
2384
2385 nfs4_free_createdata(data);
2386out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002387 return status;
2388}
2389
2390static int nfs4_proc_mknod(struct inode *dir, struct dentry *dentry,
2391 struct iattr *sattr, dev_t rdev)
2392{
2393 struct nfs4_exception exception = { };
2394 int err;
2395 do {
2396 err = nfs4_handle_exception(NFS_SERVER(dir),
2397 _nfs4_proc_mknod(dir, dentry, sattr, rdev),
2398 &exception);
2399 } while (exception.retry);
2400 return err;
2401}
2402
2403static int _nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle,
2404 struct nfs_fsstat *fsstat)
2405{
2406 struct nfs4_statfs_arg args = {
2407 .fh = fhandle,
2408 .bitmask = server->attr_bitmask,
2409 };
2410 struct rpc_message msg = {
2411 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_STATFS],
2412 .rpc_argp = &args,
2413 .rpc_resp = fsstat,
2414 };
2415
Trond Myklebust0e574af2005-10-27 22:12:38 -04002416 nfs_fattr_init(fsstat->fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002417 return rpc_call_sync(server->client, &msg, 0);
2418}
2419
2420static int nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsstat *fsstat)
2421{
2422 struct nfs4_exception exception = { };
2423 int err;
2424 do {
2425 err = nfs4_handle_exception(server,
2426 _nfs4_proc_statfs(server, fhandle, fsstat),
2427 &exception);
2428 } while (exception.retry);
2429 return err;
2430}
2431
2432static int _nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle,
2433 struct nfs_fsinfo *fsinfo)
2434{
2435 struct nfs4_fsinfo_arg args = {
2436 .fh = fhandle,
2437 .bitmask = server->attr_bitmask,
2438 };
2439 struct rpc_message msg = {
2440 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSINFO],
2441 .rpc_argp = &args,
2442 .rpc_resp = fsinfo,
2443 };
2444
2445 return rpc_call_sync(server->client, &msg, 0);
2446}
2447
2448static int nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
2449{
2450 struct nfs4_exception exception = { };
2451 int err;
2452
2453 do {
2454 err = nfs4_handle_exception(server,
2455 _nfs4_do_fsinfo(server, fhandle, fsinfo),
2456 &exception);
2457 } while (exception.retry);
2458 return err;
2459}
2460
2461static int nfs4_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
2462{
Trond Myklebust0e574af2005-10-27 22:12:38 -04002463 nfs_fattr_init(fsinfo->fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002464 return nfs4_do_fsinfo(server, fhandle, fsinfo);
2465}
2466
2467static int _nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
2468 struct nfs_pathconf *pathconf)
2469{
2470 struct nfs4_pathconf_arg args = {
2471 .fh = fhandle,
2472 .bitmask = server->attr_bitmask,
2473 };
2474 struct rpc_message msg = {
2475 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_PATHCONF],
2476 .rpc_argp = &args,
2477 .rpc_resp = pathconf,
2478 };
2479
2480 /* None of the pathconf attributes are mandatory to implement */
2481 if ((args.bitmask[0] & nfs4_pathconf_bitmap[0]) == 0) {
2482 memset(pathconf, 0, sizeof(*pathconf));
2483 return 0;
2484 }
2485
Trond Myklebust0e574af2005-10-27 22:12:38 -04002486 nfs_fattr_init(pathconf->fattr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002487 return rpc_call_sync(server->client, &msg, 0);
2488}
2489
2490static int nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
2491 struct nfs_pathconf *pathconf)
2492{
2493 struct nfs4_exception exception = { };
2494 int err;
2495
2496 do {
2497 err = nfs4_handle_exception(server,
2498 _nfs4_proc_pathconf(server, fhandle, pathconf),
2499 &exception);
2500 } while (exception.retry);
2501 return err;
2502}
2503
Trond Myklebustec06c092006-03-20 13:44:27 -05002504static int nfs4_read_done(struct rpc_task *task, struct nfs_read_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002505{
Trond Myklebustec06c092006-03-20 13:44:27 -05002506 struct nfs_server *server = NFS_SERVER(data->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002507
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002508 if (nfs4_async_handle_error(task, server, data->args.context->state) == -EAGAIN) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002509 rpc_restart_call(task);
Trond Myklebustec06c092006-03-20 13:44:27 -05002510 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002511 }
Trond Myklebust8850df92007-09-28 17:20:07 -04002512
2513 nfs_invalidate_atime(data->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002514 if (task->tk_status > 0)
Trond Myklebustec06c092006-03-20 13:44:27 -05002515 renew_lease(server, data->timestamp);
2516 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002517}
2518
Trond Myklebustbdc7f022007-07-14 15:40:00 -04002519static void nfs4_proc_read_setup(struct nfs_read_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002520{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002521 data->timestamp = jiffies;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04002522 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READ];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002523}
2524
Trond Myklebust788e7a82006-03-20 13:44:27 -05002525static int nfs4_write_done(struct rpc_task *task, struct nfs_write_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002526{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002527 struct inode *inode = data->inode;
2528
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002529 if (nfs4_async_handle_error(task, NFS_SERVER(inode), data->args.context->state) == -EAGAIN) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002530 rpc_restart_call(task);
Trond Myklebust788e7a82006-03-20 13:44:27 -05002531 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002532 }
Trond Myklebust4f9838c2005-10-27 22:12:44 -04002533 if (task->tk_status >= 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002534 renew_lease(NFS_SERVER(inode), data->timestamp);
Trond Myklebust70ca8852007-09-30 15:21:24 -04002535 nfs_post_op_update_inode_force_wcc(inode, data->res.fattr);
Trond Myklebust4f9838c2005-10-27 22:12:44 -04002536 }
Trond Myklebust788e7a82006-03-20 13:44:27 -05002537 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002538}
2539
Trond Myklebustbdc7f022007-07-14 15:40:00 -04002540static void nfs4_proc_write_setup(struct nfs_write_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002541{
Trond Myklebustbdc7f022007-07-14 15:40:00 -04002542 struct nfs_server *server = NFS_SERVER(data->inode);
2543
Trond Myklebust4f9838c2005-10-27 22:12:44 -04002544 data->args.bitmask = server->attr_bitmask;
2545 data->res.server = server;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002546 data->timestamp = jiffies;
2547
Trond Myklebustbdc7f022007-07-14 15:40:00 -04002548 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_WRITE];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002549}
2550
Trond Myklebust788e7a82006-03-20 13:44:27 -05002551static int nfs4_commit_done(struct rpc_task *task, struct nfs_write_data *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002552{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002553 struct inode *inode = data->inode;
2554
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002555 if (nfs4_async_handle_error(task, NFS_SERVER(inode), NULL) == -EAGAIN) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002556 rpc_restart_call(task);
Trond Myklebust788e7a82006-03-20 13:44:27 -05002557 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002558 }
Trond Myklebust9e08a3c2007-10-08 14:10:31 -04002559 nfs_refresh_inode(inode, data->res.fattr);
Trond Myklebust788e7a82006-03-20 13:44:27 -05002560 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002561}
2562
Trond Myklebustbdc7f022007-07-14 15:40:00 -04002563static void nfs4_proc_commit_setup(struct nfs_write_data *data, struct rpc_message *msg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002564{
Trond Myklebust788e7a82006-03-20 13:44:27 -05002565 struct nfs_server *server = NFS_SERVER(data->inode);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002566
Trond Myklebust4f9838c2005-10-27 22:12:44 -04002567 data->args.bitmask = server->attr_bitmask;
2568 data->res.server = server;
Trond Myklebustbdc7f022007-07-14 15:40:00 -04002569 msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_COMMIT];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002570}
2571
2572/*
2573 * nfs4_proc_async_renew(): This is not one of the nfs_rpc_ops; it is a special
2574 * standalone procedure for queueing an asynchronous RENEW.
2575 */
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002576static void nfs4_renew_done(struct rpc_task *task, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002577{
David Howellsadfa6f92006-08-22 20:06:08 -04002578 struct nfs_client *clp = (struct nfs_client *)task->tk_msg.rpc_argp;
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002579 unsigned long timestamp = (unsigned long)data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002580
2581 if (task->tk_status < 0) {
2582 switch (task->tk_status) {
2583 case -NFS4ERR_STALE_CLIENTID:
2584 case -NFS4ERR_EXPIRED:
2585 case -NFS4ERR_CB_PATH_DOWN:
2586 nfs4_schedule_state_recovery(clp);
2587 }
2588 return;
2589 }
2590 spin_lock(&clp->cl_lock);
2591 if (time_before(clp->cl_last_renewal,timestamp))
2592 clp->cl_last_renewal = timestamp;
2593 spin_unlock(&clp->cl_lock);
2594}
2595
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002596static const struct rpc_call_ops nfs4_renew_ops = {
2597 .rpc_call_done = nfs4_renew_done,
2598};
2599
David Howellsadfa6f92006-08-22 20:06:08 -04002600int nfs4_proc_async_renew(struct nfs_client *clp, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002601{
2602 struct rpc_message msg = {
2603 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
2604 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01002605 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002606 };
2607
2608 return rpc_call_async(clp->cl_rpcclient, &msg, RPC_TASK_SOFT,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01002609 &nfs4_renew_ops, (void *)jiffies);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002610}
2611
David Howellsadfa6f92006-08-22 20:06:08 -04002612int nfs4_proc_renew(struct nfs_client *clp, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002613{
2614 struct rpc_message msg = {
2615 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW],
2616 .rpc_argp = clp,
Trond Myklebustb4454fe2006-01-03 09:55:25 +01002617 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002618 };
2619 unsigned long now = jiffies;
2620 int status;
2621
2622 status = rpc_call_sync(clp->cl_rpcclient, &msg, 0);
2623 if (status < 0)
2624 return status;
2625 spin_lock(&clp->cl_lock);
2626 if (time_before(clp->cl_last_renewal,now))
2627 clp->cl_last_renewal = now;
2628 spin_unlock(&clp->cl_lock);
2629 return 0;
2630}
2631
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00002632static inline int nfs4_server_supports_acls(struct nfs_server *server)
2633{
2634 return (server->caps & NFS_CAP_ACLS)
2635 && (server->acl_bitmask & ACL4_SUPPORT_ALLOW_ACL)
2636 && (server->acl_bitmask & ACL4_SUPPORT_DENY_ACL);
2637}
2638
2639/* Assuming that XATTR_SIZE_MAX is a multiple of PAGE_CACHE_SIZE, and that
2640 * it's OK to put sizeof(void) * (XATTR_SIZE_MAX/PAGE_CACHE_SIZE) bytes on
2641 * the stack.
2642 */
2643#define NFS4ACL_MAXPAGES (XATTR_SIZE_MAX >> PAGE_CACHE_SHIFT)
2644
2645static void buf_to_pages(const void *buf, size_t buflen,
2646 struct page **pages, unsigned int *pgbase)
2647{
2648 const void *p = buf;
2649
2650 *pgbase = offset_in_page(buf);
2651 p -= *pgbase;
2652 while (p < buf + buflen) {
2653 *(pages++) = virt_to_page(p);
2654 p += PAGE_CACHE_SIZE;
2655 }
2656}
2657
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00002658struct nfs4_cached_acl {
2659 int cached;
2660 size_t len;
Andrew Morton3e9d4152005-06-22 17:16:28 +00002661 char data[0];
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00002662};
2663
2664static void nfs4_set_cached_acl(struct inode *inode, struct nfs4_cached_acl *acl)
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00002665{
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00002666 struct nfs_inode *nfsi = NFS_I(inode);
2667
2668 spin_lock(&inode->i_lock);
2669 kfree(nfsi->nfs4_acl);
2670 nfsi->nfs4_acl = acl;
2671 spin_unlock(&inode->i_lock);
2672}
2673
2674static void nfs4_zap_acl_attr(struct inode *inode)
2675{
2676 nfs4_set_cached_acl(inode, NULL);
2677}
2678
2679static inline ssize_t nfs4_read_cached_acl(struct inode *inode, char *buf, size_t buflen)
2680{
2681 struct nfs_inode *nfsi = NFS_I(inode);
2682 struct nfs4_cached_acl *acl;
2683 int ret = -ENOENT;
2684
2685 spin_lock(&inode->i_lock);
2686 acl = nfsi->nfs4_acl;
2687 if (acl == NULL)
2688 goto out;
2689 if (buf == NULL) /* user is just asking for length */
2690 goto out_len;
2691 if (acl->cached == 0)
2692 goto out;
2693 ret = -ERANGE; /* see getxattr(2) man page */
2694 if (acl->len > buflen)
2695 goto out;
2696 memcpy(buf, acl->data, acl->len);
2697out_len:
2698 ret = acl->len;
2699out:
2700 spin_unlock(&inode->i_lock);
2701 return ret;
2702}
2703
2704static void nfs4_write_cached_acl(struct inode *inode, const char *buf, size_t acl_len)
2705{
2706 struct nfs4_cached_acl *acl;
2707
2708 if (buf && acl_len <= PAGE_SIZE) {
2709 acl = kmalloc(sizeof(*acl) + acl_len, GFP_KERNEL);
2710 if (acl == NULL)
2711 goto out;
2712 acl->cached = 1;
2713 memcpy(acl->data, buf, acl_len);
2714 } else {
2715 acl = kmalloc(sizeof(*acl), GFP_KERNEL);
2716 if (acl == NULL)
2717 goto out;
2718 acl->cached = 0;
2719 }
2720 acl->len = acl_len;
2721out:
2722 nfs4_set_cached_acl(inode, acl);
2723}
2724
Trond Myklebust16b4289c2006-08-24 12:27:15 -04002725static ssize_t __nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00002726{
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00002727 struct page *pages[NFS4ACL_MAXPAGES];
2728 struct nfs_getaclargs args = {
2729 .fh = NFS_FH(inode),
2730 .acl_pages = pages,
2731 .acl_len = buflen,
2732 };
2733 size_t resp_len = buflen;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00002734 void *resp_buf;
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00002735 struct rpc_message msg = {
2736 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETACL],
2737 .rpc_argp = &args,
2738 .rpc_resp = &resp_len,
2739 };
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00002740 struct page *localpage = NULL;
2741 int ret;
2742
2743 if (buflen < PAGE_SIZE) {
2744 /* As long as we're doing a round trip to the server anyway,
2745 * let's be prepared for a page of acl data. */
2746 localpage = alloc_page(GFP_KERNEL);
2747 resp_buf = page_address(localpage);
2748 if (localpage == NULL)
2749 return -ENOMEM;
2750 args.acl_pages[0] = localpage;
2751 args.acl_pgbase = 0;
J. Bruce Fields1d95db82005-10-13 16:54:32 -04002752 resp_len = args.acl_len = PAGE_SIZE;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00002753 } else {
2754 resp_buf = buf;
2755 buf_to_pages(buf, buflen, args.acl_pages, &args.acl_pgbase);
2756 }
2757 ret = rpc_call_sync(NFS_CLIENT(inode), &msg, 0);
2758 if (ret)
2759 goto out_free;
2760 if (resp_len > args.acl_len)
2761 nfs4_write_cached_acl(inode, NULL, resp_len);
2762 else
2763 nfs4_write_cached_acl(inode, resp_buf, resp_len);
2764 if (buf) {
2765 ret = -ERANGE;
2766 if (resp_len > buflen)
2767 goto out_free;
2768 if (localpage)
2769 memcpy(buf, resp_buf, resp_len);
2770 }
2771 ret = resp_len;
2772out_free:
2773 if (localpage)
2774 __free_page(localpage);
2775 return ret;
2776}
2777
Trond Myklebust16b4289c2006-08-24 12:27:15 -04002778static ssize_t nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen)
2779{
2780 struct nfs4_exception exception = { };
2781 ssize_t ret;
2782 do {
2783 ret = __nfs4_get_acl_uncached(inode, buf, buflen);
2784 if (ret >= 0)
2785 break;
2786 ret = nfs4_handle_exception(NFS_SERVER(inode), ret, &exception);
2787 } while (exception.retry);
2788 return ret;
2789}
2790
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00002791static ssize_t nfs4_proc_get_acl(struct inode *inode, void *buf, size_t buflen)
2792{
2793 struct nfs_server *server = NFS_SERVER(inode);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00002794 int ret;
2795
2796 if (!nfs4_server_supports_acls(server))
2797 return -EOPNOTSUPP;
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00002798 ret = nfs_revalidate_inode(server, inode);
2799 if (ret < 0)
2800 return ret;
Trond Myklebustf41f7412008-06-11 17:39:04 -04002801 if (NFS_I(inode)->cache_validity & NFS_INO_INVALID_ACL)
2802 nfs_zap_acl_cache(inode);
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00002803 ret = nfs4_read_cached_acl(inode, buf, buflen);
2804 if (ret != -ENOENT)
2805 return ret;
2806 return nfs4_get_acl_uncached(inode, buf, buflen);
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00002807}
2808
Trond Myklebust16b4289c2006-08-24 12:27:15 -04002809static int __nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00002810{
2811 struct nfs_server *server = NFS_SERVER(inode);
2812 struct page *pages[NFS4ACL_MAXPAGES];
2813 struct nfs_setaclargs arg = {
2814 .fh = NFS_FH(inode),
2815 .acl_pages = pages,
2816 .acl_len = buflen,
2817 };
2818 struct rpc_message msg = {
2819 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETACL],
2820 .rpc_argp = &arg,
2821 .rpc_resp = NULL,
2822 };
2823 int ret;
2824
2825 if (!nfs4_server_supports_acls(server))
2826 return -EOPNOTSUPP;
Trond Myklebust642ac542005-10-18 14:20:19 -07002827 nfs_inode_return_delegation(inode);
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00002828 buf_to_pages(buf, buflen, arg.acl_pages, &arg.acl_pgbase);
David Howells1f163412006-08-22 20:06:11 -04002829 ret = rpc_call_sync(NFS_CLIENT(inode), &msg, 0);
Trond Myklebustf41f7412008-06-11 17:39:04 -04002830 nfs_access_zap_cache(inode);
2831 nfs_zap_acl_cache(inode);
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00002832 return ret;
2833}
2834
Trond Myklebust16b4289c2006-08-24 12:27:15 -04002835static int nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen)
2836{
2837 struct nfs4_exception exception = { };
2838 int err;
2839 do {
2840 err = nfs4_handle_exception(NFS_SERVER(inode),
2841 __nfs4_proc_set_acl(inode, buf, buflen),
2842 &exception);
2843 } while (exception.retry);
2844 return err;
2845}
2846
Linus Torvalds1da177e2005-04-16 15:20:36 -07002847static int
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002848nfs4_async_handle_error(struct rpc_task *task, const struct nfs_server *server, struct nfs4_state *state)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002849{
David Howells7539bba2006-08-22 20:06:09 -04002850 struct nfs_client *clp = server->nfs_client;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002851
2852 if (!clp || task->tk_status >= 0)
2853 return 0;
2854 switch(task->tk_status) {
Trond Myklebust9e33bed2008-12-23 15:21:46 -05002855 case -NFS4ERR_ADMIN_REVOKED:
2856 case -NFS4ERR_BAD_STATEID:
2857 case -NFS4ERR_OPENMODE:
2858 if (state == NULL)
2859 break;
2860 nfs4_state_mark_reclaim_nograce(clp, state);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002861 case -NFS4ERR_STALE_CLIENTID:
2862 case -NFS4ERR_STALE_STATEID:
2863 case -NFS4ERR_EXPIRED:
Trond Myklebust5d008372008-02-22 16:34:17 -05002864 rpc_sleep_on(&clp->cl_rpcwaitq, task, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002865 nfs4_schedule_state_recovery(clp);
Trond Myklebuste005e802008-12-23 15:21:48 -05002866 if (test_bit(NFS4CLNT_MANAGER_RUNNING, &clp->cl_state) == 0)
Trond Myklebustfda13932008-02-22 16:34:12 -05002867 rpc_wake_up_queued_task(&clp->cl_rpcwaitq, task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002868 task->tk_status = 0;
2869 return -EAGAIN;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002870 case -NFS4ERR_DELAY:
Trond Myklebust2e96d282008-06-11 16:42:05 -04002871 nfs_inc_server_stats(server, NFSIOS_DELAY);
Chuck Lever006ea732006-03-20 13:44:14 -05002872 case -NFS4ERR_GRACE:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002873 rpc_delay(task, NFS4_POLL_RETRY_MAX);
2874 task->tk_status = 0;
2875 return -EAGAIN;
2876 case -NFS4ERR_OLD_STATEID:
2877 task->tk_status = 0;
2878 return -EAGAIN;
2879 }
2880 task->tk_status = nfs4_map_errors(task->tk_status);
2881 return 0;
2882}
2883
David Howellsadfa6f92006-08-22 20:06:08 -04002884int nfs4_proc_setclientid(struct nfs_client *clp, u32 program, unsigned short port, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002885{
2886 nfs4_verifier sc_verifier;
2887 struct nfs4_setclientid setclientid = {
2888 .sc_verifier = &sc_verifier,
2889 .sc_prog = program,
2890 };
2891 struct rpc_message msg = {
2892 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID],
2893 .rpc_argp = &setclientid,
2894 .rpc_resp = clp,
Trond Myklebust286d7d62006-01-03 09:55:26 +01002895 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002896 };
Al Virobc4785c2006-10-19 23:28:51 -07002897 __be32 *p;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002898 int loop = 0;
2899 int status;
2900
Al Virobc4785c2006-10-19 23:28:51 -07002901 p = (__be32*)sc_verifier.data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002902 *p++ = htonl((u32)clp->cl_boot_time.tv_sec);
2903 *p = htonl((u32)clp->cl_boot_time.tv_nsec);
2904
2905 for(;;) {
2906 setclientid.sc_name_len = scnprintf(setclientid.sc_name,
Trond Myklebust69dd7162007-12-14 14:56:07 -05002907 sizeof(setclientid.sc_name), "%s/%s %s %s %u",
Chuck Leverd4d3c502007-12-10 14:57:09 -05002908 clp->cl_ipaddr,
2909 rpc_peeraddr2str(clp->cl_rpcclient,
2910 RPC_DISPLAY_ADDR),
Trond Myklebust69dd7162007-12-14 14:56:07 -05002911 rpc_peeraddr2str(clp->cl_rpcclient,
2912 RPC_DISPLAY_PROTO),
Trond Myklebust78ea3232008-04-07 20:49:28 -04002913 clp->cl_rpcclient->cl_auth->au_ops->au_name,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002914 clp->cl_id_uniquifier);
2915 setclientid.sc_netid_len = scnprintf(setclientid.sc_netid,
Chuck Leverd4d3c502007-12-10 14:57:09 -05002916 sizeof(setclientid.sc_netid),
2917 rpc_peeraddr2str(clp->cl_rpcclient,
2918 RPC_DISPLAY_NETID));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002919 setclientid.sc_uaddr_len = scnprintf(setclientid.sc_uaddr,
Chuck Leverd4d3c502007-12-10 14:57:09 -05002920 sizeof(setclientid.sc_uaddr), "%s.%u.%u",
Linus Torvalds1da177e2005-04-16 15:20:36 -07002921 clp->cl_ipaddr, port >> 8, port & 255);
2922
2923 status = rpc_call_sync(clp->cl_rpcclient, &msg, 0);
2924 if (status != -NFS4ERR_CLID_INUSE)
2925 break;
2926 if (signalled())
2927 break;
2928 if (loop++ & 1)
2929 ssleep(clp->cl_lease_time + 1);
2930 else
2931 if (++clp->cl_id_uniquifier == 0)
2932 break;
2933 }
2934 return status;
2935}
2936
David Howellsadfa6f92006-08-22 20:06:08 -04002937static int _nfs4_proc_setclientid_confirm(struct nfs_client *clp, struct rpc_cred *cred)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002938{
2939 struct nfs_fsinfo fsinfo;
2940 struct rpc_message msg = {
2941 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID_CONFIRM],
2942 .rpc_argp = clp,
2943 .rpc_resp = &fsinfo,
Trond Myklebust286d7d62006-01-03 09:55:26 +01002944 .rpc_cred = cred,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002945 };
2946 unsigned long now;
2947 int status;
2948
2949 now = jiffies;
2950 status = rpc_call_sync(clp->cl_rpcclient, &msg, 0);
2951 if (status == 0) {
2952 spin_lock(&clp->cl_lock);
2953 clp->cl_lease_time = fsinfo.lease_time * HZ;
2954 clp->cl_last_renewal = now;
2955 spin_unlock(&clp->cl_lock);
2956 }
2957 return status;
2958}
2959
David Howellsadfa6f92006-08-22 20:06:08 -04002960int nfs4_proc_setclientid_confirm(struct nfs_client *clp, struct rpc_cred *cred)
Trond Myklebust51581f32006-03-20 13:44:47 -05002961{
Benny Halevy77e03672008-06-24 20:25:57 +03002962 long timeout = 0;
Trond Myklebust51581f32006-03-20 13:44:47 -05002963 int err;
2964 do {
2965 err = _nfs4_proc_setclientid_confirm(clp, cred);
2966 switch (err) {
2967 case 0:
2968 return err;
2969 case -NFS4ERR_RESOURCE:
2970 /* The IBM lawyers misread another document! */
2971 case -NFS4ERR_DELAY:
2972 err = nfs4_delay(clp->cl_rpcclient, &timeout);
2973 }
2974 } while (err == 0);
2975 return err;
2976}
2977
Trond Myklebustfe650402006-01-03 09:55:18 +01002978struct nfs4_delegreturndata {
2979 struct nfs4_delegreturnargs args;
Trond Myklebustfa178f22006-01-03 09:55:38 +01002980 struct nfs4_delegreturnres res;
Trond Myklebustfe650402006-01-03 09:55:18 +01002981 struct nfs_fh fh;
2982 nfs4_stateid stateid;
Trond Myklebust26e976a2006-01-03 09:55:21 +01002983 unsigned long timestamp;
Trond Myklebustfa178f22006-01-03 09:55:38 +01002984 struct nfs_fattr fattr;
Trond Myklebustfe650402006-01-03 09:55:18 +01002985 int rpc_status;
2986};
2987
Trond Myklebustfe650402006-01-03 09:55:18 +01002988static void nfs4_delegreturn_done(struct rpc_task *task, void *calldata)
2989{
2990 struct nfs4_delegreturndata *data = calldata;
2991 data->rpc_status = task->tk_status;
Trond Myklebust26e976a2006-01-03 09:55:21 +01002992 if (data->rpc_status == 0)
Trond Myklebustfa178f22006-01-03 09:55:38 +01002993 renew_lease(data->res.server, data->timestamp);
Trond Myklebustfe650402006-01-03 09:55:18 +01002994}
2995
2996static void nfs4_delegreturn_release(void *calldata)
2997{
Trond Myklebustfe650402006-01-03 09:55:18 +01002998 kfree(calldata);
2999}
3000
Jesper Juhlc8d149f2006-03-20 13:44:07 -05003001static const struct rpc_call_ops nfs4_delegreturn_ops = {
Trond Myklebustfe650402006-01-03 09:55:18 +01003002 .rpc_call_done = nfs4_delegreturn_done,
3003 .rpc_release = nfs4_delegreturn_release,
3004};
3005
Trond Myklebuste6f81072008-01-24 18:14:34 -05003006static int _nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Trond Myklebustfe650402006-01-03 09:55:18 +01003007{
3008 struct nfs4_delegreturndata *data;
Trond Myklebustfa178f22006-01-03 09:55:38 +01003009 struct nfs_server *server = NFS_SERVER(inode);
Trond Myklebustfe650402006-01-03 09:55:18 +01003010 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003011 struct rpc_message msg = {
3012 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DELEGRETURN],
3013 .rpc_cred = cred,
3014 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04003015 struct rpc_task_setup task_setup_data = {
3016 .rpc_client = server->client,
Trond Myklebust5138fde2007-07-14 15:40:01 -04003017 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003018 .callback_ops = &nfs4_delegreturn_ops,
3019 .flags = RPC_TASK_ASYNC,
3020 };
Trond Myklebuste6f81072008-01-24 18:14:34 -05003021 int status = 0;
Trond Myklebustfe650402006-01-03 09:55:18 +01003022
3023 data = kmalloc(sizeof(*data), GFP_KERNEL);
3024 if (data == NULL)
3025 return -ENOMEM;
3026 data->args.fhandle = &data->fh;
3027 data->args.stateid = &data->stateid;
Trond Myklebustfa178f22006-01-03 09:55:38 +01003028 data->args.bitmask = server->attr_bitmask;
Trond Myklebustfe650402006-01-03 09:55:18 +01003029 nfs_copy_fh(&data->fh, NFS_FH(inode));
3030 memcpy(&data->stateid, stateid, sizeof(data->stateid));
Trond Myklebustfa178f22006-01-03 09:55:38 +01003031 data->res.fattr = &data->fattr;
3032 data->res.server = server;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003033 nfs_fattr_init(data->res.fattr);
Trond Myklebust26e976a2006-01-03 09:55:21 +01003034 data->timestamp = jiffies;
Trond Myklebustfe650402006-01-03 09:55:18 +01003035 data->rpc_status = 0;
3036
Trond Myklebustc970aa82007-07-14 15:39:59 -04003037 task_setup_data.callback_data = data;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003038 msg.rpc_argp = &data->args,
3039 msg.rpc_resp = &data->res,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003040 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05003041 if (IS_ERR(task))
Trond Myklebustfe650402006-01-03 09:55:18 +01003042 return PTR_ERR(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05003043 if (!issync)
3044 goto out;
Trond Myklebustfe650402006-01-03 09:55:18 +01003045 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6f81072008-01-24 18:14:34 -05003046 if (status != 0)
3047 goto out;
3048 status = data->rpc_status;
3049 if (status != 0)
3050 goto out;
3051 nfs_refresh_inode(inode, &data->fattr);
3052out:
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05003053 rpc_put_task(task);
Trond Myklebustfe650402006-01-03 09:55:18 +01003054 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003055}
3056
Trond Myklebuste6f81072008-01-24 18:14:34 -05003057int nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003058{
3059 struct nfs_server *server = NFS_SERVER(inode);
3060 struct nfs4_exception exception = { };
3061 int err;
3062 do {
Trond Myklebuste6f81072008-01-24 18:14:34 -05003063 err = _nfs4_proc_delegreturn(inode, cred, stateid, issync);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003064 switch (err) {
3065 case -NFS4ERR_STALE_STATEID:
3066 case -NFS4ERR_EXPIRED:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003067 case 0:
3068 return 0;
3069 }
3070 err = nfs4_handle_exception(server, err, &exception);
3071 } while (exception.retry);
3072 return err;
3073}
3074
3075#define NFS4_LOCK_MINTIMEOUT (1 * HZ)
3076#define NFS4_LOCK_MAXTIMEOUT (30 * HZ)
3077
3078/*
3079 * sleep, with exponential backoff, and retry the LOCK operation.
3080 */
3081static unsigned long
3082nfs4_set_lock_task_retry(unsigned long timeout)
3083{
Matthew Wilcox150030b2007-12-06 16:24:39 -05003084 schedule_timeout_killable(timeout);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003085 timeout <<= 1;
3086 if (timeout > NFS4_LOCK_MAXTIMEOUT)
3087 return NFS4_LOCK_MAXTIMEOUT;
3088 return timeout;
3089}
3090
Linus Torvalds1da177e2005-04-16 15:20:36 -07003091static int _nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
3092{
3093 struct inode *inode = state->inode;
3094 struct nfs_server *server = NFS_SERVER(inode);
David Howells7539bba2006-08-22 20:06:09 -04003095 struct nfs_client *clp = server->nfs_client;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003096 struct nfs_lockt_args arg = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003097 .fh = NFS_FH(inode),
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003098 .fl = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003099 };
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003100 struct nfs_lockt_res res = {
3101 .denied = request,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003102 };
3103 struct rpc_message msg = {
3104 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKT],
3105 .rpc_argp = &arg,
3106 .rpc_resp = &res,
3107 .rpc_cred = state->owner->so_cred,
3108 };
Linus Torvalds1da177e2005-04-16 15:20:36 -07003109 struct nfs4_lock_state *lsp;
3110 int status;
3111
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003112 arg.lock_owner.clientid = clp->cl_clientid;
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00003113 status = nfs4_set_lock_state(state, request);
3114 if (status != 0)
3115 goto out;
3116 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebust9f958ab2007-07-02 13:58:33 -04003117 arg.lock_owner.id = lsp->ls_id.id;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003118 status = rpc_call_sync(server->client, &msg, 0);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003119 switch (status) {
3120 case 0:
3121 request->fl_type = F_UNLCK;
3122 break;
3123 case -NFS4ERR_DENIED:
3124 status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003125 }
J. Bruce Fields70cc6482007-02-22 18:48:53 -05003126 request->fl_ops->fl_release_private(request);
Trond Myklebust8d0a8a92005-06-22 17:16:32 +00003127out:
Linus Torvalds1da177e2005-04-16 15:20:36 -07003128 return status;
3129}
3130
3131static int nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request)
3132{
3133 struct nfs4_exception exception = { };
3134 int err;
3135
3136 do {
3137 err = nfs4_handle_exception(NFS_SERVER(state->inode),
3138 _nfs4_proc_getlk(state, cmd, request),
3139 &exception);
3140 } while (exception.retry);
3141 return err;
3142}
3143
3144static int do_vfs_lock(struct file *file, struct file_lock *fl)
3145{
3146 int res = 0;
3147 switch (fl->fl_flags & (FL_POSIX|FL_FLOCK)) {
3148 case FL_POSIX:
3149 res = posix_lock_file_wait(file, fl);
3150 break;
3151 case FL_FLOCK:
3152 res = flock_lock_file_wait(file, fl);
3153 break;
3154 default:
3155 BUG();
3156 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003157 return res;
3158}
3159
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003160struct nfs4_unlockdata {
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003161 struct nfs_locku_args arg;
3162 struct nfs_locku_res res;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003163 struct nfs4_lock_state *lsp;
3164 struct nfs_open_context *ctx;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003165 struct file_lock fl;
3166 const struct nfs_server *server;
Trond Myklebust26e976a2006-01-03 09:55:21 +01003167 unsigned long timestamp;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003168};
3169
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003170static struct nfs4_unlockdata *nfs4_alloc_unlockdata(struct file_lock *fl,
3171 struct nfs_open_context *ctx,
3172 struct nfs4_lock_state *lsp,
3173 struct nfs_seqid *seqid)
3174{
3175 struct nfs4_unlockdata *p;
3176 struct inode *inode = lsp->ls_state->inode;
3177
3178 p = kmalloc(sizeof(*p), GFP_KERNEL);
3179 if (p == NULL)
3180 return NULL;
3181 p->arg.fh = NFS_FH(inode);
3182 p->arg.fl = &p->fl;
3183 p->arg.seqid = seqid;
Trond Myklebustc1d51932008-04-07 13:20:54 -04003184 p->res.seqid = seqid;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003185 p->arg.stateid = &lsp->ls_stateid;
3186 p->lsp = lsp;
3187 atomic_inc(&lsp->ls_count);
3188 /* Ensure we don't close file until we're done freeing locks! */
3189 p->ctx = get_nfs_open_context(ctx);
3190 memcpy(&p->fl, fl, sizeof(p->fl));
3191 p->server = NFS_SERVER(inode);
3192 return p;
3193}
3194
Trond Myklebust06f814a2006-01-03 09:55:07 +01003195static void nfs4_locku_release_calldata(void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003196{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003197 struct nfs4_unlockdata *calldata = data;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003198 nfs_free_seqid(calldata->arg.seqid);
Trond Myklebust06f814a2006-01-03 09:55:07 +01003199 nfs4_put_lock_state(calldata->lsp);
3200 put_nfs_open_context(calldata->ctx);
3201 kfree(calldata);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003202}
3203
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003204static void nfs4_locku_done(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003205{
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003206 struct nfs4_unlockdata *calldata = data;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003207
Trond Myklebust06f814a2006-01-03 09:55:07 +01003208 if (RPC_ASSASSINATED(task))
3209 return;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003210 switch (task->tk_status) {
3211 case 0:
3212 memcpy(calldata->lsp->ls_stateid.data,
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003213 calldata->res.stateid.data,
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003214 sizeof(calldata->lsp->ls_stateid.data));
Trond Myklebust26e976a2006-01-03 09:55:21 +01003215 renew_lease(calldata->server, calldata->timestamp);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003216 break;
Trond Myklebust9e33bed2008-12-23 15:21:46 -05003217 case -NFS4ERR_BAD_STATEID:
3218 case -NFS4ERR_OLD_STATEID:
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003219 case -NFS4ERR_STALE_STATEID:
3220 case -NFS4ERR_EXPIRED:
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003221 break;
3222 default:
Trond Myklebust9e33bed2008-12-23 15:21:46 -05003223 if (nfs4_async_handle_error(task, calldata->server, NULL) == -EAGAIN)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003224 rpc_restart_call(task);
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003225 }
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003226}
3227
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01003228static void nfs4_locku_prepare(struct rpc_task *task, void *data)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003229{
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01003230 struct nfs4_unlockdata *calldata = data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003231
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003232 if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0)
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003233 return;
3234 if ((calldata->lsp->ls_flags & NFS_LOCK_INITIALIZED) == 0) {
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003235 /* Note: exit _without_ running nfs4_locku_done */
3236 task->tk_action = NULL;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003237 return;
3238 }
Trond Myklebust26e976a2006-01-03 09:55:21 +01003239 calldata->timestamp = jiffies;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003240 rpc_call_start(task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003241}
3242
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003243static const struct rpc_call_ops nfs4_locku_ops = {
Trond Myklebust4ce70ad2006-01-03 09:55:05 +01003244 .rpc_call_prepare = nfs4_locku_prepare,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003245 .rpc_call_done = nfs4_locku_done,
Trond Myklebust06f814a2006-01-03 09:55:07 +01003246 .rpc_release = nfs4_locku_release_calldata,
Trond Myklebust963d8fe2006-01-03 09:55:04 +01003247};
3248
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003249static struct rpc_task *nfs4_do_unlck(struct file_lock *fl,
3250 struct nfs_open_context *ctx,
3251 struct nfs4_lock_state *lsp,
3252 struct nfs_seqid *seqid)
3253{
3254 struct nfs4_unlockdata *data;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003255 struct rpc_message msg = {
3256 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKU],
3257 .rpc_cred = ctx->cred,
3258 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04003259 struct rpc_task_setup task_setup_data = {
3260 .rpc_client = NFS_CLIENT(lsp->ls_state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04003261 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003262 .callback_ops = &nfs4_locku_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05003263 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003264 .flags = RPC_TASK_ASYNC,
3265 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003266
Frank Filz137d6ac2007-07-09 15:32:29 -07003267 /* Ensure this is an unlock - when canceling a lock, the
3268 * canceled lock is passed in, and it won't be an unlock.
3269 */
3270 fl->fl_type = F_UNLCK;
3271
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003272 data = nfs4_alloc_unlockdata(fl, ctx, lsp, seqid);
3273 if (data == NULL) {
3274 nfs_free_seqid(seqid);
3275 return ERR_PTR(-ENOMEM);
3276 }
3277
Trond Myklebust5138fde2007-07-14 15:40:01 -04003278 msg.rpc_argp = &data->arg,
3279 msg.rpc_resp = &data->res,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003280 task_setup_data.callback_data = data;
3281 return rpc_run_task(&task_setup_data);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003282}
3283
Linus Torvalds1da177e2005-04-16 15:20:36 -07003284static int nfs4_proc_unlck(struct nfs4_state *state, int cmd, struct file_lock *request)
3285{
Trond Myklebust19e03c52008-12-23 15:21:44 -05003286 struct nfs_inode *nfsi = NFS_I(state->inode);
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003287 struct nfs_seqid *seqid;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003288 struct nfs4_lock_state *lsp;
Trond Myklebust06f814a2006-01-03 09:55:07 +01003289 struct rpc_task *task;
3290 int status = 0;
Trond Myklebust536ff0f2008-04-04 15:08:02 -04003291 unsigned char fl_flags = request->fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003292
Trond Myklebust9b073572006-06-29 16:38:34 -04003293 status = nfs4_set_lock_state(state, request);
3294 /* Unlock _before_ we do the RPC call */
3295 request->fl_flags |= FL_EXISTS;
Trond Myklebust19e03c52008-12-23 15:21:44 -05003296 down_read(&nfsi->rwsem);
3297 if (do_vfs_lock(request->fl_file, request) == -ENOENT) {
3298 up_read(&nfsi->rwsem);
Trond Myklebust9b073572006-06-29 16:38:34 -04003299 goto out;
Trond Myklebust19e03c52008-12-23 15:21:44 -05003300 }
3301 up_read(&nfsi->rwsem);
Trond Myklebust9b073572006-06-29 16:38:34 -04003302 if (status != 0)
3303 goto out;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05003304 /* Is this a delegated lock? */
3305 if (test_bit(NFS_DELEGATED_STATE, &state->flags))
Trond Myklebust9b073572006-06-29 16:38:34 -04003306 goto out;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003307 lsp = request->fl_u.nfs4_fl.owner;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003308 seqid = nfs_alloc_seqid(&lsp->ls_seqid);
Trond Myklebust9b073572006-06-29 16:38:34 -04003309 status = -ENOMEM;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003310 if (seqid == NULL)
Trond Myklebust9b073572006-06-29 16:38:34 -04003311 goto out;
Trond Myklebustcd3758e2007-08-10 17:44:32 -04003312 task = nfs4_do_unlck(request, nfs_file_open_context(request->fl_file), lsp, seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003313 status = PTR_ERR(task);
3314 if (IS_ERR(task))
Trond Myklebust9b073572006-06-29 16:38:34 -04003315 goto out;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003316 status = nfs4_wait_for_completion_rpc_task(task);
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05003317 rpc_put_task(task);
Trond Myklebust9b073572006-06-29 16:38:34 -04003318out:
Trond Myklebust536ff0f2008-04-04 15:08:02 -04003319 request->fl_flags = fl_flags;
Trond Myklebustfaf5f492005-10-18 14:20:15 -07003320 return status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003321}
3322
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003323struct nfs4_lockdata {
3324 struct nfs_lock_args arg;
Trond Myklebust911d1aa2006-01-03 09:55:16 +01003325 struct nfs_lock_res res;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003326 struct nfs4_lock_state *lsp;
3327 struct nfs_open_context *ctx;
3328 struct file_lock fl;
Trond Myklebust26e976a2006-01-03 09:55:21 +01003329 unsigned long timestamp;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003330 int rpc_status;
3331 int cancelled;
3332};
3333
3334static struct nfs4_lockdata *nfs4_alloc_lockdata(struct file_lock *fl,
3335 struct nfs_open_context *ctx, struct nfs4_lock_state *lsp)
3336{
3337 struct nfs4_lockdata *p;
3338 struct inode *inode = lsp->ls_state->inode;
3339 struct nfs_server *server = NFS_SERVER(inode);
3340
3341 p = kzalloc(sizeof(*p), GFP_KERNEL);
3342 if (p == NULL)
3343 return NULL;
3344
3345 p->arg.fh = NFS_FH(inode);
3346 p->arg.fl = &p->fl;
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05003347 p->arg.open_seqid = nfs_alloc_seqid(&lsp->ls_state->owner->so_seqid);
3348 if (p->arg.open_seqid == NULL)
3349 goto out_free;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003350 p->arg.lock_seqid = nfs_alloc_seqid(&lsp->ls_seqid);
3351 if (p->arg.lock_seqid == NULL)
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05003352 goto out_free_seqid;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003353 p->arg.lock_stateid = &lsp->ls_stateid;
David Howells7539bba2006-08-22 20:06:09 -04003354 p->arg.lock_owner.clientid = server->nfs_client->cl_clientid;
Trond Myklebust9f958ab2007-07-02 13:58:33 -04003355 p->arg.lock_owner.id = lsp->ls_id.id;
Trond Myklebustc1d51932008-04-07 13:20:54 -04003356 p->res.lock_seqid = p->arg.lock_seqid;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003357 p->lsp = lsp;
3358 atomic_inc(&lsp->ls_count);
3359 p->ctx = get_nfs_open_context(ctx);
3360 memcpy(&p->fl, fl, sizeof(p->fl));
3361 return p;
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05003362out_free_seqid:
3363 nfs_free_seqid(p->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003364out_free:
3365 kfree(p);
3366 return NULL;
3367}
3368
3369static void nfs4_lock_prepare(struct rpc_task *task, void *calldata)
3370{
3371 struct nfs4_lockdata *data = calldata;
3372 struct nfs4_state *state = data->lsp->ls_state;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003373
Harvey Harrison3110ff82008-05-02 13:42:44 -07003374 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05003375 if (nfs_wait_on_sequence(data->arg.lock_seqid, task) != 0)
3376 return;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003377 /* Do we need to do an open_to_lock_owner? */
3378 if (!(data->arg.lock_seqid->sequence->flags & NFS_SEQID_CONFIRMED)) {
Trond Myklebuste6e21972008-01-02 16:27:16 -05003379 if (nfs_wait_on_sequence(data->arg.open_seqid, task) != 0)
3380 return;
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003381 data->arg.open_stateid = &state->stateid;
3382 data->arg.new_lock_owner = 1;
Trond Myklebustc1d51932008-04-07 13:20:54 -04003383 data->res.open_seqid = data->arg.open_seqid;
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05003384 } else
3385 data->arg.new_lock_owner = 0;
Trond Myklebust26e976a2006-01-03 09:55:21 +01003386 data->timestamp = jiffies;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003387 rpc_call_start(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07003388 dprintk("%s: done!, ret = %d\n", __func__, data->rpc_status);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003389}
3390
3391static void nfs4_lock_done(struct rpc_task *task, void *calldata)
3392{
3393 struct nfs4_lockdata *data = calldata;
3394
Harvey Harrison3110ff82008-05-02 13:42:44 -07003395 dprintk("%s: begin!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003396
3397 data->rpc_status = task->tk_status;
3398 if (RPC_ASSASSINATED(task))
3399 goto out;
3400 if (data->arg.new_lock_owner != 0) {
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003401 if (data->rpc_status == 0)
3402 nfs_confirm_seqid(&data->lsp->ls_seqid, 0);
3403 else
3404 goto out;
3405 }
3406 if (data->rpc_status == 0) {
3407 memcpy(data->lsp->ls_stateid.data, data->res.stateid.data,
3408 sizeof(data->lsp->ls_stateid.data));
3409 data->lsp->ls_flags |= NFS_LOCK_INITIALIZED;
Trond Myklebust88be9f92007-06-05 10:42:27 -04003410 renew_lease(NFS_SERVER(data->ctx->path.dentry->d_inode), data->timestamp);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003411 }
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003412out:
Harvey Harrison3110ff82008-05-02 13:42:44 -07003413 dprintk("%s: done, ret = %d!\n", __func__, data->rpc_status);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003414}
3415
3416static void nfs4_lock_release(void *calldata)
3417{
3418 struct nfs4_lockdata *data = calldata;
3419
Harvey Harrison3110ff82008-05-02 13:42:44 -07003420 dprintk("%s: begin!\n", __func__);
Trond Myklebust2f74c0a2008-01-08 17:56:07 -05003421 nfs_free_seqid(data->arg.open_seqid);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003422 if (data->cancelled != 0) {
3423 struct rpc_task *task;
3424 task = nfs4_do_unlck(&data->fl, data->ctx, data->lsp,
3425 data->arg.lock_seqid);
3426 if (!IS_ERR(task))
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05003427 rpc_put_task(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07003428 dprintk("%s: cancelling lock!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003429 } else
3430 nfs_free_seqid(data->arg.lock_seqid);
3431 nfs4_put_lock_state(data->lsp);
3432 put_nfs_open_context(data->ctx);
3433 kfree(data);
Harvey Harrison3110ff82008-05-02 13:42:44 -07003434 dprintk("%s: done!\n", __func__);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003435}
3436
3437static const struct rpc_call_ops nfs4_lock_ops = {
3438 .rpc_call_prepare = nfs4_lock_prepare,
3439 .rpc_call_done = nfs4_lock_done,
3440 .rpc_release = nfs4_lock_release,
3441};
3442
3443static int _nfs4_do_setlk(struct nfs4_state *state, int cmd, struct file_lock *fl, int reclaim)
3444{
3445 struct nfs4_lockdata *data;
3446 struct rpc_task *task;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003447 struct rpc_message msg = {
3448 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCK],
3449 .rpc_cred = state->owner->so_cred,
3450 };
Trond Myklebustc970aa82007-07-14 15:39:59 -04003451 struct rpc_task_setup task_setup_data = {
3452 .rpc_client = NFS_CLIENT(state->inode),
Trond Myklebust5138fde2007-07-14 15:40:01 -04003453 .rpc_message = &msg,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003454 .callback_ops = &nfs4_lock_ops,
Trond Myklebust101070c2008-02-19 20:04:23 -05003455 .workqueue = nfsiod_workqueue,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003456 .flags = RPC_TASK_ASYNC,
3457 };
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003458 int ret;
3459
Harvey Harrison3110ff82008-05-02 13:42:44 -07003460 dprintk("%s: begin!\n", __func__);
Trond Myklebustcd3758e2007-08-10 17:44:32 -04003461 data = nfs4_alloc_lockdata(fl, nfs_file_open_context(fl->fl_file),
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003462 fl->fl_u.nfs4_fl.owner);
3463 if (data == NULL)
3464 return -ENOMEM;
3465 if (IS_SETLKW(cmd))
3466 data->arg.block = 1;
3467 if (reclaim != 0)
3468 data->arg.reclaim = 1;
Trond Myklebust5138fde2007-07-14 15:40:01 -04003469 msg.rpc_argp = &data->arg,
3470 msg.rpc_resp = &data->res,
Trond Myklebustc970aa82007-07-14 15:39:59 -04003471 task_setup_data.callback_data = data;
3472 task = rpc_run_task(&task_setup_data);
Trond Myklebust7a1218a2006-03-20 18:11:10 -05003473 if (IS_ERR(task))
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003474 return PTR_ERR(task);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003475 ret = nfs4_wait_for_completion_rpc_task(task);
3476 if (ret == 0) {
3477 ret = data->rpc_status;
3478 if (ret == -NFS4ERR_DENIED)
3479 ret = -EAGAIN;
3480 } else
3481 data->cancelled = 1;
Trond Myklebuste6b3c4d2006-11-11 22:18:03 -05003482 rpc_put_task(task);
Harvey Harrison3110ff82008-05-02 13:42:44 -07003483 dprintk("%s: done, ret = %d!\n", __func__, ret);
Trond Myklebusta5d16a42006-01-03 09:55:17 +01003484 return ret;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003485}
3486
3487static int nfs4_lock_reclaim(struct nfs4_state *state, struct file_lock *request)
3488{
Trond Myklebust202b50d2005-06-22 17:16:29 +00003489 struct nfs_server *server = NFS_SERVER(state->inode);
3490 struct nfs4_exception exception = { };
3491 int err;
3492
3493 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04003494 /* Cache the lock if possible... */
3495 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
3496 return 0;
Trond Myklebust202b50d2005-06-22 17:16:29 +00003497 err = _nfs4_do_setlk(state, F_SETLK, request, 1);
3498 if (err != -NFS4ERR_DELAY)
3499 break;
3500 nfs4_handle_exception(server, err, &exception);
3501 } while (exception.retry);
3502 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003503}
3504
3505static int nfs4_lock_expired(struct nfs4_state *state, struct file_lock *request)
3506{
Trond Myklebust202b50d2005-06-22 17:16:29 +00003507 struct nfs_server *server = NFS_SERVER(state->inode);
3508 struct nfs4_exception exception = { };
3509 int err;
3510
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05003511 err = nfs4_set_lock_state(state, request);
3512 if (err != 0)
3513 return err;
Trond Myklebust202b50d2005-06-22 17:16:29 +00003514 do {
Trond Myklebust42a2d132006-06-29 16:38:36 -04003515 if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0)
3516 return 0;
Trond Myklebust202b50d2005-06-22 17:16:29 +00003517 err = _nfs4_do_setlk(state, F_SETLK, request, 0);
3518 if (err != -NFS4ERR_DELAY)
3519 break;
3520 nfs4_handle_exception(server, err, &exception);
3521 } while (exception.retry);
3522 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003523}
3524
3525static int _nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
3526{
Trond Myklebust19e03c52008-12-23 15:21:44 -05003527 struct nfs_inode *nfsi = NFS_I(state->inode);
Trond Myklebust01c3b862006-06-29 16:38:39 -04003528 unsigned char fl_flags = request->fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003529 int status;
3530
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05003531 /* Is this a delegated open? */
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05003532 status = nfs4_set_lock_state(state, request);
3533 if (status != 0)
3534 goto out;
Trond Myklebust01c3b862006-06-29 16:38:39 -04003535 request->fl_flags |= FL_ACCESS;
3536 status = do_vfs_lock(request->fl_file, request);
3537 if (status < 0)
3538 goto out;
Trond Myklebust19e03c52008-12-23 15:21:44 -05003539 down_read(&nfsi->rwsem);
Trond Myklebust01c3b862006-06-29 16:38:39 -04003540 if (test_bit(NFS_DELEGATED_STATE, &state->flags)) {
Trond Myklebust01c3b862006-06-29 16:38:39 -04003541 /* Yes: cache locks! */
Trond Myklebust01c3b862006-06-29 16:38:39 -04003542 /* ...but avoid races with delegation recall... */
Trond Myklebust19e03c52008-12-23 15:21:44 -05003543 request->fl_flags = fl_flags & ~FL_SLEEP;
3544 status = do_vfs_lock(request->fl_file, request);
3545 goto out_unlock;
Trond Myklebust01c3b862006-06-29 16:38:39 -04003546 }
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05003547 status = _nfs4_do_setlk(state, cmd, request, 0);
3548 if (status != 0)
Trond Myklebust01c3b862006-06-29 16:38:39 -04003549 goto out_unlock;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05003550 /* Note: we always want to sleep here! */
Trond Myklebust01c3b862006-06-29 16:38:39 -04003551 request->fl_flags = fl_flags | FL_SLEEP;
Trond Myklebust6bfc93e2005-11-04 15:39:36 -05003552 if (do_vfs_lock(request->fl_file, request) < 0)
Harvey Harrison3110ff82008-05-02 13:42:44 -07003553 printk(KERN_WARNING "%s: VFS is out of sync with lock manager!\n", __func__);
Trond Myklebust01c3b862006-06-29 16:38:39 -04003554out_unlock:
Trond Myklebust19e03c52008-12-23 15:21:44 -05003555 up_read(&nfsi->rwsem);
Trond Myklebust01c3b862006-06-29 16:38:39 -04003556out:
3557 request->fl_flags = fl_flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003558 return status;
3559}
3560
3561static int nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request)
3562{
3563 struct nfs4_exception exception = { };
3564 int err;
3565
3566 do {
3567 err = nfs4_handle_exception(NFS_SERVER(state->inode),
3568 _nfs4_proc_setlk(state, cmd, request),
3569 &exception);
3570 } while (exception.retry);
3571 return err;
3572}
3573
3574static int
3575nfs4_proc_lock(struct file *filp, int cmd, struct file_lock *request)
3576{
3577 struct nfs_open_context *ctx;
3578 struct nfs4_state *state;
3579 unsigned long timeout = NFS4_LOCK_MINTIMEOUT;
3580 int status;
3581
3582 /* verify open state */
Trond Myklebustcd3758e2007-08-10 17:44:32 -04003583 ctx = nfs_file_open_context(filp);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003584 state = ctx->state;
3585
3586 if (request->fl_start < 0 || request->fl_end < 0)
3587 return -EINVAL;
3588
3589 if (IS_GETLK(cmd))
3590 return nfs4_proc_getlk(state, F_GETLK, request);
3591
3592 if (!(IS_SETLK(cmd) || IS_SETLKW(cmd)))
3593 return -EINVAL;
3594
3595 if (request->fl_type == F_UNLCK)
3596 return nfs4_proc_unlck(state, cmd, request);
3597
3598 do {
3599 status = nfs4_proc_setlk(state, cmd, request);
3600 if ((status != -EAGAIN) || IS_SETLK(cmd))
3601 break;
3602 timeout = nfs4_set_lock_task_retry(timeout);
3603 status = -ERESTARTSYS;
3604 if (signalled())
3605 break;
3606 } while(status < 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003607 return status;
3608}
3609
Trond Myklebust888e6942005-11-04 15:38:11 -05003610int nfs4_lock_delegation_recall(struct nfs4_state *state, struct file_lock *fl)
3611{
3612 struct nfs_server *server = NFS_SERVER(state->inode);
3613 struct nfs4_exception exception = { };
3614 int err;
3615
3616 err = nfs4_set_lock_state(state, fl);
3617 if (err != 0)
3618 goto out;
3619 do {
3620 err = _nfs4_do_setlk(state, F_SETLK, fl, 0);
3621 if (err != -NFS4ERR_DELAY)
3622 break;
3623 err = nfs4_handle_exception(server, err, &exception);
3624 } while (exception.retry);
3625out:
3626 return err;
3627}
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00003628
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003629#define XATTR_NAME_NFSV4_ACL "system.nfs4_acl"
3630
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00003631int nfs4_setxattr(struct dentry *dentry, const char *key, const void *buf,
3632 size_t buflen, int flags)
3633{
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003634 struct inode *inode = dentry->d_inode;
3635
3636 if (strcmp(key, XATTR_NAME_NFSV4_ACL) != 0)
3637 return -EOPNOTSUPP;
3638
J. Bruce Fields4b580ee2005-06-22 17:16:23 +00003639 return nfs4_proc_set_acl(inode, buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00003640}
3641
3642/* The getxattr man page suggests returning -ENODATA for unknown attributes,
3643 * and that's what we'll do for e.g. user attributes that haven't been set.
3644 * But we'll follow ext2/ext3's lead by returning -EOPNOTSUPP for unsupported
3645 * attributes in kernel-managed attribute namespaces. */
3646ssize_t nfs4_getxattr(struct dentry *dentry, const char *key, void *buf,
3647 size_t buflen)
3648{
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003649 struct inode *inode = dentry->d_inode;
3650
3651 if (strcmp(key, XATTR_NAME_NFSV4_ACL) != 0)
3652 return -EOPNOTSUPP;
3653
3654 return nfs4_proc_get_acl(inode, buf, buflen);
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00003655}
3656
3657ssize_t nfs4_listxattr(struct dentry *dentry, char *buf, size_t buflen)
3658{
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003659 size_t len = strlen(XATTR_NAME_NFSV4_ACL) + 1;
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00003660
J. Bruce Fields096455a2006-03-20 23:23:42 -05003661 if (!nfs4_server_supports_acls(NFS_SERVER(dentry->d_inode)))
3662 return 0;
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00003663 if (buf && buflen < len)
3664 return -ERANGE;
3665 if (buf)
J. Bruce Fieldsaa1870a2005-06-22 17:16:22 +00003666 memcpy(buf, XATTR_NAME_NFSV4_ACL, len);
3667 return len;
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00003668}
3669
Trond Myklebust56659e92007-07-17 21:52:39 -04003670int nfs4_proc_fs_locations(struct inode *dir, const struct qstr *name,
Manoj Naik7aaa0b32006-06-09 09:34:23 -04003671 struct nfs4_fs_locations *fs_locations, struct page *page)
Trond Myklebust683b57b2006-06-09 09:34:22 -04003672{
3673 struct nfs_server *server = NFS_SERVER(dir);
3674 u32 bitmask[2] = {
Manoj Naik361e6242006-06-09 09:34:24 -04003675 [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS,
3676 [1] = FATTR4_WORD1_MOUNTED_ON_FILEID,
Trond Myklebust683b57b2006-06-09 09:34:22 -04003677 };
3678 struct nfs4_fs_locations_arg args = {
3679 .dir_fh = NFS_FH(dir),
Trond Myklebustc228fd32007-01-13 02:28:11 -05003680 .name = name,
Trond Myklebust683b57b2006-06-09 09:34:22 -04003681 .page = page,
3682 .bitmask = bitmask,
3683 };
3684 struct rpc_message msg = {
3685 .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS],
3686 .rpc_argp = &args,
Manoj Naik7aaa0b32006-06-09 09:34:23 -04003687 .rpc_resp = fs_locations,
Trond Myklebust683b57b2006-06-09 09:34:22 -04003688 };
3689 int status;
3690
Harvey Harrison3110ff82008-05-02 13:42:44 -07003691 dprintk("%s: start\n", __func__);
Trond Myklebustc228fd32007-01-13 02:28:11 -05003692 nfs_fattr_init(&fs_locations->fattr);
Trond Myklebust683b57b2006-06-09 09:34:22 -04003693 fs_locations->server = server;
Manoj Naik830b8e32006-06-09 09:34:25 -04003694 fs_locations->nlocations = 0;
Trond Myklebust683b57b2006-06-09 09:34:22 -04003695 status = rpc_call_sync(server->client, &msg, 0);
Harvey Harrison3110ff82008-05-02 13:42:44 -07003696 dprintk("%s: returned status = %d\n", __func__, status);
Trond Myklebust683b57b2006-06-09 09:34:22 -04003697 return status;
3698}
3699
Linus Torvalds1da177e2005-04-16 15:20:36 -07003700struct nfs4_state_recovery_ops nfs4_reboot_recovery_ops = {
Trond Myklebust7eff03a2008-12-23 15:21:43 -05003701 .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT,
Trond Myklebustb79a4a12008-12-23 15:21:41 -05003702 .state_flag_bit = NFS_STATE_RECLAIM_REBOOT,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003703 .recover_open = nfs4_open_reclaim,
3704 .recover_lock = nfs4_lock_reclaim,
3705};
3706
Trond Myklebustb79a4a12008-12-23 15:21:41 -05003707struct nfs4_state_recovery_ops nfs4_nograce_recovery_ops = {
Trond Myklebust7eff03a2008-12-23 15:21:43 -05003708 .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE,
Trond Myklebustb79a4a12008-12-23 15:21:41 -05003709 .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003710 .recover_open = nfs4_open_expired,
3711 .recover_lock = nfs4_lock_expired,
3712};
3713
Arjan van de Ven92e1d5b2007-02-12 00:55:39 -08003714static const struct inode_operations nfs4_file_inode_operations = {
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00003715 .permission = nfs_permission,
3716 .getattr = nfs_getattr,
3717 .setattr = nfs_setattr,
3718 .getxattr = nfs4_getxattr,
3719 .setxattr = nfs4_setxattr,
3720 .listxattr = nfs4_listxattr,
3721};
3722
David Howells509de812006-08-22 20:06:11 -04003723const struct nfs_rpc_ops nfs_v4_clientops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003724 .version = 4, /* protocol version */
3725 .dentry_ops = &nfs4_dentry_operations,
3726 .dir_inode_ops = &nfs4_dir_inode_operations,
J. Bruce Fields6b3b5492005-06-22 17:16:22 +00003727 .file_inode_ops = &nfs4_file_inode_operations,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003728 .getroot = nfs4_proc_get_root,
3729 .getattr = nfs4_proc_getattr,
3730 .setattr = nfs4_proc_setattr,
David Howells2b3de442006-08-22 20:06:09 -04003731 .lookupfh = nfs4_proc_lookupfh,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003732 .lookup = nfs4_proc_lookup,
3733 .access = nfs4_proc_access,
3734 .readlink = nfs4_proc_readlink,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003735 .create = nfs4_proc_create,
3736 .remove = nfs4_proc_remove,
3737 .unlink_setup = nfs4_proc_unlink_setup,
3738 .unlink_done = nfs4_proc_unlink_done,
3739 .rename = nfs4_proc_rename,
3740 .link = nfs4_proc_link,
3741 .symlink = nfs4_proc_symlink,
3742 .mkdir = nfs4_proc_mkdir,
3743 .rmdir = nfs4_proc_remove,
3744 .readdir = nfs4_proc_readdir,
3745 .mknod = nfs4_proc_mknod,
3746 .statfs = nfs4_proc_statfs,
3747 .fsinfo = nfs4_proc_fsinfo,
3748 .pathconf = nfs4_proc_pathconf,
David Howellse9326dc2006-08-22 20:06:10 -04003749 .set_capabilities = nfs4_server_capabilities,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003750 .decode_dirent = nfs4_decode_dirent,
3751 .read_setup = nfs4_proc_read_setup,
Trond Myklebustec06c092006-03-20 13:44:27 -05003752 .read_done = nfs4_read_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003753 .write_setup = nfs4_proc_write_setup,
Trond Myklebust788e7a82006-03-20 13:44:27 -05003754 .write_done = nfs4_write_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003755 .commit_setup = nfs4_proc_commit_setup,
Trond Myklebust788e7a82006-03-20 13:44:27 -05003756 .commit_done = nfs4_commit_done,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003757 .lock = nfs4_proc_lock,
J. Bruce Fieldse50a1c22005-06-22 17:16:23 +00003758 .clear_acl_cache = nfs4_zap_acl_attr,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003759};
3760
3761/*
3762 * Local variables:
3763 * c-basic-offset: 8
3764 * End:
3765 */