Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* |
| 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 Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 50 | #include <linux/mount.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 51 | |
Trond Myklebust | 4ce7971 | 2005-06-22 17:16:21 +0000 | [diff] [blame] | 52 | #include "nfs4_fs.h" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 53 | #include "delegation.h" |
Trond Myklebust | 101070c | 2008-02-19 20:04:23 -0500 | [diff] [blame] | 54 | #include "internal.h" |
Chuck Lever | 006ea73 | 2006-03-20 13:44:14 -0500 | [diff] [blame] | 55 | #include "iostat.h" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 56 | |
| 57 | #define NFSDBG_FACILITY NFSDBG_PROC |
| 58 | |
Trond Myklebust | 2066fe8 | 2006-09-15 08:30:46 -0400 | [diff] [blame] | 59 | #define NFS4_POLL_RETRY_MIN (HZ/10) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 60 | #define NFS4_POLL_RETRY_MAX (15*HZ) |
| 61 | |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 62 | struct nfs4_opendata; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 63 | static int _nfs4_proc_open(struct nfs4_opendata *data); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 64 | static int nfs4_do_fsinfo(struct nfs_server *, struct nfs_fh *, struct nfs_fsinfo *); |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 65 | static int nfs4_async_handle_error(struct rpc_task *, const struct nfs_server *); |
Trond Myklebust | 9936781 | 2007-07-17 21:52:41 -0400 | [diff] [blame] | 66 | static int _nfs4_proc_lookup(struct inode *dir, const struct qstr *name, struct nfs_fh *fhandle, struct nfs_fattr *fattr); |
| 67 | static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 68 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 69 | /* Prevent leaks of NFSv4 errors into userland */ |
| 70 | int nfs4_map_errors(int err) |
| 71 | { |
| 72 | if (err < -1000) { |
| 73 | dprintk("%s could not handle NFSv4 error %d\n", |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 74 | __func__, -err); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 75 | return -EIO; |
| 76 | } |
| 77 | return err; |
| 78 | } |
| 79 | |
| 80 | /* |
| 81 | * This is our standard bitmap for GETATTR requests. |
| 82 | */ |
| 83 | const 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 | |
| 100 | const 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 Myklebust | 4ce7971 | 2005-06-22 17:16:21 +0000 | [diff] [blame] | 109 | const u32 nfs4_pathconf_bitmap[2] = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 110 | FATTR4_WORD0_MAXLINK |
| 111 | | FATTR4_WORD0_MAXNAME, |
| 112 | 0 |
| 113 | }; |
| 114 | |
| 115 | const 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 Naik | 830b8e3 | 2006-06-09 09:34:25 -0400 | [diff] [blame] | 122 | const 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 Viro | bc4785c | 2006-10-19 23:28:51 -0700 | [diff] [blame] | 141 | static void nfs4_setup_readdir(u64 cookie, __be32 *verifier, struct dentry *dentry, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 142 | struct nfs4_readdir_arg *readdir) |
| 143 | { |
Al Viro | 0dbb4c6 | 2006-10-19 23:28:49 -0700 | [diff] [blame] | 144 | __be32 *start, *p; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 145 | |
| 146 | BUG_ON(readdir->count < 80); |
| 147 | if (cookie > 2) { |
Adrian Bunk | b7ef195 | 2005-06-22 17:16:28 +0000 | [diff] [blame] | 148 | readdir->cookie = cookie; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 149 | 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 Viro | 0dbb4c6 | 2006-10-19 23:28:49 -0700 | [diff] [blame] | 165 | start = p = kmap_atomic(*readdir->pages, KM_USER0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 166 | |
| 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 Staubach | 4e769b9 | 2007-08-03 15:07:10 -0400 | [diff] [blame] | 177 | p = xdr_encode_hyper(p, NFS_FILEID(dentry->d_inode)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 178 | } |
| 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 Staubach | 4e769b9 | 2007-08-03 15:07:10 -0400 | [diff] [blame] | 189 | p = xdr_encode_hyper(p, NFS_FILEID(dentry->d_parent->d_inode)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 190 | |
| 191 | readdir->pgbase = (char *)p - (char *)start; |
| 192 | readdir->count -= readdir->pgbase; |
| 193 | kunmap_atomic(start, KM_USER0); |
| 194 | } |
| 195 | |
Trond Myklebust | 65de872 | 2008-12-23 15:21:44 -0500 | [diff] [blame^] | 196 | static int nfs4_wait_bit_killable(void *word) |
| 197 | { |
| 198 | if (fatal_signal_pending(current)) |
| 199 | return -ERESTARTSYS; |
| 200 | schedule(); |
| 201 | return 0; |
| 202 | } |
| 203 | |
| 204 | static int nfs4_wait_clnt_recover(struct nfs_client *clp) |
| 205 | { |
| 206 | int res; |
| 207 | |
| 208 | might_sleep(); |
| 209 | |
| 210 | rwsem_acquire(&clp->cl_sem.dep_map, 0, 0, _RET_IP_); |
| 211 | |
| 212 | res = wait_on_bit(&clp->cl_state, NFS4CLNT_STATE_RECOVER, |
| 213 | nfs4_wait_bit_killable, TASK_KILLABLE); |
| 214 | |
| 215 | rwsem_release(&clp->cl_sem.dep_map, 1, _RET_IP_); |
| 216 | return res; |
| 217 | } |
| 218 | |
| 219 | static int nfs4_delay(struct rpc_clnt *clnt, long *timeout) |
| 220 | { |
| 221 | int res = 0; |
| 222 | |
| 223 | might_sleep(); |
| 224 | |
| 225 | if (*timeout <= 0) |
| 226 | *timeout = NFS4_POLL_RETRY_MIN; |
| 227 | if (*timeout > NFS4_POLL_RETRY_MAX) |
| 228 | *timeout = NFS4_POLL_RETRY_MAX; |
| 229 | schedule_timeout_killable(*timeout); |
| 230 | if (fatal_signal_pending(current)) |
| 231 | res = -ERESTARTSYS; |
| 232 | *timeout <<= 1; |
| 233 | return res; |
| 234 | } |
| 235 | |
| 236 | /* This is the error handling routine for processes that are allowed |
| 237 | * to sleep. |
| 238 | */ |
| 239 | static int nfs4_handle_exception(const struct nfs_server *server, int errorcode, struct nfs4_exception *exception) |
| 240 | { |
| 241 | struct nfs_client *clp = server->nfs_client; |
| 242 | int ret = errorcode; |
| 243 | |
| 244 | exception->retry = 0; |
| 245 | switch(errorcode) { |
| 246 | case 0: |
| 247 | return 0; |
| 248 | case -NFS4ERR_STALE_CLIENTID: |
| 249 | case -NFS4ERR_STALE_STATEID: |
| 250 | case -NFS4ERR_EXPIRED: |
| 251 | nfs4_schedule_state_recovery(clp); |
| 252 | ret = nfs4_wait_clnt_recover(clp); |
| 253 | if (ret == 0) |
| 254 | exception->retry = 1; |
| 255 | break; |
| 256 | case -NFS4ERR_FILE_OPEN: |
| 257 | case -NFS4ERR_GRACE: |
| 258 | case -NFS4ERR_DELAY: |
| 259 | ret = nfs4_delay(server->client, &exception->timeout); |
| 260 | if (ret != 0) |
| 261 | break; |
| 262 | case -NFS4ERR_OLD_STATEID: |
| 263 | exception->retry = 1; |
| 264 | } |
| 265 | /* We failed to handle the error */ |
| 266 | return nfs4_map_errors(ret); |
| 267 | } |
| 268 | |
| 269 | |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 270 | static void renew_lease(const struct nfs_server *server, unsigned long timestamp) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 271 | { |
David Howells | 7539bba | 2006-08-22 20:06:09 -0400 | [diff] [blame] | 272 | struct nfs_client *clp = server->nfs_client; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 273 | spin_lock(&clp->cl_lock); |
| 274 | if (time_before(clp->cl_last_renewal,timestamp)) |
| 275 | clp->cl_last_renewal = timestamp; |
| 276 | spin_unlock(&clp->cl_lock); |
| 277 | } |
| 278 | |
Trond Myklebust | 38478b2 | 2006-05-25 01:40:57 -0400 | [diff] [blame] | 279 | static void update_changeattr(struct inode *dir, struct nfs4_change_info *cinfo) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 280 | { |
Trond Myklebust | 38478b2 | 2006-05-25 01:40:57 -0400 | [diff] [blame] | 281 | struct nfs_inode *nfsi = NFS_I(dir); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 282 | |
Trond Myklebust | 38478b2 | 2006-05-25 01:40:57 -0400 | [diff] [blame] | 283 | spin_lock(&dir->i_lock); |
Trond Myklebust | 40d2470 | 2007-10-08 09:24:22 -0400 | [diff] [blame] | 284 | nfsi->cache_validity |= NFS_INO_INVALID_ATTR|NFS_INO_REVAL_PAGECACHE|NFS_INO_INVALID_DATA; |
| 285 | if (!cinfo->atomic || cinfo->before != nfsi->change_attr) |
Trond Myklebust | bfc69a4 | 2007-10-15 18:18:29 -0400 | [diff] [blame] | 286 | nfs_force_lookup_revalidate(dir); |
Trond Myklebust | 40d2470 | 2007-10-08 09:24:22 -0400 | [diff] [blame] | 287 | nfsi->change_attr = cinfo->after; |
Trond Myklebust | 38478b2 | 2006-05-25 01:40:57 -0400 | [diff] [blame] | 288 | spin_unlock(&dir->i_lock); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 289 | } |
| 290 | |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 291 | struct nfs4_opendata { |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 292 | struct kref kref; |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 293 | struct nfs_openargs o_arg; |
| 294 | struct nfs_openres o_res; |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 295 | struct nfs_open_confirmargs c_arg; |
| 296 | struct nfs_open_confirmres c_res; |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 297 | struct nfs_fattr f_attr; |
| 298 | struct nfs_fattr dir_attr; |
Trond Myklebust | ad389da | 2007-06-05 12:30:00 -0400 | [diff] [blame] | 299 | struct path path; |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 300 | struct dentry *dir; |
| 301 | struct nfs4_state_owner *owner; |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 302 | struct nfs4_state *state; |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 303 | struct iattr attrs; |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 304 | unsigned long timestamp; |
Trond Myklebust | 3e30991 | 2007-07-07 13:19:59 -0400 | [diff] [blame] | 305 | unsigned int rpc_done : 1; |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 306 | int rpc_status; |
| 307 | int cancelled; |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 308 | }; |
| 309 | |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 310 | |
| 311 | static void nfs4_init_opendata_res(struct nfs4_opendata *p) |
| 312 | { |
| 313 | p->o_res.f_attr = &p->f_attr; |
| 314 | p->o_res.dir_attr = &p->dir_attr; |
Trond Myklebust | c1d5193 | 2008-04-07 13:20:54 -0400 | [diff] [blame] | 315 | p->o_res.seqid = p->o_arg.seqid; |
| 316 | p->c_res.seqid = p->c_arg.seqid; |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 317 | p->o_res.server = p->o_arg.server; |
| 318 | nfs_fattr_init(&p->f_attr); |
| 319 | nfs_fattr_init(&p->dir_attr); |
| 320 | } |
| 321 | |
Trond Myklebust | ad389da | 2007-06-05 12:30:00 -0400 | [diff] [blame] | 322 | static struct nfs4_opendata *nfs4_opendata_alloc(struct path *path, |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 323 | struct nfs4_state_owner *sp, int flags, |
| 324 | const struct iattr *attrs) |
| 325 | { |
Trond Myklebust | ad389da | 2007-06-05 12:30:00 -0400 | [diff] [blame] | 326 | struct dentry *parent = dget_parent(path->dentry); |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 327 | struct inode *dir = parent->d_inode; |
| 328 | struct nfs_server *server = NFS_SERVER(dir); |
| 329 | struct nfs4_opendata *p; |
| 330 | |
| 331 | p = kzalloc(sizeof(*p), GFP_KERNEL); |
| 332 | if (p == NULL) |
| 333 | goto err; |
| 334 | p->o_arg.seqid = nfs_alloc_seqid(&sp->so_seqid); |
| 335 | if (p->o_arg.seqid == NULL) |
| 336 | goto err_free; |
Trond Myklebust | ad389da | 2007-06-05 12:30:00 -0400 | [diff] [blame] | 337 | p->path.mnt = mntget(path->mnt); |
| 338 | p->path.dentry = dget(path->dentry); |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 339 | p->dir = parent; |
| 340 | p->owner = sp; |
| 341 | atomic_inc(&sp->so_count); |
| 342 | p->o_arg.fh = NFS_FH(dir); |
| 343 | p->o_arg.open_flags = flags, |
David Howells | 7539bba | 2006-08-22 20:06:09 -0400 | [diff] [blame] | 344 | p->o_arg.clientid = server->nfs_client->cl_clientid; |
Trond Myklebust | 9f958ab | 2007-07-02 13:58:33 -0400 | [diff] [blame] | 345 | p->o_arg.id = sp->so_owner_id.id; |
Trond Myklebust | ad389da | 2007-06-05 12:30:00 -0400 | [diff] [blame] | 346 | p->o_arg.name = &p->path.dentry->d_name; |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 347 | p->o_arg.server = server; |
| 348 | p->o_arg.bitmask = server->attr_bitmask; |
| 349 | p->o_arg.claim = NFS4_OPEN_CLAIM_NULL; |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 350 | if (flags & O_EXCL) { |
| 351 | u32 *s = (u32 *) p->o_arg.u.verifier.data; |
| 352 | s[0] = jiffies; |
| 353 | s[1] = current->pid; |
| 354 | } else if (flags & O_CREAT) { |
| 355 | p->o_arg.u.attrs = &p->attrs; |
| 356 | memcpy(&p->attrs, attrs, sizeof(p->attrs)); |
| 357 | } |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 358 | p->c_arg.fh = &p->o_res.fh; |
| 359 | p->c_arg.stateid = &p->o_res.stateid; |
| 360 | p->c_arg.seqid = p->o_arg.seqid; |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 361 | nfs4_init_opendata_res(p); |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 362 | kref_init(&p->kref); |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 363 | return p; |
| 364 | err_free: |
| 365 | kfree(p); |
| 366 | err: |
| 367 | dput(parent); |
| 368 | return NULL; |
| 369 | } |
| 370 | |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 371 | static void nfs4_opendata_free(struct kref *kref) |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 372 | { |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 373 | struct nfs4_opendata *p = container_of(kref, |
| 374 | struct nfs4_opendata, kref); |
| 375 | |
| 376 | nfs_free_seqid(p->o_arg.seqid); |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 377 | if (p->state != NULL) |
| 378 | nfs4_put_open_state(p->state); |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 379 | nfs4_put_state_owner(p->owner); |
| 380 | dput(p->dir); |
Jan Blunck | 31f31db1 | 2008-05-02 13:42:45 -0700 | [diff] [blame] | 381 | path_put(&p->path); |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 382 | kfree(p); |
| 383 | } |
| 384 | |
| 385 | static void nfs4_opendata_put(struct nfs4_opendata *p) |
| 386 | { |
| 387 | if (p != NULL) |
| 388 | kref_put(&p->kref, nfs4_opendata_free); |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 389 | } |
| 390 | |
Trond Myklebust | 06f814a | 2006-01-03 09:55:07 +0100 | [diff] [blame] | 391 | static int nfs4_wait_for_completion_rpc_task(struct rpc_task *task) |
| 392 | { |
Trond Myklebust | 06f814a | 2006-01-03 09:55:07 +0100 | [diff] [blame] | 393 | int ret; |
| 394 | |
Trond Myklebust | 06f814a | 2006-01-03 09:55:07 +0100 | [diff] [blame] | 395 | ret = rpc_wait_for_completion_task(task); |
Trond Myklebust | 06f814a | 2006-01-03 09:55:07 +0100 | [diff] [blame] | 396 | return ret; |
| 397 | } |
| 398 | |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 399 | static int can_open_cached(struct nfs4_state *state, int mode) |
| 400 | { |
| 401 | int ret = 0; |
| 402 | switch (mode & (FMODE_READ|FMODE_WRITE|O_EXCL)) { |
| 403 | case FMODE_READ: |
| 404 | ret |= test_bit(NFS_O_RDONLY_STATE, &state->flags) != 0; |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 405 | break; |
| 406 | case FMODE_WRITE: |
| 407 | ret |= test_bit(NFS_O_WRONLY_STATE, &state->flags) != 0; |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 408 | break; |
| 409 | case FMODE_READ|FMODE_WRITE: |
| 410 | ret |= test_bit(NFS_O_RDWR_STATE, &state->flags) != 0; |
| 411 | } |
| 412 | return ret; |
| 413 | } |
| 414 | |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 415 | static int can_open_delegated(struct nfs_delegation *delegation, mode_t open_flags) |
| 416 | { |
| 417 | if ((delegation->type & open_flags) != open_flags) |
| 418 | return 0; |
Trond Myklebust | 15c831b | 2008-12-23 15:21:39 -0500 | [diff] [blame] | 419 | if (test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags)) |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 420 | return 0; |
| 421 | return 1; |
| 422 | } |
| 423 | |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 424 | static void update_open_stateflags(struct nfs4_state *state, mode_t open_flags) |
Trond Myklebust | e761692 | 2006-01-03 09:55:13 +0100 | [diff] [blame] | 425 | { |
| 426 | switch (open_flags) { |
| 427 | case FMODE_WRITE: |
| 428 | state->n_wronly++; |
| 429 | break; |
| 430 | case FMODE_READ: |
| 431 | state->n_rdonly++; |
| 432 | break; |
| 433 | case FMODE_READ|FMODE_WRITE: |
| 434 | state->n_rdwr++; |
| 435 | } |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 436 | nfs4_state_set_mode_locked(state, state->state | open_flags); |
Trond Myklebust | e761692 | 2006-01-03 09:55:13 +0100 | [diff] [blame] | 437 | } |
| 438 | |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 439 | static void nfs_set_open_stateid_locked(struct nfs4_state *state, nfs4_stateid *stateid, int open_flags) |
| 440 | { |
| 441 | if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) |
| 442 | memcpy(state->stateid.data, stateid->data, sizeof(state->stateid.data)); |
| 443 | memcpy(state->open_stateid.data, stateid->data, sizeof(state->open_stateid.data)); |
| 444 | switch (open_flags) { |
| 445 | case FMODE_READ: |
| 446 | set_bit(NFS_O_RDONLY_STATE, &state->flags); |
| 447 | break; |
| 448 | case FMODE_WRITE: |
| 449 | set_bit(NFS_O_WRONLY_STATE, &state->flags); |
| 450 | break; |
| 451 | case FMODE_READ|FMODE_WRITE: |
| 452 | set_bit(NFS_O_RDWR_STATE, &state->flags); |
| 453 | } |
| 454 | } |
| 455 | |
| 456 | static void nfs_set_open_stateid(struct nfs4_state *state, nfs4_stateid *stateid, int open_flags) |
| 457 | { |
Trond Myklebust | 8bda4e4 | 2007-07-09 10:45:42 -0400 | [diff] [blame] | 458 | write_seqlock(&state->seqlock); |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 459 | nfs_set_open_stateid_locked(state, stateid, open_flags); |
Trond Myklebust | 8bda4e4 | 2007-07-09 10:45:42 -0400 | [diff] [blame] | 460 | write_sequnlock(&state->seqlock); |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 461 | } |
| 462 | |
Trond Myklebust | 3431043 | 2008-12-23 15:21:38 -0500 | [diff] [blame] | 463 | static void __update_open_stateid(struct nfs4_state *state, nfs4_stateid *open_stateid, const nfs4_stateid *deleg_stateid, int open_flags) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 464 | { |
Trond Myklebust | 8bda4e4 | 2007-07-09 10:45:42 -0400 | [diff] [blame] | 465 | /* |
| 466 | * Protect the call to nfs4_state_set_mode_locked and |
| 467 | * serialise the stateid update |
| 468 | */ |
| 469 | write_seqlock(&state->seqlock); |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 470 | if (deleg_stateid != NULL) { |
| 471 | memcpy(state->stateid.data, deleg_stateid->data, sizeof(state->stateid.data)); |
| 472 | set_bit(NFS_DELEGATED_STATE, &state->flags); |
| 473 | } |
| 474 | if (open_stateid != NULL) |
| 475 | nfs_set_open_stateid_locked(state, open_stateid, open_flags); |
Trond Myklebust | 8bda4e4 | 2007-07-09 10:45:42 -0400 | [diff] [blame] | 476 | write_sequnlock(&state->seqlock); |
| 477 | spin_lock(&state->owner->so_lock); |
Trond Myklebust | e761692 | 2006-01-03 09:55:13 +0100 | [diff] [blame] | 478 | update_open_stateflags(state, open_flags); |
Trond Myklebust | ec07342 | 2005-10-20 14:22:47 -0700 | [diff] [blame] | 479 | spin_unlock(&state->owner->so_lock); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 480 | } |
| 481 | |
Trond Myklebust | 3431043 | 2008-12-23 15:21:38 -0500 | [diff] [blame] | 482 | static int update_open_stateid(struct nfs4_state *state, nfs4_stateid *open_stateid, nfs4_stateid *delegation, int open_flags) |
| 483 | { |
| 484 | struct nfs_inode *nfsi = NFS_I(state->inode); |
| 485 | struct nfs_delegation *deleg_cur; |
| 486 | int ret = 0; |
| 487 | |
| 488 | open_flags &= (FMODE_READ|FMODE_WRITE); |
| 489 | |
| 490 | rcu_read_lock(); |
| 491 | deleg_cur = rcu_dereference(nfsi->delegation); |
| 492 | if (deleg_cur == NULL) |
| 493 | goto no_delegation; |
| 494 | |
| 495 | spin_lock(&deleg_cur->lock); |
| 496 | if (nfsi->delegation != deleg_cur || |
| 497 | (deleg_cur->type & open_flags) != open_flags) |
| 498 | goto no_delegation_unlock; |
| 499 | |
| 500 | if (delegation == NULL) |
| 501 | delegation = &deleg_cur->stateid; |
| 502 | else if (memcmp(deleg_cur->stateid.data, delegation->data, NFS4_STATEID_SIZE) != 0) |
| 503 | goto no_delegation_unlock; |
| 504 | |
| 505 | __update_open_stateid(state, open_stateid, &deleg_cur->stateid, open_flags); |
| 506 | ret = 1; |
| 507 | no_delegation_unlock: |
| 508 | spin_unlock(&deleg_cur->lock); |
| 509 | no_delegation: |
| 510 | rcu_read_unlock(); |
| 511 | |
| 512 | if (!ret && open_stateid != NULL) { |
| 513 | __update_open_stateid(state, open_stateid, NULL, open_flags); |
| 514 | ret = 1; |
| 515 | } |
| 516 | |
| 517 | return ret; |
| 518 | } |
| 519 | |
| 520 | |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 521 | static void nfs4_return_incompatible_delegation(struct inode *inode, mode_t open_flags) |
| 522 | { |
| 523 | struct nfs_delegation *delegation; |
| 524 | |
| 525 | rcu_read_lock(); |
| 526 | delegation = rcu_dereference(NFS_I(inode)->delegation); |
| 527 | if (delegation == NULL || (delegation->type & open_flags) == open_flags) { |
| 528 | rcu_read_unlock(); |
| 529 | return; |
| 530 | } |
| 531 | rcu_read_unlock(); |
| 532 | nfs_inode_return_delegation(inode); |
| 533 | } |
| 534 | |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 535 | static struct nfs4_state *nfs4_try_open_cached(struct nfs4_opendata *opendata) |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 536 | { |
| 537 | struct nfs4_state *state = opendata->state; |
| 538 | struct nfs_inode *nfsi = NFS_I(state->inode); |
| 539 | struct nfs_delegation *delegation; |
| 540 | int open_mode = opendata->o_arg.open_flags & (FMODE_READ|FMODE_WRITE|O_EXCL); |
| 541 | nfs4_stateid stateid; |
| 542 | int ret = -EAGAIN; |
| 543 | |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 544 | for (;;) { |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 545 | if (can_open_cached(state, open_mode)) { |
| 546 | spin_lock(&state->owner->so_lock); |
| 547 | if (can_open_cached(state, open_mode)) { |
| 548 | update_open_stateflags(state, open_mode); |
| 549 | spin_unlock(&state->owner->so_lock); |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 550 | goto out_return_state; |
| 551 | } |
| 552 | spin_unlock(&state->owner->so_lock); |
| 553 | } |
Trond Myklebust | 3431043 | 2008-12-23 15:21:38 -0500 | [diff] [blame] | 554 | rcu_read_lock(); |
| 555 | delegation = rcu_dereference(nfsi->delegation); |
| 556 | if (delegation == NULL || |
| 557 | !can_open_delegated(delegation, open_mode)) { |
| 558 | rcu_read_unlock(); |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 559 | break; |
Trond Myklebust | 3431043 | 2008-12-23 15:21:38 -0500 | [diff] [blame] | 560 | } |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 561 | /* Save the delegation */ |
| 562 | memcpy(stateid.data, delegation->stateid.data, sizeof(stateid.data)); |
| 563 | rcu_read_unlock(); |
Trond Myklebust | af22f94 | 2007-08-10 17:45:10 -0400 | [diff] [blame] | 564 | ret = nfs_may_open(state->inode, state->owner->so_cred, open_mode); |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 565 | if (ret != 0) |
| 566 | goto out; |
| 567 | ret = -EAGAIN; |
Trond Myklebust | 3431043 | 2008-12-23 15:21:38 -0500 | [diff] [blame] | 568 | |
| 569 | /* Try to update the stateid using the delegation */ |
| 570 | if (update_open_stateid(state, NULL, &stateid, open_mode)) |
| 571 | goto out_return_state; |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 572 | } |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 573 | out: |
| 574 | return ERR_PTR(ret); |
| 575 | out_return_state: |
| 576 | atomic_inc(&state->count); |
| 577 | return state; |
| 578 | } |
| 579 | |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 580 | static struct nfs4_state *nfs4_opendata_to_nfs4_state(struct nfs4_opendata *data) |
| 581 | { |
| 582 | struct inode *inode; |
| 583 | struct nfs4_state *state = NULL; |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 584 | struct nfs_delegation *delegation; |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 585 | int ret; |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 586 | |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 587 | if (!data->rpc_done) { |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 588 | state = nfs4_try_open_cached(data); |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 589 | goto out; |
| 590 | } |
| 591 | |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 592 | ret = -EAGAIN; |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 593 | if (!(data->f_attr.valid & NFS_ATTR_FATTR)) |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 594 | goto err; |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 595 | inode = nfs_fhget(data->dir->d_sb, &data->o_res.fh, &data->f_attr); |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 596 | ret = PTR_ERR(inode); |
Trond Myklebust | 03f28e3 | 2006-03-20 13:44:48 -0500 | [diff] [blame] | 597 | if (IS_ERR(inode)) |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 598 | goto err; |
| 599 | ret = -ENOMEM; |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 600 | state = nfs4_get_open_state(inode, data->owner); |
| 601 | if (state == NULL) |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 602 | goto err_put_inode; |
Trond Myklebust | 549d6ed | 2007-07-03 16:42:45 -0400 | [diff] [blame] | 603 | if (data->o_res.delegation_type != 0) { |
Trond Myklebust | 549d6ed | 2007-07-03 16:42:45 -0400 | [diff] [blame] | 604 | int delegation_flags = 0; |
| 605 | |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 606 | rcu_read_lock(); |
| 607 | delegation = rcu_dereference(NFS_I(inode)->delegation); |
| 608 | if (delegation) |
| 609 | delegation_flags = delegation->flags; |
| 610 | rcu_read_unlock(); |
Trond Myklebust | 15c831b | 2008-12-23 15:21:39 -0500 | [diff] [blame] | 611 | if ((delegation_flags & 1UL<<NFS_DELEGATION_NEED_RECLAIM) == 0) |
Trond Myklebust | 549d6ed | 2007-07-03 16:42:45 -0400 | [diff] [blame] | 612 | nfs_inode_set_delegation(state->inode, |
| 613 | data->owner->so_cred, |
| 614 | &data->o_res); |
| 615 | else |
| 616 | nfs_inode_reclaim_delegation(state->inode, |
| 617 | data->owner->so_cred, |
| 618 | &data->o_res); |
| 619 | } |
Trond Myklebust | 3431043 | 2008-12-23 15:21:38 -0500 | [diff] [blame] | 620 | |
| 621 | update_open_stateid(state, &data->o_res.stateid, NULL, |
| 622 | data->o_arg.open_flags); |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 623 | iput(inode); |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 624 | out: |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 625 | return state; |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 626 | err_put_inode: |
| 627 | iput(inode); |
| 628 | err: |
| 629 | return ERR_PTR(ret); |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 630 | } |
| 631 | |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 632 | static struct nfs_open_context *nfs4_state_find_open_context(struct nfs4_state *state) |
| 633 | { |
| 634 | struct nfs_inode *nfsi = NFS_I(state->inode); |
| 635 | struct nfs_open_context *ctx; |
| 636 | |
| 637 | spin_lock(&state->inode->i_lock); |
| 638 | list_for_each_entry(ctx, &nfsi->open_files, list) { |
| 639 | if (ctx->state != state) |
| 640 | continue; |
| 641 | get_nfs_open_context(ctx); |
| 642 | spin_unlock(&state->inode->i_lock); |
| 643 | return ctx; |
| 644 | } |
| 645 | spin_unlock(&state->inode->i_lock); |
| 646 | return ERR_PTR(-ENOENT); |
| 647 | } |
| 648 | |
Trond Myklebust | 6f220ed | 2007-07-17 21:50:45 -0400 | [diff] [blame] | 649 | static struct nfs4_opendata *nfs4_open_recoverdata_alloc(struct nfs_open_context *ctx, struct nfs4_state *state) |
| 650 | { |
| 651 | struct nfs4_opendata *opendata; |
| 652 | |
| 653 | opendata = nfs4_opendata_alloc(&ctx->path, state->owner, 0, NULL); |
| 654 | if (opendata == NULL) |
| 655 | return ERR_PTR(-ENOMEM); |
| 656 | opendata->state = state; |
| 657 | atomic_inc(&state->count); |
| 658 | return opendata; |
| 659 | } |
| 660 | |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 661 | static int nfs4_open_recover_helper(struct nfs4_opendata *opendata, mode_t openflags, struct nfs4_state **res) |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 662 | { |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 663 | struct nfs4_state *newstate; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 664 | int ret; |
| 665 | |
| 666 | opendata->o_arg.open_flags = openflags; |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 667 | memset(&opendata->o_res, 0, sizeof(opendata->o_res)); |
| 668 | memset(&opendata->c_res, 0, sizeof(opendata->c_res)); |
| 669 | nfs4_init_opendata_res(opendata); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 670 | ret = _nfs4_proc_open(opendata); |
| 671 | if (ret != 0) |
| 672 | return ret; |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 673 | newstate = nfs4_opendata_to_nfs4_state(opendata); |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 674 | if (IS_ERR(newstate)) |
| 675 | return PTR_ERR(newstate); |
| 676 | nfs4_close_state(&opendata->path, newstate, openflags); |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 677 | *res = newstate; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 678 | return 0; |
| 679 | } |
| 680 | |
| 681 | static int nfs4_open_recover(struct nfs4_opendata *opendata, struct nfs4_state *state) |
| 682 | { |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 683 | struct nfs4_state *newstate; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 684 | int ret; |
| 685 | |
| 686 | /* memory barrier prior to reading state->n_* */ |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 687 | clear_bit(NFS_DELEGATED_STATE, &state->flags); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 688 | smp_rmb(); |
| 689 | if (state->n_rdwr != 0) { |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 690 | ret = nfs4_open_recover_helper(opendata, FMODE_READ|FMODE_WRITE, &newstate); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 691 | if (ret != 0) |
| 692 | return ret; |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 693 | if (newstate != state) |
| 694 | return -ESTALE; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 695 | } |
| 696 | if (state->n_wronly != 0) { |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 697 | ret = nfs4_open_recover_helper(opendata, FMODE_WRITE, &newstate); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 698 | if (ret != 0) |
| 699 | return ret; |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 700 | if (newstate != state) |
| 701 | return -ESTALE; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 702 | } |
| 703 | if (state->n_rdonly != 0) { |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 704 | ret = nfs4_open_recover_helper(opendata, FMODE_READ, &newstate); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 705 | if (ret != 0) |
| 706 | return ret; |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 707 | if (newstate != state) |
| 708 | return -ESTALE; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 709 | } |
Trond Myklebust | 1ac7e2f | 2007-07-08 21:04:15 -0400 | [diff] [blame] | 710 | /* |
| 711 | * We may have performed cached opens for all three recoveries. |
| 712 | * Check if we need to update the current stateid. |
| 713 | */ |
| 714 | if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0 && |
| 715 | memcmp(state->stateid.data, state->open_stateid.data, sizeof(state->stateid.data)) != 0) { |
Trond Myklebust | 8bda4e4 | 2007-07-09 10:45:42 -0400 | [diff] [blame] | 716 | write_seqlock(&state->seqlock); |
Trond Myklebust | 1ac7e2f | 2007-07-08 21:04:15 -0400 | [diff] [blame] | 717 | if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) |
| 718 | memcpy(state->stateid.data, state->open_stateid.data, sizeof(state->stateid.data)); |
Trond Myklebust | 8bda4e4 | 2007-07-09 10:45:42 -0400 | [diff] [blame] | 719 | write_sequnlock(&state->seqlock); |
Trond Myklebust | 1ac7e2f | 2007-07-08 21:04:15 -0400 | [diff] [blame] | 720 | } |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 721 | return 0; |
| 722 | } |
| 723 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 724 | /* |
| 725 | * OPEN_RECLAIM: |
| 726 | * reclaim state on the server after a reboot. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 727 | */ |
Trond Myklebust | 539cd03 | 2007-06-05 11:46:42 -0400 | [diff] [blame] | 728 | static int _nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 729 | { |
Trond Myklebust | 1ac7e2f | 2007-07-08 21:04:15 -0400 | [diff] [blame] | 730 | struct nfs_delegation *delegation; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 731 | struct nfs4_opendata *opendata; |
| 732 | int delegation_type = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 733 | int status; |
| 734 | |
Trond Myklebust | 6f220ed | 2007-07-17 21:50:45 -0400 | [diff] [blame] | 735 | opendata = nfs4_open_recoverdata_alloc(ctx, state); |
| 736 | if (IS_ERR(opendata)) |
| 737 | return PTR_ERR(opendata); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 738 | opendata->o_arg.claim = NFS4_OPEN_CLAIM_PREVIOUS; |
| 739 | opendata->o_arg.fh = NFS_FH(state->inode); |
Trond Myklebust | 1ac7e2f | 2007-07-08 21:04:15 -0400 | [diff] [blame] | 740 | rcu_read_lock(); |
| 741 | delegation = rcu_dereference(NFS_I(state->inode)->delegation); |
Trond Myklebust | 15c831b | 2008-12-23 15:21:39 -0500 | [diff] [blame] | 742 | if (delegation != NULL && test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags) != 0) |
Trond Myklebust | 65bbf6b | 2007-08-27 09:57:46 -0400 | [diff] [blame] | 743 | delegation_type = delegation->type; |
Trond Myklebust | 1ac7e2f | 2007-07-08 21:04:15 -0400 | [diff] [blame] | 744 | rcu_read_unlock(); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 745 | opendata->o_arg.u.delegation_type = delegation_type; |
| 746 | status = nfs4_open_recover(opendata, state); |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 747 | nfs4_opendata_put(opendata); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 748 | return status; |
| 749 | } |
| 750 | |
Trond Myklebust | 539cd03 | 2007-06-05 11:46:42 -0400 | [diff] [blame] | 751 | static int nfs4_do_open_reclaim(struct nfs_open_context *ctx, struct nfs4_state *state) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 752 | { |
| 753 | struct nfs_server *server = NFS_SERVER(state->inode); |
| 754 | struct nfs4_exception exception = { }; |
| 755 | int err; |
| 756 | do { |
Trond Myklebust | 539cd03 | 2007-06-05 11:46:42 -0400 | [diff] [blame] | 757 | err = _nfs4_do_open_reclaim(ctx, state); |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 758 | if (err != -NFS4ERR_DELAY) |
| 759 | break; |
| 760 | nfs4_handle_exception(server, err, &exception); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 761 | } while (exception.retry); |
| 762 | return err; |
| 763 | } |
| 764 | |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 765 | static int nfs4_open_reclaim(struct nfs4_state_owner *sp, struct nfs4_state *state) |
| 766 | { |
| 767 | struct nfs_open_context *ctx; |
| 768 | int ret; |
| 769 | |
| 770 | ctx = nfs4_state_find_open_context(state); |
| 771 | if (IS_ERR(ctx)) |
| 772 | return PTR_ERR(ctx); |
Trond Myklebust | 539cd03 | 2007-06-05 11:46:42 -0400 | [diff] [blame] | 773 | ret = nfs4_do_open_reclaim(ctx, state); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 774 | put_nfs_open_context(ctx); |
| 775 | return ret; |
| 776 | } |
| 777 | |
Trond Myklebust | 13437e1 | 2007-07-06 15:10:43 -0400 | [diff] [blame] | 778 | static int _nfs4_open_delegation_recall(struct nfs_open_context *ctx, struct nfs4_state *state, const nfs4_stateid *stateid) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 779 | { |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 780 | struct nfs4_opendata *opendata; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 781 | int ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 782 | |
Trond Myklebust | 6f220ed | 2007-07-17 21:50:45 -0400 | [diff] [blame] | 783 | opendata = nfs4_open_recoverdata_alloc(ctx, state); |
| 784 | if (IS_ERR(opendata)) |
| 785 | return PTR_ERR(opendata); |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 786 | opendata->o_arg.claim = NFS4_OPEN_CLAIM_DELEGATE_CUR; |
Trond Myklebust | 13437e1 | 2007-07-06 15:10:43 -0400 | [diff] [blame] | 787 | memcpy(opendata->o_arg.u.delegation.data, stateid->data, |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 788 | sizeof(opendata->o_arg.u.delegation.data)); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 789 | ret = nfs4_open_recover(opendata, state); |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 790 | nfs4_opendata_put(opendata); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 791 | return ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 792 | } |
| 793 | |
Trond Myklebust | 13437e1 | 2007-07-06 15:10:43 -0400 | [diff] [blame] | 794 | int nfs4_open_delegation_recall(struct nfs_open_context *ctx, struct nfs4_state *state, const nfs4_stateid *stateid) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 795 | { |
| 796 | struct nfs4_exception exception = { }; |
Trond Myklebust | 539cd03 | 2007-06-05 11:46:42 -0400 | [diff] [blame] | 797 | struct nfs_server *server = NFS_SERVER(state->inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 798 | int err; |
| 799 | do { |
Trond Myklebust | 13437e1 | 2007-07-06 15:10:43 -0400 | [diff] [blame] | 800 | err = _nfs4_open_delegation_recall(ctx, state, stateid); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 801 | switch (err) { |
| 802 | case 0: |
| 803 | return err; |
| 804 | case -NFS4ERR_STALE_CLIENTID: |
| 805 | case -NFS4ERR_STALE_STATEID: |
| 806 | case -NFS4ERR_EXPIRED: |
| 807 | /* Don't recall a delegation if it was lost */ |
David Howells | 7539bba | 2006-08-22 20:06:09 -0400 | [diff] [blame] | 808 | nfs4_schedule_state_recovery(server->nfs_client); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 809 | return err; |
| 810 | } |
| 811 | err = nfs4_handle_exception(server, err, &exception); |
| 812 | } while (exception.retry); |
| 813 | return err; |
| 814 | } |
| 815 | |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 816 | static void nfs4_open_confirm_done(struct rpc_task *task, void *calldata) |
| 817 | { |
| 818 | struct nfs4_opendata *data = calldata; |
| 819 | |
| 820 | data->rpc_status = task->tk_status; |
| 821 | if (RPC_ASSASSINATED(task)) |
| 822 | return; |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 823 | if (data->rpc_status == 0) { |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 824 | memcpy(data->o_res.stateid.data, data->c_res.stateid.data, |
| 825 | sizeof(data->o_res.stateid.data)); |
Trond Myklebust | bb22629 | 2008-01-02 15:19:18 -0500 | [diff] [blame] | 826 | nfs_confirm_seqid(&data->owner->so_seqid, 0); |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 827 | renew_lease(data->o_res.server, data->timestamp); |
Trond Myklebust | 3e30991 | 2007-07-07 13:19:59 -0400 | [diff] [blame] | 828 | data->rpc_done = 1; |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 829 | } |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 830 | } |
| 831 | |
| 832 | static void nfs4_open_confirm_release(void *calldata) |
| 833 | { |
| 834 | struct nfs4_opendata *data = calldata; |
| 835 | struct nfs4_state *state = NULL; |
| 836 | |
| 837 | /* If this request hasn't been cancelled, do nothing */ |
| 838 | if (data->cancelled == 0) |
| 839 | goto out_free; |
| 840 | /* In case of error, no cleanup! */ |
Trond Myklebust | 3e30991 | 2007-07-07 13:19:59 -0400 | [diff] [blame] | 841 | if (!data->rpc_done) |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 842 | goto out_free; |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 843 | state = nfs4_opendata_to_nfs4_state(data); |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 844 | if (!IS_ERR(state)) |
Trond Myklebust | 4a35bd4 | 2007-06-05 10:31:33 -0400 | [diff] [blame] | 845 | nfs4_close_state(&data->path, state, data->o_arg.open_flags); |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 846 | out_free: |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 847 | nfs4_opendata_put(data); |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 848 | } |
| 849 | |
| 850 | static const struct rpc_call_ops nfs4_open_confirm_ops = { |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 851 | .rpc_call_done = nfs4_open_confirm_done, |
| 852 | .rpc_release = nfs4_open_confirm_release, |
| 853 | }; |
| 854 | |
| 855 | /* |
| 856 | * Note: On error, nfs4_proc_open_confirm will free the struct nfs4_opendata |
| 857 | */ |
| 858 | static int _nfs4_proc_open_confirm(struct nfs4_opendata *data) |
| 859 | { |
| 860 | struct nfs_server *server = NFS_SERVER(data->dir->d_inode); |
| 861 | struct rpc_task *task; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 862 | struct rpc_message msg = { |
| 863 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_CONFIRM], |
| 864 | .rpc_argp = &data->c_arg, |
| 865 | .rpc_resp = &data->c_res, |
| 866 | .rpc_cred = data->owner->so_cred, |
| 867 | }; |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 868 | struct rpc_task_setup task_setup_data = { |
| 869 | .rpc_client = server->client, |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 870 | .rpc_message = &msg, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 871 | .callback_ops = &nfs4_open_confirm_ops, |
| 872 | .callback_data = data, |
Trond Myklebust | 101070c | 2008-02-19 20:04:23 -0500 | [diff] [blame] | 873 | .workqueue = nfsiod_workqueue, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 874 | .flags = RPC_TASK_ASYNC, |
| 875 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 876 | int status; |
| 877 | |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 878 | kref_get(&data->kref); |
Trond Myklebust | 3e30991 | 2007-07-07 13:19:59 -0400 | [diff] [blame] | 879 | data->rpc_done = 0; |
| 880 | data->rpc_status = 0; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 881 | data->timestamp = jiffies; |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 882 | task = rpc_run_task(&task_setup_data); |
Trond Myklebust | 7a1218a | 2006-03-20 18:11:10 -0500 | [diff] [blame] | 883 | if (IS_ERR(task)) |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 884 | return PTR_ERR(task); |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 885 | status = nfs4_wait_for_completion_rpc_task(task); |
| 886 | if (status != 0) { |
| 887 | data->cancelled = 1; |
| 888 | smp_wmb(); |
| 889 | } else |
| 890 | status = data->rpc_status; |
Trond Myklebust | e6b3c4d | 2006-11-11 22:18:03 -0500 | [diff] [blame] | 891 | rpc_put_task(task); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 892 | return status; |
| 893 | } |
| 894 | |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 895 | static void nfs4_open_prepare(struct rpc_task *task, void *calldata) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 896 | { |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 897 | struct nfs4_opendata *data = calldata; |
| 898 | struct nfs4_state_owner *sp = data->owner; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 899 | |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 900 | if (nfs_wait_on_sequence(data->o_arg.seqid, task) != 0) |
| 901 | return; |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 902 | /* |
| 903 | * Check if we still need to send an OPEN call, or if we can use |
| 904 | * a delegation instead. |
| 905 | */ |
| 906 | if (data->state != NULL) { |
| 907 | struct nfs_delegation *delegation; |
| 908 | |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 909 | if (can_open_cached(data->state, data->o_arg.open_flags & (FMODE_READ|FMODE_WRITE|O_EXCL))) |
| 910 | goto out_no_action; |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 911 | rcu_read_lock(); |
| 912 | delegation = rcu_dereference(NFS_I(data->state->inode)->delegation); |
| 913 | if (delegation != NULL && |
Trond Myklebust | 15c831b | 2008-12-23 15:21:39 -0500 | [diff] [blame] | 914 | test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags) == 0) { |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 915 | rcu_read_unlock(); |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 916 | goto out_no_action; |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 917 | } |
| 918 | rcu_read_unlock(); |
| 919 | } |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 920 | /* Update sequence id. */ |
Trond Myklebust | 9f958ab | 2007-07-02 13:58:33 -0400 | [diff] [blame] | 921 | data->o_arg.id = sp->so_owner_id.id; |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 922 | data->o_arg.clientid = sp->so_client->cl_clientid; |
Trond Myklebust | 6f220ed | 2007-07-17 21:50:45 -0400 | [diff] [blame] | 923 | if (data->o_arg.claim == NFS4_OPEN_CLAIM_PREVIOUS) { |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 924 | task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_NOATTR]; |
Trond Myklebust | 6f220ed | 2007-07-17 21:50:45 -0400 | [diff] [blame] | 925 | nfs_copy_fh(&data->o_res.fh, data->o_arg.fh); |
| 926 | } |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 927 | data->timestamp = jiffies; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 928 | rpc_call_start(task); |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 929 | return; |
| 930 | out_no_action: |
| 931 | task->tk_action = NULL; |
| 932 | |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 933 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 934 | |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 935 | static void nfs4_open_done(struct rpc_task *task, void *calldata) |
| 936 | { |
| 937 | struct nfs4_opendata *data = calldata; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 938 | |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 939 | data->rpc_status = task->tk_status; |
| 940 | if (RPC_ASSASSINATED(task)) |
| 941 | return; |
| 942 | if (task->tk_status == 0) { |
| 943 | switch (data->o_res.f_attr->mode & S_IFMT) { |
Trond Myklebust | 6f926b5 | 2005-10-18 14:20:18 -0700 | [diff] [blame] | 944 | case S_IFREG: |
| 945 | break; |
| 946 | case S_IFLNK: |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 947 | data->rpc_status = -ELOOP; |
Trond Myklebust | 6f926b5 | 2005-10-18 14:20:18 -0700 | [diff] [blame] | 948 | break; |
| 949 | case S_IFDIR: |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 950 | data->rpc_status = -EISDIR; |
Trond Myklebust | 6f926b5 | 2005-10-18 14:20:18 -0700 | [diff] [blame] | 951 | break; |
| 952 | default: |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 953 | data->rpc_status = -ENOTDIR; |
Trond Myklebust | 6f926b5 | 2005-10-18 14:20:18 -0700 | [diff] [blame] | 954 | } |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 955 | renew_lease(data->o_res.server, data->timestamp); |
Trond Myklebust | 0f9f95e | 2007-07-08 16:19:56 -0400 | [diff] [blame] | 956 | if (!(data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM)) |
| 957 | nfs_confirm_seqid(&data->owner->so_seqid, 0); |
Trond Myklebust | 6f926b5 | 2005-10-18 14:20:18 -0700 | [diff] [blame] | 958 | } |
Trond Myklebust | 3e30991 | 2007-07-07 13:19:59 -0400 | [diff] [blame] | 959 | data->rpc_done = 1; |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 960 | } |
Trond Myklebust | 6f926b5 | 2005-10-18 14:20:18 -0700 | [diff] [blame] | 961 | |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 962 | static void nfs4_open_release(void *calldata) |
| 963 | { |
| 964 | struct nfs4_opendata *data = calldata; |
| 965 | struct nfs4_state *state = NULL; |
| 966 | |
| 967 | /* If this request hasn't been cancelled, do nothing */ |
| 968 | if (data->cancelled == 0) |
| 969 | goto out_free; |
| 970 | /* In case of error, no cleanup! */ |
Trond Myklebust | 3e30991 | 2007-07-07 13:19:59 -0400 | [diff] [blame] | 971 | if (data->rpc_status != 0 || !data->rpc_done) |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 972 | goto out_free; |
| 973 | /* In case we need an open_confirm, no cleanup! */ |
| 974 | if (data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM) |
| 975 | goto out_free; |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 976 | state = nfs4_opendata_to_nfs4_state(data); |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 977 | if (!IS_ERR(state)) |
Trond Myklebust | 4a35bd4 | 2007-06-05 10:31:33 -0400 | [diff] [blame] | 978 | nfs4_close_state(&data->path, state, data->o_arg.open_flags); |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 979 | out_free: |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 980 | nfs4_opendata_put(data); |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 981 | } |
| 982 | |
| 983 | static const struct rpc_call_ops nfs4_open_ops = { |
| 984 | .rpc_call_prepare = nfs4_open_prepare, |
| 985 | .rpc_call_done = nfs4_open_done, |
| 986 | .rpc_release = nfs4_open_release, |
| 987 | }; |
| 988 | |
| 989 | /* |
| 990 | * Note: On error, nfs4_proc_open will free the struct nfs4_opendata |
| 991 | */ |
| 992 | static int _nfs4_proc_open(struct nfs4_opendata *data) |
| 993 | { |
| 994 | struct inode *dir = data->dir->d_inode; |
| 995 | struct nfs_server *server = NFS_SERVER(dir); |
| 996 | struct nfs_openargs *o_arg = &data->o_arg; |
| 997 | struct nfs_openres *o_res = &data->o_res; |
| 998 | struct rpc_task *task; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 999 | struct rpc_message msg = { |
| 1000 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN], |
| 1001 | .rpc_argp = o_arg, |
| 1002 | .rpc_resp = o_res, |
| 1003 | .rpc_cred = data->owner->so_cred, |
| 1004 | }; |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 1005 | struct rpc_task_setup task_setup_data = { |
| 1006 | .rpc_client = server->client, |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 1007 | .rpc_message = &msg, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 1008 | .callback_ops = &nfs4_open_ops, |
| 1009 | .callback_data = data, |
Trond Myklebust | 101070c | 2008-02-19 20:04:23 -0500 | [diff] [blame] | 1010 | .workqueue = nfsiod_workqueue, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 1011 | .flags = RPC_TASK_ASYNC, |
| 1012 | }; |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1013 | int status; |
| 1014 | |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 1015 | kref_get(&data->kref); |
Trond Myklebust | 3e30991 | 2007-07-07 13:19:59 -0400 | [diff] [blame] | 1016 | data->rpc_done = 0; |
| 1017 | data->rpc_status = 0; |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 1018 | data->cancelled = 0; |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 1019 | task = rpc_run_task(&task_setup_data); |
Trond Myklebust | 7a1218a | 2006-03-20 18:11:10 -0500 | [diff] [blame] | 1020 | if (IS_ERR(task)) |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1021 | return PTR_ERR(task); |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1022 | status = nfs4_wait_for_completion_rpc_task(task); |
| 1023 | if (status != 0) { |
| 1024 | data->cancelled = 1; |
| 1025 | smp_wmb(); |
| 1026 | } else |
| 1027 | status = data->rpc_status; |
Trond Myklebust | e6b3c4d | 2006-11-11 22:18:03 -0500 | [diff] [blame] | 1028 | rpc_put_task(task); |
Trond Myklebust | 3e30991 | 2007-07-07 13:19:59 -0400 | [diff] [blame] | 1029 | if (status != 0 || !data->rpc_done) |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1030 | return status; |
| 1031 | |
Trond Myklebust | 9936781 | 2007-07-17 21:52:41 -0400 | [diff] [blame] | 1032 | if (o_res->fh.size == 0) |
| 1033 | _nfs4_proc_lookup(dir, o_arg->name, &o_res->fh, o_res->f_attr); |
| 1034 | |
Trond Myklebust | 56ae19f | 2005-10-27 22:12:40 -0400 | [diff] [blame] | 1035 | if (o_arg->open_flags & O_CREAT) { |
| 1036 | update_changeattr(dir, &o_res->cinfo); |
| 1037 | nfs_post_op_update_inode(dir, o_res->dir_attr); |
| 1038 | } else |
| 1039 | nfs_refresh_inode(dir, o_res->dir_attr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1040 | if(o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) { |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 1041 | status = _nfs4_proc_open_confirm(data); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1042 | if (status != 0) |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1043 | return status; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1044 | } |
| 1045 | if (!(o_res->f_attr->valid & NFS_ATTR_FATTR)) |
Trond Myklebust | 9936781 | 2007-07-17 21:52:41 -0400 | [diff] [blame] | 1046 | _nfs4_proc_getattr(server, &o_res->fh, o_res->f_attr); |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1047 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1048 | } |
| 1049 | |
Trond Myklebust | 10afec9 | 2007-05-14 17:16:04 -0400 | [diff] [blame] | 1050 | static int nfs4_recover_expired_lease(struct nfs_server *server) |
Trond Myklebust | 58d9714 | 2006-01-03 09:55:24 +0100 | [diff] [blame] | 1051 | { |
David Howells | 7539bba | 2006-08-22 20:06:09 -0400 | [diff] [blame] | 1052 | struct nfs_client *clp = server->nfs_client; |
Trond Myklebust | 6b30954 | 2006-09-14 14:03:14 -0400 | [diff] [blame] | 1053 | int ret; |
Trond Myklebust | 58d9714 | 2006-01-03 09:55:24 +0100 | [diff] [blame] | 1054 | |
Trond Myklebust | 6b30954 | 2006-09-14 14:03:14 -0400 | [diff] [blame] | 1055 | for (;;) { |
Trond Myklebust | 65de872 | 2008-12-23 15:21:44 -0500 | [diff] [blame^] | 1056 | ret = nfs4_wait_clnt_recover(clp); |
Trond Myklebust | 6b30954 | 2006-09-14 14:03:14 -0400 | [diff] [blame] | 1057 | if (ret != 0) |
| 1058 | return ret; |
Trond Myklebust | e598d84 | 2008-12-23 15:21:42 -0500 | [diff] [blame] | 1059 | if (!test_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state) && |
| 1060 | !test_bit(NFS4CLNT_CHECK_LEASE,&clp->cl_state)) |
Trond Myklebust | 6b30954 | 2006-09-14 14:03:14 -0400 | [diff] [blame] | 1061 | break; |
Trond Myklebust | 58d9714 | 2006-01-03 09:55:24 +0100 | [diff] [blame] | 1062 | nfs4_schedule_state_recovery(clp); |
Trond Myklebust | 6b30954 | 2006-09-14 14:03:14 -0400 | [diff] [blame] | 1063 | } |
| 1064 | return 0; |
Trond Myklebust | 58d9714 | 2006-01-03 09:55:24 +0100 | [diff] [blame] | 1065 | } |
| 1066 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1067 | /* |
| 1068 | * OPEN_EXPIRED: |
| 1069 | * reclaim state on the server after a network partition. |
| 1070 | * Assumes caller holds the appropriate lock |
| 1071 | */ |
Trond Myklebust | 539cd03 | 2007-06-05 11:46:42 -0400 | [diff] [blame] | 1072 | static int _nfs4_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1073 | { |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 1074 | struct nfs4_opendata *opendata; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1075 | int ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1076 | |
Trond Myklebust | 6f220ed | 2007-07-17 21:50:45 -0400 | [diff] [blame] | 1077 | opendata = nfs4_open_recoverdata_alloc(ctx, state); |
| 1078 | if (IS_ERR(opendata)) |
| 1079 | return PTR_ERR(opendata); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1080 | ret = nfs4_open_recover(opendata, state); |
Trond Myklebust | 35d0577 | 2008-04-05 15:54:17 -0400 | [diff] [blame] | 1081 | if (ret == -ESTALE) |
Trond Myklebust | 539cd03 | 2007-06-05 11:46:42 -0400 | [diff] [blame] | 1082 | d_drop(ctx->path.dentry); |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 1083 | nfs4_opendata_put(opendata); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1084 | return ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1085 | } |
| 1086 | |
Trond Myklebust | 539cd03 | 2007-06-05 11:46:42 -0400 | [diff] [blame] | 1087 | static inline int nfs4_do_open_expired(struct nfs_open_context *ctx, struct nfs4_state *state) |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 1088 | { |
Trond Myklebust | 539cd03 | 2007-06-05 11:46:42 -0400 | [diff] [blame] | 1089 | struct nfs_server *server = NFS_SERVER(state->inode); |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 1090 | struct nfs4_exception exception = { }; |
| 1091 | int err; |
| 1092 | |
| 1093 | do { |
Trond Myklebust | 539cd03 | 2007-06-05 11:46:42 -0400 | [diff] [blame] | 1094 | err = _nfs4_open_expired(ctx, state); |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 1095 | if (err == -NFS4ERR_DELAY) |
| 1096 | nfs4_handle_exception(server, err, &exception); |
| 1097 | } while (exception.retry); |
| 1098 | return err; |
| 1099 | } |
| 1100 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1101 | static int nfs4_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state) |
| 1102 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1103 | struct nfs_open_context *ctx; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1104 | int ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1105 | |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1106 | ctx = nfs4_state_find_open_context(state); |
| 1107 | if (IS_ERR(ctx)) |
| 1108 | return PTR_ERR(ctx); |
Trond Myklebust | 539cd03 | 2007-06-05 11:46:42 -0400 | [diff] [blame] | 1109 | ret = nfs4_do_open_expired(ctx, state); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1110 | put_nfs_open_context(ctx); |
| 1111 | return ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1112 | } |
| 1113 | |
| 1114 | /* |
Jeff Layton | aa53ed5 | 2007-06-05 14:49:03 -0400 | [diff] [blame] | 1115 | * on an EXCLUSIVE create, the server should send back a bitmask with FATTR4-* |
| 1116 | * fields corresponding to attributes that were used to store the verifier. |
| 1117 | * Make sure we clobber those fields in the later setattr call |
| 1118 | */ |
| 1119 | static inline void nfs4_exclusive_attrset(struct nfs4_opendata *opendata, struct iattr *sattr) |
| 1120 | { |
| 1121 | if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_ACCESS) && |
| 1122 | !(sattr->ia_valid & ATTR_ATIME_SET)) |
| 1123 | sattr->ia_valid |= ATTR_ATIME; |
| 1124 | |
| 1125 | if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_MODIFY) && |
| 1126 | !(sattr->ia_valid & ATTR_MTIME_SET)) |
| 1127 | sattr->ia_valid |= ATTR_MTIME; |
| 1128 | } |
| 1129 | |
| 1130 | /* |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1131 | * Returns a referenced nfs4_state |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1132 | */ |
Trond Myklebust | ad389da | 2007-06-05 12:30:00 -0400 | [diff] [blame] | 1133 | static int _nfs4_do_open(struct inode *dir, struct path *path, int flags, struct iattr *sattr, struct rpc_cred *cred, struct nfs4_state **res) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1134 | { |
| 1135 | struct nfs4_state_owner *sp; |
| 1136 | struct nfs4_state *state = NULL; |
| 1137 | struct nfs_server *server = NFS_SERVER(dir); |
David Howells | 7539bba | 2006-08-22 20:06:09 -0400 | [diff] [blame] | 1138 | struct nfs_client *clp = server->nfs_client; |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 1139 | struct nfs4_opendata *opendata; |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1140 | int status; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1141 | |
| 1142 | /* Protect against reboot recovery conflicts */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1143 | status = -ENOMEM; |
| 1144 | if (!(sp = nfs4_get_state_owner(server, cred))) { |
| 1145 | dprintk("nfs4_do_open: nfs4_get_state_owner failed!\n"); |
| 1146 | goto out_err; |
| 1147 | } |
Trond Myklebust | 58d9714 | 2006-01-03 09:55:24 +0100 | [diff] [blame] | 1148 | status = nfs4_recover_expired_lease(server); |
| 1149 | if (status != 0) |
Trond Myklebust | b4454fe | 2006-01-03 09:55:25 +0100 | [diff] [blame] | 1150 | goto err_put_state_owner; |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1151 | if (path->dentry->d_inode != NULL) |
| 1152 | nfs4_return_incompatible_delegation(path->dentry->d_inode, flags & (FMODE_READ|FMODE_WRITE)); |
Trond Myklebust | 58d9714 | 2006-01-03 09:55:24 +0100 | [diff] [blame] | 1153 | down_read(&clp->cl_sem); |
| 1154 | status = -ENOMEM; |
Trond Myklebust | ad389da | 2007-06-05 12:30:00 -0400 | [diff] [blame] | 1155 | opendata = nfs4_opendata_alloc(path, sp, flags, sattr); |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 1156 | if (opendata == NULL) |
Trond Myklebust | 76723de | 2006-09-15 08:11:51 -0400 | [diff] [blame] | 1157 | goto err_release_rwsem; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1158 | |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1159 | if (path->dentry->d_inode != NULL) |
| 1160 | opendata->state = nfs4_get_open_state(path->dentry->d_inode, sp); |
| 1161 | |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1162 | status = _nfs4_proc_open(opendata); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1163 | if (status != 0) |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 1164 | goto err_opendata_put; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1165 | |
Jeff Layton | aa53ed5 | 2007-06-05 14:49:03 -0400 | [diff] [blame] | 1166 | if (opendata->o_arg.open_flags & O_EXCL) |
| 1167 | nfs4_exclusive_attrset(opendata, sattr); |
| 1168 | |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1169 | state = nfs4_opendata_to_nfs4_state(opendata); |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 1170 | status = PTR_ERR(state); |
| 1171 | if (IS_ERR(state)) |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 1172 | goto err_opendata_put; |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 1173 | nfs4_opendata_put(opendata); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1174 | nfs4_put_state_owner(sp); |
| 1175 | up_read(&clp->cl_sem); |
| 1176 | *res = state; |
| 1177 | return 0; |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 1178 | err_opendata_put: |
| 1179 | nfs4_opendata_put(opendata); |
Trond Myklebust | 76723de | 2006-09-15 08:11:51 -0400 | [diff] [blame] | 1180 | err_release_rwsem: |
| 1181 | up_read(&clp->cl_sem); |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 1182 | err_put_state_owner: |
| 1183 | nfs4_put_state_owner(sp); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1184 | out_err: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1185 | *res = NULL; |
| 1186 | return status; |
| 1187 | } |
| 1188 | |
| 1189 | |
Trond Myklebust | ad389da | 2007-06-05 12:30:00 -0400 | [diff] [blame] | 1190 | static struct nfs4_state *nfs4_do_open(struct inode *dir, struct path *path, int flags, struct iattr *sattr, struct rpc_cred *cred) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1191 | { |
| 1192 | struct nfs4_exception exception = { }; |
| 1193 | struct nfs4_state *res; |
| 1194 | int status; |
| 1195 | |
| 1196 | do { |
Trond Myklebust | ad389da | 2007-06-05 12:30:00 -0400 | [diff] [blame] | 1197 | status = _nfs4_do_open(dir, path, flags, sattr, cred, &res); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1198 | 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 Myklebust | cee54fc | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1206 | * doing an OPEN, we assume that nfs_increment_open_seqid() will |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1207 | * 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 Myklebust | 6f43ddc | 2007-07-08 16:49:11 -0400 | [diff] [blame] | 1212 | printk(KERN_WARNING "NFS: v4 server %s " |
| 1213 | " returned a bad sequence-id error!\n", |
| 1214 | NFS_SERVER(dir)->nfs_client->cl_hostname); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1215 | exception.retry = 1; |
| 1216 | continue; |
| 1217 | } |
Trond Myklebust | 550f574 | 2005-10-18 14:20:21 -0700 | [diff] [blame] | 1218 | /* |
| 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 Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1228 | if (status == -EAGAIN) { |
| 1229 | /* We must have found a delegation */ |
| 1230 | exception.retry = 1; |
| 1231 | continue; |
| 1232 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1233 | res = ERR_PTR(nfs4_handle_exception(NFS_SERVER(dir), |
| 1234 | status, &exception)); |
| 1235 | } while (exception.retry); |
| 1236 | return res; |
| 1237 | } |
| 1238 | |
Trond Myklebust | 659bfcd | 2008-06-10 19:39:41 -0400 | [diff] [blame] | 1239 | static 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 Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1242 | { |
Trond Myklebust | 3e4f629 | 2006-03-20 13:44:46 -0500 | [diff] [blame] | 1243 | struct nfs_server *server = NFS_SERVER(inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1244 | struct nfs_setattrargs arg = { |
Trond Myklebust | 3e4f629 | 2006-03-20 13:44:46 -0500 | [diff] [blame] | 1245 | .fh = NFS_FH(inode), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1246 | .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 Myklebust | 659bfcd | 2008-06-10 19:39:41 -0400 | [diff] [blame] | 1255 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETATTR], |
| 1256 | .rpc_argp = &arg, |
| 1257 | .rpc_resp = &res, |
| 1258 | .rpc_cred = cred, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1259 | }; |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 1260 | unsigned long timestamp = jiffies; |
Trond Myklebust | 65e4308 | 2005-08-16 11:49:44 -0400 | [diff] [blame] | 1261 | int status; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1262 | |
Trond Myklebust | 0e574af | 2005-10-27 22:12:38 -0400 | [diff] [blame] | 1263 | nfs_fattr_init(fattr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1264 | |
Trond Myklebust | 3e4f629 | 2006-03-20 13:44:46 -0500 | [diff] [blame] | 1265 | if (nfs4_copy_delegation_stateid(&arg.stateid, inode)) { |
| 1266 | /* Use that stateid */ |
| 1267 | } else if (state != NULL) { |
Trond Myklebust | 08e9eac | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 1268 | nfs4_copy_stateid(&arg.stateid, state, current->files); |
| 1269 | } else |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1270 | memcpy(&arg.stateid, &zero_stateid, sizeof(arg.stateid)); |
| 1271 | |
Trond Myklebust | 65e4308 | 2005-08-16 11:49:44 -0400 | [diff] [blame] | 1272 | status = rpc_call_sync(server->client, &msg, 0); |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 1273 | if (status == 0 && state != NULL) |
| 1274 | renew_lease(server, timestamp); |
Trond Myklebust | 65e4308 | 2005-08-16 11:49:44 -0400 | [diff] [blame] | 1275 | return status; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1276 | } |
| 1277 | |
Trond Myklebust | 659bfcd | 2008-06-10 19:39:41 -0400 | [diff] [blame] | 1278 | static 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 Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1281 | { |
Trond Myklebust | 3e4f629 | 2006-03-20 13:44:46 -0500 | [diff] [blame] | 1282 | struct nfs_server *server = NFS_SERVER(inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1283 | struct nfs4_exception exception = { }; |
| 1284 | int err; |
| 1285 | do { |
| 1286 | err = nfs4_handle_exception(server, |
Trond Myklebust | 659bfcd | 2008-06-10 19:39:41 -0400 | [diff] [blame] | 1287 | _nfs4_do_setattr(inode, cred, fattr, sattr, state), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1288 | &exception); |
| 1289 | } while (exception.retry); |
| 1290 | return err; |
| 1291 | } |
| 1292 | |
| 1293 | struct nfs4_closedata { |
Trond Myklebust | 4a35bd4 | 2007-06-05 10:31:33 -0400 | [diff] [blame] | 1294 | struct path path; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1295 | struct inode *inode; |
| 1296 | struct nfs4_state *state; |
| 1297 | struct nfs_closeargs arg; |
| 1298 | struct nfs_closeres res; |
Trond Myklebust | 516a6af | 2005-10-27 22:12:41 -0400 | [diff] [blame] | 1299 | struct nfs_fattr fattr; |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 1300 | unsigned long timestamp; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1301 | }; |
| 1302 | |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 1303 | static void nfs4_free_closedata(void *data) |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1304 | { |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 1305 | struct nfs4_closedata *calldata = data; |
| 1306 | struct nfs4_state_owner *sp = calldata->state->owner; |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1307 | |
| 1308 | nfs4_put_open_state(calldata->state); |
| 1309 | nfs_free_seqid(calldata->arg.seqid); |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1310 | nfs4_put_state_owner(sp); |
Jan Blunck | 31f31db1 | 2008-05-02 13:42:45 -0700 | [diff] [blame] | 1311 | path_put(&calldata->path); |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1312 | kfree(calldata); |
| 1313 | } |
| 1314 | |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 1315 | static void nfs4_close_done(struct rpc_task *task, void *data) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1316 | { |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 1317 | struct nfs4_closedata *calldata = data; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1318 | struct nfs4_state *state = calldata->state; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1319 | struct nfs_server *server = NFS_SERVER(calldata->inode); |
| 1320 | |
Trond Myklebust | 4ce70ad | 2006-01-03 09:55:05 +0100 | [diff] [blame] | 1321 | if (RPC_ASSASSINATED(task)) |
| 1322 | return; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1323 | /* 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 Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1326 | switch (task->tk_status) { |
| 1327 | case 0: |
Trond Myklebust | 45328c3 | 2007-07-26 17:47:34 -0400 | [diff] [blame] | 1328 | nfs_set_open_stateid(state, &calldata->res.stateid, 0); |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 1329 | renew_lease(server, calldata->timestamp); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1330 | break; |
| 1331 | case -NFS4ERR_STALE_STATEID: |
| 1332 | case -NFS4ERR_EXPIRED: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1333 | break; |
| 1334 | default: |
| 1335 | if (nfs4_async_handle_error(task, server) == -EAGAIN) { |
| 1336 | rpc_restart_call(task); |
| 1337 | return; |
| 1338 | } |
| 1339 | } |
Trond Myklebust | 516a6af | 2005-10-27 22:12:41 -0400 | [diff] [blame] | 1340 | nfs_refresh_inode(calldata->inode, calldata->res.fattr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1341 | } |
| 1342 | |
Trond Myklebust | 4ce70ad | 2006-01-03 09:55:05 +0100 | [diff] [blame] | 1343 | static void nfs4_close_prepare(struct rpc_task *task, void *data) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1344 | { |
Trond Myklebust | 4ce70ad | 2006-01-03 09:55:05 +0100 | [diff] [blame] | 1345 | struct nfs4_closedata *calldata = data; |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1346 | struct nfs4_state *state = calldata->state; |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 1347 | int clear_rd, clear_wr, clear_rdwr; |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1348 | |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 1349 | if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0) |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1350 | return; |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 1351 | |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 1352 | clear_rd = clear_wr = clear_rdwr = 0; |
Trond Myklebust | 4cecb76 | 2005-11-04 15:32:58 -0500 | [diff] [blame] | 1353 | spin_lock(&state->owner->so_lock); |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 1354 | /* Calculate the change in open mode */ |
Trond Myklebust | e761692 | 2006-01-03 09:55:13 +0100 | [diff] [blame] | 1355 | if (state->n_rdwr == 0) { |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 1356 | if (state->n_rdonly == 0) { |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 1357 | clear_rd |= test_and_clear_bit(NFS_O_RDONLY_STATE, &state->flags); |
| 1358 | clear_rdwr |= test_and_clear_bit(NFS_O_RDWR_STATE, &state->flags); |
| 1359 | } |
| 1360 | if (state->n_wronly == 0) { |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 1361 | clear_wr |= test_and_clear_bit(NFS_O_WRONLY_STATE, &state->flags); |
| 1362 | clear_rdwr |= test_and_clear_bit(NFS_O_RDWR_STATE, &state->flags); |
| 1363 | } |
Trond Myklebust | e761692 | 2006-01-03 09:55:13 +0100 | [diff] [blame] | 1364 | } |
Trond Myklebust | 4cecb76 | 2005-11-04 15:32:58 -0500 | [diff] [blame] | 1365 | spin_unlock(&state->owner->so_lock); |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 1366 | if (!clear_rd && !clear_wr && !clear_rdwr) { |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 1367 | /* Note: exit _without_ calling nfs4_close_done */ |
| 1368 | task->tk_action = NULL; |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1369 | return; |
| 1370 | } |
Trond Myklebust | 516a6af | 2005-10-27 22:12:41 -0400 | [diff] [blame] | 1371 | nfs_fattr_init(calldata->res.fattr); |
Trond Myklebust | 45328c3 | 2007-07-26 17:47:34 -0400 | [diff] [blame] | 1372 | if (test_bit(NFS_O_RDONLY_STATE, &state->flags) != 0) { |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 1373 | task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_DOWNGRADE]; |
Trond Myklebust | 45328c3 | 2007-07-26 17:47:34 -0400 | [diff] [blame] | 1374 | calldata->arg.open_flags = FMODE_READ; |
| 1375 | } else if (test_bit(NFS_O_WRONLY_STATE, &state->flags) != 0) { |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 1376 | task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_DOWNGRADE]; |
Trond Myklebust | 45328c3 | 2007-07-26 17:47:34 -0400 | [diff] [blame] | 1377 | calldata->arg.open_flags = FMODE_WRITE; |
| 1378 | } |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 1379 | calldata->timestamp = jiffies; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 1380 | rpc_call_start(task); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1381 | } |
| 1382 | |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 1383 | static const struct rpc_call_ops nfs4_close_ops = { |
Trond Myklebust | 4ce70ad | 2006-01-03 09:55:05 +0100 | [diff] [blame] | 1384 | .rpc_call_prepare = nfs4_close_prepare, |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 1385 | .rpc_call_done = nfs4_close_done, |
| 1386 | .rpc_release = nfs4_free_closedata, |
| 1387 | }; |
| 1388 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1389 | /* |
| 1390 | * It is possible for data to be read/written from a mem-mapped file |
| 1391 | * after the sys_close call (which hits the vfs layer as a flush). |
| 1392 | * This means that we can't safely call nfsv4 close on a file until |
| 1393 | * the inode is cleared. This in turn means that we are not good |
| 1394 | * NFSv4 citizens - we do not indicate to the server to update the file's |
| 1395 | * share state even when we are done with one of the three share |
| 1396 | * stateid's in the inode. |
| 1397 | * |
| 1398 | * NOTE: Caller must be holding the sp->so_owner semaphore! |
| 1399 | */ |
Trond Myklebust | a49c3c7 | 2007-10-18 18:03:27 -0400 | [diff] [blame] | 1400 | int nfs4_do_close(struct path *path, struct nfs4_state *state, int wait) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1401 | { |
Trond Myklebust | 4a35bd4 | 2007-06-05 10:31:33 -0400 | [diff] [blame] | 1402 | struct nfs_server *server = NFS_SERVER(state->inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1403 | struct nfs4_closedata *calldata; |
Trond Myklebust | b39e625 | 2007-06-11 23:05:07 -0400 | [diff] [blame] | 1404 | struct nfs4_state_owner *sp = state->owner; |
| 1405 | struct rpc_task *task; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 1406 | struct rpc_message msg = { |
| 1407 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE], |
| 1408 | .rpc_cred = state->owner->so_cred, |
| 1409 | }; |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 1410 | struct rpc_task_setup task_setup_data = { |
| 1411 | .rpc_client = server->client, |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 1412 | .rpc_message = &msg, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 1413 | .callback_ops = &nfs4_close_ops, |
Trond Myklebust | 101070c | 2008-02-19 20:04:23 -0500 | [diff] [blame] | 1414 | .workqueue = nfsiod_workqueue, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 1415 | .flags = RPC_TASK_ASYNC, |
| 1416 | }; |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1417 | int status = -ENOMEM; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1418 | |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1419 | calldata = kmalloc(sizeof(*calldata), GFP_KERNEL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1420 | if (calldata == NULL) |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1421 | goto out; |
Trond Myklebust | 4a35bd4 | 2007-06-05 10:31:33 -0400 | [diff] [blame] | 1422 | calldata->inode = state->inode; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1423 | calldata->state = state; |
Trond Myklebust | 4a35bd4 | 2007-06-05 10:31:33 -0400 | [diff] [blame] | 1424 | calldata->arg.fh = NFS_FH(state->inode); |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 1425 | calldata->arg.stateid = &state->open_stateid; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1426 | /* Serialization for the sequence id */ |
Trond Myklebust | cee54fc | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1427 | calldata->arg.seqid = nfs_alloc_seqid(&state->owner->so_seqid); |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1428 | if (calldata->arg.seqid == NULL) |
| 1429 | goto out_free_calldata; |
Trond Myklebust | 516a6af | 2005-10-27 22:12:41 -0400 | [diff] [blame] | 1430 | calldata->arg.bitmask = server->attr_bitmask; |
| 1431 | calldata->res.fattr = &calldata->fattr; |
Trond Myklebust | c1d5193 | 2008-04-07 13:20:54 -0400 | [diff] [blame] | 1432 | calldata->res.seqid = calldata->arg.seqid; |
Trond Myklebust | 516a6af | 2005-10-27 22:12:41 -0400 | [diff] [blame] | 1433 | calldata->res.server = server; |
Trond Myklebust | 4a35bd4 | 2007-06-05 10:31:33 -0400 | [diff] [blame] | 1434 | calldata->path.mnt = mntget(path->mnt); |
| 1435 | calldata->path.dentry = dget(path->dentry); |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1436 | |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 1437 | msg.rpc_argp = &calldata->arg, |
| 1438 | msg.rpc_resp = &calldata->res, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 1439 | task_setup_data.callback_data = calldata; |
| 1440 | task = rpc_run_task(&task_setup_data); |
Trond Myklebust | b39e625 | 2007-06-11 23:05:07 -0400 | [diff] [blame] | 1441 | if (IS_ERR(task)) |
| 1442 | return PTR_ERR(task); |
Trond Myklebust | a49c3c7 | 2007-10-18 18:03:27 -0400 | [diff] [blame] | 1443 | status = 0; |
| 1444 | if (wait) |
| 1445 | status = rpc_wait_for_completion_task(task); |
Trond Myklebust | b39e625 | 2007-06-11 23:05:07 -0400 | [diff] [blame] | 1446 | rpc_put_task(task); |
Trond Myklebust | a49c3c7 | 2007-10-18 18:03:27 -0400 | [diff] [blame] | 1447 | return status; |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1448 | out_free_calldata: |
| 1449 | kfree(calldata); |
| 1450 | out: |
Trond Myklebust | b39e625 | 2007-06-11 23:05:07 -0400 | [diff] [blame] | 1451 | nfs4_put_open_state(state); |
| 1452 | nfs4_put_state_owner(sp); |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1453 | return status; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1454 | } |
| 1455 | |
Trond Myklebust | 4a35bd4 | 2007-06-05 10:31:33 -0400 | [diff] [blame] | 1456 | static int nfs4_intent_set_file(struct nameidata *nd, struct path *path, struct nfs4_state *state) |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1457 | { |
| 1458 | struct file *filp; |
Trond Myklebust | 1b45c46 | 2007-07-03 13:04:56 -0400 | [diff] [blame] | 1459 | int ret; |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1460 | |
Trond Myklebust | 1b45c46 | 2007-07-03 13:04:56 -0400 | [diff] [blame] | 1461 | /* If the open_intent is for execute, we have an extra check to make */ |
| 1462 | if (nd->intent.open.flags & FMODE_EXEC) { |
Trond Myklebust | af22f94 | 2007-08-10 17:45:10 -0400 | [diff] [blame] | 1463 | ret = nfs_may_open(state->inode, |
Trond Myklebust | 1b45c46 | 2007-07-03 13:04:56 -0400 | [diff] [blame] | 1464 | state->owner->so_cred, |
| 1465 | nd->intent.open.flags); |
| 1466 | if (ret < 0) |
| 1467 | goto out_close; |
| 1468 | } |
Trond Myklebust | 4a35bd4 | 2007-06-05 10:31:33 -0400 | [diff] [blame] | 1469 | filp = lookup_instantiate_filp(nd, path->dentry, NULL); |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1470 | if (!IS_ERR(filp)) { |
| 1471 | struct nfs_open_context *ctx; |
Trond Myklebust | cd3758e | 2007-08-10 17:44:32 -0400 | [diff] [blame] | 1472 | ctx = nfs_file_open_context(filp); |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1473 | ctx->state = state; |
Trond Myklebust | 95cf959 | 2006-04-18 13:14:06 -0400 | [diff] [blame] | 1474 | return 0; |
| 1475 | } |
Trond Myklebust | 1b45c46 | 2007-07-03 13:04:56 -0400 | [diff] [blame] | 1476 | ret = PTR_ERR(filp); |
| 1477 | out_close: |
Trond Myklebust | a49c3c7 | 2007-10-18 18:03:27 -0400 | [diff] [blame] | 1478 | nfs4_close_sync(path, state, nd->intent.open.flags); |
Trond Myklebust | 1b45c46 | 2007-07-03 13:04:56 -0400 | [diff] [blame] | 1479 | return ret; |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1480 | } |
| 1481 | |
| 1482 | struct dentry * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1483 | nfs4_atomic_open(struct inode *dir, struct dentry *dentry, struct nameidata *nd) |
| 1484 | { |
Trond Myklebust | ad389da | 2007-06-05 12:30:00 -0400 | [diff] [blame] | 1485 | struct path path = { |
Jan Blunck | 4ac9137 | 2008-02-14 19:34:32 -0800 | [diff] [blame] | 1486 | .mnt = nd->path.mnt, |
Trond Myklebust | ad389da | 2007-06-05 12:30:00 -0400 | [diff] [blame] | 1487 | .dentry = dentry, |
| 1488 | }; |
Jan Blunck | 4ac9137 | 2008-02-14 19:34:32 -0800 | [diff] [blame] | 1489 | struct dentry *parent; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1490 | struct iattr attr; |
| 1491 | struct rpc_cred *cred; |
| 1492 | struct nfs4_state *state; |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1493 | struct dentry *res; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1494 | |
| 1495 | if (nd->flags & LOOKUP_CREATE) { |
| 1496 | attr.ia_mode = nd->intent.open.create_mode; |
| 1497 | attr.ia_valid = ATTR_MODE; |
| 1498 | if (!IS_POSIXACL(dir)) |
| 1499 | attr.ia_mode &= ~current->fs->umask; |
| 1500 | } else { |
| 1501 | attr.ia_valid = 0; |
| 1502 | BUG_ON(nd->intent.open.flags & O_CREAT); |
| 1503 | } |
| 1504 | |
Trond Myklebust | 98a8e32 | 2008-03-12 12:25:28 -0400 | [diff] [blame] | 1505 | cred = rpc_lookup_cred(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1506 | if (IS_ERR(cred)) |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1507 | return (struct dentry *)cred; |
Trond Myklebust | 565277f | 2007-10-15 18:17:53 -0400 | [diff] [blame] | 1508 | parent = dentry->d_parent; |
| 1509 | /* Protect against concurrent sillydeletes */ |
| 1510 | nfs_block_sillyrename(parent); |
Trond Myklebust | ad389da | 2007-06-05 12:30:00 -0400 | [diff] [blame] | 1511 | state = nfs4_do_open(dir, &path, nd->intent.open.flags, &attr, cred); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1512 | put_rpccred(cred); |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1513 | if (IS_ERR(state)) { |
Trond Myklebust | d75340c | 2007-10-01 21:42:01 -0400 | [diff] [blame] | 1514 | if (PTR_ERR(state) == -ENOENT) { |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1515 | d_add(dentry, NULL); |
Trond Myklebust | d75340c | 2007-10-01 21:42:01 -0400 | [diff] [blame] | 1516 | nfs_set_verifier(dentry, nfs_save_change_attribute(dir)); |
| 1517 | } |
Trond Myklebust | 565277f | 2007-10-15 18:17:53 -0400 | [diff] [blame] | 1518 | nfs_unblock_sillyrename(parent); |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1519 | return (struct dentry *)state; |
| 1520 | } |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1521 | res = d_add_unique(dentry, igrab(state->inode)); |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1522 | if (res != NULL) |
Trond Myklebust | deee936 | 2007-08-27 11:33:00 -0400 | [diff] [blame] | 1523 | path.dentry = res; |
Trond Myklebust | d75340c | 2007-10-01 21:42:01 -0400 | [diff] [blame] | 1524 | nfs_set_verifier(path.dentry, nfs_save_change_attribute(dir)); |
Trond Myklebust | 565277f | 2007-10-15 18:17:53 -0400 | [diff] [blame] | 1525 | nfs_unblock_sillyrename(parent); |
Trond Myklebust | 4a35bd4 | 2007-06-05 10:31:33 -0400 | [diff] [blame] | 1526 | nfs4_intent_set_file(nd, &path, state); |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1527 | return res; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1528 | } |
| 1529 | |
| 1530 | int |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1531 | nfs4_open_revalidate(struct inode *dir, struct dentry *dentry, int openflags, struct nameidata *nd) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1532 | { |
Trond Myklebust | ad389da | 2007-06-05 12:30:00 -0400 | [diff] [blame] | 1533 | struct path path = { |
Jan Blunck | 4ac9137 | 2008-02-14 19:34:32 -0800 | [diff] [blame] | 1534 | .mnt = nd->path.mnt, |
Trond Myklebust | ad389da | 2007-06-05 12:30:00 -0400 | [diff] [blame] | 1535 | .dentry = dentry, |
| 1536 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1537 | struct rpc_cred *cred; |
| 1538 | struct nfs4_state *state; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1539 | |
Trond Myklebust | 98a8e32 | 2008-03-12 12:25:28 -0400 | [diff] [blame] | 1540 | cred = rpc_lookup_cred(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1541 | if (IS_ERR(cred)) |
| 1542 | return PTR_ERR(cred); |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1543 | state = nfs4_do_open(dir, &path, openflags, NULL, cred); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1544 | put_rpccred(cred); |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1545 | if (IS_ERR(state)) { |
| 1546 | switch (PTR_ERR(state)) { |
| 1547 | case -EPERM: |
| 1548 | case -EACCES: |
| 1549 | case -EDQUOT: |
| 1550 | case -ENOSPC: |
| 1551 | case -EROFS: |
| 1552 | lookup_instantiate_filp(nd, (struct dentry *)state, NULL); |
| 1553 | return 1; |
Chuck Lever | b87c0ad | 2006-10-19 23:28:42 -0700 | [diff] [blame] | 1554 | default: |
| 1555 | goto out_drop; |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1556 | } |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1557 | } |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1558 | if (state->inode == dentry->d_inode) { |
Trond Myklebust | d75340c | 2007-10-01 21:42:01 -0400 | [diff] [blame] | 1559 | nfs_set_verifier(dentry, nfs_save_change_attribute(dir)); |
Trond Myklebust | 4a35bd4 | 2007-06-05 10:31:33 -0400 | [diff] [blame] | 1560 | nfs4_intent_set_file(nd, &path, state); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1561 | return 1; |
| 1562 | } |
Trond Myklebust | a49c3c7 | 2007-10-18 18:03:27 -0400 | [diff] [blame] | 1563 | nfs4_close_sync(&path, state, openflags); |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1564 | out_drop: |
| 1565 | d_drop(dentry); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1566 | return 0; |
| 1567 | } |
| 1568 | |
| 1569 | |
| 1570 | static int _nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle) |
| 1571 | { |
| 1572 | struct nfs4_server_caps_res res = {}; |
| 1573 | struct rpc_message msg = { |
| 1574 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SERVER_CAPS], |
| 1575 | .rpc_argp = fhandle, |
| 1576 | .rpc_resp = &res, |
| 1577 | }; |
| 1578 | int status; |
| 1579 | |
| 1580 | status = rpc_call_sync(server->client, &msg, 0); |
| 1581 | if (status == 0) { |
| 1582 | memcpy(server->attr_bitmask, res.attr_bitmask, sizeof(server->attr_bitmask)); |
| 1583 | if (res.attr_bitmask[0] & FATTR4_WORD0_ACL) |
| 1584 | server->caps |= NFS_CAP_ACLS; |
| 1585 | if (res.has_links != 0) |
| 1586 | server->caps |= NFS_CAP_HARDLINKS; |
| 1587 | if (res.has_symlinks != 0) |
| 1588 | server->caps |= NFS_CAP_SYMLINKS; |
| 1589 | server->acl_bitmask = res.acl_bitmask; |
| 1590 | } |
| 1591 | return status; |
| 1592 | } |
| 1593 | |
Trond Myklebust | 55a9759 | 2006-06-09 09:34:19 -0400 | [diff] [blame] | 1594 | int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1595 | { |
| 1596 | struct nfs4_exception exception = { }; |
| 1597 | int err; |
| 1598 | do { |
| 1599 | err = nfs4_handle_exception(server, |
| 1600 | _nfs4_server_capabilities(server, fhandle), |
| 1601 | &exception); |
| 1602 | } while (exception.retry); |
| 1603 | return err; |
| 1604 | } |
| 1605 | |
| 1606 | static int _nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle, |
| 1607 | struct nfs_fsinfo *info) |
| 1608 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1609 | struct nfs4_lookup_root_arg args = { |
| 1610 | .bitmask = nfs4_fattr_bitmap, |
| 1611 | }; |
| 1612 | struct nfs4_lookup_res res = { |
| 1613 | .server = server, |
Trond Myklebust | 0e574af | 2005-10-27 22:12:38 -0400 | [diff] [blame] | 1614 | .fattr = info->fattr, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1615 | .fh = fhandle, |
| 1616 | }; |
| 1617 | struct rpc_message msg = { |
| 1618 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP_ROOT], |
| 1619 | .rpc_argp = &args, |
| 1620 | .rpc_resp = &res, |
| 1621 | }; |
Trond Myklebust | 0e574af | 2005-10-27 22:12:38 -0400 | [diff] [blame] | 1622 | nfs_fattr_init(info->fattr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1623 | return rpc_call_sync(server->client, &msg, 0); |
| 1624 | } |
| 1625 | |
| 1626 | static int nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle, |
| 1627 | struct nfs_fsinfo *info) |
| 1628 | { |
| 1629 | struct nfs4_exception exception = { }; |
| 1630 | int err; |
| 1631 | do { |
| 1632 | err = nfs4_handle_exception(server, |
| 1633 | _nfs4_lookup_root(server, fhandle, info), |
| 1634 | &exception); |
| 1635 | } while (exception.retry); |
| 1636 | return err; |
| 1637 | } |
| 1638 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1639 | /* |
| 1640 | * get the file handle for the "/" directory on the server |
| 1641 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1642 | static int nfs4_proc_get_root(struct nfs_server *server, struct nfs_fh *fhandle, |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 1643 | struct nfs_fsinfo *info) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1644 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1645 | int status; |
| 1646 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1647 | status = nfs4_lookup_root(server, fhandle, info); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1648 | if (status == 0) |
| 1649 | status = nfs4_server_capabilities(server, fhandle); |
| 1650 | if (status == 0) |
| 1651 | status = nfs4_do_fsinfo(server, fhandle, info); |
Trond Myklebust | c12e87f | 2006-03-13 21:20:47 -0800 | [diff] [blame] | 1652 | return nfs4_map_errors(status); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1653 | } |
| 1654 | |
Manoj Naik | 6b97fd3 | 2006-06-09 09:34:29 -0400 | [diff] [blame] | 1655 | /* |
| 1656 | * Get locations and (maybe) other attributes of a referral. |
| 1657 | * Note that we'll actually follow the referral later when |
| 1658 | * we detect fsid mismatch in inode revalidation |
| 1659 | */ |
Trond Myklebust | 56659e9 | 2007-07-17 21:52:39 -0400 | [diff] [blame] | 1660 | static int nfs4_get_referral(struct inode *dir, const struct qstr *name, struct nfs_fattr *fattr, struct nfs_fh *fhandle) |
Manoj Naik | 6b97fd3 | 2006-06-09 09:34:29 -0400 | [diff] [blame] | 1661 | { |
| 1662 | int status = -ENOMEM; |
| 1663 | struct page *page = NULL; |
| 1664 | struct nfs4_fs_locations *locations = NULL; |
Manoj Naik | 6b97fd3 | 2006-06-09 09:34:29 -0400 | [diff] [blame] | 1665 | |
| 1666 | page = alloc_page(GFP_KERNEL); |
| 1667 | if (page == NULL) |
| 1668 | goto out; |
| 1669 | locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL); |
| 1670 | if (locations == NULL) |
| 1671 | goto out; |
| 1672 | |
Trond Myklebust | c228fd3 | 2007-01-13 02:28:11 -0500 | [diff] [blame] | 1673 | status = nfs4_proc_fs_locations(dir, name, locations, page); |
Manoj Naik | 6b97fd3 | 2006-06-09 09:34:29 -0400 | [diff] [blame] | 1674 | if (status != 0) |
| 1675 | goto out; |
| 1676 | /* Make sure server returned a different fsid for the referral */ |
| 1677 | if (nfs_fsid_equal(&NFS_SERVER(dir)->fsid, &locations->fattr.fsid)) { |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 1678 | dprintk("%s: server did not return a different fsid for a referral at %s\n", __func__, name->name); |
Manoj Naik | 6b97fd3 | 2006-06-09 09:34:29 -0400 | [diff] [blame] | 1679 | status = -EIO; |
| 1680 | goto out; |
| 1681 | } |
| 1682 | |
| 1683 | memcpy(fattr, &locations->fattr, sizeof(struct nfs_fattr)); |
| 1684 | fattr->valid |= NFS_ATTR_FATTR_V4_REFERRAL; |
| 1685 | if (!fattr->mode) |
| 1686 | fattr->mode = S_IFDIR; |
| 1687 | memset(fhandle, 0, sizeof(struct nfs_fh)); |
| 1688 | out: |
| 1689 | if (page) |
| 1690 | __free_page(page); |
| 1691 | if (locations) |
| 1692 | kfree(locations); |
| 1693 | return status; |
| 1694 | } |
| 1695 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1696 | static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr) |
| 1697 | { |
| 1698 | struct nfs4_getattr_arg args = { |
| 1699 | .fh = fhandle, |
| 1700 | .bitmask = server->attr_bitmask, |
| 1701 | }; |
| 1702 | struct nfs4_getattr_res res = { |
| 1703 | .fattr = fattr, |
| 1704 | .server = server, |
| 1705 | }; |
| 1706 | struct rpc_message msg = { |
| 1707 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETATTR], |
| 1708 | .rpc_argp = &args, |
| 1709 | .rpc_resp = &res, |
| 1710 | }; |
| 1711 | |
Trond Myklebust | 0e574af | 2005-10-27 22:12:38 -0400 | [diff] [blame] | 1712 | nfs_fattr_init(fattr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1713 | return rpc_call_sync(server->client, &msg, 0); |
| 1714 | } |
| 1715 | |
| 1716 | static int nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr) |
| 1717 | { |
| 1718 | struct nfs4_exception exception = { }; |
| 1719 | int err; |
| 1720 | do { |
| 1721 | err = nfs4_handle_exception(server, |
| 1722 | _nfs4_proc_getattr(server, fhandle, fattr), |
| 1723 | &exception); |
| 1724 | } while (exception.retry); |
| 1725 | return err; |
| 1726 | } |
| 1727 | |
| 1728 | /* |
| 1729 | * The file is not closed if it is opened due to the a request to change |
| 1730 | * the size of the file. The open call will not be needed once the |
| 1731 | * VFS layer lookup-intents are implemented. |
| 1732 | * |
| 1733 | * Close is called when the inode is destroyed. |
| 1734 | * If we haven't opened the file for O_WRONLY, we |
| 1735 | * need to in the size_change case to obtain a stateid. |
| 1736 | * |
| 1737 | * Got race? |
| 1738 | * Because OPEN is always done by name in nfsv4, it is |
| 1739 | * possible that we opened a different file by the same |
| 1740 | * name. We can recognize this race condition, but we |
| 1741 | * can't do anything about it besides returning an error. |
| 1742 | * |
| 1743 | * This will be fixed with VFS changes (lookup-intent). |
| 1744 | */ |
| 1745 | static int |
| 1746 | nfs4_proc_setattr(struct dentry *dentry, struct nfs_fattr *fattr, |
| 1747 | struct iattr *sattr) |
| 1748 | { |
Trond Myklebust | 08e9eac | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 1749 | struct inode *inode = dentry->d_inode; |
Trond Myklebust | 659bfcd | 2008-06-10 19:39:41 -0400 | [diff] [blame] | 1750 | struct rpc_cred *cred = NULL; |
Trond Myklebust | d530838 | 2005-11-04 15:33:38 -0500 | [diff] [blame] | 1751 | struct nfs4_state *state = NULL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1752 | int status; |
| 1753 | |
Trond Myklebust | 0e574af | 2005-10-27 22:12:38 -0400 | [diff] [blame] | 1754 | nfs_fattr_init(fattr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1755 | |
Trond Myklebust | d530838 | 2005-11-04 15:33:38 -0500 | [diff] [blame] | 1756 | /* Search for an existing open(O_WRITE) file */ |
Trond Myklebust | 659bfcd | 2008-06-10 19:39:41 -0400 | [diff] [blame] | 1757 | if (sattr->ia_valid & ATTR_FILE) { |
| 1758 | struct nfs_open_context *ctx; |
Trond Myklebust | 08e9eac | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 1759 | |
Trond Myklebust | 659bfcd | 2008-06-10 19:39:41 -0400 | [diff] [blame] | 1760 | ctx = nfs_file_open_context(sattr->ia_file); |
Neil Brown | 504e518 | 2008-10-16 14:15:16 +1100 | [diff] [blame] | 1761 | if (ctx) { |
| 1762 | cred = ctx->cred; |
| 1763 | state = ctx->state; |
| 1764 | } |
Trond Myklebust | 659bfcd | 2008-06-10 19:39:41 -0400 | [diff] [blame] | 1765 | } |
| 1766 | |
| 1767 | status = nfs4_do_setattr(inode, cred, fattr, sattr, state); |
Trond Myklebust | 65e4308 | 2005-08-16 11:49:44 -0400 | [diff] [blame] | 1768 | if (status == 0) |
| 1769 | nfs_setattr_update_inode(inode, sattr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1770 | return status; |
| 1771 | } |
| 1772 | |
Trond Myklebust | 56659e9 | 2007-07-17 21:52:39 -0400 | [diff] [blame] | 1773 | static int _nfs4_proc_lookupfh(struct nfs_server *server, const struct nfs_fh *dirfh, |
| 1774 | const struct qstr *name, struct nfs_fh *fhandle, |
David Howells | 2b3de44 | 2006-08-22 20:06:09 -0400 | [diff] [blame] | 1775 | struct nfs_fattr *fattr) |
| 1776 | { |
| 1777 | int status; |
| 1778 | struct nfs4_lookup_arg args = { |
| 1779 | .bitmask = server->attr_bitmask, |
| 1780 | .dir_fh = dirfh, |
| 1781 | .name = name, |
| 1782 | }; |
| 1783 | struct nfs4_lookup_res res = { |
| 1784 | .server = server, |
| 1785 | .fattr = fattr, |
| 1786 | .fh = fhandle, |
| 1787 | }; |
| 1788 | struct rpc_message msg = { |
| 1789 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP], |
| 1790 | .rpc_argp = &args, |
| 1791 | .rpc_resp = &res, |
| 1792 | }; |
| 1793 | |
| 1794 | nfs_fattr_init(fattr); |
| 1795 | |
| 1796 | dprintk("NFS call lookupfh %s\n", name->name); |
| 1797 | status = rpc_call_sync(server->client, &msg, 0); |
| 1798 | dprintk("NFS reply lookupfh: %d\n", status); |
David Howells | 2b3de44 | 2006-08-22 20:06:09 -0400 | [diff] [blame] | 1799 | return status; |
| 1800 | } |
| 1801 | |
| 1802 | static int nfs4_proc_lookupfh(struct nfs_server *server, struct nfs_fh *dirfh, |
| 1803 | struct qstr *name, struct nfs_fh *fhandle, |
| 1804 | struct nfs_fattr *fattr) |
| 1805 | { |
| 1806 | struct nfs4_exception exception = { }; |
| 1807 | int err; |
| 1808 | do { |
Trond Myklebust | 4e56e08 | 2007-07-01 18:13:52 -0400 | [diff] [blame] | 1809 | err = _nfs4_proc_lookupfh(server, dirfh, name, fhandle, fattr); |
| 1810 | /* FIXME: !!!! */ |
| 1811 | if (err == -NFS4ERR_MOVED) { |
| 1812 | err = -EREMOTE; |
| 1813 | break; |
| 1814 | } |
| 1815 | err = nfs4_handle_exception(server, err, &exception); |
David Howells | 2b3de44 | 2006-08-22 20:06:09 -0400 | [diff] [blame] | 1816 | } while (exception.retry); |
| 1817 | return err; |
| 1818 | } |
| 1819 | |
Trond Myklebust | 56659e9 | 2007-07-17 21:52:39 -0400 | [diff] [blame] | 1820 | static int _nfs4_proc_lookup(struct inode *dir, const struct qstr *name, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1821 | struct nfs_fh *fhandle, struct nfs_fattr *fattr) |
| 1822 | { |
Trond Myklebust | 4e56e08 | 2007-07-01 18:13:52 -0400 | [diff] [blame] | 1823 | int status; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1824 | |
| 1825 | dprintk("NFS call lookup %s\n", name->name); |
Trond Myklebust | 4e56e08 | 2007-07-01 18:13:52 -0400 | [diff] [blame] | 1826 | status = _nfs4_proc_lookupfh(NFS_SERVER(dir), NFS_FH(dir), name, fhandle, fattr); |
Manoj Naik | 6b97fd3 | 2006-06-09 09:34:29 -0400 | [diff] [blame] | 1827 | if (status == -NFS4ERR_MOVED) |
| 1828 | status = nfs4_get_referral(dir, name, fattr, fhandle); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1829 | dprintk("NFS reply lookup: %d\n", status); |
| 1830 | return status; |
| 1831 | } |
| 1832 | |
| 1833 | static int nfs4_proc_lookup(struct inode *dir, struct qstr *name, struct nfs_fh *fhandle, struct nfs_fattr *fattr) |
| 1834 | { |
| 1835 | struct nfs4_exception exception = { }; |
| 1836 | int err; |
| 1837 | do { |
| 1838 | err = nfs4_handle_exception(NFS_SERVER(dir), |
| 1839 | _nfs4_proc_lookup(dir, name, fhandle, fattr), |
| 1840 | &exception); |
| 1841 | } while (exception.retry); |
| 1842 | return err; |
| 1843 | } |
| 1844 | |
| 1845 | static int _nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry) |
| 1846 | { |
Trond Myklebust | 76b3299 | 2007-08-10 17:45:11 -0400 | [diff] [blame] | 1847 | struct nfs_server *server = NFS_SERVER(inode); |
| 1848 | struct nfs_fattr fattr; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1849 | struct nfs4_accessargs args = { |
| 1850 | .fh = NFS_FH(inode), |
Trond Myklebust | 76b3299 | 2007-08-10 17:45:11 -0400 | [diff] [blame] | 1851 | .bitmask = server->attr_bitmask, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1852 | }; |
Trond Myklebust | 76b3299 | 2007-08-10 17:45:11 -0400 | [diff] [blame] | 1853 | struct nfs4_accessres res = { |
| 1854 | .server = server, |
| 1855 | .fattr = &fattr, |
| 1856 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1857 | struct rpc_message msg = { |
| 1858 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_ACCESS], |
| 1859 | .rpc_argp = &args, |
| 1860 | .rpc_resp = &res, |
| 1861 | .rpc_cred = entry->cred, |
| 1862 | }; |
| 1863 | int mode = entry->mask; |
| 1864 | int status; |
| 1865 | |
| 1866 | /* |
| 1867 | * Determine which access bits we want to ask for... |
| 1868 | */ |
| 1869 | if (mode & MAY_READ) |
| 1870 | args.access |= NFS4_ACCESS_READ; |
| 1871 | if (S_ISDIR(inode->i_mode)) { |
| 1872 | if (mode & MAY_WRITE) |
| 1873 | args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND | NFS4_ACCESS_DELETE; |
| 1874 | if (mode & MAY_EXEC) |
| 1875 | args.access |= NFS4_ACCESS_LOOKUP; |
| 1876 | } else { |
| 1877 | if (mode & MAY_WRITE) |
| 1878 | args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND; |
| 1879 | if (mode & MAY_EXEC) |
| 1880 | args.access |= NFS4_ACCESS_EXECUTE; |
| 1881 | } |
Trond Myklebust | 76b3299 | 2007-08-10 17:45:11 -0400 | [diff] [blame] | 1882 | nfs_fattr_init(&fattr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1883 | status = rpc_call_sync(NFS_CLIENT(inode), &msg, 0); |
| 1884 | if (!status) { |
| 1885 | entry->mask = 0; |
| 1886 | if (res.access & NFS4_ACCESS_READ) |
| 1887 | entry->mask |= MAY_READ; |
| 1888 | if (res.access & (NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND | NFS4_ACCESS_DELETE)) |
| 1889 | entry->mask |= MAY_WRITE; |
| 1890 | if (res.access & (NFS4_ACCESS_LOOKUP|NFS4_ACCESS_EXECUTE)) |
| 1891 | entry->mask |= MAY_EXEC; |
Trond Myklebust | 76b3299 | 2007-08-10 17:45:11 -0400 | [diff] [blame] | 1892 | nfs_refresh_inode(inode, &fattr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1893 | } |
| 1894 | return status; |
| 1895 | } |
| 1896 | |
| 1897 | static int nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry) |
| 1898 | { |
| 1899 | struct nfs4_exception exception = { }; |
| 1900 | int err; |
| 1901 | do { |
| 1902 | err = nfs4_handle_exception(NFS_SERVER(inode), |
| 1903 | _nfs4_proc_access(inode, entry), |
| 1904 | &exception); |
| 1905 | } while (exception.retry); |
| 1906 | return err; |
| 1907 | } |
| 1908 | |
| 1909 | /* |
| 1910 | * TODO: For the time being, we don't try to get any attributes |
| 1911 | * along with any of the zero-copy operations READ, READDIR, |
| 1912 | * READLINK, WRITE. |
| 1913 | * |
| 1914 | * In the case of the first three, we want to put the GETATTR |
| 1915 | * after the read-type operation -- this is because it is hard |
| 1916 | * to predict the length of a GETATTR response in v4, and thus |
| 1917 | * align the READ data correctly. This means that the GETATTR |
| 1918 | * may end up partially falling into the page cache, and we should |
| 1919 | * shift it into the 'tail' of the xdr_buf before processing. |
| 1920 | * To do this efficiently, we need to know the total length |
| 1921 | * of data received, which doesn't seem to be available outside |
| 1922 | * of the RPC layer. |
| 1923 | * |
| 1924 | * In the case of WRITE, we also want to put the GETATTR after |
| 1925 | * the operation -- in this case because we want to make sure |
| 1926 | * we get the post-operation mtime and size. This means that |
| 1927 | * we can't use xdr_encode_pages() as written: we need a variant |
| 1928 | * of it which would leave room in the 'tail' iovec. |
| 1929 | * |
| 1930 | * Both of these changes to the XDR layer would in fact be quite |
| 1931 | * minor, but I decided to leave them for a subsequent patch. |
| 1932 | */ |
| 1933 | static int _nfs4_proc_readlink(struct inode *inode, struct page *page, |
| 1934 | unsigned int pgbase, unsigned int pglen) |
| 1935 | { |
| 1936 | struct nfs4_readlink args = { |
| 1937 | .fh = NFS_FH(inode), |
| 1938 | .pgbase = pgbase, |
| 1939 | .pglen = pglen, |
| 1940 | .pages = &page, |
| 1941 | }; |
| 1942 | struct rpc_message msg = { |
| 1943 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READLINK], |
| 1944 | .rpc_argp = &args, |
| 1945 | .rpc_resp = NULL, |
| 1946 | }; |
| 1947 | |
| 1948 | return rpc_call_sync(NFS_CLIENT(inode), &msg, 0); |
| 1949 | } |
| 1950 | |
| 1951 | static int nfs4_proc_readlink(struct inode *inode, struct page *page, |
| 1952 | unsigned int pgbase, unsigned int pglen) |
| 1953 | { |
| 1954 | struct nfs4_exception exception = { }; |
| 1955 | int err; |
| 1956 | do { |
| 1957 | err = nfs4_handle_exception(NFS_SERVER(inode), |
| 1958 | _nfs4_proc_readlink(inode, page, pgbase, pglen), |
| 1959 | &exception); |
| 1960 | } while (exception.retry); |
| 1961 | return err; |
| 1962 | } |
| 1963 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1964 | /* |
| 1965 | * Got race? |
| 1966 | * We will need to arrange for the VFS layer to provide an atomic open. |
| 1967 | * Until then, this create/open method is prone to inefficiency and race |
| 1968 | * conditions due to the lookup, create, and open VFS calls from sys_open() |
| 1969 | * placed on the wire. |
| 1970 | * |
| 1971 | * Given the above sorry state of affairs, I'm simply sending an OPEN. |
| 1972 | * The file will be opened again in the subsequent VFS open call |
| 1973 | * (nfs4_proc_file_open). |
| 1974 | * |
| 1975 | * The open for read will just hang around to be used by any process that |
| 1976 | * opens the file O_RDONLY. This will all be resolved with the VFS changes. |
| 1977 | */ |
| 1978 | |
| 1979 | static int |
| 1980 | nfs4_proc_create(struct inode *dir, struct dentry *dentry, struct iattr *sattr, |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1981 | int flags, struct nameidata *nd) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1982 | { |
Trond Myklebust | ad389da | 2007-06-05 12:30:00 -0400 | [diff] [blame] | 1983 | struct path path = { |
Jan Blunck | 4ac9137 | 2008-02-14 19:34:32 -0800 | [diff] [blame] | 1984 | .mnt = nd->path.mnt, |
Trond Myklebust | ad389da | 2007-06-05 12:30:00 -0400 | [diff] [blame] | 1985 | .dentry = dentry, |
| 1986 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1987 | struct nfs4_state *state; |
| 1988 | struct rpc_cred *cred; |
| 1989 | int status = 0; |
| 1990 | |
Trond Myklebust | 98a8e32 | 2008-03-12 12:25:28 -0400 | [diff] [blame] | 1991 | cred = rpc_lookup_cred(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1992 | if (IS_ERR(cred)) { |
| 1993 | status = PTR_ERR(cred); |
| 1994 | goto out; |
| 1995 | } |
Trond Myklebust | ad389da | 2007-06-05 12:30:00 -0400 | [diff] [blame] | 1996 | state = nfs4_do_open(dir, &path, flags, sattr, cred); |
Trond Myklebust | d4d9cdc | 2007-10-02 18:38:53 -0400 | [diff] [blame] | 1997 | d_drop(dentry); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1998 | if (IS_ERR(state)) { |
| 1999 | status = PTR_ERR(state); |
Trond Myklebust | 659bfcd | 2008-06-10 19:39:41 -0400 | [diff] [blame] | 2000 | goto out_putcred; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2001 | } |
Trond Myklebust | d4d9cdc | 2007-10-02 18:38:53 -0400 | [diff] [blame] | 2002 | d_add(dentry, igrab(state->inode)); |
Trond Myklebust | d75340c | 2007-10-01 21:42:01 -0400 | [diff] [blame] | 2003 | nfs_set_verifier(dentry, nfs_save_change_attribute(dir)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2004 | if (flags & O_EXCL) { |
| 2005 | struct nfs_fattr fattr; |
Trond Myklebust | 659bfcd | 2008-06-10 19:39:41 -0400 | [diff] [blame] | 2006 | status = nfs4_do_setattr(state->inode, cred, &fattr, sattr, state); |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 2007 | if (status == 0) |
Trond Myklebust | 65e4308 | 2005-08-16 11:49:44 -0400 | [diff] [blame] | 2008 | nfs_setattr_update_inode(state->inode, sattr); |
Jeff Layton | aa53ed5 | 2007-06-05 14:49:03 -0400 | [diff] [blame] | 2009 | nfs_post_op_update_inode(state->inode, &fattr); |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 2010 | } |
Trond Myklebust | ad389da | 2007-06-05 12:30:00 -0400 | [diff] [blame] | 2011 | if (status == 0 && (nd->flags & LOOKUP_OPEN) != 0) |
Trond Myklebust | 4a35bd4 | 2007-06-05 10:31:33 -0400 | [diff] [blame] | 2012 | status = nfs4_intent_set_file(nd, &path, state); |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 2013 | else |
Trond Myklebust | a49c3c7 | 2007-10-18 18:03:27 -0400 | [diff] [blame] | 2014 | nfs4_close_sync(&path, state, flags); |
Trond Myklebust | 659bfcd | 2008-06-10 19:39:41 -0400 | [diff] [blame] | 2015 | out_putcred: |
| 2016 | put_rpccred(cred); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2017 | out: |
| 2018 | return status; |
| 2019 | } |
| 2020 | |
| 2021 | static int _nfs4_proc_remove(struct inode *dir, struct qstr *name) |
| 2022 | { |
Trond Myklebust | 16e4295 | 2005-10-27 22:12:44 -0400 | [diff] [blame] | 2023 | struct nfs_server *server = NFS_SERVER(dir); |
Trond Myklebust | 4fdc17b | 2007-07-14 15:39:57 -0400 | [diff] [blame] | 2024 | struct nfs_removeargs args = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2025 | .fh = NFS_FH(dir), |
Trond Myklebust | 4fdc17b | 2007-07-14 15:39:57 -0400 | [diff] [blame] | 2026 | .name.len = name->len, |
| 2027 | .name.name = name->name, |
Trond Myklebust | 16e4295 | 2005-10-27 22:12:44 -0400 | [diff] [blame] | 2028 | .bitmask = server->attr_bitmask, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2029 | }; |
Trond Myklebust | 4fdc17b | 2007-07-14 15:39:57 -0400 | [diff] [blame] | 2030 | struct nfs_removeres res = { |
Trond Myklebust | 16e4295 | 2005-10-27 22:12:44 -0400 | [diff] [blame] | 2031 | .server = server, |
Trond Myklebust | 16e4295 | 2005-10-27 22:12:44 -0400 | [diff] [blame] | 2032 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2033 | struct rpc_message msg = { |
Trond Myklebust | 4fdc17b | 2007-07-14 15:39:57 -0400 | [diff] [blame] | 2034 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE], |
| 2035 | .rpc_argp = &args, |
| 2036 | .rpc_resp = &res, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2037 | }; |
| 2038 | int status; |
| 2039 | |
Trond Myklebust | 4fdc17b | 2007-07-14 15:39:57 -0400 | [diff] [blame] | 2040 | nfs_fattr_init(&res.dir_attr); |
Trond Myklebust | 16e4295 | 2005-10-27 22:12:44 -0400 | [diff] [blame] | 2041 | status = rpc_call_sync(server->client, &msg, 0); |
| 2042 | if (status == 0) { |
| 2043 | update_changeattr(dir, &res.cinfo); |
Trond Myklebust | 4fdc17b | 2007-07-14 15:39:57 -0400 | [diff] [blame] | 2044 | nfs_post_op_update_inode(dir, &res.dir_attr); |
Trond Myklebust | 16e4295 | 2005-10-27 22:12:44 -0400 | [diff] [blame] | 2045 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2046 | return status; |
| 2047 | } |
| 2048 | |
| 2049 | static int nfs4_proc_remove(struct inode *dir, struct qstr *name) |
| 2050 | { |
| 2051 | struct nfs4_exception exception = { }; |
| 2052 | int err; |
| 2053 | do { |
| 2054 | err = nfs4_handle_exception(NFS_SERVER(dir), |
| 2055 | _nfs4_proc_remove(dir, name), |
| 2056 | &exception); |
| 2057 | } while (exception.retry); |
| 2058 | return err; |
| 2059 | } |
| 2060 | |
Trond Myklebust | e4eff1a | 2007-07-14 15:39:58 -0400 | [diff] [blame] | 2061 | static void nfs4_proc_unlink_setup(struct rpc_message *msg, struct inode *dir) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2062 | { |
Trond Myklebust | e4eff1a | 2007-07-14 15:39:58 -0400 | [diff] [blame] | 2063 | struct nfs_server *server = NFS_SERVER(dir); |
| 2064 | struct nfs_removeargs *args = msg->rpc_argp; |
| 2065 | struct nfs_removeres *res = msg->rpc_resp; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2066 | |
Trond Myklebust | e4eff1a | 2007-07-14 15:39:58 -0400 | [diff] [blame] | 2067 | args->bitmask = server->attr_bitmask; |
| 2068 | res->server = server; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2069 | msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2070 | } |
| 2071 | |
Trond Myklebust | e4eff1a | 2007-07-14 15:39:58 -0400 | [diff] [blame] | 2072 | static int nfs4_proc_unlink_done(struct rpc_task *task, struct inode *dir) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2073 | { |
Trond Myklebust | e4eff1a | 2007-07-14 15:39:58 -0400 | [diff] [blame] | 2074 | struct nfs_removeres *res = task->tk_msg.rpc_resp; |
| 2075 | |
| 2076 | if (nfs4_async_handle_error(task, res->server) == -EAGAIN) |
| 2077 | return 0; |
| 2078 | update_changeattr(dir, &res->cinfo); |
| 2079 | nfs_post_op_update_inode(dir, &res->dir_attr); |
| 2080 | return 1; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2081 | } |
| 2082 | |
| 2083 | static int _nfs4_proc_rename(struct inode *old_dir, struct qstr *old_name, |
| 2084 | struct inode *new_dir, struct qstr *new_name) |
| 2085 | { |
Trond Myklebust | 6caf2c8 | 2005-10-27 22:12:43 -0400 | [diff] [blame] | 2086 | struct nfs_server *server = NFS_SERVER(old_dir); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2087 | struct nfs4_rename_arg arg = { |
| 2088 | .old_dir = NFS_FH(old_dir), |
| 2089 | .new_dir = NFS_FH(new_dir), |
| 2090 | .old_name = old_name, |
| 2091 | .new_name = new_name, |
Trond Myklebust | 6caf2c8 | 2005-10-27 22:12:43 -0400 | [diff] [blame] | 2092 | .bitmask = server->attr_bitmask, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2093 | }; |
Trond Myklebust | 6caf2c8 | 2005-10-27 22:12:43 -0400 | [diff] [blame] | 2094 | struct nfs_fattr old_fattr, new_fattr; |
| 2095 | struct nfs4_rename_res res = { |
| 2096 | .server = server, |
| 2097 | .old_fattr = &old_fattr, |
| 2098 | .new_fattr = &new_fattr, |
| 2099 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2100 | struct rpc_message msg = { |
| 2101 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENAME], |
| 2102 | .rpc_argp = &arg, |
| 2103 | .rpc_resp = &res, |
| 2104 | }; |
| 2105 | int status; |
| 2106 | |
Trond Myklebust | 6caf2c8 | 2005-10-27 22:12:43 -0400 | [diff] [blame] | 2107 | nfs_fattr_init(res.old_fattr); |
| 2108 | nfs_fattr_init(res.new_fattr); |
| 2109 | status = rpc_call_sync(server->client, &msg, 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2110 | |
| 2111 | if (!status) { |
| 2112 | update_changeattr(old_dir, &res.old_cinfo); |
Trond Myklebust | 6caf2c8 | 2005-10-27 22:12:43 -0400 | [diff] [blame] | 2113 | nfs_post_op_update_inode(old_dir, res.old_fattr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2114 | update_changeattr(new_dir, &res.new_cinfo); |
Trond Myklebust | 6caf2c8 | 2005-10-27 22:12:43 -0400 | [diff] [blame] | 2115 | nfs_post_op_update_inode(new_dir, res.new_fattr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2116 | } |
| 2117 | return status; |
| 2118 | } |
| 2119 | |
| 2120 | static int nfs4_proc_rename(struct inode *old_dir, struct qstr *old_name, |
| 2121 | struct inode *new_dir, struct qstr *new_name) |
| 2122 | { |
| 2123 | struct nfs4_exception exception = { }; |
| 2124 | int err; |
| 2125 | do { |
| 2126 | err = nfs4_handle_exception(NFS_SERVER(old_dir), |
| 2127 | _nfs4_proc_rename(old_dir, old_name, |
| 2128 | new_dir, new_name), |
| 2129 | &exception); |
| 2130 | } while (exception.retry); |
| 2131 | return err; |
| 2132 | } |
| 2133 | |
| 2134 | static int _nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name) |
| 2135 | { |
Trond Myklebust | 91ba2ee | 2005-10-27 22:12:42 -0400 | [diff] [blame] | 2136 | struct nfs_server *server = NFS_SERVER(inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2137 | struct nfs4_link_arg arg = { |
| 2138 | .fh = NFS_FH(inode), |
| 2139 | .dir_fh = NFS_FH(dir), |
| 2140 | .name = name, |
Trond Myklebust | 91ba2ee | 2005-10-27 22:12:42 -0400 | [diff] [blame] | 2141 | .bitmask = server->attr_bitmask, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2142 | }; |
Trond Myklebust | 91ba2ee | 2005-10-27 22:12:42 -0400 | [diff] [blame] | 2143 | struct nfs_fattr fattr, dir_attr; |
| 2144 | struct nfs4_link_res res = { |
| 2145 | .server = server, |
| 2146 | .fattr = &fattr, |
| 2147 | .dir_attr = &dir_attr, |
| 2148 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2149 | struct rpc_message msg = { |
| 2150 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LINK], |
| 2151 | .rpc_argp = &arg, |
Trond Myklebust | 91ba2ee | 2005-10-27 22:12:42 -0400 | [diff] [blame] | 2152 | .rpc_resp = &res, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2153 | }; |
| 2154 | int status; |
| 2155 | |
Trond Myklebust | 91ba2ee | 2005-10-27 22:12:42 -0400 | [diff] [blame] | 2156 | nfs_fattr_init(res.fattr); |
| 2157 | nfs_fattr_init(res.dir_attr); |
| 2158 | status = rpc_call_sync(server->client, &msg, 0); |
| 2159 | if (!status) { |
| 2160 | update_changeattr(dir, &res.cinfo); |
| 2161 | nfs_post_op_update_inode(dir, res.dir_attr); |
Trond Myklebust | 73a3d07 | 2006-05-25 01:40:47 -0400 | [diff] [blame] | 2162 | nfs_post_op_update_inode(inode, res.fattr); |
Trond Myklebust | 91ba2ee | 2005-10-27 22:12:42 -0400 | [diff] [blame] | 2163 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2164 | |
| 2165 | return status; |
| 2166 | } |
| 2167 | |
| 2168 | static int nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name) |
| 2169 | { |
| 2170 | struct nfs4_exception exception = { }; |
| 2171 | int err; |
| 2172 | do { |
| 2173 | err = nfs4_handle_exception(NFS_SERVER(inode), |
| 2174 | _nfs4_proc_link(inode, dir, name), |
| 2175 | &exception); |
| 2176 | } while (exception.retry); |
| 2177 | return err; |
| 2178 | } |
| 2179 | |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 2180 | struct nfs4_createdata { |
| 2181 | struct rpc_message msg; |
| 2182 | struct nfs4_create_arg arg; |
| 2183 | struct nfs4_create_res res; |
| 2184 | struct nfs_fh fh; |
| 2185 | struct nfs_fattr fattr; |
| 2186 | struct nfs_fattr dir_fattr; |
| 2187 | }; |
| 2188 | |
| 2189 | static struct nfs4_createdata *nfs4_alloc_createdata(struct inode *dir, |
| 2190 | struct qstr *name, struct iattr *sattr, u32 ftype) |
| 2191 | { |
| 2192 | struct nfs4_createdata *data; |
| 2193 | |
| 2194 | data = kzalloc(sizeof(*data), GFP_KERNEL); |
| 2195 | if (data != NULL) { |
| 2196 | struct nfs_server *server = NFS_SERVER(dir); |
| 2197 | |
| 2198 | data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE]; |
| 2199 | data->msg.rpc_argp = &data->arg; |
| 2200 | data->msg.rpc_resp = &data->res; |
| 2201 | data->arg.dir_fh = NFS_FH(dir); |
| 2202 | data->arg.server = server; |
| 2203 | data->arg.name = name; |
| 2204 | data->arg.attrs = sattr; |
| 2205 | data->arg.ftype = ftype; |
| 2206 | data->arg.bitmask = server->attr_bitmask; |
| 2207 | data->res.server = server; |
| 2208 | data->res.fh = &data->fh; |
| 2209 | data->res.fattr = &data->fattr; |
| 2210 | data->res.dir_fattr = &data->dir_fattr; |
| 2211 | nfs_fattr_init(data->res.fattr); |
| 2212 | nfs_fattr_init(data->res.dir_fattr); |
| 2213 | } |
| 2214 | return data; |
| 2215 | } |
| 2216 | |
| 2217 | static int nfs4_do_create(struct inode *dir, struct dentry *dentry, struct nfs4_createdata *data) |
| 2218 | { |
| 2219 | int status = rpc_call_sync(NFS_CLIENT(dir), &data->msg, 0); |
| 2220 | if (status == 0) { |
| 2221 | update_changeattr(dir, &data->res.dir_cinfo); |
| 2222 | nfs_post_op_update_inode(dir, data->res.dir_fattr); |
| 2223 | status = nfs_instantiate(dentry, data->res.fh, data->res.fattr); |
| 2224 | } |
| 2225 | return status; |
| 2226 | } |
| 2227 | |
| 2228 | static void nfs4_free_createdata(struct nfs4_createdata *data) |
| 2229 | { |
| 2230 | kfree(data); |
| 2231 | } |
| 2232 | |
Chuck Lever | 4f390c1 | 2006-08-22 20:06:22 -0400 | [diff] [blame] | 2233 | static int _nfs4_proc_symlink(struct inode *dir, struct dentry *dentry, |
Chuck Lever | 94a6d75 | 2006-08-22 20:06:23 -0400 | [diff] [blame] | 2234 | struct page *page, unsigned int len, struct iattr *sattr) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2235 | { |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 2236 | struct nfs4_createdata *data; |
| 2237 | int status = -ENAMETOOLONG; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2238 | |
Chuck Lever | 94a6d75 | 2006-08-22 20:06:23 -0400 | [diff] [blame] | 2239 | if (len > NFS4_MAXPATHLEN) |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 2240 | goto out; |
Chuck Lever | 4f390c1 | 2006-08-22 20:06:22 -0400 | [diff] [blame] | 2241 | |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 2242 | status = -ENOMEM; |
| 2243 | data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4LNK); |
| 2244 | if (data == NULL) |
| 2245 | goto out; |
| 2246 | |
| 2247 | data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SYMLINK]; |
| 2248 | data->arg.u.symlink.pages = &page; |
| 2249 | data->arg.u.symlink.len = len; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2250 | |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 2251 | status = nfs4_do_create(dir, dentry, data); |
| 2252 | |
| 2253 | nfs4_free_createdata(data); |
| 2254 | out: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2255 | return status; |
| 2256 | } |
| 2257 | |
Chuck Lever | 4f390c1 | 2006-08-22 20:06:22 -0400 | [diff] [blame] | 2258 | static int nfs4_proc_symlink(struct inode *dir, struct dentry *dentry, |
Chuck Lever | 94a6d75 | 2006-08-22 20:06:23 -0400 | [diff] [blame] | 2259 | struct page *page, unsigned int len, struct iattr *sattr) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2260 | { |
| 2261 | struct nfs4_exception exception = { }; |
| 2262 | int err; |
| 2263 | do { |
| 2264 | err = nfs4_handle_exception(NFS_SERVER(dir), |
Chuck Lever | 94a6d75 | 2006-08-22 20:06:23 -0400 | [diff] [blame] | 2265 | _nfs4_proc_symlink(dir, dentry, page, |
| 2266 | len, sattr), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2267 | &exception); |
| 2268 | } while (exception.retry); |
| 2269 | return err; |
| 2270 | } |
| 2271 | |
| 2272 | static int _nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry, |
| 2273 | struct iattr *sattr) |
| 2274 | { |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 2275 | struct nfs4_createdata *data; |
| 2276 | int status = -ENOMEM; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2277 | |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 2278 | data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4DIR); |
| 2279 | if (data == NULL) |
| 2280 | goto out; |
| 2281 | |
| 2282 | status = nfs4_do_create(dir, dentry, data); |
| 2283 | |
| 2284 | nfs4_free_createdata(data); |
| 2285 | out: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2286 | return status; |
| 2287 | } |
| 2288 | |
| 2289 | static int nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry, |
| 2290 | struct iattr *sattr) |
| 2291 | { |
| 2292 | struct nfs4_exception exception = { }; |
| 2293 | int err; |
| 2294 | do { |
| 2295 | err = nfs4_handle_exception(NFS_SERVER(dir), |
| 2296 | _nfs4_proc_mkdir(dir, dentry, sattr), |
| 2297 | &exception); |
| 2298 | } while (exception.retry); |
| 2299 | return err; |
| 2300 | } |
| 2301 | |
| 2302 | static int _nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred, |
| 2303 | u64 cookie, struct page *page, unsigned int count, int plus) |
| 2304 | { |
| 2305 | struct inode *dir = dentry->d_inode; |
| 2306 | struct nfs4_readdir_arg args = { |
| 2307 | .fh = NFS_FH(dir), |
| 2308 | .pages = &page, |
| 2309 | .pgbase = 0, |
| 2310 | .count = count, |
| 2311 | .bitmask = NFS_SERVER(dentry->d_inode)->attr_bitmask, |
| 2312 | }; |
| 2313 | struct nfs4_readdir_res res; |
| 2314 | struct rpc_message msg = { |
| 2315 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READDIR], |
| 2316 | .rpc_argp = &args, |
| 2317 | .rpc_resp = &res, |
| 2318 | .rpc_cred = cred, |
| 2319 | }; |
| 2320 | int status; |
| 2321 | |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 2322 | dprintk("%s: dentry = %s/%s, cookie = %Lu\n", __func__, |
Trond Myklebust | eadf459 | 2005-06-22 17:16:39 +0000 | [diff] [blame] | 2323 | dentry->d_parent->d_name.name, |
| 2324 | dentry->d_name.name, |
| 2325 | (unsigned long long)cookie); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2326 | nfs4_setup_readdir(cookie, NFS_COOKIEVERF(dir), dentry, &args); |
| 2327 | res.pgbase = args.pgbase; |
| 2328 | status = rpc_call_sync(NFS_CLIENT(dir), &msg, 0); |
| 2329 | if (status == 0) |
| 2330 | memcpy(NFS_COOKIEVERF(dir), res.verifier.data, NFS4_VERIFIER_SIZE); |
Trond Myklebust | c481299 | 2007-09-28 17:11:45 -0400 | [diff] [blame] | 2331 | |
| 2332 | nfs_invalidate_atime(dir); |
| 2333 | |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 2334 | dprintk("%s: returns %d\n", __func__, status); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2335 | return status; |
| 2336 | } |
| 2337 | |
| 2338 | static int nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred, |
| 2339 | u64 cookie, struct page *page, unsigned int count, int plus) |
| 2340 | { |
| 2341 | struct nfs4_exception exception = { }; |
| 2342 | int err; |
| 2343 | do { |
| 2344 | err = nfs4_handle_exception(NFS_SERVER(dentry->d_inode), |
| 2345 | _nfs4_proc_readdir(dentry, cred, cookie, |
| 2346 | page, count, plus), |
| 2347 | &exception); |
| 2348 | } while (exception.retry); |
| 2349 | return err; |
| 2350 | } |
| 2351 | |
| 2352 | static int _nfs4_proc_mknod(struct inode *dir, struct dentry *dentry, |
| 2353 | struct iattr *sattr, dev_t rdev) |
| 2354 | { |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 2355 | struct nfs4_createdata *data; |
| 2356 | int mode = sattr->ia_mode; |
| 2357 | int status = -ENOMEM; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2358 | |
| 2359 | BUG_ON(!(sattr->ia_valid & ATTR_MODE)); |
| 2360 | BUG_ON(!S_ISFIFO(mode) && !S_ISBLK(mode) && !S_ISCHR(mode) && !S_ISSOCK(mode)); |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 2361 | |
| 2362 | data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4SOCK); |
| 2363 | if (data == NULL) |
| 2364 | goto out; |
| 2365 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2366 | if (S_ISFIFO(mode)) |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 2367 | data->arg.ftype = NF4FIFO; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2368 | else if (S_ISBLK(mode)) { |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 2369 | data->arg.ftype = NF4BLK; |
| 2370 | data->arg.u.device.specdata1 = MAJOR(rdev); |
| 2371 | data->arg.u.device.specdata2 = MINOR(rdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2372 | } |
| 2373 | else if (S_ISCHR(mode)) { |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 2374 | data->arg.ftype = NF4CHR; |
| 2375 | data->arg.u.device.specdata1 = MAJOR(rdev); |
| 2376 | data->arg.u.device.specdata2 = MINOR(rdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2377 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2378 | |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 2379 | status = nfs4_do_create(dir, dentry, data); |
| 2380 | |
| 2381 | nfs4_free_createdata(data); |
| 2382 | out: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2383 | return status; |
| 2384 | } |
| 2385 | |
| 2386 | static int nfs4_proc_mknod(struct inode *dir, struct dentry *dentry, |
| 2387 | struct iattr *sattr, dev_t rdev) |
| 2388 | { |
| 2389 | struct nfs4_exception exception = { }; |
| 2390 | int err; |
| 2391 | do { |
| 2392 | err = nfs4_handle_exception(NFS_SERVER(dir), |
| 2393 | _nfs4_proc_mknod(dir, dentry, sattr, rdev), |
| 2394 | &exception); |
| 2395 | } while (exception.retry); |
| 2396 | return err; |
| 2397 | } |
| 2398 | |
| 2399 | static int _nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, |
| 2400 | struct nfs_fsstat *fsstat) |
| 2401 | { |
| 2402 | struct nfs4_statfs_arg args = { |
| 2403 | .fh = fhandle, |
| 2404 | .bitmask = server->attr_bitmask, |
| 2405 | }; |
| 2406 | struct rpc_message msg = { |
| 2407 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_STATFS], |
| 2408 | .rpc_argp = &args, |
| 2409 | .rpc_resp = fsstat, |
| 2410 | }; |
| 2411 | |
Trond Myklebust | 0e574af | 2005-10-27 22:12:38 -0400 | [diff] [blame] | 2412 | nfs_fattr_init(fsstat->fattr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2413 | return rpc_call_sync(server->client, &msg, 0); |
| 2414 | } |
| 2415 | |
| 2416 | static int nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsstat *fsstat) |
| 2417 | { |
| 2418 | struct nfs4_exception exception = { }; |
| 2419 | int err; |
| 2420 | do { |
| 2421 | err = nfs4_handle_exception(server, |
| 2422 | _nfs4_proc_statfs(server, fhandle, fsstat), |
| 2423 | &exception); |
| 2424 | } while (exception.retry); |
| 2425 | return err; |
| 2426 | } |
| 2427 | |
| 2428 | static int _nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, |
| 2429 | struct nfs_fsinfo *fsinfo) |
| 2430 | { |
| 2431 | struct nfs4_fsinfo_arg args = { |
| 2432 | .fh = fhandle, |
| 2433 | .bitmask = server->attr_bitmask, |
| 2434 | }; |
| 2435 | struct rpc_message msg = { |
| 2436 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSINFO], |
| 2437 | .rpc_argp = &args, |
| 2438 | .rpc_resp = fsinfo, |
| 2439 | }; |
| 2440 | |
| 2441 | return rpc_call_sync(server->client, &msg, 0); |
| 2442 | } |
| 2443 | |
| 2444 | static int nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo) |
| 2445 | { |
| 2446 | struct nfs4_exception exception = { }; |
| 2447 | int err; |
| 2448 | |
| 2449 | do { |
| 2450 | err = nfs4_handle_exception(server, |
| 2451 | _nfs4_do_fsinfo(server, fhandle, fsinfo), |
| 2452 | &exception); |
| 2453 | } while (exception.retry); |
| 2454 | return err; |
| 2455 | } |
| 2456 | |
| 2457 | static int nfs4_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo) |
| 2458 | { |
Trond Myklebust | 0e574af | 2005-10-27 22:12:38 -0400 | [diff] [blame] | 2459 | nfs_fattr_init(fsinfo->fattr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2460 | return nfs4_do_fsinfo(server, fhandle, fsinfo); |
| 2461 | } |
| 2462 | |
| 2463 | static int _nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle, |
| 2464 | struct nfs_pathconf *pathconf) |
| 2465 | { |
| 2466 | struct nfs4_pathconf_arg args = { |
| 2467 | .fh = fhandle, |
| 2468 | .bitmask = server->attr_bitmask, |
| 2469 | }; |
| 2470 | struct rpc_message msg = { |
| 2471 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_PATHCONF], |
| 2472 | .rpc_argp = &args, |
| 2473 | .rpc_resp = pathconf, |
| 2474 | }; |
| 2475 | |
| 2476 | /* None of the pathconf attributes are mandatory to implement */ |
| 2477 | if ((args.bitmask[0] & nfs4_pathconf_bitmap[0]) == 0) { |
| 2478 | memset(pathconf, 0, sizeof(*pathconf)); |
| 2479 | return 0; |
| 2480 | } |
| 2481 | |
Trond Myklebust | 0e574af | 2005-10-27 22:12:38 -0400 | [diff] [blame] | 2482 | nfs_fattr_init(pathconf->fattr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2483 | return rpc_call_sync(server->client, &msg, 0); |
| 2484 | } |
| 2485 | |
| 2486 | static int nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle, |
| 2487 | struct nfs_pathconf *pathconf) |
| 2488 | { |
| 2489 | struct nfs4_exception exception = { }; |
| 2490 | int err; |
| 2491 | |
| 2492 | do { |
| 2493 | err = nfs4_handle_exception(server, |
| 2494 | _nfs4_proc_pathconf(server, fhandle, pathconf), |
| 2495 | &exception); |
| 2496 | } while (exception.retry); |
| 2497 | return err; |
| 2498 | } |
| 2499 | |
Trond Myklebust | ec06c09 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 2500 | static int nfs4_read_done(struct rpc_task *task, struct nfs_read_data *data) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2501 | { |
Trond Myklebust | ec06c09 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 2502 | struct nfs_server *server = NFS_SERVER(data->inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2503 | |
Trond Myklebust | ec06c09 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 2504 | if (nfs4_async_handle_error(task, server) == -EAGAIN) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2505 | rpc_restart_call(task); |
Trond Myklebust | ec06c09 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 2506 | return -EAGAIN; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2507 | } |
Trond Myklebust | 8850df9 | 2007-09-28 17:20:07 -0400 | [diff] [blame] | 2508 | |
| 2509 | nfs_invalidate_atime(data->inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2510 | if (task->tk_status > 0) |
Trond Myklebust | ec06c09 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 2511 | renew_lease(server, data->timestamp); |
| 2512 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2513 | } |
| 2514 | |
Trond Myklebust | bdc7f02 | 2007-07-14 15:40:00 -0400 | [diff] [blame] | 2515 | static void nfs4_proc_read_setup(struct nfs_read_data *data, struct rpc_message *msg) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2516 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2517 | data->timestamp = jiffies; |
Trond Myklebust | bdc7f02 | 2007-07-14 15:40:00 -0400 | [diff] [blame] | 2518 | msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READ]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2519 | } |
| 2520 | |
Trond Myklebust | 788e7a8 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 2521 | static int nfs4_write_done(struct rpc_task *task, struct nfs_write_data *data) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2522 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2523 | struct inode *inode = data->inode; |
| 2524 | |
| 2525 | if (nfs4_async_handle_error(task, NFS_SERVER(inode)) == -EAGAIN) { |
| 2526 | rpc_restart_call(task); |
Trond Myklebust | 788e7a8 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 2527 | return -EAGAIN; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2528 | } |
Trond Myklebust | 4f9838c | 2005-10-27 22:12:44 -0400 | [diff] [blame] | 2529 | if (task->tk_status >= 0) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2530 | renew_lease(NFS_SERVER(inode), data->timestamp); |
Trond Myklebust | 70ca885 | 2007-09-30 15:21:24 -0400 | [diff] [blame] | 2531 | nfs_post_op_update_inode_force_wcc(inode, data->res.fattr); |
Trond Myklebust | 4f9838c | 2005-10-27 22:12:44 -0400 | [diff] [blame] | 2532 | } |
Trond Myklebust | 788e7a8 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 2533 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2534 | } |
| 2535 | |
Trond Myklebust | bdc7f02 | 2007-07-14 15:40:00 -0400 | [diff] [blame] | 2536 | static void nfs4_proc_write_setup(struct nfs_write_data *data, struct rpc_message *msg) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2537 | { |
Trond Myklebust | bdc7f02 | 2007-07-14 15:40:00 -0400 | [diff] [blame] | 2538 | struct nfs_server *server = NFS_SERVER(data->inode); |
| 2539 | |
Trond Myklebust | 4f9838c | 2005-10-27 22:12:44 -0400 | [diff] [blame] | 2540 | data->args.bitmask = server->attr_bitmask; |
| 2541 | data->res.server = server; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2542 | data->timestamp = jiffies; |
| 2543 | |
Trond Myklebust | bdc7f02 | 2007-07-14 15:40:00 -0400 | [diff] [blame] | 2544 | msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_WRITE]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2545 | } |
| 2546 | |
Trond Myklebust | 788e7a8 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 2547 | static int nfs4_commit_done(struct rpc_task *task, struct nfs_write_data *data) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2548 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2549 | struct inode *inode = data->inode; |
| 2550 | |
| 2551 | if (nfs4_async_handle_error(task, NFS_SERVER(inode)) == -EAGAIN) { |
| 2552 | rpc_restart_call(task); |
Trond Myklebust | 788e7a8 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 2553 | return -EAGAIN; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2554 | } |
Trond Myklebust | 9e08a3c | 2007-10-08 14:10:31 -0400 | [diff] [blame] | 2555 | nfs_refresh_inode(inode, data->res.fattr); |
Trond Myklebust | 788e7a8 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 2556 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2557 | } |
| 2558 | |
Trond Myklebust | bdc7f02 | 2007-07-14 15:40:00 -0400 | [diff] [blame] | 2559 | static void nfs4_proc_commit_setup(struct nfs_write_data *data, struct rpc_message *msg) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2560 | { |
Trond Myklebust | 788e7a8 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 2561 | struct nfs_server *server = NFS_SERVER(data->inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2562 | |
Trond Myklebust | 4f9838c | 2005-10-27 22:12:44 -0400 | [diff] [blame] | 2563 | data->args.bitmask = server->attr_bitmask; |
| 2564 | data->res.server = server; |
Trond Myklebust | bdc7f02 | 2007-07-14 15:40:00 -0400 | [diff] [blame] | 2565 | msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_COMMIT]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2566 | } |
| 2567 | |
| 2568 | /* |
| 2569 | * nfs4_proc_async_renew(): This is not one of the nfs_rpc_ops; it is a special |
| 2570 | * standalone procedure for queueing an asynchronous RENEW. |
| 2571 | */ |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 2572 | static void nfs4_renew_done(struct rpc_task *task, void *data) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2573 | { |
David Howells | adfa6f9 | 2006-08-22 20:06:08 -0400 | [diff] [blame] | 2574 | struct nfs_client *clp = (struct nfs_client *)task->tk_msg.rpc_argp; |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 2575 | unsigned long timestamp = (unsigned long)data; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2576 | |
| 2577 | if (task->tk_status < 0) { |
| 2578 | switch (task->tk_status) { |
| 2579 | case -NFS4ERR_STALE_CLIENTID: |
| 2580 | case -NFS4ERR_EXPIRED: |
| 2581 | case -NFS4ERR_CB_PATH_DOWN: |
| 2582 | nfs4_schedule_state_recovery(clp); |
| 2583 | } |
| 2584 | return; |
| 2585 | } |
| 2586 | spin_lock(&clp->cl_lock); |
| 2587 | if (time_before(clp->cl_last_renewal,timestamp)) |
| 2588 | clp->cl_last_renewal = timestamp; |
| 2589 | spin_unlock(&clp->cl_lock); |
| 2590 | } |
| 2591 | |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 2592 | static const struct rpc_call_ops nfs4_renew_ops = { |
| 2593 | .rpc_call_done = nfs4_renew_done, |
| 2594 | }; |
| 2595 | |
David Howells | adfa6f9 | 2006-08-22 20:06:08 -0400 | [diff] [blame] | 2596 | int nfs4_proc_async_renew(struct nfs_client *clp, struct rpc_cred *cred) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2597 | { |
| 2598 | struct rpc_message msg = { |
| 2599 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW], |
| 2600 | .rpc_argp = clp, |
Trond Myklebust | b4454fe | 2006-01-03 09:55:25 +0100 | [diff] [blame] | 2601 | .rpc_cred = cred, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2602 | }; |
| 2603 | |
| 2604 | return rpc_call_async(clp->cl_rpcclient, &msg, RPC_TASK_SOFT, |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 2605 | &nfs4_renew_ops, (void *)jiffies); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2606 | } |
| 2607 | |
David Howells | adfa6f9 | 2006-08-22 20:06:08 -0400 | [diff] [blame] | 2608 | int nfs4_proc_renew(struct nfs_client *clp, struct rpc_cred *cred) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2609 | { |
| 2610 | struct rpc_message msg = { |
| 2611 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW], |
| 2612 | .rpc_argp = clp, |
Trond Myklebust | b4454fe | 2006-01-03 09:55:25 +0100 | [diff] [blame] | 2613 | .rpc_cred = cred, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2614 | }; |
| 2615 | unsigned long now = jiffies; |
| 2616 | int status; |
| 2617 | |
| 2618 | status = rpc_call_sync(clp->cl_rpcclient, &msg, 0); |
| 2619 | if (status < 0) |
| 2620 | return status; |
| 2621 | spin_lock(&clp->cl_lock); |
| 2622 | if (time_before(clp->cl_last_renewal,now)) |
| 2623 | clp->cl_last_renewal = now; |
| 2624 | spin_unlock(&clp->cl_lock); |
| 2625 | return 0; |
| 2626 | } |
| 2627 | |
J. Bruce Fields | aa1870a | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 2628 | static inline int nfs4_server_supports_acls(struct nfs_server *server) |
| 2629 | { |
| 2630 | return (server->caps & NFS_CAP_ACLS) |
| 2631 | && (server->acl_bitmask & ACL4_SUPPORT_ALLOW_ACL) |
| 2632 | && (server->acl_bitmask & ACL4_SUPPORT_DENY_ACL); |
| 2633 | } |
| 2634 | |
| 2635 | /* Assuming that XATTR_SIZE_MAX is a multiple of PAGE_CACHE_SIZE, and that |
| 2636 | * it's OK to put sizeof(void) * (XATTR_SIZE_MAX/PAGE_CACHE_SIZE) bytes on |
| 2637 | * the stack. |
| 2638 | */ |
| 2639 | #define NFS4ACL_MAXPAGES (XATTR_SIZE_MAX >> PAGE_CACHE_SHIFT) |
| 2640 | |
| 2641 | static void buf_to_pages(const void *buf, size_t buflen, |
| 2642 | struct page **pages, unsigned int *pgbase) |
| 2643 | { |
| 2644 | const void *p = buf; |
| 2645 | |
| 2646 | *pgbase = offset_in_page(buf); |
| 2647 | p -= *pgbase; |
| 2648 | while (p < buf + buflen) { |
| 2649 | *(pages++) = virt_to_page(p); |
| 2650 | p += PAGE_CACHE_SIZE; |
| 2651 | } |
| 2652 | } |
| 2653 | |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 2654 | struct nfs4_cached_acl { |
| 2655 | int cached; |
| 2656 | size_t len; |
Andrew Morton | 3e9d415 | 2005-06-22 17:16:28 +0000 | [diff] [blame] | 2657 | char data[0]; |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 2658 | }; |
| 2659 | |
| 2660 | static void nfs4_set_cached_acl(struct inode *inode, struct nfs4_cached_acl *acl) |
J. Bruce Fields | aa1870a | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 2661 | { |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 2662 | struct nfs_inode *nfsi = NFS_I(inode); |
| 2663 | |
| 2664 | spin_lock(&inode->i_lock); |
| 2665 | kfree(nfsi->nfs4_acl); |
| 2666 | nfsi->nfs4_acl = acl; |
| 2667 | spin_unlock(&inode->i_lock); |
| 2668 | } |
| 2669 | |
| 2670 | static void nfs4_zap_acl_attr(struct inode *inode) |
| 2671 | { |
| 2672 | nfs4_set_cached_acl(inode, NULL); |
| 2673 | } |
| 2674 | |
| 2675 | static inline ssize_t nfs4_read_cached_acl(struct inode *inode, char *buf, size_t buflen) |
| 2676 | { |
| 2677 | struct nfs_inode *nfsi = NFS_I(inode); |
| 2678 | struct nfs4_cached_acl *acl; |
| 2679 | int ret = -ENOENT; |
| 2680 | |
| 2681 | spin_lock(&inode->i_lock); |
| 2682 | acl = nfsi->nfs4_acl; |
| 2683 | if (acl == NULL) |
| 2684 | goto out; |
| 2685 | if (buf == NULL) /* user is just asking for length */ |
| 2686 | goto out_len; |
| 2687 | if (acl->cached == 0) |
| 2688 | goto out; |
| 2689 | ret = -ERANGE; /* see getxattr(2) man page */ |
| 2690 | if (acl->len > buflen) |
| 2691 | goto out; |
| 2692 | memcpy(buf, acl->data, acl->len); |
| 2693 | out_len: |
| 2694 | ret = acl->len; |
| 2695 | out: |
| 2696 | spin_unlock(&inode->i_lock); |
| 2697 | return ret; |
| 2698 | } |
| 2699 | |
| 2700 | static void nfs4_write_cached_acl(struct inode *inode, const char *buf, size_t acl_len) |
| 2701 | { |
| 2702 | struct nfs4_cached_acl *acl; |
| 2703 | |
| 2704 | if (buf && acl_len <= PAGE_SIZE) { |
| 2705 | acl = kmalloc(sizeof(*acl) + acl_len, GFP_KERNEL); |
| 2706 | if (acl == NULL) |
| 2707 | goto out; |
| 2708 | acl->cached = 1; |
| 2709 | memcpy(acl->data, buf, acl_len); |
| 2710 | } else { |
| 2711 | acl = kmalloc(sizeof(*acl), GFP_KERNEL); |
| 2712 | if (acl == NULL) |
| 2713 | goto out; |
| 2714 | acl->cached = 0; |
| 2715 | } |
| 2716 | acl->len = acl_len; |
| 2717 | out: |
| 2718 | nfs4_set_cached_acl(inode, acl); |
| 2719 | } |
| 2720 | |
Trond Myklebust | 16b4289 | 2006-08-24 12:27:15 -0400 | [diff] [blame] | 2721 | static ssize_t __nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen) |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 2722 | { |
J. Bruce Fields | aa1870a | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 2723 | struct page *pages[NFS4ACL_MAXPAGES]; |
| 2724 | struct nfs_getaclargs args = { |
| 2725 | .fh = NFS_FH(inode), |
| 2726 | .acl_pages = pages, |
| 2727 | .acl_len = buflen, |
| 2728 | }; |
| 2729 | size_t resp_len = buflen; |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 2730 | void *resp_buf; |
J. Bruce Fields | aa1870a | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 2731 | struct rpc_message msg = { |
| 2732 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETACL], |
| 2733 | .rpc_argp = &args, |
| 2734 | .rpc_resp = &resp_len, |
| 2735 | }; |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 2736 | struct page *localpage = NULL; |
| 2737 | int ret; |
| 2738 | |
| 2739 | if (buflen < PAGE_SIZE) { |
| 2740 | /* As long as we're doing a round trip to the server anyway, |
| 2741 | * let's be prepared for a page of acl data. */ |
| 2742 | localpage = alloc_page(GFP_KERNEL); |
| 2743 | resp_buf = page_address(localpage); |
| 2744 | if (localpage == NULL) |
| 2745 | return -ENOMEM; |
| 2746 | args.acl_pages[0] = localpage; |
| 2747 | args.acl_pgbase = 0; |
J. Bruce Fields | 1d95db8 | 2005-10-13 16:54:32 -0400 | [diff] [blame] | 2748 | resp_len = args.acl_len = PAGE_SIZE; |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 2749 | } else { |
| 2750 | resp_buf = buf; |
| 2751 | buf_to_pages(buf, buflen, args.acl_pages, &args.acl_pgbase); |
| 2752 | } |
| 2753 | ret = rpc_call_sync(NFS_CLIENT(inode), &msg, 0); |
| 2754 | if (ret) |
| 2755 | goto out_free; |
| 2756 | if (resp_len > args.acl_len) |
| 2757 | nfs4_write_cached_acl(inode, NULL, resp_len); |
| 2758 | else |
| 2759 | nfs4_write_cached_acl(inode, resp_buf, resp_len); |
| 2760 | if (buf) { |
| 2761 | ret = -ERANGE; |
| 2762 | if (resp_len > buflen) |
| 2763 | goto out_free; |
| 2764 | if (localpage) |
| 2765 | memcpy(buf, resp_buf, resp_len); |
| 2766 | } |
| 2767 | ret = resp_len; |
| 2768 | out_free: |
| 2769 | if (localpage) |
| 2770 | __free_page(localpage); |
| 2771 | return ret; |
| 2772 | } |
| 2773 | |
Trond Myklebust | 16b4289 | 2006-08-24 12:27:15 -0400 | [diff] [blame] | 2774 | static ssize_t nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen) |
| 2775 | { |
| 2776 | struct nfs4_exception exception = { }; |
| 2777 | ssize_t ret; |
| 2778 | do { |
| 2779 | ret = __nfs4_get_acl_uncached(inode, buf, buflen); |
| 2780 | if (ret >= 0) |
| 2781 | break; |
| 2782 | ret = nfs4_handle_exception(NFS_SERVER(inode), ret, &exception); |
| 2783 | } while (exception.retry); |
| 2784 | return ret; |
| 2785 | } |
| 2786 | |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 2787 | static ssize_t nfs4_proc_get_acl(struct inode *inode, void *buf, size_t buflen) |
| 2788 | { |
| 2789 | struct nfs_server *server = NFS_SERVER(inode); |
J. Bruce Fields | aa1870a | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 2790 | int ret; |
| 2791 | |
| 2792 | if (!nfs4_server_supports_acls(server)) |
| 2793 | return -EOPNOTSUPP; |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 2794 | ret = nfs_revalidate_inode(server, inode); |
| 2795 | if (ret < 0) |
| 2796 | return ret; |
Trond Myklebust | f41f741 | 2008-06-11 17:39:04 -0400 | [diff] [blame] | 2797 | if (NFS_I(inode)->cache_validity & NFS_INO_INVALID_ACL) |
| 2798 | nfs_zap_acl_cache(inode); |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 2799 | ret = nfs4_read_cached_acl(inode, buf, buflen); |
| 2800 | if (ret != -ENOENT) |
| 2801 | return ret; |
| 2802 | return nfs4_get_acl_uncached(inode, buf, buflen); |
J. Bruce Fields | aa1870a | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 2803 | } |
| 2804 | |
Trond Myklebust | 16b4289 | 2006-08-24 12:27:15 -0400 | [diff] [blame] | 2805 | static int __nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen) |
J. Bruce Fields | 4b580ee | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 2806 | { |
| 2807 | struct nfs_server *server = NFS_SERVER(inode); |
| 2808 | struct page *pages[NFS4ACL_MAXPAGES]; |
| 2809 | struct nfs_setaclargs arg = { |
| 2810 | .fh = NFS_FH(inode), |
| 2811 | .acl_pages = pages, |
| 2812 | .acl_len = buflen, |
| 2813 | }; |
| 2814 | struct rpc_message msg = { |
| 2815 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETACL], |
| 2816 | .rpc_argp = &arg, |
| 2817 | .rpc_resp = NULL, |
| 2818 | }; |
| 2819 | int ret; |
| 2820 | |
| 2821 | if (!nfs4_server_supports_acls(server)) |
| 2822 | return -EOPNOTSUPP; |
Trond Myklebust | 642ac54 | 2005-10-18 14:20:19 -0700 | [diff] [blame] | 2823 | nfs_inode_return_delegation(inode); |
J. Bruce Fields | 4b580ee | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 2824 | buf_to_pages(buf, buflen, arg.acl_pages, &arg.acl_pgbase); |
David Howells | 1f16341 | 2006-08-22 20:06:11 -0400 | [diff] [blame] | 2825 | ret = rpc_call_sync(NFS_CLIENT(inode), &msg, 0); |
Trond Myklebust | f41f741 | 2008-06-11 17:39:04 -0400 | [diff] [blame] | 2826 | nfs_access_zap_cache(inode); |
| 2827 | nfs_zap_acl_cache(inode); |
J. Bruce Fields | 4b580ee | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 2828 | return ret; |
| 2829 | } |
| 2830 | |
Trond Myklebust | 16b4289 | 2006-08-24 12:27:15 -0400 | [diff] [blame] | 2831 | static int nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen) |
| 2832 | { |
| 2833 | struct nfs4_exception exception = { }; |
| 2834 | int err; |
| 2835 | do { |
| 2836 | err = nfs4_handle_exception(NFS_SERVER(inode), |
| 2837 | __nfs4_proc_set_acl(inode, buf, buflen), |
| 2838 | &exception); |
| 2839 | } while (exception.retry); |
| 2840 | return err; |
| 2841 | } |
| 2842 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2843 | static int |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 2844 | nfs4_async_handle_error(struct rpc_task *task, const struct nfs_server *server) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2845 | { |
David Howells | 7539bba | 2006-08-22 20:06:09 -0400 | [diff] [blame] | 2846 | struct nfs_client *clp = server->nfs_client; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2847 | |
| 2848 | if (!clp || task->tk_status >= 0) |
| 2849 | return 0; |
| 2850 | switch(task->tk_status) { |
| 2851 | case -NFS4ERR_STALE_CLIENTID: |
| 2852 | case -NFS4ERR_STALE_STATEID: |
| 2853 | case -NFS4ERR_EXPIRED: |
Trond Myklebust | 5d00837 | 2008-02-22 16:34:17 -0500 | [diff] [blame] | 2854 | rpc_sleep_on(&clp->cl_rpcwaitq, task, NULL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2855 | nfs4_schedule_state_recovery(clp); |
Trond Myklebust | 433fbe4 | 2006-01-03 09:55:22 +0100 | [diff] [blame] | 2856 | if (test_bit(NFS4CLNT_STATE_RECOVER, &clp->cl_state) == 0) |
Trond Myklebust | fda1393 | 2008-02-22 16:34:12 -0500 | [diff] [blame] | 2857 | rpc_wake_up_queued_task(&clp->cl_rpcwaitq, task); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2858 | task->tk_status = 0; |
| 2859 | return -EAGAIN; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2860 | case -NFS4ERR_DELAY: |
Trond Myklebust | 2e96d28 | 2008-06-11 16:42:05 -0400 | [diff] [blame] | 2861 | nfs_inc_server_stats(server, NFSIOS_DELAY); |
Chuck Lever | 006ea73 | 2006-03-20 13:44:14 -0500 | [diff] [blame] | 2862 | case -NFS4ERR_GRACE: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2863 | rpc_delay(task, NFS4_POLL_RETRY_MAX); |
| 2864 | task->tk_status = 0; |
| 2865 | return -EAGAIN; |
| 2866 | case -NFS4ERR_OLD_STATEID: |
| 2867 | task->tk_status = 0; |
| 2868 | return -EAGAIN; |
| 2869 | } |
| 2870 | task->tk_status = nfs4_map_errors(task->tk_status); |
| 2871 | return 0; |
| 2872 | } |
| 2873 | |
David Howells | adfa6f9 | 2006-08-22 20:06:08 -0400 | [diff] [blame] | 2874 | int nfs4_proc_setclientid(struct nfs_client *clp, u32 program, unsigned short port, struct rpc_cred *cred) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2875 | { |
| 2876 | nfs4_verifier sc_verifier; |
| 2877 | struct nfs4_setclientid setclientid = { |
| 2878 | .sc_verifier = &sc_verifier, |
| 2879 | .sc_prog = program, |
| 2880 | }; |
| 2881 | struct rpc_message msg = { |
| 2882 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID], |
| 2883 | .rpc_argp = &setclientid, |
| 2884 | .rpc_resp = clp, |
Trond Myklebust | 286d7d6 | 2006-01-03 09:55:26 +0100 | [diff] [blame] | 2885 | .rpc_cred = cred, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2886 | }; |
Al Viro | bc4785c | 2006-10-19 23:28:51 -0700 | [diff] [blame] | 2887 | __be32 *p; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2888 | int loop = 0; |
| 2889 | int status; |
| 2890 | |
Al Viro | bc4785c | 2006-10-19 23:28:51 -0700 | [diff] [blame] | 2891 | p = (__be32*)sc_verifier.data; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2892 | *p++ = htonl((u32)clp->cl_boot_time.tv_sec); |
| 2893 | *p = htonl((u32)clp->cl_boot_time.tv_nsec); |
| 2894 | |
| 2895 | for(;;) { |
| 2896 | setclientid.sc_name_len = scnprintf(setclientid.sc_name, |
Trond Myklebust | 69dd716 | 2007-12-14 14:56:07 -0500 | [diff] [blame] | 2897 | sizeof(setclientid.sc_name), "%s/%s %s %s %u", |
Chuck Lever | d4d3c50 | 2007-12-10 14:57:09 -0500 | [diff] [blame] | 2898 | clp->cl_ipaddr, |
| 2899 | rpc_peeraddr2str(clp->cl_rpcclient, |
| 2900 | RPC_DISPLAY_ADDR), |
Trond Myklebust | 69dd716 | 2007-12-14 14:56:07 -0500 | [diff] [blame] | 2901 | rpc_peeraddr2str(clp->cl_rpcclient, |
| 2902 | RPC_DISPLAY_PROTO), |
Trond Myklebust | 78ea323 | 2008-04-07 20:49:28 -0400 | [diff] [blame] | 2903 | clp->cl_rpcclient->cl_auth->au_ops->au_name, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2904 | clp->cl_id_uniquifier); |
| 2905 | setclientid.sc_netid_len = scnprintf(setclientid.sc_netid, |
Chuck Lever | d4d3c50 | 2007-12-10 14:57:09 -0500 | [diff] [blame] | 2906 | sizeof(setclientid.sc_netid), |
| 2907 | rpc_peeraddr2str(clp->cl_rpcclient, |
| 2908 | RPC_DISPLAY_NETID)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2909 | setclientid.sc_uaddr_len = scnprintf(setclientid.sc_uaddr, |
Chuck Lever | d4d3c50 | 2007-12-10 14:57:09 -0500 | [diff] [blame] | 2910 | sizeof(setclientid.sc_uaddr), "%s.%u.%u", |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2911 | clp->cl_ipaddr, port >> 8, port & 255); |
| 2912 | |
| 2913 | status = rpc_call_sync(clp->cl_rpcclient, &msg, 0); |
| 2914 | if (status != -NFS4ERR_CLID_INUSE) |
| 2915 | break; |
| 2916 | if (signalled()) |
| 2917 | break; |
| 2918 | if (loop++ & 1) |
| 2919 | ssleep(clp->cl_lease_time + 1); |
| 2920 | else |
| 2921 | if (++clp->cl_id_uniquifier == 0) |
| 2922 | break; |
| 2923 | } |
| 2924 | return status; |
| 2925 | } |
| 2926 | |
David Howells | adfa6f9 | 2006-08-22 20:06:08 -0400 | [diff] [blame] | 2927 | static int _nfs4_proc_setclientid_confirm(struct nfs_client *clp, struct rpc_cred *cred) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2928 | { |
| 2929 | struct nfs_fsinfo fsinfo; |
| 2930 | struct rpc_message msg = { |
| 2931 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID_CONFIRM], |
| 2932 | .rpc_argp = clp, |
| 2933 | .rpc_resp = &fsinfo, |
Trond Myklebust | 286d7d6 | 2006-01-03 09:55:26 +0100 | [diff] [blame] | 2934 | .rpc_cred = cred, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2935 | }; |
| 2936 | unsigned long now; |
| 2937 | int status; |
| 2938 | |
| 2939 | now = jiffies; |
| 2940 | status = rpc_call_sync(clp->cl_rpcclient, &msg, 0); |
| 2941 | if (status == 0) { |
| 2942 | spin_lock(&clp->cl_lock); |
| 2943 | clp->cl_lease_time = fsinfo.lease_time * HZ; |
| 2944 | clp->cl_last_renewal = now; |
| 2945 | spin_unlock(&clp->cl_lock); |
| 2946 | } |
| 2947 | return status; |
| 2948 | } |
| 2949 | |
David Howells | adfa6f9 | 2006-08-22 20:06:08 -0400 | [diff] [blame] | 2950 | int nfs4_proc_setclientid_confirm(struct nfs_client *clp, struct rpc_cred *cred) |
Trond Myklebust | 51581f3 | 2006-03-20 13:44:47 -0500 | [diff] [blame] | 2951 | { |
Benny Halevy | 77e0367 | 2008-06-24 20:25:57 +0300 | [diff] [blame] | 2952 | long timeout = 0; |
Trond Myklebust | 51581f3 | 2006-03-20 13:44:47 -0500 | [diff] [blame] | 2953 | int err; |
| 2954 | do { |
| 2955 | err = _nfs4_proc_setclientid_confirm(clp, cred); |
| 2956 | switch (err) { |
| 2957 | case 0: |
| 2958 | return err; |
| 2959 | case -NFS4ERR_RESOURCE: |
| 2960 | /* The IBM lawyers misread another document! */ |
| 2961 | case -NFS4ERR_DELAY: |
| 2962 | err = nfs4_delay(clp->cl_rpcclient, &timeout); |
| 2963 | } |
| 2964 | } while (err == 0); |
| 2965 | return err; |
| 2966 | } |
| 2967 | |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 2968 | struct nfs4_delegreturndata { |
| 2969 | struct nfs4_delegreturnargs args; |
Trond Myklebust | fa178f2 | 2006-01-03 09:55:38 +0100 | [diff] [blame] | 2970 | struct nfs4_delegreturnres res; |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 2971 | struct nfs_fh fh; |
| 2972 | nfs4_stateid stateid; |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 2973 | unsigned long timestamp; |
Trond Myklebust | fa178f2 | 2006-01-03 09:55:38 +0100 | [diff] [blame] | 2974 | struct nfs_fattr fattr; |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 2975 | int rpc_status; |
| 2976 | }; |
| 2977 | |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 2978 | static void nfs4_delegreturn_done(struct rpc_task *task, void *calldata) |
| 2979 | { |
| 2980 | struct nfs4_delegreturndata *data = calldata; |
| 2981 | data->rpc_status = task->tk_status; |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 2982 | if (data->rpc_status == 0) |
Trond Myklebust | fa178f2 | 2006-01-03 09:55:38 +0100 | [diff] [blame] | 2983 | renew_lease(data->res.server, data->timestamp); |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 2984 | } |
| 2985 | |
| 2986 | static void nfs4_delegreturn_release(void *calldata) |
| 2987 | { |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 2988 | kfree(calldata); |
| 2989 | } |
| 2990 | |
Jesper Juhl | c8d149f | 2006-03-20 13:44:07 -0500 | [diff] [blame] | 2991 | static const struct rpc_call_ops nfs4_delegreturn_ops = { |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 2992 | .rpc_call_done = nfs4_delegreturn_done, |
| 2993 | .rpc_release = nfs4_delegreturn_release, |
| 2994 | }; |
| 2995 | |
Trond Myklebust | e6f8107 | 2008-01-24 18:14:34 -0500 | [diff] [blame] | 2996 | static int _nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync) |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 2997 | { |
| 2998 | struct nfs4_delegreturndata *data; |
Trond Myklebust | fa178f2 | 2006-01-03 09:55:38 +0100 | [diff] [blame] | 2999 | struct nfs_server *server = NFS_SERVER(inode); |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 3000 | struct rpc_task *task; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 3001 | struct rpc_message msg = { |
| 3002 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DELEGRETURN], |
| 3003 | .rpc_cred = cred, |
| 3004 | }; |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 3005 | struct rpc_task_setup task_setup_data = { |
| 3006 | .rpc_client = server->client, |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 3007 | .rpc_message = &msg, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 3008 | .callback_ops = &nfs4_delegreturn_ops, |
| 3009 | .flags = RPC_TASK_ASYNC, |
| 3010 | }; |
Trond Myklebust | e6f8107 | 2008-01-24 18:14:34 -0500 | [diff] [blame] | 3011 | int status = 0; |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 3012 | |
| 3013 | data = kmalloc(sizeof(*data), GFP_KERNEL); |
| 3014 | if (data == NULL) |
| 3015 | return -ENOMEM; |
| 3016 | data->args.fhandle = &data->fh; |
| 3017 | data->args.stateid = &data->stateid; |
Trond Myklebust | fa178f2 | 2006-01-03 09:55:38 +0100 | [diff] [blame] | 3018 | data->args.bitmask = server->attr_bitmask; |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 3019 | nfs_copy_fh(&data->fh, NFS_FH(inode)); |
| 3020 | memcpy(&data->stateid, stateid, sizeof(data->stateid)); |
Trond Myklebust | fa178f2 | 2006-01-03 09:55:38 +0100 | [diff] [blame] | 3021 | data->res.fattr = &data->fattr; |
| 3022 | data->res.server = server; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 3023 | nfs_fattr_init(data->res.fattr); |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 3024 | data->timestamp = jiffies; |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 3025 | data->rpc_status = 0; |
| 3026 | |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 3027 | task_setup_data.callback_data = data; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 3028 | msg.rpc_argp = &data->args, |
| 3029 | msg.rpc_resp = &data->res, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 3030 | task = rpc_run_task(&task_setup_data); |
Trond Myklebust | 7a1218a | 2006-03-20 18:11:10 -0500 | [diff] [blame] | 3031 | if (IS_ERR(task)) |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 3032 | return PTR_ERR(task); |
Trond Myklebust | e6f8107 | 2008-01-24 18:14:34 -0500 | [diff] [blame] | 3033 | if (!issync) |
| 3034 | goto out; |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 3035 | status = nfs4_wait_for_completion_rpc_task(task); |
Trond Myklebust | e6f8107 | 2008-01-24 18:14:34 -0500 | [diff] [blame] | 3036 | if (status != 0) |
| 3037 | goto out; |
| 3038 | status = data->rpc_status; |
| 3039 | if (status != 0) |
| 3040 | goto out; |
| 3041 | nfs_refresh_inode(inode, &data->fattr); |
| 3042 | out: |
Trond Myklebust | e6b3c4d | 2006-11-11 22:18:03 -0500 | [diff] [blame] | 3043 | rpc_put_task(task); |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 3044 | return status; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3045 | } |
| 3046 | |
Trond Myklebust | e6f8107 | 2008-01-24 18:14:34 -0500 | [diff] [blame] | 3047 | int nfs4_proc_delegreturn(struct inode *inode, struct rpc_cred *cred, const nfs4_stateid *stateid, int issync) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3048 | { |
| 3049 | struct nfs_server *server = NFS_SERVER(inode); |
| 3050 | struct nfs4_exception exception = { }; |
| 3051 | int err; |
| 3052 | do { |
Trond Myklebust | e6f8107 | 2008-01-24 18:14:34 -0500 | [diff] [blame] | 3053 | err = _nfs4_proc_delegreturn(inode, cred, stateid, issync); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3054 | switch (err) { |
| 3055 | case -NFS4ERR_STALE_STATEID: |
| 3056 | case -NFS4ERR_EXPIRED: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3057 | case 0: |
| 3058 | return 0; |
| 3059 | } |
| 3060 | err = nfs4_handle_exception(server, err, &exception); |
| 3061 | } while (exception.retry); |
| 3062 | return err; |
| 3063 | } |
| 3064 | |
| 3065 | #define NFS4_LOCK_MINTIMEOUT (1 * HZ) |
| 3066 | #define NFS4_LOCK_MAXTIMEOUT (30 * HZ) |
| 3067 | |
| 3068 | /* |
| 3069 | * sleep, with exponential backoff, and retry the LOCK operation. |
| 3070 | */ |
| 3071 | static unsigned long |
| 3072 | nfs4_set_lock_task_retry(unsigned long timeout) |
| 3073 | { |
Matthew Wilcox | 150030b | 2007-12-06 16:24:39 -0500 | [diff] [blame] | 3074 | schedule_timeout_killable(timeout); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3075 | timeout <<= 1; |
| 3076 | if (timeout > NFS4_LOCK_MAXTIMEOUT) |
| 3077 | return NFS4_LOCK_MAXTIMEOUT; |
| 3078 | return timeout; |
| 3079 | } |
| 3080 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3081 | static int _nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request) |
| 3082 | { |
| 3083 | struct inode *inode = state->inode; |
| 3084 | struct nfs_server *server = NFS_SERVER(inode); |
David Howells | 7539bba | 2006-08-22 20:06:09 -0400 | [diff] [blame] | 3085 | struct nfs_client *clp = server->nfs_client; |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 3086 | struct nfs_lockt_args arg = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3087 | .fh = NFS_FH(inode), |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 3088 | .fl = request, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3089 | }; |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 3090 | struct nfs_lockt_res res = { |
| 3091 | .denied = request, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3092 | }; |
| 3093 | struct rpc_message msg = { |
| 3094 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKT], |
| 3095 | .rpc_argp = &arg, |
| 3096 | .rpc_resp = &res, |
| 3097 | .rpc_cred = state->owner->so_cred, |
| 3098 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3099 | struct nfs4_lock_state *lsp; |
| 3100 | int status; |
| 3101 | |
| 3102 | down_read(&clp->cl_sem); |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 3103 | arg.lock_owner.clientid = clp->cl_clientid; |
Trond Myklebust | 8d0a8a9 | 2005-06-22 17:16:32 +0000 | [diff] [blame] | 3104 | status = nfs4_set_lock_state(state, request); |
| 3105 | if (status != 0) |
| 3106 | goto out; |
| 3107 | lsp = request->fl_u.nfs4_fl.owner; |
Trond Myklebust | 9f958ab | 2007-07-02 13:58:33 -0400 | [diff] [blame] | 3108 | arg.lock_owner.id = lsp->ls_id.id; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3109 | status = rpc_call_sync(server->client, &msg, 0); |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 3110 | switch (status) { |
| 3111 | case 0: |
| 3112 | request->fl_type = F_UNLCK; |
| 3113 | break; |
| 3114 | case -NFS4ERR_DENIED: |
| 3115 | status = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3116 | } |
J. Bruce Fields | 70cc648 | 2007-02-22 18:48:53 -0500 | [diff] [blame] | 3117 | request->fl_ops->fl_release_private(request); |
Trond Myklebust | 8d0a8a9 | 2005-06-22 17:16:32 +0000 | [diff] [blame] | 3118 | out: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3119 | up_read(&clp->cl_sem); |
| 3120 | return status; |
| 3121 | } |
| 3122 | |
| 3123 | static int nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request) |
| 3124 | { |
| 3125 | struct nfs4_exception exception = { }; |
| 3126 | int err; |
| 3127 | |
| 3128 | do { |
| 3129 | err = nfs4_handle_exception(NFS_SERVER(state->inode), |
| 3130 | _nfs4_proc_getlk(state, cmd, request), |
| 3131 | &exception); |
| 3132 | } while (exception.retry); |
| 3133 | return err; |
| 3134 | } |
| 3135 | |
| 3136 | static int do_vfs_lock(struct file *file, struct file_lock *fl) |
| 3137 | { |
| 3138 | int res = 0; |
| 3139 | switch (fl->fl_flags & (FL_POSIX|FL_FLOCK)) { |
| 3140 | case FL_POSIX: |
| 3141 | res = posix_lock_file_wait(file, fl); |
| 3142 | break; |
| 3143 | case FL_FLOCK: |
| 3144 | res = flock_lock_file_wait(file, fl); |
| 3145 | break; |
| 3146 | default: |
| 3147 | BUG(); |
| 3148 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3149 | return res; |
| 3150 | } |
| 3151 | |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3152 | struct nfs4_unlockdata { |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 3153 | struct nfs_locku_args arg; |
| 3154 | struct nfs_locku_res res; |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3155 | struct nfs4_lock_state *lsp; |
| 3156 | struct nfs_open_context *ctx; |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 3157 | struct file_lock fl; |
| 3158 | const struct nfs_server *server; |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 3159 | unsigned long timestamp; |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3160 | }; |
| 3161 | |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 3162 | static struct nfs4_unlockdata *nfs4_alloc_unlockdata(struct file_lock *fl, |
| 3163 | struct nfs_open_context *ctx, |
| 3164 | struct nfs4_lock_state *lsp, |
| 3165 | struct nfs_seqid *seqid) |
| 3166 | { |
| 3167 | struct nfs4_unlockdata *p; |
| 3168 | struct inode *inode = lsp->ls_state->inode; |
| 3169 | |
| 3170 | p = kmalloc(sizeof(*p), GFP_KERNEL); |
| 3171 | if (p == NULL) |
| 3172 | return NULL; |
| 3173 | p->arg.fh = NFS_FH(inode); |
| 3174 | p->arg.fl = &p->fl; |
| 3175 | p->arg.seqid = seqid; |
Trond Myklebust | c1d5193 | 2008-04-07 13:20:54 -0400 | [diff] [blame] | 3176 | p->res.seqid = seqid; |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 3177 | p->arg.stateid = &lsp->ls_stateid; |
| 3178 | p->lsp = lsp; |
| 3179 | atomic_inc(&lsp->ls_count); |
| 3180 | /* Ensure we don't close file until we're done freeing locks! */ |
| 3181 | p->ctx = get_nfs_open_context(ctx); |
| 3182 | memcpy(&p->fl, fl, sizeof(p->fl)); |
| 3183 | p->server = NFS_SERVER(inode); |
| 3184 | return p; |
| 3185 | } |
| 3186 | |
Trond Myklebust | 06f814a | 2006-01-03 09:55:07 +0100 | [diff] [blame] | 3187 | static void nfs4_locku_release_calldata(void *data) |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3188 | { |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 3189 | struct nfs4_unlockdata *calldata = data; |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 3190 | nfs_free_seqid(calldata->arg.seqid); |
Trond Myklebust | 06f814a | 2006-01-03 09:55:07 +0100 | [diff] [blame] | 3191 | nfs4_put_lock_state(calldata->lsp); |
| 3192 | put_nfs_open_context(calldata->ctx); |
| 3193 | kfree(calldata); |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3194 | } |
| 3195 | |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 3196 | static void nfs4_locku_done(struct rpc_task *task, void *data) |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3197 | { |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 3198 | struct nfs4_unlockdata *calldata = data; |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3199 | |
Trond Myklebust | 06f814a | 2006-01-03 09:55:07 +0100 | [diff] [blame] | 3200 | if (RPC_ASSASSINATED(task)) |
| 3201 | return; |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3202 | switch (task->tk_status) { |
| 3203 | case 0: |
| 3204 | memcpy(calldata->lsp->ls_stateid.data, |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 3205 | calldata->res.stateid.data, |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3206 | sizeof(calldata->lsp->ls_stateid.data)); |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 3207 | renew_lease(calldata->server, calldata->timestamp); |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3208 | break; |
| 3209 | case -NFS4ERR_STALE_STATEID: |
| 3210 | case -NFS4ERR_EXPIRED: |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3211 | break; |
| 3212 | default: |
Trond Myklebust | a6a352e | 2006-12-13 16:43:06 -0500 | [diff] [blame] | 3213 | if (nfs4_async_handle_error(task, calldata->server) == -EAGAIN) |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3214 | rpc_restart_call(task); |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3215 | } |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3216 | } |
| 3217 | |
Trond Myklebust | 4ce70ad | 2006-01-03 09:55:05 +0100 | [diff] [blame] | 3218 | static void nfs4_locku_prepare(struct rpc_task *task, void *data) |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3219 | { |
Trond Myklebust | 4ce70ad | 2006-01-03 09:55:05 +0100 | [diff] [blame] | 3220 | struct nfs4_unlockdata *calldata = data; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3221 | |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 3222 | if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0) |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3223 | return; |
| 3224 | if ((calldata->lsp->ls_flags & NFS_LOCK_INITIALIZED) == 0) { |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 3225 | /* Note: exit _without_ running nfs4_locku_done */ |
| 3226 | task->tk_action = NULL; |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3227 | return; |
| 3228 | } |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 3229 | calldata->timestamp = jiffies; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 3230 | rpc_call_start(task); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3231 | } |
| 3232 | |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 3233 | static const struct rpc_call_ops nfs4_locku_ops = { |
Trond Myklebust | 4ce70ad | 2006-01-03 09:55:05 +0100 | [diff] [blame] | 3234 | .rpc_call_prepare = nfs4_locku_prepare, |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 3235 | .rpc_call_done = nfs4_locku_done, |
Trond Myklebust | 06f814a | 2006-01-03 09:55:07 +0100 | [diff] [blame] | 3236 | .rpc_release = nfs4_locku_release_calldata, |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 3237 | }; |
| 3238 | |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3239 | static struct rpc_task *nfs4_do_unlck(struct file_lock *fl, |
| 3240 | struct nfs_open_context *ctx, |
| 3241 | struct nfs4_lock_state *lsp, |
| 3242 | struct nfs_seqid *seqid) |
| 3243 | { |
| 3244 | struct nfs4_unlockdata *data; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 3245 | struct rpc_message msg = { |
| 3246 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKU], |
| 3247 | .rpc_cred = ctx->cred, |
| 3248 | }; |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 3249 | struct rpc_task_setup task_setup_data = { |
| 3250 | .rpc_client = NFS_CLIENT(lsp->ls_state->inode), |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 3251 | .rpc_message = &msg, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 3252 | .callback_ops = &nfs4_locku_ops, |
Trond Myklebust | 101070c | 2008-02-19 20:04:23 -0500 | [diff] [blame] | 3253 | .workqueue = nfsiod_workqueue, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 3254 | .flags = RPC_TASK_ASYNC, |
| 3255 | }; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3256 | |
Frank Filz | 137d6ac | 2007-07-09 15:32:29 -0700 | [diff] [blame] | 3257 | /* Ensure this is an unlock - when canceling a lock, the |
| 3258 | * canceled lock is passed in, and it won't be an unlock. |
| 3259 | */ |
| 3260 | fl->fl_type = F_UNLCK; |
| 3261 | |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3262 | data = nfs4_alloc_unlockdata(fl, ctx, lsp, seqid); |
| 3263 | if (data == NULL) { |
| 3264 | nfs_free_seqid(seqid); |
| 3265 | return ERR_PTR(-ENOMEM); |
| 3266 | } |
| 3267 | |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 3268 | msg.rpc_argp = &data->arg, |
| 3269 | msg.rpc_resp = &data->res, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 3270 | task_setup_data.callback_data = data; |
| 3271 | return rpc_run_task(&task_setup_data); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3272 | } |
| 3273 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3274 | static int nfs4_proc_unlck(struct nfs4_state *state, int cmd, struct file_lock *request) |
| 3275 | { |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 3276 | struct nfs_seqid *seqid; |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3277 | struct nfs4_lock_state *lsp; |
Trond Myklebust | 06f814a | 2006-01-03 09:55:07 +0100 | [diff] [blame] | 3278 | struct rpc_task *task; |
| 3279 | int status = 0; |
Trond Myklebust | 536ff0f | 2008-04-04 15:08:02 -0400 | [diff] [blame] | 3280 | unsigned char fl_flags = request->fl_flags; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3281 | |
Trond Myklebust | 9b07357 | 2006-06-29 16:38:34 -0400 | [diff] [blame] | 3282 | status = nfs4_set_lock_state(state, request); |
| 3283 | /* Unlock _before_ we do the RPC call */ |
| 3284 | request->fl_flags |= FL_EXISTS; |
| 3285 | if (do_vfs_lock(request->fl_file, request) == -ENOENT) |
| 3286 | goto out; |
| 3287 | if (status != 0) |
| 3288 | goto out; |
Trond Myklebust | 6bfc93e | 2005-11-04 15:39:36 -0500 | [diff] [blame] | 3289 | /* Is this a delegated lock? */ |
| 3290 | if (test_bit(NFS_DELEGATED_STATE, &state->flags)) |
Trond Myklebust | 9b07357 | 2006-06-29 16:38:34 -0400 | [diff] [blame] | 3291 | goto out; |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3292 | lsp = request->fl_u.nfs4_fl.owner; |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 3293 | seqid = nfs_alloc_seqid(&lsp->ls_seqid); |
Trond Myklebust | 9b07357 | 2006-06-29 16:38:34 -0400 | [diff] [blame] | 3294 | status = -ENOMEM; |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 3295 | if (seqid == NULL) |
Trond Myklebust | 9b07357 | 2006-06-29 16:38:34 -0400 | [diff] [blame] | 3296 | goto out; |
Trond Myklebust | cd3758e | 2007-08-10 17:44:32 -0400 | [diff] [blame] | 3297 | task = nfs4_do_unlck(request, nfs_file_open_context(request->fl_file), lsp, seqid); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3298 | status = PTR_ERR(task); |
| 3299 | if (IS_ERR(task)) |
Trond Myklebust | 9b07357 | 2006-06-29 16:38:34 -0400 | [diff] [blame] | 3300 | goto out; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3301 | status = nfs4_wait_for_completion_rpc_task(task); |
Trond Myklebust | e6b3c4d | 2006-11-11 22:18:03 -0500 | [diff] [blame] | 3302 | rpc_put_task(task); |
Trond Myklebust | 9b07357 | 2006-06-29 16:38:34 -0400 | [diff] [blame] | 3303 | out: |
Trond Myklebust | 536ff0f | 2008-04-04 15:08:02 -0400 | [diff] [blame] | 3304 | request->fl_flags = fl_flags; |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3305 | return status; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3306 | } |
| 3307 | |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3308 | struct nfs4_lockdata { |
| 3309 | struct nfs_lock_args arg; |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 3310 | struct nfs_lock_res res; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3311 | struct nfs4_lock_state *lsp; |
| 3312 | struct nfs_open_context *ctx; |
| 3313 | struct file_lock fl; |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 3314 | unsigned long timestamp; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3315 | int rpc_status; |
| 3316 | int cancelled; |
| 3317 | }; |
| 3318 | |
| 3319 | static struct nfs4_lockdata *nfs4_alloc_lockdata(struct file_lock *fl, |
| 3320 | struct nfs_open_context *ctx, struct nfs4_lock_state *lsp) |
| 3321 | { |
| 3322 | struct nfs4_lockdata *p; |
| 3323 | struct inode *inode = lsp->ls_state->inode; |
| 3324 | struct nfs_server *server = NFS_SERVER(inode); |
| 3325 | |
| 3326 | p = kzalloc(sizeof(*p), GFP_KERNEL); |
| 3327 | if (p == NULL) |
| 3328 | return NULL; |
| 3329 | |
| 3330 | p->arg.fh = NFS_FH(inode); |
| 3331 | p->arg.fl = &p->fl; |
Trond Myklebust | 2f74c0a | 2008-01-08 17:56:07 -0500 | [diff] [blame] | 3332 | p->arg.open_seqid = nfs_alloc_seqid(&lsp->ls_state->owner->so_seqid); |
| 3333 | if (p->arg.open_seqid == NULL) |
| 3334 | goto out_free; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3335 | p->arg.lock_seqid = nfs_alloc_seqid(&lsp->ls_seqid); |
| 3336 | if (p->arg.lock_seqid == NULL) |
Trond Myklebust | 2f74c0a | 2008-01-08 17:56:07 -0500 | [diff] [blame] | 3337 | goto out_free_seqid; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3338 | p->arg.lock_stateid = &lsp->ls_stateid; |
David Howells | 7539bba | 2006-08-22 20:06:09 -0400 | [diff] [blame] | 3339 | p->arg.lock_owner.clientid = server->nfs_client->cl_clientid; |
Trond Myklebust | 9f958ab | 2007-07-02 13:58:33 -0400 | [diff] [blame] | 3340 | p->arg.lock_owner.id = lsp->ls_id.id; |
Trond Myklebust | c1d5193 | 2008-04-07 13:20:54 -0400 | [diff] [blame] | 3341 | p->res.lock_seqid = p->arg.lock_seqid; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3342 | p->lsp = lsp; |
| 3343 | atomic_inc(&lsp->ls_count); |
| 3344 | p->ctx = get_nfs_open_context(ctx); |
| 3345 | memcpy(&p->fl, fl, sizeof(p->fl)); |
| 3346 | return p; |
Trond Myklebust | 2f74c0a | 2008-01-08 17:56:07 -0500 | [diff] [blame] | 3347 | out_free_seqid: |
| 3348 | nfs_free_seqid(p->arg.open_seqid); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3349 | out_free: |
| 3350 | kfree(p); |
| 3351 | return NULL; |
| 3352 | } |
| 3353 | |
| 3354 | static void nfs4_lock_prepare(struct rpc_task *task, void *calldata) |
| 3355 | { |
| 3356 | struct nfs4_lockdata *data = calldata; |
| 3357 | struct nfs4_state *state = data->lsp->ls_state; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3358 | |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 3359 | dprintk("%s: begin!\n", __func__); |
Trond Myklebust | 2f74c0a | 2008-01-08 17:56:07 -0500 | [diff] [blame] | 3360 | if (nfs_wait_on_sequence(data->arg.lock_seqid, task) != 0) |
| 3361 | return; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3362 | /* Do we need to do an open_to_lock_owner? */ |
| 3363 | if (!(data->arg.lock_seqid->sequence->flags & NFS_SEQID_CONFIRMED)) { |
Trond Myklebust | e6e2197 | 2008-01-02 16:27:16 -0500 | [diff] [blame] | 3364 | if (nfs_wait_on_sequence(data->arg.open_seqid, task) != 0) |
| 3365 | return; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3366 | data->arg.open_stateid = &state->stateid; |
| 3367 | data->arg.new_lock_owner = 1; |
Trond Myklebust | c1d5193 | 2008-04-07 13:20:54 -0400 | [diff] [blame] | 3368 | data->res.open_seqid = data->arg.open_seqid; |
Trond Myklebust | 2f74c0a | 2008-01-08 17:56:07 -0500 | [diff] [blame] | 3369 | } else |
| 3370 | data->arg.new_lock_owner = 0; |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 3371 | data->timestamp = jiffies; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 3372 | rpc_call_start(task); |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 3373 | dprintk("%s: done!, ret = %d\n", __func__, data->rpc_status); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3374 | } |
| 3375 | |
| 3376 | static void nfs4_lock_done(struct rpc_task *task, void *calldata) |
| 3377 | { |
| 3378 | struct nfs4_lockdata *data = calldata; |
| 3379 | |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 3380 | dprintk("%s: begin!\n", __func__); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3381 | |
| 3382 | data->rpc_status = task->tk_status; |
| 3383 | if (RPC_ASSASSINATED(task)) |
| 3384 | goto out; |
| 3385 | if (data->arg.new_lock_owner != 0) { |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3386 | if (data->rpc_status == 0) |
| 3387 | nfs_confirm_seqid(&data->lsp->ls_seqid, 0); |
| 3388 | else |
| 3389 | goto out; |
| 3390 | } |
| 3391 | if (data->rpc_status == 0) { |
| 3392 | memcpy(data->lsp->ls_stateid.data, data->res.stateid.data, |
| 3393 | sizeof(data->lsp->ls_stateid.data)); |
| 3394 | data->lsp->ls_flags |= NFS_LOCK_INITIALIZED; |
Trond Myklebust | 88be9f9 | 2007-06-05 10:42:27 -0400 | [diff] [blame] | 3395 | renew_lease(NFS_SERVER(data->ctx->path.dentry->d_inode), data->timestamp); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3396 | } |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3397 | out: |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 3398 | dprintk("%s: done, ret = %d!\n", __func__, data->rpc_status); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3399 | } |
| 3400 | |
| 3401 | static void nfs4_lock_release(void *calldata) |
| 3402 | { |
| 3403 | struct nfs4_lockdata *data = calldata; |
| 3404 | |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 3405 | dprintk("%s: begin!\n", __func__); |
Trond Myklebust | 2f74c0a | 2008-01-08 17:56:07 -0500 | [diff] [blame] | 3406 | nfs_free_seqid(data->arg.open_seqid); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3407 | if (data->cancelled != 0) { |
| 3408 | struct rpc_task *task; |
| 3409 | task = nfs4_do_unlck(&data->fl, data->ctx, data->lsp, |
| 3410 | data->arg.lock_seqid); |
| 3411 | if (!IS_ERR(task)) |
Trond Myklebust | e6b3c4d | 2006-11-11 22:18:03 -0500 | [diff] [blame] | 3412 | rpc_put_task(task); |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 3413 | dprintk("%s: cancelling lock!\n", __func__); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3414 | } else |
| 3415 | nfs_free_seqid(data->arg.lock_seqid); |
| 3416 | nfs4_put_lock_state(data->lsp); |
| 3417 | put_nfs_open_context(data->ctx); |
| 3418 | kfree(data); |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 3419 | dprintk("%s: done!\n", __func__); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3420 | } |
| 3421 | |
| 3422 | static const struct rpc_call_ops nfs4_lock_ops = { |
| 3423 | .rpc_call_prepare = nfs4_lock_prepare, |
| 3424 | .rpc_call_done = nfs4_lock_done, |
| 3425 | .rpc_release = nfs4_lock_release, |
| 3426 | }; |
| 3427 | |
| 3428 | static int _nfs4_do_setlk(struct nfs4_state *state, int cmd, struct file_lock *fl, int reclaim) |
| 3429 | { |
| 3430 | struct nfs4_lockdata *data; |
| 3431 | struct rpc_task *task; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 3432 | struct rpc_message msg = { |
| 3433 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCK], |
| 3434 | .rpc_cred = state->owner->so_cred, |
| 3435 | }; |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 3436 | struct rpc_task_setup task_setup_data = { |
| 3437 | .rpc_client = NFS_CLIENT(state->inode), |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 3438 | .rpc_message = &msg, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 3439 | .callback_ops = &nfs4_lock_ops, |
Trond Myklebust | 101070c | 2008-02-19 20:04:23 -0500 | [diff] [blame] | 3440 | .workqueue = nfsiod_workqueue, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 3441 | .flags = RPC_TASK_ASYNC, |
| 3442 | }; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3443 | int ret; |
| 3444 | |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 3445 | dprintk("%s: begin!\n", __func__); |
Trond Myklebust | cd3758e | 2007-08-10 17:44:32 -0400 | [diff] [blame] | 3446 | data = nfs4_alloc_lockdata(fl, nfs_file_open_context(fl->fl_file), |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3447 | fl->fl_u.nfs4_fl.owner); |
| 3448 | if (data == NULL) |
| 3449 | return -ENOMEM; |
| 3450 | if (IS_SETLKW(cmd)) |
| 3451 | data->arg.block = 1; |
| 3452 | if (reclaim != 0) |
| 3453 | data->arg.reclaim = 1; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 3454 | msg.rpc_argp = &data->arg, |
| 3455 | msg.rpc_resp = &data->res, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 3456 | task_setup_data.callback_data = data; |
| 3457 | task = rpc_run_task(&task_setup_data); |
Trond Myklebust | 7a1218a | 2006-03-20 18:11:10 -0500 | [diff] [blame] | 3458 | if (IS_ERR(task)) |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3459 | return PTR_ERR(task); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3460 | ret = nfs4_wait_for_completion_rpc_task(task); |
| 3461 | if (ret == 0) { |
| 3462 | ret = data->rpc_status; |
| 3463 | if (ret == -NFS4ERR_DENIED) |
| 3464 | ret = -EAGAIN; |
| 3465 | } else |
| 3466 | data->cancelled = 1; |
Trond Myklebust | e6b3c4d | 2006-11-11 22:18:03 -0500 | [diff] [blame] | 3467 | rpc_put_task(task); |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 3468 | dprintk("%s: done, ret = %d!\n", __func__, ret); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3469 | return ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3470 | } |
| 3471 | |
| 3472 | static int nfs4_lock_reclaim(struct nfs4_state *state, struct file_lock *request) |
| 3473 | { |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 3474 | struct nfs_server *server = NFS_SERVER(state->inode); |
| 3475 | struct nfs4_exception exception = { }; |
| 3476 | int err; |
| 3477 | |
| 3478 | do { |
Trond Myklebust | 42a2d13 | 2006-06-29 16:38:36 -0400 | [diff] [blame] | 3479 | /* Cache the lock if possible... */ |
| 3480 | if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0) |
| 3481 | return 0; |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 3482 | err = _nfs4_do_setlk(state, F_SETLK, request, 1); |
| 3483 | if (err != -NFS4ERR_DELAY) |
| 3484 | break; |
| 3485 | nfs4_handle_exception(server, err, &exception); |
| 3486 | } while (exception.retry); |
| 3487 | return err; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3488 | } |
| 3489 | |
| 3490 | static int nfs4_lock_expired(struct nfs4_state *state, struct file_lock *request) |
| 3491 | { |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 3492 | struct nfs_server *server = NFS_SERVER(state->inode); |
| 3493 | struct nfs4_exception exception = { }; |
| 3494 | int err; |
| 3495 | |
Trond Myklebust | 6bfc93e | 2005-11-04 15:39:36 -0500 | [diff] [blame] | 3496 | err = nfs4_set_lock_state(state, request); |
| 3497 | if (err != 0) |
| 3498 | return err; |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 3499 | do { |
Trond Myklebust | 42a2d13 | 2006-06-29 16:38:36 -0400 | [diff] [blame] | 3500 | if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0) |
| 3501 | return 0; |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 3502 | err = _nfs4_do_setlk(state, F_SETLK, request, 0); |
| 3503 | if (err != -NFS4ERR_DELAY) |
| 3504 | break; |
| 3505 | nfs4_handle_exception(server, err, &exception); |
| 3506 | } while (exception.retry); |
| 3507 | return err; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3508 | } |
| 3509 | |
| 3510 | static int _nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request) |
| 3511 | { |
David Howells | adfa6f9 | 2006-08-22 20:06:08 -0400 | [diff] [blame] | 3512 | struct nfs_client *clp = state->owner->so_client; |
Trond Myklebust | 01c3b86 | 2006-06-29 16:38:39 -0400 | [diff] [blame] | 3513 | unsigned char fl_flags = request->fl_flags; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3514 | int status; |
| 3515 | |
Trond Myklebust | 6bfc93e | 2005-11-04 15:39:36 -0500 | [diff] [blame] | 3516 | /* Is this a delegated open? */ |
Trond Myklebust | 6bfc93e | 2005-11-04 15:39:36 -0500 | [diff] [blame] | 3517 | status = nfs4_set_lock_state(state, request); |
| 3518 | if (status != 0) |
| 3519 | goto out; |
Trond Myklebust | 01c3b86 | 2006-06-29 16:38:39 -0400 | [diff] [blame] | 3520 | request->fl_flags |= FL_ACCESS; |
| 3521 | status = do_vfs_lock(request->fl_file, request); |
| 3522 | if (status < 0) |
| 3523 | goto out; |
| 3524 | down_read(&clp->cl_sem); |
| 3525 | if (test_bit(NFS_DELEGATED_STATE, &state->flags)) { |
| 3526 | struct nfs_inode *nfsi = NFS_I(state->inode); |
| 3527 | /* Yes: cache locks! */ |
| 3528 | down_read(&nfsi->rwsem); |
| 3529 | /* ...but avoid races with delegation recall... */ |
| 3530 | if (test_bit(NFS_DELEGATED_STATE, &state->flags)) { |
| 3531 | request->fl_flags = fl_flags & ~FL_SLEEP; |
| 3532 | status = do_vfs_lock(request->fl_file, request); |
| 3533 | up_read(&nfsi->rwsem); |
| 3534 | goto out_unlock; |
| 3535 | } |
| 3536 | up_read(&nfsi->rwsem); |
| 3537 | } |
Trond Myklebust | 6bfc93e | 2005-11-04 15:39:36 -0500 | [diff] [blame] | 3538 | status = _nfs4_do_setlk(state, cmd, request, 0); |
| 3539 | if (status != 0) |
Trond Myklebust | 01c3b86 | 2006-06-29 16:38:39 -0400 | [diff] [blame] | 3540 | goto out_unlock; |
Trond Myklebust | 6bfc93e | 2005-11-04 15:39:36 -0500 | [diff] [blame] | 3541 | /* Note: we always want to sleep here! */ |
Trond Myklebust | 01c3b86 | 2006-06-29 16:38:39 -0400 | [diff] [blame] | 3542 | request->fl_flags = fl_flags | FL_SLEEP; |
Trond Myklebust | 6bfc93e | 2005-11-04 15:39:36 -0500 | [diff] [blame] | 3543 | if (do_vfs_lock(request->fl_file, request) < 0) |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 3544 | printk(KERN_WARNING "%s: VFS is out of sync with lock manager!\n", __func__); |
Trond Myklebust | 01c3b86 | 2006-06-29 16:38:39 -0400 | [diff] [blame] | 3545 | out_unlock: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3546 | up_read(&clp->cl_sem); |
Trond Myklebust | 01c3b86 | 2006-06-29 16:38:39 -0400 | [diff] [blame] | 3547 | out: |
| 3548 | request->fl_flags = fl_flags; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3549 | return status; |
| 3550 | } |
| 3551 | |
| 3552 | static int nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request) |
| 3553 | { |
| 3554 | struct nfs4_exception exception = { }; |
| 3555 | int err; |
| 3556 | |
| 3557 | do { |
| 3558 | err = nfs4_handle_exception(NFS_SERVER(state->inode), |
| 3559 | _nfs4_proc_setlk(state, cmd, request), |
| 3560 | &exception); |
| 3561 | } while (exception.retry); |
| 3562 | return err; |
| 3563 | } |
| 3564 | |
| 3565 | static int |
| 3566 | nfs4_proc_lock(struct file *filp, int cmd, struct file_lock *request) |
| 3567 | { |
| 3568 | struct nfs_open_context *ctx; |
| 3569 | struct nfs4_state *state; |
| 3570 | unsigned long timeout = NFS4_LOCK_MINTIMEOUT; |
| 3571 | int status; |
| 3572 | |
| 3573 | /* verify open state */ |
Trond Myklebust | cd3758e | 2007-08-10 17:44:32 -0400 | [diff] [blame] | 3574 | ctx = nfs_file_open_context(filp); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3575 | state = ctx->state; |
| 3576 | |
| 3577 | if (request->fl_start < 0 || request->fl_end < 0) |
| 3578 | return -EINVAL; |
| 3579 | |
| 3580 | if (IS_GETLK(cmd)) |
| 3581 | return nfs4_proc_getlk(state, F_GETLK, request); |
| 3582 | |
| 3583 | if (!(IS_SETLK(cmd) || IS_SETLKW(cmd))) |
| 3584 | return -EINVAL; |
| 3585 | |
| 3586 | if (request->fl_type == F_UNLCK) |
| 3587 | return nfs4_proc_unlck(state, cmd, request); |
| 3588 | |
| 3589 | do { |
| 3590 | status = nfs4_proc_setlk(state, cmd, request); |
| 3591 | if ((status != -EAGAIN) || IS_SETLK(cmd)) |
| 3592 | break; |
| 3593 | timeout = nfs4_set_lock_task_retry(timeout); |
| 3594 | status = -ERESTARTSYS; |
| 3595 | if (signalled()) |
| 3596 | break; |
| 3597 | } while(status < 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3598 | return status; |
| 3599 | } |
| 3600 | |
Trond Myklebust | 888e694 | 2005-11-04 15:38:11 -0500 | [diff] [blame] | 3601 | int nfs4_lock_delegation_recall(struct nfs4_state *state, struct file_lock *fl) |
| 3602 | { |
| 3603 | struct nfs_server *server = NFS_SERVER(state->inode); |
| 3604 | struct nfs4_exception exception = { }; |
| 3605 | int err; |
| 3606 | |
| 3607 | err = nfs4_set_lock_state(state, fl); |
| 3608 | if (err != 0) |
| 3609 | goto out; |
| 3610 | do { |
| 3611 | err = _nfs4_do_setlk(state, F_SETLK, fl, 0); |
| 3612 | if (err != -NFS4ERR_DELAY) |
| 3613 | break; |
| 3614 | err = nfs4_handle_exception(server, err, &exception); |
| 3615 | } while (exception.retry); |
| 3616 | out: |
| 3617 | return err; |
| 3618 | } |
J. Bruce Fields | 6b3b549 | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 3619 | |
J. Bruce Fields | aa1870a | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 3620 | #define XATTR_NAME_NFSV4_ACL "system.nfs4_acl" |
| 3621 | |
J. Bruce Fields | 6b3b549 | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 3622 | int nfs4_setxattr(struct dentry *dentry, const char *key, const void *buf, |
| 3623 | size_t buflen, int flags) |
| 3624 | { |
J. Bruce Fields | 4b580ee | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 3625 | struct inode *inode = dentry->d_inode; |
| 3626 | |
| 3627 | if (strcmp(key, XATTR_NAME_NFSV4_ACL) != 0) |
| 3628 | return -EOPNOTSUPP; |
| 3629 | |
J. Bruce Fields | 4b580ee | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 3630 | return nfs4_proc_set_acl(inode, buf, buflen); |
J. Bruce Fields | 6b3b549 | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 3631 | } |
| 3632 | |
| 3633 | /* The getxattr man page suggests returning -ENODATA for unknown attributes, |
| 3634 | * and that's what we'll do for e.g. user attributes that haven't been set. |
| 3635 | * But we'll follow ext2/ext3's lead by returning -EOPNOTSUPP for unsupported |
| 3636 | * attributes in kernel-managed attribute namespaces. */ |
| 3637 | ssize_t nfs4_getxattr(struct dentry *dentry, const char *key, void *buf, |
| 3638 | size_t buflen) |
| 3639 | { |
J. Bruce Fields | aa1870a | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 3640 | struct inode *inode = dentry->d_inode; |
| 3641 | |
| 3642 | if (strcmp(key, XATTR_NAME_NFSV4_ACL) != 0) |
| 3643 | return -EOPNOTSUPP; |
| 3644 | |
| 3645 | return nfs4_proc_get_acl(inode, buf, buflen); |
J. Bruce Fields | 6b3b549 | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 3646 | } |
| 3647 | |
| 3648 | ssize_t nfs4_listxattr(struct dentry *dentry, char *buf, size_t buflen) |
| 3649 | { |
J. Bruce Fields | aa1870a | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 3650 | size_t len = strlen(XATTR_NAME_NFSV4_ACL) + 1; |
J. Bruce Fields | 6b3b549 | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 3651 | |
J. Bruce Fields | 096455a | 2006-03-20 23:23:42 -0500 | [diff] [blame] | 3652 | if (!nfs4_server_supports_acls(NFS_SERVER(dentry->d_inode))) |
| 3653 | return 0; |
J. Bruce Fields | 6b3b549 | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 3654 | if (buf && buflen < len) |
| 3655 | return -ERANGE; |
| 3656 | if (buf) |
J. Bruce Fields | aa1870a | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 3657 | memcpy(buf, XATTR_NAME_NFSV4_ACL, len); |
| 3658 | return len; |
J. Bruce Fields | 6b3b549 | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 3659 | } |
| 3660 | |
Trond Myklebust | 56659e9 | 2007-07-17 21:52:39 -0400 | [diff] [blame] | 3661 | int nfs4_proc_fs_locations(struct inode *dir, const struct qstr *name, |
Manoj Naik | 7aaa0b3 | 2006-06-09 09:34:23 -0400 | [diff] [blame] | 3662 | struct nfs4_fs_locations *fs_locations, struct page *page) |
Trond Myklebust | 683b57b | 2006-06-09 09:34:22 -0400 | [diff] [blame] | 3663 | { |
| 3664 | struct nfs_server *server = NFS_SERVER(dir); |
| 3665 | u32 bitmask[2] = { |
Manoj Naik | 361e624 | 2006-06-09 09:34:24 -0400 | [diff] [blame] | 3666 | [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS, |
| 3667 | [1] = FATTR4_WORD1_MOUNTED_ON_FILEID, |
Trond Myklebust | 683b57b | 2006-06-09 09:34:22 -0400 | [diff] [blame] | 3668 | }; |
| 3669 | struct nfs4_fs_locations_arg args = { |
| 3670 | .dir_fh = NFS_FH(dir), |
Trond Myklebust | c228fd3 | 2007-01-13 02:28:11 -0500 | [diff] [blame] | 3671 | .name = name, |
Trond Myklebust | 683b57b | 2006-06-09 09:34:22 -0400 | [diff] [blame] | 3672 | .page = page, |
| 3673 | .bitmask = bitmask, |
| 3674 | }; |
| 3675 | struct rpc_message msg = { |
| 3676 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS], |
| 3677 | .rpc_argp = &args, |
Manoj Naik | 7aaa0b3 | 2006-06-09 09:34:23 -0400 | [diff] [blame] | 3678 | .rpc_resp = fs_locations, |
Trond Myklebust | 683b57b | 2006-06-09 09:34:22 -0400 | [diff] [blame] | 3679 | }; |
| 3680 | int status; |
| 3681 | |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 3682 | dprintk("%s: start\n", __func__); |
Trond Myklebust | c228fd3 | 2007-01-13 02:28:11 -0500 | [diff] [blame] | 3683 | nfs_fattr_init(&fs_locations->fattr); |
Trond Myklebust | 683b57b | 2006-06-09 09:34:22 -0400 | [diff] [blame] | 3684 | fs_locations->server = server; |
Manoj Naik | 830b8e3 | 2006-06-09 09:34:25 -0400 | [diff] [blame] | 3685 | fs_locations->nlocations = 0; |
Trond Myklebust | 683b57b | 2006-06-09 09:34:22 -0400 | [diff] [blame] | 3686 | status = rpc_call_sync(server->client, &msg, 0); |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 3687 | dprintk("%s: returned status = %d\n", __func__, status); |
Trond Myklebust | 683b57b | 2006-06-09 09:34:22 -0400 | [diff] [blame] | 3688 | return status; |
| 3689 | } |
| 3690 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3691 | struct nfs4_state_recovery_ops nfs4_reboot_recovery_ops = { |
Trond Myklebust | 7eff03a | 2008-12-23 15:21:43 -0500 | [diff] [blame] | 3692 | .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT, |
Trond Myklebust | b79a4a1 | 2008-12-23 15:21:41 -0500 | [diff] [blame] | 3693 | .state_flag_bit = NFS_STATE_RECLAIM_REBOOT, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3694 | .recover_open = nfs4_open_reclaim, |
| 3695 | .recover_lock = nfs4_lock_reclaim, |
| 3696 | }; |
| 3697 | |
Trond Myklebust | b79a4a1 | 2008-12-23 15:21:41 -0500 | [diff] [blame] | 3698 | struct nfs4_state_recovery_ops nfs4_nograce_recovery_ops = { |
Trond Myklebust | 7eff03a | 2008-12-23 15:21:43 -0500 | [diff] [blame] | 3699 | .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE, |
Trond Myklebust | b79a4a1 | 2008-12-23 15:21:41 -0500 | [diff] [blame] | 3700 | .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3701 | .recover_open = nfs4_open_expired, |
| 3702 | .recover_lock = nfs4_lock_expired, |
| 3703 | }; |
| 3704 | |
Arjan van de Ven | 92e1d5b | 2007-02-12 00:55:39 -0800 | [diff] [blame] | 3705 | static const struct inode_operations nfs4_file_inode_operations = { |
J. Bruce Fields | 6b3b549 | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 3706 | .permission = nfs_permission, |
| 3707 | .getattr = nfs_getattr, |
| 3708 | .setattr = nfs_setattr, |
| 3709 | .getxattr = nfs4_getxattr, |
| 3710 | .setxattr = nfs4_setxattr, |
| 3711 | .listxattr = nfs4_listxattr, |
| 3712 | }; |
| 3713 | |
David Howells | 509de81 | 2006-08-22 20:06:11 -0400 | [diff] [blame] | 3714 | const struct nfs_rpc_ops nfs_v4_clientops = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3715 | .version = 4, /* protocol version */ |
| 3716 | .dentry_ops = &nfs4_dentry_operations, |
| 3717 | .dir_inode_ops = &nfs4_dir_inode_operations, |
J. Bruce Fields | 6b3b549 | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 3718 | .file_inode_ops = &nfs4_file_inode_operations, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3719 | .getroot = nfs4_proc_get_root, |
| 3720 | .getattr = nfs4_proc_getattr, |
| 3721 | .setattr = nfs4_proc_setattr, |
David Howells | 2b3de44 | 2006-08-22 20:06:09 -0400 | [diff] [blame] | 3722 | .lookupfh = nfs4_proc_lookupfh, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3723 | .lookup = nfs4_proc_lookup, |
| 3724 | .access = nfs4_proc_access, |
| 3725 | .readlink = nfs4_proc_readlink, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3726 | .create = nfs4_proc_create, |
| 3727 | .remove = nfs4_proc_remove, |
| 3728 | .unlink_setup = nfs4_proc_unlink_setup, |
| 3729 | .unlink_done = nfs4_proc_unlink_done, |
| 3730 | .rename = nfs4_proc_rename, |
| 3731 | .link = nfs4_proc_link, |
| 3732 | .symlink = nfs4_proc_symlink, |
| 3733 | .mkdir = nfs4_proc_mkdir, |
| 3734 | .rmdir = nfs4_proc_remove, |
| 3735 | .readdir = nfs4_proc_readdir, |
| 3736 | .mknod = nfs4_proc_mknod, |
| 3737 | .statfs = nfs4_proc_statfs, |
| 3738 | .fsinfo = nfs4_proc_fsinfo, |
| 3739 | .pathconf = nfs4_proc_pathconf, |
David Howells | e9326dc | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 3740 | .set_capabilities = nfs4_server_capabilities, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3741 | .decode_dirent = nfs4_decode_dirent, |
| 3742 | .read_setup = nfs4_proc_read_setup, |
Trond Myklebust | ec06c09 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 3743 | .read_done = nfs4_read_done, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3744 | .write_setup = nfs4_proc_write_setup, |
Trond Myklebust | 788e7a8 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 3745 | .write_done = nfs4_write_done, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3746 | .commit_setup = nfs4_proc_commit_setup, |
Trond Myklebust | 788e7a8 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 3747 | .commit_done = nfs4_commit_done, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3748 | .lock = nfs4_proc_lock, |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 3749 | .clear_acl_cache = nfs4_zap_acl_attr, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3750 | }; |
| 3751 | |
| 3752 | /* |
| 3753 | * Local variables: |
| 3754 | * c-basic-offset: 8 |
| 3755 | * End: |
| 3756 | */ |