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> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 39 | #include <linux/delay.h> |
| 40 | #include <linux/errno.h> |
| 41 | #include <linux/string.h> |
| 42 | #include <linux/sunrpc/clnt.h> |
| 43 | #include <linux/nfs.h> |
| 44 | #include <linux/nfs4.h> |
| 45 | #include <linux/nfs_fs.h> |
| 46 | #include <linux/nfs_page.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 47 | #include <linux/namei.h> |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 48 | #include <linux/mount.h> |
Benny Halevy | 99fe60d | 2009-04-01 09:22:29 -0400 | [diff] [blame] | 49 | #include <linux/module.h> |
Andy Adamson | 5a0ffe5 | 2009-04-01 09:23:18 -0400 | [diff] [blame] | 50 | #include <linux/sunrpc/bc_xprt.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" |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 56 | #include "callback.h" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 57 | |
| 58 | #define NFSDBG_FACILITY NFSDBG_PROC |
| 59 | |
Trond Myklebust | 2066fe8 | 2006-09-15 08:30:46 -0400 | [diff] [blame] | 60 | #define NFS4_POLL_RETRY_MIN (HZ/10) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 61 | #define NFS4_POLL_RETRY_MAX (15*HZ) |
| 62 | |
Trond Myklebust | a78cb57 | 2009-08-09 15:06:19 -0400 | [diff] [blame] | 63 | #define NFS4_MAX_LOOP_ON_RECOVER (10) |
| 64 | |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 65 | struct nfs4_opendata; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 66 | static int _nfs4_proc_open(struct nfs4_opendata *data); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 67 | static int nfs4_do_fsinfo(struct nfs_server *, struct nfs_fh *, struct nfs_fsinfo *); |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame] | 68 | static int nfs4_async_handle_error(struct rpc_task *, const struct nfs_server *, struct nfs4_state *); |
Trond Myklebust | 9936781 | 2007-07-17 21:52:41 -0400 | [diff] [blame] | 69 | static int _nfs4_proc_lookup(struct inode *dir, const struct qstr *name, struct nfs_fh *fhandle, struct nfs_fattr *fattr); |
| 70 | 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] | 71 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 72 | /* Prevent leaks of NFSv4 errors into userland */ |
WANG Cong | 46f72f5 | 2008-12-30 16:35:55 -0500 | [diff] [blame] | 73 | static int nfs4_map_errors(int err) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 74 | { |
Trond Myklebust | 52567b0 | 2009-10-23 14:46:42 -0400 | [diff] [blame] | 75 | if (err >= -1000) |
| 76 | return err; |
| 77 | switch (err) { |
| 78 | case -NFS4ERR_RESOURCE: |
| 79 | return -EREMOTEIO; |
| 80 | default: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 81 | dprintk("%s could not handle NFSv4 error %d\n", |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 82 | __func__, -err); |
Trond Myklebust | 52567b0 | 2009-10-23 14:46:42 -0400 | [diff] [blame] | 83 | break; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 84 | } |
Trond Myklebust | 52567b0 | 2009-10-23 14:46:42 -0400 | [diff] [blame] | 85 | return -EIO; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 86 | } |
| 87 | |
| 88 | /* |
| 89 | * This is our standard bitmap for GETATTR requests. |
| 90 | */ |
| 91 | const u32 nfs4_fattr_bitmap[2] = { |
| 92 | FATTR4_WORD0_TYPE |
| 93 | | FATTR4_WORD0_CHANGE |
| 94 | | FATTR4_WORD0_SIZE |
| 95 | | FATTR4_WORD0_FSID |
| 96 | | FATTR4_WORD0_FILEID, |
| 97 | FATTR4_WORD1_MODE |
| 98 | | FATTR4_WORD1_NUMLINKS |
| 99 | | FATTR4_WORD1_OWNER |
| 100 | | FATTR4_WORD1_OWNER_GROUP |
| 101 | | FATTR4_WORD1_RAWDEV |
| 102 | | FATTR4_WORD1_SPACE_USED |
| 103 | | FATTR4_WORD1_TIME_ACCESS |
| 104 | | FATTR4_WORD1_TIME_METADATA |
| 105 | | FATTR4_WORD1_TIME_MODIFY |
| 106 | }; |
| 107 | |
| 108 | const u32 nfs4_statfs_bitmap[2] = { |
| 109 | FATTR4_WORD0_FILES_AVAIL |
| 110 | | FATTR4_WORD0_FILES_FREE |
| 111 | | FATTR4_WORD0_FILES_TOTAL, |
| 112 | FATTR4_WORD1_SPACE_AVAIL |
| 113 | | FATTR4_WORD1_SPACE_FREE |
| 114 | | FATTR4_WORD1_SPACE_TOTAL |
| 115 | }; |
| 116 | |
Trond Myklebust | 4ce7971 | 2005-06-22 17:16:21 +0000 | [diff] [blame] | 117 | const u32 nfs4_pathconf_bitmap[2] = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 118 | FATTR4_WORD0_MAXLINK |
| 119 | | FATTR4_WORD0_MAXNAME, |
| 120 | 0 |
| 121 | }; |
| 122 | |
| 123 | const u32 nfs4_fsinfo_bitmap[2] = { FATTR4_WORD0_MAXFILESIZE |
| 124 | | FATTR4_WORD0_MAXREAD |
| 125 | | FATTR4_WORD0_MAXWRITE |
| 126 | | FATTR4_WORD0_LEASE_TIME, |
| 127 | 0 |
| 128 | }; |
| 129 | |
Manoj Naik | 830b8e3 | 2006-06-09 09:34:25 -0400 | [diff] [blame] | 130 | const u32 nfs4_fs_locations_bitmap[2] = { |
| 131 | FATTR4_WORD0_TYPE |
| 132 | | FATTR4_WORD0_CHANGE |
| 133 | | FATTR4_WORD0_SIZE |
| 134 | | FATTR4_WORD0_FSID |
| 135 | | FATTR4_WORD0_FILEID |
| 136 | | FATTR4_WORD0_FS_LOCATIONS, |
| 137 | FATTR4_WORD1_MODE |
| 138 | | FATTR4_WORD1_NUMLINKS |
| 139 | | FATTR4_WORD1_OWNER |
| 140 | | FATTR4_WORD1_OWNER_GROUP |
| 141 | | FATTR4_WORD1_RAWDEV |
| 142 | | FATTR4_WORD1_SPACE_USED |
| 143 | | FATTR4_WORD1_TIME_ACCESS |
| 144 | | FATTR4_WORD1_TIME_METADATA |
| 145 | | FATTR4_WORD1_TIME_MODIFY |
| 146 | | FATTR4_WORD1_MOUNTED_ON_FILEID |
| 147 | }; |
| 148 | |
Al Viro | bc4785c | 2006-10-19 23:28:51 -0700 | [diff] [blame] | 149 | static void nfs4_setup_readdir(u64 cookie, __be32 *verifier, struct dentry *dentry, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 150 | struct nfs4_readdir_arg *readdir) |
| 151 | { |
Al Viro | 0dbb4c6 | 2006-10-19 23:28:49 -0700 | [diff] [blame] | 152 | __be32 *start, *p; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 153 | |
| 154 | BUG_ON(readdir->count < 80); |
| 155 | if (cookie > 2) { |
Adrian Bunk | b7ef195 | 2005-06-22 17:16:28 +0000 | [diff] [blame] | 156 | readdir->cookie = cookie; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 157 | memcpy(&readdir->verifier, verifier, sizeof(readdir->verifier)); |
| 158 | return; |
| 159 | } |
| 160 | |
| 161 | readdir->cookie = 0; |
| 162 | memset(&readdir->verifier, 0, sizeof(readdir->verifier)); |
| 163 | if (cookie == 2) |
| 164 | return; |
| 165 | |
| 166 | /* |
| 167 | * NFSv4 servers do not return entries for '.' and '..' |
| 168 | * Therefore, we fake these entries here. We let '.' |
| 169 | * have cookie 0 and '..' have cookie 1. Note that |
| 170 | * when talking to the server, we always send cookie 0 |
| 171 | * instead of 1 or 2. |
| 172 | */ |
Al Viro | 0dbb4c6 | 2006-10-19 23:28:49 -0700 | [diff] [blame] | 173 | start = p = kmap_atomic(*readdir->pages, KM_USER0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 174 | |
| 175 | if (cookie == 0) { |
| 176 | *p++ = xdr_one; /* next */ |
| 177 | *p++ = xdr_zero; /* cookie, first word */ |
| 178 | *p++ = xdr_one; /* cookie, second word */ |
| 179 | *p++ = xdr_one; /* entry len */ |
| 180 | memcpy(p, ".\0\0\0", 4); /* entry */ |
| 181 | p++; |
| 182 | *p++ = xdr_one; /* bitmap length */ |
| 183 | *p++ = htonl(FATTR4_WORD0_FILEID); /* bitmap */ |
| 184 | *p++ = htonl(8); /* attribute buffer length */ |
Peter Staubach | 4e769b9 | 2007-08-03 15:07:10 -0400 | [diff] [blame] | 185 | p = xdr_encode_hyper(p, NFS_FILEID(dentry->d_inode)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 186 | } |
| 187 | |
| 188 | *p++ = xdr_one; /* next */ |
| 189 | *p++ = xdr_zero; /* cookie, first word */ |
| 190 | *p++ = xdr_two; /* cookie, second word */ |
| 191 | *p++ = xdr_two; /* entry len */ |
| 192 | memcpy(p, "..\0\0", 4); /* entry */ |
| 193 | p++; |
| 194 | *p++ = xdr_one; /* bitmap length */ |
| 195 | *p++ = htonl(FATTR4_WORD0_FILEID); /* bitmap */ |
| 196 | *p++ = htonl(8); /* attribute buffer length */ |
Peter Staubach | 4e769b9 | 2007-08-03 15:07:10 -0400 | [diff] [blame] | 197 | p = xdr_encode_hyper(p, NFS_FILEID(dentry->d_parent->d_inode)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 198 | |
| 199 | readdir->pgbase = (char *)p - (char *)start; |
| 200 | readdir->count -= readdir->pgbase; |
| 201 | kunmap_atomic(start, KM_USER0); |
| 202 | } |
| 203 | |
Trond Myklebust | 65de872 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 204 | static int nfs4_wait_clnt_recover(struct nfs_client *clp) |
| 205 | { |
| 206 | int res; |
| 207 | |
| 208 | might_sleep(); |
| 209 | |
Trond Myklebust | e005e80 | 2008-12-23 15:21:48 -0500 | [diff] [blame] | 210 | res = wait_on_bit(&clp->cl_state, NFS4CLNT_MANAGER_RUNNING, |
Trond Myklebust | 72cb77f | 2009-03-11 14:10:30 -0400 | [diff] [blame] | 211 | nfs_wait_bit_killable, TASK_KILLABLE); |
Trond Myklebust | 65de872 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 212 | return res; |
| 213 | } |
| 214 | |
| 215 | static int nfs4_delay(struct rpc_clnt *clnt, long *timeout) |
| 216 | { |
| 217 | int res = 0; |
| 218 | |
| 219 | might_sleep(); |
| 220 | |
| 221 | if (*timeout <= 0) |
| 222 | *timeout = NFS4_POLL_RETRY_MIN; |
| 223 | if (*timeout > NFS4_POLL_RETRY_MAX) |
| 224 | *timeout = NFS4_POLL_RETRY_MAX; |
| 225 | schedule_timeout_killable(*timeout); |
| 226 | if (fatal_signal_pending(current)) |
| 227 | res = -ERESTARTSYS; |
| 228 | *timeout <<= 1; |
| 229 | return res; |
| 230 | } |
| 231 | |
| 232 | /* This is the error handling routine for processes that are allowed |
| 233 | * to sleep. |
| 234 | */ |
| 235 | static int nfs4_handle_exception(const struct nfs_server *server, int errorcode, struct nfs4_exception *exception) |
| 236 | { |
| 237 | struct nfs_client *clp = server->nfs_client; |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame] | 238 | struct nfs4_state *state = exception->state; |
Trond Myklebust | 65de872 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 239 | int ret = errorcode; |
| 240 | |
| 241 | exception->retry = 0; |
| 242 | switch(errorcode) { |
| 243 | case 0: |
| 244 | return 0; |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame] | 245 | case -NFS4ERR_ADMIN_REVOKED: |
| 246 | case -NFS4ERR_BAD_STATEID: |
| 247 | case -NFS4ERR_OPENMODE: |
| 248 | if (state == NULL) |
| 249 | break; |
| 250 | nfs4_state_mark_reclaim_nograce(clp, state); |
Trond Myklebust | 65de872 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 251 | case -NFS4ERR_STALE_CLIENTID: |
| 252 | case -NFS4ERR_STALE_STATEID: |
| 253 | case -NFS4ERR_EXPIRED: |
| 254 | nfs4_schedule_state_recovery(clp); |
| 255 | ret = nfs4_wait_clnt_recover(clp); |
| 256 | if (ret == 0) |
| 257 | exception->retry = 1; |
Andy Adamson | 4745e31 | 2009-04-01 09:22:42 -0400 | [diff] [blame] | 258 | #if !defined(CONFIG_NFS_V4_1) |
Trond Myklebust | 65de872 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 259 | break; |
Andy Adamson | 4745e31 | 2009-04-01 09:22:42 -0400 | [diff] [blame] | 260 | #else /* !defined(CONFIG_NFS_V4_1) */ |
| 261 | if (!nfs4_has_session(server->nfs_client)) |
| 262 | break; |
| 263 | /* FALLTHROUGH */ |
| 264 | case -NFS4ERR_BADSESSION: |
| 265 | case -NFS4ERR_BADSLOT: |
| 266 | case -NFS4ERR_BAD_HIGH_SLOT: |
| 267 | case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION: |
| 268 | case -NFS4ERR_DEADSESSION: |
| 269 | case -NFS4ERR_SEQ_FALSE_RETRY: |
| 270 | case -NFS4ERR_SEQ_MISORDERED: |
| 271 | dprintk("%s ERROR: %d Reset session\n", __func__, |
| 272 | errorcode); |
Andy Adamson | 0b9e2d4 | 2009-12-04 16:02:14 -0500 | [diff] [blame] | 273 | nfs4_schedule_state_recovery(clp); |
Andy Adamson | 4745e31 | 2009-04-01 09:22:42 -0400 | [diff] [blame] | 274 | exception->retry = 1; |
Andy Adamson | b917923 | 2009-12-04 15:55:32 -0500 | [diff] [blame] | 275 | break; |
Andy Adamson | 4745e31 | 2009-04-01 09:22:42 -0400 | [diff] [blame] | 276 | #endif /* !defined(CONFIG_NFS_V4_1) */ |
Trond Myklebust | 65de872 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 277 | case -NFS4ERR_FILE_OPEN: |
NeilBrown | 44ed355 | 2009-12-03 15:58:56 -0500 | [diff] [blame] | 278 | if (exception->timeout > HZ) { |
| 279 | /* We have retried a decent amount, time to |
| 280 | * fail |
| 281 | */ |
| 282 | ret = -EBUSY; |
| 283 | break; |
| 284 | } |
Trond Myklebust | 65de872 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 285 | case -NFS4ERR_GRACE: |
| 286 | case -NFS4ERR_DELAY: |
| 287 | ret = nfs4_delay(server->client, &exception->timeout); |
| 288 | if (ret != 0) |
| 289 | break; |
| 290 | case -NFS4ERR_OLD_STATEID: |
| 291 | exception->retry = 1; |
| 292 | } |
| 293 | /* We failed to handle the error */ |
| 294 | return nfs4_map_errors(ret); |
| 295 | } |
| 296 | |
| 297 | |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 298 | static void renew_lease(const struct nfs_server *server, unsigned long timestamp) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 299 | { |
David Howells | 7539bba | 2006-08-22 20:06:09 -0400 | [diff] [blame] | 300 | struct nfs_client *clp = server->nfs_client; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 301 | spin_lock(&clp->cl_lock); |
| 302 | if (time_before(clp->cl_last_renewal,timestamp)) |
| 303 | clp->cl_last_renewal = timestamp; |
| 304 | spin_unlock(&clp->cl_lock); |
| 305 | } |
| 306 | |
Andy Adamson | cccef3b | 2009-04-01 09:22:03 -0400 | [diff] [blame] | 307 | #if defined(CONFIG_NFS_V4_1) |
| 308 | |
Benny Halevy | 510b817 | 2009-04-01 09:22:14 -0400 | [diff] [blame] | 309 | /* |
Andy Adamson | e2c4ab3 | 2009-04-01 09:22:16 -0400 | [diff] [blame] | 310 | * nfs4_free_slot - free a slot and efficiently update slot table. |
| 311 | * |
| 312 | * freeing a slot is trivially done by clearing its respective bit |
| 313 | * in the bitmap. |
| 314 | * If the freed slotid equals highest_used_slotid we want to update it |
| 315 | * so that the server would be able to size down the slot table if needed, |
| 316 | * otherwise we know that the highest_used_slotid is still in use. |
| 317 | * When updating highest_used_slotid there may be "holes" in the bitmap |
| 318 | * so we need to scan down from highest_used_slotid to 0 looking for the now |
| 319 | * highest slotid in use. |
| 320 | * If none found, highest_used_slotid is set to -1. |
Trond Myklebust | 35dc1d7 | 2009-12-05 19:32:19 -0500 | [diff] [blame] | 321 | * |
| 322 | * Must be called while holding tbl->slot_tbl_lock |
Andy Adamson | e2c4ab3 | 2009-04-01 09:22:16 -0400 | [diff] [blame] | 323 | */ |
| 324 | static void |
| 325 | nfs4_free_slot(struct nfs4_slot_table *tbl, u8 free_slotid) |
| 326 | { |
| 327 | int slotid = free_slotid; |
| 328 | |
Andy Adamson | e2c4ab3 | 2009-04-01 09:22:16 -0400 | [diff] [blame] | 329 | /* clear used bit in bitmap */ |
| 330 | __clear_bit(slotid, tbl->used_slots); |
| 331 | |
| 332 | /* update highest_used_slotid when it is freed */ |
| 333 | if (slotid == tbl->highest_used_slotid) { |
| 334 | slotid = find_last_bit(tbl->used_slots, tbl->max_slots); |
Trond Myklebust | bcb5616 | 2009-12-05 19:32:19 -0500 | [diff] [blame] | 335 | if (slotid < tbl->max_slots) |
Andy Adamson | e2c4ab3 | 2009-04-01 09:22:16 -0400 | [diff] [blame] | 336 | tbl->highest_used_slotid = slotid; |
| 337 | else |
| 338 | tbl->highest_used_slotid = -1; |
| 339 | } |
Andy Adamson | e2c4ab3 | 2009-04-01 09:22:16 -0400 | [diff] [blame] | 340 | dprintk("%s: free_slotid %u highest_used_slotid %d\n", __func__, |
| 341 | free_slotid, tbl->highest_used_slotid); |
| 342 | } |
| 343 | |
Trond Myklebust | d61e612 | 2009-12-05 19:32:19 -0500 | [diff] [blame] | 344 | static void nfs41_sequence_free_slot(const struct nfs_client *clp, |
Andy Adamson | 1361587 | 2009-04-01 09:22:17 -0400 | [diff] [blame] | 345 | struct nfs4_sequence_res *res) |
| 346 | { |
| 347 | struct nfs4_slot_table *tbl; |
| 348 | |
Andy Adamson | 1361587 | 2009-04-01 09:22:17 -0400 | [diff] [blame] | 349 | tbl = &clp->cl_session->fc_slot_table; |
| 350 | if (res->sr_slotid == NFS4_MAX_SLOT_TABLE) { |
Andy Adamson | 1361587 | 2009-04-01 09:22:17 -0400 | [diff] [blame] | 351 | /* just wake up the next guy waiting since |
| 352 | * we may have not consumed a slot after all */ |
Andy Adamson | 691daf3 | 2009-12-04 15:55:39 -0500 | [diff] [blame] | 353 | dprintk("%s: No slot\n", __func__); |
Trond Myklebust | 35dc1d7 | 2009-12-05 19:32:19 -0500 | [diff] [blame] | 354 | return; |
Andy Adamson | 1361587 | 2009-04-01 09:22:17 -0400 | [diff] [blame] | 355 | } |
Andy Adamson | ea028ac | 2009-12-04 15:55:38 -0500 | [diff] [blame] | 356 | |
Trond Myklebust | 35dc1d7 | 2009-12-05 19:32:19 -0500 | [diff] [blame] | 357 | spin_lock(&tbl->slot_tbl_lock); |
| 358 | nfs4_free_slot(tbl, res->sr_slotid); |
| 359 | |
Andy Adamson | ea028ac | 2009-12-04 15:55:38 -0500 | [diff] [blame] | 360 | /* Signal state manager thread if session is drained */ |
| 361 | if (test_bit(NFS4CLNT_SESSION_DRAINING, &clp->cl_state)) { |
Andy Adamson | ea028ac | 2009-12-04 15:55:38 -0500 | [diff] [blame] | 362 | if (tbl->highest_used_slotid == -1) { |
| 363 | dprintk("%s COMPLETE: Session Drained\n", __func__); |
| 364 | complete(&clp->cl_session->complete); |
| 365 | } |
Trond Myklebust | bcb5616 | 2009-12-05 19:32:19 -0500 | [diff] [blame] | 366 | } else |
Andy Adamson | 691daf3 | 2009-12-04 15:55:39 -0500 | [diff] [blame] | 367 | rpc_wake_up_next(&tbl->slot_tbl_waitq); |
Trond Myklebust | 35dc1d7 | 2009-12-05 19:32:19 -0500 | [diff] [blame] | 368 | spin_unlock(&tbl->slot_tbl_lock); |
| 369 | res->sr_slotid = NFS4_MAX_SLOT_TABLE; |
Andy Adamson | 1361587 | 2009-04-01 09:22:17 -0400 | [diff] [blame] | 370 | } |
| 371 | |
Andy Adamson | b0df806 | 2009-04-01 09:22:18 -0400 | [diff] [blame] | 372 | static void nfs41_sequence_done(struct nfs_client *clp, |
| 373 | struct nfs4_sequence_res *res, |
| 374 | int rpc_status) |
| 375 | { |
| 376 | unsigned long timestamp; |
| 377 | struct nfs4_slot_table *tbl; |
| 378 | struct nfs4_slot *slot; |
| 379 | |
| 380 | /* |
| 381 | * sr_status remains 1 if an RPC level error occurred. The server |
| 382 | * may or may not have processed the sequence operation.. |
| 383 | * Proceed as if the server received and processed the sequence |
| 384 | * operation. |
| 385 | */ |
| 386 | if (res->sr_status == 1) |
| 387 | res->sr_status = NFS_OK; |
| 388 | |
| 389 | /* -ERESTARTSYS can result in skipping nfs41_sequence_setup */ |
| 390 | if (res->sr_slotid == NFS4_MAX_SLOT_TABLE) |
| 391 | goto out; |
| 392 | |
Andy Adamson | 691daf3 | 2009-12-04 15:55:39 -0500 | [diff] [blame] | 393 | /* Check the SEQUENCE operation status */ |
Andy Adamson | b0df806 | 2009-04-01 09:22:18 -0400 | [diff] [blame] | 394 | if (res->sr_status == 0) { |
Andy Adamson | 691daf3 | 2009-12-04 15:55:39 -0500 | [diff] [blame] | 395 | tbl = &clp->cl_session->fc_slot_table; |
| 396 | slot = tbl->slots + res->sr_slotid; |
Andy Adamson | b0df806 | 2009-04-01 09:22:18 -0400 | [diff] [blame] | 397 | /* Update the slot's sequence and clientid lease timer */ |
| 398 | ++slot->seq_nr; |
| 399 | timestamp = res->sr_renewal_time; |
| 400 | spin_lock(&clp->cl_lock); |
| 401 | if (time_before(clp->cl_last_renewal, timestamp)) |
| 402 | clp->cl_last_renewal = timestamp; |
| 403 | spin_unlock(&clp->cl_lock); |
Alexandros Batsakis | 0629e37 | 2009-12-05 13:46:14 -0500 | [diff] [blame] | 404 | /* Check sequence flags */ |
| 405 | nfs41_handle_sequence_flag_errors(clp, res->sr_status_flags); |
Andy Adamson | b0df806 | 2009-04-01 09:22:18 -0400 | [diff] [blame] | 406 | } |
| 407 | out: |
| 408 | /* The session may be reset by one of the error handlers. */ |
| 409 | dprintk("%s: Error %d free the slot \n", __func__, res->sr_status); |
| 410 | nfs41_sequence_free_slot(clp, res); |
| 411 | } |
| 412 | |
Andy Adamson | e2c4ab3 | 2009-04-01 09:22:16 -0400 | [diff] [blame] | 413 | /* |
Benny Halevy | 510b817 | 2009-04-01 09:22:14 -0400 | [diff] [blame] | 414 | * nfs4_find_slot - efficiently look for a free slot |
| 415 | * |
| 416 | * nfs4_find_slot looks for an unset bit in the used_slots bitmap. |
| 417 | * If found, we mark the slot as used, update the highest_used_slotid, |
| 418 | * and respectively set up the sequence operation args. |
| 419 | * The slot number is returned if found, or NFS4_MAX_SLOT_TABLE otherwise. |
Andy Adamson | fbcd4ab | 2009-04-01 09:22:15 -0400 | [diff] [blame] | 420 | * |
| 421 | * Note: must be called with under the slot_tbl_lock. |
Benny Halevy | 510b817 | 2009-04-01 09:22:14 -0400 | [diff] [blame] | 422 | */ |
| 423 | static u8 |
| 424 | nfs4_find_slot(struct nfs4_slot_table *tbl, struct rpc_task *task) |
| 425 | { |
| 426 | int slotid; |
| 427 | u8 ret_id = NFS4_MAX_SLOT_TABLE; |
| 428 | BUILD_BUG_ON((u8)NFS4_MAX_SLOT_TABLE != (int)NFS4_MAX_SLOT_TABLE); |
| 429 | |
Benny Halevy | 510b817 | 2009-04-01 09:22:14 -0400 | [diff] [blame] | 430 | dprintk("--> %s used_slots=%04lx highest_used=%d max_slots=%d\n", |
| 431 | __func__, tbl->used_slots[0], tbl->highest_used_slotid, |
| 432 | tbl->max_slots); |
| 433 | slotid = find_first_zero_bit(tbl->used_slots, tbl->max_slots); |
| 434 | if (slotid >= tbl->max_slots) |
| 435 | goto out; |
| 436 | __set_bit(slotid, tbl->used_slots); |
| 437 | if (slotid > tbl->highest_used_slotid) |
| 438 | tbl->highest_used_slotid = slotid; |
| 439 | ret_id = slotid; |
| 440 | out: |
| 441 | dprintk("<-- %s used_slots=%04lx highest_used=%d slotid=%d \n", |
| 442 | __func__, tbl->used_slots[0], tbl->highest_used_slotid, ret_id); |
Benny Halevy | 510b817 | 2009-04-01 09:22:14 -0400 | [diff] [blame] | 443 | return ret_id; |
| 444 | } |
| 445 | |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 446 | static int nfs41_setup_sequence(struct nfs4_session *session, |
| 447 | struct nfs4_sequence_args *args, |
| 448 | struct nfs4_sequence_res *res, |
| 449 | int cache_reply, |
| 450 | struct rpc_task *task) |
| 451 | { |
Andy Adamson | fbcd4ab | 2009-04-01 09:22:15 -0400 | [diff] [blame] | 452 | struct nfs4_slot *slot; |
| 453 | struct nfs4_slot_table *tbl; |
| 454 | u8 slotid; |
| 455 | |
| 456 | dprintk("--> %s\n", __func__); |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 457 | /* slot already allocated? */ |
| 458 | if (res->sr_slotid != NFS4_MAX_SLOT_TABLE) |
| 459 | return 0; |
| 460 | |
| 461 | memset(res, 0, sizeof(*res)); |
| 462 | res->sr_slotid = NFS4_MAX_SLOT_TABLE; |
Andy Adamson | fbcd4ab | 2009-04-01 09:22:15 -0400 | [diff] [blame] | 463 | tbl = &session->fc_slot_table; |
| 464 | |
| 465 | spin_lock(&tbl->slot_tbl_lock); |
Andy Adamson | 0b9e2d4 | 2009-12-04 16:02:14 -0500 | [diff] [blame] | 466 | if (test_bit(NFS4CLNT_SESSION_DRAINING, &session->clp->cl_state)) { |
Andy Adamson | ea028ac | 2009-12-04 15:55:38 -0500 | [diff] [blame] | 467 | /* |
| 468 | * The state manager will wait until the slot table is empty. |
| 469 | * Schedule the reset thread |
| 470 | */ |
Andy Adamson | 05f0d23 | 2009-12-04 15:55:37 -0500 | [diff] [blame] | 471 | rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL); |
Andy Adamson | b069d94 | 2009-04-01 09:22:43 -0400 | [diff] [blame] | 472 | spin_unlock(&tbl->slot_tbl_lock); |
Trond Myklebust | bcb5616 | 2009-12-05 19:32:19 -0500 | [diff] [blame] | 473 | dprintk("%s Schedule Session Reset\n", __func__); |
Andy Adamson | 05f0d23 | 2009-12-04 15:55:37 -0500 | [diff] [blame] | 474 | return -EAGAIN; |
Andy Adamson | b069d94 | 2009-04-01 09:22:43 -0400 | [diff] [blame] | 475 | } |
| 476 | |
Andy Adamson | fbcd4ab | 2009-04-01 09:22:15 -0400 | [diff] [blame] | 477 | slotid = nfs4_find_slot(tbl, task); |
| 478 | if (slotid == NFS4_MAX_SLOT_TABLE) { |
| 479 | rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL); |
| 480 | spin_unlock(&tbl->slot_tbl_lock); |
| 481 | dprintk("<-- %s: no free slots\n", __func__); |
| 482 | return -EAGAIN; |
| 483 | } |
| 484 | spin_unlock(&tbl->slot_tbl_lock); |
| 485 | |
| 486 | slot = tbl->slots + slotid; |
Benny Halevy | 99fe60d | 2009-04-01 09:22:29 -0400 | [diff] [blame] | 487 | args->sa_session = session; |
Andy Adamson | fbcd4ab | 2009-04-01 09:22:15 -0400 | [diff] [blame] | 488 | args->sa_slotid = slotid; |
| 489 | args->sa_cache_this = cache_reply; |
| 490 | |
| 491 | dprintk("<-- %s slotid=%d seqid=%d\n", __func__, slotid, slot->seq_nr); |
| 492 | |
Benny Halevy | 99fe60d | 2009-04-01 09:22:29 -0400 | [diff] [blame] | 493 | res->sr_session = session; |
Andy Adamson | fbcd4ab | 2009-04-01 09:22:15 -0400 | [diff] [blame] | 494 | res->sr_slotid = slotid; |
| 495 | res->sr_renewal_time = jiffies; |
| 496 | /* |
| 497 | * sr_status is only set in decode_sequence, and so will remain |
| 498 | * set to 1 if an rpc level failure occurs. |
| 499 | */ |
| 500 | res->sr_status = 1; |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 501 | return 0; |
| 502 | } |
| 503 | |
| 504 | int nfs4_setup_sequence(struct nfs_client *clp, |
| 505 | struct nfs4_sequence_args *args, |
| 506 | struct nfs4_sequence_res *res, |
| 507 | int cache_reply, |
| 508 | struct rpc_task *task) |
| 509 | { |
| 510 | int ret = 0; |
| 511 | |
| 512 | dprintk("--> %s clp %p session %p sr_slotid %d\n", |
| 513 | __func__, clp, clp->cl_session, res->sr_slotid); |
| 514 | |
| 515 | if (!nfs4_has_session(clp)) |
| 516 | goto out; |
| 517 | ret = nfs41_setup_sequence(clp->cl_session, args, res, cache_reply, |
| 518 | task); |
Andy Adamson | 2628edd | 2009-12-04 15:55:35 -0500 | [diff] [blame] | 519 | if (ret && ret != -EAGAIN) { |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 520 | /* terminate rpc task */ |
| 521 | task->tk_status = ret; |
| 522 | task->tk_action = NULL; |
| 523 | } |
| 524 | out: |
| 525 | dprintk("<-- %s status=%d\n", __func__, ret); |
| 526 | return ret; |
| 527 | } |
| 528 | |
| 529 | struct nfs41_call_sync_data { |
| 530 | struct nfs_client *clp; |
| 531 | struct nfs4_sequence_args *seq_args; |
| 532 | struct nfs4_sequence_res *seq_res; |
| 533 | int cache_reply; |
| 534 | }; |
| 535 | |
| 536 | static void nfs41_call_sync_prepare(struct rpc_task *task, void *calldata) |
| 537 | { |
| 538 | struct nfs41_call_sync_data *data = calldata; |
| 539 | |
| 540 | dprintk("--> %s data->clp->cl_session %p\n", __func__, |
| 541 | data->clp->cl_session); |
| 542 | if (nfs4_setup_sequence(data->clp, data->seq_args, |
| 543 | data->seq_res, data->cache_reply, task)) |
| 544 | return; |
| 545 | rpc_call_start(task); |
| 546 | } |
| 547 | |
Andy Adamson | 69ab40c | 2009-04-01 09:22:19 -0400 | [diff] [blame] | 548 | static void nfs41_call_sync_done(struct rpc_task *task, void *calldata) |
| 549 | { |
| 550 | struct nfs41_call_sync_data *data = calldata; |
| 551 | |
| 552 | nfs41_sequence_done(data->clp, data->seq_res, task->tk_status); |
Andy Adamson | 69ab40c | 2009-04-01 09:22:19 -0400 | [diff] [blame] | 553 | } |
| 554 | |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 555 | struct rpc_call_ops nfs41_call_sync_ops = { |
| 556 | .rpc_call_prepare = nfs41_call_sync_prepare, |
Andy Adamson | 69ab40c | 2009-04-01 09:22:19 -0400 | [diff] [blame] | 557 | .rpc_call_done = nfs41_call_sync_done, |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 558 | }; |
| 559 | |
| 560 | static int nfs4_call_sync_sequence(struct nfs_client *clp, |
| 561 | struct rpc_clnt *clnt, |
| 562 | struct rpc_message *msg, |
| 563 | struct nfs4_sequence_args *args, |
| 564 | struct nfs4_sequence_res *res, |
| 565 | int cache_reply) |
| 566 | { |
| 567 | int ret; |
| 568 | struct rpc_task *task; |
| 569 | struct nfs41_call_sync_data data = { |
| 570 | .clp = clp, |
| 571 | .seq_args = args, |
| 572 | .seq_res = res, |
| 573 | .cache_reply = cache_reply, |
| 574 | }; |
| 575 | struct rpc_task_setup task_setup = { |
| 576 | .rpc_client = clnt, |
| 577 | .rpc_message = msg, |
| 578 | .callback_ops = &nfs41_call_sync_ops, |
| 579 | .callback_data = &data |
| 580 | }; |
| 581 | |
| 582 | res->sr_slotid = NFS4_MAX_SLOT_TABLE; |
| 583 | task = rpc_run_task(&task_setup); |
| 584 | if (IS_ERR(task)) |
| 585 | ret = PTR_ERR(task); |
| 586 | else { |
| 587 | ret = task->tk_status; |
| 588 | rpc_put_task(task); |
| 589 | } |
| 590 | return ret; |
| 591 | } |
| 592 | |
Andy Adamson | cccef3b | 2009-04-01 09:22:03 -0400 | [diff] [blame] | 593 | int _nfs4_call_sync_session(struct nfs_server *server, |
| 594 | struct rpc_message *msg, |
| 595 | struct nfs4_sequence_args *args, |
| 596 | struct nfs4_sequence_res *res, |
| 597 | int cache_reply) |
| 598 | { |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 599 | return nfs4_call_sync_sequence(server->nfs_client, server->client, |
| 600 | msg, args, res, cache_reply); |
Andy Adamson | cccef3b | 2009-04-01 09:22:03 -0400 | [diff] [blame] | 601 | } |
| 602 | |
| 603 | #endif /* CONFIG_NFS_V4_1 */ |
| 604 | |
| 605 | int _nfs4_call_sync(struct nfs_server *server, |
| 606 | struct rpc_message *msg, |
| 607 | struct nfs4_sequence_args *args, |
| 608 | struct nfs4_sequence_res *res, |
| 609 | int cache_reply) |
| 610 | { |
Benny Halevy | f375297 | 2009-04-01 09:22:04 -0400 | [diff] [blame] | 611 | args->sa_session = res->sr_session = NULL; |
Andy Adamson | cccef3b | 2009-04-01 09:22:03 -0400 | [diff] [blame] | 612 | return rpc_call_sync(server->client, msg, 0); |
| 613 | } |
| 614 | |
| 615 | #define nfs4_call_sync(server, msg, args, res, cache_reply) \ |
| 616 | (server)->nfs_client->cl_call_sync((server), (msg), &(args)->seq_args, \ |
| 617 | &(res)->seq_res, (cache_reply)) |
| 618 | |
Andy Adamson | b0df806 | 2009-04-01 09:22:18 -0400 | [diff] [blame] | 619 | static void nfs4_sequence_done(const struct nfs_server *server, |
| 620 | struct nfs4_sequence_res *res, int rpc_status) |
| 621 | { |
| 622 | #ifdef CONFIG_NFS_V4_1 |
| 623 | if (nfs4_has_session(server->nfs_client)) |
| 624 | nfs41_sequence_done(server->nfs_client, res, rpc_status); |
| 625 | #endif /* CONFIG_NFS_V4_1 */ |
| 626 | } |
| 627 | |
Trond Myklebust | 38478b2 | 2006-05-25 01:40:57 -0400 | [diff] [blame] | 628 | static void update_changeattr(struct inode *dir, struct nfs4_change_info *cinfo) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 629 | { |
Trond Myklebust | 38478b2 | 2006-05-25 01:40:57 -0400 | [diff] [blame] | 630 | struct nfs_inode *nfsi = NFS_I(dir); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 631 | |
Trond Myklebust | 38478b2 | 2006-05-25 01:40:57 -0400 | [diff] [blame] | 632 | spin_lock(&dir->i_lock); |
Trond Myklebust | 40d2470 | 2007-10-08 09:24:22 -0400 | [diff] [blame] | 633 | nfsi->cache_validity |= NFS_INO_INVALID_ATTR|NFS_INO_REVAL_PAGECACHE|NFS_INO_INVALID_DATA; |
| 634 | if (!cinfo->atomic || cinfo->before != nfsi->change_attr) |
Trond Myklebust | bfc69a4 | 2007-10-15 18:18:29 -0400 | [diff] [blame] | 635 | nfs_force_lookup_revalidate(dir); |
Trond Myklebust | 40d2470 | 2007-10-08 09:24:22 -0400 | [diff] [blame] | 636 | nfsi->change_attr = cinfo->after; |
Trond Myklebust | 38478b2 | 2006-05-25 01:40:57 -0400 | [diff] [blame] | 637 | spin_unlock(&dir->i_lock); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 638 | } |
| 639 | |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 640 | struct nfs4_opendata { |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 641 | struct kref kref; |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 642 | struct nfs_openargs o_arg; |
| 643 | struct nfs_openres o_res; |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 644 | struct nfs_open_confirmargs c_arg; |
| 645 | struct nfs_open_confirmres c_res; |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 646 | struct nfs_fattr f_attr; |
| 647 | struct nfs_fattr dir_attr; |
Trond Myklebust | ad389da | 2007-06-05 12:30:00 -0400 | [diff] [blame] | 648 | struct path path; |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 649 | struct dentry *dir; |
| 650 | struct nfs4_state_owner *owner; |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 651 | struct nfs4_state *state; |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 652 | struct iattr attrs; |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 653 | unsigned long timestamp; |
Trond Myklebust | 3e30991 | 2007-07-07 13:19:59 -0400 | [diff] [blame] | 654 | unsigned int rpc_done : 1; |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 655 | int rpc_status; |
| 656 | int cancelled; |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 657 | }; |
| 658 | |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 659 | |
| 660 | static void nfs4_init_opendata_res(struct nfs4_opendata *p) |
| 661 | { |
| 662 | p->o_res.f_attr = &p->f_attr; |
| 663 | p->o_res.dir_attr = &p->dir_attr; |
Trond Myklebust | c1d5193 | 2008-04-07 13:20:54 -0400 | [diff] [blame] | 664 | p->o_res.seqid = p->o_arg.seqid; |
| 665 | p->c_res.seqid = p->c_arg.seqid; |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 666 | p->o_res.server = p->o_arg.server; |
| 667 | nfs_fattr_init(&p->f_attr); |
| 668 | nfs_fattr_init(&p->dir_attr); |
Benny Halevy | 578e458 | 2009-06-18 22:01:23 -0400 | [diff] [blame] | 669 | p->o_res.seq_res.sr_slotid = NFS4_MAX_SLOT_TABLE; |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 670 | } |
| 671 | |
Trond Myklebust | ad389da | 2007-06-05 12:30:00 -0400 | [diff] [blame] | 672 | static struct nfs4_opendata *nfs4_opendata_alloc(struct path *path, |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 673 | struct nfs4_state_owner *sp, fmode_t fmode, int flags, |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 674 | const struct iattr *attrs) |
| 675 | { |
Trond Myklebust | ad389da | 2007-06-05 12:30:00 -0400 | [diff] [blame] | 676 | struct dentry *parent = dget_parent(path->dentry); |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 677 | struct inode *dir = parent->d_inode; |
| 678 | struct nfs_server *server = NFS_SERVER(dir); |
| 679 | struct nfs4_opendata *p; |
| 680 | |
| 681 | p = kzalloc(sizeof(*p), GFP_KERNEL); |
| 682 | if (p == NULL) |
| 683 | goto err; |
| 684 | p->o_arg.seqid = nfs_alloc_seqid(&sp->so_seqid); |
| 685 | if (p->o_arg.seqid == NULL) |
| 686 | goto err_free; |
Trond Myklebust | ad389da | 2007-06-05 12:30:00 -0400 | [diff] [blame] | 687 | p->path.mnt = mntget(path->mnt); |
| 688 | p->path.dentry = dget(path->dentry); |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 689 | p->dir = parent; |
| 690 | p->owner = sp; |
| 691 | atomic_inc(&sp->so_count); |
| 692 | p->o_arg.fh = NFS_FH(dir); |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 693 | p->o_arg.open_flags = flags; |
| 694 | p->o_arg.fmode = fmode & (FMODE_READ|FMODE_WRITE); |
David Howells | 7539bba | 2006-08-22 20:06:09 -0400 | [diff] [blame] | 695 | p->o_arg.clientid = server->nfs_client->cl_clientid; |
Trond Myklebust | 9f958ab | 2007-07-02 13:58:33 -0400 | [diff] [blame] | 696 | p->o_arg.id = sp->so_owner_id.id; |
Trond Myklebust | ad389da | 2007-06-05 12:30:00 -0400 | [diff] [blame] | 697 | p->o_arg.name = &p->path.dentry->d_name; |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 698 | p->o_arg.server = server; |
| 699 | p->o_arg.bitmask = server->attr_bitmask; |
| 700 | p->o_arg.claim = NFS4_OPEN_CLAIM_NULL; |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 701 | if (flags & O_EXCL) { |
Alexandros Batsakis | 4882ef7 | 2009-12-05 13:30:21 -0500 | [diff] [blame] | 702 | if (nfs4_has_persistent_session(server->nfs_client)) { |
| 703 | /* GUARDED */ |
| 704 | p->o_arg.u.attrs = &p->attrs; |
| 705 | memcpy(&p->attrs, attrs, sizeof(p->attrs)); |
| 706 | } else { /* EXCLUSIVE4_1 */ |
| 707 | u32 *s = (u32 *) p->o_arg.u.verifier.data; |
| 708 | s[0] = jiffies; |
| 709 | s[1] = current->pid; |
| 710 | } |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 711 | } else if (flags & O_CREAT) { |
| 712 | p->o_arg.u.attrs = &p->attrs; |
| 713 | memcpy(&p->attrs, attrs, sizeof(p->attrs)); |
| 714 | } |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 715 | p->c_arg.fh = &p->o_res.fh; |
| 716 | p->c_arg.stateid = &p->o_res.stateid; |
| 717 | p->c_arg.seqid = p->o_arg.seqid; |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 718 | nfs4_init_opendata_res(p); |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 719 | kref_init(&p->kref); |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 720 | return p; |
| 721 | err_free: |
| 722 | kfree(p); |
| 723 | err: |
| 724 | dput(parent); |
| 725 | return NULL; |
| 726 | } |
| 727 | |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 728 | static void nfs4_opendata_free(struct kref *kref) |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 729 | { |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 730 | struct nfs4_opendata *p = container_of(kref, |
| 731 | struct nfs4_opendata, kref); |
| 732 | |
| 733 | nfs_free_seqid(p->o_arg.seqid); |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 734 | if (p->state != NULL) |
| 735 | nfs4_put_open_state(p->state); |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 736 | nfs4_put_state_owner(p->owner); |
| 737 | dput(p->dir); |
Jan Blunck | 31f31db | 2008-05-02 13:42:45 -0700 | [diff] [blame] | 738 | path_put(&p->path); |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 739 | kfree(p); |
| 740 | } |
| 741 | |
| 742 | static void nfs4_opendata_put(struct nfs4_opendata *p) |
| 743 | { |
| 744 | if (p != NULL) |
| 745 | kref_put(&p->kref, nfs4_opendata_free); |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 746 | } |
| 747 | |
Trond Myklebust | 06f814a | 2006-01-03 09:55:07 +0100 | [diff] [blame] | 748 | static int nfs4_wait_for_completion_rpc_task(struct rpc_task *task) |
| 749 | { |
Trond Myklebust | 06f814a | 2006-01-03 09:55:07 +0100 | [diff] [blame] | 750 | int ret; |
| 751 | |
Trond Myklebust | 06f814a | 2006-01-03 09:55:07 +0100 | [diff] [blame] | 752 | ret = rpc_wait_for_completion_task(task); |
Trond Myklebust | 06f814a | 2006-01-03 09:55:07 +0100 | [diff] [blame] | 753 | return ret; |
| 754 | } |
| 755 | |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 756 | static int can_open_cached(struct nfs4_state *state, fmode_t mode, int open_mode) |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 757 | { |
| 758 | int ret = 0; |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 759 | |
| 760 | if (open_mode & O_EXCL) |
| 761 | goto out; |
| 762 | switch (mode & (FMODE_READ|FMODE_WRITE)) { |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 763 | case FMODE_READ: |
| 764 | ret |= test_bit(NFS_O_RDONLY_STATE, &state->flags) != 0; |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 765 | break; |
| 766 | case FMODE_WRITE: |
| 767 | ret |= test_bit(NFS_O_WRONLY_STATE, &state->flags) != 0; |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 768 | break; |
| 769 | case FMODE_READ|FMODE_WRITE: |
| 770 | ret |= test_bit(NFS_O_RDWR_STATE, &state->flags) != 0; |
| 771 | } |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 772 | out: |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 773 | return ret; |
| 774 | } |
| 775 | |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 776 | static int can_open_delegated(struct nfs_delegation *delegation, fmode_t fmode) |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 777 | { |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 778 | if ((delegation->type & fmode) != fmode) |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 779 | return 0; |
Trond Myklebust | 15c831b | 2008-12-23 15:21:39 -0500 | [diff] [blame] | 780 | if (test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags)) |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 781 | return 0; |
Trond Myklebust | b7391f4 | 2008-12-23 15:21:52 -0500 | [diff] [blame] | 782 | nfs_mark_delegation_referenced(delegation); |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 783 | return 1; |
| 784 | } |
| 785 | |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 786 | static void update_open_stateflags(struct nfs4_state *state, fmode_t fmode) |
Trond Myklebust | e761692 | 2006-01-03 09:55:13 +0100 | [diff] [blame] | 787 | { |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 788 | switch (fmode) { |
Trond Myklebust | e761692 | 2006-01-03 09:55:13 +0100 | [diff] [blame] | 789 | case FMODE_WRITE: |
| 790 | state->n_wronly++; |
| 791 | break; |
| 792 | case FMODE_READ: |
| 793 | state->n_rdonly++; |
| 794 | break; |
| 795 | case FMODE_READ|FMODE_WRITE: |
| 796 | state->n_rdwr++; |
| 797 | } |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 798 | nfs4_state_set_mode_locked(state, state->state | fmode); |
Trond Myklebust | e761692 | 2006-01-03 09:55:13 +0100 | [diff] [blame] | 799 | } |
| 800 | |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 801 | static void nfs_set_open_stateid_locked(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fmode) |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 802 | { |
| 803 | if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) |
| 804 | memcpy(state->stateid.data, stateid->data, sizeof(state->stateid.data)); |
| 805 | memcpy(state->open_stateid.data, stateid->data, sizeof(state->open_stateid.data)); |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 806 | switch (fmode) { |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 807 | case FMODE_READ: |
| 808 | set_bit(NFS_O_RDONLY_STATE, &state->flags); |
| 809 | break; |
| 810 | case FMODE_WRITE: |
| 811 | set_bit(NFS_O_WRONLY_STATE, &state->flags); |
| 812 | break; |
| 813 | case FMODE_READ|FMODE_WRITE: |
| 814 | set_bit(NFS_O_RDWR_STATE, &state->flags); |
| 815 | } |
| 816 | } |
| 817 | |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 818 | static void nfs_set_open_stateid(struct nfs4_state *state, nfs4_stateid *stateid, fmode_t fmode) |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 819 | { |
Trond Myklebust | 8bda4e4 | 2007-07-09 10:45:42 -0400 | [diff] [blame] | 820 | write_seqlock(&state->seqlock); |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 821 | nfs_set_open_stateid_locked(state, stateid, fmode); |
Trond Myklebust | 8bda4e4 | 2007-07-09 10:45:42 -0400 | [diff] [blame] | 822 | write_sequnlock(&state->seqlock); |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 823 | } |
| 824 | |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 825 | static void __update_open_stateid(struct nfs4_state *state, nfs4_stateid *open_stateid, const nfs4_stateid *deleg_stateid, fmode_t fmode) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 826 | { |
Trond Myklebust | 8bda4e4 | 2007-07-09 10:45:42 -0400 | [diff] [blame] | 827 | /* |
| 828 | * Protect the call to nfs4_state_set_mode_locked and |
| 829 | * serialise the stateid update |
| 830 | */ |
| 831 | write_seqlock(&state->seqlock); |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 832 | if (deleg_stateid != NULL) { |
| 833 | memcpy(state->stateid.data, deleg_stateid->data, sizeof(state->stateid.data)); |
| 834 | set_bit(NFS_DELEGATED_STATE, &state->flags); |
| 835 | } |
| 836 | if (open_stateid != NULL) |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 837 | nfs_set_open_stateid_locked(state, open_stateid, fmode); |
Trond Myklebust | 8bda4e4 | 2007-07-09 10:45:42 -0400 | [diff] [blame] | 838 | write_sequnlock(&state->seqlock); |
| 839 | spin_lock(&state->owner->so_lock); |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 840 | update_open_stateflags(state, fmode); |
Trond Myklebust | ec07342 | 2005-10-20 14:22:47 -0700 | [diff] [blame] | 841 | spin_unlock(&state->owner->so_lock); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 842 | } |
| 843 | |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 844 | static int update_open_stateid(struct nfs4_state *state, nfs4_stateid *open_stateid, nfs4_stateid *delegation, fmode_t fmode) |
Trond Myklebust | 3431043 | 2008-12-23 15:21:38 -0500 | [diff] [blame] | 845 | { |
| 846 | struct nfs_inode *nfsi = NFS_I(state->inode); |
| 847 | struct nfs_delegation *deleg_cur; |
| 848 | int ret = 0; |
| 849 | |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 850 | fmode &= (FMODE_READ|FMODE_WRITE); |
Trond Myklebust | 3431043 | 2008-12-23 15:21:38 -0500 | [diff] [blame] | 851 | |
| 852 | rcu_read_lock(); |
| 853 | deleg_cur = rcu_dereference(nfsi->delegation); |
| 854 | if (deleg_cur == NULL) |
| 855 | goto no_delegation; |
| 856 | |
| 857 | spin_lock(&deleg_cur->lock); |
| 858 | if (nfsi->delegation != deleg_cur || |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 859 | (deleg_cur->type & fmode) != fmode) |
Trond Myklebust | 3431043 | 2008-12-23 15:21:38 -0500 | [diff] [blame] | 860 | goto no_delegation_unlock; |
| 861 | |
| 862 | if (delegation == NULL) |
| 863 | delegation = &deleg_cur->stateid; |
| 864 | else if (memcmp(deleg_cur->stateid.data, delegation->data, NFS4_STATEID_SIZE) != 0) |
| 865 | goto no_delegation_unlock; |
| 866 | |
Trond Myklebust | b7391f4 | 2008-12-23 15:21:52 -0500 | [diff] [blame] | 867 | nfs_mark_delegation_referenced(deleg_cur); |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 868 | __update_open_stateid(state, open_stateid, &deleg_cur->stateid, fmode); |
Trond Myklebust | 3431043 | 2008-12-23 15:21:38 -0500 | [diff] [blame] | 869 | ret = 1; |
| 870 | no_delegation_unlock: |
| 871 | spin_unlock(&deleg_cur->lock); |
| 872 | no_delegation: |
| 873 | rcu_read_unlock(); |
| 874 | |
| 875 | if (!ret && open_stateid != NULL) { |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 876 | __update_open_stateid(state, open_stateid, NULL, fmode); |
Trond Myklebust | 3431043 | 2008-12-23 15:21:38 -0500 | [diff] [blame] | 877 | ret = 1; |
| 878 | } |
| 879 | |
| 880 | return ret; |
| 881 | } |
| 882 | |
| 883 | |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 884 | static void nfs4_return_incompatible_delegation(struct inode *inode, fmode_t fmode) |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 885 | { |
| 886 | struct nfs_delegation *delegation; |
| 887 | |
| 888 | rcu_read_lock(); |
| 889 | delegation = rcu_dereference(NFS_I(inode)->delegation); |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 890 | if (delegation == NULL || (delegation->type & fmode) == fmode) { |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 891 | rcu_read_unlock(); |
| 892 | return; |
| 893 | } |
| 894 | rcu_read_unlock(); |
| 895 | nfs_inode_return_delegation(inode); |
| 896 | } |
| 897 | |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 898 | static struct nfs4_state *nfs4_try_open_cached(struct nfs4_opendata *opendata) |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 899 | { |
| 900 | struct nfs4_state *state = opendata->state; |
| 901 | struct nfs_inode *nfsi = NFS_I(state->inode); |
| 902 | struct nfs_delegation *delegation; |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 903 | int open_mode = opendata->o_arg.open_flags & O_EXCL; |
| 904 | fmode_t fmode = opendata->o_arg.fmode; |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 905 | nfs4_stateid stateid; |
| 906 | int ret = -EAGAIN; |
| 907 | |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 908 | for (;;) { |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 909 | if (can_open_cached(state, fmode, open_mode)) { |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 910 | spin_lock(&state->owner->so_lock); |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 911 | if (can_open_cached(state, fmode, open_mode)) { |
| 912 | update_open_stateflags(state, fmode); |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 913 | spin_unlock(&state->owner->so_lock); |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 914 | goto out_return_state; |
| 915 | } |
| 916 | spin_unlock(&state->owner->so_lock); |
| 917 | } |
Trond Myklebust | 3431043 | 2008-12-23 15:21:38 -0500 | [diff] [blame] | 918 | rcu_read_lock(); |
| 919 | delegation = rcu_dereference(nfsi->delegation); |
| 920 | if (delegation == NULL || |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 921 | !can_open_delegated(delegation, fmode)) { |
Trond Myklebust | 3431043 | 2008-12-23 15:21:38 -0500 | [diff] [blame] | 922 | rcu_read_unlock(); |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 923 | break; |
Trond Myklebust | 3431043 | 2008-12-23 15:21:38 -0500 | [diff] [blame] | 924 | } |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 925 | /* Save the delegation */ |
| 926 | memcpy(stateid.data, delegation->stateid.data, sizeof(stateid.data)); |
| 927 | rcu_read_unlock(); |
Trond Myklebust | af22f94 | 2007-08-10 17:45:10 -0400 | [diff] [blame] | 928 | ret = nfs_may_open(state->inode, state->owner->so_cred, open_mode); |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 929 | if (ret != 0) |
| 930 | goto out; |
| 931 | ret = -EAGAIN; |
Trond Myklebust | 3431043 | 2008-12-23 15:21:38 -0500 | [diff] [blame] | 932 | |
| 933 | /* Try to update the stateid using the delegation */ |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 934 | if (update_open_stateid(state, NULL, &stateid, fmode)) |
Trond Myklebust | 3431043 | 2008-12-23 15:21:38 -0500 | [diff] [blame] | 935 | goto out_return_state; |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 936 | } |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 937 | out: |
| 938 | return ERR_PTR(ret); |
| 939 | out_return_state: |
| 940 | atomic_inc(&state->count); |
| 941 | return state; |
| 942 | } |
| 943 | |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 944 | static struct nfs4_state *nfs4_opendata_to_nfs4_state(struct nfs4_opendata *data) |
| 945 | { |
| 946 | struct inode *inode; |
| 947 | struct nfs4_state *state = NULL; |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 948 | struct nfs_delegation *delegation; |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 949 | int ret; |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 950 | |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 951 | if (!data->rpc_done) { |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 952 | state = nfs4_try_open_cached(data); |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 953 | goto out; |
| 954 | } |
| 955 | |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 956 | ret = -EAGAIN; |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 957 | if (!(data->f_attr.valid & NFS_ATTR_FATTR)) |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 958 | goto err; |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 959 | 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] | 960 | ret = PTR_ERR(inode); |
Trond Myklebust | 03f28e3 | 2006-03-20 13:44:48 -0500 | [diff] [blame] | 961 | if (IS_ERR(inode)) |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 962 | goto err; |
| 963 | ret = -ENOMEM; |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 964 | state = nfs4_get_open_state(inode, data->owner); |
| 965 | if (state == NULL) |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 966 | goto err_put_inode; |
Trond Myklebust | 549d6ed | 2007-07-03 16:42:45 -0400 | [diff] [blame] | 967 | if (data->o_res.delegation_type != 0) { |
Trond Myklebust | 549d6ed | 2007-07-03 16:42:45 -0400 | [diff] [blame] | 968 | int delegation_flags = 0; |
| 969 | |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 970 | rcu_read_lock(); |
| 971 | delegation = rcu_dereference(NFS_I(inode)->delegation); |
| 972 | if (delegation) |
| 973 | delegation_flags = delegation->flags; |
| 974 | rcu_read_unlock(); |
Trond Myklebust | 15c831b | 2008-12-23 15:21:39 -0500 | [diff] [blame] | 975 | if ((delegation_flags & 1UL<<NFS_DELEGATION_NEED_RECLAIM) == 0) |
Trond Myklebust | 549d6ed | 2007-07-03 16:42:45 -0400 | [diff] [blame] | 976 | nfs_inode_set_delegation(state->inode, |
| 977 | data->owner->so_cred, |
| 978 | &data->o_res); |
| 979 | else |
| 980 | nfs_inode_reclaim_delegation(state->inode, |
| 981 | data->owner->so_cred, |
| 982 | &data->o_res); |
| 983 | } |
Trond Myklebust | 3431043 | 2008-12-23 15:21:38 -0500 | [diff] [blame] | 984 | |
| 985 | update_open_stateid(state, &data->o_res.stateid, NULL, |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 986 | data->o_arg.fmode); |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 987 | iput(inode); |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 988 | out: |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 989 | return state; |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 990 | err_put_inode: |
| 991 | iput(inode); |
| 992 | err: |
| 993 | return ERR_PTR(ret); |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 994 | } |
| 995 | |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 996 | static struct nfs_open_context *nfs4_state_find_open_context(struct nfs4_state *state) |
| 997 | { |
| 998 | struct nfs_inode *nfsi = NFS_I(state->inode); |
| 999 | struct nfs_open_context *ctx; |
| 1000 | |
| 1001 | spin_lock(&state->inode->i_lock); |
| 1002 | list_for_each_entry(ctx, &nfsi->open_files, list) { |
| 1003 | if (ctx->state != state) |
| 1004 | continue; |
| 1005 | get_nfs_open_context(ctx); |
| 1006 | spin_unlock(&state->inode->i_lock); |
| 1007 | return ctx; |
| 1008 | } |
| 1009 | spin_unlock(&state->inode->i_lock); |
| 1010 | return ERR_PTR(-ENOENT); |
| 1011 | } |
| 1012 | |
Trond Myklebust | 6f220ed | 2007-07-17 21:50:45 -0400 | [diff] [blame] | 1013 | static struct nfs4_opendata *nfs4_open_recoverdata_alloc(struct nfs_open_context *ctx, struct nfs4_state *state) |
| 1014 | { |
| 1015 | struct nfs4_opendata *opendata; |
| 1016 | |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1017 | opendata = nfs4_opendata_alloc(&ctx->path, state->owner, 0, 0, NULL); |
Trond Myklebust | 6f220ed | 2007-07-17 21:50:45 -0400 | [diff] [blame] | 1018 | if (opendata == NULL) |
| 1019 | return ERR_PTR(-ENOMEM); |
| 1020 | opendata->state = state; |
| 1021 | atomic_inc(&state->count); |
| 1022 | return opendata; |
| 1023 | } |
| 1024 | |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1025 | static int nfs4_open_recover_helper(struct nfs4_opendata *opendata, fmode_t fmode, struct nfs4_state **res) |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1026 | { |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 1027 | struct nfs4_state *newstate; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1028 | int ret; |
| 1029 | |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1030 | opendata->o_arg.open_flags = 0; |
| 1031 | opendata->o_arg.fmode = fmode; |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 1032 | memset(&opendata->o_res, 0, sizeof(opendata->o_res)); |
| 1033 | memset(&opendata->c_res, 0, sizeof(opendata->c_res)); |
| 1034 | nfs4_init_opendata_res(opendata); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1035 | ret = _nfs4_proc_open(opendata); |
| 1036 | if (ret != 0) |
| 1037 | return ret; |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 1038 | newstate = nfs4_opendata_to_nfs4_state(opendata); |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 1039 | if (IS_ERR(newstate)) |
| 1040 | return PTR_ERR(newstate); |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1041 | nfs4_close_state(&opendata->path, newstate, fmode); |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 1042 | *res = newstate; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1043 | return 0; |
| 1044 | } |
| 1045 | |
| 1046 | static int nfs4_open_recover(struct nfs4_opendata *opendata, struct nfs4_state *state) |
| 1047 | { |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1048 | struct nfs4_state *newstate; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1049 | int ret; |
| 1050 | |
| 1051 | /* memory barrier prior to reading state->n_* */ |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 1052 | clear_bit(NFS_DELEGATED_STATE, &state->flags); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1053 | smp_rmb(); |
| 1054 | if (state->n_rdwr != 0) { |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 1055 | ret = nfs4_open_recover_helper(opendata, FMODE_READ|FMODE_WRITE, &newstate); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1056 | if (ret != 0) |
| 1057 | return ret; |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 1058 | if (newstate != state) |
| 1059 | return -ESTALE; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1060 | } |
| 1061 | if (state->n_wronly != 0) { |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 1062 | ret = nfs4_open_recover_helper(opendata, FMODE_WRITE, &newstate); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1063 | if (ret != 0) |
| 1064 | return ret; |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 1065 | if (newstate != state) |
| 1066 | return -ESTALE; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1067 | } |
| 1068 | if (state->n_rdonly != 0) { |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 1069 | ret = nfs4_open_recover_helper(opendata, FMODE_READ, &newstate); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1070 | if (ret != 0) |
| 1071 | return ret; |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 1072 | if (newstate != state) |
| 1073 | return -ESTALE; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1074 | } |
Trond Myklebust | 1ac7e2f | 2007-07-08 21:04:15 -0400 | [diff] [blame] | 1075 | /* |
| 1076 | * We may have performed cached opens for all three recoveries. |
| 1077 | * Check if we need to update the current stateid. |
| 1078 | */ |
| 1079 | if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0 && |
| 1080 | 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] | 1081 | write_seqlock(&state->seqlock); |
Trond Myklebust | 1ac7e2f | 2007-07-08 21:04:15 -0400 | [diff] [blame] | 1082 | if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) |
| 1083 | memcpy(state->stateid.data, state->open_stateid.data, sizeof(state->stateid.data)); |
Trond Myklebust | 8bda4e4 | 2007-07-09 10:45:42 -0400 | [diff] [blame] | 1084 | write_sequnlock(&state->seqlock); |
Trond Myklebust | 1ac7e2f | 2007-07-08 21:04:15 -0400 | [diff] [blame] | 1085 | } |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1086 | return 0; |
| 1087 | } |
| 1088 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1089 | /* |
| 1090 | * OPEN_RECLAIM: |
| 1091 | * reclaim state on the server after a reboot. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1092 | */ |
Trond Myklebust | 539cd03 | 2007-06-05 11:46:42 -0400 | [diff] [blame] | 1093 | 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] | 1094 | { |
Trond Myklebust | 1ac7e2f | 2007-07-08 21:04:15 -0400 | [diff] [blame] | 1095 | struct nfs_delegation *delegation; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1096 | struct nfs4_opendata *opendata; |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1097 | fmode_t delegation_type = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1098 | int status; |
| 1099 | |
Trond Myklebust | 6f220ed | 2007-07-17 21:50:45 -0400 | [diff] [blame] | 1100 | opendata = nfs4_open_recoverdata_alloc(ctx, state); |
| 1101 | if (IS_ERR(opendata)) |
| 1102 | return PTR_ERR(opendata); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1103 | opendata->o_arg.claim = NFS4_OPEN_CLAIM_PREVIOUS; |
| 1104 | opendata->o_arg.fh = NFS_FH(state->inode); |
Trond Myklebust | 1ac7e2f | 2007-07-08 21:04:15 -0400 | [diff] [blame] | 1105 | rcu_read_lock(); |
| 1106 | delegation = rcu_dereference(NFS_I(state->inode)->delegation); |
Trond Myklebust | 15c831b | 2008-12-23 15:21:39 -0500 | [diff] [blame] | 1107 | if (delegation != NULL && test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags) != 0) |
Trond Myklebust | 65bbf6b | 2007-08-27 09:57:46 -0400 | [diff] [blame] | 1108 | delegation_type = delegation->type; |
Trond Myklebust | 1ac7e2f | 2007-07-08 21:04:15 -0400 | [diff] [blame] | 1109 | rcu_read_unlock(); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1110 | opendata->o_arg.u.delegation_type = delegation_type; |
| 1111 | status = nfs4_open_recover(opendata, state); |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 1112 | nfs4_opendata_put(opendata); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1113 | return status; |
| 1114 | } |
| 1115 | |
Trond Myklebust | 539cd03 | 2007-06-05 11:46:42 -0400 | [diff] [blame] | 1116 | 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] | 1117 | { |
| 1118 | struct nfs_server *server = NFS_SERVER(state->inode); |
| 1119 | struct nfs4_exception exception = { }; |
| 1120 | int err; |
| 1121 | do { |
Trond Myklebust | 539cd03 | 2007-06-05 11:46:42 -0400 | [diff] [blame] | 1122 | err = _nfs4_do_open_reclaim(ctx, state); |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 1123 | if (err != -NFS4ERR_DELAY) |
| 1124 | break; |
| 1125 | nfs4_handle_exception(server, err, &exception); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1126 | } while (exception.retry); |
| 1127 | return err; |
| 1128 | } |
| 1129 | |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1130 | static int nfs4_open_reclaim(struct nfs4_state_owner *sp, struct nfs4_state *state) |
| 1131 | { |
| 1132 | struct nfs_open_context *ctx; |
| 1133 | int ret; |
| 1134 | |
| 1135 | ctx = nfs4_state_find_open_context(state); |
| 1136 | if (IS_ERR(ctx)) |
| 1137 | return PTR_ERR(ctx); |
Trond Myklebust | 539cd03 | 2007-06-05 11:46:42 -0400 | [diff] [blame] | 1138 | ret = nfs4_do_open_reclaim(ctx, state); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1139 | put_nfs_open_context(ctx); |
| 1140 | return ret; |
| 1141 | } |
| 1142 | |
Trond Myklebust | 13437e1 | 2007-07-06 15:10:43 -0400 | [diff] [blame] | 1143 | 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] | 1144 | { |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 1145 | struct nfs4_opendata *opendata; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1146 | int ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1147 | |
Trond Myklebust | 6f220ed | 2007-07-17 21:50:45 -0400 | [diff] [blame] | 1148 | opendata = nfs4_open_recoverdata_alloc(ctx, state); |
| 1149 | if (IS_ERR(opendata)) |
| 1150 | return PTR_ERR(opendata); |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 1151 | opendata->o_arg.claim = NFS4_OPEN_CLAIM_DELEGATE_CUR; |
Trond Myklebust | 13437e1 | 2007-07-06 15:10:43 -0400 | [diff] [blame] | 1152 | memcpy(opendata->o_arg.u.delegation.data, stateid->data, |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 1153 | sizeof(opendata->o_arg.u.delegation.data)); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1154 | ret = nfs4_open_recover(opendata, state); |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 1155 | nfs4_opendata_put(opendata); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1156 | return ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1157 | } |
| 1158 | |
Trond Myklebust | 13437e1 | 2007-07-06 15:10:43 -0400 | [diff] [blame] | 1159 | 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] | 1160 | { |
| 1161 | struct nfs4_exception exception = { }; |
Trond Myklebust | 539cd03 | 2007-06-05 11:46:42 -0400 | [diff] [blame] | 1162 | struct nfs_server *server = NFS_SERVER(state->inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1163 | int err; |
| 1164 | do { |
Trond Myklebust | 13437e1 | 2007-07-06 15:10:43 -0400 | [diff] [blame] | 1165 | err = _nfs4_open_delegation_recall(ctx, state, stateid); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1166 | switch (err) { |
| 1167 | case 0: |
Trond Myklebust | 965b5d6 | 2009-06-17 13:22:59 -0700 | [diff] [blame] | 1168 | case -ENOENT: |
| 1169 | case -ESTALE: |
| 1170 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1171 | case -NFS4ERR_STALE_CLIENTID: |
| 1172 | case -NFS4ERR_STALE_STATEID: |
| 1173 | case -NFS4ERR_EXPIRED: |
| 1174 | /* Don't recall a delegation if it was lost */ |
David Howells | 7539bba | 2006-08-22 20:06:09 -0400 | [diff] [blame] | 1175 | nfs4_schedule_state_recovery(server->nfs_client); |
Trond Myklebust | 965b5d6 | 2009-06-17 13:22:59 -0700 | [diff] [blame] | 1176 | goto out; |
| 1177 | case -ERESTARTSYS: |
| 1178 | /* |
| 1179 | * The show must go on: exit, but mark the |
| 1180 | * stateid as needing recovery. |
| 1181 | */ |
| 1182 | case -NFS4ERR_ADMIN_REVOKED: |
| 1183 | case -NFS4ERR_BAD_STATEID: |
| 1184 | nfs4_state_mark_reclaim_nograce(server->nfs_client, state); |
| 1185 | case -ENOMEM: |
| 1186 | err = 0; |
| 1187 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1188 | } |
| 1189 | err = nfs4_handle_exception(server, err, &exception); |
| 1190 | } while (exception.retry); |
Trond Myklebust | 965b5d6 | 2009-06-17 13:22:59 -0700 | [diff] [blame] | 1191 | out: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1192 | return err; |
| 1193 | } |
| 1194 | |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 1195 | static void nfs4_open_confirm_done(struct rpc_task *task, void *calldata) |
| 1196 | { |
| 1197 | struct nfs4_opendata *data = calldata; |
| 1198 | |
| 1199 | data->rpc_status = task->tk_status; |
| 1200 | if (RPC_ASSASSINATED(task)) |
| 1201 | return; |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 1202 | if (data->rpc_status == 0) { |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 1203 | memcpy(data->o_res.stateid.data, data->c_res.stateid.data, |
| 1204 | sizeof(data->o_res.stateid.data)); |
Trond Myklebust | bb22629 | 2008-01-02 15:19:18 -0500 | [diff] [blame] | 1205 | nfs_confirm_seqid(&data->owner->so_seqid, 0); |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 1206 | renew_lease(data->o_res.server, data->timestamp); |
Trond Myklebust | 3e30991 | 2007-07-07 13:19:59 -0400 | [diff] [blame] | 1207 | data->rpc_done = 1; |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 1208 | } |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 1209 | } |
| 1210 | |
| 1211 | static void nfs4_open_confirm_release(void *calldata) |
| 1212 | { |
| 1213 | struct nfs4_opendata *data = calldata; |
| 1214 | struct nfs4_state *state = NULL; |
| 1215 | |
| 1216 | /* If this request hasn't been cancelled, do nothing */ |
| 1217 | if (data->cancelled == 0) |
| 1218 | goto out_free; |
| 1219 | /* In case of error, no cleanup! */ |
Trond Myklebust | 3e30991 | 2007-07-07 13:19:59 -0400 | [diff] [blame] | 1220 | if (!data->rpc_done) |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 1221 | goto out_free; |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 1222 | state = nfs4_opendata_to_nfs4_state(data); |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 1223 | if (!IS_ERR(state)) |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1224 | nfs4_close_state(&data->path, state, data->o_arg.fmode); |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 1225 | out_free: |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 1226 | nfs4_opendata_put(data); |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 1227 | } |
| 1228 | |
| 1229 | static const struct rpc_call_ops nfs4_open_confirm_ops = { |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 1230 | .rpc_call_done = nfs4_open_confirm_done, |
| 1231 | .rpc_release = nfs4_open_confirm_release, |
| 1232 | }; |
| 1233 | |
| 1234 | /* |
| 1235 | * Note: On error, nfs4_proc_open_confirm will free the struct nfs4_opendata |
| 1236 | */ |
| 1237 | static int _nfs4_proc_open_confirm(struct nfs4_opendata *data) |
| 1238 | { |
| 1239 | struct nfs_server *server = NFS_SERVER(data->dir->d_inode); |
| 1240 | struct rpc_task *task; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 1241 | struct rpc_message msg = { |
| 1242 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_CONFIRM], |
| 1243 | .rpc_argp = &data->c_arg, |
| 1244 | .rpc_resp = &data->c_res, |
| 1245 | .rpc_cred = data->owner->so_cred, |
| 1246 | }; |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 1247 | struct rpc_task_setup task_setup_data = { |
| 1248 | .rpc_client = server->client, |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 1249 | .rpc_message = &msg, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 1250 | .callback_ops = &nfs4_open_confirm_ops, |
| 1251 | .callback_data = data, |
Trond Myklebust | 101070c | 2008-02-19 20:04:23 -0500 | [diff] [blame] | 1252 | .workqueue = nfsiod_workqueue, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 1253 | .flags = RPC_TASK_ASYNC, |
| 1254 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1255 | int status; |
| 1256 | |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 1257 | kref_get(&data->kref); |
Trond Myklebust | 3e30991 | 2007-07-07 13:19:59 -0400 | [diff] [blame] | 1258 | data->rpc_done = 0; |
| 1259 | data->rpc_status = 0; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 1260 | data->timestamp = jiffies; |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 1261 | task = rpc_run_task(&task_setup_data); |
Trond Myklebust | 7a1218a | 2006-03-20 18:11:10 -0500 | [diff] [blame] | 1262 | if (IS_ERR(task)) |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 1263 | return PTR_ERR(task); |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 1264 | status = nfs4_wait_for_completion_rpc_task(task); |
| 1265 | if (status != 0) { |
| 1266 | data->cancelled = 1; |
| 1267 | smp_wmb(); |
| 1268 | } else |
| 1269 | status = data->rpc_status; |
Trond Myklebust | e6b3c4d | 2006-11-11 22:18:03 -0500 | [diff] [blame] | 1270 | rpc_put_task(task); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1271 | return status; |
| 1272 | } |
| 1273 | |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1274 | static void nfs4_open_prepare(struct rpc_task *task, void *calldata) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1275 | { |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1276 | struct nfs4_opendata *data = calldata; |
| 1277 | struct nfs4_state_owner *sp = data->owner; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 1278 | |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1279 | if (nfs_wait_on_sequence(data->o_arg.seqid, task) != 0) |
| 1280 | return; |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1281 | /* |
| 1282 | * Check if we still need to send an OPEN call, or if we can use |
| 1283 | * a delegation instead. |
| 1284 | */ |
| 1285 | if (data->state != NULL) { |
| 1286 | struct nfs_delegation *delegation; |
| 1287 | |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1288 | if (can_open_cached(data->state, data->o_arg.fmode, data->o_arg.open_flags)) |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 1289 | goto out_no_action; |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1290 | rcu_read_lock(); |
| 1291 | delegation = rcu_dereference(NFS_I(data->state->inode)->delegation); |
| 1292 | if (delegation != NULL && |
Trond Myklebust | 15c831b | 2008-12-23 15:21:39 -0500 | [diff] [blame] | 1293 | test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags) == 0) { |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1294 | rcu_read_unlock(); |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 1295 | goto out_no_action; |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1296 | } |
| 1297 | rcu_read_unlock(); |
| 1298 | } |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1299 | /* Update sequence id. */ |
Trond Myklebust | 9f958ab | 2007-07-02 13:58:33 -0400 | [diff] [blame] | 1300 | data->o_arg.id = sp->so_owner_id.id; |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1301 | data->o_arg.clientid = sp->so_client->cl_clientid; |
Trond Myklebust | 6f220ed | 2007-07-17 21:50:45 -0400 | [diff] [blame] | 1302 | if (data->o_arg.claim == NFS4_OPEN_CLAIM_PREVIOUS) { |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 1303 | task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_NOATTR]; |
Trond Myklebust | 6f220ed | 2007-07-17 21:50:45 -0400 | [diff] [blame] | 1304 | nfs_copy_fh(&data->o_res.fh, data->o_arg.fh); |
| 1305 | } |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 1306 | data->timestamp = jiffies; |
Andy Adamson | d898528 | 2009-04-01 09:22:21 -0400 | [diff] [blame] | 1307 | if (nfs4_setup_sequence(data->o_arg.server->nfs_client, |
| 1308 | &data->o_arg.seq_args, |
| 1309 | &data->o_res.seq_res, 1, task)) |
| 1310 | return; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 1311 | rpc_call_start(task); |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 1312 | return; |
| 1313 | out_no_action: |
| 1314 | task->tk_action = NULL; |
| 1315 | |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1316 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1317 | |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1318 | static void nfs4_open_done(struct rpc_task *task, void *calldata) |
| 1319 | { |
| 1320 | struct nfs4_opendata *data = calldata; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1321 | |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1322 | data->rpc_status = task->tk_status; |
Andy Adamson | d898528 | 2009-04-01 09:22:21 -0400 | [diff] [blame] | 1323 | |
Trond Myklebust | d61e612 | 2009-12-05 19:32:19 -0500 | [diff] [blame] | 1324 | nfs4_sequence_done(data->o_arg.server, &data->o_res.seq_res, |
| 1325 | task->tk_status); |
Andy Adamson | d898528 | 2009-04-01 09:22:21 -0400 | [diff] [blame] | 1326 | |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1327 | if (RPC_ASSASSINATED(task)) |
| 1328 | return; |
| 1329 | if (task->tk_status == 0) { |
| 1330 | switch (data->o_res.f_attr->mode & S_IFMT) { |
Trond Myklebust | 6f926b5 | 2005-10-18 14:20:18 -0700 | [diff] [blame] | 1331 | case S_IFREG: |
| 1332 | break; |
| 1333 | case S_IFLNK: |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1334 | data->rpc_status = -ELOOP; |
Trond Myklebust | 6f926b5 | 2005-10-18 14:20:18 -0700 | [diff] [blame] | 1335 | break; |
| 1336 | case S_IFDIR: |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1337 | data->rpc_status = -EISDIR; |
Trond Myklebust | 6f926b5 | 2005-10-18 14:20:18 -0700 | [diff] [blame] | 1338 | break; |
| 1339 | default: |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1340 | data->rpc_status = -ENOTDIR; |
Trond Myklebust | 6f926b5 | 2005-10-18 14:20:18 -0700 | [diff] [blame] | 1341 | } |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 1342 | renew_lease(data->o_res.server, data->timestamp); |
Trond Myklebust | 0f9f95e | 2007-07-08 16:19:56 -0400 | [diff] [blame] | 1343 | if (!(data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM)) |
| 1344 | nfs_confirm_seqid(&data->owner->so_seqid, 0); |
Trond Myklebust | 6f926b5 | 2005-10-18 14:20:18 -0700 | [diff] [blame] | 1345 | } |
Trond Myklebust | 3e30991 | 2007-07-07 13:19:59 -0400 | [diff] [blame] | 1346 | data->rpc_done = 1; |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1347 | } |
Trond Myklebust | 6f926b5 | 2005-10-18 14:20:18 -0700 | [diff] [blame] | 1348 | |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1349 | static void nfs4_open_release(void *calldata) |
| 1350 | { |
| 1351 | struct nfs4_opendata *data = calldata; |
| 1352 | struct nfs4_state *state = NULL; |
| 1353 | |
| 1354 | /* If this request hasn't been cancelled, do nothing */ |
| 1355 | if (data->cancelled == 0) |
| 1356 | goto out_free; |
| 1357 | /* In case of error, no cleanup! */ |
Trond Myklebust | 3e30991 | 2007-07-07 13:19:59 -0400 | [diff] [blame] | 1358 | if (data->rpc_status != 0 || !data->rpc_done) |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1359 | goto out_free; |
| 1360 | /* In case we need an open_confirm, no cleanup! */ |
| 1361 | if (data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM) |
| 1362 | goto out_free; |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1363 | state = nfs4_opendata_to_nfs4_state(data); |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 1364 | if (!IS_ERR(state)) |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1365 | nfs4_close_state(&data->path, state, data->o_arg.fmode); |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1366 | out_free: |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 1367 | nfs4_opendata_put(data); |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1368 | } |
| 1369 | |
| 1370 | static const struct rpc_call_ops nfs4_open_ops = { |
| 1371 | .rpc_call_prepare = nfs4_open_prepare, |
| 1372 | .rpc_call_done = nfs4_open_done, |
| 1373 | .rpc_release = nfs4_open_release, |
| 1374 | }; |
| 1375 | |
| 1376 | /* |
| 1377 | * Note: On error, nfs4_proc_open will free the struct nfs4_opendata |
| 1378 | */ |
| 1379 | static int _nfs4_proc_open(struct nfs4_opendata *data) |
| 1380 | { |
| 1381 | struct inode *dir = data->dir->d_inode; |
| 1382 | struct nfs_server *server = NFS_SERVER(dir); |
| 1383 | struct nfs_openargs *o_arg = &data->o_arg; |
| 1384 | struct nfs_openres *o_res = &data->o_res; |
| 1385 | struct rpc_task *task; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 1386 | struct rpc_message msg = { |
| 1387 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN], |
| 1388 | .rpc_argp = o_arg, |
| 1389 | .rpc_resp = o_res, |
| 1390 | .rpc_cred = data->owner->so_cred, |
| 1391 | }; |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 1392 | struct rpc_task_setup task_setup_data = { |
| 1393 | .rpc_client = server->client, |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 1394 | .rpc_message = &msg, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 1395 | .callback_ops = &nfs4_open_ops, |
| 1396 | .callback_data = data, |
Trond Myklebust | 101070c | 2008-02-19 20:04:23 -0500 | [diff] [blame] | 1397 | .workqueue = nfsiod_workqueue, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 1398 | .flags = RPC_TASK_ASYNC, |
| 1399 | }; |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1400 | int status; |
| 1401 | |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 1402 | kref_get(&data->kref); |
Trond Myklebust | 3e30991 | 2007-07-07 13:19:59 -0400 | [diff] [blame] | 1403 | data->rpc_done = 0; |
| 1404 | data->rpc_status = 0; |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 1405 | data->cancelled = 0; |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 1406 | task = rpc_run_task(&task_setup_data); |
Trond Myklebust | 7a1218a | 2006-03-20 18:11:10 -0500 | [diff] [blame] | 1407 | if (IS_ERR(task)) |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1408 | return PTR_ERR(task); |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1409 | status = nfs4_wait_for_completion_rpc_task(task); |
| 1410 | if (status != 0) { |
| 1411 | data->cancelled = 1; |
| 1412 | smp_wmb(); |
| 1413 | } else |
| 1414 | status = data->rpc_status; |
Trond Myklebust | e6b3c4d | 2006-11-11 22:18:03 -0500 | [diff] [blame] | 1415 | rpc_put_task(task); |
Trond Myklebust | 3e30991 | 2007-07-07 13:19:59 -0400 | [diff] [blame] | 1416 | if (status != 0 || !data->rpc_done) |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1417 | return status; |
| 1418 | |
Trond Myklebust | 9936781 | 2007-07-17 21:52:41 -0400 | [diff] [blame] | 1419 | if (o_res->fh.size == 0) |
| 1420 | _nfs4_proc_lookup(dir, o_arg->name, &o_res->fh, o_res->f_attr); |
| 1421 | |
Trond Myklebust | 56ae19f | 2005-10-27 22:12:40 -0400 | [diff] [blame] | 1422 | if (o_arg->open_flags & O_CREAT) { |
| 1423 | update_changeattr(dir, &o_res->cinfo); |
| 1424 | nfs_post_op_update_inode(dir, o_res->dir_attr); |
| 1425 | } else |
| 1426 | nfs_refresh_inode(dir, o_res->dir_attr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1427 | if(o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) { |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 1428 | status = _nfs4_proc_open_confirm(data); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1429 | if (status != 0) |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1430 | return status; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1431 | } |
| 1432 | if (!(o_res->f_attr->valid & NFS_ATTR_FATTR)) |
Trond Myklebust | 9936781 | 2007-07-17 21:52:41 -0400 | [diff] [blame] | 1433 | _nfs4_proc_getattr(server, &o_res->fh, o_res->f_attr); |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1434 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1435 | } |
| 1436 | |
Trond Myklebust | 10afec9 | 2007-05-14 17:16:04 -0400 | [diff] [blame] | 1437 | static int nfs4_recover_expired_lease(struct nfs_server *server) |
Trond Myklebust | 58d9714a | 2006-01-03 09:55:24 +0100 | [diff] [blame] | 1438 | { |
David Howells | 7539bba | 2006-08-22 20:06:09 -0400 | [diff] [blame] | 1439 | struct nfs_client *clp = server->nfs_client; |
Trond Myklebust | a78cb57 | 2009-08-09 15:06:19 -0400 | [diff] [blame] | 1440 | unsigned int loop; |
Trond Myklebust | 6b30954 | 2006-09-14 14:03:14 -0400 | [diff] [blame] | 1441 | int ret; |
Trond Myklebust | 58d9714a | 2006-01-03 09:55:24 +0100 | [diff] [blame] | 1442 | |
Trond Myklebust | a78cb57 | 2009-08-09 15:06:19 -0400 | [diff] [blame] | 1443 | for (loop = NFS4_MAX_LOOP_ON_RECOVER; loop != 0; loop--) { |
Trond Myklebust | 65de872 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 1444 | ret = nfs4_wait_clnt_recover(clp); |
Trond Myklebust | 6b30954 | 2006-09-14 14:03:14 -0400 | [diff] [blame] | 1445 | if (ret != 0) |
Trond Myklebust | a78cb57 | 2009-08-09 15:06:19 -0400 | [diff] [blame] | 1446 | break; |
Trond Myklebust | e598d84 | 2008-12-23 15:21:42 -0500 | [diff] [blame] | 1447 | if (!test_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state) && |
| 1448 | !test_bit(NFS4CLNT_CHECK_LEASE,&clp->cl_state)) |
Trond Myklebust | 6b30954 | 2006-09-14 14:03:14 -0400 | [diff] [blame] | 1449 | break; |
Trond Myklebust | 58d9714a | 2006-01-03 09:55:24 +0100 | [diff] [blame] | 1450 | nfs4_schedule_state_recovery(clp); |
Trond Myklebust | a78cb57 | 2009-08-09 15:06:19 -0400 | [diff] [blame] | 1451 | ret = -EIO; |
Trond Myklebust | 6b30954 | 2006-09-14 14:03:14 -0400 | [diff] [blame] | 1452 | } |
Trond Myklebust | a78cb57 | 2009-08-09 15:06:19 -0400 | [diff] [blame] | 1453 | return ret; |
Trond Myklebust | 58d9714a | 2006-01-03 09:55:24 +0100 | [diff] [blame] | 1454 | } |
| 1455 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1456 | /* |
| 1457 | * OPEN_EXPIRED: |
| 1458 | * reclaim state on the server after a network partition. |
| 1459 | * Assumes caller holds the appropriate lock |
| 1460 | */ |
Trond Myklebust | 539cd03 | 2007-06-05 11:46:42 -0400 | [diff] [blame] | 1461 | 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] | 1462 | { |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 1463 | struct nfs4_opendata *opendata; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1464 | int ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1465 | |
Trond Myklebust | 6f220ed | 2007-07-17 21:50:45 -0400 | [diff] [blame] | 1466 | opendata = nfs4_open_recoverdata_alloc(ctx, state); |
| 1467 | if (IS_ERR(opendata)) |
| 1468 | return PTR_ERR(opendata); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1469 | ret = nfs4_open_recover(opendata, state); |
Trond Myklebust | 35d0577 | 2008-04-05 15:54:17 -0400 | [diff] [blame] | 1470 | if (ret == -ESTALE) |
Trond Myklebust | 539cd03 | 2007-06-05 11:46:42 -0400 | [diff] [blame] | 1471 | d_drop(ctx->path.dentry); |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 1472 | nfs4_opendata_put(opendata); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1473 | return ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1474 | } |
| 1475 | |
Trond Myklebust | a9ed2e2 | 2009-12-03 15:53:21 -0500 | [diff] [blame] | 1476 | static 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] | 1477 | { |
Trond Myklebust | 539cd03 | 2007-06-05 11:46:42 -0400 | [diff] [blame] | 1478 | struct nfs_server *server = NFS_SERVER(state->inode); |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 1479 | struct nfs4_exception exception = { }; |
| 1480 | int err; |
| 1481 | |
| 1482 | do { |
Trond Myklebust | 539cd03 | 2007-06-05 11:46:42 -0400 | [diff] [blame] | 1483 | err = _nfs4_open_expired(ctx, state); |
Trond Myklebust | a9ed2e2 | 2009-12-03 15:53:21 -0500 | [diff] [blame] | 1484 | switch (err) { |
| 1485 | default: |
| 1486 | goto out; |
| 1487 | case -NFS4ERR_GRACE: |
| 1488 | case -NFS4ERR_DELAY: |
| 1489 | nfs4_handle_exception(server, err, &exception); |
| 1490 | err = 0; |
| 1491 | } |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 1492 | } while (exception.retry); |
Trond Myklebust | a9ed2e2 | 2009-12-03 15:53:21 -0500 | [diff] [blame] | 1493 | out: |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 1494 | return err; |
| 1495 | } |
| 1496 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1497 | static int nfs4_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state) |
| 1498 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1499 | struct nfs_open_context *ctx; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1500 | int ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1501 | |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1502 | ctx = nfs4_state_find_open_context(state); |
| 1503 | if (IS_ERR(ctx)) |
| 1504 | return PTR_ERR(ctx); |
Trond Myklebust | 539cd03 | 2007-06-05 11:46:42 -0400 | [diff] [blame] | 1505 | ret = nfs4_do_open_expired(ctx, state); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1506 | put_nfs_open_context(ctx); |
| 1507 | return ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1508 | } |
| 1509 | |
| 1510 | /* |
Jeff Layton | aa53ed5 | 2007-06-05 14:49:03 -0400 | [diff] [blame] | 1511 | * on an EXCLUSIVE create, the server should send back a bitmask with FATTR4-* |
| 1512 | * fields corresponding to attributes that were used to store the verifier. |
| 1513 | * Make sure we clobber those fields in the later setattr call |
| 1514 | */ |
| 1515 | static inline void nfs4_exclusive_attrset(struct nfs4_opendata *opendata, struct iattr *sattr) |
| 1516 | { |
| 1517 | if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_ACCESS) && |
| 1518 | !(sattr->ia_valid & ATTR_ATIME_SET)) |
| 1519 | sattr->ia_valid |= ATTR_ATIME; |
| 1520 | |
| 1521 | if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_MODIFY) && |
| 1522 | !(sattr->ia_valid & ATTR_MTIME_SET)) |
| 1523 | sattr->ia_valid |= ATTR_MTIME; |
| 1524 | } |
| 1525 | |
| 1526 | /* |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1527 | * Returns a referenced nfs4_state |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1528 | */ |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1529 | static int _nfs4_do_open(struct inode *dir, struct path *path, fmode_t fmode, int flags, struct iattr *sattr, struct rpc_cred *cred, struct nfs4_state **res) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1530 | { |
| 1531 | struct nfs4_state_owner *sp; |
| 1532 | struct nfs4_state *state = NULL; |
| 1533 | struct nfs_server *server = NFS_SERVER(dir); |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 1534 | struct nfs4_opendata *opendata; |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1535 | int status; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1536 | |
| 1537 | /* Protect against reboot recovery conflicts */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1538 | status = -ENOMEM; |
| 1539 | if (!(sp = nfs4_get_state_owner(server, cred))) { |
| 1540 | dprintk("nfs4_do_open: nfs4_get_state_owner failed!\n"); |
| 1541 | goto out_err; |
| 1542 | } |
Trond Myklebust | 58d9714a | 2006-01-03 09:55:24 +0100 | [diff] [blame] | 1543 | status = nfs4_recover_expired_lease(server); |
| 1544 | if (status != 0) |
Trond Myklebust | b4454fe | 2006-01-03 09:55:25 +0100 | [diff] [blame] | 1545 | goto err_put_state_owner; |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1546 | if (path->dentry->d_inode != NULL) |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1547 | nfs4_return_incompatible_delegation(path->dentry->d_inode, fmode); |
Trond Myklebust | 58d9714a | 2006-01-03 09:55:24 +0100 | [diff] [blame] | 1548 | status = -ENOMEM; |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1549 | opendata = nfs4_opendata_alloc(path, sp, fmode, flags, sattr); |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 1550 | if (opendata == NULL) |
Trond Myklebust | 95d35cb | 2008-12-23 15:21:45 -0500 | [diff] [blame] | 1551 | goto err_put_state_owner; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1552 | |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1553 | if (path->dentry->d_inode != NULL) |
| 1554 | opendata->state = nfs4_get_open_state(path->dentry->d_inode, sp); |
| 1555 | |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1556 | status = _nfs4_proc_open(opendata); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1557 | if (status != 0) |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 1558 | goto err_opendata_put; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1559 | |
Jeff Layton | aa53ed5 | 2007-06-05 14:49:03 -0400 | [diff] [blame] | 1560 | if (opendata->o_arg.open_flags & O_EXCL) |
| 1561 | nfs4_exclusive_attrset(opendata, sattr); |
| 1562 | |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1563 | state = nfs4_opendata_to_nfs4_state(opendata); |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 1564 | status = PTR_ERR(state); |
| 1565 | if (IS_ERR(state)) |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 1566 | goto err_opendata_put; |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 1567 | nfs4_opendata_put(opendata); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1568 | nfs4_put_state_owner(sp); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1569 | *res = state; |
| 1570 | return 0; |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 1571 | err_opendata_put: |
| 1572 | nfs4_opendata_put(opendata); |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 1573 | err_put_state_owner: |
| 1574 | nfs4_put_state_owner(sp); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1575 | out_err: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1576 | *res = NULL; |
| 1577 | return status; |
| 1578 | } |
| 1579 | |
| 1580 | |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1581 | static struct nfs4_state *nfs4_do_open(struct inode *dir, struct path *path, fmode_t fmode, int flags, struct iattr *sattr, struct rpc_cred *cred) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1582 | { |
| 1583 | struct nfs4_exception exception = { }; |
| 1584 | struct nfs4_state *res; |
| 1585 | int status; |
| 1586 | |
| 1587 | do { |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1588 | status = _nfs4_do_open(dir, path, fmode, flags, sattr, cred, &res); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1589 | if (status == 0) |
| 1590 | break; |
| 1591 | /* NOTE: BAD_SEQID means the server and client disagree about the |
| 1592 | * book-keeping w.r.t. state-changing operations |
| 1593 | * (OPEN/CLOSE/LOCK/LOCKU...) |
| 1594 | * It is actually a sign of a bug on the client or on the server. |
| 1595 | * |
| 1596 | * If we receive a BAD_SEQID error in the particular case of |
Trond Myklebust | cee54fc | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1597 | * doing an OPEN, we assume that nfs_increment_open_seqid() will |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1598 | * have unhashed the old state_owner for us, and that we can |
| 1599 | * therefore safely retry using a new one. We should still warn |
| 1600 | * the user though... |
| 1601 | */ |
| 1602 | if (status == -NFS4ERR_BAD_SEQID) { |
Trond Myklebust | 6f43ddc | 2007-07-08 16:49:11 -0400 | [diff] [blame] | 1603 | printk(KERN_WARNING "NFS: v4 server %s " |
| 1604 | " returned a bad sequence-id error!\n", |
| 1605 | NFS_SERVER(dir)->nfs_client->cl_hostname); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1606 | exception.retry = 1; |
| 1607 | continue; |
| 1608 | } |
Trond Myklebust | 550f574 | 2005-10-18 14:20:21 -0700 | [diff] [blame] | 1609 | /* |
| 1610 | * BAD_STATEID on OPEN means that the server cancelled our |
| 1611 | * state before it received the OPEN_CONFIRM. |
| 1612 | * Recover by retrying the request as per the discussion |
| 1613 | * on Page 181 of RFC3530. |
| 1614 | */ |
| 1615 | if (status == -NFS4ERR_BAD_STATEID) { |
| 1616 | exception.retry = 1; |
| 1617 | continue; |
| 1618 | } |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1619 | if (status == -EAGAIN) { |
| 1620 | /* We must have found a delegation */ |
| 1621 | exception.retry = 1; |
| 1622 | continue; |
| 1623 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1624 | res = ERR_PTR(nfs4_handle_exception(NFS_SERVER(dir), |
| 1625 | status, &exception)); |
| 1626 | } while (exception.retry); |
| 1627 | return res; |
| 1628 | } |
| 1629 | |
Trond Myklebust | 659bfcd | 2008-06-10 19:39:41 -0400 | [diff] [blame] | 1630 | static int _nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred, |
| 1631 | struct nfs_fattr *fattr, struct iattr *sattr, |
| 1632 | struct nfs4_state *state) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1633 | { |
Trond Myklebust | 3e4f629 | 2006-03-20 13:44:46 -0500 | [diff] [blame] | 1634 | struct nfs_server *server = NFS_SERVER(inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1635 | struct nfs_setattrargs arg = { |
Trond Myklebust | 3e4f629 | 2006-03-20 13:44:46 -0500 | [diff] [blame] | 1636 | .fh = NFS_FH(inode), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1637 | .iap = sattr, |
| 1638 | .server = server, |
| 1639 | .bitmask = server->attr_bitmask, |
| 1640 | }; |
| 1641 | struct nfs_setattrres res = { |
| 1642 | .fattr = fattr, |
| 1643 | .server = server, |
| 1644 | }; |
| 1645 | struct rpc_message msg = { |
Trond Myklebust | 659bfcd | 2008-06-10 19:39:41 -0400 | [diff] [blame] | 1646 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETATTR], |
| 1647 | .rpc_argp = &arg, |
| 1648 | .rpc_resp = &res, |
| 1649 | .rpc_cred = cred, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1650 | }; |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 1651 | unsigned long timestamp = jiffies; |
Trond Myklebust | 65e4308 | 2005-08-16 11:49:44 -0400 | [diff] [blame] | 1652 | int status; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1653 | |
Trond Myklebust | 0e574af | 2005-10-27 22:12:38 -0400 | [diff] [blame] | 1654 | nfs_fattr_init(fattr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1655 | |
Trond Myklebust | 3e4f629 | 2006-03-20 13:44:46 -0500 | [diff] [blame] | 1656 | if (nfs4_copy_delegation_stateid(&arg.stateid, inode)) { |
| 1657 | /* Use that stateid */ |
| 1658 | } else if (state != NULL) { |
Trond Myklebust | 08e9eac | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 1659 | nfs4_copy_stateid(&arg.stateid, state, current->files); |
| 1660 | } else |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1661 | memcpy(&arg.stateid, &zero_stateid, sizeof(arg.stateid)); |
| 1662 | |
Andy Adamson | cccef3b | 2009-04-01 09:22:03 -0400 | [diff] [blame] | 1663 | status = nfs4_call_sync(server, &msg, &arg, &res, 1); |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 1664 | if (status == 0 && state != NULL) |
| 1665 | renew_lease(server, timestamp); |
Trond Myklebust | 65e4308 | 2005-08-16 11:49:44 -0400 | [diff] [blame] | 1666 | return status; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1667 | } |
| 1668 | |
Trond Myklebust | 659bfcd | 2008-06-10 19:39:41 -0400 | [diff] [blame] | 1669 | static int nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred, |
| 1670 | struct nfs_fattr *fattr, struct iattr *sattr, |
| 1671 | struct nfs4_state *state) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1672 | { |
Trond Myklebust | 3e4f629 | 2006-03-20 13:44:46 -0500 | [diff] [blame] | 1673 | struct nfs_server *server = NFS_SERVER(inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1674 | struct nfs4_exception exception = { }; |
| 1675 | int err; |
| 1676 | do { |
| 1677 | err = nfs4_handle_exception(server, |
Trond Myklebust | 659bfcd | 2008-06-10 19:39:41 -0400 | [diff] [blame] | 1678 | _nfs4_do_setattr(inode, cred, fattr, sattr, state), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1679 | &exception); |
| 1680 | } while (exception.retry); |
| 1681 | return err; |
| 1682 | } |
| 1683 | |
| 1684 | struct nfs4_closedata { |
Trond Myklebust | 4a35bd4 | 2007-06-05 10:31:33 -0400 | [diff] [blame] | 1685 | struct path path; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1686 | struct inode *inode; |
| 1687 | struct nfs4_state *state; |
| 1688 | struct nfs_closeargs arg; |
| 1689 | struct nfs_closeres res; |
Trond Myklebust | 516a6af | 2005-10-27 22:12:41 -0400 | [diff] [blame] | 1690 | struct nfs_fattr fattr; |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 1691 | unsigned long timestamp; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1692 | }; |
| 1693 | |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 1694 | static void nfs4_free_closedata(void *data) |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1695 | { |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 1696 | struct nfs4_closedata *calldata = data; |
| 1697 | struct nfs4_state_owner *sp = calldata->state->owner; |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1698 | |
| 1699 | nfs4_put_open_state(calldata->state); |
| 1700 | nfs_free_seqid(calldata->arg.seqid); |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1701 | nfs4_put_state_owner(sp); |
Jan Blunck | 31f31db | 2008-05-02 13:42:45 -0700 | [diff] [blame] | 1702 | path_put(&calldata->path); |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1703 | kfree(calldata); |
| 1704 | } |
| 1705 | |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 1706 | static void nfs4_close_done(struct rpc_task *task, void *data) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1707 | { |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 1708 | struct nfs4_closedata *calldata = data; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1709 | struct nfs4_state *state = calldata->state; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1710 | struct nfs_server *server = NFS_SERVER(calldata->inode); |
| 1711 | |
Andy Adamson | 19ddab0 | 2009-04-01 09:22:20 -0400 | [diff] [blame] | 1712 | nfs4_sequence_done(server, &calldata->res.seq_res, task->tk_status); |
Trond Myklebust | 4ce70ad | 2006-01-03 09:55:05 +0100 | [diff] [blame] | 1713 | if (RPC_ASSASSINATED(task)) |
| 1714 | return; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1715 | /* hmm. we are done with the inode, and in the process of freeing |
| 1716 | * the state_owner. we keep this around to process errors |
| 1717 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1718 | switch (task->tk_status) { |
| 1719 | case 0: |
Trond Myklebust | 45328c3 | 2007-07-26 17:47:34 -0400 | [diff] [blame] | 1720 | nfs_set_open_stateid(state, &calldata->res.stateid, 0); |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 1721 | renew_lease(server, calldata->timestamp); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1722 | break; |
| 1723 | case -NFS4ERR_STALE_STATEID: |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame] | 1724 | case -NFS4ERR_OLD_STATEID: |
| 1725 | case -NFS4ERR_BAD_STATEID: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1726 | case -NFS4ERR_EXPIRED: |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1727 | if (calldata->arg.fmode == 0) |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame] | 1728 | break; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1729 | default: |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame] | 1730 | if (nfs4_async_handle_error(task, server, state) == -EAGAIN) { |
Trond Myklebust | 0110ee1 | 2009-12-07 09:00:24 -0500 | [diff] [blame^] | 1731 | nfs_restart_rpc(task, server->nfs_client); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1732 | return; |
| 1733 | } |
| 1734 | } |
Trond Myklebust | 516a6af | 2005-10-27 22:12:41 -0400 | [diff] [blame] | 1735 | nfs_refresh_inode(calldata->inode, calldata->res.fattr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1736 | } |
| 1737 | |
Trond Myklebust | 4ce70ad | 2006-01-03 09:55:05 +0100 | [diff] [blame] | 1738 | static void nfs4_close_prepare(struct rpc_task *task, void *data) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1739 | { |
Trond Myklebust | 4ce70ad | 2006-01-03 09:55:05 +0100 | [diff] [blame] | 1740 | struct nfs4_closedata *calldata = data; |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1741 | struct nfs4_state *state = calldata->state; |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 1742 | int clear_rd, clear_wr, clear_rdwr; |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1743 | |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 1744 | if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0) |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1745 | return; |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 1746 | |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 1747 | clear_rd = clear_wr = clear_rdwr = 0; |
Trond Myklebust | 4cecb76 | 2005-11-04 15:32:58 -0500 | [diff] [blame] | 1748 | spin_lock(&state->owner->so_lock); |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 1749 | /* Calculate the change in open mode */ |
Trond Myklebust | e761692 | 2006-01-03 09:55:13 +0100 | [diff] [blame] | 1750 | if (state->n_rdwr == 0) { |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 1751 | if (state->n_rdonly == 0) { |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 1752 | clear_rd |= test_and_clear_bit(NFS_O_RDONLY_STATE, &state->flags); |
| 1753 | clear_rdwr |= test_and_clear_bit(NFS_O_RDWR_STATE, &state->flags); |
| 1754 | } |
| 1755 | if (state->n_wronly == 0) { |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 1756 | clear_wr |= test_and_clear_bit(NFS_O_WRONLY_STATE, &state->flags); |
| 1757 | clear_rdwr |= test_and_clear_bit(NFS_O_RDWR_STATE, &state->flags); |
| 1758 | } |
Trond Myklebust | e761692 | 2006-01-03 09:55:13 +0100 | [diff] [blame] | 1759 | } |
Trond Myklebust | 4cecb76 | 2005-11-04 15:32:58 -0500 | [diff] [blame] | 1760 | spin_unlock(&state->owner->so_lock); |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 1761 | if (!clear_rd && !clear_wr && !clear_rdwr) { |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 1762 | /* Note: exit _without_ calling nfs4_close_done */ |
| 1763 | task->tk_action = NULL; |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1764 | return; |
| 1765 | } |
Trond Myklebust | 516a6af | 2005-10-27 22:12:41 -0400 | [diff] [blame] | 1766 | nfs_fattr_init(calldata->res.fattr); |
Trond Myklebust | 45328c3 | 2007-07-26 17:47:34 -0400 | [diff] [blame] | 1767 | if (test_bit(NFS_O_RDONLY_STATE, &state->flags) != 0) { |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 1768 | task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_DOWNGRADE]; |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1769 | calldata->arg.fmode = FMODE_READ; |
Trond Myklebust | 45328c3 | 2007-07-26 17:47:34 -0400 | [diff] [blame] | 1770 | } else if (test_bit(NFS_O_WRONLY_STATE, &state->flags) != 0) { |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 1771 | task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_DOWNGRADE]; |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1772 | calldata->arg.fmode = FMODE_WRITE; |
Trond Myklebust | 45328c3 | 2007-07-26 17:47:34 -0400 | [diff] [blame] | 1773 | } |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 1774 | calldata->timestamp = jiffies; |
Andy Adamson | 19ddab0 | 2009-04-01 09:22:20 -0400 | [diff] [blame] | 1775 | if (nfs4_setup_sequence((NFS_SERVER(calldata->inode))->nfs_client, |
| 1776 | &calldata->arg.seq_args, &calldata->res.seq_res, |
| 1777 | 1, task)) |
| 1778 | return; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 1779 | rpc_call_start(task); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1780 | } |
| 1781 | |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 1782 | static const struct rpc_call_ops nfs4_close_ops = { |
Trond Myklebust | 4ce70ad | 2006-01-03 09:55:05 +0100 | [diff] [blame] | 1783 | .rpc_call_prepare = nfs4_close_prepare, |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 1784 | .rpc_call_done = nfs4_close_done, |
| 1785 | .rpc_release = nfs4_free_closedata, |
| 1786 | }; |
| 1787 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1788 | /* |
| 1789 | * It is possible for data to be read/written from a mem-mapped file |
| 1790 | * after the sys_close call (which hits the vfs layer as a flush). |
| 1791 | * This means that we can't safely call nfsv4 close on a file until |
| 1792 | * the inode is cleared. This in turn means that we are not good |
| 1793 | * NFSv4 citizens - we do not indicate to the server to update the file's |
| 1794 | * share state even when we are done with one of the three share |
| 1795 | * stateid's in the inode. |
| 1796 | * |
| 1797 | * NOTE: Caller must be holding the sp->so_owner semaphore! |
| 1798 | */ |
Trond Myklebust | a49c3c7 | 2007-10-18 18:03:27 -0400 | [diff] [blame] | 1799 | 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] | 1800 | { |
Trond Myklebust | 4a35bd4 | 2007-06-05 10:31:33 -0400 | [diff] [blame] | 1801 | struct nfs_server *server = NFS_SERVER(state->inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1802 | struct nfs4_closedata *calldata; |
Trond Myklebust | b39e625 | 2007-06-11 23:05:07 -0400 | [diff] [blame] | 1803 | struct nfs4_state_owner *sp = state->owner; |
| 1804 | struct rpc_task *task; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 1805 | struct rpc_message msg = { |
| 1806 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE], |
| 1807 | .rpc_cred = state->owner->so_cred, |
| 1808 | }; |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 1809 | struct rpc_task_setup task_setup_data = { |
| 1810 | .rpc_client = server->client, |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 1811 | .rpc_message = &msg, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 1812 | .callback_ops = &nfs4_close_ops, |
Trond Myklebust | 101070c | 2008-02-19 20:04:23 -0500 | [diff] [blame] | 1813 | .workqueue = nfsiod_workqueue, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 1814 | .flags = RPC_TASK_ASYNC, |
| 1815 | }; |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1816 | int status = -ENOMEM; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1817 | |
Andy Adamson | 19ddab0 | 2009-04-01 09:22:20 -0400 | [diff] [blame] | 1818 | calldata = kzalloc(sizeof(*calldata), GFP_KERNEL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1819 | if (calldata == NULL) |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1820 | goto out; |
Trond Myklebust | 4a35bd4 | 2007-06-05 10:31:33 -0400 | [diff] [blame] | 1821 | calldata->inode = state->inode; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1822 | calldata->state = state; |
Trond Myklebust | 4a35bd4 | 2007-06-05 10:31:33 -0400 | [diff] [blame] | 1823 | calldata->arg.fh = NFS_FH(state->inode); |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 1824 | calldata->arg.stateid = &state->open_stateid; |
Benny Halevy | 34dc1ad | 2009-04-01 09:22:52 -0400 | [diff] [blame] | 1825 | if (nfs4_has_session(server->nfs_client)) |
| 1826 | memset(calldata->arg.stateid->data, 0, 4); /* clear seqid */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1827 | /* Serialization for the sequence id */ |
Trond Myklebust | cee54fc | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1828 | calldata->arg.seqid = nfs_alloc_seqid(&state->owner->so_seqid); |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1829 | if (calldata->arg.seqid == NULL) |
| 1830 | goto out_free_calldata; |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1831 | calldata->arg.fmode = 0; |
Trond Myklebust | a65318b | 2009-03-11 14:10:28 -0400 | [diff] [blame] | 1832 | calldata->arg.bitmask = server->cache_consistency_bitmask; |
Trond Myklebust | 516a6af | 2005-10-27 22:12:41 -0400 | [diff] [blame] | 1833 | calldata->res.fattr = &calldata->fattr; |
Trond Myklebust | c1d5193 | 2008-04-07 13:20:54 -0400 | [diff] [blame] | 1834 | calldata->res.seqid = calldata->arg.seqid; |
Trond Myklebust | 516a6af | 2005-10-27 22:12:41 -0400 | [diff] [blame] | 1835 | calldata->res.server = server; |
Andy Adamson | 5f7dbd5 | 2009-04-01 09:22:05 -0400 | [diff] [blame] | 1836 | calldata->res.seq_res.sr_slotid = NFS4_MAX_SLOT_TABLE; |
Trond Myklebust | 4a35bd4 | 2007-06-05 10:31:33 -0400 | [diff] [blame] | 1837 | calldata->path.mnt = mntget(path->mnt); |
| 1838 | calldata->path.dentry = dget(path->dentry); |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1839 | |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 1840 | msg.rpc_argp = &calldata->arg, |
| 1841 | msg.rpc_resp = &calldata->res, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 1842 | task_setup_data.callback_data = calldata; |
| 1843 | task = rpc_run_task(&task_setup_data); |
Trond Myklebust | b39e625 | 2007-06-11 23:05:07 -0400 | [diff] [blame] | 1844 | if (IS_ERR(task)) |
| 1845 | return PTR_ERR(task); |
Trond Myklebust | a49c3c7 | 2007-10-18 18:03:27 -0400 | [diff] [blame] | 1846 | status = 0; |
| 1847 | if (wait) |
| 1848 | status = rpc_wait_for_completion_task(task); |
Trond Myklebust | b39e625 | 2007-06-11 23:05:07 -0400 | [diff] [blame] | 1849 | rpc_put_task(task); |
Trond Myklebust | a49c3c7 | 2007-10-18 18:03:27 -0400 | [diff] [blame] | 1850 | return status; |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1851 | out_free_calldata: |
| 1852 | kfree(calldata); |
| 1853 | out: |
Trond Myklebust | b39e625 | 2007-06-11 23:05:07 -0400 | [diff] [blame] | 1854 | nfs4_put_open_state(state); |
| 1855 | nfs4_put_state_owner(sp); |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1856 | return status; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1857 | } |
| 1858 | |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1859 | static int nfs4_intent_set_file(struct nameidata *nd, struct path *path, struct nfs4_state *state, fmode_t fmode) |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1860 | { |
| 1861 | struct file *filp; |
Trond Myklebust | 1b45c46 | 2007-07-03 13:04:56 -0400 | [diff] [blame] | 1862 | int ret; |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1863 | |
Trond Myklebust | 1b45c46 | 2007-07-03 13:04:56 -0400 | [diff] [blame] | 1864 | /* If the open_intent is for execute, we have an extra check to make */ |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1865 | if (fmode & FMODE_EXEC) { |
Trond Myklebust | af22f94 | 2007-08-10 17:45:10 -0400 | [diff] [blame] | 1866 | ret = nfs_may_open(state->inode, |
Trond Myklebust | 1b45c46 | 2007-07-03 13:04:56 -0400 | [diff] [blame] | 1867 | state->owner->so_cred, |
| 1868 | nd->intent.open.flags); |
| 1869 | if (ret < 0) |
| 1870 | goto out_close; |
| 1871 | } |
Trond Myklebust | 4a35bd4 | 2007-06-05 10:31:33 -0400 | [diff] [blame] | 1872 | filp = lookup_instantiate_filp(nd, path->dentry, NULL); |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1873 | if (!IS_ERR(filp)) { |
| 1874 | struct nfs_open_context *ctx; |
Trond Myklebust | cd3758e | 2007-08-10 17:44:32 -0400 | [diff] [blame] | 1875 | ctx = nfs_file_open_context(filp); |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1876 | ctx->state = state; |
Trond Myklebust | 95cf959 | 2006-04-18 13:14:06 -0400 | [diff] [blame] | 1877 | return 0; |
| 1878 | } |
Trond Myklebust | 1b45c46 | 2007-07-03 13:04:56 -0400 | [diff] [blame] | 1879 | ret = PTR_ERR(filp); |
| 1880 | out_close: |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1881 | nfs4_close_sync(path, state, fmode & (FMODE_READ|FMODE_WRITE)); |
Trond Myklebust | 1b45c46 | 2007-07-03 13:04:56 -0400 | [diff] [blame] | 1882 | return ret; |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1883 | } |
| 1884 | |
| 1885 | struct dentry * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1886 | nfs4_atomic_open(struct inode *dir, struct dentry *dentry, struct nameidata *nd) |
| 1887 | { |
Trond Myklebust | ad389da | 2007-06-05 12:30:00 -0400 | [diff] [blame] | 1888 | struct path path = { |
Jan Blunck | 4ac9137 | 2008-02-14 19:34:32 -0800 | [diff] [blame] | 1889 | .mnt = nd->path.mnt, |
Trond Myklebust | ad389da | 2007-06-05 12:30:00 -0400 | [diff] [blame] | 1890 | .dentry = dentry, |
| 1891 | }; |
Jan Blunck | 4ac9137 | 2008-02-14 19:34:32 -0800 | [diff] [blame] | 1892 | struct dentry *parent; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1893 | struct iattr attr; |
| 1894 | struct rpc_cred *cred; |
| 1895 | struct nfs4_state *state; |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1896 | struct dentry *res; |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1897 | fmode_t fmode = nd->intent.open.flags & (FMODE_READ | FMODE_WRITE | FMODE_EXEC); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1898 | |
| 1899 | if (nd->flags & LOOKUP_CREATE) { |
| 1900 | attr.ia_mode = nd->intent.open.create_mode; |
| 1901 | attr.ia_valid = ATTR_MODE; |
| 1902 | if (!IS_POSIXACL(dir)) |
Al Viro | ce3b0f8 | 2009-03-29 19:08:22 -0400 | [diff] [blame] | 1903 | attr.ia_mode &= ~current_umask(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1904 | } else { |
| 1905 | attr.ia_valid = 0; |
| 1906 | BUG_ON(nd->intent.open.flags & O_CREAT); |
| 1907 | } |
| 1908 | |
Trond Myklebust | 98a8e32 | 2008-03-12 12:25:28 -0400 | [diff] [blame] | 1909 | cred = rpc_lookup_cred(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1910 | if (IS_ERR(cred)) |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1911 | return (struct dentry *)cred; |
Trond Myklebust | 565277f | 2007-10-15 18:17:53 -0400 | [diff] [blame] | 1912 | parent = dentry->d_parent; |
| 1913 | /* Protect against concurrent sillydeletes */ |
| 1914 | nfs_block_sillyrename(parent); |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1915 | state = nfs4_do_open(dir, &path, fmode, nd->intent.open.flags, &attr, cred); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1916 | put_rpccred(cred); |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1917 | if (IS_ERR(state)) { |
Trond Myklebust | d75340c | 2007-10-01 21:42:01 -0400 | [diff] [blame] | 1918 | if (PTR_ERR(state) == -ENOENT) { |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1919 | d_add(dentry, NULL); |
Trond Myklebust | d75340c | 2007-10-01 21:42:01 -0400 | [diff] [blame] | 1920 | nfs_set_verifier(dentry, nfs_save_change_attribute(dir)); |
| 1921 | } |
Trond Myklebust | 565277f | 2007-10-15 18:17:53 -0400 | [diff] [blame] | 1922 | nfs_unblock_sillyrename(parent); |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1923 | return (struct dentry *)state; |
| 1924 | } |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1925 | res = d_add_unique(dentry, igrab(state->inode)); |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1926 | if (res != NULL) |
Trond Myklebust | deee936 | 2007-08-27 11:33:00 -0400 | [diff] [blame] | 1927 | path.dentry = res; |
Trond Myklebust | d75340c | 2007-10-01 21:42:01 -0400 | [diff] [blame] | 1928 | nfs_set_verifier(path.dentry, nfs_save_change_attribute(dir)); |
Trond Myklebust | 565277f | 2007-10-15 18:17:53 -0400 | [diff] [blame] | 1929 | nfs_unblock_sillyrename(parent); |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1930 | nfs4_intent_set_file(nd, &path, state, fmode); |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1931 | return res; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1932 | } |
| 1933 | |
| 1934 | int |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1935 | 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] | 1936 | { |
Trond Myklebust | ad389da | 2007-06-05 12:30:00 -0400 | [diff] [blame] | 1937 | struct path path = { |
Jan Blunck | 4ac9137 | 2008-02-14 19:34:32 -0800 | [diff] [blame] | 1938 | .mnt = nd->path.mnt, |
Trond Myklebust | ad389da | 2007-06-05 12:30:00 -0400 | [diff] [blame] | 1939 | .dentry = dentry, |
| 1940 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1941 | struct rpc_cred *cred; |
| 1942 | struct nfs4_state *state; |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1943 | fmode_t fmode = openflags & (FMODE_READ | FMODE_WRITE); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1944 | |
Trond Myklebust | 98a8e32 | 2008-03-12 12:25:28 -0400 | [diff] [blame] | 1945 | cred = rpc_lookup_cred(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1946 | if (IS_ERR(cred)) |
| 1947 | return PTR_ERR(cred); |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1948 | state = nfs4_do_open(dir, &path, fmode, openflags, NULL, cred); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1949 | put_rpccred(cred); |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1950 | if (IS_ERR(state)) { |
| 1951 | switch (PTR_ERR(state)) { |
| 1952 | case -EPERM: |
| 1953 | case -EACCES: |
| 1954 | case -EDQUOT: |
| 1955 | case -ENOSPC: |
| 1956 | case -EROFS: |
| 1957 | lookup_instantiate_filp(nd, (struct dentry *)state, NULL); |
| 1958 | return 1; |
Chuck Lever | b87c0ad | 2006-10-19 23:28:42 -0700 | [diff] [blame] | 1959 | default: |
| 1960 | goto out_drop; |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1961 | } |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1962 | } |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1963 | if (state->inode == dentry->d_inode) { |
Trond Myklebust | d75340c | 2007-10-01 21:42:01 -0400 | [diff] [blame] | 1964 | nfs_set_verifier(dentry, nfs_save_change_attribute(dir)); |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1965 | nfs4_intent_set_file(nd, &path, state, fmode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1966 | return 1; |
| 1967 | } |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1968 | nfs4_close_sync(&path, state, fmode); |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 1969 | out_drop: |
| 1970 | d_drop(dentry); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1971 | return 0; |
| 1972 | } |
| 1973 | |
Trond Myklebust | 1185a55 | 2009-12-03 15:54:02 -0500 | [diff] [blame] | 1974 | static void nfs4_close_context(struct nfs_open_context *ctx, int is_sync) |
Trond Myklebust | 7fe5c39 | 2009-03-19 15:35:50 -0400 | [diff] [blame] | 1975 | { |
| 1976 | if (ctx->state == NULL) |
| 1977 | return; |
| 1978 | if (is_sync) |
| 1979 | nfs4_close_sync(&ctx->path, ctx->state, ctx->mode); |
| 1980 | else |
| 1981 | nfs4_close_state(&ctx->path, ctx->state, ctx->mode); |
| 1982 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1983 | |
| 1984 | static int _nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle) |
| 1985 | { |
Benny Halevy | 43652ad | 2009-04-01 09:21:54 -0400 | [diff] [blame] | 1986 | struct nfs4_server_caps_arg args = { |
| 1987 | .fhandle = fhandle, |
| 1988 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1989 | struct nfs4_server_caps_res res = {}; |
| 1990 | struct rpc_message msg = { |
| 1991 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SERVER_CAPS], |
Benny Halevy | 43652ad | 2009-04-01 09:21:54 -0400 | [diff] [blame] | 1992 | .rpc_argp = &args, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1993 | .rpc_resp = &res, |
| 1994 | }; |
| 1995 | int status; |
| 1996 | |
Andy Adamson | cccef3b | 2009-04-01 09:22:03 -0400 | [diff] [blame] | 1997 | status = nfs4_call_sync(server, &msg, &args, &res, 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1998 | if (status == 0) { |
| 1999 | memcpy(server->attr_bitmask, res.attr_bitmask, sizeof(server->attr_bitmask)); |
Trond Myklebust | 62ab460 | 2009-08-09 15:06:19 -0400 | [diff] [blame] | 2000 | server->caps &= ~(NFS_CAP_ACLS|NFS_CAP_HARDLINKS| |
| 2001 | NFS_CAP_SYMLINKS|NFS_CAP_FILEID| |
| 2002 | NFS_CAP_MODE|NFS_CAP_NLINK|NFS_CAP_OWNER| |
| 2003 | NFS_CAP_OWNER_GROUP|NFS_CAP_ATIME| |
| 2004 | NFS_CAP_CTIME|NFS_CAP_MTIME); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2005 | if (res.attr_bitmask[0] & FATTR4_WORD0_ACL) |
| 2006 | server->caps |= NFS_CAP_ACLS; |
| 2007 | if (res.has_links != 0) |
| 2008 | server->caps |= NFS_CAP_HARDLINKS; |
| 2009 | if (res.has_symlinks != 0) |
| 2010 | server->caps |= NFS_CAP_SYMLINKS; |
Trond Myklebust | 62ab460 | 2009-08-09 15:06:19 -0400 | [diff] [blame] | 2011 | if (res.attr_bitmask[0] & FATTR4_WORD0_FILEID) |
| 2012 | server->caps |= NFS_CAP_FILEID; |
| 2013 | if (res.attr_bitmask[1] & FATTR4_WORD1_MODE) |
| 2014 | server->caps |= NFS_CAP_MODE; |
| 2015 | if (res.attr_bitmask[1] & FATTR4_WORD1_NUMLINKS) |
| 2016 | server->caps |= NFS_CAP_NLINK; |
| 2017 | if (res.attr_bitmask[1] & FATTR4_WORD1_OWNER) |
| 2018 | server->caps |= NFS_CAP_OWNER; |
| 2019 | if (res.attr_bitmask[1] & FATTR4_WORD1_OWNER_GROUP) |
| 2020 | server->caps |= NFS_CAP_OWNER_GROUP; |
| 2021 | if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_ACCESS) |
| 2022 | server->caps |= NFS_CAP_ATIME; |
| 2023 | if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_METADATA) |
| 2024 | server->caps |= NFS_CAP_CTIME; |
| 2025 | if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_MODIFY) |
| 2026 | server->caps |= NFS_CAP_MTIME; |
| 2027 | |
Trond Myklebust | a65318b | 2009-03-11 14:10:28 -0400 | [diff] [blame] | 2028 | memcpy(server->cache_consistency_bitmask, res.attr_bitmask, sizeof(server->cache_consistency_bitmask)); |
| 2029 | server->cache_consistency_bitmask[0] &= FATTR4_WORD0_CHANGE|FATTR4_WORD0_SIZE; |
| 2030 | server->cache_consistency_bitmask[1] &= FATTR4_WORD1_TIME_METADATA|FATTR4_WORD1_TIME_MODIFY; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2031 | server->acl_bitmask = res.acl_bitmask; |
| 2032 | } |
Andy Adamson | cccef3b | 2009-04-01 09:22:03 -0400 | [diff] [blame] | 2033 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2034 | return status; |
| 2035 | } |
| 2036 | |
Trond Myklebust | 55a9759 | 2006-06-09 09:34:19 -0400 | [diff] [blame] | 2037 | int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2038 | { |
| 2039 | struct nfs4_exception exception = { }; |
| 2040 | int err; |
| 2041 | do { |
| 2042 | err = nfs4_handle_exception(server, |
| 2043 | _nfs4_server_capabilities(server, fhandle), |
| 2044 | &exception); |
| 2045 | } while (exception.retry); |
| 2046 | return err; |
| 2047 | } |
| 2048 | |
| 2049 | static int _nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle, |
| 2050 | struct nfs_fsinfo *info) |
| 2051 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2052 | struct nfs4_lookup_root_arg args = { |
| 2053 | .bitmask = nfs4_fattr_bitmap, |
| 2054 | }; |
| 2055 | struct nfs4_lookup_res res = { |
| 2056 | .server = server, |
Trond Myklebust | 0e574af | 2005-10-27 22:12:38 -0400 | [diff] [blame] | 2057 | .fattr = info->fattr, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2058 | .fh = fhandle, |
| 2059 | }; |
| 2060 | struct rpc_message msg = { |
| 2061 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP_ROOT], |
| 2062 | .rpc_argp = &args, |
| 2063 | .rpc_resp = &res, |
| 2064 | }; |
Benny Halevy | 008f55d | 2009-04-01 09:22:50 -0400 | [diff] [blame] | 2065 | |
Trond Myklebust | 0e574af | 2005-10-27 22:12:38 -0400 | [diff] [blame] | 2066 | nfs_fattr_init(info->fattr); |
Trond Myklebust | fccba80 | 2009-07-21 16:48:07 -0400 | [diff] [blame] | 2067 | return nfs4_call_sync(server, &msg, &args, &res, 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2068 | } |
| 2069 | |
| 2070 | static int nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle, |
| 2071 | struct nfs_fsinfo *info) |
| 2072 | { |
| 2073 | struct nfs4_exception exception = { }; |
| 2074 | int err; |
| 2075 | do { |
| 2076 | err = nfs4_handle_exception(server, |
| 2077 | _nfs4_lookup_root(server, fhandle, info), |
| 2078 | &exception); |
| 2079 | } while (exception.retry); |
| 2080 | return err; |
| 2081 | } |
| 2082 | |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 2083 | /* |
| 2084 | * get the file handle for the "/" directory on the server |
| 2085 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2086 | 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] | 2087 | struct nfs_fsinfo *info) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2088 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2089 | int status; |
| 2090 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2091 | status = nfs4_lookup_root(server, fhandle, info); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2092 | if (status == 0) |
| 2093 | status = nfs4_server_capabilities(server, fhandle); |
| 2094 | if (status == 0) |
| 2095 | status = nfs4_do_fsinfo(server, fhandle, info); |
Trond Myklebust | c12e87f | 2006-03-13 21:20:47 -0800 | [diff] [blame] | 2096 | return nfs4_map_errors(status); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2097 | } |
| 2098 | |
Manoj Naik | 6b97fd3 | 2006-06-09 09:34:29 -0400 | [diff] [blame] | 2099 | /* |
| 2100 | * Get locations and (maybe) other attributes of a referral. |
| 2101 | * Note that we'll actually follow the referral later when |
| 2102 | * we detect fsid mismatch in inode revalidation |
| 2103 | */ |
Trond Myklebust | 56659e9 | 2007-07-17 21:52:39 -0400 | [diff] [blame] | 2104 | 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] | 2105 | { |
| 2106 | int status = -ENOMEM; |
| 2107 | struct page *page = NULL; |
| 2108 | struct nfs4_fs_locations *locations = NULL; |
Manoj Naik | 6b97fd3 | 2006-06-09 09:34:29 -0400 | [diff] [blame] | 2109 | |
| 2110 | page = alloc_page(GFP_KERNEL); |
| 2111 | if (page == NULL) |
| 2112 | goto out; |
| 2113 | locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL); |
| 2114 | if (locations == NULL) |
| 2115 | goto out; |
| 2116 | |
Trond Myklebust | c228fd3 | 2007-01-13 02:28:11 -0500 | [diff] [blame] | 2117 | status = nfs4_proc_fs_locations(dir, name, locations, page); |
Manoj Naik | 6b97fd3 | 2006-06-09 09:34:29 -0400 | [diff] [blame] | 2118 | if (status != 0) |
| 2119 | goto out; |
| 2120 | /* Make sure server returned a different fsid for the referral */ |
| 2121 | if (nfs_fsid_equal(&NFS_SERVER(dir)->fsid, &locations->fattr.fsid)) { |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 2122 | 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] | 2123 | status = -EIO; |
| 2124 | goto out; |
| 2125 | } |
| 2126 | |
| 2127 | memcpy(fattr, &locations->fattr, sizeof(struct nfs_fattr)); |
| 2128 | fattr->valid |= NFS_ATTR_FATTR_V4_REFERRAL; |
| 2129 | if (!fattr->mode) |
| 2130 | fattr->mode = S_IFDIR; |
| 2131 | memset(fhandle, 0, sizeof(struct nfs_fh)); |
| 2132 | out: |
| 2133 | if (page) |
| 2134 | __free_page(page); |
| 2135 | if (locations) |
| 2136 | kfree(locations); |
| 2137 | return status; |
| 2138 | } |
| 2139 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2140 | static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr) |
| 2141 | { |
| 2142 | struct nfs4_getattr_arg args = { |
| 2143 | .fh = fhandle, |
| 2144 | .bitmask = server->attr_bitmask, |
| 2145 | }; |
| 2146 | struct nfs4_getattr_res res = { |
| 2147 | .fattr = fattr, |
| 2148 | .server = server, |
| 2149 | }; |
| 2150 | struct rpc_message msg = { |
| 2151 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETATTR], |
| 2152 | .rpc_argp = &args, |
| 2153 | .rpc_resp = &res, |
| 2154 | }; |
| 2155 | |
Trond Myklebust | 0e574af | 2005-10-27 22:12:38 -0400 | [diff] [blame] | 2156 | nfs_fattr_init(fattr); |
Andy Adamson | cccef3b | 2009-04-01 09:22:03 -0400 | [diff] [blame] | 2157 | return nfs4_call_sync(server, &msg, &args, &res, 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2158 | } |
| 2159 | |
| 2160 | static int nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr) |
| 2161 | { |
| 2162 | struct nfs4_exception exception = { }; |
| 2163 | int err; |
| 2164 | do { |
| 2165 | err = nfs4_handle_exception(server, |
| 2166 | _nfs4_proc_getattr(server, fhandle, fattr), |
| 2167 | &exception); |
| 2168 | } while (exception.retry); |
| 2169 | return err; |
| 2170 | } |
| 2171 | |
| 2172 | /* |
| 2173 | * The file is not closed if it is opened due to the a request to change |
| 2174 | * the size of the file. The open call will not be needed once the |
| 2175 | * VFS layer lookup-intents are implemented. |
| 2176 | * |
| 2177 | * Close is called when the inode is destroyed. |
| 2178 | * If we haven't opened the file for O_WRONLY, we |
| 2179 | * need to in the size_change case to obtain a stateid. |
| 2180 | * |
| 2181 | * Got race? |
| 2182 | * Because OPEN is always done by name in nfsv4, it is |
| 2183 | * possible that we opened a different file by the same |
| 2184 | * name. We can recognize this race condition, but we |
| 2185 | * can't do anything about it besides returning an error. |
| 2186 | * |
| 2187 | * This will be fixed with VFS changes (lookup-intent). |
| 2188 | */ |
| 2189 | static int |
| 2190 | nfs4_proc_setattr(struct dentry *dentry, struct nfs_fattr *fattr, |
| 2191 | struct iattr *sattr) |
| 2192 | { |
Trond Myklebust | 08e9eac | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 2193 | struct inode *inode = dentry->d_inode; |
Trond Myklebust | 659bfcd | 2008-06-10 19:39:41 -0400 | [diff] [blame] | 2194 | struct rpc_cred *cred = NULL; |
Trond Myklebust | d530838 | 2005-11-04 15:33:38 -0500 | [diff] [blame] | 2195 | struct nfs4_state *state = NULL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2196 | int status; |
| 2197 | |
Trond Myklebust | 0e574af | 2005-10-27 22:12:38 -0400 | [diff] [blame] | 2198 | nfs_fattr_init(fattr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2199 | |
Trond Myklebust | d530838 | 2005-11-04 15:33:38 -0500 | [diff] [blame] | 2200 | /* Search for an existing open(O_WRITE) file */ |
Trond Myklebust | 659bfcd | 2008-06-10 19:39:41 -0400 | [diff] [blame] | 2201 | if (sattr->ia_valid & ATTR_FILE) { |
| 2202 | struct nfs_open_context *ctx; |
Trond Myklebust | 08e9eac | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 2203 | |
Trond Myklebust | 659bfcd | 2008-06-10 19:39:41 -0400 | [diff] [blame] | 2204 | ctx = nfs_file_open_context(sattr->ia_file); |
Neil Brown | 504e518 | 2008-10-16 14:15:16 +1100 | [diff] [blame] | 2205 | if (ctx) { |
| 2206 | cred = ctx->cred; |
| 2207 | state = ctx->state; |
| 2208 | } |
Trond Myklebust | 659bfcd | 2008-06-10 19:39:41 -0400 | [diff] [blame] | 2209 | } |
| 2210 | |
| 2211 | status = nfs4_do_setattr(inode, cred, fattr, sattr, state); |
Trond Myklebust | 65e4308 | 2005-08-16 11:49:44 -0400 | [diff] [blame] | 2212 | if (status == 0) |
| 2213 | nfs_setattr_update_inode(inode, sattr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2214 | return status; |
| 2215 | } |
| 2216 | |
Trond Myklebust | 56659e9 | 2007-07-17 21:52:39 -0400 | [diff] [blame] | 2217 | static int _nfs4_proc_lookupfh(struct nfs_server *server, const struct nfs_fh *dirfh, |
| 2218 | const struct qstr *name, struct nfs_fh *fhandle, |
David Howells | 2b3de44 | 2006-08-22 20:06:09 -0400 | [diff] [blame] | 2219 | struct nfs_fattr *fattr) |
| 2220 | { |
| 2221 | int status; |
| 2222 | struct nfs4_lookup_arg args = { |
| 2223 | .bitmask = server->attr_bitmask, |
| 2224 | .dir_fh = dirfh, |
| 2225 | .name = name, |
| 2226 | }; |
| 2227 | struct nfs4_lookup_res res = { |
| 2228 | .server = server, |
| 2229 | .fattr = fattr, |
| 2230 | .fh = fhandle, |
| 2231 | }; |
| 2232 | struct rpc_message msg = { |
| 2233 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP], |
| 2234 | .rpc_argp = &args, |
| 2235 | .rpc_resp = &res, |
| 2236 | }; |
| 2237 | |
| 2238 | nfs_fattr_init(fattr); |
| 2239 | |
| 2240 | dprintk("NFS call lookupfh %s\n", name->name); |
Andy Adamson | cccef3b | 2009-04-01 09:22:03 -0400 | [diff] [blame] | 2241 | status = nfs4_call_sync(server, &msg, &args, &res, 0); |
David Howells | 2b3de44 | 2006-08-22 20:06:09 -0400 | [diff] [blame] | 2242 | dprintk("NFS reply lookupfh: %d\n", status); |
David Howells | 2b3de44 | 2006-08-22 20:06:09 -0400 | [diff] [blame] | 2243 | return status; |
| 2244 | } |
| 2245 | |
| 2246 | static int nfs4_proc_lookupfh(struct nfs_server *server, struct nfs_fh *dirfh, |
| 2247 | struct qstr *name, struct nfs_fh *fhandle, |
| 2248 | struct nfs_fattr *fattr) |
| 2249 | { |
| 2250 | struct nfs4_exception exception = { }; |
| 2251 | int err; |
| 2252 | do { |
Trond Myklebust | 4e56e08 | 2007-07-01 18:13:52 -0400 | [diff] [blame] | 2253 | err = _nfs4_proc_lookupfh(server, dirfh, name, fhandle, fattr); |
| 2254 | /* FIXME: !!!! */ |
| 2255 | if (err == -NFS4ERR_MOVED) { |
| 2256 | err = -EREMOTE; |
| 2257 | break; |
| 2258 | } |
| 2259 | err = nfs4_handle_exception(server, err, &exception); |
David Howells | 2b3de44 | 2006-08-22 20:06:09 -0400 | [diff] [blame] | 2260 | } while (exception.retry); |
| 2261 | return err; |
| 2262 | } |
| 2263 | |
Trond Myklebust | 56659e9 | 2007-07-17 21:52:39 -0400 | [diff] [blame] | 2264 | static int _nfs4_proc_lookup(struct inode *dir, const struct qstr *name, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2265 | struct nfs_fh *fhandle, struct nfs_fattr *fattr) |
| 2266 | { |
Trond Myklebust | 4e56e08 | 2007-07-01 18:13:52 -0400 | [diff] [blame] | 2267 | int status; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2268 | |
| 2269 | dprintk("NFS call lookup %s\n", name->name); |
Trond Myklebust | 4e56e08 | 2007-07-01 18:13:52 -0400 | [diff] [blame] | 2270 | 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] | 2271 | if (status == -NFS4ERR_MOVED) |
| 2272 | status = nfs4_get_referral(dir, name, fattr, fhandle); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2273 | dprintk("NFS reply lookup: %d\n", status); |
| 2274 | return status; |
| 2275 | } |
| 2276 | |
| 2277 | static int nfs4_proc_lookup(struct inode *dir, struct qstr *name, struct nfs_fh *fhandle, struct nfs_fattr *fattr) |
| 2278 | { |
| 2279 | struct nfs4_exception exception = { }; |
| 2280 | int err; |
| 2281 | do { |
| 2282 | err = nfs4_handle_exception(NFS_SERVER(dir), |
| 2283 | _nfs4_proc_lookup(dir, name, fhandle, fattr), |
| 2284 | &exception); |
| 2285 | } while (exception.retry); |
| 2286 | return err; |
| 2287 | } |
| 2288 | |
| 2289 | static int _nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry) |
| 2290 | { |
Trond Myklebust | 76b3299 | 2007-08-10 17:45:11 -0400 | [diff] [blame] | 2291 | struct nfs_server *server = NFS_SERVER(inode); |
| 2292 | struct nfs_fattr fattr; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2293 | struct nfs4_accessargs args = { |
| 2294 | .fh = NFS_FH(inode), |
Trond Myklebust | 76b3299 | 2007-08-10 17:45:11 -0400 | [diff] [blame] | 2295 | .bitmask = server->attr_bitmask, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2296 | }; |
Trond Myklebust | 76b3299 | 2007-08-10 17:45:11 -0400 | [diff] [blame] | 2297 | struct nfs4_accessres res = { |
| 2298 | .server = server, |
| 2299 | .fattr = &fattr, |
| 2300 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2301 | struct rpc_message msg = { |
| 2302 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_ACCESS], |
| 2303 | .rpc_argp = &args, |
| 2304 | .rpc_resp = &res, |
| 2305 | .rpc_cred = entry->cred, |
| 2306 | }; |
| 2307 | int mode = entry->mask; |
| 2308 | int status; |
| 2309 | |
| 2310 | /* |
| 2311 | * Determine which access bits we want to ask for... |
| 2312 | */ |
| 2313 | if (mode & MAY_READ) |
| 2314 | args.access |= NFS4_ACCESS_READ; |
| 2315 | if (S_ISDIR(inode->i_mode)) { |
| 2316 | if (mode & MAY_WRITE) |
| 2317 | args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND | NFS4_ACCESS_DELETE; |
| 2318 | if (mode & MAY_EXEC) |
| 2319 | args.access |= NFS4_ACCESS_LOOKUP; |
| 2320 | } else { |
| 2321 | if (mode & MAY_WRITE) |
| 2322 | args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND; |
| 2323 | if (mode & MAY_EXEC) |
| 2324 | args.access |= NFS4_ACCESS_EXECUTE; |
| 2325 | } |
Trond Myklebust | 76b3299 | 2007-08-10 17:45:11 -0400 | [diff] [blame] | 2326 | nfs_fattr_init(&fattr); |
Andy Adamson | cccef3b | 2009-04-01 09:22:03 -0400 | [diff] [blame] | 2327 | status = nfs4_call_sync(server, &msg, &args, &res, 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2328 | if (!status) { |
| 2329 | entry->mask = 0; |
| 2330 | if (res.access & NFS4_ACCESS_READ) |
| 2331 | entry->mask |= MAY_READ; |
| 2332 | if (res.access & (NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND | NFS4_ACCESS_DELETE)) |
| 2333 | entry->mask |= MAY_WRITE; |
| 2334 | if (res.access & (NFS4_ACCESS_LOOKUP|NFS4_ACCESS_EXECUTE)) |
| 2335 | entry->mask |= MAY_EXEC; |
Trond Myklebust | 76b3299 | 2007-08-10 17:45:11 -0400 | [diff] [blame] | 2336 | nfs_refresh_inode(inode, &fattr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2337 | } |
| 2338 | return status; |
| 2339 | } |
| 2340 | |
| 2341 | static int nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry) |
| 2342 | { |
| 2343 | struct nfs4_exception exception = { }; |
| 2344 | int err; |
| 2345 | do { |
| 2346 | err = nfs4_handle_exception(NFS_SERVER(inode), |
| 2347 | _nfs4_proc_access(inode, entry), |
| 2348 | &exception); |
| 2349 | } while (exception.retry); |
| 2350 | return err; |
| 2351 | } |
| 2352 | |
| 2353 | /* |
| 2354 | * TODO: For the time being, we don't try to get any attributes |
| 2355 | * along with any of the zero-copy operations READ, READDIR, |
| 2356 | * READLINK, WRITE. |
| 2357 | * |
| 2358 | * In the case of the first three, we want to put the GETATTR |
| 2359 | * after the read-type operation -- this is because it is hard |
| 2360 | * to predict the length of a GETATTR response in v4, and thus |
| 2361 | * align the READ data correctly. This means that the GETATTR |
| 2362 | * may end up partially falling into the page cache, and we should |
| 2363 | * shift it into the 'tail' of the xdr_buf before processing. |
| 2364 | * To do this efficiently, we need to know the total length |
| 2365 | * of data received, which doesn't seem to be available outside |
| 2366 | * of the RPC layer. |
| 2367 | * |
| 2368 | * In the case of WRITE, we also want to put the GETATTR after |
| 2369 | * the operation -- in this case because we want to make sure |
| 2370 | * we get the post-operation mtime and size. This means that |
| 2371 | * we can't use xdr_encode_pages() as written: we need a variant |
| 2372 | * of it which would leave room in the 'tail' iovec. |
| 2373 | * |
| 2374 | * Both of these changes to the XDR layer would in fact be quite |
| 2375 | * minor, but I decided to leave them for a subsequent patch. |
| 2376 | */ |
| 2377 | static int _nfs4_proc_readlink(struct inode *inode, struct page *page, |
| 2378 | unsigned int pgbase, unsigned int pglen) |
| 2379 | { |
| 2380 | struct nfs4_readlink args = { |
| 2381 | .fh = NFS_FH(inode), |
| 2382 | .pgbase = pgbase, |
| 2383 | .pglen = pglen, |
| 2384 | .pages = &page, |
| 2385 | }; |
Benny Halevy | f50c700 | 2009-04-01 09:21:55 -0400 | [diff] [blame] | 2386 | struct nfs4_readlink_res res; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2387 | struct rpc_message msg = { |
| 2388 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READLINK], |
| 2389 | .rpc_argp = &args, |
Benny Halevy | f50c700 | 2009-04-01 09:21:55 -0400 | [diff] [blame] | 2390 | .rpc_resp = &res, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2391 | }; |
| 2392 | |
Andy Adamson | cccef3b | 2009-04-01 09:22:03 -0400 | [diff] [blame] | 2393 | return nfs4_call_sync(NFS_SERVER(inode), &msg, &args, &res, 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2394 | } |
| 2395 | |
| 2396 | static int nfs4_proc_readlink(struct inode *inode, struct page *page, |
| 2397 | unsigned int pgbase, unsigned int pglen) |
| 2398 | { |
| 2399 | struct nfs4_exception exception = { }; |
| 2400 | int err; |
| 2401 | do { |
| 2402 | err = nfs4_handle_exception(NFS_SERVER(inode), |
| 2403 | _nfs4_proc_readlink(inode, page, pgbase, pglen), |
| 2404 | &exception); |
| 2405 | } while (exception.retry); |
| 2406 | return err; |
| 2407 | } |
| 2408 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2409 | /* |
| 2410 | * Got race? |
| 2411 | * We will need to arrange for the VFS layer to provide an atomic open. |
| 2412 | * Until then, this create/open method is prone to inefficiency and race |
| 2413 | * conditions due to the lookup, create, and open VFS calls from sys_open() |
| 2414 | * placed on the wire. |
| 2415 | * |
| 2416 | * Given the above sorry state of affairs, I'm simply sending an OPEN. |
| 2417 | * The file will be opened again in the subsequent VFS open call |
| 2418 | * (nfs4_proc_file_open). |
| 2419 | * |
| 2420 | * The open for read will just hang around to be used by any process that |
| 2421 | * opens the file O_RDONLY. This will all be resolved with the VFS changes. |
| 2422 | */ |
| 2423 | |
| 2424 | static int |
| 2425 | nfs4_proc_create(struct inode *dir, struct dentry *dentry, struct iattr *sattr, |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 2426 | int flags, struct nameidata *nd) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2427 | { |
Trond Myklebust | ad389da | 2007-06-05 12:30:00 -0400 | [diff] [blame] | 2428 | struct path path = { |
Jan Blunck | 4ac9137 | 2008-02-14 19:34:32 -0800 | [diff] [blame] | 2429 | .mnt = nd->path.mnt, |
Trond Myklebust | ad389da | 2007-06-05 12:30:00 -0400 | [diff] [blame] | 2430 | .dentry = dentry, |
| 2431 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2432 | struct nfs4_state *state; |
| 2433 | struct rpc_cred *cred; |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 2434 | fmode_t fmode = flags & (FMODE_READ | FMODE_WRITE); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2435 | int status = 0; |
| 2436 | |
Trond Myklebust | 98a8e32 | 2008-03-12 12:25:28 -0400 | [diff] [blame] | 2437 | cred = rpc_lookup_cred(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2438 | if (IS_ERR(cred)) { |
| 2439 | status = PTR_ERR(cred); |
| 2440 | goto out; |
| 2441 | } |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 2442 | state = nfs4_do_open(dir, &path, fmode, flags, sattr, cred); |
Trond Myklebust | d4d9cdc | 2007-10-02 18:38:53 -0400 | [diff] [blame] | 2443 | d_drop(dentry); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2444 | if (IS_ERR(state)) { |
| 2445 | status = PTR_ERR(state); |
Trond Myklebust | 659bfcd | 2008-06-10 19:39:41 -0400 | [diff] [blame] | 2446 | goto out_putcred; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2447 | } |
Trond Myklebust | d4d9cdc | 2007-10-02 18:38:53 -0400 | [diff] [blame] | 2448 | d_add(dentry, igrab(state->inode)); |
Trond Myklebust | d75340c | 2007-10-01 21:42:01 -0400 | [diff] [blame] | 2449 | nfs_set_verifier(dentry, nfs_save_change_attribute(dir)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2450 | if (flags & O_EXCL) { |
| 2451 | struct nfs_fattr fattr; |
Trond Myklebust | 659bfcd | 2008-06-10 19:39:41 -0400 | [diff] [blame] | 2452 | status = nfs4_do_setattr(state->inode, cred, &fattr, sattr, state); |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 2453 | if (status == 0) |
Trond Myklebust | 65e4308 | 2005-08-16 11:49:44 -0400 | [diff] [blame] | 2454 | nfs_setattr_update_inode(state->inode, sattr); |
Jeff Layton | aa53ed5 | 2007-06-05 14:49:03 -0400 | [diff] [blame] | 2455 | nfs_post_op_update_inode(state->inode, &fattr); |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 2456 | } |
Trond Myklebust | ad389da | 2007-06-05 12:30:00 -0400 | [diff] [blame] | 2457 | if (status == 0 && (nd->flags & LOOKUP_OPEN) != 0) |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 2458 | status = nfs4_intent_set_file(nd, &path, state, fmode); |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 2459 | else |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 2460 | nfs4_close_sync(&path, state, fmode); |
Trond Myklebust | 659bfcd | 2008-06-10 19:39:41 -0400 | [diff] [blame] | 2461 | out_putcred: |
| 2462 | put_rpccred(cred); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2463 | out: |
| 2464 | return status; |
| 2465 | } |
| 2466 | |
| 2467 | static int _nfs4_proc_remove(struct inode *dir, struct qstr *name) |
| 2468 | { |
Trond Myklebust | 16e4295 | 2005-10-27 22:12:44 -0400 | [diff] [blame] | 2469 | struct nfs_server *server = NFS_SERVER(dir); |
Trond Myklebust | 4fdc17b | 2007-07-14 15:39:57 -0400 | [diff] [blame] | 2470 | struct nfs_removeargs args = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2471 | .fh = NFS_FH(dir), |
Trond Myklebust | 4fdc17b | 2007-07-14 15:39:57 -0400 | [diff] [blame] | 2472 | .name.len = name->len, |
| 2473 | .name.name = name->name, |
Trond Myklebust | 16e4295 | 2005-10-27 22:12:44 -0400 | [diff] [blame] | 2474 | .bitmask = server->attr_bitmask, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2475 | }; |
Trond Myklebust | 4fdc17b | 2007-07-14 15:39:57 -0400 | [diff] [blame] | 2476 | struct nfs_removeres res = { |
Trond Myklebust | 16e4295 | 2005-10-27 22:12:44 -0400 | [diff] [blame] | 2477 | .server = server, |
Trond Myklebust | 16e4295 | 2005-10-27 22:12:44 -0400 | [diff] [blame] | 2478 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2479 | struct rpc_message msg = { |
Trond Myklebust | 4fdc17b | 2007-07-14 15:39:57 -0400 | [diff] [blame] | 2480 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE], |
| 2481 | .rpc_argp = &args, |
| 2482 | .rpc_resp = &res, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2483 | }; |
| 2484 | int status; |
| 2485 | |
Trond Myklebust | 4fdc17b | 2007-07-14 15:39:57 -0400 | [diff] [blame] | 2486 | nfs_fattr_init(&res.dir_attr); |
Andy Adamson | cccef3b | 2009-04-01 09:22:03 -0400 | [diff] [blame] | 2487 | status = nfs4_call_sync(server, &msg, &args, &res, 1); |
Trond Myklebust | 16e4295 | 2005-10-27 22:12:44 -0400 | [diff] [blame] | 2488 | if (status == 0) { |
| 2489 | update_changeattr(dir, &res.cinfo); |
Trond Myklebust | 4fdc17b | 2007-07-14 15:39:57 -0400 | [diff] [blame] | 2490 | nfs_post_op_update_inode(dir, &res.dir_attr); |
Trond Myklebust | 16e4295 | 2005-10-27 22:12:44 -0400 | [diff] [blame] | 2491 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2492 | return status; |
| 2493 | } |
| 2494 | |
| 2495 | static int nfs4_proc_remove(struct inode *dir, struct qstr *name) |
| 2496 | { |
| 2497 | struct nfs4_exception exception = { }; |
| 2498 | int err; |
| 2499 | do { |
| 2500 | err = nfs4_handle_exception(NFS_SERVER(dir), |
| 2501 | _nfs4_proc_remove(dir, name), |
| 2502 | &exception); |
| 2503 | } while (exception.retry); |
| 2504 | return err; |
| 2505 | } |
| 2506 | |
Trond Myklebust | e4eff1a | 2007-07-14 15:39:58 -0400 | [diff] [blame] | 2507 | 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] | 2508 | { |
Trond Myklebust | e4eff1a | 2007-07-14 15:39:58 -0400 | [diff] [blame] | 2509 | struct nfs_server *server = NFS_SERVER(dir); |
| 2510 | struct nfs_removeargs *args = msg->rpc_argp; |
| 2511 | struct nfs_removeres *res = msg->rpc_resp; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2512 | |
Trond Myklebust | a65318b | 2009-03-11 14:10:28 -0400 | [diff] [blame] | 2513 | args->bitmask = server->cache_consistency_bitmask; |
Trond Myklebust | e4eff1a | 2007-07-14 15:39:58 -0400 | [diff] [blame] | 2514 | res->server = server; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2515 | msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2516 | } |
| 2517 | |
Trond Myklebust | e4eff1a | 2007-07-14 15:39:58 -0400 | [diff] [blame] | 2518 | 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] | 2519 | { |
Trond Myklebust | e4eff1a | 2007-07-14 15:39:58 -0400 | [diff] [blame] | 2520 | struct nfs_removeres *res = task->tk_msg.rpc_resp; |
| 2521 | |
Andy Adamson | 472cfbd | 2009-04-01 09:22:24 -0400 | [diff] [blame] | 2522 | nfs4_sequence_done(res->server, &res->seq_res, task->tk_status); |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame] | 2523 | if (nfs4_async_handle_error(task, res->server, NULL) == -EAGAIN) |
Trond Myklebust | e4eff1a | 2007-07-14 15:39:58 -0400 | [diff] [blame] | 2524 | return 0; |
| 2525 | update_changeattr(dir, &res->cinfo); |
| 2526 | nfs_post_op_update_inode(dir, &res->dir_attr); |
| 2527 | return 1; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2528 | } |
| 2529 | |
| 2530 | static int _nfs4_proc_rename(struct inode *old_dir, struct qstr *old_name, |
| 2531 | struct inode *new_dir, struct qstr *new_name) |
| 2532 | { |
Trond Myklebust | 6caf2c8 | 2005-10-27 22:12:43 -0400 | [diff] [blame] | 2533 | struct nfs_server *server = NFS_SERVER(old_dir); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2534 | struct nfs4_rename_arg arg = { |
| 2535 | .old_dir = NFS_FH(old_dir), |
| 2536 | .new_dir = NFS_FH(new_dir), |
| 2537 | .old_name = old_name, |
| 2538 | .new_name = new_name, |
Trond Myklebust | 6caf2c8 | 2005-10-27 22:12:43 -0400 | [diff] [blame] | 2539 | .bitmask = server->attr_bitmask, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2540 | }; |
Trond Myklebust | 6caf2c8 | 2005-10-27 22:12:43 -0400 | [diff] [blame] | 2541 | struct nfs_fattr old_fattr, new_fattr; |
| 2542 | struct nfs4_rename_res res = { |
| 2543 | .server = server, |
| 2544 | .old_fattr = &old_fattr, |
| 2545 | .new_fattr = &new_fattr, |
| 2546 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2547 | struct rpc_message msg = { |
| 2548 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENAME], |
| 2549 | .rpc_argp = &arg, |
| 2550 | .rpc_resp = &res, |
| 2551 | }; |
| 2552 | int status; |
| 2553 | |
Trond Myklebust | 6caf2c8 | 2005-10-27 22:12:43 -0400 | [diff] [blame] | 2554 | nfs_fattr_init(res.old_fattr); |
| 2555 | nfs_fattr_init(res.new_fattr); |
Andy Adamson | cccef3b | 2009-04-01 09:22:03 -0400 | [diff] [blame] | 2556 | status = nfs4_call_sync(server, &msg, &arg, &res, 1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2557 | |
| 2558 | if (!status) { |
| 2559 | update_changeattr(old_dir, &res.old_cinfo); |
Trond Myklebust | 6caf2c8 | 2005-10-27 22:12:43 -0400 | [diff] [blame] | 2560 | nfs_post_op_update_inode(old_dir, res.old_fattr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2561 | update_changeattr(new_dir, &res.new_cinfo); |
Trond Myklebust | 6caf2c8 | 2005-10-27 22:12:43 -0400 | [diff] [blame] | 2562 | nfs_post_op_update_inode(new_dir, res.new_fattr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2563 | } |
| 2564 | return status; |
| 2565 | } |
| 2566 | |
| 2567 | static int nfs4_proc_rename(struct inode *old_dir, struct qstr *old_name, |
| 2568 | struct inode *new_dir, struct qstr *new_name) |
| 2569 | { |
| 2570 | struct nfs4_exception exception = { }; |
| 2571 | int err; |
| 2572 | do { |
| 2573 | err = nfs4_handle_exception(NFS_SERVER(old_dir), |
| 2574 | _nfs4_proc_rename(old_dir, old_name, |
| 2575 | new_dir, new_name), |
| 2576 | &exception); |
| 2577 | } while (exception.retry); |
| 2578 | return err; |
| 2579 | } |
| 2580 | |
| 2581 | static int _nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name) |
| 2582 | { |
Trond Myklebust | 91ba2ee | 2005-10-27 22:12:42 -0400 | [diff] [blame] | 2583 | struct nfs_server *server = NFS_SERVER(inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2584 | struct nfs4_link_arg arg = { |
| 2585 | .fh = NFS_FH(inode), |
| 2586 | .dir_fh = NFS_FH(dir), |
| 2587 | .name = name, |
Trond Myklebust | 91ba2ee | 2005-10-27 22:12:42 -0400 | [diff] [blame] | 2588 | .bitmask = server->attr_bitmask, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2589 | }; |
Trond Myklebust | 91ba2ee | 2005-10-27 22:12:42 -0400 | [diff] [blame] | 2590 | struct nfs_fattr fattr, dir_attr; |
| 2591 | struct nfs4_link_res res = { |
| 2592 | .server = server, |
| 2593 | .fattr = &fattr, |
| 2594 | .dir_attr = &dir_attr, |
| 2595 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2596 | struct rpc_message msg = { |
| 2597 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LINK], |
| 2598 | .rpc_argp = &arg, |
Trond Myklebust | 91ba2ee | 2005-10-27 22:12:42 -0400 | [diff] [blame] | 2599 | .rpc_resp = &res, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2600 | }; |
| 2601 | int status; |
| 2602 | |
Trond Myklebust | 91ba2ee | 2005-10-27 22:12:42 -0400 | [diff] [blame] | 2603 | nfs_fattr_init(res.fattr); |
| 2604 | nfs_fattr_init(res.dir_attr); |
Andy Adamson | cccef3b | 2009-04-01 09:22:03 -0400 | [diff] [blame] | 2605 | status = nfs4_call_sync(server, &msg, &arg, &res, 1); |
Trond Myklebust | 91ba2ee | 2005-10-27 22:12:42 -0400 | [diff] [blame] | 2606 | if (!status) { |
| 2607 | update_changeattr(dir, &res.cinfo); |
| 2608 | nfs_post_op_update_inode(dir, res.dir_attr); |
Trond Myklebust | 73a3d07 | 2006-05-25 01:40:47 -0400 | [diff] [blame] | 2609 | nfs_post_op_update_inode(inode, res.fattr); |
Trond Myklebust | 91ba2ee | 2005-10-27 22:12:42 -0400 | [diff] [blame] | 2610 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2611 | |
| 2612 | return status; |
| 2613 | } |
| 2614 | |
| 2615 | static int nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name) |
| 2616 | { |
| 2617 | struct nfs4_exception exception = { }; |
| 2618 | int err; |
| 2619 | do { |
| 2620 | err = nfs4_handle_exception(NFS_SERVER(inode), |
| 2621 | _nfs4_proc_link(inode, dir, name), |
| 2622 | &exception); |
| 2623 | } while (exception.retry); |
| 2624 | return err; |
| 2625 | } |
| 2626 | |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 2627 | struct nfs4_createdata { |
| 2628 | struct rpc_message msg; |
| 2629 | struct nfs4_create_arg arg; |
| 2630 | struct nfs4_create_res res; |
| 2631 | struct nfs_fh fh; |
| 2632 | struct nfs_fattr fattr; |
| 2633 | struct nfs_fattr dir_fattr; |
| 2634 | }; |
| 2635 | |
| 2636 | static struct nfs4_createdata *nfs4_alloc_createdata(struct inode *dir, |
| 2637 | struct qstr *name, struct iattr *sattr, u32 ftype) |
| 2638 | { |
| 2639 | struct nfs4_createdata *data; |
| 2640 | |
| 2641 | data = kzalloc(sizeof(*data), GFP_KERNEL); |
| 2642 | if (data != NULL) { |
| 2643 | struct nfs_server *server = NFS_SERVER(dir); |
| 2644 | |
| 2645 | data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE]; |
| 2646 | data->msg.rpc_argp = &data->arg; |
| 2647 | data->msg.rpc_resp = &data->res; |
| 2648 | data->arg.dir_fh = NFS_FH(dir); |
| 2649 | data->arg.server = server; |
| 2650 | data->arg.name = name; |
| 2651 | data->arg.attrs = sattr; |
| 2652 | data->arg.ftype = ftype; |
| 2653 | data->arg.bitmask = server->attr_bitmask; |
| 2654 | data->res.server = server; |
| 2655 | data->res.fh = &data->fh; |
| 2656 | data->res.fattr = &data->fattr; |
| 2657 | data->res.dir_fattr = &data->dir_fattr; |
| 2658 | nfs_fattr_init(data->res.fattr); |
| 2659 | nfs_fattr_init(data->res.dir_fattr); |
| 2660 | } |
| 2661 | return data; |
| 2662 | } |
| 2663 | |
| 2664 | static int nfs4_do_create(struct inode *dir, struct dentry *dentry, struct nfs4_createdata *data) |
| 2665 | { |
Andy Adamson | cccef3b | 2009-04-01 09:22:03 -0400 | [diff] [blame] | 2666 | int status = nfs4_call_sync(NFS_SERVER(dir), &data->msg, |
| 2667 | &data->arg, &data->res, 1); |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 2668 | if (status == 0) { |
| 2669 | update_changeattr(dir, &data->res.dir_cinfo); |
| 2670 | nfs_post_op_update_inode(dir, data->res.dir_fattr); |
| 2671 | status = nfs_instantiate(dentry, data->res.fh, data->res.fattr); |
| 2672 | } |
| 2673 | return status; |
| 2674 | } |
| 2675 | |
| 2676 | static void nfs4_free_createdata(struct nfs4_createdata *data) |
| 2677 | { |
| 2678 | kfree(data); |
| 2679 | } |
| 2680 | |
Chuck Lever | 4f390c1 | 2006-08-22 20:06:22 -0400 | [diff] [blame] | 2681 | static int _nfs4_proc_symlink(struct inode *dir, struct dentry *dentry, |
Chuck Lever | 94a6d75 | 2006-08-22 20:06:23 -0400 | [diff] [blame] | 2682 | struct page *page, unsigned int len, struct iattr *sattr) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2683 | { |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 2684 | struct nfs4_createdata *data; |
| 2685 | int status = -ENAMETOOLONG; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2686 | |
Chuck Lever | 94a6d75 | 2006-08-22 20:06:23 -0400 | [diff] [blame] | 2687 | if (len > NFS4_MAXPATHLEN) |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 2688 | goto out; |
Chuck Lever | 4f390c1 | 2006-08-22 20:06:22 -0400 | [diff] [blame] | 2689 | |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 2690 | status = -ENOMEM; |
| 2691 | data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4LNK); |
| 2692 | if (data == NULL) |
| 2693 | goto out; |
| 2694 | |
| 2695 | data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SYMLINK]; |
| 2696 | data->arg.u.symlink.pages = &page; |
| 2697 | data->arg.u.symlink.len = len; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2698 | |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 2699 | status = nfs4_do_create(dir, dentry, data); |
| 2700 | |
| 2701 | nfs4_free_createdata(data); |
| 2702 | out: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2703 | return status; |
| 2704 | } |
| 2705 | |
Chuck Lever | 4f390c1 | 2006-08-22 20:06:22 -0400 | [diff] [blame] | 2706 | static int nfs4_proc_symlink(struct inode *dir, struct dentry *dentry, |
Chuck Lever | 94a6d75 | 2006-08-22 20:06:23 -0400 | [diff] [blame] | 2707 | struct page *page, unsigned int len, struct iattr *sattr) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2708 | { |
| 2709 | struct nfs4_exception exception = { }; |
| 2710 | int err; |
| 2711 | do { |
| 2712 | err = nfs4_handle_exception(NFS_SERVER(dir), |
Chuck Lever | 94a6d75 | 2006-08-22 20:06:23 -0400 | [diff] [blame] | 2713 | _nfs4_proc_symlink(dir, dentry, page, |
| 2714 | len, sattr), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2715 | &exception); |
| 2716 | } while (exception.retry); |
| 2717 | return err; |
| 2718 | } |
| 2719 | |
| 2720 | static int _nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry, |
| 2721 | struct iattr *sattr) |
| 2722 | { |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 2723 | struct nfs4_createdata *data; |
| 2724 | int status = -ENOMEM; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2725 | |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 2726 | data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4DIR); |
| 2727 | if (data == NULL) |
| 2728 | goto out; |
| 2729 | |
| 2730 | status = nfs4_do_create(dir, dentry, data); |
| 2731 | |
| 2732 | nfs4_free_createdata(data); |
| 2733 | out: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2734 | return status; |
| 2735 | } |
| 2736 | |
| 2737 | static int nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry, |
| 2738 | struct iattr *sattr) |
| 2739 | { |
| 2740 | struct nfs4_exception exception = { }; |
| 2741 | int err; |
| 2742 | do { |
| 2743 | err = nfs4_handle_exception(NFS_SERVER(dir), |
| 2744 | _nfs4_proc_mkdir(dir, dentry, sattr), |
| 2745 | &exception); |
| 2746 | } while (exception.retry); |
| 2747 | return err; |
| 2748 | } |
| 2749 | |
| 2750 | static int _nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred, |
| 2751 | u64 cookie, struct page *page, unsigned int count, int plus) |
| 2752 | { |
| 2753 | struct inode *dir = dentry->d_inode; |
| 2754 | struct nfs4_readdir_arg args = { |
| 2755 | .fh = NFS_FH(dir), |
| 2756 | .pages = &page, |
| 2757 | .pgbase = 0, |
| 2758 | .count = count, |
Trond Myklebust | 96d25e5 | 2009-11-11 16:15:42 +0900 | [diff] [blame] | 2759 | .bitmask = NFS_SERVER(dentry->d_inode)->attr_bitmask, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2760 | }; |
| 2761 | struct nfs4_readdir_res res; |
| 2762 | struct rpc_message msg = { |
| 2763 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READDIR], |
| 2764 | .rpc_argp = &args, |
| 2765 | .rpc_resp = &res, |
| 2766 | .rpc_cred = cred, |
| 2767 | }; |
| 2768 | int status; |
| 2769 | |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 2770 | dprintk("%s: dentry = %s/%s, cookie = %Lu\n", __func__, |
Trond Myklebust | eadf459 | 2005-06-22 17:16:39 +0000 | [diff] [blame] | 2771 | dentry->d_parent->d_name.name, |
| 2772 | dentry->d_name.name, |
| 2773 | (unsigned long long)cookie); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2774 | nfs4_setup_readdir(cookie, NFS_COOKIEVERF(dir), dentry, &args); |
| 2775 | res.pgbase = args.pgbase; |
Andy Adamson | cccef3b | 2009-04-01 09:22:03 -0400 | [diff] [blame] | 2776 | status = nfs4_call_sync(NFS_SERVER(dir), &msg, &args, &res, 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2777 | if (status == 0) |
| 2778 | memcpy(NFS_COOKIEVERF(dir), res.verifier.data, NFS4_VERIFIER_SIZE); |
Trond Myklebust | c481299 | 2007-09-28 17:11:45 -0400 | [diff] [blame] | 2779 | |
| 2780 | nfs_invalidate_atime(dir); |
| 2781 | |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 2782 | dprintk("%s: returns %d\n", __func__, status); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2783 | return status; |
| 2784 | } |
| 2785 | |
| 2786 | static int nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred, |
| 2787 | u64 cookie, struct page *page, unsigned int count, int plus) |
| 2788 | { |
| 2789 | struct nfs4_exception exception = { }; |
| 2790 | int err; |
| 2791 | do { |
| 2792 | err = nfs4_handle_exception(NFS_SERVER(dentry->d_inode), |
| 2793 | _nfs4_proc_readdir(dentry, cred, cookie, |
| 2794 | page, count, plus), |
| 2795 | &exception); |
| 2796 | } while (exception.retry); |
| 2797 | return err; |
| 2798 | } |
| 2799 | |
| 2800 | static int _nfs4_proc_mknod(struct inode *dir, struct dentry *dentry, |
| 2801 | struct iattr *sattr, dev_t rdev) |
| 2802 | { |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 2803 | struct nfs4_createdata *data; |
| 2804 | int mode = sattr->ia_mode; |
| 2805 | int status = -ENOMEM; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2806 | |
| 2807 | BUG_ON(!(sattr->ia_valid & ATTR_MODE)); |
| 2808 | 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] | 2809 | |
| 2810 | data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4SOCK); |
| 2811 | if (data == NULL) |
| 2812 | goto out; |
| 2813 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2814 | if (S_ISFIFO(mode)) |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 2815 | data->arg.ftype = NF4FIFO; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2816 | else if (S_ISBLK(mode)) { |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 2817 | data->arg.ftype = NF4BLK; |
| 2818 | data->arg.u.device.specdata1 = MAJOR(rdev); |
| 2819 | data->arg.u.device.specdata2 = MINOR(rdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2820 | } |
| 2821 | else if (S_ISCHR(mode)) { |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 2822 | data->arg.ftype = NF4CHR; |
| 2823 | data->arg.u.device.specdata1 = MAJOR(rdev); |
| 2824 | data->arg.u.device.specdata2 = MINOR(rdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2825 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2826 | |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 2827 | status = nfs4_do_create(dir, dentry, data); |
| 2828 | |
| 2829 | nfs4_free_createdata(data); |
| 2830 | out: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2831 | return status; |
| 2832 | } |
| 2833 | |
| 2834 | static int nfs4_proc_mknod(struct inode *dir, struct dentry *dentry, |
| 2835 | struct iattr *sattr, dev_t rdev) |
| 2836 | { |
| 2837 | struct nfs4_exception exception = { }; |
| 2838 | int err; |
| 2839 | do { |
| 2840 | err = nfs4_handle_exception(NFS_SERVER(dir), |
| 2841 | _nfs4_proc_mknod(dir, dentry, sattr, rdev), |
| 2842 | &exception); |
| 2843 | } while (exception.retry); |
| 2844 | return err; |
| 2845 | } |
| 2846 | |
| 2847 | static int _nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, |
| 2848 | struct nfs_fsstat *fsstat) |
| 2849 | { |
| 2850 | struct nfs4_statfs_arg args = { |
| 2851 | .fh = fhandle, |
| 2852 | .bitmask = server->attr_bitmask, |
| 2853 | }; |
Benny Halevy | 24ad148 | 2009-04-01 09:21:56 -0400 | [diff] [blame] | 2854 | struct nfs4_statfs_res res = { |
| 2855 | .fsstat = fsstat, |
| 2856 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2857 | struct rpc_message msg = { |
| 2858 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_STATFS], |
| 2859 | .rpc_argp = &args, |
Benny Halevy | 24ad148 | 2009-04-01 09:21:56 -0400 | [diff] [blame] | 2860 | .rpc_resp = &res, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2861 | }; |
| 2862 | |
Trond Myklebust | 0e574af | 2005-10-27 22:12:38 -0400 | [diff] [blame] | 2863 | nfs_fattr_init(fsstat->fattr); |
Andy Adamson | cccef3b | 2009-04-01 09:22:03 -0400 | [diff] [blame] | 2864 | return nfs4_call_sync(server, &msg, &args, &res, 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2865 | } |
| 2866 | |
| 2867 | static int nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsstat *fsstat) |
| 2868 | { |
| 2869 | struct nfs4_exception exception = { }; |
| 2870 | int err; |
| 2871 | do { |
| 2872 | err = nfs4_handle_exception(server, |
| 2873 | _nfs4_proc_statfs(server, fhandle, fsstat), |
| 2874 | &exception); |
| 2875 | } while (exception.retry); |
| 2876 | return err; |
| 2877 | } |
| 2878 | |
| 2879 | static int _nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, |
| 2880 | struct nfs_fsinfo *fsinfo) |
| 2881 | { |
| 2882 | struct nfs4_fsinfo_arg args = { |
| 2883 | .fh = fhandle, |
| 2884 | .bitmask = server->attr_bitmask, |
| 2885 | }; |
Benny Halevy | 3dda5e4 | 2009-04-01 09:21:57 -0400 | [diff] [blame] | 2886 | struct nfs4_fsinfo_res res = { |
| 2887 | .fsinfo = fsinfo, |
| 2888 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2889 | struct rpc_message msg = { |
| 2890 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSINFO], |
| 2891 | .rpc_argp = &args, |
Benny Halevy | 3dda5e4 | 2009-04-01 09:21:57 -0400 | [diff] [blame] | 2892 | .rpc_resp = &res, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2893 | }; |
| 2894 | |
Andy Adamson | cccef3b | 2009-04-01 09:22:03 -0400 | [diff] [blame] | 2895 | return nfs4_call_sync(server, &msg, &args, &res, 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2896 | } |
| 2897 | |
| 2898 | static int nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo) |
| 2899 | { |
| 2900 | struct nfs4_exception exception = { }; |
| 2901 | int err; |
| 2902 | |
| 2903 | do { |
| 2904 | err = nfs4_handle_exception(server, |
| 2905 | _nfs4_do_fsinfo(server, fhandle, fsinfo), |
| 2906 | &exception); |
| 2907 | } while (exception.retry); |
| 2908 | return err; |
| 2909 | } |
| 2910 | |
| 2911 | static int nfs4_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo) |
| 2912 | { |
Trond Myklebust | 0e574af | 2005-10-27 22:12:38 -0400 | [diff] [blame] | 2913 | nfs_fattr_init(fsinfo->fattr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2914 | return nfs4_do_fsinfo(server, fhandle, fsinfo); |
| 2915 | } |
| 2916 | |
| 2917 | static int _nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle, |
| 2918 | struct nfs_pathconf *pathconf) |
| 2919 | { |
| 2920 | struct nfs4_pathconf_arg args = { |
| 2921 | .fh = fhandle, |
| 2922 | .bitmask = server->attr_bitmask, |
| 2923 | }; |
Benny Halevy | d45b298 | 2009-04-01 09:21:58 -0400 | [diff] [blame] | 2924 | struct nfs4_pathconf_res res = { |
| 2925 | .pathconf = pathconf, |
| 2926 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2927 | struct rpc_message msg = { |
| 2928 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_PATHCONF], |
| 2929 | .rpc_argp = &args, |
Benny Halevy | d45b298 | 2009-04-01 09:21:58 -0400 | [diff] [blame] | 2930 | .rpc_resp = &res, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2931 | }; |
| 2932 | |
| 2933 | /* None of the pathconf attributes are mandatory to implement */ |
| 2934 | if ((args.bitmask[0] & nfs4_pathconf_bitmap[0]) == 0) { |
| 2935 | memset(pathconf, 0, sizeof(*pathconf)); |
| 2936 | return 0; |
| 2937 | } |
| 2938 | |
Trond Myklebust | 0e574af | 2005-10-27 22:12:38 -0400 | [diff] [blame] | 2939 | nfs_fattr_init(pathconf->fattr); |
Andy Adamson | cccef3b | 2009-04-01 09:22:03 -0400 | [diff] [blame] | 2940 | return nfs4_call_sync(server, &msg, &args, &res, 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2941 | } |
| 2942 | |
| 2943 | static int nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle, |
| 2944 | struct nfs_pathconf *pathconf) |
| 2945 | { |
| 2946 | struct nfs4_exception exception = { }; |
| 2947 | int err; |
| 2948 | |
| 2949 | do { |
| 2950 | err = nfs4_handle_exception(server, |
| 2951 | _nfs4_proc_pathconf(server, fhandle, pathconf), |
| 2952 | &exception); |
| 2953 | } while (exception.retry); |
| 2954 | return err; |
| 2955 | } |
| 2956 | |
Trond Myklebust | ec06c09 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 2957 | 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] | 2958 | { |
Trond Myklebust | ec06c09 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 2959 | struct nfs_server *server = NFS_SERVER(data->inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2960 | |
Andy Adamson | f11c88a | 2009-04-01 09:22:25 -0400 | [diff] [blame] | 2961 | dprintk("--> %s\n", __func__); |
| 2962 | |
Andy Adamson | f11c88a | 2009-04-01 09:22:25 -0400 | [diff] [blame] | 2963 | nfs4_sequence_done(server, &data->res.seq_res, task->tk_status); |
| 2964 | |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame] | 2965 | if (nfs4_async_handle_error(task, server, data->args.context->state) == -EAGAIN) { |
Trond Myklebust | 0110ee1 | 2009-12-07 09:00:24 -0500 | [diff] [blame^] | 2966 | nfs_restart_rpc(task, server->nfs_client); |
Trond Myklebust | ec06c09 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 2967 | return -EAGAIN; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2968 | } |
Trond Myklebust | 8850df9 | 2007-09-28 17:20:07 -0400 | [diff] [blame] | 2969 | |
| 2970 | nfs_invalidate_atime(data->inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2971 | if (task->tk_status > 0) |
Trond Myklebust | ec06c09 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 2972 | renew_lease(server, data->timestamp); |
| 2973 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2974 | } |
| 2975 | |
Trond Myklebust | bdc7f02 | 2007-07-14 15:40:00 -0400 | [diff] [blame] | 2976 | 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] | 2977 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2978 | data->timestamp = jiffies; |
Trond Myklebust | bdc7f02 | 2007-07-14 15:40:00 -0400 | [diff] [blame] | 2979 | msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READ]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2980 | } |
| 2981 | |
Trond Myklebust | 788e7a8 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 2982 | 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] | 2983 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2984 | struct inode *inode = data->inode; |
| 2985 | |
Andy Adamson | def6ed7 | 2009-04-01 09:22:26 -0400 | [diff] [blame] | 2986 | nfs4_sequence_done(NFS_SERVER(inode), &data->res.seq_res, |
| 2987 | task->tk_status); |
| 2988 | |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame] | 2989 | if (nfs4_async_handle_error(task, NFS_SERVER(inode), data->args.context->state) == -EAGAIN) { |
Trond Myklebust | 0110ee1 | 2009-12-07 09:00:24 -0500 | [diff] [blame^] | 2990 | nfs_restart_rpc(task, NFS_SERVER(inode)->nfs_client); |
Trond Myklebust | 788e7a8 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 2991 | return -EAGAIN; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2992 | } |
Trond Myklebust | 4f9838c | 2005-10-27 22:12:44 -0400 | [diff] [blame] | 2993 | if (task->tk_status >= 0) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2994 | renew_lease(NFS_SERVER(inode), data->timestamp); |
Trond Myklebust | 70ca885 | 2007-09-30 15:21:24 -0400 | [diff] [blame] | 2995 | nfs_post_op_update_inode_force_wcc(inode, data->res.fattr); |
Trond Myklebust | 4f9838c | 2005-10-27 22:12:44 -0400 | [diff] [blame] | 2996 | } |
Trond Myklebust | 788e7a8 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 2997 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2998 | } |
| 2999 | |
Trond Myklebust | bdc7f02 | 2007-07-14 15:40:00 -0400 | [diff] [blame] | 3000 | 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] | 3001 | { |
Trond Myklebust | bdc7f02 | 2007-07-14 15:40:00 -0400 | [diff] [blame] | 3002 | struct nfs_server *server = NFS_SERVER(data->inode); |
| 3003 | |
Trond Myklebust | a65318b | 2009-03-11 14:10:28 -0400 | [diff] [blame] | 3004 | data->args.bitmask = server->cache_consistency_bitmask; |
Trond Myklebust | 4f9838c | 2005-10-27 22:12:44 -0400 | [diff] [blame] | 3005 | data->res.server = server; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3006 | data->timestamp = jiffies; |
| 3007 | |
Trond Myklebust | bdc7f02 | 2007-07-14 15:40:00 -0400 | [diff] [blame] | 3008 | msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_WRITE]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3009 | } |
| 3010 | |
Trond Myklebust | 788e7a8 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 3011 | 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] | 3012 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3013 | struct inode *inode = data->inode; |
| 3014 | |
Andy Adamson | 21d9a85 | 2009-04-01 09:22:27 -0400 | [diff] [blame] | 3015 | nfs4_sequence_done(NFS_SERVER(inode), &data->res.seq_res, |
| 3016 | task->tk_status); |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame] | 3017 | if (nfs4_async_handle_error(task, NFS_SERVER(inode), NULL) == -EAGAIN) { |
Trond Myklebust | 0110ee1 | 2009-12-07 09:00:24 -0500 | [diff] [blame^] | 3018 | nfs_restart_rpc(task, NFS_SERVER(inode)->nfs_client); |
Trond Myklebust | 788e7a8 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 3019 | return -EAGAIN; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3020 | } |
Trond Myklebust | 9e08a3c | 2007-10-08 14:10:31 -0400 | [diff] [blame] | 3021 | nfs_refresh_inode(inode, data->res.fattr); |
Trond Myklebust | 788e7a8 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 3022 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3023 | } |
| 3024 | |
Trond Myklebust | bdc7f02 | 2007-07-14 15:40:00 -0400 | [diff] [blame] | 3025 | 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] | 3026 | { |
Trond Myklebust | 788e7a8 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 3027 | struct nfs_server *server = NFS_SERVER(data->inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3028 | |
Trond Myklebust | a65318b | 2009-03-11 14:10:28 -0400 | [diff] [blame] | 3029 | data->args.bitmask = server->cache_consistency_bitmask; |
Trond Myklebust | 4f9838c | 2005-10-27 22:12:44 -0400 | [diff] [blame] | 3030 | data->res.server = server; |
Trond Myklebust | bdc7f02 | 2007-07-14 15:40:00 -0400 | [diff] [blame] | 3031 | msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_COMMIT]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3032 | } |
| 3033 | |
| 3034 | /* |
| 3035 | * nfs4_proc_async_renew(): This is not one of the nfs_rpc_ops; it is a special |
| 3036 | * standalone procedure for queueing an asynchronous RENEW. |
| 3037 | */ |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 3038 | static void nfs4_renew_done(struct rpc_task *task, void *data) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3039 | { |
David Howells | adfa6f9 | 2006-08-22 20:06:08 -0400 | [diff] [blame] | 3040 | struct nfs_client *clp = (struct nfs_client *)task->tk_msg.rpc_argp; |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 3041 | unsigned long timestamp = (unsigned long)data; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3042 | |
| 3043 | if (task->tk_status < 0) { |
Trond Myklebust | 95baa25 | 2009-05-26 14:51:00 -0400 | [diff] [blame] | 3044 | /* Unless we're shutting down, schedule state recovery! */ |
| 3045 | if (test_bit(NFS_CS_RENEWD, &clp->cl_res_state) != 0) |
| 3046 | nfs4_schedule_state_recovery(clp); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3047 | return; |
| 3048 | } |
| 3049 | spin_lock(&clp->cl_lock); |
| 3050 | if (time_before(clp->cl_last_renewal,timestamp)) |
| 3051 | clp->cl_last_renewal = timestamp; |
| 3052 | spin_unlock(&clp->cl_lock); |
| 3053 | } |
| 3054 | |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 3055 | static const struct rpc_call_ops nfs4_renew_ops = { |
| 3056 | .rpc_call_done = nfs4_renew_done, |
| 3057 | }; |
| 3058 | |
David Howells | adfa6f9 | 2006-08-22 20:06:08 -0400 | [diff] [blame] | 3059 | 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] | 3060 | { |
| 3061 | struct rpc_message msg = { |
| 3062 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW], |
| 3063 | .rpc_argp = clp, |
Trond Myklebust | b4454fe | 2006-01-03 09:55:25 +0100 | [diff] [blame] | 3064 | .rpc_cred = cred, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3065 | }; |
| 3066 | |
| 3067 | return rpc_call_async(clp->cl_rpcclient, &msg, RPC_TASK_SOFT, |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 3068 | &nfs4_renew_ops, (void *)jiffies); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3069 | } |
| 3070 | |
David Howells | adfa6f9 | 2006-08-22 20:06:08 -0400 | [diff] [blame] | 3071 | int nfs4_proc_renew(struct nfs_client *clp, struct rpc_cred *cred) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3072 | { |
| 3073 | struct rpc_message msg = { |
| 3074 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW], |
| 3075 | .rpc_argp = clp, |
Trond Myklebust | b4454fe | 2006-01-03 09:55:25 +0100 | [diff] [blame] | 3076 | .rpc_cred = cred, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3077 | }; |
| 3078 | unsigned long now = jiffies; |
| 3079 | int status; |
| 3080 | |
| 3081 | status = rpc_call_sync(clp->cl_rpcclient, &msg, 0); |
| 3082 | if (status < 0) |
| 3083 | return status; |
| 3084 | spin_lock(&clp->cl_lock); |
| 3085 | if (time_before(clp->cl_last_renewal,now)) |
| 3086 | clp->cl_last_renewal = now; |
| 3087 | spin_unlock(&clp->cl_lock); |
| 3088 | return 0; |
| 3089 | } |
| 3090 | |
J. Bruce Fields | aa1870a | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 3091 | static inline int nfs4_server_supports_acls(struct nfs_server *server) |
| 3092 | { |
| 3093 | return (server->caps & NFS_CAP_ACLS) |
| 3094 | && (server->acl_bitmask & ACL4_SUPPORT_ALLOW_ACL) |
| 3095 | && (server->acl_bitmask & ACL4_SUPPORT_DENY_ACL); |
| 3096 | } |
| 3097 | |
| 3098 | /* Assuming that XATTR_SIZE_MAX is a multiple of PAGE_CACHE_SIZE, and that |
| 3099 | * it's OK to put sizeof(void) * (XATTR_SIZE_MAX/PAGE_CACHE_SIZE) bytes on |
| 3100 | * the stack. |
| 3101 | */ |
| 3102 | #define NFS4ACL_MAXPAGES (XATTR_SIZE_MAX >> PAGE_CACHE_SHIFT) |
| 3103 | |
| 3104 | static void buf_to_pages(const void *buf, size_t buflen, |
| 3105 | struct page **pages, unsigned int *pgbase) |
| 3106 | { |
| 3107 | const void *p = buf; |
| 3108 | |
| 3109 | *pgbase = offset_in_page(buf); |
| 3110 | p -= *pgbase; |
| 3111 | while (p < buf + buflen) { |
| 3112 | *(pages++) = virt_to_page(p); |
| 3113 | p += PAGE_CACHE_SIZE; |
| 3114 | } |
| 3115 | } |
| 3116 | |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 3117 | struct nfs4_cached_acl { |
| 3118 | int cached; |
| 3119 | size_t len; |
Andrew Morton | 3e9d415 | 2005-06-22 17:16:28 +0000 | [diff] [blame] | 3120 | char data[0]; |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 3121 | }; |
| 3122 | |
| 3123 | 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] | 3124 | { |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 3125 | struct nfs_inode *nfsi = NFS_I(inode); |
| 3126 | |
| 3127 | spin_lock(&inode->i_lock); |
| 3128 | kfree(nfsi->nfs4_acl); |
| 3129 | nfsi->nfs4_acl = acl; |
| 3130 | spin_unlock(&inode->i_lock); |
| 3131 | } |
| 3132 | |
| 3133 | static void nfs4_zap_acl_attr(struct inode *inode) |
| 3134 | { |
| 3135 | nfs4_set_cached_acl(inode, NULL); |
| 3136 | } |
| 3137 | |
| 3138 | static inline ssize_t nfs4_read_cached_acl(struct inode *inode, char *buf, size_t buflen) |
| 3139 | { |
| 3140 | struct nfs_inode *nfsi = NFS_I(inode); |
| 3141 | struct nfs4_cached_acl *acl; |
| 3142 | int ret = -ENOENT; |
| 3143 | |
| 3144 | spin_lock(&inode->i_lock); |
| 3145 | acl = nfsi->nfs4_acl; |
| 3146 | if (acl == NULL) |
| 3147 | goto out; |
| 3148 | if (buf == NULL) /* user is just asking for length */ |
| 3149 | goto out_len; |
| 3150 | if (acl->cached == 0) |
| 3151 | goto out; |
| 3152 | ret = -ERANGE; /* see getxattr(2) man page */ |
| 3153 | if (acl->len > buflen) |
| 3154 | goto out; |
| 3155 | memcpy(buf, acl->data, acl->len); |
| 3156 | out_len: |
| 3157 | ret = acl->len; |
| 3158 | out: |
| 3159 | spin_unlock(&inode->i_lock); |
| 3160 | return ret; |
| 3161 | } |
| 3162 | |
| 3163 | static void nfs4_write_cached_acl(struct inode *inode, const char *buf, size_t acl_len) |
| 3164 | { |
| 3165 | struct nfs4_cached_acl *acl; |
| 3166 | |
| 3167 | if (buf && acl_len <= PAGE_SIZE) { |
| 3168 | acl = kmalloc(sizeof(*acl) + acl_len, GFP_KERNEL); |
| 3169 | if (acl == NULL) |
| 3170 | goto out; |
| 3171 | acl->cached = 1; |
| 3172 | memcpy(acl->data, buf, acl_len); |
| 3173 | } else { |
| 3174 | acl = kmalloc(sizeof(*acl), GFP_KERNEL); |
| 3175 | if (acl == NULL) |
| 3176 | goto out; |
| 3177 | acl->cached = 0; |
| 3178 | } |
| 3179 | acl->len = acl_len; |
| 3180 | out: |
| 3181 | nfs4_set_cached_acl(inode, acl); |
| 3182 | } |
| 3183 | |
Trond Myklebust | 16b4289 | 2006-08-24 12:27:15 -0400 | [diff] [blame] | 3184 | 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] | 3185 | { |
J. Bruce Fields | aa1870a | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 3186 | struct page *pages[NFS4ACL_MAXPAGES]; |
| 3187 | struct nfs_getaclargs args = { |
| 3188 | .fh = NFS_FH(inode), |
| 3189 | .acl_pages = pages, |
| 3190 | .acl_len = buflen, |
| 3191 | }; |
Benny Halevy | 663c79b | 2009-04-01 09:21:59 -0400 | [diff] [blame] | 3192 | struct nfs_getaclres res = { |
| 3193 | .acl_len = buflen, |
| 3194 | }; |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 3195 | void *resp_buf; |
J. Bruce Fields | aa1870a | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 3196 | struct rpc_message msg = { |
| 3197 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETACL], |
| 3198 | .rpc_argp = &args, |
Benny Halevy | 663c79b | 2009-04-01 09:21:59 -0400 | [diff] [blame] | 3199 | .rpc_resp = &res, |
J. Bruce Fields | aa1870a | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 3200 | }; |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 3201 | struct page *localpage = NULL; |
| 3202 | int ret; |
| 3203 | |
| 3204 | if (buflen < PAGE_SIZE) { |
| 3205 | /* As long as we're doing a round trip to the server anyway, |
| 3206 | * let's be prepared for a page of acl data. */ |
| 3207 | localpage = alloc_page(GFP_KERNEL); |
| 3208 | resp_buf = page_address(localpage); |
| 3209 | if (localpage == NULL) |
| 3210 | return -ENOMEM; |
| 3211 | args.acl_pages[0] = localpage; |
| 3212 | args.acl_pgbase = 0; |
Benny Halevy | 663c79b | 2009-04-01 09:21:59 -0400 | [diff] [blame] | 3213 | args.acl_len = PAGE_SIZE; |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 3214 | } else { |
| 3215 | resp_buf = buf; |
| 3216 | buf_to_pages(buf, buflen, args.acl_pages, &args.acl_pgbase); |
| 3217 | } |
Andy Adamson | cccef3b | 2009-04-01 09:22:03 -0400 | [diff] [blame] | 3218 | ret = nfs4_call_sync(NFS_SERVER(inode), &msg, &args, &res, 0); |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 3219 | if (ret) |
| 3220 | goto out_free; |
Benny Halevy | 663c79b | 2009-04-01 09:21:59 -0400 | [diff] [blame] | 3221 | if (res.acl_len > args.acl_len) |
| 3222 | nfs4_write_cached_acl(inode, NULL, res.acl_len); |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 3223 | else |
Benny Halevy | 663c79b | 2009-04-01 09:21:59 -0400 | [diff] [blame] | 3224 | nfs4_write_cached_acl(inode, resp_buf, res.acl_len); |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 3225 | if (buf) { |
| 3226 | ret = -ERANGE; |
Benny Halevy | 663c79b | 2009-04-01 09:21:59 -0400 | [diff] [blame] | 3227 | if (res.acl_len > buflen) |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 3228 | goto out_free; |
| 3229 | if (localpage) |
Benny Halevy | 663c79b | 2009-04-01 09:21:59 -0400 | [diff] [blame] | 3230 | memcpy(buf, resp_buf, res.acl_len); |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 3231 | } |
Benny Halevy | 663c79b | 2009-04-01 09:21:59 -0400 | [diff] [blame] | 3232 | ret = res.acl_len; |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 3233 | out_free: |
| 3234 | if (localpage) |
| 3235 | __free_page(localpage); |
| 3236 | return ret; |
| 3237 | } |
| 3238 | |
Trond Myklebust | 16b4289 | 2006-08-24 12:27:15 -0400 | [diff] [blame] | 3239 | static ssize_t nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen) |
| 3240 | { |
| 3241 | struct nfs4_exception exception = { }; |
| 3242 | ssize_t ret; |
| 3243 | do { |
| 3244 | ret = __nfs4_get_acl_uncached(inode, buf, buflen); |
| 3245 | if (ret >= 0) |
| 3246 | break; |
| 3247 | ret = nfs4_handle_exception(NFS_SERVER(inode), ret, &exception); |
| 3248 | } while (exception.retry); |
| 3249 | return ret; |
| 3250 | } |
| 3251 | |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 3252 | static ssize_t nfs4_proc_get_acl(struct inode *inode, void *buf, size_t buflen) |
| 3253 | { |
| 3254 | struct nfs_server *server = NFS_SERVER(inode); |
J. Bruce Fields | aa1870a | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 3255 | int ret; |
| 3256 | |
| 3257 | if (!nfs4_server_supports_acls(server)) |
| 3258 | return -EOPNOTSUPP; |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 3259 | ret = nfs_revalidate_inode(server, inode); |
| 3260 | if (ret < 0) |
| 3261 | return ret; |
| 3262 | ret = nfs4_read_cached_acl(inode, buf, buflen); |
| 3263 | if (ret != -ENOENT) |
| 3264 | return ret; |
| 3265 | return nfs4_get_acl_uncached(inode, buf, buflen); |
J. Bruce Fields | aa1870a | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 3266 | } |
| 3267 | |
Trond Myklebust | 16b4289 | 2006-08-24 12:27:15 -0400 | [diff] [blame] | 3268 | 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] | 3269 | { |
| 3270 | struct nfs_server *server = NFS_SERVER(inode); |
| 3271 | struct page *pages[NFS4ACL_MAXPAGES]; |
| 3272 | struct nfs_setaclargs arg = { |
| 3273 | .fh = NFS_FH(inode), |
| 3274 | .acl_pages = pages, |
| 3275 | .acl_len = buflen, |
| 3276 | }; |
Benny Halevy | 73c403a | 2009-04-01 09:22:01 -0400 | [diff] [blame] | 3277 | struct nfs_setaclres res; |
J. Bruce Fields | 4b580ee | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 3278 | struct rpc_message msg = { |
| 3279 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETACL], |
| 3280 | .rpc_argp = &arg, |
Benny Halevy | 73c403a | 2009-04-01 09:22:01 -0400 | [diff] [blame] | 3281 | .rpc_resp = &res, |
J. Bruce Fields | 4b580ee | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 3282 | }; |
| 3283 | int ret; |
| 3284 | |
| 3285 | if (!nfs4_server_supports_acls(server)) |
| 3286 | return -EOPNOTSUPP; |
Trond Myklebust | 642ac54 | 2005-10-18 14:20:19 -0700 | [diff] [blame] | 3287 | nfs_inode_return_delegation(inode); |
J. Bruce Fields | 4b580ee | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 3288 | buf_to_pages(buf, buflen, arg.acl_pages, &arg.acl_pgbase); |
Andy Adamson | cccef3b | 2009-04-01 09:22:03 -0400 | [diff] [blame] | 3289 | ret = nfs4_call_sync(server, &msg, &arg, &res, 1); |
Trond Myklebust | f41f741 | 2008-06-11 17:39:04 -0400 | [diff] [blame] | 3290 | nfs_access_zap_cache(inode); |
| 3291 | nfs_zap_acl_cache(inode); |
J. Bruce Fields | 4b580ee | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 3292 | return ret; |
| 3293 | } |
| 3294 | |
Trond Myklebust | 16b4289 | 2006-08-24 12:27:15 -0400 | [diff] [blame] | 3295 | static int nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen) |
| 3296 | { |
| 3297 | struct nfs4_exception exception = { }; |
| 3298 | int err; |
| 3299 | do { |
| 3300 | err = nfs4_handle_exception(NFS_SERVER(inode), |
| 3301 | __nfs4_proc_set_acl(inode, buf, buflen), |
| 3302 | &exception); |
| 3303 | } while (exception.retry); |
| 3304 | return err; |
| 3305 | } |
| 3306 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3307 | static int |
Andy Adamson | 8328d59 | 2009-04-01 09:22:35 -0400 | [diff] [blame] | 3308 | _nfs4_async_handle_error(struct rpc_task *task, const struct nfs_server *server, struct nfs_client *clp, struct nfs4_state *state) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3309 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3310 | if (!clp || task->tk_status >= 0) |
| 3311 | return 0; |
| 3312 | switch(task->tk_status) { |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame] | 3313 | case -NFS4ERR_ADMIN_REVOKED: |
| 3314 | case -NFS4ERR_BAD_STATEID: |
| 3315 | case -NFS4ERR_OPENMODE: |
| 3316 | if (state == NULL) |
| 3317 | break; |
| 3318 | nfs4_state_mark_reclaim_nograce(clp, state); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3319 | case -NFS4ERR_STALE_CLIENTID: |
| 3320 | case -NFS4ERR_STALE_STATEID: |
| 3321 | case -NFS4ERR_EXPIRED: |
Trond Myklebust | 5d00837 | 2008-02-22 16:34:17 -0500 | [diff] [blame] | 3322 | rpc_sleep_on(&clp->cl_rpcwaitq, task, NULL); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3323 | nfs4_schedule_state_recovery(clp); |
Trond Myklebust | e005e80 | 2008-12-23 15:21:48 -0500 | [diff] [blame] | 3324 | if (test_bit(NFS4CLNT_MANAGER_RUNNING, &clp->cl_state) == 0) |
Trond Myklebust | fda1393 | 2008-02-22 16:34:12 -0500 | [diff] [blame] | 3325 | rpc_wake_up_queued_task(&clp->cl_rpcwaitq, task); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3326 | task->tk_status = 0; |
| 3327 | return -EAGAIN; |
Andy Adamson | 4745e31 | 2009-04-01 09:22:42 -0400 | [diff] [blame] | 3328 | #if defined(CONFIG_NFS_V4_1) |
| 3329 | case -NFS4ERR_BADSESSION: |
| 3330 | case -NFS4ERR_BADSLOT: |
| 3331 | case -NFS4ERR_BAD_HIGH_SLOT: |
| 3332 | case -NFS4ERR_DEADSESSION: |
| 3333 | case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION: |
| 3334 | case -NFS4ERR_SEQ_FALSE_RETRY: |
| 3335 | case -NFS4ERR_SEQ_MISORDERED: |
| 3336 | dprintk("%s ERROR %d, Reset session\n", __func__, |
| 3337 | task->tk_status); |
Andy Adamson | 0b9e2d4 | 2009-12-04 16:02:14 -0500 | [diff] [blame] | 3338 | nfs4_schedule_state_recovery(clp); |
Andy Adamson | 4745e31 | 2009-04-01 09:22:42 -0400 | [diff] [blame] | 3339 | task->tk_status = 0; |
| 3340 | return -EAGAIN; |
| 3341 | #endif /* CONFIG_NFS_V4_1 */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3342 | case -NFS4ERR_DELAY: |
Andy Adamson | 8328d59 | 2009-04-01 09:22:35 -0400 | [diff] [blame] | 3343 | if (server) |
| 3344 | nfs_inc_server_stats(server, NFSIOS_DELAY); |
Chuck Lever | 006ea73 | 2006-03-20 13:44:14 -0500 | [diff] [blame] | 3345 | case -NFS4ERR_GRACE: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3346 | rpc_delay(task, NFS4_POLL_RETRY_MAX); |
| 3347 | task->tk_status = 0; |
| 3348 | return -EAGAIN; |
| 3349 | case -NFS4ERR_OLD_STATEID: |
| 3350 | task->tk_status = 0; |
| 3351 | return -EAGAIN; |
| 3352 | } |
| 3353 | task->tk_status = nfs4_map_errors(task->tk_status); |
| 3354 | return 0; |
| 3355 | } |
| 3356 | |
Andy Adamson | 8328d59 | 2009-04-01 09:22:35 -0400 | [diff] [blame] | 3357 | static int |
| 3358 | nfs4_async_handle_error(struct rpc_task *task, const struct nfs_server *server, struct nfs4_state *state) |
| 3359 | { |
| 3360 | return _nfs4_async_handle_error(task, server, server->nfs_client, state); |
| 3361 | } |
| 3362 | |
David Howells | adfa6f9 | 2006-08-22 20:06:08 -0400 | [diff] [blame] | 3363 | 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] | 3364 | { |
| 3365 | nfs4_verifier sc_verifier; |
| 3366 | struct nfs4_setclientid setclientid = { |
| 3367 | .sc_verifier = &sc_verifier, |
| 3368 | .sc_prog = program, |
| 3369 | }; |
| 3370 | struct rpc_message msg = { |
| 3371 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID], |
| 3372 | .rpc_argp = &setclientid, |
| 3373 | .rpc_resp = clp, |
Trond Myklebust | 286d7d6 | 2006-01-03 09:55:26 +0100 | [diff] [blame] | 3374 | .rpc_cred = cred, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3375 | }; |
Al Viro | bc4785c | 2006-10-19 23:28:51 -0700 | [diff] [blame] | 3376 | __be32 *p; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3377 | int loop = 0; |
| 3378 | int status; |
| 3379 | |
Al Viro | bc4785c | 2006-10-19 23:28:51 -0700 | [diff] [blame] | 3380 | p = (__be32*)sc_verifier.data; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3381 | *p++ = htonl((u32)clp->cl_boot_time.tv_sec); |
| 3382 | *p = htonl((u32)clp->cl_boot_time.tv_nsec); |
| 3383 | |
| 3384 | for(;;) { |
| 3385 | setclientid.sc_name_len = scnprintf(setclientid.sc_name, |
Trond Myklebust | 69dd716 | 2007-12-14 14:56:07 -0500 | [diff] [blame] | 3386 | sizeof(setclientid.sc_name), "%s/%s %s %s %u", |
Chuck Lever | d4d3c50 | 2007-12-10 14:57:09 -0500 | [diff] [blame] | 3387 | clp->cl_ipaddr, |
| 3388 | rpc_peeraddr2str(clp->cl_rpcclient, |
| 3389 | RPC_DISPLAY_ADDR), |
Trond Myklebust | 69dd716 | 2007-12-14 14:56:07 -0500 | [diff] [blame] | 3390 | rpc_peeraddr2str(clp->cl_rpcclient, |
| 3391 | RPC_DISPLAY_PROTO), |
Trond Myklebust | 78ea323 | 2008-04-07 20:49:28 -0400 | [diff] [blame] | 3392 | clp->cl_rpcclient->cl_auth->au_ops->au_name, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3393 | clp->cl_id_uniquifier); |
| 3394 | setclientid.sc_netid_len = scnprintf(setclientid.sc_netid, |
Chuck Lever | d4d3c50 | 2007-12-10 14:57:09 -0500 | [diff] [blame] | 3395 | sizeof(setclientid.sc_netid), |
| 3396 | rpc_peeraddr2str(clp->cl_rpcclient, |
| 3397 | RPC_DISPLAY_NETID)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3398 | setclientid.sc_uaddr_len = scnprintf(setclientid.sc_uaddr, |
Chuck Lever | d4d3c50 | 2007-12-10 14:57:09 -0500 | [diff] [blame] | 3399 | sizeof(setclientid.sc_uaddr), "%s.%u.%u", |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3400 | clp->cl_ipaddr, port >> 8, port & 255); |
| 3401 | |
| 3402 | status = rpc_call_sync(clp->cl_rpcclient, &msg, 0); |
| 3403 | if (status != -NFS4ERR_CLID_INUSE) |
| 3404 | break; |
| 3405 | if (signalled()) |
| 3406 | break; |
| 3407 | if (loop++ & 1) |
| 3408 | ssleep(clp->cl_lease_time + 1); |
| 3409 | else |
| 3410 | if (++clp->cl_id_uniquifier == 0) |
| 3411 | break; |
| 3412 | } |
| 3413 | return status; |
| 3414 | } |
| 3415 | |
David Howells | adfa6f9 | 2006-08-22 20:06:08 -0400 | [diff] [blame] | 3416 | 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] | 3417 | { |
| 3418 | struct nfs_fsinfo fsinfo; |
| 3419 | struct rpc_message msg = { |
| 3420 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID_CONFIRM], |
| 3421 | .rpc_argp = clp, |
| 3422 | .rpc_resp = &fsinfo, |
Trond Myklebust | 286d7d6 | 2006-01-03 09:55:26 +0100 | [diff] [blame] | 3423 | .rpc_cred = cred, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3424 | }; |
| 3425 | unsigned long now; |
| 3426 | int status; |
| 3427 | |
| 3428 | now = jiffies; |
| 3429 | status = rpc_call_sync(clp->cl_rpcclient, &msg, 0); |
| 3430 | if (status == 0) { |
| 3431 | spin_lock(&clp->cl_lock); |
| 3432 | clp->cl_lease_time = fsinfo.lease_time * HZ; |
| 3433 | clp->cl_last_renewal = now; |
| 3434 | spin_unlock(&clp->cl_lock); |
| 3435 | } |
| 3436 | return status; |
| 3437 | } |
| 3438 | |
David Howells | adfa6f9 | 2006-08-22 20:06:08 -0400 | [diff] [blame] | 3439 | 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] | 3440 | { |
Benny Halevy | 77e0367 | 2008-06-24 20:25:57 +0300 | [diff] [blame] | 3441 | long timeout = 0; |
Trond Myklebust | 51581f3 | 2006-03-20 13:44:47 -0500 | [diff] [blame] | 3442 | int err; |
| 3443 | do { |
| 3444 | err = _nfs4_proc_setclientid_confirm(clp, cred); |
| 3445 | switch (err) { |
| 3446 | case 0: |
| 3447 | return err; |
| 3448 | case -NFS4ERR_RESOURCE: |
| 3449 | /* The IBM lawyers misread another document! */ |
| 3450 | case -NFS4ERR_DELAY: |
| 3451 | err = nfs4_delay(clp->cl_rpcclient, &timeout); |
| 3452 | } |
| 3453 | } while (err == 0); |
| 3454 | return err; |
| 3455 | } |
| 3456 | |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 3457 | struct nfs4_delegreturndata { |
| 3458 | struct nfs4_delegreturnargs args; |
Trond Myklebust | fa178f2 | 2006-01-03 09:55:38 +0100 | [diff] [blame] | 3459 | struct nfs4_delegreturnres res; |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 3460 | struct nfs_fh fh; |
| 3461 | nfs4_stateid stateid; |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 3462 | unsigned long timestamp; |
Trond Myklebust | fa178f2 | 2006-01-03 09:55:38 +0100 | [diff] [blame] | 3463 | struct nfs_fattr fattr; |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 3464 | int rpc_status; |
| 3465 | }; |
| 3466 | |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 3467 | static void nfs4_delegreturn_done(struct rpc_task *task, void *calldata) |
| 3468 | { |
| 3469 | struct nfs4_delegreturndata *data = calldata; |
Andy Adamson | 938e101 | 2009-04-01 09:22:28 -0400 | [diff] [blame] | 3470 | |
Trond Myklebust | d61e612 | 2009-12-05 19:32:19 -0500 | [diff] [blame] | 3471 | nfs4_sequence_done(data->res.server, &data->res.seq_res, |
| 3472 | task->tk_status); |
Andy Adamson | 938e101 | 2009-04-01 09:22:28 -0400 | [diff] [blame] | 3473 | |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 3474 | data->rpc_status = task->tk_status; |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 3475 | if (data->rpc_status == 0) |
Trond Myklebust | fa178f2 | 2006-01-03 09:55:38 +0100 | [diff] [blame] | 3476 | renew_lease(data->res.server, data->timestamp); |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 3477 | } |
| 3478 | |
| 3479 | static void nfs4_delegreturn_release(void *calldata) |
| 3480 | { |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 3481 | kfree(calldata); |
| 3482 | } |
| 3483 | |
Andy Adamson | 938e101 | 2009-04-01 09:22:28 -0400 | [diff] [blame] | 3484 | #if defined(CONFIG_NFS_V4_1) |
| 3485 | static void nfs4_delegreturn_prepare(struct rpc_task *task, void *data) |
| 3486 | { |
| 3487 | struct nfs4_delegreturndata *d_data; |
| 3488 | |
| 3489 | d_data = (struct nfs4_delegreturndata *)data; |
| 3490 | |
| 3491 | if (nfs4_setup_sequence(d_data->res.server->nfs_client, |
| 3492 | &d_data->args.seq_args, |
| 3493 | &d_data->res.seq_res, 1, task)) |
| 3494 | return; |
| 3495 | rpc_call_start(task); |
| 3496 | } |
| 3497 | #endif /* CONFIG_NFS_V4_1 */ |
| 3498 | |
Jesper Juhl | c8d149f | 2006-03-20 13:44:07 -0500 | [diff] [blame] | 3499 | static const struct rpc_call_ops nfs4_delegreturn_ops = { |
Andy Adamson | 938e101 | 2009-04-01 09:22:28 -0400 | [diff] [blame] | 3500 | #if defined(CONFIG_NFS_V4_1) |
| 3501 | .rpc_call_prepare = nfs4_delegreturn_prepare, |
| 3502 | #endif /* CONFIG_NFS_V4_1 */ |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 3503 | .rpc_call_done = nfs4_delegreturn_done, |
| 3504 | .rpc_release = nfs4_delegreturn_release, |
| 3505 | }; |
| 3506 | |
Trond Myklebust | e6f8107 | 2008-01-24 18:14:34 -0500 | [diff] [blame] | 3507 | 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] | 3508 | { |
| 3509 | struct nfs4_delegreturndata *data; |
Trond Myklebust | fa178f2 | 2006-01-03 09:55:38 +0100 | [diff] [blame] | 3510 | struct nfs_server *server = NFS_SERVER(inode); |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 3511 | struct rpc_task *task; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 3512 | struct rpc_message msg = { |
| 3513 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DELEGRETURN], |
| 3514 | .rpc_cred = cred, |
| 3515 | }; |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 3516 | struct rpc_task_setup task_setup_data = { |
| 3517 | .rpc_client = server->client, |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 3518 | .rpc_message = &msg, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 3519 | .callback_ops = &nfs4_delegreturn_ops, |
| 3520 | .flags = RPC_TASK_ASYNC, |
| 3521 | }; |
Trond Myklebust | e6f8107 | 2008-01-24 18:14:34 -0500 | [diff] [blame] | 3522 | int status = 0; |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 3523 | |
Andy Adamson | 938e101 | 2009-04-01 09:22:28 -0400 | [diff] [blame] | 3524 | data = kzalloc(sizeof(*data), GFP_KERNEL); |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 3525 | if (data == NULL) |
| 3526 | return -ENOMEM; |
| 3527 | data->args.fhandle = &data->fh; |
| 3528 | data->args.stateid = &data->stateid; |
Trond Myklebust | fa178f2 | 2006-01-03 09:55:38 +0100 | [diff] [blame] | 3529 | data->args.bitmask = server->attr_bitmask; |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 3530 | nfs_copy_fh(&data->fh, NFS_FH(inode)); |
| 3531 | memcpy(&data->stateid, stateid, sizeof(data->stateid)); |
Trond Myklebust | fa178f2 | 2006-01-03 09:55:38 +0100 | [diff] [blame] | 3532 | data->res.fattr = &data->fattr; |
| 3533 | data->res.server = server; |
Andy Adamson | 5f7dbd5 | 2009-04-01 09:22:05 -0400 | [diff] [blame] | 3534 | data->res.seq_res.sr_slotid = NFS4_MAX_SLOT_TABLE; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 3535 | nfs_fattr_init(data->res.fattr); |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 3536 | data->timestamp = jiffies; |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 3537 | data->rpc_status = 0; |
| 3538 | |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 3539 | task_setup_data.callback_data = data; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 3540 | msg.rpc_argp = &data->args, |
| 3541 | msg.rpc_resp = &data->res, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 3542 | task = rpc_run_task(&task_setup_data); |
Trond Myklebust | 7a1218a | 2006-03-20 18:11:10 -0500 | [diff] [blame] | 3543 | if (IS_ERR(task)) |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 3544 | return PTR_ERR(task); |
Trond Myklebust | e6f8107 | 2008-01-24 18:14:34 -0500 | [diff] [blame] | 3545 | if (!issync) |
| 3546 | goto out; |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 3547 | status = nfs4_wait_for_completion_rpc_task(task); |
Trond Myklebust | e6f8107 | 2008-01-24 18:14:34 -0500 | [diff] [blame] | 3548 | if (status != 0) |
| 3549 | goto out; |
| 3550 | status = data->rpc_status; |
| 3551 | if (status != 0) |
| 3552 | goto out; |
| 3553 | nfs_refresh_inode(inode, &data->fattr); |
| 3554 | out: |
Trond Myklebust | e6b3c4d | 2006-11-11 22:18:03 -0500 | [diff] [blame] | 3555 | rpc_put_task(task); |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 3556 | return status; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3557 | } |
| 3558 | |
Trond Myklebust | e6f8107 | 2008-01-24 18:14:34 -0500 | [diff] [blame] | 3559 | 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] | 3560 | { |
| 3561 | struct nfs_server *server = NFS_SERVER(inode); |
| 3562 | struct nfs4_exception exception = { }; |
| 3563 | int err; |
| 3564 | do { |
Trond Myklebust | e6f8107 | 2008-01-24 18:14:34 -0500 | [diff] [blame] | 3565 | err = _nfs4_proc_delegreturn(inode, cred, stateid, issync); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3566 | switch (err) { |
| 3567 | case -NFS4ERR_STALE_STATEID: |
| 3568 | case -NFS4ERR_EXPIRED: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3569 | case 0: |
| 3570 | return 0; |
| 3571 | } |
| 3572 | err = nfs4_handle_exception(server, err, &exception); |
| 3573 | } while (exception.retry); |
| 3574 | return err; |
| 3575 | } |
| 3576 | |
| 3577 | #define NFS4_LOCK_MINTIMEOUT (1 * HZ) |
| 3578 | #define NFS4_LOCK_MAXTIMEOUT (30 * HZ) |
| 3579 | |
| 3580 | /* |
| 3581 | * sleep, with exponential backoff, and retry the LOCK operation. |
| 3582 | */ |
| 3583 | static unsigned long |
| 3584 | nfs4_set_lock_task_retry(unsigned long timeout) |
| 3585 | { |
Matthew Wilcox | 150030b | 2007-12-06 16:24:39 -0500 | [diff] [blame] | 3586 | schedule_timeout_killable(timeout); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3587 | timeout <<= 1; |
| 3588 | if (timeout > NFS4_LOCK_MAXTIMEOUT) |
| 3589 | return NFS4_LOCK_MAXTIMEOUT; |
| 3590 | return timeout; |
| 3591 | } |
| 3592 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3593 | static int _nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request) |
| 3594 | { |
| 3595 | struct inode *inode = state->inode; |
| 3596 | struct nfs_server *server = NFS_SERVER(inode); |
David Howells | 7539bba | 2006-08-22 20:06:09 -0400 | [diff] [blame] | 3597 | struct nfs_client *clp = server->nfs_client; |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 3598 | struct nfs_lockt_args arg = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3599 | .fh = NFS_FH(inode), |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 3600 | .fl = request, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3601 | }; |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 3602 | struct nfs_lockt_res res = { |
| 3603 | .denied = request, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3604 | }; |
| 3605 | struct rpc_message msg = { |
| 3606 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKT], |
| 3607 | .rpc_argp = &arg, |
| 3608 | .rpc_resp = &res, |
| 3609 | .rpc_cred = state->owner->so_cred, |
| 3610 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3611 | struct nfs4_lock_state *lsp; |
| 3612 | int status; |
| 3613 | |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 3614 | arg.lock_owner.clientid = clp->cl_clientid; |
Trond Myklebust | 8d0a8a9 | 2005-06-22 17:16:32 +0000 | [diff] [blame] | 3615 | status = nfs4_set_lock_state(state, request); |
| 3616 | if (status != 0) |
| 3617 | goto out; |
| 3618 | lsp = request->fl_u.nfs4_fl.owner; |
Trond Myklebust | 9f958ab | 2007-07-02 13:58:33 -0400 | [diff] [blame] | 3619 | arg.lock_owner.id = lsp->ls_id.id; |
Andy Adamson | cccef3b | 2009-04-01 09:22:03 -0400 | [diff] [blame] | 3620 | status = nfs4_call_sync(server, &msg, &arg, &res, 1); |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 3621 | switch (status) { |
| 3622 | case 0: |
| 3623 | request->fl_type = F_UNLCK; |
| 3624 | break; |
| 3625 | case -NFS4ERR_DENIED: |
| 3626 | status = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3627 | } |
J. Bruce Fields | 70cc648 | 2007-02-22 18:48:53 -0500 | [diff] [blame] | 3628 | request->fl_ops->fl_release_private(request); |
Trond Myklebust | 8d0a8a9 | 2005-06-22 17:16:32 +0000 | [diff] [blame] | 3629 | out: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3630 | return status; |
| 3631 | } |
| 3632 | |
| 3633 | static int nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request) |
| 3634 | { |
| 3635 | struct nfs4_exception exception = { }; |
| 3636 | int err; |
| 3637 | |
| 3638 | do { |
| 3639 | err = nfs4_handle_exception(NFS_SERVER(state->inode), |
| 3640 | _nfs4_proc_getlk(state, cmd, request), |
| 3641 | &exception); |
| 3642 | } while (exception.retry); |
| 3643 | return err; |
| 3644 | } |
| 3645 | |
| 3646 | static int do_vfs_lock(struct file *file, struct file_lock *fl) |
| 3647 | { |
| 3648 | int res = 0; |
| 3649 | switch (fl->fl_flags & (FL_POSIX|FL_FLOCK)) { |
| 3650 | case FL_POSIX: |
| 3651 | res = posix_lock_file_wait(file, fl); |
| 3652 | break; |
| 3653 | case FL_FLOCK: |
| 3654 | res = flock_lock_file_wait(file, fl); |
| 3655 | break; |
| 3656 | default: |
| 3657 | BUG(); |
| 3658 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3659 | return res; |
| 3660 | } |
| 3661 | |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3662 | struct nfs4_unlockdata { |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 3663 | struct nfs_locku_args arg; |
| 3664 | struct nfs_locku_res res; |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3665 | struct nfs4_lock_state *lsp; |
| 3666 | struct nfs_open_context *ctx; |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 3667 | struct file_lock fl; |
| 3668 | const struct nfs_server *server; |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 3669 | unsigned long timestamp; |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3670 | }; |
| 3671 | |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 3672 | static struct nfs4_unlockdata *nfs4_alloc_unlockdata(struct file_lock *fl, |
| 3673 | struct nfs_open_context *ctx, |
| 3674 | struct nfs4_lock_state *lsp, |
| 3675 | struct nfs_seqid *seqid) |
| 3676 | { |
| 3677 | struct nfs4_unlockdata *p; |
| 3678 | struct inode *inode = lsp->ls_state->inode; |
| 3679 | |
Andy Adamson | a893693 | 2009-04-01 09:22:23 -0400 | [diff] [blame] | 3680 | p = kzalloc(sizeof(*p), GFP_KERNEL); |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 3681 | if (p == NULL) |
| 3682 | return NULL; |
| 3683 | p->arg.fh = NFS_FH(inode); |
| 3684 | p->arg.fl = &p->fl; |
| 3685 | p->arg.seqid = seqid; |
Trond Myklebust | c1d5193 | 2008-04-07 13:20:54 -0400 | [diff] [blame] | 3686 | p->res.seqid = seqid; |
Andy Adamson | 5f7dbd5 | 2009-04-01 09:22:05 -0400 | [diff] [blame] | 3687 | p->res.seq_res.sr_slotid = NFS4_MAX_SLOT_TABLE; |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 3688 | p->arg.stateid = &lsp->ls_stateid; |
| 3689 | p->lsp = lsp; |
| 3690 | atomic_inc(&lsp->ls_count); |
| 3691 | /* Ensure we don't close file until we're done freeing locks! */ |
| 3692 | p->ctx = get_nfs_open_context(ctx); |
| 3693 | memcpy(&p->fl, fl, sizeof(p->fl)); |
| 3694 | p->server = NFS_SERVER(inode); |
| 3695 | return p; |
| 3696 | } |
| 3697 | |
Trond Myklebust | 06f814a | 2006-01-03 09:55:07 +0100 | [diff] [blame] | 3698 | static void nfs4_locku_release_calldata(void *data) |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3699 | { |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 3700 | struct nfs4_unlockdata *calldata = data; |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 3701 | nfs_free_seqid(calldata->arg.seqid); |
Trond Myklebust | 06f814a | 2006-01-03 09:55:07 +0100 | [diff] [blame] | 3702 | nfs4_put_lock_state(calldata->lsp); |
| 3703 | put_nfs_open_context(calldata->ctx); |
| 3704 | kfree(calldata); |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3705 | } |
| 3706 | |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 3707 | static void nfs4_locku_done(struct rpc_task *task, void *data) |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3708 | { |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 3709 | struct nfs4_unlockdata *calldata = data; |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3710 | |
Andy Adamson | a893693 | 2009-04-01 09:22:23 -0400 | [diff] [blame] | 3711 | nfs4_sequence_done(calldata->server, &calldata->res.seq_res, |
| 3712 | task->tk_status); |
Trond Myklebust | 06f814a | 2006-01-03 09:55:07 +0100 | [diff] [blame] | 3713 | if (RPC_ASSASSINATED(task)) |
| 3714 | return; |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3715 | switch (task->tk_status) { |
| 3716 | case 0: |
| 3717 | memcpy(calldata->lsp->ls_stateid.data, |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 3718 | calldata->res.stateid.data, |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3719 | sizeof(calldata->lsp->ls_stateid.data)); |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 3720 | renew_lease(calldata->server, calldata->timestamp); |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3721 | break; |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame] | 3722 | case -NFS4ERR_BAD_STATEID: |
| 3723 | case -NFS4ERR_OLD_STATEID: |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3724 | case -NFS4ERR_STALE_STATEID: |
| 3725 | case -NFS4ERR_EXPIRED: |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3726 | break; |
| 3727 | default: |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame] | 3728 | if (nfs4_async_handle_error(task, calldata->server, NULL) == -EAGAIN) |
Trond Myklebust | 0110ee1 | 2009-12-07 09:00:24 -0500 | [diff] [blame^] | 3729 | nfs_restart_rpc(task, |
Trond Myklebust | d61e612 | 2009-12-05 19:32:19 -0500 | [diff] [blame] | 3730 | calldata->server->nfs_client); |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3731 | } |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3732 | } |
| 3733 | |
Trond Myklebust | 4ce70ad | 2006-01-03 09:55:05 +0100 | [diff] [blame] | 3734 | static void nfs4_locku_prepare(struct rpc_task *task, void *data) |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3735 | { |
Trond Myklebust | 4ce70ad | 2006-01-03 09:55:05 +0100 | [diff] [blame] | 3736 | struct nfs4_unlockdata *calldata = data; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3737 | |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 3738 | if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0) |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3739 | return; |
| 3740 | if ((calldata->lsp->ls_flags & NFS_LOCK_INITIALIZED) == 0) { |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 3741 | /* Note: exit _without_ running nfs4_locku_done */ |
| 3742 | task->tk_action = NULL; |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3743 | return; |
| 3744 | } |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 3745 | calldata->timestamp = jiffies; |
Andy Adamson | a893693 | 2009-04-01 09:22:23 -0400 | [diff] [blame] | 3746 | if (nfs4_setup_sequence(calldata->server->nfs_client, |
| 3747 | &calldata->arg.seq_args, |
| 3748 | &calldata->res.seq_res, 1, task)) |
| 3749 | return; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 3750 | rpc_call_start(task); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3751 | } |
| 3752 | |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 3753 | static const struct rpc_call_ops nfs4_locku_ops = { |
Trond Myklebust | 4ce70ad | 2006-01-03 09:55:05 +0100 | [diff] [blame] | 3754 | .rpc_call_prepare = nfs4_locku_prepare, |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 3755 | .rpc_call_done = nfs4_locku_done, |
Trond Myklebust | 06f814a | 2006-01-03 09:55:07 +0100 | [diff] [blame] | 3756 | .rpc_release = nfs4_locku_release_calldata, |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 3757 | }; |
| 3758 | |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3759 | static struct rpc_task *nfs4_do_unlck(struct file_lock *fl, |
| 3760 | struct nfs_open_context *ctx, |
| 3761 | struct nfs4_lock_state *lsp, |
| 3762 | struct nfs_seqid *seqid) |
| 3763 | { |
| 3764 | struct nfs4_unlockdata *data; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 3765 | struct rpc_message msg = { |
| 3766 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKU], |
| 3767 | .rpc_cred = ctx->cred, |
| 3768 | }; |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 3769 | struct rpc_task_setup task_setup_data = { |
| 3770 | .rpc_client = NFS_CLIENT(lsp->ls_state->inode), |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 3771 | .rpc_message = &msg, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 3772 | .callback_ops = &nfs4_locku_ops, |
Trond Myklebust | 101070c | 2008-02-19 20:04:23 -0500 | [diff] [blame] | 3773 | .workqueue = nfsiod_workqueue, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 3774 | .flags = RPC_TASK_ASYNC, |
| 3775 | }; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3776 | |
Frank Filz | 137d6ac | 2007-07-09 15:32:29 -0700 | [diff] [blame] | 3777 | /* Ensure this is an unlock - when canceling a lock, the |
| 3778 | * canceled lock is passed in, and it won't be an unlock. |
| 3779 | */ |
| 3780 | fl->fl_type = F_UNLCK; |
| 3781 | |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3782 | data = nfs4_alloc_unlockdata(fl, ctx, lsp, seqid); |
| 3783 | if (data == NULL) { |
| 3784 | nfs_free_seqid(seqid); |
| 3785 | return ERR_PTR(-ENOMEM); |
| 3786 | } |
| 3787 | |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 3788 | msg.rpc_argp = &data->arg, |
| 3789 | msg.rpc_resp = &data->res, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 3790 | task_setup_data.callback_data = data; |
| 3791 | return rpc_run_task(&task_setup_data); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3792 | } |
| 3793 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3794 | static int nfs4_proc_unlck(struct nfs4_state *state, int cmd, struct file_lock *request) |
| 3795 | { |
Trond Myklebust | 19e03c5 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 3796 | struct nfs_inode *nfsi = NFS_I(state->inode); |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 3797 | struct nfs_seqid *seqid; |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3798 | struct nfs4_lock_state *lsp; |
Trond Myklebust | 06f814a | 2006-01-03 09:55:07 +0100 | [diff] [blame] | 3799 | struct rpc_task *task; |
| 3800 | int status = 0; |
Trond Myklebust | 536ff0f | 2008-04-04 15:08:02 -0400 | [diff] [blame] | 3801 | unsigned char fl_flags = request->fl_flags; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3802 | |
Trond Myklebust | 9b07357 | 2006-06-29 16:38:34 -0400 | [diff] [blame] | 3803 | status = nfs4_set_lock_state(state, request); |
| 3804 | /* Unlock _before_ we do the RPC call */ |
| 3805 | request->fl_flags |= FL_EXISTS; |
Trond Myklebust | 19e03c5 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 3806 | down_read(&nfsi->rwsem); |
| 3807 | if (do_vfs_lock(request->fl_file, request) == -ENOENT) { |
| 3808 | up_read(&nfsi->rwsem); |
Trond Myklebust | 9b07357 | 2006-06-29 16:38:34 -0400 | [diff] [blame] | 3809 | goto out; |
Trond Myklebust | 19e03c5 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 3810 | } |
| 3811 | up_read(&nfsi->rwsem); |
Trond Myklebust | 9b07357 | 2006-06-29 16:38:34 -0400 | [diff] [blame] | 3812 | if (status != 0) |
| 3813 | goto out; |
Trond Myklebust | 6bfc93e | 2005-11-04 15:39:36 -0500 | [diff] [blame] | 3814 | /* Is this a delegated lock? */ |
| 3815 | if (test_bit(NFS_DELEGATED_STATE, &state->flags)) |
Trond Myklebust | 9b07357 | 2006-06-29 16:38:34 -0400 | [diff] [blame] | 3816 | goto out; |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3817 | lsp = request->fl_u.nfs4_fl.owner; |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 3818 | seqid = nfs_alloc_seqid(&lsp->ls_seqid); |
Trond Myklebust | 9b07357 | 2006-06-29 16:38:34 -0400 | [diff] [blame] | 3819 | status = -ENOMEM; |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 3820 | if (seqid == NULL) |
Trond Myklebust | 9b07357 | 2006-06-29 16:38:34 -0400 | [diff] [blame] | 3821 | goto out; |
Trond Myklebust | cd3758e | 2007-08-10 17:44:32 -0400 | [diff] [blame] | 3822 | 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] | 3823 | status = PTR_ERR(task); |
| 3824 | if (IS_ERR(task)) |
Trond Myklebust | 9b07357 | 2006-06-29 16:38:34 -0400 | [diff] [blame] | 3825 | goto out; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3826 | status = nfs4_wait_for_completion_rpc_task(task); |
Trond Myklebust | e6b3c4d | 2006-11-11 22:18:03 -0500 | [diff] [blame] | 3827 | rpc_put_task(task); |
Trond Myklebust | 9b07357 | 2006-06-29 16:38:34 -0400 | [diff] [blame] | 3828 | out: |
Trond Myklebust | 536ff0f | 2008-04-04 15:08:02 -0400 | [diff] [blame] | 3829 | request->fl_flags = fl_flags; |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 3830 | return status; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3831 | } |
| 3832 | |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3833 | struct nfs4_lockdata { |
| 3834 | struct nfs_lock_args arg; |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 3835 | struct nfs_lock_res res; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3836 | struct nfs4_lock_state *lsp; |
| 3837 | struct nfs_open_context *ctx; |
| 3838 | struct file_lock fl; |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 3839 | unsigned long timestamp; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3840 | int rpc_status; |
| 3841 | int cancelled; |
Andy Adamson | 66179ef | 2009-04-01 09:22:22 -0400 | [diff] [blame] | 3842 | struct nfs_server *server; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3843 | }; |
| 3844 | |
| 3845 | static struct nfs4_lockdata *nfs4_alloc_lockdata(struct file_lock *fl, |
| 3846 | struct nfs_open_context *ctx, struct nfs4_lock_state *lsp) |
| 3847 | { |
| 3848 | struct nfs4_lockdata *p; |
| 3849 | struct inode *inode = lsp->ls_state->inode; |
| 3850 | struct nfs_server *server = NFS_SERVER(inode); |
| 3851 | |
| 3852 | p = kzalloc(sizeof(*p), GFP_KERNEL); |
| 3853 | if (p == NULL) |
| 3854 | return NULL; |
| 3855 | |
| 3856 | p->arg.fh = NFS_FH(inode); |
| 3857 | p->arg.fl = &p->fl; |
Trond Myklebust | 2f74c0a | 2008-01-08 17:56:07 -0500 | [diff] [blame] | 3858 | p->arg.open_seqid = nfs_alloc_seqid(&lsp->ls_state->owner->so_seqid); |
| 3859 | if (p->arg.open_seqid == NULL) |
| 3860 | goto out_free; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3861 | p->arg.lock_seqid = nfs_alloc_seqid(&lsp->ls_seqid); |
| 3862 | if (p->arg.lock_seqid == NULL) |
Trond Myklebust | 2f74c0a | 2008-01-08 17:56:07 -0500 | [diff] [blame] | 3863 | goto out_free_seqid; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3864 | p->arg.lock_stateid = &lsp->ls_stateid; |
David Howells | 7539bba | 2006-08-22 20:06:09 -0400 | [diff] [blame] | 3865 | p->arg.lock_owner.clientid = server->nfs_client->cl_clientid; |
Trond Myklebust | 9f958ab | 2007-07-02 13:58:33 -0400 | [diff] [blame] | 3866 | p->arg.lock_owner.id = lsp->ls_id.id; |
Trond Myklebust | c1d5193 | 2008-04-07 13:20:54 -0400 | [diff] [blame] | 3867 | p->res.lock_seqid = p->arg.lock_seqid; |
Andy Adamson | 5f7dbd5 | 2009-04-01 09:22:05 -0400 | [diff] [blame] | 3868 | p->res.seq_res.sr_slotid = NFS4_MAX_SLOT_TABLE; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3869 | p->lsp = lsp; |
Andy Adamson | 66179ef | 2009-04-01 09:22:22 -0400 | [diff] [blame] | 3870 | p->server = server; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3871 | atomic_inc(&lsp->ls_count); |
| 3872 | p->ctx = get_nfs_open_context(ctx); |
| 3873 | memcpy(&p->fl, fl, sizeof(p->fl)); |
| 3874 | return p; |
Trond Myklebust | 2f74c0a | 2008-01-08 17:56:07 -0500 | [diff] [blame] | 3875 | out_free_seqid: |
| 3876 | nfs_free_seqid(p->arg.open_seqid); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3877 | out_free: |
| 3878 | kfree(p); |
| 3879 | return NULL; |
| 3880 | } |
| 3881 | |
| 3882 | static void nfs4_lock_prepare(struct rpc_task *task, void *calldata) |
| 3883 | { |
| 3884 | struct nfs4_lockdata *data = calldata; |
| 3885 | struct nfs4_state *state = data->lsp->ls_state; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3886 | |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 3887 | dprintk("%s: begin!\n", __func__); |
Trond Myklebust | 2f74c0a | 2008-01-08 17:56:07 -0500 | [diff] [blame] | 3888 | if (nfs_wait_on_sequence(data->arg.lock_seqid, task) != 0) |
| 3889 | return; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3890 | /* Do we need to do an open_to_lock_owner? */ |
| 3891 | if (!(data->arg.lock_seqid->sequence->flags & NFS_SEQID_CONFIRMED)) { |
Trond Myklebust | e6e2197 | 2008-01-02 16:27:16 -0500 | [diff] [blame] | 3892 | if (nfs_wait_on_sequence(data->arg.open_seqid, task) != 0) |
| 3893 | return; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3894 | data->arg.open_stateid = &state->stateid; |
| 3895 | data->arg.new_lock_owner = 1; |
Trond Myklebust | c1d5193 | 2008-04-07 13:20:54 -0400 | [diff] [blame] | 3896 | data->res.open_seqid = data->arg.open_seqid; |
Trond Myklebust | 2f74c0a | 2008-01-08 17:56:07 -0500 | [diff] [blame] | 3897 | } else |
| 3898 | data->arg.new_lock_owner = 0; |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 3899 | data->timestamp = jiffies; |
Andy Adamson | 66179ef | 2009-04-01 09:22:22 -0400 | [diff] [blame] | 3900 | if (nfs4_setup_sequence(data->server->nfs_client, &data->arg.seq_args, |
| 3901 | &data->res.seq_res, 1, task)) |
| 3902 | return; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 3903 | rpc_call_start(task); |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 3904 | dprintk("%s: done!, ret = %d\n", __func__, data->rpc_status); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3905 | } |
| 3906 | |
| 3907 | static void nfs4_lock_done(struct rpc_task *task, void *calldata) |
| 3908 | { |
| 3909 | struct nfs4_lockdata *data = calldata; |
| 3910 | |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 3911 | dprintk("%s: begin!\n", __func__); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3912 | |
Trond Myklebust | d61e612 | 2009-12-05 19:32:19 -0500 | [diff] [blame] | 3913 | nfs4_sequence_done(data->server, &data->res.seq_res, |
| 3914 | task->tk_status); |
Andy Adamson | 66179ef | 2009-04-01 09:22:22 -0400 | [diff] [blame] | 3915 | |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3916 | data->rpc_status = task->tk_status; |
| 3917 | if (RPC_ASSASSINATED(task)) |
| 3918 | goto out; |
| 3919 | if (data->arg.new_lock_owner != 0) { |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3920 | if (data->rpc_status == 0) |
| 3921 | nfs_confirm_seqid(&data->lsp->ls_seqid, 0); |
| 3922 | else |
| 3923 | goto out; |
| 3924 | } |
| 3925 | if (data->rpc_status == 0) { |
| 3926 | memcpy(data->lsp->ls_stateid.data, data->res.stateid.data, |
| 3927 | sizeof(data->lsp->ls_stateid.data)); |
| 3928 | data->lsp->ls_flags |= NFS_LOCK_INITIALIZED; |
Trond Myklebust | 88be9f9 | 2007-06-05 10:42:27 -0400 | [diff] [blame] | 3929 | renew_lease(NFS_SERVER(data->ctx->path.dentry->d_inode), data->timestamp); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3930 | } |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3931 | out: |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 3932 | dprintk("%s: done, ret = %d!\n", __func__, data->rpc_status); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3933 | } |
| 3934 | |
| 3935 | static void nfs4_lock_release(void *calldata) |
| 3936 | { |
| 3937 | struct nfs4_lockdata *data = calldata; |
| 3938 | |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 3939 | dprintk("%s: begin!\n", __func__); |
Trond Myklebust | 2f74c0a | 2008-01-08 17:56:07 -0500 | [diff] [blame] | 3940 | nfs_free_seqid(data->arg.open_seqid); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3941 | if (data->cancelled != 0) { |
| 3942 | struct rpc_task *task; |
| 3943 | task = nfs4_do_unlck(&data->fl, data->ctx, data->lsp, |
| 3944 | data->arg.lock_seqid); |
| 3945 | if (!IS_ERR(task)) |
Trond Myklebust | e6b3c4d | 2006-11-11 22:18:03 -0500 | [diff] [blame] | 3946 | rpc_put_task(task); |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 3947 | dprintk("%s: cancelling lock!\n", __func__); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3948 | } else |
| 3949 | nfs_free_seqid(data->arg.lock_seqid); |
| 3950 | nfs4_put_lock_state(data->lsp); |
| 3951 | put_nfs_open_context(data->ctx); |
| 3952 | kfree(data); |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 3953 | dprintk("%s: done!\n", __func__); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3954 | } |
| 3955 | |
| 3956 | static const struct rpc_call_ops nfs4_lock_ops = { |
| 3957 | .rpc_call_prepare = nfs4_lock_prepare, |
| 3958 | .rpc_call_done = nfs4_lock_done, |
| 3959 | .rpc_release = nfs4_lock_release, |
| 3960 | }; |
| 3961 | |
| 3962 | static int _nfs4_do_setlk(struct nfs4_state *state, int cmd, struct file_lock *fl, int reclaim) |
| 3963 | { |
| 3964 | struct nfs4_lockdata *data; |
| 3965 | struct rpc_task *task; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 3966 | struct rpc_message msg = { |
| 3967 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCK], |
| 3968 | .rpc_cred = state->owner->so_cred, |
| 3969 | }; |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 3970 | struct rpc_task_setup task_setup_data = { |
| 3971 | .rpc_client = NFS_CLIENT(state->inode), |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 3972 | .rpc_message = &msg, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 3973 | .callback_ops = &nfs4_lock_ops, |
Trond Myklebust | 101070c | 2008-02-19 20:04:23 -0500 | [diff] [blame] | 3974 | .workqueue = nfsiod_workqueue, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 3975 | .flags = RPC_TASK_ASYNC, |
| 3976 | }; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3977 | int ret; |
| 3978 | |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 3979 | dprintk("%s: begin!\n", __func__); |
Trond Myklebust | cd3758e | 2007-08-10 17:44:32 -0400 | [diff] [blame] | 3980 | data = nfs4_alloc_lockdata(fl, nfs_file_open_context(fl->fl_file), |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3981 | fl->fl_u.nfs4_fl.owner); |
| 3982 | if (data == NULL) |
| 3983 | return -ENOMEM; |
| 3984 | if (IS_SETLKW(cmd)) |
| 3985 | data->arg.block = 1; |
| 3986 | if (reclaim != 0) |
| 3987 | data->arg.reclaim = 1; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 3988 | msg.rpc_argp = &data->arg, |
| 3989 | msg.rpc_resp = &data->res, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 3990 | task_setup_data.callback_data = data; |
| 3991 | task = rpc_run_task(&task_setup_data); |
Trond Myklebust | 7a1218a | 2006-03-20 18:11:10 -0500 | [diff] [blame] | 3992 | if (IS_ERR(task)) |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3993 | return PTR_ERR(task); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3994 | ret = nfs4_wait_for_completion_rpc_task(task); |
| 3995 | if (ret == 0) { |
| 3996 | ret = data->rpc_status; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 3997 | } else |
| 3998 | data->cancelled = 1; |
Trond Myklebust | e6b3c4d | 2006-11-11 22:18:03 -0500 | [diff] [blame] | 3999 | rpc_put_task(task); |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 4000 | dprintk("%s: done, ret = %d!\n", __func__, ret); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4001 | return ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4002 | } |
| 4003 | |
| 4004 | static int nfs4_lock_reclaim(struct nfs4_state *state, struct file_lock *request) |
| 4005 | { |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 4006 | struct nfs_server *server = NFS_SERVER(state->inode); |
| 4007 | struct nfs4_exception exception = { }; |
| 4008 | int err; |
| 4009 | |
| 4010 | do { |
Trond Myklebust | 42a2d13 | 2006-06-29 16:38:36 -0400 | [diff] [blame] | 4011 | /* Cache the lock if possible... */ |
| 4012 | if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0) |
| 4013 | return 0; |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 4014 | err = _nfs4_do_setlk(state, F_SETLK, request, 1); |
| 4015 | if (err != -NFS4ERR_DELAY) |
| 4016 | break; |
| 4017 | nfs4_handle_exception(server, err, &exception); |
| 4018 | } while (exception.retry); |
| 4019 | return err; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4020 | } |
| 4021 | |
| 4022 | static int nfs4_lock_expired(struct nfs4_state *state, struct file_lock *request) |
| 4023 | { |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 4024 | struct nfs_server *server = NFS_SERVER(state->inode); |
| 4025 | struct nfs4_exception exception = { }; |
| 4026 | int err; |
| 4027 | |
Trond Myklebust | 6bfc93e | 2005-11-04 15:39:36 -0500 | [diff] [blame] | 4028 | err = nfs4_set_lock_state(state, request); |
| 4029 | if (err != 0) |
| 4030 | return err; |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 4031 | do { |
Trond Myklebust | 42a2d13 | 2006-06-29 16:38:36 -0400 | [diff] [blame] | 4032 | if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0) |
| 4033 | return 0; |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 4034 | err = _nfs4_do_setlk(state, F_SETLK, request, 0); |
Trond Myklebust | a9ed2e2 | 2009-12-03 15:53:21 -0500 | [diff] [blame] | 4035 | switch (err) { |
| 4036 | default: |
| 4037 | goto out; |
| 4038 | case -NFS4ERR_GRACE: |
| 4039 | case -NFS4ERR_DELAY: |
| 4040 | nfs4_handle_exception(server, err, &exception); |
| 4041 | err = 0; |
| 4042 | } |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 4043 | } while (exception.retry); |
Trond Myklebust | a9ed2e2 | 2009-12-03 15:53:21 -0500 | [diff] [blame] | 4044 | out: |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 4045 | return err; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4046 | } |
| 4047 | |
| 4048 | static int _nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request) |
| 4049 | { |
Trond Myklebust | 19e03c5 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 4050 | struct nfs_inode *nfsi = NFS_I(state->inode); |
Trond Myklebust | 01c3b86 | 2006-06-29 16:38:39 -0400 | [diff] [blame] | 4051 | unsigned char fl_flags = request->fl_flags; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4052 | int status; |
| 4053 | |
Trond Myklebust | 6bfc93e | 2005-11-04 15:39:36 -0500 | [diff] [blame] | 4054 | /* Is this a delegated open? */ |
Trond Myklebust | 6bfc93e | 2005-11-04 15:39:36 -0500 | [diff] [blame] | 4055 | status = nfs4_set_lock_state(state, request); |
| 4056 | if (status != 0) |
| 4057 | goto out; |
Trond Myklebust | 01c3b86 | 2006-06-29 16:38:39 -0400 | [diff] [blame] | 4058 | request->fl_flags |= FL_ACCESS; |
| 4059 | status = do_vfs_lock(request->fl_file, request); |
| 4060 | if (status < 0) |
| 4061 | goto out; |
Trond Myklebust | 19e03c5 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 4062 | down_read(&nfsi->rwsem); |
Trond Myklebust | 01c3b86 | 2006-06-29 16:38:39 -0400 | [diff] [blame] | 4063 | if (test_bit(NFS_DELEGATED_STATE, &state->flags)) { |
Trond Myklebust | 01c3b86 | 2006-06-29 16:38:39 -0400 | [diff] [blame] | 4064 | /* Yes: cache locks! */ |
Trond Myklebust | 01c3b86 | 2006-06-29 16:38:39 -0400 | [diff] [blame] | 4065 | /* ...but avoid races with delegation recall... */ |
Trond Myklebust | 19e03c5 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 4066 | request->fl_flags = fl_flags & ~FL_SLEEP; |
| 4067 | status = do_vfs_lock(request->fl_file, request); |
| 4068 | goto out_unlock; |
Trond Myklebust | 01c3b86 | 2006-06-29 16:38:39 -0400 | [diff] [blame] | 4069 | } |
Trond Myklebust | 6bfc93e | 2005-11-04 15:39:36 -0500 | [diff] [blame] | 4070 | status = _nfs4_do_setlk(state, cmd, request, 0); |
| 4071 | if (status != 0) |
Trond Myklebust | 01c3b86 | 2006-06-29 16:38:39 -0400 | [diff] [blame] | 4072 | goto out_unlock; |
Trond Myklebust | 6bfc93e | 2005-11-04 15:39:36 -0500 | [diff] [blame] | 4073 | /* Note: we always want to sleep here! */ |
Trond Myklebust | 01c3b86 | 2006-06-29 16:38:39 -0400 | [diff] [blame] | 4074 | request->fl_flags = fl_flags | FL_SLEEP; |
Trond Myklebust | 6bfc93e | 2005-11-04 15:39:36 -0500 | [diff] [blame] | 4075 | if (do_vfs_lock(request->fl_file, request) < 0) |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 4076 | 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] | 4077 | out_unlock: |
Trond Myklebust | 19e03c5 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 4078 | up_read(&nfsi->rwsem); |
Trond Myklebust | 01c3b86 | 2006-06-29 16:38:39 -0400 | [diff] [blame] | 4079 | out: |
| 4080 | request->fl_flags = fl_flags; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4081 | return status; |
| 4082 | } |
| 4083 | |
| 4084 | static int nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request) |
| 4085 | { |
| 4086 | struct nfs4_exception exception = { }; |
| 4087 | int err; |
| 4088 | |
| 4089 | do { |
Trond Myklebust | 965b5d6 | 2009-06-17 13:22:59 -0700 | [diff] [blame] | 4090 | err = _nfs4_proc_setlk(state, cmd, request); |
| 4091 | if (err == -NFS4ERR_DENIED) |
| 4092 | err = -EAGAIN; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4093 | err = nfs4_handle_exception(NFS_SERVER(state->inode), |
Trond Myklebust | 965b5d6 | 2009-06-17 13:22:59 -0700 | [diff] [blame] | 4094 | err, &exception); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4095 | } while (exception.retry); |
| 4096 | return err; |
| 4097 | } |
| 4098 | |
| 4099 | static int |
| 4100 | nfs4_proc_lock(struct file *filp, int cmd, struct file_lock *request) |
| 4101 | { |
| 4102 | struct nfs_open_context *ctx; |
| 4103 | struct nfs4_state *state; |
| 4104 | unsigned long timeout = NFS4_LOCK_MINTIMEOUT; |
| 4105 | int status; |
| 4106 | |
| 4107 | /* verify open state */ |
Trond Myklebust | cd3758e | 2007-08-10 17:44:32 -0400 | [diff] [blame] | 4108 | ctx = nfs_file_open_context(filp); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4109 | state = ctx->state; |
| 4110 | |
| 4111 | if (request->fl_start < 0 || request->fl_end < 0) |
| 4112 | return -EINVAL; |
| 4113 | |
Trond Myklebust | d953126 | 2009-07-21 19:22:38 -0400 | [diff] [blame] | 4114 | if (IS_GETLK(cmd)) { |
| 4115 | if (state != NULL) |
| 4116 | return nfs4_proc_getlk(state, F_GETLK, request); |
| 4117 | return 0; |
| 4118 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4119 | |
| 4120 | if (!(IS_SETLK(cmd) || IS_SETLKW(cmd))) |
| 4121 | return -EINVAL; |
| 4122 | |
Trond Myklebust | d953126 | 2009-07-21 19:22:38 -0400 | [diff] [blame] | 4123 | if (request->fl_type == F_UNLCK) { |
| 4124 | if (state != NULL) |
| 4125 | return nfs4_proc_unlck(state, cmd, request); |
| 4126 | return 0; |
| 4127 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4128 | |
Trond Myklebust | d953126 | 2009-07-21 19:22:38 -0400 | [diff] [blame] | 4129 | if (state == NULL) |
| 4130 | return -ENOLCK; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4131 | do { |
| 4132 | status = nfs4_proc_setlk(state, cmd, request); |
| 4133 | if ((status != -EAGAIN) || IS_SETLK(cmd)) |
| 4134 | break; |
| 4135 | timeout = nfs4_set_lock_task_retry(timeout); |
| 4136 | status = -ERESTARTSYS; |
| 4137 | if (signalled()) |
| 4138 | break; |
| 4139 | } while(status < 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4140 | return status; |
| 4141 | } |
| 4142 | |
Trond Myklebust | 888e694 | 2005-11-04 15:38:11 -0500 | [diff] [blame] | 4143 | int nfs4_lock_delegation_recall(struct nfs4_state *state, struct file_lock *fl) |
| 4144 | { |
| 4145 | struct nfs_server *server = NFS_SERVER(state->inode); |
| 4146 | struct nfs4_exception exception = { }; |
| 4147 | int err; |
| 4148 | |
| 4149 | err = nfs4_set_lock_state(state, fl); |
| 4150 | if (err != 0) |
| 4151 | goto out; |
| 4152 | do { |
| 4153 | err = _nfs4_do_setlk(state, F_SETLK, fl, 0); |
Trond Myklebust | d512220 | 2009-06-17 13:22:58 -0700 | [diff] [blame] | 4154 | switch (err) { |
| 4155 | default: |
| 4156 | printk(KERN_ERR "%s: unhandled error %d.\n", |
| 4157 | __func__, err); |
| 4158 | case 0: |
Trond Myklebust | 965b5d6 | 2009-06-17 13:22:59 -0700 | [diff] [blame] | 4159 | case -ESTALE: |
Trond Myklebust | d512220 | 2009-06-17 13:22:58 -0700 | [diff] [blame] | 4160 | goto out; |
| 4161 | case -NFS4ERR_EXPIRED: |
| 4162 | case -NFS4ERR_STALE_CLIENTID: |
Trond Myklebust | 965b5d6 | 2009-06-17 13:22:59 -0700 | [diff] [blame] | 4163 | case -NFS4ERR_STALE_STATEID: |
Trond Myklebust | d512220 | 2009-06-17 13:22:58 -0700 | [diff] [blame] | 4164 | nfs4_schedule_state_recovery(server->nfs_client); |
| 4165 | goto out; |
Trond Myklebust | 965b5d6 | 2009-06-17 13:22:59 -0700 | [diff] [blame] | 4166 | case -ERESTARTSYS: |
| 4167 | /* |
| 4168 | * The show must go on: exit, but mark the |
| 4169 | * stateid as needing recovery. |
| 4170 | */ |
| 4171 | case -NFS4ERR_ADMIN_REVOKED: |
| 4172 | case -NFS4ERR_BAD_STATEID: |
| 4173 | case -NFS4ERR_OPENMODE: |
| 4174 | nfs4_state_mark_reclaim_nograce(server->nfs_client, state); |
| 4175 | err = 0; |
| 4176 | goto out; |
| 4177 | case -ENOMEM: |
| 4178 | case -NFS4ERR_DENIED: |
| 4179 | /* kill_proc(fl->fl_pid, SIGLOST, 1); */ |
| 4180 | err = 0; |
| 4181 | goto out; |
Trond Myklebust | d512220 | 2009-06-17 13:22:58 -0700 | [diff] [blame] | 4182 | case -NFS4ERR_DELAY: |
| 4183 | break; |
| 4184 | } |
Trond Myklebust | 888e694 | 2005-11-04 15:38:11 -0500 | [diff] [blame] | 4185 | err = nfs4_handle_exception(server, err, &exception); |
| 4186 | } while (exception.retry); |
| 4187 | out: |
| 4188 | return err; |
| 4189 | } |
J. Bruce Fields | 6b3b549 | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 4190 | |
J. Bruce Fields | aa1870a | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 4191 | #define XATTR_NAME_NFSV4_ACL "system.nfs4_acl" |
| 4192 | |
J. Bruce Fields | 6b3b549 | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 4193 | int nfs4_setxattr(struct dentry *dentry, const char *key, const void *buf, |
| 4194 | size_t buflen, int flags) |
| 4195 | { |
J. Bruce Fields | 4b580ee | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 4196 | struct inode *inode = dentry->d_inode; |
| 4197 | |
| 4198 | if (strcmp(key, XATTR_NAME_NFSV4_ACL) != 0) |
| 4199 | return -EOPNOTSUPP; |
| 4200 | |
J. Bruce Fields | 4b580ee | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 4201 | return nfs4_proc_set_acl(inode, buf, buflen); |
J. Bruce Fields | 6b3b549 | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 4202 | } |
| 4203 | |
| 4204 | /* The getxattr man page suggests returning -ENODATA for unknown attributes, |
| 4205 | * and that's what we'll do for e.g. user attributes that haven't been set. |
| 4206 | * But we'll follow ext2/ext3's lead by returning -EOPNOTSUPP for unsupported |
| 4207 | * attributes in kernel-managed attribute namespaces. */ |
| 4208 | ssize_t nfs4_getxattr(struct dentry *dentry, const char *key, void *buf, |
| 4209 | size_t buflen) |
| 4210 | { |
J. Bruce Fields | aa1870a | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 4211 | struct inode *inode = dentry->d_inode; |
| 4212 | |
| 4213 | if (strcmp(key, XATTR_NAME_NFSV4_ACL) != 0) |
| 4214 | return -EOPNOTSUPP; |
| 4215 | |
| 4216 | return nfs4_proc_get_acl(inode, buf, buflen); |
J. Bruce Fields | 6b3b549 | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 4217 | } |
| 4218 | |
| 4219 | ssize_t nfs4_listxattr(struct dentry *dentry, char *buf, size_t buflen) |
| 4220 | { |
J. Bruce Fields | aa1870a | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 4221 | size_t len = strlen(XATTR_NAME_NFSV4_ACL) + 1; |
J. Bruce Fields | 6b3b549 | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 4222 | |
J. Bruce Fields | 096455a | 2006-03-20 23:23:42 -0500 | [diff] [blame] | 4223 | if (!nfs4_server_supports_acls(NFS_SERVER(dentry->d_inode))) |
| 4224 | return 0; |
J. Bruce Fields | 6b3b549 | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 4225 | if (buf && buflen < len) |
| 4226 | return -ERANGE; |
| 4227 | if (buf) |
J. Bruce Fields | aa1870a | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 4228 | memcpy(buf, XATTR_NAME_NFSV4_ACL, len); |
| 4229 | return len; |
J. Bruce Fields | 6b3b549 | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 4230 | } |
| 4231 | |
Trond Myklebust | 69aaaae | 2009-03-11 14:10:28 -0400 | [diff] [blame] | 4232 | static void nfs_fixup_referral_attributes(struct nfs_fattr *fattr) |
| 4233 | { |
| 4234 | if (!((fattr->valid & NFS_ATTR_FATTR_FILEID) && |
| 4235 | (fattr->valid & NFS_ATTR_FATTR_FSID) && |
| 4236 | (fattr->valid & NFS_ATTR_FATTR_V4_REFERRAL))) |
| 4237 | return; |
| 4238 | |
| 4239 | fattr->valid |= NFS_ATTR_FATTR_TYPE | NFS_ATTR_FATTR_MODE | |
| 4240 | NFS_ATTR_FATTR_NLINK; |
| 4241 | fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO; |
| 4242 | fattr->nlink = 2; |
| 4243 | } |
| 4244 | |
Trond Myklebust | 56659e9 | 2007-07-17 21:52:39 -0400 | [diff] [blame] | 4245 | int nfs4_proc_fs_locations(struct inode *dir, const struct qstr *name, |
Manoj Naik | 7aaa0b3 | 2006-06-09 09:34:23 -0400 | [diff] [blame] | 4246 | struct nfs4_fs_locations *fs_locations, struct page *page) |
Trond Myklebust | 683b57b | 2006-06-09 09:34:22 -0400 | [diff] [blame] | 4247 | { |
| 4248 | struct nfs_server *server = NFS_SERVER(dir); |
| 4249 | u32 bitmask[2] = { |
Manoj Naik | 361e624 | 2006-06-09 09:34:24 -0400 | [diff] [blame] | 4250 | [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS, |
| 4251 | [1] = FATTR4_WORD1_MOUNTED_ON_FILEID, |
Trond Myklebust | 683b57b | 2006-06-09 09:34:22 -0400 | [diff] [blame] | 4252 | }; |
| 4253 | struct nfs4_fs_locations_arg args = { |
| 4254 | .dir_fh = NFS_FH(dir), |
Trond Myklebust | c228fd3 | 2007-01-13 02:28:11 -0500 | [diff] [blame] | 4255 | .name = name, |
Trond Myklebust | 683b57b | 2006-06-09 09:34:22 -0400 | [diff] [blame] | 4256 | .page = page, |
| 4257 | .bitmask = bitmask, |
| 4258 | }; |
Benny Halevy | 2295846 | 2009-04-01 09:22:02 -0400 | [diff] [blame] | 4259 | struct nfs4_fs_locations_res res = { |
| 4260 | .fs_locations = fs_locations, |
| 4261 | }; |
Trond Myklebust | 683b57b | 2006-06-09 09:34:22 -0400 | [diff] [blame] | 4262 | struct rpc_message msg = { |
| 4263 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS], |
| 4264 | .rpc_argp = &args, |
Benny Halevy | 2295846 | 2009-04-01 09:22:02 -0400 | [diff] [blame] | 4265 | .rpc_resp = &res, |
Trond Myklebust | 683b57b | 2006-06-09 09:34:22 -0400 | [diff] [blame] | 4266 | }; |
| 4267 | int status; |
| 4268 | |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 4269 | dprintk("%s: start\n", __func__); |
Trond Myklebust | c228fd3 | 2007-01-13 02:28:11 -0500 | [diff] [blame] | 4270 | nfs_fattr_init(&fs_locations->fattr); |
Trond Myklebust | 683b57b | 2006-06-09 09:34:22 -0400 | [diff] [blame] | 4271 | fs_locations->server = server; |
Manoj Naik | 830b8e3 | 2006-06-09 09:34:25 -0400 | [diff] [blame] | 4272 | fs_locations->nlocations = 0; |
Andy Adamson | cccef3b | 2009-04-01 09:22:03 -0400 | [diff] [blame] | 4273 | status = nfs4_call_sync(server, &msg, &args, &res, 0); |
Trond Myklebust | 69aaaae | 2009-03-11 14:10:28 -0400 | [diff] [blame] | 4274 | nfs_fixup_referral_attributes(&fs_locations->fattr); |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 4275 | dprintk("%s: returned status = %d\n", __func__, status); |
Trond Myklebust | 683b57b | 2006-06-09 09:34:22 -0400 | [diff] [blame] | 4276 | return status; |
| 4277 | } |
| 4278 | |
Andy Adamson | 557134a | 2009-04-01 09:21:53 -0400 | [diff] [blame] | 4279 | #ifdef CONFIG_NFS_V4_1 |
Benny Halevy | 99fe60d | 2009-04-01 09:22:29 -0400 | [diff] [blame] | 4280 | /* |
| 4281 | * nfs4_proc_exchange_id() |
| 4282 | * |
| 4283 | * Since the clientid has expired, all compounds using sessions |
| 4284 | * associated with the stale clientid will be returning |
| 4285 | * NFS4ERR_BADSESSION in the sequence operation, and will therefore |
| 4286 | * be in some phase of session reset. |
| 4287 | */ |
Andy Adamson | 4d643d1 | 2009-12-04 15:52:24 -0500 | [diff] [blame] | 4288 | int nfs4_proc_exchange_id(struct nfs_client *clp, struct rpc_cred *cred) |
Benny Halevy | 99fe60d | 2009-04-01 09:22:29 -0400 | [diff] [blame] | 4289 | { |
| 4290 | nfs4_verifier verifier; |
| 4291 | struct nfs41_exchange_id_args args = { |
| 4292 | .client = clp, |
| 4293 | .flags = clp->cl_exchange_flags, |
| 4294 | }; |
| 4295 | struct nfs41_exchange_id_res res = { |
| 4296 | .client = clp, |
| 4297 | }; |
| 4298 | int status; |
| 4299 | struct rpc_message msg = { |
| 4300 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_EXCHANGE_ID], |
| 4301 | .rpc_argp = &args, |
| 4302 | .rpc_resp = &res, |
| 4303 | .rpc_cred = cred, |
| 4304 | }; |
| 4305 | __be32 *p; |
| 4306 | |
| 4307 | dprintk("--> %s\n", __func__); |
| 4308 | BUG_ON(clp == NULL); |
Andy Adamson | a7b7210 | 2009-04-01 09:22:46 -0400 | [diff] [blame] | 4309 | |
Alexandros Batsakis | 7b183d0 | 2009-12-05 13:33:25 -0500 | [diff] [blame] | 4310 | /* Remove server-only flags */ |
| 4311 | args.flags &= ~EXCHGID4_FLAG_CONFIRMED_R; |
| 4312 | |
Benny Halevy | 99fe60d | 2009-04-01 09:22:29 -0400 | [diff] [blame] | 4313 | p = (u32 *)verifier.data; |
| 4314 | *p++ = htonl((u32)clp->cl_boot_time.tv_sec); |
| 4315 | *p = htonl((u32)clp->cl_boot_time.tv_nsec); |
| 4316 | args.verifier = &verifier; |
| 4317 | |
| 4318 | while (1) { |
| 4319 | args.id_len = scnprintf(args.id, sizeof(args.id), |
| 4320 | "%s/%s %u", |
| 4321 | clp->cl_ipaddr, |
| 4322 | rpc_peeraddr2str(clp->cl_rpcclient, |
| 4323 | RPC_DISPLAY_ADDR), |
| 4324 | clp->cl_id_uniquifier); |
| 4325 | |
| 4326 | status = rpc_call_sync(clp->cl_rpcclient, &msg, 0); |
| 4327 | |
| 4328 | if (status != NFS4ERR_CLID_INUSE) |
| 4329 | break; |
| 4330 | |
| 4331 | if (signalled()) |
| 4332 | break; |
| 4333 | |
| 4334 | if (++clp->cl_id_uniquifier == 0) |
| 4335 | break; |
| 4336 | } |
| 4337 | |
| 4338 | dprintk("<-- %s status= %d\n", __func__, status); |
| 4339 | return status; |
| 4340 | } |
| 4341 | |
Andy Adamson | 2050f0c | 2009-04-01 09:22:30 -0400 | [diff] [blame] | 4342 | struct nfs4_get_lease_time_data { |
| 4343 | struct nfs4_get_lease_time_args *args; |
| 4344 | struct nfs4_get_lease_time_res *res; |
| 4345 | struct nfs_client *clp; |
| 4346 | }; |
| 4347 | |
| 4348 | static void nfs4_get_lease_time_prepare(struct rpc_task *task, |
| 4349 | void *calldata) |
| 4350 | { |
| 4351 | int ret; |
| 4352 | struct nfs4_get_lease_time_data *data = |
| 4353 | (struct nfs4_get_lease_time_data *)calldata; |
| 4354 | |
| 4355 | dprintk("--> %s\n", __func__); |
| 4356 | /* just setup sequence, do not trigger session recovery |
| 4357 | since we're invoked within one */ |
| 4358 | ret = nfs41_setup_sequence(data->clp->cl_session, |
| 4359 | &data->args->la_seq_args, |
| 4360 | &data->res->lr_seq_res, 0, task); |
| 4361 | |
| 4362 | BUG_ON(ret == -EAGAIN); |
| 4363 | rpc_call_start(task); |
| 4364 | dprintk("<-- %s\n", __func__); |
| 4365 | } |
| 4366 | |
| 4367 | /* |
| 4368 | * Called from nfs4_state_manager thread for session setup, so don't recover |
| 4369 | * from sequence operation or clientid errors. |
| 4370 | */ |
| 4371 | static void nfs4_get_lease_time_done(struct rpc_task *task, void *calldata) |
| 4372 | { |
| 4373 | struct nfs4_get_lease_time_data *data = |
| 4374 | (struct nfs4_get_lease_time_data *)calldata; |
| 4375 | |
| 4376 | dprintk("--> %s\n", __func__); |
| 4377 | nfs41_sequence_done(data->clp, &data->res->lr_seq_res, task->tk_status); |
| 4378 | switch (task->tk_status) { |
| 4379 | case -NFS4ERR_DELAY: |
| 4380 | case -NFS4ERR_GRACE: |
| 4381 | dprintk("%s Retry: tk_status %d\n", __func__, task->tk_status); |
| 4382 | rpc_delay(task, NFS4_POLL_RETRY_MIN); |
| 4383 | task->tk_status = 0; |
Trond Myklebust | 0110ee1 | 2009-12-07 09:00:24 -0500 | [diff] [blame^] | 4384 | nfs_restart_rpc(task, data->clp); |
Andy Adamson | 2050f0c | 2009-04-01 09:22:30 -0400 | [diff] [blame] | 4385 | return; |
| 4386 | } |
Andy Adamson | 2050f0c | 2009-04-01 09:22:30 -0400 | [diff] [blame] | 4387 | dprintk("<-- %s\n", __func__); |
| 4388 | } |
| 4389 | |
| 4390 | struct rpc_call_ops nfs4_get_lease_time_ops = { |
| 4391 | .rpc_call_prepare = nfs4_get_lease_time_prepare, |
| 4392 | .rpc_call_done = nfs4_get_lease_time_done, |
| 4393 | }; |
| 4394 | |
| 4395 | int nfs4_proc_get_lease_time(struct nfs_client *clp, struct nfs_fsinfo *fsinfo) |
| 4396 | { |
| 4397 | struct rpc_task *task; |
| 4398 | struct nfs4_get_lease_time_args args; |
| 4399 | struct nfs4_get_lease_time_res res = { |
| 4400 | .lr_fsinfo = fsinfo, |
| 4401 | }; |
| 4402 | struct nfs4_get_lease_time_data data = { |
| 4403 | .args = &args, |
| 4404 | .res = &res, |
| 4405 | .clp = clp, |
| 4406 | }; |
| 4407 | struct rpc_message msg = { |
| 4408 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GET_LEASE_TIME], |
| 4409 | .rpc_argp = &args, |
| 4410 | .rpc_resp = &res, |
| 4411 | }; |
| 4412 | struct rpc_task_setup task_setup = { |
| 4413 | .rpc_client = clp->cl_rpcclient, |
| 4414 | .rpc_message = &msg, |
| 4415 | .callback_ops = &nfs4_get_lease_time_ops, |
| 4416 | .callback_data = &data |
| 4417 | }; |
| 4418 | int status; |
| 4419 | |
| 4420 | res.lr_seq_res.sr_slotid = NFS4_MAX_SLOT_TABLE; |
| 4421 | dprintk("--> %s\n", __func__); |
| 4422 | task = rpc_run_task(&task_setup); |
| 4423 | |
| 4424 | if (IS_ERR(task)) |
| 4425 | status = PTR_ERR(task); |
| 4426 | else { |
| 4427 | status = task->tk_status; |
| 4428 | rpc_put_task(task); |
| 4429 | } |
| 4430 | dprintk("<-- %s return %d\n", __func__, status); |
| 4431 | |
| 4432 | return status; |
| 4433 | } |
| 4434 | |
Ricardo Labiaga | b73dafa | 2009-04-01 09:23:31 -0400 | [diff] [blame] | 4435 | /* |
| 4436 | * Reset a slot table |
| 4437 | */ |
| 4438 | static int nfs4_reset_slot_table(struct nfs4_slot_table *tbl, int max_slots, |
| 4439 | int old_max_slots, int ivalue) |
Andy Adamson | ac72b7b | 2009-04-01 09:22:37 -0400 | [diff] [blame] | 4440 | { |
Ricardo Labiaga | b73dafa | 2009-04-01 09:23:31 -0400 | [diff] [blame] | 4441 | int i; |
Andy Adamson | ac72b7b | 2009-04-01 09:22:37 -0400 | [diff] [blame] | 4442 | int ret = 0; |
| 4443 | |
Ricardo Labiaga | b73dafa | 2009-04-01 09:23:31 -0400 | [diff] [blame] | 4444 | dprintk("--> %s: max_reqs=%u, tbl %p\n", __func__, max_slots, tbl); |
Andy Adamson | ac72b7b | 2009-04-01 09:22:37 -0400 | [diff] [blame] | 4445 | |
Ricardo Labiaga | b73dafa | 2009-04-01 09:23:31 -0400 | [diff] [blame] | 4446 | /* |
| 4447 | * Until we have dynamic slot table adjustment, insist |
| 4448 | * upon the same slot table size |
| 4449 | */ |
Andy Adamson | ac72b7b | 2009-04-01 09:22:37 -0400 | [diff] [blame] | 4450 | if (max_slots != old_max_slots) { |
| 4451 | dprintk("%s reset slot table does't match old\n", |
| 4452 | __func__); |
| 4453 | ret = -EINVAL; /*XXX NFS4ERR_REQ_TOO_BIG ? */ |
| 4454 | goto out; |
| 4455 | } |
| 4456 | spin_lock(&tbl->slot_tbl_lock); |
| 4457 | for (i = 0; i < max_slots; ++i) |
Ricardo Labiaga | b73dafa | 2009-04-01 09:23:31 -0400 | [diff] [blame] | 4458 | tbl->slots[i].seq_nr = ivalue; |
Andy Adamson | ac72b7b | 2009-04-01 09:22:37 -0400 | [diff] [blame] | 4459 | spin_unlock(&tbl->slot_tbl_lock); |
| 4460 | dprintk("%s: tbl=%p slots=%p max_slots=%d\n", __func__, |
| 4461 | tbl, tbl->slots, tbl->max_slots); |
| 4462 | out: |
| 4463 | dprintk("<-- %s: return %d\n", __func__, ret); |
| 4464 | return ret; |
| 4465 | } |
| 4466 | |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 4467 | /* |
Ricardo Labiaga | b73dafa | 2009-04-01 09:23:31 -0400 | [diff] [blame] | 4468 | * Reset the forechannel and backchannel slot tables |
| 4469 | */ |
| 4470 | static int nfs4_reset_slot_tables(struct nfs4_session *session) |
| 4471 | { |
| 4472 | int status; |
| 4473 | |
| 4474 | status = nfs4_reset_slot_table(&session->fc_slot_table, |
| 4475 | session->fc_attrs.max_reqs, |
| 4476 | session->fc_slot_table.max_slots, |
| 4477 | 1); |
Ricardo Labiaga | f8625a6 | 2009-04-01 09:23:33 -0400 | [diff] [blame] | 4478 | if (status) |
| 4479 | return status; |
| 4480 | |
| 4481 | status = nfs4_reset_slot_table(&session->bc_slot_table, |
| 4482 | session->bc_attrs.max_reqs, |
| 4483 | session->bc_slot_table.max_slots, |
| 4484 | 0); |
Ricardo Labiaga | b73dafa | 2009-04-01 09:23:31 -0400 | [diff] [blame] | 4485 | return status; |
| 4486 | } |
| 4487 | |
Ricardo Labiaga | f8625a6 | 2009-04-01 09:23:33 -0400 | [diff] [blame] | 4488 | /* Destroy the slot table */ |
| 4489 | static void nfs4_destroy_slot_tables(struct nfs4_session *session) |
| 4490 | { |
| 4491 | if (session->fc_slot_table.slots != NULL) { |
| 4492 | kfree(session->fc_slot_table.slots); |
| 4493 | session->fc_slot_table.slots = NULL; |
| 4494 | } |
| 4495 | if (session->bc_slot_table.slots != NULL) { |
| 4496 | kfree(session->bc_slot_table.slots); |
| 4497 | session->bc_slot_table.slots = NULL; |
| 4498 | } |
| 4499 | return; |
| 4500 | } |
| 4501 | |
Ricardo Labiaga | b73dafa | 2009-04-01 09:23:31 -0400 | [diff] [blame] | 4502 | /* |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 4503 | * Initialize slot table |
| 4504 | */ |
Ricardo Labiaga | 050047c | 2009-04-01 09:23:32 -0400 | [diff] [blame] | 4505 | static int nfs4_init_slot_table(struct nfs4_slot_table *tbl, |
| 4506 | int max_slots, int ivalue) |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 4507 | { |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 4508 | struct nfs4_slot *slot; |
| 4509 | int ret = -ENOMEM; |
| 4510 | |
| 4511 | BUG_ON(max_slots > NFS4_MAX_SLOT_TABLE); |
| 4512 | |
Ricardo Labiaga | 050047c | 2009-04-01 09:23:32 -0400 | [diff] [blame] | 4513 | dprintk("--> %s: max_reqs=%u\n", __func__, max_slots); |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 4514 | |
| 4515 | slot = kcalloc(max_slots, sizeof(struct nfs4_slot), GFP_KERNEL); |
| 4516 | if (!slot) |
| 4517 | goto out; |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 4518 | ret = 0; |
| 4519 | |
| 4520 | spin_lock(&tbl->slot_tbl_lock); |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 4521 | tbl->max_slots = max_slots; |
| 4522 | tbl->slots = slot; |
| 4523 | tbl->highest_used_slotid = -1; /* no slot is currently used */ |
| 4524 | spin_unlock(&tbl->slot_tbl_lock); |
| 4525 | dprintk("%s: tbl=%p slots=%p max_slots=%d\n", __func__, |
| 4526 | tbl, tbl->slots, tbl->max_slots); |
| 4527 | out: |
| 4528 | dprintk("<-- %s: return %d\n", __func__, ret); |
| 4529 | return ret; |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 4530 | } |
| 4531 | |
Ricardo Labiaga | 050047c | 2009-04-01 09:23:32 -0400 | [diff] [blame] | 4532 | /* |
| 4533 | * Initialize the forechannel and backchannel tables |
| 4534 | */ |
| 4535 | static int nfs4_init_slot_tables(struct nfs4_session *session) |
| 4536 | { |
Trond Myklebust | f26468f | 2009-12-05 19:32:11 -0500 | [diff] [blame] | 4537 | struct nfs4_slot_table *tbl; |
| 4538 | int status = 0; |
Ricardo Labiaga | 050047c | 2009-04-01 09:23:32 -0400 | [diff] [blame] | 4539 | |
Trond Myklebust | f26468f | 2009-12-05 19:32:11 -0500 | [diff] [blame] | 4540 | tbl = &session->fc_slot_table; |
| 4541 | if (tbl->slots == NULL) { |
| 4542 | status = nfs4_init_slot_table(tbl, |
| 4543 | session->fc_attrs.max_reqs, 1); |
| 4544 | if (status) |
| 4545 | return status; |
| 4546 | } |
Ricardo Labiaga | 050047c | 2009-04-01 09:23:32 -0400 | [diff] [blame] | 4547 | |
Trond Myklebust | f26468f | 2009-12-05 19:32:11 -0500 | [diff] [blame] | 4548 | tbl = &session->bc_slot_table; |
| 4549 | if (tbl->slots == NULL) { |
| 4550 | status = nfs4_init_slot_table(tbl, |
| 4551 | session->bc_attrs.max_reqs, 0); |
| 4552 | if (status) |
| 4553 | nfs4_destroy_slot_tables(session); |
| 4554 | } |
Ricardo Labiaga | f8625a6 | 2009-04-01 09:23:33 -0400 | [diff] [blame] | 4555 | |
| 4556 | return status; |
Andy Adamson | 557134a | 2009-04-01 09:21:53 -0400 | [diff] [blame] | 4557 | } |
| 4558 | |
| 4559 | struct nfs4_session *nfs4_alloc_session(struct nfs_client *clp) |
| 4560 | { |
| 4561 | struct nfs4_session *session; |
| 4562 | struct nfs4_slot_table *tbl; |
| 4563 | |
| 4564 | session = kzalloc(sizeof(struct nfs4_session), GFP_KERNEL); |
| 4565 | if (!session) |
| 4566 | return NULL; |
Andy Adamson | 76db6d9 | 2009-04-01 09:22:38 -0400 | [diff] [blame] | 4567 | |
Andy Adamson | 76db6d9 | 2009-04-01 09:22:38 -0400 | [diff] [blame] | 4568 | /* |
| 4569 | * The create session reply races with the server back |
| 4570 | * channel probe. Mark the client NFS_CS_SESSION_INITING |
| 4571 | * so that the client back channel can find the |
| 4572 | * nfs_client struct |
| 4573 | */ |
| 4574 | clp->cl_cons_state = NFS_CS_SESSION_INITING; |
Andy Adamson | ea028ac | 2009-12-04 15:55:38 -0500 | [diff] [blame] | 4575 | init_completion(&session->complete); |
Andy Adamson | 76db6d9 | 2009-04-01 09:22:38 -0400 | [diff] [blame] | 4576 | |
Andy Adamson | 557134a | 2009-04-01 09:21:53 -0400 | [diff] [blame] | 4577 | tbl = &session->fc_slot_table; |
Ricardo Labiaga | 9dfdf40 | 2009-12-06 12:57:34 -0500 | [diff] [blame] | 4578 | tbl->highest_used_slotid = -1; |
Andy Adamson | 557134a | 2009-04-01 09:21:53 -0400 | [diff] [blame] | 4579 | spin_lock_init(&tbl->slot_tbl_lock); |
Ricardo Labiaga | f8625a6 | 2009-04-01 09:23:33 -0400 | [diff] [blame] | 4580 | rpc_init_wait_queue(&tbl->slot_tbl_waitq, "ForeChannel Slot table"); |
| 4581 | |
| 4582 | tbl = &session->bc_slot_table; |
Ricardo Labiaga | 9dfdf40 | 2009-12-06 12:57:34 -0500 | [diff] [blame] | 4583 | tbl->highest_used_slotid = -1; |
Ricardo Labiaga | f8625a6 | 2009-04-01 09:23:33 -0400 | [diff] [blame] | 4584 | spin_lock_init(&tbl->slot_tbl_lock); |
| 4585 | rpc_init_wait_queue(&tbl->slot_tbl_waitq, "BackChannel Slot table"); |
| 4586 | |
Andy Adamson | 557134a | 2009-04-01 09:21:53 -0400 | [diff] [blame] | 4587 | session->clp = clp; |
| 4588 | return session; |
| 4589 | } |
| 4590 | |
| 4591 | void nfs4_destroy_session(struct nfs4_session *session) |
| 4592 | { |
Andy Adamson | 5a0ffe5 | 2009-04-01 09:23:18 -0400 | [diff] [blame] | 4593 | nfs4_proc_destroy_session(session); |
| 4594 | dprintk("%s Destroy backchannel for xprt %p\n", |
| 4595 | __func__, session->clp->cl_rpcclient->cl_xprt); |
| 4596 | xprt_destroy_backchannel(session->clp->cl_rpcclient->cl_xprt, |
| 4597 | NFS41_BC_MIN_CALLBACKS); |
Ricardo Labiaga | f8625a6 | 2009-04-01 09:23:33 -0400 | [diff] [blame] | 4598 | nfs4_destroy_slot_tables(session); |
Andy Adamson | 557134a | 2009-04-01 09:21:53 -0400 | [diff] [blame] | 4599 | kfree(session); |
| 4600 | } |
| 4601 | |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 4602 | /* |
| 4603 | * Initialize the values to be used by the client in CREATE_SESSION |
| 4604 | * If nfs4_init_session set the fore channel request and response sizes, |
| 4605 | * use them. |
| 4606 | * |
| 4607 | * Set the back channel max_resp_sz_cached to zero to force the client to |
| 4608 | * always set csa_cachethis to FALSE because the current implementation |
| 4609 | * of the back channel DRC only supports caching the CB_SEQUENCE operation. |
| 4610 | */ |
| 4611 | static void nfs4_init_channel_attrs(struct nfs41_create_session_args *args) |
| 4612 | { |
| 4613 | struct nfs4_session *session = args->client->cl_session; |
| 4614 | unsigned int mxrqst_sz = session->fc_attrs.max_rqst_sz, |
| 4615 | mxresp_sz = session->fc_attrs.max_resp_sz; |
| 4616 | |
| 4617 | if (mxrqst_sz == 0) |
| 4618 | mxrqst_sz = NFS_MAX_FILE_IO_SIZE; |
| 4619 | if (mxresp_sz == 0) |
| 4620 | mxresp_sz = NFS_MAX_FILE_IO_SIZE; |
| 4621 | /* Fore channel attributes */ |
| 4622 | args->fc_attrs.headerpadsz = 0; |
| 4623 | args->fc_attrs.max_rqst_sz = mxrqst_sz; |
| 4624 | args->fc_attrs.max_resp_sz = mxresp_sz; |
| 4625 | args->fc_attrs.max_resp_sz_cached = mxresp_sz; |
| 4626 | args->fc_attrs.max_ops = NFS4_MAX_OPS; |
| 4627 | args->fc_attrs.max_reqs = session->clp->cl_rpcclient->cl_xprt->max_reqs; |
| 4628 | |
| 4629 | dprintk("%s: Fore Channel : max_rqst_sz=%u max_resp_sz=%u " |
| 4630 | "max_resp_sz_cached=%u max_ops=%u max_reqs=%u\n", |
| 4631 | __func__, |
| 4632 | args->fc_attrs.max_rqst_sz, args->fc_attrs.max_resp_sz, |
| 4633 | args->fc_attrs.max_resp_sz_cached, args->fc_attrs.max_ops, |
| 4634 | args->fc_attrs.max_reqs); |
| 4635 | |
| 4636 | /* Back channel attributes */ |
| 4637 | args->bc_attrs.headerpadsz = 0; |
| 4638 | args->bc_attrs.max_rqst_sz = PAGE_SIZE; |
| 4639 | args->bc_attrs.max_resp_sz = PAGE_SIZE; |
| 4640 | args->bc_attrs.max_resp_sz_cached = 0; |
| 4641 | args->bc_attrs.max_ops = NFS4_MAX_BACK_CHANNEL_OPS; |
| 4642 | args->bc_attrs.max_reqs = 1; |
| 4643 | |
| 4644 | dprintk("%s: Back Channel : max_rqst_sz=%u max_resp_sz=%u " |
| 4645 | "max_resp_sz_cached=%u max_ops=%u max_reqs=%u\n", |
| 4646 | __func__, |
| 4647 | args->bc_attrs.max_rqst_sz, args->bc_attrs.max_resp_sz, |
| 4648 | args->bc_attrs.max_resp_sz_cached, args->bc_attrs.max_ops, |
| 4649 | args->bc_attrs.max_reqs); |
| 4650 | } |
| 4651 | |
Andy Adamson | 8d35301 | 2009-04-01 09:22:32 -0400 | [diff] [blame] | 4652 | static int _verify_channel_attr(char *chan, char *attr_name, u32 sent, u32 rcvd) |
| 4653 | { |
| 4654 | if (rcvd <= sent) |
| 4655 | return 0; |
| 4656 | printk(KERN_WARNING "%s: Session INVALID: %s channel %s increased. " |
| 4657 | "sent=%u rcvd=%u\n", __func__, chan, attr_name, sent, rcvd); |
| 4658 | return -EINVAL; |
| 4659 | } |
| 4660 | |
| 4661 | #define _verify_fore_channel_attr(_name_) \ |
| 4662 | _verify_channel_attr("fore", #_name_, \ |
| 4663 | args->fc_attrs._name_, \ |
| 4664 | session->fc_attrs._name_) |
| 4665 | |
| 4666 | #define _verify_back_channel_attr(_name_) \ |
| 4667 | _verify_channel_attr("back", #_name_, \ |
| 4668 | args->bc_attrs._name_, \ |
| 4669 | session->bc_attrs._name_) |
| 4670 | |
| 4671 | /* |
| 4672 | * The server is not allowed to increase the fore channel header pad size, |
| 4673 | * maximum response size, or maximum number of operations. |
| 4674 | * |
| 4675 | * The back channel attributes are only negotiatied down: We send what the |
| 4676 | * (back channel) server insists upon. |
| 4677 | */ |
| 4678 | static int nfs4_verify_channel_attrs(struct nfs41_create_session_args *args, |
| 4679 | struct nfs4_session *session) |
| 4680 | { |
| 4681 | int ret = 0; |
| 4682 | |
| 4683 | ret |= _verify_fore_channel_attr(headerpadsz); |
| 4684 | ret |= _verify_fore_channel_attr(max_resp_sz); |
| 4685 | ret |= _verify_fore_channel_attr(max_ops); |
| 4686 | |
| 4687 | ret |= _verify_back_channel_attr(headerpadsz); |
| 4688 | ret |= _verify_back_channel_attr(max_rqst_sz); |
| 4689 | ret |= _verify_back_channel_attr(max_resp_sz); |
| 4690 | ret |= _verify_back_channel_attr(max_resp_sz_cached); |
| 4691 | ret |= _verify_back_channel_attr(max_ops); |
| 4692 | ret |= _verify_back_channel_attr(max_reqs); |
| 4693 | |
| 4694 | return ret; |
| 4695 | } |
| 4696 | |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 4697 | static int _nfs4_proc_create_session(struct nfs_client *clp) |
| 4698 | { |
| 4699 | struct nfs4_session *session = clp->cl_session; |
| 4700 | struct nfs41_create_session_args args = { |
| 4701 | .client = clp, |
| 4702 | .cb_program = NFS4_CALLBACK, |
| 4703 | }; |
| 4704 | struct nfs41_create_session_res res = { |
| 4705 | .client = clp, |
| 4706 | }; |
| 4707 | struct rpc_message msg = { |
| 4708 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE_SESSION], |
| 4709 | .rpc_argp = &args, |
| 4710 | .rpc_resp = &res, |
| 4711 | }; |
| 4712 | int status; |
| 4713 | |
| 4714 | nfs4_init_channel_attrs(&args); |
Andy Adamson | 0f91421 | 2009-04-01 09:23:16 -0400 | [diff] [blame] | 4715 | args.flags = (SESSION4_PERSIST | SESSION4_BACK_CHAN); |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 4716 | |
| 4717 | status = rpc_call_sync(session->clp->cl_rpcclient, &msg, 0); |
| 4718 | |
Andy Adamson | 8d35301 | 2009-04-01 09:22:32 -0400 | [diff] [blame] | 4719 | if (!status) |
| 4720 | /* Verify the session's negotiated channel_attrs values */ |
| 4721 | status = nfs4_verify_channel_attrs(&args, session); |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 4722 | if (!status) { |
| 4723 | /* Increment the clientid slot sequence id */ |
| 4724 | clp->cl_seqid++; |
| 4725 | } |
| 4726 | |
| 4727 | return status; |
| 4728 | } |
| 4729 | |
| 4730 | /* |
| 4731 | * Issues a CREATE_SESSION operation to the server. |
| 4732 | * It is the responsibility of the caller to verify the session is |
| 4733 | * expired before calling this routine. |
| 4734 | */ |
Trond Myklebust | f26468f | 2009-12-05 19:32:11 -0500 | [diff] [blame] | 4735 | int nfs4_proc_create_session(struct nfs_client *clp) |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 4736 | { |
| 4737 | int status; |
| 4738 | unsigned *ptr; |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 4739 | struct nfs4_session *session = clp->cl_session; |
| 4740 | |
| 4741 | dprintk("--> %s clp=%p session=%p\n", __func__, clp, session); |
| 4742 | |
| 4743 | status = _nfs4_proc_create_session(clp); |
| 4744 | if (status) |
| 4745 | goto out; |
| 4746 | |
Trond Myklebust | f26468f | 2009-12-05 19:32:11 -0500 | [diff] [blame] | 4747 | /* Init and reset the fore channel */ |
| 4748 | status = nfs4_init_slot_tables(session); |
| 4749 | dprintk("slot table initialization returned %d\n", status); |
| 4750 | if (status) |
| 4751 | goto out; |
| 4752 | status = nfs4_reset_slot_tables(session); |
| 4753 | dprintk("slot table reset returned %d\n", status); |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 4754 | if (status) |
| 4755 | goto out; |
| 4756 | |
| 4757 | ptr = (unsigned *)&session->sess_id.data[0]; |
| 4758 | dprintk("%s client>seqid %d sessionid %u:%u:%u:%u\n", __func__, |
| 4759 | clp->cl_seqid, ptr[0], ptr[1], ptr[2], ptr[3]); |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 4760 | out: |
| 4761 | dprintk("<-- %s\n", __func__); |
| 4762 | return status; |
| 4763 | } |
| 4764 | |
Andy Adamson | 0f3e66c | 2009-04-01 09:22:34 -0400 | [diff] [blame] | 4765 | /* |
| 4766 | * Issue the over-the-wire RPC DESTROY_SESSION. |
| 4767 | * The caller must serialize access to this routine. |
| 4768 | */ |
| 4769 | int nfs4_proc_destroy_session(struct nfs4_session *session) |
| 4770 | { |
| 4771 | int status = 0; |
| 4772 | struct rpc_message msg; |
| 4773 | |
| 4774 | dprintk("--> nfs4_proc_destroy_session\n"); |
| 4775 | |
| 4776 | /* session is still being setup */ |
| 4777 | if (session->clp->cl_cons_state != NFS_CS_READY) |
| 4778 | return status; |
| 4779 | |
| 4780 | msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DESTROY_SESSION]; |
| 4781 | msg.rpc_argp = session; |
| 4782 | msg.rpc_resp = NULL; |
| 4783 | msg.rpc_cred = NULL; |
| 4784 | status = rpc_call_sync(session->clp->cl_rpcclient, &msg, 0); |
| 4785 | |
| 4786 | if (status) |
| 4787 | printk(KERN_WARNING |
| 4788 | "Got error %d from the server on DESTROY_SESSION. " |
| 4789 | "Session has been destroyed regardless...\n", status); |
| 4790 | |
| 4791 | dprintk("<-- nfs4_proc_destroy_session\n"); |
| 4792 | return status; |
| 4793 | } |
| 4794 | |
Trond Myklebust | fccba80 | 2009-07-21 16:48:07 -0400 | [diff] [blame] | 4795 | int nfs4_init_session(struct nfs_server *server) |
| 4796 | { |
| 4797 | struct nfs_client *clp = server->nfs_client; |
Alexandros Batsakis | 2449ea2 | 2009-12-05 13:36:55 -0500 | [diff] [blame] | 4798 | struct nfs4_session *session; |
Trond Myklebust | fccba80 | 2009-07-21 16:48:07 -0400 | [diff] [blame] | 4799 | int ret; |
| 4800 | |
| 4801 | if (!nfs4_has_session(clp)) |
| 4802 | return 0; |
| 4803 | |
Alexandros Batsakis | 2449ea2 | 2009-12-05 13:36:55 -0500 | [diff] [blame] | 4804 | session = clp->cl_session; |
| 4805 | session->fc_attrs.max_rqst_sz = server->wsize + nfs41_maxwrite_overhead; |
| 4806 | session->fc_attrs.max_resp_sz = server->rsize + nfs41_maxread_overhead; |
| 4807 | |
Trond Myklebust | fccba80 | 2009-07-21 16:48:07 -0400 | [diff] [blame] | 4808 | ret = nfs4_recover_expired_lease(server); |
| 4809 | if (!ret) |
| 4810 | ret = nfs4_check_client_ready(clp); |
| 4811 | return ret; |
| 4812 | } |
| 4813 | |
Andy Adamson | fc01cea | 2009-04-01 09:22:36 -0400 | [diff] [blame] | 4814 | /* |
| 4815 | * Renew the cl_session lease. |
| 4816 | */ |
| 4817 | static int nfs4_proc_sequence(struct nfs_client *clp, struct rpc_cred *cred) |
| 4818 | { |
| 4819 | struct nfs4_sequence_args args; |
| 4820 | struct nfs4_sequence_res res; |
| 4821 | |
| 4822 | struct rpc_message msg = { |
| 4823 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SEQUENCE], |
| 4824 | .rpc_argp = &args, |
| 4825 | .rpc_resp = &res, |
| 4826 | .rpc_cred = cred, |
| 4827 | }; |
| 4828 | |
| 4829 | args.sa_cache_this = 0; |
| 4830 | |
| 4831 | return nfs4_call_sync_sequence(clp, clp->cl_rpcclient, &msg, &args, |
| 4832 | &res, 0); |
| 4833 | } |
| 4834 | |
| 4835 | void nfs41_sequence_call_done(struct rpc_task *task, void *data) |
| 4836 | { |
| 4837 | struct nfs_client *clp = (struct nfs_client *)data; |
| 4838 | |
| 4839 | nfs41_sequence_done(clp, task->tk_msg.rpc_resp, task->tk_status); |
| 4840 | |
| 4841 | if (task->tk_status < 0) { |
| 4842 | dprintk("%s ERROR %d\n", __func__, task->tk_status); |
| 4843 | |
| 4844 | if (_nfs4_async_handle_error(task, NULL, clp, NULL) |
| 4845 | == -EAGAIN) { |
Trond Myklebust | 0110ee1 | 2009-12-07 09:00:24 -0500 | [diff] [blame^] | 4846 | nfs_restart_rpc(task, clp); |
Andy Adamson | fc01cea | 2009-04-01 09:22:36 -0400 | [diff] [blame] | 4847 | return; |
| 4848 | } |
| 4849 | } |
Andy Adamson | fc01cea | 2009-04-01 09:22:36 -0400 | [diff] [blame] | 4850 | dprintk("%s rpc_cred %p\n", __func__, task->tk_msg.rpc_cred); |
| 4851 | |
Andy Adamson | fc01cea | 2009-04-01 09:22:36 -0400 | [diff] [blame] | 4852 | kfree(task->tk_msg.rpc_argp); |
| 4853 | kfree(task->tk_msg.rpc_resp); |
| 4854 | |
| 4855 | dprintk("<-- %s\n", __func__); |
| 4856 | } |
| 4857 | |
| 4858 | static void nfs41_sequence_prepare(struct rpc_task *task, void *data) |
| 4859 | { |
| 4860 | struct nfs_client *clp; |
| 4861 | struct nfs4_sequence_args *args; |
| 4862 | struct nfs4_sequence_res *res; |
| 4863 | |
| 4864 | clp = (struct nfs_client *)data; |
| 4865 | args = task->tk_msg.rpc_argp; |
| 4866 | res = task->tk_msg.rpc_resp; |
| 4867 | |
| 4868 | if (nfs4_setup_sequence(clp, args, res, 0, task)) |
| 4869 | return; |
| 4870 | rpc_call_start(task); |
| 4871 | } |
| 4872 | |
| 4873 | static const struct rpc_call_ops nfs41_sequence_ops = { |
| 4874 | .rpc_call_done = nfs41_sequence_call_done, |
| 4875 | .rpc_call_prepare = nfs41_sequence_prepare, |
| 4876 | }; |
| 4877 | |
| 4878 | static int nfs41_proc_async_sequence(struct nfs_client *clp, |
| 4879 | struct rpc_cred *cred) |
| 4880 | { |
| 4881 | struct nfs4_sequence_args *args; |
| 4882 | struct nfs4_sequence_res *res; |
| 4883 | struct rpc_message msg = { |
| 4884 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SEQUENCE], |
| 4885 | .rpc_cred = cred, |
| 4886 | }; |
| 4887 | |
| 4888 | args = kzalloc(sizeof(*args), GFP_KERNEL); |
| 4889 | if (!args) |
| 4890 | return -ENOMEM; |
| 4891 | res = kzalloc(sizeof(*res), GFP_KERNEL); |
| 4892 | if (!res) { |
| 4893 | kfree(args); |
| 4894 | return -ENOMEM; |
| 4895 | } |
| 4896 | res->sr_slotid = NFS4_MAX_SLOT_TABLE; |
| 4897 | msg.rpc_argp = args; |
| 4898 | msg.rpc_resp = res; |
| 4899 | |
| 4900 | return rpc_call_async(clp->cl_rpcclient, &msg, RPC_TASK_SOFT, |
| 4901 | &nfs41_sequence_ops, (void *)clp); |
| 4902 | } |
| 4903 | |
Ricardo Labiaga | fce5c83 | 2009-12-05 16:08:41 -0500 | [diff] [blame] | 4904 | struct nfs4_reclaim_complete_data { |
| 4905 | struct nfs_client *clp; |
| 4906 | struct nfs41_reclaim_complete_args arg; |
| 4907 | struct nfs41_reclaim_complete_res res; |
| 4908 | }; |
| 4909 | |
| 4910 | static void nfs4_reclaim_complete_prepare(struct rpc_task *task, void *data) |
| 4911 | { |
| 4912 | struct nfs4_reclaim_complete_data *calldata = data; |
| 4913 | |
| 4914 | if (nfs4_setup_sequence(calldata->clp, &calldata->arg.seq_args, |
| 4915 | &calldata->res.seq_res, 0, task)) |
| 4916 | return; |
| 4917 | |
| 4918 | rpc_call_start(task); |
| 4919 | } |
| 4920 | |
| 4921 | static void nfs4_reclaim_complete_done(struct rpc_task *task, void *data) |
| 4922 | { |
| 4923 | struct nfs4_reclaim_complete_data *calldata = data; |
| 4924 | struct nfs_client *clp = calldata->clp; |
| 4925 | struct nfs4_sequence_res *res = &calldata->res.seq_res; |
| 4926 | |
| 4927 | dprintk("--> %s\n", __func__); |
| 4928 | nfs41_sequence_done(clp, res, task->tk_status); |
| 4929 | switch (task->tk_status) { |
| 4930 | case 0: |
| 4931 | case -NFS4ERR_COMPLETE_ALREADY: |
| 4932 | break; |
| 4933 | case -NFS4ERR_BADSESSION: |
| 4934 | case -NFS4ERR_DEADSESSION: |
| 4935 | /* |
| 4936 | * Handle the session error, but do not retry the operation, as |
| 4937 | * we have no way of telling whether the clientid had to be |
| 4938 | * reset before we got our reply. If reset, a new wave of |
| 4939 | * reclaim operations will follow, containing their own reclaim |
| 4940 | * complete. We don't want our retry to get on the way of |
| 4941 | * recovery by incorrectly indicating to the server that we're |
| 4942 | * done reclaiming state since the process had to be restarted. |
| 4943 | */ |
| 4944 | _nfs4_async_handle_error(task, NULL, clp, NULL); |
| 4945 | break; |
| 4946 | default: |
| 4947 | if (_nfs4_async_handle_error( |
| 4948 | task, NULL, clp, NULL) == -EAGAIN) { |
| 4949 | rpc_restart_call_prepare(task); |
| 4950 | return; |
| 4951 | } |
| 4952 | } |
Ricardo Labiaga | fce5c83 | 2009-12-05 16:08:41 -0500 | [diff] [blame] | 4953 | |
| 4954 | dprintk("<-- %s\n", __func__); |
| 4955 | } |
| 4956 | |
| 4957 | static void nfs4_free_reclaim_complete_data(void *data) |
| 4958 | { |
| 4959 | struct nfs4_reclaim_complete_data *calldata = data; |
| 4960 | |
| 4961 | kfree(calldata); |
| 4962 | } |
| 4963 | |
| 4964 | static const struct rpc_call_ops nfs4_reclaim_complete_call_ops = { |
| 4965 | .rpc_call_prepare = nfs4_reclaim_complete_prepare, |
| 4966 | .rpc_call_done = nfs4_reclaim_complete_done, |
| 4967 | .rpc_release = nfs4_free_reclaim_complete_data, |
| 4968 | }; |
| 4969 | |
| 4970 | /* |
| 4971 | * Issue a global reclaim complete. |
| 4972 | */ |
| 4973 | static int nfs41_proc_reclaim_complete(struct nfs_client *clp) |
| 4974 | { |
| 4975 | struct nfs4_reclaim_complete_data *calldata; |
| 4976 | struct rpc_task *task; |
| 4977 | struct rpc_message msg = { |
| 4978 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RECLAIM_COMPLETE], |
| 4979 | }; |
| 4980 | struct rpc_task_setup task_setup_data = { |
| 4981 | .rpc_client = clp->cl_rpcclient, |
| 4982 | .rpc_message = &msg, |
| 4983 | .callback_ops = &nfs4_reclaim_complete_call_ops, |
| 4984 | .flags = RPC_TASK_ASYNC, |
| 4985 | }; |
| 4986 | int status = -ENOMEM; |
| 4987 | |
| 4988 | dprintk("--> %s\n", __func__); |
| 4989 | calldata = kzalloc(sizeof(*calldata), GFP_KERNEL); |
| 4990 | if (calldata == NULL) |
| 4991 | goto out; |
| 4992 | calldata->clp = clp; |
| 4993 | calldata->arg.one_fs = 0; |
| 4994 | calldata->res.seq_res.sr_slotid = NFS4_MAX_SLOT_TABLE; |
| 4995 | |
| 4996 | msg.rpc_argp = &calldata->arg; |
| 4997 | msg.rpc_resp = &calldata->res; |
| 4998 | task_setup_data.callback_data = calldata; |
| 4999 | task = rpc_run_task(&task_setup_data); |
| 5000 | if (IS_ERR(task)) |
| 5001 | status = PTR_ERR(task); |
| 5002 | rpc_put_task(task); |
| 5003 | out: |
| 5004 | dprintk("<-- %s status=%d\n", __func__, status); |
| 5005 | return status; |
| 5006 | } |
Andy Adamson | 557134a | 2009-04-01 09:21:53 -0400 | [diff] [blame] | 5007 | #endif /* CONFIG_NFS_V4_1 */ |
| 5008 | |
Andy Adamson | 591d71c | 2009-04-01 09:22:47 -0400 | [diff] [blame] | 5009 | struct nfs4_state_recovery_ops nfs40_reboot_recovery_ops = { |
Trond Myklebust | 7eff03a | 2008-12-23 15:21:43 -0500 | [diff] [blame] | 5010 | .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT, |
Trond Myklebust | b79a4a1 | 2008-12-23 15:21:41 -0500 | [diff] [blame] | 5011 | .state_flag_bit = NFS_STATE_RECLAIM_REBOOT, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5012 | .recover_open = nfs4_open_reclaim, |
| 5013 | .recover_lock = nfs4_lock_reclaim, |
Andy Adamson | 591d71c | 2009-04-01 09:22:47 -0400 | [diff] [blame] | 5014 | .establish_clid = nfs4_init_clientid, |
Andy Adamson | 90a1661 | 2009-04-01 09:22:48 -0400 | [diff] [blame] | 5015 | .get_clid_cred = nfs4_get_setclientid_cred, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5016 | }; |
| 5017 | |
Andy Adamson | 591d71c | 2009-04-01 09:22:47 -0400 | [diff] [blame] | 5018 | #if defined(CONFIG_NFS_V4_1) |
| 5019 | struct nfs4_state_recovery_ops nfs41_reboot_recovery_ops = { |
| 5020 | .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT, |
| 5021 | .state_flag_bit = NFS_STATE_RECLAIM_REBOOT, |
| 5022 | .recover_open = nfs4_open_reclaim, |
| 5023 | .recover_lock = nfs4_lock_reclaim, |
Andy Adamson | 4d643d1 | 2009-12-04 15:52:24 -0500 | [diff] [blame] | 5024 | .establish_clid = nfs41_init_clientid, |
Andy Adamson | b4b8260 | 2009-04-01 09:22:49 -0400 | [diff] [blame] | 5025 | .get_clid_cred = nfs4_get_exchange_id_cred, |
Ricardo Labiaga | fce5c83 | 2009-12-05 16:08:41 -0500 | [diff] [blame] | 5026 | .reclaim_complete = nfs41_proc_reclaim_complete, |
Andy Adamson | 591d71c | 2009-04-01 09:22:47 -0400 | [diff] [blame] | 5027 | }; |
| 5028 | #endif /* CONFIG_NFS_V4_1 */ |
| 5029 | |
| 5030 | struct nfs4_state_recovery_ops nfs40_nograce_recovery_ops = { |
Trond Myklebust | 7eff03a | 2008-12-23 15:21:43 -0500 | [diff] [blame] | 5031 | .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE, |
Trond Myklebust | b79a4a1 | 2008-12-23 15:21:41 -0500 | [diff] [blame] | 5032 | .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5033 | .recover_open = nfs4_open_expired, |
| 5034 | .recover_lock = nfs4_lock_expired, |
Andy Adamson | 591d71c | 2009-04-01 09:22:47 -0400 | [diff] [blame] | 5035 | .establish_clid = nfs4_init_clientid, |
Andy Adamson | 90a1661 | 2009-04-01 09:22:48 -0400 | [diff] [blame] | 5036 | .get_clid_cred = nfs4_get_setclientid_cred, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5037 | }; |
| 5038 | |
Andy Adamson | 591d71c | 2009-04-01 09:22:47 -0400 | [diff] [blame] | 5039 | #if defined(CONFIG_NFS_V4_1) |
| 5040 | struct nfs4_state_recovery_ops nfs41_nograce_recovery_ops = { |
| 5041 | .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE, |
| 5042 | .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE, |
| 5043 | .recover_open = nfs4_open_expired, |
| 5044 | .recover_lock = nfs4_lock_expired, |
Andy Adamson | 4d643d1 | 2009-12-04 15:52:24 -0500 | [diff] [blame] | 5045 | .establish_clid = nfs41_init_clientid, |
Andy Adamson | b4b8260 | 2009-04-01 09:22:49 -0400 | [diff] [blame] | 5046 | .get_clid_cred = nfs4_get_exchange_id_cred, |
Andy Adamson | 591d71c | 2009-04-01 09:22:47 -0400 | [diff] [blame] | 5047 | }; |
| 5048 | #endif /* CONFIG_NFS_V4_1 */ |
| 5049 | |
Benny Halevy | 29fba38 | 2009-04-01 09:22:44 -0400 | [diff] [blame] | 5050 | struct nfs4_state_maintenance_ops nfs40_state_renewal_ops = { |
| 5051 | .sched_state_renewal = nfs4_proc_async_renew, |
Andy Adamson | a7b7210 | 2009-04-01 09:22:46 -0400 | [diff] [blame] | 5052 | .get_state_renewal_cred_locked = nfs4_get_renew_cred_locked, |
Benny Halevy | 8e69514f | 2009-04-01 09:22:45 -0400 | [diff] [blame] | 5053 | .renew_lease = nfs4_proc_renew, |
Benny Halevy | 29fba38 | 2009-04-01 09:22:44 -0400 | [diff] [blame] | 5054 | }; |
| 5055 | |
| 5056 | #if defined(CONFIG_NFS_V4_1) |
| 5057 | struct nfs4_state_maintenance_ops nfs41_state_renewal_ops = { |
| 5058 | .sched_state_renewal = nfs41_proc_async_sequence, |
Andy Adamson | a7b7210 | 2009-04-01 09:22:46 -0400 | [diff] [blame] | 5059 | .get_state_renewal_cred_locked = nfs4_get_machine_cred_locked, |
Benny Halevy | 8e69514f | 2009-04-01 09:22:45 -0400 | [diff] [blame] | 5060 | .renew_lease = nfs4_proc_sequence, |
Benny Halevy | 29fba38 | 2009-04-01 09:22:44 -0400 | [diff] [blame] | 5061 | }; |
| 5062 | #endif |
| 5063 | |
| 5064 | /* |
| 5065 | * Per minor version reboot and network partition recovery ops |
| 5066 | */ |
| 5067 | |
Andy Adamson | 591d71c | 2009-04-01 09:22:47 -0400 | [diff] [blame] | 5068 | struct nfs4_state_recovery_ops *nfs4_reboot_recovery_ops[] = { |
| 5069 | &nfs40_reboot_recovery_ops, |
| 5070 | #if defined(CONFIG_NFS_V4_1) |
| 5071 | &nfs41_reboot_recovery_ops, |
| 5072 | #endif |
| 5073 | }; |
| 5074 | |
| 5075 | struct nfs4_state_recovery_ops *nfs4_nograce_recovery_ops[] = { |
| 5076 | &nfs40_nograce_recovery_ops, |
| 5077 | #if defined(CONFIG_NFS_V4_1) |
| 5078 | &nfs41_nograce_recovery_ops, |
| 5079 | #endif |
| 5080 | }; |
| 5081 | |
Benny Halevy | 29fba38 | 2009-04-01 09:22:44 -0400 | [diff] [blame] | 5082 | struct nfs4_state_maintenance_ops *nfs4_state_renewal_ops[] = { |
| 5083 | &nfs40_state_renewal_ops, |
| 5084 | #if defined(CONFIG_NFS_V4_1) |
| 5085 | &nfs41_state_renewal_ops, |
| 5086 | #endif |
| 5087 | }; |
| 5088 | |
Arjan van de Ven | 92e1d5b | 2007-02-12 00:55:39 -0800 | [diff] [blame] | 5089 | static const struct inode_operations nfs4_file_inode_operations = { |
J. Bruce Fields | 6b3b549 | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 5090 | .permission = nfs_permission, |
| 5091 | .getattr = nfs_getattr, |
| 5092 | .setattr = nfs_setattr, |
| 5093 | .getxattr = nfs4_getxattr, |
| 5094 | .setxattr = nfs4_setxattr, |
| 5095 | .listxattr = nfs4_listxattr, |
| 5096 | }; |
| 5097 | |
David Howells | 509de81 | 2006-08-22 20:06:11 -0400 | [diff] [blame] | 5098 | const struct nfs_rpc_ops nfs_v4_clientops = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5099 | .version = 4, /* protocol version */ |
| 5100 | .dentry_ops = &nfs4_dentry_operations, |
| 5101 | .dir_inode_ops = &nfs4_dir_inode_operations, |
J. Bruce Fields | 6b3b549 | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 5102 | .file_inode_ops = &nfs4_file_inode_operations, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5103 | .getroot = nfs4_proc_get_root, |
| 5104 | .getattr = nfs4_proc_getattr, |
| 5105 | .setattr = nfs4_proc_setattr, |
David Howells | 2b3de44 | 2006-08-22 20:06:09 -0400 | [diff] [blame] | 5106 | .lookupfh = nfs4_proc_lookupfh, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5107 | .lookup = nfs4_proc_lookup, |
| 5108 | .access = nfs4_proc_access, |
| 5109 | .readlink = nfs4_proc_readlink, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5110 | .create = nfs4_proc_create, |
| 5111 | .remove = nfs4_proc_remove, |
| 5112 | .unlink_setup = nfs4_proc_unlink_setup, |
| 5113 | .unlink_done = nfs4_proc_unlink_done, |
| 5114 | .rename = nfs4_proc_rename, |
| 5115 | .link = nfs4_proc_link, |
| 5116 | .symlink = nfs4_proc_symlink, |
| 5117 | .mkdir = nfs4_proc_mkdir, |
| 5118 | .rmdir = nfs4_proc_remove, |
| 5119 | .readdir = nfs4_proc_readdir, |
| 5120 | .mknod = nfs4_proc_mknod, |
| 5121 | .statfs = nfs4_proc_statfs, |
| 5122 | .fsinfo = nfs4_proc_fsinfo, |
| 5123 | .pathconf = nfs4_proc_pathconf, |
David Howells | e9326dc | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 5124 | .set_capabilities = nfs4_server_capabilities, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5125 | .decode_dirent = nfs4_decode_dirent, |
| 5126 | .read_setup = nfs4_proc_read_setup, |
Trond Myklebust | ec06c09 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 5127 | .read_done = nfs4_read_done, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5128 | .write_setup = nfs4_proc_write_setup, |
Trond Myklebust | 788e7a8 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 5129 | .write_done = nfs4_write_done, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5130 | .commit_setup = nfs4_proc_commit_setup, |
Trond Myklebust | 788e7a8 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 5131 | .commit_done = nfs4_commit_done, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5132 | .lock = nfs4_proc_lock, |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 5133 | .clear_acl_cache = nfs4_zap_acl_attr, |
Trond Myklebust | 7fe5c39 | 2009-03-19 15:35:50 -0400 | [diff] [blame] | 5134 | .close_context = nfs4_close_context, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5135 | }; |
| 5136 | |
| 5137 | /* |
| 5138 | * Local variables: |
| 5139 | * c-basic-offset: 8 |
| 5140 | * End: |
| 5141 | */ |