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> |
Trond Myklebust | 652f89f | 2011-12-09 19:05:58 -0500 | [diff] [blame] | 42 | #include <linux/ratelimit.h> |
| 43 | #include <linux/printk.h> |
Tejun Heo | 5a0e3ad | 2010-03-24 17:04:11 +0900 | [diff] [blame] | 44 | #include <linux/slab.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 45 | #include <linux/sunrpc/clnt.h> |
Bryan Schumaker | 8f70e95 | 2011-03-24 17:12:31 +0000 | [diff] [blame] | 46 | #include <linux/sunrpc/gss_api.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 47 | #include <linux/nfs.h> |
| 48 | #include <linux/nfs4.h> |
| 49 | #include <linux/nfs_fs.h> |
| 50 | #include <linux/nfs_page.h> |
Bryan Schumaker | 9b7160c | 2011-04-13 14:31:30 -0400 | [diff] [blame] | 51 | #include <linux/nfs_mount.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 52 | #include <linux/namei.h> |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 53 | #include <linux/mount.h> |
Benny Halevy | 99fe60d | 2009-04-01 09:22:29 -0400 | [diff] [blame] | 54 | #include <linux/module.h> |
Trond Myklebust | 6926afd | 2012-01-07 13:22:46 -0500 | [diff] [blame] | 55 | #include <linux/nfs_idmap.h> |
Andy Adamson | 5a0ffe5 | 2009-04-01 09:23:18 -0400 | [diff] [blame] | 56 | #include <linux/sunrpc/bc_xprt.h> |
Aneesh Kumar K.V | 64c2ce8 | 2010-12-09 11:35:25 +0000 | [diff] [blame] | 57 | #include <linux/xattr.h> |
Andy Adamson | c7a360b | 2011-01-25 19:15:32 -0500 | [diff] [blame] | 58 | #include <linux/utsname.h> |
Jeff Layton | d310310 | 2011-12-01 22:44:39 +0100 | [diff] [blame] | 59 | #include <linux/freezer.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 60 | |
Trond Myklebust | 4ce7971 | 2005-06-22 17:16:21 +0000 | [diff] [blame] | 61 | #include "nfs4_fs.h" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 62 | #include "delegation.h" |
Trond Myklebust | 101070c | 2008-02-19 20:04:23 -0500 | [diff] [blame] | 63 | #include "internal.h" |
Chuck Lever | 006ea73 | 2006-03-20 13:44:14 -0500 | [diff] [blame] | 64 | #include "iostat.h" |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 65 | #include "callback.h" |
Andy Adamson | b1f69b7 | 2010-10-20 00:18:03 -0400 | [diff] [blame] | 66 | #include "pnfs.h" |
Chuck Lever | f092075 | 2012-05-21 22:45:41 -0400 | [diff] [blame] | 67 | #include "netns.h" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 68 | |
| 69 | #define NFSDBG_FACILITY NFSDBG_PROC |
| 70 | |
Trond Myklebust | 2066fe8 | 2006-09-15 08:30:46 -0400 | [diff] [blame] | 71 | #define NFS4_POLL_RETRY_MIN (HZ/10) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 72 | #define NFS4_POLL_RETRY_MAX (15*HZ) |
| 73 | |
Trond Myklebust | a78cb57 | 2009-08-09 15:06:19 -0400 | [diff] [blame] | 74 | #define NFS4_MAX_LOOP_ON_RECOVER (10) |
| 75 | |
Trond Myklebust | ef159e9 | 2012-02-06 19:50:40 -0500 | [diff] [blame] | 76 | static unsigned short max_session_slots = NFS4_DEF_SLOT_TABLE_SIZE; |
| 77 | |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 78 | struct nfs4_opendata; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 79 | static int _nfs4_proc_open(struct nfs4_opendata *data); |
Alexandros Batsakis | b257957 | 2009-12-14 21:27:57 -0800 | [diff] [blame] | 80 | static int _nfs4_recover_proc_open(struct nfs4_opendata *data); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 81 | 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] | 82 | static int nfs4_async_handle_error(struct rpc_task *, const struct nfs_server *, struct nfs4_state *); |
Chuck Lever | 81934dd | 2012-03-01 17:01:57 -0500 | [diff] [blame] | 83 | static void nfs_fixup_referral_attributes(struct nfs_fattr *fattr); |
Bryan Schumaker | bae3624 | 2012-05-10 15:07:31 -0400 | [diff] [blame] | 84 | static int nfs4_proc_getattr(struct nfs_server *, struct nfs_fh *, struct nfs_fattr *); |
Trond Myklebust | 9936781 | 2007-07-17 21:52:41 -0400 | [diff] [blame] | 85 | static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr); |
Trond Myklebust | 0ab64e0 | 2010-04-16 16:22:51 -0400 | [diff] [blame] | 86 | static int nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred, |
| 87 | struct nfs_fattr *fattr, struct iattr *sattr, |
| 88 | struct nfs4_state *state); |
Bryan Schumaker | f062eb6 | 2011-06-02 14:59:10 -0400 | [diff] [blame] | 89 | #ifdef CONFIG_NFS_V4_1 |
Bryan Schumaker | 1cab065 | 2012-01-31 10:39:29 -0500 | [diff] [blame] | 90 | static int nfs41_test_stateid(struct nfs_server *, nfs4_stateid *); |
| 91 | static int nfs41_free_stateid(struct nfs_server *, nfs4_stateid *); |
Bryan Schumaker | f062eb6 | 2011-06-02 14:59:10 -0400 | [diff] [blame] | 92 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 93 | /* Prevent leaks of NFSv4 errors into userland */ |
WANG Cong | 46f72f5 | 2008-12-30 16:35:55 -0500 | [diff] [blame] | 94 | static int nfs4_map_errors(int err) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 95 | { |
Trond Myklebust | 52567b0 | 2009-10-23 14:46:42 -0400 | [diff] [blame] | 96 | if (err >= -1000) |
| 97 | return err; |
| 98 | switch (err) { |
| 99 | case -NFS4ERR_RESOURCE: |
| 100 | return -EREMOTEIO; |
Bryan Schumaker | 7ebb931 | 2011-03-24 17:12:30 +0000 | [diff] [blame] | 101 | case -NFS4ERR_WRONGSEC: |
| 102 | return -EPERM; |
Trond Myklebust | 3ddeb7c | 2011-02-22 15:44:31 -0800 | [diff] [blame] | 103 | case -NFS4ERR_BADOWNER: |
| 104 | case -NFS4ERR_BADNAME: |
| 105 | return -EINVAL; |
Trond Myklebust | fb13bfa | 2012-05-28 11:36:28 -0400 | [diff] [blame] | 106 | case -NFS4ERR_SHARE_DENIED: |
| 107 | return -EACCES; |
Steve Dickson | f25efd8 | 2012-06-06 14:12:07 -0400 | [diff] [blame] | 108 | case -NFS4ERR_MINOR_VERS_MISMATCH: |
| 109 | return -EPROTONOSUPPORT; |
Trond Myklebust | 52567b0 | 2009-10-23 14:46:42 -0400 | [diff] [blame] | 110 | default: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 111 | dprintk("%s could not handle NFSv4 error %d\n", |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 112 | __func__, -err); |
Trond Myklebust | 52567b0 | 2009-10-23 14:46:42 -0400 | [diff] [blame] | 113 | break; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 114 | } |
Trond Myklebust | 52567b0 | 2009-10-23 14:46:42 -0400 | [diff] [blame] | 115 | return -EIO; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 116 | } |
| 117 | |
| 118 | /* |
| 119 | * This is our standard bitmap for GETATTR requests. |
| 120 | */ |
Trond Myklebust | 1549210f | 2012-06-05 09:16:47 -0400 | [diff] [blame] | 121 | const u32 nfs4_fattr_bitmap[3] = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 122 | FATTR4_WORD0_TYPE |
| 123 | | FATTR4_WORD0_CHANGE |
| 124 | | FATTR4_WORD0_SIZE |
| 125 | | FATTR4_WORD0_FSID |
| 126 | | FATTR4_WORD0_FILEID, |
| 127 | FATTR4_WORD1_MODE |
| 128 | | FATTR4_WORD1_NUMLINKS |
| 129 | | FATTR4_WORD1_OWNER |
| 130 | | FATTR4_WORD1_OWNER_GROUP |
| 131 | | FATTR4_WORD1_RAWDEV |
| 132 | | FATTR4_WORD1_SPACE_USED |
| 133 | | FATTR4_WORD1_TIME_ACCESS |
| 134 | | FATTR4_WORD1_TIME_METADATA |
| 135 | | FATTR4_WORD1_TIME_MODIFY |
| 136 | }; |
| 137 | |
Trond Myklebust | 1549210f | 2012-06-05 09:16:47 -0400 | [diff] [blame] | 138 | static const u32 nfs4_pnfs_open_bitmap[3] = { |
| 139 | FATTR4_WORD0_TYPE |
| 140 | | FATTR4_WORD0_CHANGE |
| 141 | | FATTR4_WORD0_SIZE |
| 142 | | FATTR4_WORD0_FSID |
| 143 | | FATTR4_WORD0_FILEID, |
| 144 | FATTR4_WORD1_MODE |
| 145 | | FATTR4_WORD1_NUMLINKS |
| 146 | | FATTR4_WORD1_OWNER |
| 147 | | FATTR4_WORD1_OWNER_GROUP |
| 148 | | FATTR4_WORD1_RAWDEV |
| 149 | | FATTR4_WORD1_SPACE_USED |
| 150 | | FATTR4_WORD1_TIME_ACCESS |
| 151 | | FATTR4_WORD1_TIME_METADATA |
| 152 | | FATTR4_WORD1_TIME_MODIFY, |
| 153 | FATTR4_WORD2_MDSTHRESHOLD |
| 154 | }; |
| 155 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 156 | const u32 nfs4_statfs_bitmap[2] = { |
| 157 | FATTR4_WORD0_FILES_AVAIL |
| 158 | | FATTR4_WORD0_FILES_FREE |
| 159 | | FATTR4_WORD0_FILES_TOTAL, |
| 160 | FATTR4_WORD1_SPACE_AVAIL |
| 161 | | FATTR4_WORD1_SPACE_FREE |
| 162 | | FATTR4_WORD1_SPACE_TOTAL |
| 163 | }; |
| 164 | |
Trond Myklebust | 4ce7971 | 2005-06-22 17:16:21 +0000 | [diff] [blame] | 165 | const u32 nfs4_pathconf_bitmap[2] = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 166 | FATTR4_WORD0_MAXLINK |
| 167 | | FATTR4_WORD0_MAXNAME, |
| 168 | 0 |
| 169 | }; |
| 170 | |
Fred Isaman | dae100c | 2011-07-30 20:52:37 -0400 | [diff] [blame] | 171 | const u32 nfs4_fsinfo_bitmap[3] = { FATTR4_WORD0_MAXFILESIZE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 172 | | FATTR4_WORD0_MAXREAD |
| 173 | | FATTR4_WORD0_MAXWRITE |
| 174 | | FATTR4_WORD0_LEASE_TIME, |
Ricardo Labiaga | 55b6e77 | 2010-10-12 16:30:06 -0700 | [diff] [blame] | 175 | FATTR4_WORD1_TIME_DELTA |
Fred Isaman | dae100c | 2011-07-30 20:52:37 -0400 | [diff] [blame] | 176 | | FATTR4_WORD1_FS_LAYOUT_TYPES, |
| 177 | FATTR4_WORD2_LAYOUT_BLKSIZE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 178 | }; |
| 179 | |
Manoj Naik | 830b8e3 | 2006-06-09 09:34:25 -0400 | [diff] [blame] | 180 | const u32 nfs4_fs_locations_bitmap[2] = { |
| 181 | FATTR4_WORD0_TYPE |
| 182 | | FATTR4_WORD0_CHANGE |
| 183 | | FATTR4_WORD0_SIZE |
| 184 | | FATTR4_WORD0_FSID |
| 185 | | FATTR4_WORD0_FILEID |
| 186 | | FATTR4_WORD0_FS_LOCATIONS, |
| 187 | FATTR4_WORD1_MODE |
| 188 | | FATTR4_WORD1_NUMLINKS |
| 189 | | FATTR4_WORD1_OWNER |
| 190 | | FATTR4_WORD1_OWNER_GROUP |
| 191 | | FATTR4_WORD1_RAWDEV |
| 192 | | FATTR4_WORD1_SPACE_USED |
| 193 | | FATTR4_WORD1_TIME_ACCESS |
| 194 | | FATTR4_WORD1_TIME_METADATA |
| 195 | | FATTR4_WORD1_TIME_MODIFY |
| 196 | | FATTR4_WORD1_MOUNTED_ON_FILEID |
| 197 | }; |
| 198 | |
Al Viro | bc4785c | 2006-10-19 23:28:51 -0700 | [diff] [blame] | 199 | static void nfs4_setup_readdir(u64 cookie, __be32 *verifier, struct dentry *dentry, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 200 | struct nfs4_readdir_arg *readdir) |
| 201 | { |
Al Viro | 0dbb4c6 | 2006-10-19 23:28:49 -0700 | [diff] [blame] | 202 | __be32 *start, *p; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 203 | |
| 204 | BUG_ON(readdir->count < 80); |
| 205 | if (cookie > 2) { |
Adrian Bunk | b7ef195 | 2005-06-22 17:16:28 +0000 | [diff] [blame] | 206 | readdir->cookie = cookie; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 207 | memcpy(&readdir->verifier, verifier, sizeof(readdir->verifier)); |
| 208 | return; |
| 209 | } |
| 210 | |
| 211 | readdir->cookie = 0; |
| 212 | memset(&readdir->verifier, 0, sizeof(readdir->verifier)); |
| 213 | if (cookie == 2) |
| 214 | return; |
| 215 | |
| 216 | /* |
| 217 | * NFSv4 servers do not return entries for '.' and '..' |
| 218 | * Therefore, we fake these entries here. We let '.' |
| 219 | * have cookie 0 and '..' have cookie 1. Note that |
| 220 | * when talking to the server, we always send cookie 0 |
| 221 | * instead of 1 or 2. |
| 222 | */ |
Cong Wang | 2b86ce2 | 2011-11-25 23:14:33 +0800 | [diff] [blame] | 223 | start = p = kmap_atomic(*readdir->pages); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 224 | |
| 225 | if (cookie == 0) { |
| 226 | *p++ = xdr_one; /* next */ |
| 227 | *p++ = xdr_zero; /* cookie, first word */ |
| 228 | *p++ = xdr_one; /* cookie, second word */ |
| 229 | *p++ = xdr_one; /* entry len */ |
| 230 | memcpy(p, ".\0\0\0", 4); /* entry */ |
| 231 | p++; |
| 232 | *p++ = xdr_one; /* bitmap length */ |
| 233 | *p++ = htonl(FATTR4_WORD0_FILEID); /* bitmap */ |
| 234 | *p++ = htonl(8); /* attribute buffer length */ |
Peter Staubach | 4e769b9 | 2007-08-03 15:07:10 -0400 | [diff] [blame] | 235 | p = xdr_encode_hyper(p, NFS_FILEID(dentry->d_inode)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 236 | } |
| 237 | |
| 238 | *p++ = xdr_one; /* next */ |
| 239 | *p++ = xdr_zero; /* cookie, first word */ |
| 240 | *p++ = xdr_two; /* cookie, second word */ |
| 241 | *p++ = xdr_two; /* entry len */ |
| 242 | memcpy(p, "..\0\0", 4); /* entry */ |
| 243 | p++; |
| 244 | *p++ = xdr_one; /* bitmap length */ |
| 245 | *p++ = htonl(FATTR4_WORD0_FILEID); /* bitmap */ |
| 246 | *p++ = htonl(8); /* attribute buffer length */ |
Peter Staubach | 4e769b9 | 2007-08-03 15:07:10 -0400 | [diff] [blame] | 247 | p = xdr_encode_hyper(p, NFS_FILEID(dentry->d_parent->d_inode)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 248 | |
| 249 | readdir->pgbase = (char *)p - (char *)start; |
| 250 | readdir->count -= readdir->pgbase; |
Cong Wang | 2b86ce2 | 2011-11-25 23:14:33 +0800 | [diff] [blame] | 251 | kunmap_atomic(start); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 252 | } |
| 253 | |
Trond Myklebust | 65de872 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 254 | static int nfs4_wait_clnt_recover(struct nfs_client *clp) |
| 255 | { |
| 256 | int res; |
| 257 | |
| 258 | might_sleep(); |
| 259 | |
Trond Myklebust | e005e80 | 2008-12-23 15:21:48 -0500 | [diff] [blame] | 260 | res = wait_on_bit(&clp->cl_state, NFS4CLNT_MANAGER_RUNNING, |
Trond Myklebust | 72cb77f | 2009-03-11 14:10:30 -0400 | [diff] [blame] | 261 | nfs_wait_bit_killable, TASK_KILLABLE); |
Trond Myklebust | 65de872 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 262 | return res; |
| 263 | } |
| 264 | |
| 265 | static int nfs4_delay(struct rpc_clnt *clnt, long *timeout) |
| 266 | { |
| 267 | int res = 0; |
| 268 | |
| 269 | might_sleep(); |
| 270 | |
| 271 | if (*timeout <= 0) |
| 272 | *timeout = NFS4_POLL_RETRY_MIN; |
| 273 | if (*timeout > NFS4_POLL_RETRY_MAX) |
| 274 | *timeout = NFS4_POLL_RETRY_MAX; |
Jeff Layton | d310310 | 2011-12-01 22:44:39 +0100 | [diff] [blame] | 275 | freezable_schedule_timeout_killable(*timeout); |
Trond Myklebust | 65de872 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 276 | if (fatal_signal_pending(current)) |
| 277 | res = -ERESTARTSYS; |
| 278 | *timeout <<= 1; |
| 279 | return res; |
| 280 | } |
| 281 | |
| 282 | /* This is the error handling routine for processes that are allowed |
| 283 | * to sleep. |
| 284 | */ |
Trond Myklebust | b064eca2 | 2011-02-22 15:44:32 -0800 | [diff] [blame] | 285 | static int nfs4_handle_exception(struct nfs_server *server, int errorcode, struct nfs4_exception *exception) |
Trond Myklebust | 65de872 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 286 | { |
| 287 | struct nfs_client *clp = server->nfs_client; |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame] | 288 | struct nfs4_state *state = exception->state; |
Trond Myklebust | 3114ea7 | 2012-03-07 16:39:06 -0500 | [diff] [blame] | 289 | struct inode *inode = exception->inode; |
Trond Myklebust | 65de872 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 290 | int ret = errorcode; |
| 291 | |
| 292 | exception->retry = 0; |
| 293 | switch(errorcode) { |
| 294 | case 0: |
| 295 | return 0; |
Trond Myklebust | 3114ea7 | 2012-03-07 16:39:06 -0500 | [diff] [blame] | 296 | case -NFS4ERR_OPENMODE: |
Bryan Schumaker | 011e2a7 | 2012-06-20 15:53:43 -0400 | [diff] [blame] | 297 | if (inode && nfs4_have_delegation(inode, FMODE_READ)) { |
Bryan Schumaker | 57ec14c | 2012-06-20 15:53:44 -0400 | [diff] [blame] | 298 | nfs4_inode_return_delegation(inode); |
Trond Myklebust | 3114ea7 | 2012-03-07 16:39:06 -0500 | [diff] [blame] | 299 | exception->retry = 1; |
| 300 | return 0; |
| 301 | } |
| 302 | if (state == NULL) |
| 303 | break; |
| 304 | nfs4_schedule_stateid_recovery(server, state); |
| 305 | goto wait_on_recovery; |
Trond Myklebust | a1d0b5e | 2012-03-05 19:56:44 -0500 | [diff] [blame] | 306 | case -NFS4ERR_DELEG_REVOKED: |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame] | 307 | case -NFS4ERR_ADMIN_REVOKED: |
| 308 | case -NFS4ERR_BAD_STATEID: |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame] | 309 | if (state == NULL) |
| 310 | break; |
Trond Myklebust | 1497748 | 2012-03-27 18:31:25 -0400 | [diff] [blame] | 311 | nfs_remove_bad_delegation(state->inode); |
Trond Myklebust | 0400a6b | 2011-03-09 16:00:53 -0500 | [diff] [blame] | 312 | nfs4_schedule_stateid_recovery(server, state); |
| 313 | goto wait_on_recovery; |
Trond Myklebust | 0ced63d | 2011-05-26 14:26:35 -0400 | [diff] [blame] | 314 | case -NFS4ERR_EXPIRED: |
| 315 | if (state != NULL) |
| 316 | nfs4_schedule_stateid_recovery(server, state); |
Trond Myklebust | 65de872 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 317 | case -NFS4ERR_STALE_STATEID: |
Trond Myklebust | a2c0b9e | 2010-01-26 15:42:47 -0500 | [diff] [blame] | 318 | case -NFS4ERR_STALE_CLIENTID: |
Trond Myklebust | 0400a6b | 2011-03-09 16:00:53 -0500 | [diff] [blame] | 319 | nfs4_schedule_lease_recovery(clp); |
| 320 | goto wait_on_recovery; |
Trond Myklebust | 0339169 | 2010-01-26 15:42:38 -0500 | [diff] [blame] | 321 | #if defined(CONFIG_NFS_V4_1) |
Andy Adamson | 4745e31 | 2009-04-01 09:22:42 -0400 | [diff] [blame] | 322 | case -NFS4ERR_BADSESSION: |
| 323 | case -NFS4ERR_BADSLOT: |
| 324 | case -NFS4ERR_BAD_HIGH_SLOT: |
| 325 | case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION: |
| 326 | case -NFS4ERR_DEADSESSION: |
| 327 | case -NFS4ERR_SEQ_FALSE_RETRY: |
| 328 | case -NFS4ERR_SEQ_MISORDERED: |
| 329 | dprintk("%s ERROR: %d Reset session\n", __func__, |
| 330 | errorcode); |
Trond Myklebust | 9f59479 | 2012-05-27 13:02:53 -0400 | [diff] [blame] | 331 | nfs4_schedule_session_recovery(clp->cl_session, errorcode); |
Andy Adamson | 4745e31 | 2009-04-01 09:22:42 -0400 | [diff] [blame] | 332 | exception->retry = 1; |
Andy Adamson | b917923 | 2009-12-04 15:55:32 -0500 | [diff] [blame] | 333 | break; |
Trond Myklebust | 0339169 | 2010-01-26 15:42:38 -0500 | [diff] [blame] | 334 | #endif /* defined(CONFIG_NFS_V4_1) */ |
Trond Myklebust | 65de872 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 335 | case -NFS4ERR_FILE_OPEN: |
NeilBrown | 44ed355 | 2009-12-03 15:58:56 -0500 | [diff] [blame] | 336 | if (exception->timeout > HZ) { |
| 337 | /* We have retried a decent amount, time to |
| 338 | * fail |
| 339 | */ |
| 340 | ret = -EBUSY; |
| 341 | break; |
| 342 | } |
Trond Myklebust | 65de872 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 343 | case -NFS4ERR_GRACE: |
| 344 | case -NFS4ERR_DELAY: |
Jeff Layton | 2c64348 | 2010-01-07 09:42:03 -0500 | [diff] [blame] | 345 | case -EKEYEXPIRED: |
Trond Myklebust | 65de872 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 346 | ret = nfs4_delay(server->client, &exception->timeout); |
| 347 | if (ret != 0) |
| 348 | break; |
Andy Adamson | a8a4ae3 | 2011-05-03 13:43:03 -0400 | [diff] [blame] | 349 | case -NFS4ERR_RETRY_UNCACHED_REP: |
Trond Myklebust | 65de872 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 350 | case -NFS4ERR_OLD_STATEID: |
| 351 | exception->retry = 1; |
Trond Myklebust | b064eca2 | 2011-02-22 15:44:32 -0800 | [diff] [blame] | 352 | break; |
| 353 | case -NFS4ERR_BADOWNER: |
| 354 | /* The following works around a Linux server bug! */ |
| 355 | case -NFS4ERR_BADNAME: |
| 356 | if (server->caps & NFS_CAP_UIDGID_NOMAP) { |
| 357 | server->caps &= ~NFS_CAP_UIDGID_NOMAP; |
| 358 | exception->retry = 1; |
| 359 | printk(KERN_WARNING "NFS: v4 server %s " |
| 360 | "does not accept raw " |
| 361 | "uid/gids. " |
| 362 | "Reenabling the idmapper.\n", |
| 363 | server->nfs_client->cl_hostname); |
| 364 | } |
Trond Myklebust | 65de872 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 365 | } |
| 366 | /* We failed to handle the error */ |
| 367 | return nfs4_map_errors(ret); |
Trond Myklebust | 0400a6b | 2011-03-09 16:00:53 -0500 | [diff] [blame] | 368 | wait_on_recovery: |
Trond Myklebust | a2c0b9e | 2010-01-26 15:42:47 -0500 | [diff] [blame] | 369 | ret = nfs4_wait_clnt_recover(clp); |
| 370 | if (ret == 0) |
| 371 | exception->retry = 1; |
| 372 | return ret; |
Trond Myklebust | 65de872 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 373 | } |
| 374 | |
| 375 | |
Trond Myklebust | 452e935 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 376 | static void do_renew_lease(struct nfs_client *clp, unsigned long timestamp) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 377 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 378 | spin_lock(&clp->cl_lock); |
| 379 | if (time_before(clp->cl_last_renewal,timestamp)) |
| 380 | clp->cl_last_renewal = timestamp; |
| 381 | spin_unlock(&clp->cl_lock); |
| 382 | } |
| 383 | |
Trond Myklebust | 452e935 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 384 | static void renew_lease(const struct nfs_server *server, unsigned long timestamp) |
| 385 | { |
| 386 | do_renew_lease(server->nfs_client, timestamp); |
| 387 | } |
| 388 | |
Andy Adamson | cccef3b | 2009-04-01 09:22:03 -0400 | [diff] [blame] | 389 | #if defined(CONFIG_NFS_V4_1) |
| 390 | |
Benny Halevy | 510b817 | 2009-04-01 09:22:14 -0400 | [diff] [blame] | 391 | /* |
Andy Adamson | e2c4ab3 | 2009-04-01 09:22:16 -0400 | [diff] [blame] | 392 | * nfs4_free_slot - free a slot and efficiently update slot table. |
| 393 | * |
| 394 | * freeing a slot is trivially done by clearing its respective bit |
| 395 | * in the bitmap. |
| 396 | * If the freed slotid equals highest_used_slotid we want to update it |
| 397 | * so that the server would be able to size down the slot table if needed, |
| 398 | * otherwise we know that the highest_used_slotid is still in use. |
| 399 | * When updating highest_used_slotid there may be "holes" in the bitmap |
| 400 | * so we need to scan down from highest_used_slotid to 0 looking for the now |
| 401 | * highest slotid in use. |
Trond Myklebust | 45d43c2 | 2012-02-06 19:38:51 -0500 | [diff] [blame] | 402 | * If none found, highest_used_slotid is set to NFS4_NO_SLOT. |
Trond Myklebust | 35dc1d7 | 2009-12-05 19:32:19 -0500 | [diff] [blame] | 403 | * |
| 404 | * Must be called while holding tbl->slot_tbl_lock |
Andy Adamson | e2c4ab3 | 2009-04-01 09:22:16 -0400 | [diff] [blame] | 405 | */ |
| 406 | static void |
Trond Myklebust | 45d43c2 | 2012-02-06 19:38:51 -0500 | [diff] [blame] | 407 | nfs4_free_slot(struct nfs4_slot_table *tbl, u32 slotid) |
Andy Adamson | e2c4ab3 | 2009-04-01 09:22:16 -0400 | [diff] [blame] | 408 | { |
Trond Myklebust | 45d43c2 | 2012-02-06 19:38:51 -0500 | [diff] [blame] | 409 | BUG_ON(slotid >= NFS4_MAX_SLOT_TABLE); |
Andy Adamson | e2c4ab3 | 2009-04-01 09:22:16 -0400 | [diff] [blame] | 410 | /* clear used bit in bitmap */ |
| 411 | __clear_bit(slotid, tbl->used_slots); |
| 412 | |
| 413 | /* update highest_used_slotid when it is freed */ |
| 414 | if (slotid == tbl->highest_used_slotid) { |
| 415 | slotid = find_last_bit(tbl->used_slots, tbl->max_slots); |
Trond Myklebust | bcb5616 | 2009-12-05 19:32:19 -0500 | [diff] [blame] | 416 | if (slotid < tbl->max_slots) |
Andy Adamson | e2c4ab3 | 2009-04-01 09:22:16 -0400 | [diff] [blame] | 417 | tbl->highest_used_slotid = slotid; |
| 418 | else |
Trond Myklebust | 45d43c2 | 2012-02-06 19:38:51 -0500 | [diff] [blame] | 419 | tbl->highest_used_slotid = NFS4_NO_SLOT; |
Andy Adamson | e2c4ab3 | 2009-04-01 09:22:16 -0400 | [diff] [blame] | 420 | } |
Trond Myklebust | 45d43c2 | 2012-02-06 19:38:51 -0500 | [diff] [blame] | 421 | dprintk("%s: slotid %u highest_used_slotid %d\n", __func__, |
| 422 | slotid, tbl->highest_used_slotid); |
Andy Adamson | e2c4ab3 | 2009-04-01 09:22:16 -0400 | [diff] [blame] | 423 | } |
| 424 | |
Trond Myklebust | 961a828 | 2012-01-17 22:57:37 -0500 | [diff] [blame] | 425 | bool nfs4_set_task_privileged(struct rpc_task *task, void *dummy) |
| 426 | { |
| 427 | rpc_task_set_priority(task, RPC_PRIORITY_PRIVILEGED); |
| 428 | return true; |
Andy Adamson | e2c4ab3 | 2009-04-01 09:22:16 -0400 | [diff] [blame] | 429 | } |
| 430 | |
Alexandros Batsakis | 3bfb0fc | 2009-12-09 01:50:11 -0800 | [diff] [blame] | 431 | /* |
Andy Adamson | 42acd02 | 2011-01-06 02:04:34 +0000 | [diff] [blame] | 432 | * Signal state manager thread if session fore channel is drained |
Alexandros Batsakis | 3bfb0fc | 2009-12-09 01:50:11 -0800 | [diff] [blame] | 433 | */ |
Andy Adamson | 42acd02 | 2011-01-06 02:04:34 +0000 | [diff] [blame] | 434 | static void nfs4_check_drain_fc_complete(struct nfs4_session *ses) |
Alexandros Batsakis | 3bfb0fc | 2009-12-09 01:50:11 -0800 | [diff] [blame] | 435 | { |
Trond Myklebust | a2118c3 | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 436 | if (!test_bit(NFS4_SESSION_DRAINING, &ses->session_state)) { |
Trond Myklebust | 961a828 | 2012-01-17 22:57:37 -0500 | [diff] [blame] | 437 | rpc_wake_up_first(&ses->fc_slot_table.slot_tbl_waitq, |
| 438 | nfs4_set_task_privileged, NULL); |
Alexandros Batsakis | 3bfb0fc | 2009-12-09 01:50:11 -0800 | [diff] [blame] | 439 | return; |
| 440 | } |
| 441 | |
Trond Myklebust | 45d43c2 | 2012-02-06 19:38:51 -0500 | [diff] [blame] | 442 | if (ses->fc_slot_table.highest_used_slotid != NFS4_NO_SLOT) |
Alexandros Batsakis | 3bfb0fc | 2009-12-09 01:50:11 -0800 | [diff] [blame] | 443 | return; |
| 444 | |
Andy Adamson | 42acd02 | 2011-01-06 02:04:34 +0000 | [diff] [blame] | 445 | dprintk("%s COMPLETE: Session Fore Channel Drained\n", __func__); |
| 446 | complete(&ses->fc_slot_table.complete); |
| 447 | } |
| 448 | |
| 449 | /* |
| 450 | * Signal state manager thread if session back channel is drained |
| 451 | */ |
| 452 | void nfs4_check_drain_bc_complete(struct nfs4_session *ses) |
| 453 | { |
| 454 | if (!test_bit(NFS4_SESSION_DRAINING, &ses->session_state) || |
Trond Myklebust | 45d43c2 | 2012-02-06 19:38:51 -0500 | [diff] [blame] | 455 | ses->bc_slot_table.highest_used_slotid != NFS4_NO_SLOT) |
Andy Adamson | 42acd02 | 2011-01-06 02:04:34 +0000 | [diff] [blame] | 456 | return; |
| 457 | dprintk("%s COMPLETE: Session Back Channel Drained\n", __func__); |
| 458 | complete(&ses->bc_slot_table.complete); |
Alexandros Batsakis | 3bfb0fc | 2009-12-09 01:50:11 -0800 | [diff] [blame] | 459 | } |
| 460 | |
Trond Myklebust | d185a33 | 2010-06-16 09:52:25 -0400 | [diff] [blame] | 461 | static void nfs41_sequence_free_slot(struct nfs4_sequence_res *res) |
Andy Adamson | 1361587 | 2009-04-01 09:22:17 -0400 | [diff] [blame] | 462 | { |
| 463 | struct nfs4_slot_table *tbl; |
| 464 | |
Trond Myklebust | d185a33 | 2010-06-16 09:52:25 -0400 | [diff] [blame] | 465 | tbl = &res->sr_session->fc_slot_table; |
Benny Halevy | dfb4f309 | 2010-09-24 09:17:01 -0400 | [diff] [blame] | 466 | if (!res->sr_slot) { |
Andy Adamson | 1361587 | 2009-04-01 09:22:17 -0400 | [diff] [blame] | 467 | /* just wake up the next guy waiting since |
| 468 | * we may have not consumed a slot after all */ |
Andy Adamson | 691daf3 | 2009-12-04 15:55:39 -0500 | [diff] [blame] | 469 | dprintk("%s: No slot\n", __func__); |
Trond Myklebust | 35dc1d7 | 2009-12-05 19:32:19 -0500 | [diff] [blame] | 470 | return; |
Andy Adamson | 1361587 | 2009-04-01 09:22:17 -0400 | [diff] [blame] | 471 | } |
Andy Adamson | ea028ac | 2009-12-04 15:55:38 -0500 | [diff] [blame] | 472 | |
Trond Myklebust | 35dc1d7 | 2009-12-05 19:32:19 -0500 | [diff] [blame] | 473 | spin_lock(&tbl->slot_tbl_lock); |
Andy Adamson | aabd0b4 | 2011-11-09 13:58:22 -0500 | [diff] [blame] | 474 | nfs4_free_slot(tbl, res->sr_slot - tbl->slots); |
Andy Adamson | 42acd02 | 2011-01-06 02:04:34 +0000 | [diff] [blame] | 475 | nfs4_check_drain_fc_complete(res->sr_session); |
Trond Myklebust | 35dc1d7 | 2009-12-05 19:32:19 -0500 | [diff] [blame] | 476 | spin_unlock(&tbl->slot_tbl_lock); |
Benny Halevy | dfb4f309 | 2010-09-24 09:17:01 -0400 | [diff] [blame] | 477 | res->sr_slot = NULL; |
Andy Adamson | 1361587 | 2009-04-01 09:22:17 -0400 | [diff] [blame] | 478 | } |
| 479 | |
Trond Myklebust | 14516c3 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 480 | static int nfs41_sequence_done(struct rpc_task *task, struct nfs4_sequence_res *res) |
Andy Adamson | b0df806 | 2009-04-01 09:22:18 -0400 | [diff] [blame] | 481 | { |
| 482 | unsigned long timestamp; |
Trond Myklebust | 14516c3 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 483 | struct nfs_client *clp; |
Andy Adamson | b0df806 | 2009-04-01 09:22:18 -0400 | [diff] [blame] | 484 | |
| 485 | /* |
| 486 | * sr_status remains 1 if an RPC level error occurred. The server |
| 487 | * may or may not have processed the sequence operation.. |
| 488 | * Proceed as if the server received and processed the sequence |
| 489 | * operation. |
| 490 | */ |
| 491 | if (res->sr_status == 1) |
| 492 | res->sr_status = NFS_OK; |
| 493 | |
Bryan Schumaker | 468f861 | 2011-04-18 15:57:32 -0400 | [diff] [blame] | 494 | /* don't increment the sequence number if the task wasn't sent */ |
| 495 | if (!RPC_WAS_SENT(task)) |
Andy Adamson | b0df806 | 2009-04-01 09:22:18 -0400 | [diff] [blame] | 496 | goto out; |
| 497 | |
Andy Adamson | 691daf3 | 2009-12-04 15:55:39 -0500 | [diff] [blame] | 498 | /* Check the SEQUENCE operation status */ |
Trond Myklebust | 14516c3 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 499 | switch (res->sr_status) { |
| 500 | case 0: |
Andy Adamson | b0df806 | 2009-04-01 09:22:18 -0400 | [diff] [blame] | 501 | /* Update the slot's sequence and clientid lease timer */ |
Benny Halevy | dfb4f309 | 2010-09-24 09:17:01 -0400 | [diff] [blame] | 502 | ++res->sr_slot->seq_nr; |
Andy Adamson | b0df806 | 2009-04-01 09:22:18 -0400 | [diff] [blame] | 503 | timestamp = res->sr_renewal_time; |
Trond Myklebust | 14516c3 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 504 | clp = res->sr_session->clp; |
Trond Myklebust | 452e935 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 505 | do_renew_lease(clp, timestamp); |
Alexandros Batsakis | 0629e37 | 2009-12-05 13:46:14 -0500 | [diff] [blame] | 506 | /* Check sequence flags */ |
Trond Myklebust | b4410c2 | 2011-03-09 16:00:55 -0500 | [diff] [blame] | 507 | if (res->sr_status_flags != 0) |
| 508 | nfs4_schedule_lease_recovery(clp); |
Trond Myklebust | 14516c3 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 509 | break; |
| 510 | case -NFS4ERR_DELAY: |
| 511 | /* The server detected a resend of the RPC call and |
| 512 | * returned NFS4ERR_DELAY as per Section 2.10.6.2 |
| 513 | * of RFC5661. |
| 514 | */ |
Geert Uytterhoeven | 12364a4 | 2010-10-28 20:06:19 +0200 | [diff] [blame] | 515 | dprintk("%s: slot=%td seq=%d: Operation in progress\n", |
Benny Halevy | dfb4f309 | 2010-09-24 09:17:01 -0400 | [diff] [blame] | 516 | __func__, |
| 517 | res->sr_slot - res->sr_session->fc_slot_table.slots, |
| 518 | res->sr_slot->seq_nr); |
Trond Myklebust | 14516c3 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 519 | goto out_retry; |
| 520 | default: |
| 521 | /* Just update the slot sequence no. */ |
Benny Halevy | dfb4f309 | 2010-09-24 09:17:01 -0400 | [diff] [blame] | 522 | ++res->sr_slot->seq_nr; |
Andy Adamson | b0df806 | 2009-04-01 09:22:18 -0400 | [diff] [blame] | 523 | } |
| 524 | out: |
| 525 | /* The session may be reset by one of the error handlers. */ |
| 526 | dprintk("%s: Error %d free the slot \n", __func__, res->sr_status); |
Trond Myklebust | d185a33 | 2010-06-16 09:52:25 -0400 | [diff] [blame] | 527 | nfs41_sequence_free_slot(res); |
Trond Myklebust | 14516c3 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 528 | return 1; |
| 529 | out_retry: |
Trond Myklebust | d05dd4e | 2010-07-31 14:29:07 -0400 | [diff] [blame] | 530 | if (!rpc_restart_call(task)) |
Trond Myklebust | 14516c3 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 531 | goto out; |
| 532 | rpc_delay(task, NFS4_POLL_RETRY_MAX); |
| 533 | return 0; |
Andy Adamson | b0df806 | 2009-04-01 09:22:18 -0400 | [diff] [blame] | 534 | } |
| 535 | |
Trond Myklebust | 14516c3 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 536 | static int nfs4_sequence_done(struct rpc_task *task, |
| 537 | struct nfs4_sequence_res *res) |
Trond Myklebust | df89645 | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 538 | { |
Trond Myklebust | 14516c3 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 539 | if (res->sr_session == NULL) |
| 540 | return 1; |
| 541 | return nfs41_sequence_done(task, res); |
Trond Myklebust | df89645 | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 542 | } |
| 543 | |
Andy Adamson | e2c4ab3 | 2009-04-01 09:22:16 -0400 | [diff] [blame] | 544 | /* |
Benny Halevy | 510b817 | 2009-04-01 09:22:14 -0400 | [diff] [blame] | 545 | * nfs4_find_slot - efficiently look for a free slot |
| 546 | * |
| 547 | * nfs4_find_slot looks for an unset bit in the used_slots bitmap. |
| 548 | * If found, we mark the slot as used, update the highest_used_slotid, |
| 549 | * and respectively set up the sequence operation args. |
Trond Myklebust | 45d43c2 | 2012-02-06 19:38:51 -0500 | [diff] [blame] | 550 | * The slot number is returned if found, or NFS4_NO_SLOT otherwise. |
Andy Adamson | fbcd4ab | 2009-04-01 09:22:15 -0400 | [diff] [blame] | 551 | * |
| 552 | * Note: must be called with under the slot_tbl_lock. |
Benny Halevy | 510b817 | 2009-04-01 09:22:14 -0400 | [diff] [blame] | 553 | */ |
Trond Myklebust | 45d43c2 | 2012-02-06 19:38:51 -0500 | [diff] [blame] | 554 | static u32 |
Alexandros Batsakis | 40ead58 | 2009-12-14 21:27:54 -0800 | [diff] [blame] | 555 | nfs4_find_slot(struct nfs4_slot_table *tbl) |
Benny Halevy | 510b817 | 2009-04-01 09:22:14 -0400 | [diff] [blame] | 556 | { |
Trond Myklebust | 45d43c2 | 2012-02-06 19:38:51 -0500 | [diff] [blame] | 557 | u32 slotid; |
| 558 | u32 ret_id = NFS4_NO_SLOT; |
Benny Halevy | 510b817 | 2009-04-01 09:22:14 -0400 | [diff] [blame] | 559 | |
Trond Myklebust | 45d43c2 | 2012-02-06 19:38:51 -0500 | [diff] [blame] | 560 | dprintk("--> %s used_slots=%04lx highest_used=%u max_slots=%u\n", |
Benny Halevy | 510b817 | 2009-04-01 09:22:14 -0400 | [diff] [blame] | 561 | __func__, tbl->used_slots[0], tbl->highest_used_slotid, |
| 562 | tbl->max_slots); |
| 563 | slotid = find_first_zero_bit(tbl->used_slots, tbl->max_slots); |
| 564 | if (slotid >= tbl->max_slots) |
| 565 | goto out; |
| 566 | __set_bit(slotid, tbl->used_slots); |
Trond Myklebust | 45d43c2 | 2012-02-06 19:38:51 -0500 | [diff] [blame] | 567 | if (slotid > tbl->highest_used_slotid || |
| 568 | tbl->highest_used_slotid == NFS4_NO_SLOT) |
Benny Halevy | 510b817 | 2009-04-01 09:22:14 -0400 | [diff] [blame] | 569 | tbl->highest_used_slotid = slotid; |
| 570 | ret_id = slotid; |
| 571 | out: |
| 572 | dprintk("<-- %s used_slots=%04lx highest_used=%d slotid=%d \n", |
| 573 | __func__, tbl->used_slots[0], tbl->highest_used_slotid, ret_id); |
Benny Halevy | 510b817 | 2009-04-01 09:22:14 -0400 | [diff] [blame] | 574 | return ret_id; |
| 575 | } |
| 576 | |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 577 | static void nfs41_init_sequence(struct nfs4_sequence_args *args, |
| 578 | struct nfs4_sequence_res *res, int cache_reply) |
| 579 | { |
| 580 | args->sa_session = NULL; |
| 581 | args->sa_cache_this = 0; |
| 582 | if (cache_reply) |
| 583 | args->sa_cache_this = 1; |
| 584 | res->sr_session = NULL; |
| 585 | res->sr_slot = NULL; |
| 586 | } |
| 587 | |
Andy Adamson | dc70d7b | 2011-03-01 01:34:19 +0000 | [diff] [blame] | 588 | int nfs41_setup_sequence(struct nfs4_session *session, |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 589 | struct nfs4_sequence_args *args, |
| 590 | struct nfs4_sequence_res *res, |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 591 | struct rpc_task *task) |
| 592 | { |
Andy Adamson | fbcd4ab | 2009-04-01 09:22:15 -0400 | [diff] [blame] | 593 | struct nfs4_slot *slot; |
| 594 | struct nfs4_slot_table *tbl; |
Trond Myklebust | 45d43c2 | 2012-02-06 19:38:51 -0500 | [diff] [blame] | 595 | u32 slotid; |
Andy Adamson | fbcd4ab | 2009-04-01 09:22:15 -0400 | [diff] [blame] | 596 | |
| 597 | dprintk("--> %s\n", __func__); |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 598 | /* slot already allocated? */ |
Benny Halevy | dfb4f309 | 2010-09-24 09:17:01 -0400 | [diff] [blame] | 599 | if (res->sr_slot != NULL) |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 600 | return 0; |
| 601 | |
Andy Adamson | fbcd4ab | 2009-04-01 09:22:15 -0400 | [diff] [blame] | 602 | tbl = &session->fc_slot_table; |
| 603 | |
| 604 | spin_lock(&tbl->slot_tbl_lock); |
Trond Myklebust | a2118c3 | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 605 | if (test_bit(NFS4_SESSION_DRAINING, &session->session_state) && |
Alexandros Batsakis | 5601a00 | 2009-12-14 21:27:58 -0800 | [diff] [blame] | 606 | !rpc_task_has_priority(task, RPC_PRIORITY_PRIVILEGED)) { |
Andy Adamson | 0b1c8fc | 2011-11-09 13:58:26 -0500 | [diff] [blame] | 607 | /* The state manager will wait until the slot table is empty */ |
Andy Adamson | 05f0d23 | 2009-12-04 15:55:37 -0500 | [diff] [blame] | 608 | rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL); |
Andy Adamson | b069d94 | 2009-04-01 09:22:43 -0400 | [diff] [blame] | 609 | spin_unlock(&tbl->slot_tbl_lock); |
Andy Adamson | 0b1c8fc | 2011-11-09 13:58:26 -0500 | [diff] [blame] | 610 | dprintk("%s session is draining\n", __func__); |
Andy Adamson | 05f0d23 | 2009-12-04 15:55:37 -0500 | [diff] [blame] | 611 | return -EAGAIN; |
Andy Adamson | b069d94 | 2009-04-01 09:22:43 -0400 | [diff] [blame] | 612 | } |
| 613 | |
Alexandros Batsakis | 689cf5c | 2009-12-14 21:27:56 -0800 | [diff] [blame] | 614 | if (!rpc_queue_empty(&tbl->slot_tbl_waitq) && |
| 615 | !rpc_task_has_priority(task, RPC_PRIORITY_PRIVILEGED)) { |
| 616 | rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL); |
| 617 | spin_unlock(&tbl->slot_tbl_lock); |
| 618 | dprintk("%s enforce FIFO order\n", __func__); |
| 619 | return -EAGAIN; |
| 620 | } |
| 621 | |
Alexandros Batsakis | 40ead58 | 2009-12-14 21:27:54 -0800 | [diff] [blame] | 622 | slotid = nfs4_find_slot(tbl); |
Trond Myklebust | 45d43c2 | 2012-02-06 19:38:51 -0500 | [diff] [blame] | 623 | if (slotid == NFS4_NO_SLOT) { |
Andy Adamson | fbcd4ab | 2009-04-01 09:22:15 -0400 | [diff] [blame] | 624 | rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL); |
| 625 | spin_unlock(&tbl->slot_tbl_lock); |
| 626 | dprintk("<-- %s: no free slots\n", __func__); |
| 627 | return -EAGAIN; |
| 628 | } |
| 629 | spin_unlock(&tbl->slot_tbl_lock); |
| 630 | |
Alexandros Batsakis | 689cf5c | 2009-12-14 21:27:56 -0800 | [diff] [blame] | 631 | rpc_task_set_priority(task, RPC_PRIORITY_NORMAL); |
Andy Adamson | fbcd4ab | 2009-04-01 09:22:15 -0400 | [diff] [blame] | 632 | slot = tbl->slots + slotid; |
Benny Halevy | 99fe60d | 2009-04-01 09:22:29 -0400 | [diff] [blame] | 633 | args->sa_session = session; |
Andy Adamson | fbcd4ab | 2009-04-01 09:22:15 -0400 | [diff] [blame] | 634 | args->sa_slotid = slotid; |
Andy Adamson | fbcd4ab | 2009-04-01 09:22:15 -0400 | [diff] [blame] | 635 | |
| 636 | dprintk("<-- %s slotid=%d seqid=%d\n", __func__, slotid, slot->seq_nr); |
| 637 | |
Benny Halevy | 99fe60d | 2009-04-01 09:22:29 -0400 | [diff] [blame] | 638 | res->sr_session = session; |
Benny Halevy | dfb4f309 | 2010-09-24 09:17:01 -0400 | [diff] [blame] | 639 | res->sr_slot = slot; |
Andy Adamson | fbcd4ab | 2009-04-01 09:22:15 -0400 | [diff] [blame] | 640 | res->sr_renewal_time = jiffies; |
Trond Myklebust | 2a6e26c | 2010-06-16 09:52:25 -0400 | [diff] [blame] | 641 | res->sr_status_flags = 0; |
Andy Adamson | fbcd4ab | 2009-04-01 09:22:15 -0400 | [diff] [blame] | 642 | /* |
| 643 | * sr_status is only set in decode_sequence, and so will remain |
| 644 | * set to 1 if an rpc level failure occurs. |
| 645 | */ |
| 646 | res->sr_status = 1; |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 647 | return 0; |
| 648 | } |
Andy Adamson | dc70d7b | 2011-03-01 01:34:19 +0000 | [diff] [blame] | 649 | EXPORT_SYMBOL_GPL(nfs41_setup_sequence); |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 650 | |
Trond Myklebust | 035168a | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 651 | int nfs4_setup_sequence(const struct nfs_server *server, |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 652 | struct nfs4_sequence_args *args, |
| 653 | struct nfs4_sequence_res *res, |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 654 | struct rpc_task *task) |
| 655 | { |
Trond Myklebust | 035168a | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 656 | struct nfs4_session *session = nfs4_get_session(server); |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 657 | int ret = 0; |
| 658 | |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 659 | if (session == NULL) |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 660 | goto out; |
Trond Myklebust | 035168a | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 661 | |
Geert Uytterhoeven | 12364a4 | 2010-10-28 20:06:19 +0200 | [diff] [blame] | 662 | dprintk("--> %s clp %p session %p sr_slot %td\n", |
Benny Halevy | dfb4f309 | 2010-09-24 09:17:01 -0400 | [diff] [blame] | 663 | __func__, session->clp, session, res->sr_slot ? |
| 664 | res->sr_slot - session->fc_slot_table.slots : -1); |
Trond Myklebust | 035168a | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 665 | |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 666 | ret = nfs41_setup_sequence(session, args, res, task); |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 667 | out: |
| 668 | dprintk("<-- %s status=%d\n", __func__, ret); |
| 669 | return ret; |
| 670 | } |
| 671 | |
| 672 | struct nfs41_call_sync_data { |
Trond Myklebust | 035168a | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 673 | const struct nfs_server *seq_server; |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 674 | struct nfs4_sequence_args *seq_args; |
| 675 | struct nfs4_sequence_res *seq_res; |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 676 | }; |
| 677 | |
| 678 | static void nfs41_call_sync_prepare(struct rpc_task *task, void *calldata) |
| 679 | { |
| 680 | struct nfs41_call_sync_data *data = calldata; |
| 681 | |
Trond Myklebust | 035168a | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 682 | dprintk("--> %s data->seq_server %p\n", __func__, data->seq_server); |
| 683 | |
| 684 | if (nfs4_setup_sequence(data->seq_server, data->seq_args, |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 685 | data->seq_res, task)) |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 686 | return; |
| 687 | rpc_call_start(task); |
| 688 | } |
| 689 | |
Alexandros Batsakis | b257957 | 2009-12-14 21:27:57 -0800 | [diff] [blame] | 690 | static void nfs41_call_priv_sync_prepare(struct rpc_task *task, void *calldata) |
| 691 | { |
| 692 | rpc_task_set_priority(task, RPC_PRIORITY_PRIVILEGED); |
| 693 | nfs41_call_sync_prepare(task, calldata); |
| 694 | } |
| 695 | |
Andy Adamson | 69ab40c | 2009-04-01 09:22:19 -0400 | [diff] [blame] | 696 | static void nfs41_call_sync_done(struct rpc_task *task, void *calldata) |
| 697 | { |
| 698 | struct nfs41_call_sync_data *data = calldata; |
| 699 | |
Trond Myklebust | 14516c3 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 700 | nfs41_sequence_done(task, data->seq_res); |
Andy Adamson | 69ab40c | 2009-04-01 09:22:19 -0400 | [diff] [blame] | 701 | } |
| 702 | |
Trond Myklebust | 1728017 | 2012-03-11 13:11:00 -0400 | [diff] [blame] | 703 | static const struct rpc_call_ops nfs41_call_sync_ops = { |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 704 | .rpc_call_prepare = nfs41_call_sync_prepare, |
Andy Adamson | 69ab40c | 2009-04-01 09:22:19 -0400 | [diff] [blame] | 705 | .rpc_call_done = nfs41_call_sync_done, |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 706 | }; |
| 707 | |
Trond Myklebust | 1728017 | 2012-03-11 13:11:00 -0400 | [diff] [blame] | 708 | static const struct rpc_call_ops nfs41_call_priv_sync_ops = { |
Alexandros Batsakis | b257957 | 2009-12-14 21:27:57 -0800 | [diff] [blame] | 709 | .rpc_call_prepare = nfs41_call_priv_sync_prepare, |
| 710 | .rpc_call_done = nfs41_call_sync_done, |
| 711 | }; |
| 712 | |
Bryan Schumaker | 7c51305 | 2011-03-24 17:12:24 +0000 | [diff] [blame] | 713 | static int nfs4_call_sync_sequence(struct rpc_clnt *clnt, |
| 714 | struct nfs_server *server, |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 715 | struct rpc_message *msg, |
| 716 | struct nfs4_sequence_args *args, |
| 717 | struct nfs4_sequence_res *res, |
Alexandros Batsakis | b257957 | 2009-12-14 21:27:57 -0800 | [diff] [blame] | 718 | int privileged) |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 719 | { |
| 720 | int ret; |
| 721 | struct rpc_task *task; |
| 722 | struct nfs41_call_sync_data data = { |
Trond Myklebust | 035168a | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 723 | .seq_server = server, |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 724 | .seq_args = args, |
| 725 | .seq_res = res, |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 726 | }; |
| 727 | struct rpc_task_setup task_setup = { |
Bryan Schumaker | 7c51305 | 2011-03-24 17:12:24 +0000 | [diff] [blame] | 728 | .rpc_client = clnt, |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 729 | .rpc_message = msg, |
| 730 | .callback_ops = &nfs41_call_sync_ops, |
| 731 | .callback_data = &data |
| 732 | }; |
| 733 | |
Alexandros Batsakis | b257957 | 2009-12-14 21:27:57 -0800 | [diff] [blame] | 734 | if (privileged) |
| 735 | task_setup.callback_ops = &nfs41_call_priv_sync_ops; |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 736 | task = rpc_run_task(&task_setup); |
| 737 | if (IS_ERR(task)) |
| 738 | ret = PTR_ERR(task); |
| 739 | else { |
| 740 | ret = task->tk_status; |
| 741 | rpc_put_task(task); |
| 742 | } |
| 743 | return ret; |
| 744 | } |
| 745 | |
Bryan Schumaker | 7c51305 | 2011-03-24 17:12:24 +0000 | [diff] [blame] | 746 | int _nfs4_call_sync_session(struct rpc_clnt *clnt, |
| 747 | struct nfs_server *server, |
Andy Adamson | cccef3b | 2009-04-01 09:22:03 -0400 | [diff] [blame] | 748 | struct rpc_message *msg, |
| 749 | struct nfs4_sequence_args *args, |
| 750 | struct nfs4_sequence_res *res, |
| 751 | int cache_reply) |
| 752 | { |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 753 | nfs41_init_sequence(args, res, cache_reply); |
| 754 | return nfs4_call_sync_sequence(clnt, server, msg, args, res, 0); |
Andy Adamson | cccef3b | 2009-04-01 09:22:03 -0400 | [diff] [blame] | 755 | } |
| 756 | |
Trond Myklebust | df89645 | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 757 | #else |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 758 | static inline |
| 759 | void nfs41_init_sequence(struct nfs4_sequence_args *args, |
| 760 | struct nfs4_sequence_res *res, int cache_reply) |
| 761 | { |
| 762 | } |
| 763 | |
Trond Myklebust | 14516c3 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 764 | static int nfs4_sequence_done(struct rpc_task *task, |
| 765 | struct nfs4_sequence_res *res) |
Trond Myklebust | df89645 | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 766 | { |
Trond Myklebust | 14516c3 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 767 | return 1; |
Trond Myklebust | df89645 | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 768 | } |
Andy Adamson | cccef3b | 2009-04-01 09:22:03 -0400 | [diff] [blame] | 769 | #endif /* CONFIG_NFS_V4_1 */ |
| 770 | |
Bryan Schumaker | 7c51305 | 2011-03-24 17:12:24 +0000 | [diff] [blame] | 771 | int _nfs4_call_sync(struct rpc_clnt *clnt, |
| 772 | struct nfs_server *server, |
Andy Adamson | cccef3b | 2009-04-01 09:22:03 -0400 | [diff] [blame] | 773 | struct rpc_message *msg, |
| 774 | struct nfs4_sequence_args *args, |
| 775 | struct nfs4_sequence_res *res, |
| 776 | int cache_reply) |
| 777 | { |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 778 | nfs41_init_sequence(args, res, cache_reply); |
Bryan Schumaker | 7c51305 | 2011-03-24 17:12:24 +0000 | [diff] [blame] | 779 | return rpc_call_sync(clnt, msg, 0); |
Andy Adamson | cccef3b | 2009-04-01 09:22:03 -0400 | [diff] [blame] | 780 | } |
| 781 | |
Bryan Schumaker | e73b83f | 2011-03-24 17:12:23 +0000 | [diff] [blame] | 782 | static inline |
Bryan Schumaker | 7c51305 | 2011-03-24 17:12:24 +0000 | [diff] [blame] | 783 | int nfs4_call_sync(struct rpc_clnt *clnt, |
| 784 | struct nfs_server *server, |
Bryan Schumaker | e73b83f | 2011-03-24 17:12:23 +0000 | [diff] [blame] | 785 | struct rpc_message *msg, |
| 786 | struct nfs4_sequence_args *args, |
| 787 | struct nfs4_sequence_res *res, |
| 788 | int cache_reply) |
| 789 | { |
Bryan Schumaker | 7c51305 | 2011-03-24 17:12:24 +0000 | [diff] [blame] | 790 | return server->nfs_client->cl_mvops->call_sync(clnt, server, msg, |
| 791 | args, res, cache_reply); |
Bryan Schumaker | e73b83f | 2011-03-24 17:12:23 +0000 | [diff] [blame] | 792 | } |
Andy Adamson | cccef3b | 2009-04-01 09:22:03 -0400 | [diff] [blame] | 793 | |
Trond Myklebust | 38478b2 | 2006-05-25 01:40:57 -0400 | [diff] [blame] | 794 | static void update_changeattr(struct inode *dir, struct nfs4_change_info *cinfo) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 795 | { |
Trond Myklebust | 38478b2 | 2006-05-25 01:40:57 -0400 | [diff] [blame] | 796 | struct nfs_inode *nfsi = NFS_I(dir); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 797 | |
Trond Myklebust | 38478b2 | 2006-05-25 01:40:57 -0400 | [diff] [blame] | 798 | spin_lock(&dir->i_lock); |
Trond Myklebust | 359d7d1 | 2012-05-28 10:01:34 -0400 | [diff] [blame] | 799 | nfsi->cache_validity |= NFS_INO_INVALID_ATTR|NFS_INO_INVALID_DATA; |
Trond Myklebust | a9a4a87 | 2011-10-17 16:08:46 -0700 | [diff] [blame] | 800 | if (!cinfo->atomic || cinfo->before != dir->i_version) |
Trond Myklebust | bfc69a4 | 2007-10-15 18:18:29 -0400 | [diff] [blame] | 801 | nfs_force_lookup_revalidate(dir); |
Trond Myklebust | a9a4a87 | 2011-10-17 16:08:46 -0700 | [diff] [blame] | 802 | dir->i_version = cinfo->after; |
Trond Myklebust | 38478b2 | 2006-05-25 01:40:57 -0400 | [diff] [blame] | 803 | spin_unlock(&dir->i_lock); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 804 | } |
| 805 | |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 806 | struct nfs4_opendata { |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 807 | struct kref kref; |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 808 | struct nfs_openargs o_arg; |
| 809 | struct nfs_openres o_res; |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 810 | struct nfs_open_confirmargs c_arg; |
| 811 | struct nfs_open_confirmres c_res; |
Trond Myklebust | 6926afd | 2012-01-07 13:22:46 -0500 | [diff] [blame] | 812 | struct nfs4_string owner_name; |
| 813 | struct nfs4_string group_name; |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 814 | struct nfs_fattr f_attr; |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 815 | struct dentry *dir; |
Al Viro | 82a2c1b | 2011-06-22 18:30:55 -0400 | [diff] [blame] | 816 | struct dentry *dentry; |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 817 | struct nfs4_state_owner *owner; |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 818 | struct nfs4_state *state; |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 819 | struct iattr attrs; |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 820 | unsigned long timestamp; |
Trond Myklebust | 3e30991 | 2007-07-07 13:19:59 -0400 | [diff] [blame] | 821 | unsigned int rpc_done : 1; |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 822 | int rpc_status; |
| 823 | int cancelled; |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 824 | }; |
| 825 | |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 826 | |
| 827 | static void nfs4_init_opendata_res(struct nfs4_opendata *p) |
| 828 | { |
| 829 | p->o_res.f_attr = &p->f_attr; |
Trond Myklebust | c1d5193 | 2008-04-07 13:20:54 -0400 | [diff] [blame] | 830 | p->o_res.seqid = p->o_arg.seqid; |
| 831 | p->c_res.seqid = p->c_arg.seqid; |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 832 | p->o_res.server = p->o_arg.server; |
| 833 | nfs_fattr_init(&p->f_attr); |
Trond Myklebust | 6926afd | 2012-01-07 13:22:46 -0500 | [diff] [blame] | 834 | nfs_fattr_init_names(&p->f_attr, &p->owner_name, &p->group_name); |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 835 | } |
| 836 | |
Al Viro | 82a2c1b | 2011-06-22 18:30:55 -0400 | [diff] [blame] | 837 | static struct nfs4_opendata *nfs4_opendata_alloc(struct dentry *dentry, |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 838 | struct nfs4_state_owner *sp, fmode_t fmode, int flags, |
Trond Myklebust | 8535b2b | 2010-05-13 12:51:01 -0400 | [diff] [blame] | 839 | const struct iattr *attrs, |
| 840 | gfp_t gfp_mask) |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 841 | { |
Al Viro | 82a2c1b | 2011-06-22 18:30:55 -0400 | [diff] [blame] | 842 | struct dentry *parent = dget_parent(dentry); |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 843 | struct inode *dir = parent->d_inode; |
| 844 | struct nfs_server *server = NFS_SERVER(dir); |
| 845 | struct nfs4_opendata *p; |
| 846 | |
Trond Myklebust | 8535b2b | 2010-05-13 12:51:01 -0400 | [diff] [blame] | 847 | p = kzalloc(sizeof(*p), gfp_mask); |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 848 | if (p == NULL) |
| 849 | goto err; |
Trond Myklebust | 8535b2b | 2010-05-13 12:51:01 -0400 | [diff] [blame] | 850 | p->o_arg.seqid = nfs_alloc_seqid(&sp->so_seqid, gfp_mask); |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 851 | if (p->o_arg.seqid == NULL) |
| 852 | goto err_free; |
Al Viro | 82a2c1b | 2011-06-22 18:30:55 -0400 | [diff] [blame] | 853 | nfs_sb_active(dentry->d_sb); |
| 854 | p->dentry = dget(dentry); |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 855 | p->dir = parent; |
| 856 | p->owner = sp; |
| 857 | atomic_inc(&sp->so_count); |
| 858 | p->o_arg.fh = NFS_FH(dir); |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 859 | p->o_arg.open_flags = flags; |
| 860 | p->o_arg.fmode = fmode & (FMODE_READ|FMODE_WRITE); |
David Howells | 7539bba | 2006-08-22 20:06:09 -0400 | [diff] [blame] | 861 | p->o_arg.clientid = server->nfs_client->cl_clientid; |
Trond Myklebust | 95b72eb | 2012-04-20 19:24:51 -0400 | [diff] [blame] | 862 | p->o_arg.id.create_time = ktime_to_ns(sp->so_seqid.create_time); |
| 863 | p->o_arg.id.uniquifier = sp->so_seqid.owner_id; |
Al Viro | 82a2c1b | 2011-06-22 18:30:55 -0400 | [diff] [blame] | 864 | p->o_arg.name = &dentry->d_name; |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 865 | p->o_arg.server = server; |
| 866 | p->o_arg.bitmask = server->attr_bitmask; |
Trond Myklebust | 1549210f | 2012-06-05 09:16:47 -0400 | [diff] [blame] | 867 | p->o_arg.open_bitmap = &nfs4_fattr_bitmap[0]; |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 868 | p->o_arg.claim = NFS4_OPEN_CLAIM_NULL; |
Trond Myklebust | 536e43d | 2012-01-17 22:04:26 -0500 | [diff] [blame] | 869 | if (attrs != NULL && attrs->ia_valid != 0) { |
Chuck Lever | cd93710 | 2012-03-02 17:14:31 -0500 | [diff] [blame] | 870 | __be32 verf[2]; |
Trond Myklebust | d77d76f | 2010-06-16 09:52:27 -0400 | [diff] [blame] | 871 | |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 872 | p->o_arg.u.attrs = &p->attrs; |
| 873 | memcpy(&p->attrs, attrs, sizeof(p->attrs)); |
Chuck Lever | cd93710 | 2012-03-02 17:14:31 -0500 | [diff] [blame] | 874 | |
| 875 | verf[0] = jiffies; |
| 876 | verf[1] = current->pid; |
| 877 | memcpy(p->o_arg.u.verifier.data, verf, |
| 878 | sizeof(p->o_arg.u.verifier.data)); |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 879 | } |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 880 | p->c_arg.fh = &p->o_res.fh; |
| 881 | p->c_arg.stateid = &p->o_res.stateid; |
| 882 | p->c_arg.seqid = p->o_arg.seqid; |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 883 | nfs4_init_opendata_res(p); |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 884 | kref_init(&p->kref); |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 885 | return p; |
| 886 | err_free: |
| 887 | kfree(p); |
| 888 | err: |
| 889 | dput(parent); |
| 890 | return NULL; |
| 891 | } |
| 892 | |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 893 | static void nfs4_opendata_free(struct kref *kref) |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 894 | { |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 895 | struct nfs4_opendata *p = container_of(kref, |
| 896 | struct nfs4_opendata, kref); |
Al Viro | 82a2c1b | 2011-06-22 18:30:55 -0400 | [diff] [blame] | 897 | struct super_block *sb = p->dentry->d_sb; |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 898 | |
| 899 | nfs_free_seqid(p->o_arg.seqid); |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 900 | if (p->state != NULL) |
| 901 | nfs4_put_open_state(p->state); |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 902 | nfs4_put_state_owner(p->owner); |
| 903 | dput(p->dir); |
Al Viro | 82a2c1b | 2011-06-22 18:30:55 -0400 | [diff] [blame] | 904 | dput(p->dentry); |
| 905 | nfs_sb_deactive(sb); |
Trond Myklebust | 6926afd | 2012-01-07 13:22:46 -0500 | [diff] [blame] | 906 | nfs_fattr_free_names(&p->f_attr); |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 907 | kfree(p); |
| 908 | } |
| 909 | |
| 910 | static void nfs4_opendata_put(struct nfs4_opendata *p) |
| 911 | { |
| 912 | if (p != NULL) |
| 913 | kref_put(&p->kref, nfs4_opendata_free); |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 914 | } |
| 915 | |
Trond Myklebust | 06f814a | 2006-01-03 09:55:07 +0100 | [diff] [blame] | 916 | static int nfs4_wait_for_completion_rpc_task(struct rpc_task *task) |
| 917 | { |
Trond Myklebust | 06f814a | 2006-01-03 09:55:07 +0100 | [diff] [blame] | 918 | int ret; |
| 919 | |
Trond Myklebust | 06f814a | 2006-01-03 09:55:07 +0100 | [diff] [blame] | 920 | ret = rpc_wait_for_completion_task(task); |
Trond Myklebust | 06f814a | 2006-01-03 09:55:07 +0100 | [diff] [blame] | 921 | return ret; |
| 922 | } |
| 923 | |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 924 | 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] | 925 | { |
| 926 | int ret = 0; |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 927 | |
Trond Myklebust | 536e43d | 2012-01-17 22:04:26 -0500 | [diff] [blame] | 928 | if (open_mode & (O_EXCL|O_TRUNC)) |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 929 | goto out; |
| 930 | switch (mode & (FMODE_READ|FMODE_WRITE)) { |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 931 | case FMODE_READ: |
Trond Myklebust | 88069f7 | 2009-12-08 08:33:16 -0500 | [diff] [blame] | 932 | ret |= test_bit(NFS_O_RDONLY_STATE, &state->flags) != 0 |
| 933 | && state->n_rdonly != 0; |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 934 | break; |
| 935 | case FMODE_WRITE: |
Trond Myklebust | 88069f7 | 2009-12-08 08:33:16 -0500 | [diff] [blame] | 936 | ret |= test_bit(NFS_O_WRONLY_STATE, &state->flags) != 0 |
| 937 | && state->n_wronly != 0; |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 938 | break; |
| 939 | case FMODE_READ|FMODE_WRITE: |
Trond Myklebust | 88069f7 | 2009-12-08 08:33:16 -0500 | [diff] [blame] | 940 | ret |= test_bit(NFS_O_RDWR_STATE, &state->flags) != 0 |
| 941 | && state->n_rdwr != 0; |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 942 | } |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 943 | out: |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 944 | return ret; |
| 945 | } |
| 946 | |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 947 | static int can_open_delegated(struct nfs_delegation *delegation, fmode_t fmode) |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 948 | { |
Trond Myklebust | 652f89f | 2011-12-09 19:05:58 -0500 | [diff] [blame] | 949 | if (delegation == NULL) |
| 950 | return 0; |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 951 | if ((delegation->type & fmode) != fmode) |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 952 | return 0; |
Trond Myklebust | 15c831b | 2008-12-23 15:21:39 -0500 | [diff] [blame] | 953 | if (test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags)) |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 954 | return 0; |
Trond Myklebust | b7391f4 | 2008-12-23 15:21:52 -0500 | [diff] [blame] | 955 | nfs_mark_delegation_referenced(delegation); |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 956 | return 1; |
| 957 | } |
| 958 | |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 959 | static void update_open_stateflags(struct nfs4_state *state, fmode_t fmode) |
Trond Myklebust | e761692 | 2006-01-03 09:55:13 +0100 | [diff] [blame] | 960 | { |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 961 | switch (fmode) { |
Trond Myklebust | e761692 | 2006-01-03 09:55:13 +0100 | [diff] [blame] | 962 | case FMODE_WRITE: |
| 963 | state->n_wronly++; |
| 964 | break; |
| 965 | case FMODE_READ: |
| 966 | state->n_rdonly++; |
| 967 | break; |
| 968 | case FMODE_READ|FMODE_WRITE: |
| 969 | state->n_rdwr++; |
| 970 | } |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 971 | nfs4_state_set_mode_locked(state, state->state | fmode); |
Trond Myklebust | e761692 | 2006-01-03 09:55:13 +0100 | [diff] [blame] | 972 | } |
| 973 | |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 974 | 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] | 975 | { |
| 976 | if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) |
Trond Myklebust | f597c53 | 2012-03-04 18:13:56 -0500 | [diff] [blame] | 977 | nfs4_stateid_copy(&state->stateid, stateid); |
| 978 | nfs4_stateid_copy(&state->open_stateid, stateid); |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 979 | switch (fmode) { |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 980 | case FMODE_READ: |
| 981 | set_bit(NFS_O_RDONLY_STATE, &state->flags); |
| 982 | break; |
| 983 | case FMODE_WRITE: |
| 984 | set_bit(NFS_O_WRONLY_STATE, &state->flags); |
| 985 | break; |
| 986 | case FMODE_READ|FMODE_WRITE: |
| 987 | set_bit(NFS_O_RDWR_STATE, &state->flags); |
| 988 | } |
| 989 | } |
| 990 | |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 991 | 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] | 992 | { |
Trond Myklebust | 8bda4e4 | 2007-07-09 10:45:42 -0400 | [diff] [blame] | 993 | write_seqlock(&state->seqlock); |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 994 | nfs_set_open_stateid_locked(state, stateid, fmode); |
Trond Myklebust | 8bda4e4 | 2007-07-09 10:45:42 -0400 | [diff] [blame] | 995 | write_sequnlock(&state->seqlock); |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 996 | } |
| 997 | |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 998 | 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] | 999 | { |
Trond Myklebust | 8bda4e4 | 2007-07-09 10:45:42 -0400 | [diff] [blame] | 1000 | /* |
| 1001 | * Protect the call to nfs4_state_set_mode_locked and |
| 1002 | * serialise the stateid update |
| 1003 | */ |
| 1004 | write_seqlock(&state->seqlock); |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 1005 | if (deleg_stateid != NULL) { |
Trond Myklebust | f597c53 | 2012-03-04 18:13:56 -0500 | [diff] [blame] | 1006 | nfs4_stateid_copy(&state->stateid, deleg_stateid); |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 1007 | set_bit(NFS_DELEGATED_STATE, &state->flags); |
| 1008 | } |
| 1009 | if (open_stateid != NULL) |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1010 | nfs_set_open_stateid_locked(state, open_stateid, fmode); |
Trond Myklebust | 8bda4e4 | 2007-07-09 10:45:42 -0400 | [diff] [blame] | 1011 | write_sequnlock(&state->seqlock); |
| 1012 | spin_lock(&state->owner->so_lock); |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1013 | update_open_stateflags(state, fmode); |
Trond Myklebust | ec07342 | 2005-10-20 14:22:47 -0700 | [diff] [blame] | 1014 | spin_unlock(&state->owner->so_lock); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1015 | } |
| 1016 | |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1017 | 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] | 1018 | { |
| 1019 | struct nfs_inode *nfsi = NFS_I(state->inode); |
| 1020 | struct nfs_delegation *deleg_cur; |
| 1021 | int ret = 0; |
| 1022 | |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1023 | fmode &= (FMODE_READ|FMODE_WRITE); |
Trond Myklebust | 3431043 | 2008-12-23 15:21:38 -0500 | [diff] [blame] | 1024 | |
| 1025 | rcu_read_lock(); |
| 1026 | deleg_cur = rcu_dereference(nfsi->delegation); |
| 1027 | if (deleg_cur == NULL) |
| 1028 | goto no_delegation; |
| 1029 | |
| 1030 | spin_lock(&deleg_cur->lock); |
| 1031 | if (nfsi->delegation != deleg_cur || |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1032 | (deleg_cur->type & fmode) != fmode) |
Trond Myklebust | 3431043 | 2008-12-23 15:21:38 -0500 | [diff] [blame] | 1033 | goto no_delegation_unlock; |
| 1034 | |
| 1035 | if (delegation == NULL) |
| 1036 | delegation = &deleg_cur->stateid; |
Trond Myklebust | f597c53 | 2012-03-04 18:13:56 -0500 | [diff] [blame] | 1037 | else if (!nfs4_stateid_match(&deleg_cur->stateid, delegation)) |
Trond Myklebust | 3431043 | 2008-12-23 15:21:38 -0500 | [diff] [blame] | 1038 | goto no_delegation_unlock; |
| 1039 | |
Trond Myklebust | b7391f4 | 2008-12-23 15:21:52 -0500 | [diff] [blame] | 1040 | nfs_mark_delegation_referenced(deleg_cur); |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1041 | __update_open_stateid(state, open_stateid, &deleg_cur->stateid, fmode); |
Trond Myklebust | 3431043 | 2008-12-23 15:21:38 -0500 | [diff] [blame] | 1042 | ret = 1; |
| 1043 | no_delegation_unlock: |
| 1044 | spin_unlock(&deleg_cur->lock); |
| 1045 | no_delegation: |
| 1046 | rcu_read_unlock(); |
| 1047 | |
| 1048 | if (!ret && open_stateid != NULL) { |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1049 | __update_open_stateid(state, open_stateid, NULL, fmode); |
Trond Myklebust | 3431043 | 2008-12-23 15:21:38 -0500 | [diff] [blame] | 1050 | ret = 1; |
| 1051 | } |
| 1052 | |
| 1053 | return ret; |
| 1054 | } |
| 1055 | |
| 1056 | |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1057 | static void nfs4_return_incompatible_delegation(struct inode *inode, fmode_t fmode) |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1058 | { |
| 1059 | struct nfs_delegation *delegation; |
| 1060 | |
| 1061 | rcu_read_lock(); |
| 1062 | delegation = rcu_dereference(NFS_I(inode)->delegation); |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1063 | if (delegation == NULL || (delegation->type & fmode) == fmode) { |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1064 | rcu_read_unlock(); |
| 1065 | return; |
| 1066 | } |
| 1067 | rcu_read_unlock(); |
Bryan Schumaker | 57ec14c | 2012-06-20 15:53:44 -0400 | [diff] [blame] | 1068 | nfs4_inode_return_delegation(inode); |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1069 | } |
| 1070 | |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 1071 | static struct nfs4_state *nfs4_try_open_cached(struct nfs4_opendata *opendata) |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1072 | { |
| 1073 | struct nfs4_state *state = opendata->state; |
| 1074 | struct nfs_inode *nfsi = NFS_I(state->inode); |
| 1075 | struct nfs_delegation *delegation; |
Trond Myklebust | 536e43d | 2012-01-17 22:04:26 -0500 | [diff] [blame] | 1076 | int open_mode = opendata->o_arg.open_flags & (O_EXCL|O_TRUNC); |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1077 | fmode_t fmode = opendata->o_arg.fmode; |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1078 | nfs4_stateid stateid; |
| 1079 | int ret = -EAGAIN; |
| 1080 | |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1081 | for (;;) { |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1082 | if (can_open_cached(state, fmode, open_mode)) { |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 1083 | spin_lock(&state->owner->so_lock); |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1084 | if (can_open_cached(state, fmode, open_mode)) { |
| 1085 | update_open_stateflags(state, fmode); |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 1086 | spin_unlock(&state->owner->so_lock); |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 1087 | goto out_return_state; |
| 1088 | } |
| 1089 | spin_unlock(&state->owner->so_lock); |
| 1090 | } |
Trond Myklebust | 3431043 | 2008-12-23 15:21:38 -0500 | [diff] [blame] | 1091 | rcu_read_lock(); |
| 1092 | delegation = rcu_dereference(nfsi->delegation); |
Trond Myklebust | 652f89f | 2011-12-09 19:05:58 -0500 | [diff] [blame] | 1093 | if (!can_open_delegated(delegation, fmode)) { |
Trond Myklebust | 3431043 | 2008-12-23 15:21:38 -0500 | [diff] [blame] | 1094 | rcu_read_unlock(); |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 1095 | break; |
Trond Myklebust | 3431043 | 2008-12-23 15:21:38 -0500 | [diff] [blame] | 1096 | } |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1097 | /* Save the delegation */ |
Trond Myklebust | f597c53 | 2012-03-04 18:13:56 -0500 | [diff] [blame] | 1098 | nfs4_stateid_copy(&stateid, &delegation->stateid); |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1099 | rcu_read_unlock(); |
Trond Myklebust | af22f94 | 2007-08-10 17:45:10 -0400 | [diff] [blame] | 1100 | ret = nfs_may_open(state->inode, state->owner->so_cred, open_mode); |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1101 | if (ret != 0) |
| 1102 | goto out; |
| 1103 | ret = -EAGAIN; |
Trond Myklebust | 3431043 | 2008-12-23 15:21:38 -0500 | [diff] [blame] | 1104 | |
| 1105 | /* Try to update the stateid using the delegation */ |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1106 | if (update_open_stateid(state, NULL, &stateid, fmode)) |
Trond Myklebust | 3431043 | 2008-12-23 15:21:38 -0500 | [diff] [blame] | 1107 | goto out_return_state; |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1108 | } |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1109 | out: |
| 1110 | return ERR_PTR(ret); |
| 1111 | out_return_state: |
| 1112 | atomic_inc(&state->count); |
| 1113 | return state; |
| 1114 | } |
| 1115 | |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1116 | static struct nfs4_state *nfs4_opendata_to_nfs4_state(struct nfs4_opendata *data) |
| 1117 | { |
| 1118 | struct inode *inode; |
| 1119 | struct nfs4_state *state = NULL; |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 1120 | struct nfs_delegation *delegation; |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 1121 | int ret; |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1122 | |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1123 | if (!data->rpc_done) { |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 1124 | state = nfs4_try_open_cached(data); |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1125 | goto out; |
| 1126 | } |
| 1127 | |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 1128 | ret = -EAGAIN; |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1129 | if (!(data->f_attr.valid & NFS_ATTR_FATTR)) |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 1130 | goto err; |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1131 | 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] | 1132 | ret = PTR_ERR(inode); |
Trond Myklebust | 03f28e3 | 2006-03-20 13:44:48 -0500 | [diff] [blame] | 1133 | if (IS_ERR(inode)) |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 1134 | goto err; |
| 1135 | ret = -ENOMEM; |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1136 | state = nfs4_get_open_state(inode, data->owner); |
| 1137 | if (state == NULL) |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 1138 | goto err_put_inode; |
Trond Myklebust | 549d6ed | 2007-07-03 16:42:45 -0400 | [diff] [blame] | 1139 | if (data->o_res.delegation_type != 0) { |
Trond Myklebust | 4e0038b | 2012-03-01 17:01:05 -0500 | [diff] [blame] | 1140 | struct nfs_client *clp = NFS_SERVER(inode)->nfs_client; |
Trond Myklebust | 549d6ed | 2007-07-03 16:42:45 -0400 | [diff] [blame] | 1141 | int delegation_flags = 0; |
| 1142 | |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 1143 | rcu_read_lock(); |
| 1144 | delegation = rcu_dereference(NFS_I(inode)->delegation); |
| 1145 | if (delegation) |
| 1146 | delegation_flags = delegation->flags; |
| 1147 | rcu_read_unlock(); |
Trond Myklebust | 652f89f | 2011-12-09 19:05:58 -0500 | [diff] [blame] | 1148 | if (data->o_arg.claim == NFS4_OPEN_CLAIM_DELEGATE_CUR) { |
| 1149 | pr_err_ratelimited("NFS: Broken NFSv4 server %s is " |
| 1150 | "returning a delegation for " |
| 1151 | "OPEN(CLAIM_DELEGATE_CUR)\n", |
Trond Myklebust | 4e0038b | 2012-03-01 17:01:05 -0500 | [diff] [blame] | 1152 | clp->cl_hostname); |
Trond Myklebust | 652f89f | 2011-12-09 19:05:58 -0500 | [diff] [blame] | 1153 | } else if ((delegation_flags & 1UL<<NFS_DELEGATION_NEED_RECLAIM) == 0) |
Trond Myklebust | 549d6ed | 2007-07-03 16:42:45 -0400 | [diff] [blame] | 1154 | nfs_inode_set_delegation(state->inode, |
| 1155 | data->owner->so_cred, |
| 1156 | &data->o_res); |
| 1157 | else |
| 1158 | nfs_inode_reclaim_delegation(state->inode, |
| 1159 | data->owner->so_cred, |
| 1160 | &data->o_res); |
| 1161 | } |
Trond Myklebust | 3431043 | 2008-12-23 15:21:38 -0500 | [diff] [blame] | 1162 | |
| 1163 | update_open_stateid(state, &data->o_res.stateid, NULL, |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1164 | data->o_arg.fmode); |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1165 | iput(inode); |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1166 | out: |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1167 | return state; |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 1168 | err_put_inode: |
| 1169 | iput(inode); |
| 1170 | err: |
| 1171 | return ERR_PTR(ret); |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1172 | } |
| 1173 | |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1174 | static struct nfs_open_context *nfs4_state_find_open_context(struct nfs4_state *state) |
| 1175 | { |
| 1176 | struct nfs_inode *nfsi = NFS_I(state->inode); |
| 1177 | struct nfs_open_context *ctx; |
| 1178 | |
| 1179 | spin_lock(&state->inode->i_lock); |
| 1180 | list_for_each_entry(ctx, &nfsi->open_files, list) { |
| 1181 | if (ctx->state != state) |
| 1182 | continue; |
| 1183 | get_nfs_open_context(ctx); |
| 1184 | spin_unlock(&state->inode->i_lock); |
| 1185 | return ctx; |
| 1186 | } |
| 1187 | spin_unlock(&state->inode->i_lock); |
| 1188 | return ERR_PTR(-ENOENT); |
| 1189 | } |
| 1190 | |
Trond Myklebust | 6f220ed | 2007-07-17 21:50:45 -0400 | [diff] [blame] | 1191 | static struct nfs4_opendata *nfs4_open_recoverdata_alloc(struct nfs_open_context *ctx, struct nfs4_state *state) |
| 1192 | { |
| 1193 | struct nfs4_opendata *opendata; |
| 1194 | |
Al Viro | 3d4ff43 | 2011-06-22 18:40:12 -0400 | [diff] [blame] | 1195 | opendata = nfs4_opendata_alloc(ctx->dentry, state->owner, 0, 0, NULL, GFP_NOFS); |
Trond Myklebust | 6f220ed | 2007-07-17 21:50:45 -0400 | [diff] [blame] | 1196 | if (opendata == NULL) |
| 1197 | return ERR_PTR(-ENOMEM); |
| 1198 | opendata->state = state; |
| 1199 | atomic_inc(&state->count); |
| 1200 | return opendata; |
| 1201 | } |
| 1202 | |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1203 | 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] | 1204 | { |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 1205 | struct nfs4_state *newstate; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1206 | int ret; |
| 1207 | |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1208 | opendata->o_arg.open_flags = 0; |
| 1209 | opendata->o_arg.fmode = fmode; |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 1210 | memset(&opendata->o_res, 0, sizeof(opendata->o_res)); |
| 1211 | memset(&opendata->c_res, 0, sizeof(opendata->c_res)); |
| 1212 | nfs4_init_opendata_res(opendata); |
Alexandros Batsakis | b257957 | 2009-12-14 21:27:57 -0800 | [diff] [blame] | 1213 | ret = _nfs4_recover_proc_open(opendata); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1214 | if (ret != 0) |
| 1215 | return ret; |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 1216 | newstate = nfs4_opendata_to_nfs4_state(opendata); |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 1217 | if (IS_ERR(newstate)) |
| 1218 | return PTR_ERR(newstate); |
Al Viro | 643168c | 2011-06-22 18:20:23 -0400 | [diff] [blame] | 1219 | nfs4_close_state(newstate, fmode); |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 1220 | *res = newstate; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1221 | return 0; |
| 1222 | } |
| 1223 | |
| 1224 | static int nfs4_open_recover(struct nfs4_opendata *opendata, struct nfs4_state *state) |
| 1225 | { |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1226 | struct nfs4_state *newstate; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1227 | int ret; |
| 1228 | |
| 1229 | /* memory barrier prior to reading state->n_* */ |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 1230 | clear_bit(NFS_DELEGATED_STATE, &state->flags); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1231 | smp_rmb(); |
| 1232 | if (state->n_rdwr != 0) { |
Trond Myklebust | b0ed9db | 2010-10-04 17:59:08 -0400 | [diff] [blame] | 1233 | clear_bit(NFS_O_RDWR_STATE, &state->flags); |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 1234 | ret = nfs4_open_recover_helper(opendata, FMODE_READ|FMODE_WRITE, &newstate); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1235 | if (ret != 0) |
| 1236 | return ret; |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 1237 | if (newstate != state) |
| 1238 | return -ESTALE; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1239 | } |
| 1240 | if (state->n_wronly != 0) { |
Trond Myklebust | b0ed9db | 2010-10-04 17:59:08 -0400 | [diff] [blame] | 1241 | clear_bit(NFS_O_WRONLY_STATE, &state->flags); |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 1242 | ret = nfs4_open_recover_helper(opendata, FMODE_WRITE, &newstate); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1243 | if (ret != 0) |
| 1244 | return ret; |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 1245 | if (newstate != state) |
| 1246 | return -ESTALE; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1247 | } |
| 1248 | if (state->n_rdonly != 0) { |
Trond Myklebust | b0ed9db | 2010-10-04 17:59:08 -0400 | [diff] [blame] | 1249 | clear_bit(NFS_O_RDONLY_STATE, &state->flags); |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 1250 | ret = nfs4_open_recover_helper(opendata, FMODE_READ, &newstate); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1251 | if (ret != 0) |
| 1252 | return ret; |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 1253 | if (newstate != state) |
| 1254 | return -ESTALE; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1255 | } |
Trond Myklebust | 1ac7e2f | 2007-07-08 21:04:15 -0400 | [diff] [blame] | 1256 | /* |
| 1257 | * We may have performed cached opens for all three recoveries. |
| 1258 | * Check if we need to update the current stateid. |
| 1259 | */ |
| 1260 | if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0 && |
Trond Myklebust | f597c53 | 2012-03-04 18:13:56 -0500 | [diff] [blame] | 1261 | !nfs4_stateid_match(&state->stateid, &state->open_stateid)) { |
Trond Myklebust | 8bda4e4 | 2007-07-09 10:45:42 -0400 | [diff] [blame] | 1262 | write_seqlock(&state->seqlock); |
Trond Myklebust | 1ac7e2f | 2007-07-08 21:04:15 -0400 | [diff] [blame] | 1263 | if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) |
Trond Myklebust | f597c53 | 2012-03-04 18:13:56 -0500 | [diff] [blame] | 1264 | nfs4_stateid_copy(&state->stateid, &state->open_stateid); |
Trond Myklebust | 8bda4e4 | 2007-07-09 10:45:42 -0400 | [diff] [blame] | 1265 | write_sequnlock(&state->seqlock); |
Trond Myklebust | 1ac7e2f | 2007-07-08 21:04:15 -0400 | [diff] [blame] | 1266 | } |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1267 | return 0; |
| 1268 | } |
| 1269 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1270 | /* |
| 1271 | * OPEN_RECLAIM: |
| 1272 | * reclaim state on the server after a reboot. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1273 | */ |
Trond Myklebust | 539cd03 | 2007-06-05 11:46:42 -0400 | [diff] [blame] | 1274 | 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] | 1275 | { |
Trond Myklebust | 1ac7e2f | 2007-07-08 21:04:15 -0400 | [diff] [blame] | 1276 | struct nfs_delegation *delegation; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1277 | struct nfs4_opendata *opendata; |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1278 | fmode_t delegation_type = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1279 | int status; |
| 1280 | |
Trond Myklebust | 6f220ed | 2007-07-17 21:50:45 -0400 | [diff] [blame] | 1281 | opendata = nfs4_open_recoverdata_alloc(ctx, state); |
| 1282 | if (IS_ERR(opendata)) |
| 1283 | return PTR_ERR(opendata); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1284 | opendata->o_arg.claim = NFS4_OPEN_CLAIM_PREVIOUS; |
| 1285 | opendata->o_arg.fh = NFS_FH(state->inode); |
Trond Myklebust | 1ac7e2f | 2007-07-08 21:04:15 -0400 | [diff] [blame] | 1286 | rcu_read_lock(); |
| 1287 | delegation = rcu_dereference(NFS_I(state->inode)->delegation); |
Trond Myklebust | 15c831b | 2008-12-23 15:21:39 -0500 | [diff] [blame] | 1288 | if (delegation != NULL && test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags) != 0) |
Trond Myklebust | 65bbf6b | 2007-08-27 09:57:46 -0400 | [diff] [blame] | 1289 | delegation_type = delegation->type; |
Trond Myklebust | 1ac7e2f | 2007-07-08 21:04:15 -0400 | [diff] [blame] | 1290 | rcu_read_unlock(); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1291 | opendata->o_arg.u.delegation_type = delegation_type; |
| 1292 | status = nfs4_open_recover(opendata, state); |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 1293 | nfs4_opendata_put(opendata); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1294 | return status; |
| 1295 | } |
| 1296 | |
Trond Myklebust | 539cd03 | 2007-06-05 11:46:42 -0400 | [diff] [blame] | 1297 | 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] | 1298 | { |
| 1299 | struct nfs_server *server = NFS_SERVER(state->inode); |
| 1300 | struct nfs4_exception exception = { }; |
| 1301 | int err; |
| 1302 | do { |
Trond Myklebust | 539cd03 | 2007-06-05 11:46:42 -0400 | [diff] [blame] | 1303 | err = _nfs4_do_open_reclaim(ctx, state); |
Trond Myklebust | 168667c | 2010-10-19 19:47:49 -0400 | [diff] [blame] | 1304 | if (err != -NFS4ERR_DELAY) |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 1305 | break; |
| 1306 | nfs4_handle_exception(server, err, &exception); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1307 | } while (exception.retry); |
| 1308 | return err; |
| 1309 | } |
| 1310 | |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1311 | static int nfs4_open_reclaim(struct nfs4_state_owner *sp, struct nfs4_state *state) |
| 1312 | { |
| 1313 | struct nfs_open_context *ctx; |
| 1314 | int ret; |
| 1315 | |
| 1316 | ctx = nfs4_state_find_open_context(state); |
| 1317 | if (IS_ERR(ctx)) |
| 1318 | return PTR_ERR(ctx); |
Trond Myklebust | 539cd03 | 2007-06-05 11:46:42 -0400 | [diff] [blame] | 1319 | ret = nfs4_do_open_reclaim(ctx, state); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1320 | put_nfs_open_context(ctx); |
| 1321 | return ret; |
| 1322 | } |
| 1323 | |
Trond Myklebust | 13437e1 | 2007-07-06 15:10:43 -0400 | [diff] [blame] | 1324 | 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] | 1325 | { |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 1326 | struct nfs4_opendata *opendata; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1327 | int ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1328 | |
Trond Myklebust | 6f220ed | 2007-07-17 21:50:45 -0400 | [diff] [blame] | 1329 | opendata = nfs4_open_recoverdata_alloc(ctx, state); |
| 1330 | if (IS_ERR(opendata)) |
| 1331 | return PTR_ERR(opendata); |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 1332 | opendata->o_arg.claim = NFS4_OPEN_CLAIM_DELEGATE_CUR; |
Trond Myklebust | f597c53 | 2012-03-04 18:13:56 -0500 | [diff] [blame] | 1333 | nfs4_stateid_copy(&opendata->o_arg.u.delegation, stateid); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1334 | ret = nfs4_open_recover(opendata, state); |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 1335 | nfs4_opendata_put(opendata); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1336 | return ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1337 | } |
| 1338 | |
Trond Myklebust | 13437e1 | 2007-07-06 15:10:43 -0400 | [diff] [blame] | 1339 | 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] | 1340 | { |
| 1341 | struct nfs4_exception exception = { }; |
Trond Myklebust | 539cd03 | 2007-06-05 11:46:42 -0400 | [diff] [blame] | 1342 | struct nfs_server *server = NFS_SERVER(state->inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1343 | int err; |
| 1344 | do { |
Trond Myklebust | 13437e1 | 2007-07-06 15:10:43 -0400 | [diff] [blame] | 1345 | err = _nfs4_open_delegation_recall(ctx, state, stateid); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1346 | switch (err) { |
| 1347 | case 0: |
Trond Myklebust | 965b5d6 | 2009-06-17 13:22:59 -0700 | [diff] [blame] | 1348 | case -ENOENT: |
| 1349 | case -ESTALE: |
| 1350 | goto out; |
Ricardo Labiaga | bcfa49f | 2009-12-07 09:22:29 -0500 | [diff] [blame] | 1351 | case -NFS4ERR_BADSESSION: |
| 1352 | case -NFS4ERR_BADSLOT: |
| 1353 | case -NFS4ERR_BAD_HIGH_SLOT: |
| 1354 | case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION: |
| 1355 | case -NFS4ERR_DEADSESSION: |
Trond Myklebust | 9f59479 | 2012-05-27 13:02:53 -0400 | [diff] [blame] | 1356 | nfs4_schedule_session_recovery(server->nfs_client->cl_session, err); |
Ricardo Labiaga | bcfa49f | 2009-12-07 09:22:29 -0500 | [diff] [blame] | 1357 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1358 | case -NFS4ERR_STALE_CLIENTID: |
| 1359 | case -NFS4ERR_STALE_STATEID: |
| 1360 | case -NFS4ERR_EXPIRED: |
| 1361 | /* Don't recall a delegation if it was lost */ |
Trond Myklebust | 0400a6b | 2011-03-09 16:00:53 -0500 | [diff] [blame] | 1362 | nfs4_schedule_lease_recovery(server->nfs_client); |
Trond Myklebust | 965b5d6 | 2009-06-17 13:22:59 -0700 | [diff] [blame] | 1363 | goto out; |
| 1364 | case -ERESTARTSYS: |
| 1365 | /* |
| 1366 | * The show must go on: exit, but mark the |
| 1367 | * stateid as needing recovery. |
| 1368 | */ |
Trond Myklebust | a1d0b5e | 2012-03-05 19:56:44 -0500 | [diff] [blame] | 1369 | case -NFS4ERR_DELEG_REVOKED: |
Trond Myklebust | 965b5d6 | 2009-06-17 13:22:59 -0700 | [diff] [blame] | 1370 | case -NFS4ERR_ADMIN_REVOKED: |
| 1371 | case -NFS4ERR_BAD_STATEID: |
Trond Myklebust | a1d0b5e | 2012-03-05 19:56:44 -0500 | [diff] [blame] | 1372 | nfs_inode_find_state_and_recover(state->inode, |
| 1373 | stateid); |
Trond Myklebust | 0400a6b | 2011-03-09 16:00:53 -0500 | [diff] [blame] | 1374 | nfs4_schedule_stateid_recovery(server, state); |
Trond Myklebust | 168667c | 2010-10-19 19:47:49 -0400 | [diff] [blame] | 1375 | case -EKEYEXPIRED: |
| 1376 | /* |
| 1377 | * User RPCSEC_GSS context has expired. |
| 1378 | * We cannot recover this stateid now, so |
| 1379 | * skip it and allow recovery thread to |
| 1380 | * proceed. |
| 1381 | */ |
Trond Myklebust | 965b5d6 | 2009-06-17 13:22:59 -0700 | [diff] [blame] | 1382 | case -ENOMEM: |
| 1383 | err = 0; |
| 1384 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1385 | } |
| 1386 | err = nfs4_handle_exception(server, err, &exception); |
| 1387 | } while (exception.retry); |
Trond Myklebust | 965b5d6 | 2009-06-17 13:22:59 -0700 | [diff] [blame] | 1388 | out: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1389 | return err; |
| 1390 | } |
| 1391 | |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 1392 | static void nfs4_open_confirm_done(struct rpc_task *task, void *calldata) |
| 1393 | { |
| 1394 | struct nfs4_opendata *data = calldata; |
| 1395 | |
| 1396 | data->rpc_status = task->tk_status; |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 1397 | if (data->rpc_status == 0) { |
Trond Myklebust | f597c53 | 2012-03-04 18:13:56 -0500 | [diff] [blame] | 1398 | nfs4_stateid_copy(&data->o_res.stateid, &data->c_res.stateid); |
Trond Myklebust | bb22629 | 2008-01-02 15:19:18 -0500 | [diff] [blame] | 1399 | nfs_confirm_seqid(&data->owner->so_seqid, 0); |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 1400 | renew_lease(data->o_res.server, data->timestamp); |
Trond Myklebust | 3e30991 | 2007-07-07 13:19:59 -0400 | [diff] [blame] | 1401 | data->rpc_done = 1; |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 1402 | } |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 1403 | } |
| 1404 | |
| 1405 | static void nfs4_open_confirm_release(void *calldata) |
| 1406 | { |
| 1407 | struct nfs4_opendata *data = calldata; |
| 1408 | struct nfs4_state *state = NULL; |
| 1409 | |
| 1410 | /* If this request hasn't been cancelled, do nothing */ |
| 1411 | if (data->cancelled == 0) |
| 1412 | goto out_free; |
| 1413 | /* In case of error, no cleanup! */ |
Trond Myklebust | 3e30991 | 2007-07-07 13:19:59 -0400 | [diff] [blame] | 1414 | if (!data->rpc_done) |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 1415 | goto out_free; |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 1416 | state = nfs4_opendata_to_nfs4_state(data); |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 1417 | if (!IS_ERR(state)) |
Al Viro | 643168c | 2011-06-22 18:20:23 -0400 | [diff] [blame] | 1418 | nfs4_close_state(state, data->o_arg.fmode); |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 1419 | out_free: |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 1420 | nfs4_opendata_put(data); |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 1421 | } |
| 1422 | |
| 1423 | static const struct rpc_call_ops nfs4_open_confirm_ops = { |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 1424 | .rpc_call_done = nfs4_open_confirm_done, |
| 1425 | .rpc_release = nfs4_open_confirm_release, |
| 1426 | }; |
| 1427 | |
| 1428 | /* |
| 1429 | * Note: On error, nfs4_proc_open_confirm will free the struct nfs4_opendata |
| 1430 | */ |
| 1431 | static int _nfs4_proc_open_confirm(struct nfs4_opendata *data) |
| 1432 | { |
| 1433 | struct nfs_server *server = NFS_SERVER(data->dir->d_inode); |
| 1434 | struct rpc_task *task; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 1435 | struct rpc_message msg = { |
| 1436 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_CONFIRM], |
| 1437 | .rpc_argp = &data->c_arg, |
| 1438 | .rpc_resp = &data->c_res, |
| 1439 | .rpc_cred = data->owner->so_cred, |
| 1440 | }; |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 1441 | struct rpc_task_setup task_setup_data = { |
| 1442 | .rpc_client = server->client, |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 1443 | .rpc_message = &msg, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 1444 | .callback_ops = &nfs4_open_confirm_ops, |
| 1445 | .callback_data = data, |
Trond Myklebust | 101070c | 2008-02-19 20:04:23 -0500 | [diff] [blame] | 1446 | .workqueue = nfsiod_workqueue, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 1447 | .flags = RPC_TASK_ASYNC, |
| 1448 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1449 | int status; |
| 1450 | |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 1451 | kref_get(&data->kref); |
Trond Myklebust | 3e30991 | 2007-07-07 13:19:59 -0400 | [diff] [blame] | 1452 | data->rpc_done = 0; |
| 1453 | data->rpc_status = 0; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 1454 | data->timestamp = jiffies; |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 1455 | task = rpc_run_task(&task_setup_data); |
Trond Myklebust | 7a1218a | 2006-03-20 18:11:10 -0500 | [diff] [blame] | 1456 | if (IS_ERR(task)) |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 1457 | return PTR_ERR(task); |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 1458 | status = nfs4_wait_for_completion_rpc_task(task); |
| 1459 | if (status != 0) { |
| 1460 | data->cancelled = 1; |
| 1461 | smp_wmb(); |
| 1462 | } else |
| 1463 | status = data->rpc_status; |
Trond Myklebust | e6b3c4d | 2006-11-11 22:18:03 -0500 | [diff] [blame] | 1464 | rpc_put_task(task); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1465 | return status; |
| 1466 | } |
| 1467 | |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1468 | static void nfs4_open_prepare(struct rpc_task *task, void *calldata) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1469 | { |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1470 | struct nfs4_opendata *data = calldata; |
| 1471 | struct nfs4_state_owner *sp = data->owner; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 1472 | |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1473 | if (nfs_wait_on_sequence(data->o_arg.seqid, task) != 0) |
| 1474 | return; |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1475 | /* |
| 1476 | * Check if we still need to send an OPEN call, or if we can use |
| 1477 | * a delegation instead. |
| 1478 | */ |
| 1479 | if (data->state != NULL) { |
| 1480 | struct nfs_delegation *delegation; |
| 1481 | |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1482 | 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] | 1483 | goto out_no_action; |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1484 | rcu_read_lock(); |
| 1485 | delegation = rcu_dereference(NFS_I(data->state->inode)->delegation); |
Trond Myklebust | 652f89f | 2011-12-09 19:05:58 -0500 | [diff] [blame] | 1486 | if (data->o_arg.claim != NFS4_OPEN_CLAIM_DELEGATE_CUR && |
| 1487 | can_open_delegated(delegation, data->o_arg.fmode)) |
| 1488 | goto unlock_no_action; |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1489 | rcu_read_unlock(); |
| 1490 | } |
Trond Myklebust | 95b72eb | 2012-04-20 19:24:51 -0400 | [diff] [blame] | 1491 | /* Update client id. */ |
Trond Myklebust | 1f0e890 | 2010-06-24 15:11:43 -0400 | [diff] [blame] | 1492 | data->o_arg.clientid = sp->so_server->nfs_client->cl_clientid; |
Trond Myklebust | 6f220ed | 2007-07-17 21:50:45 -0400 | [diff] [blame] | 1493 | if (data->o_arg.claim == NFS4_OPEN_CLAIM_PREVIOUS) { |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 1494 | task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_NOATTR]; |
Trond Myklebust | 6f220ed | 2007-07-17 21:50:45 -0400 | [diff] [blame] | 1495 | nfs_copy_fh(&data->o_res.fh, data->o_arg.fh); |
| 1496 | } |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 1497 | data->timestamp = jiffies; |
Trond Myklebust | 035168a | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 1498 | if (nfs4_setup_sequence(data->o_arg.server, |
Andy Adamson | d898528 | 2009-04-01 09:22:21 -0400 | [diff] [blame] | 1499 | &data->o_arg.seq_args, |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 1500 | &data->o_res.seq_res, task)) |
Andy Adamson | d898528 | 2009-04-01 09:22:21 -0400 | [diff] [blame] | 1501 | return; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 1502 | rpc_call_start(task); |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 1503 | return; |
Trond Myklebust | 652f89f | 2011-12-09 19:05:58 -0500 | [diff] [blame] | 1504 | unlock_no_action: |
| 1505 | rcu_read_unlock(); |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 1506 | out_no_action: |
| 1507 | task->tk_action = NULL; |
| 1508 | |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1509 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1510 | |
Alexandros Batsakis | b257957 | 2009-12-14 21:27:57 -0800 | [diff] [blame] | 1511 | static void nfs4_recover_open_prepare(struct rpc_task *task, void *calldata) |
| 1512 | { |
| 1513 | rpc_task_set_priority(task, RPC_PRIORITY_PRIVILEGED); |
| 1514 | nfs4_open_prepare(task, calldata); |
| 1515 | } |
| 1516 | |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1517 | static void nfs4_open_done(struct rpc_task *task, void *calldata) |
| 1518 | { |
| 1519 | struct nfs4_opendata *data = calldata; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1520 | |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1521 | data->rpc_status = task->tk_status; |
Andy Adamson | d898528 | 2009-04-01 09:22:21 -0400 | [diff] [blame] | 1522 | |
Trond Myklebust | 14516c3 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 1523 | if (!nfs4_sequence_done(task, &data->o_res.seq_res)) |
| 1524 | return; |
Andy Adamson | d898528 | 2009-04-01 09:22:21 -0400 | [diff] [blame] | 1525 | |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1526 | if (task->tk_status == 0) { |
| 1527 | switch (data->o_res.f_attr->mode & S_IFMT) { |
Trond Myklebust | 6f926b5 | 2005-10-18 14:20:18 -0700 | [diff] [blame] | 1528 | case S_IFREG: |
| 1529 | break; |
| 1530 | case S_IFLNK: |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1531 | data->rpc_status = -ELOOP; |
Trond Myklebust | 6f926b5 | 2005-10-18 14:20:18 -0700 | [diff] [blame] | 1532 | break; |
| 1533 | case S_IFDIR: |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1534 | data->rpc_status = -EISDIR; |
Trond Myklebust | 6f926b5 | 2005-10-18 14:20:18 -0700 | [diff] [blame] | 1535 | break; |
| 1536 | default: |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1537 | data->rpc_status = -ENOTDIR; |
Trond Myklebust | 6f926b5 | 2005-10-18 14:20:18 -0700 | [diff] [blame] | 1538 | } |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 1539 | renew_lease(data->o_res.server, data->timestamp); |
Trond Myklebust | 0f9f95e | 2007-07-08 16:19:56 -0400 | [diff] [blame] | 1540 | if (!(data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM)) |
| 1541 | nfs_confirm_seqid(&data->owner->so_seqid, 0); |
Trond Myklebust | 6f926b5 | 2005-10-18 14:20:18 -0700 | [diff] [blame] | 1542 | } |
Trond Myklebust | 3e30991 | 2007-07-07 13:19:59 -0400 | [diff] [blame] | 1543 | data->rpc_done = 1; |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1544 | } |
Trond Myklebust | 6f926b5 | 2005-10-18 14:20:18 -0700 | [diff] [blame] | 1545 | |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1546 | static void nfs4_open_release(void *calldata) |
| 1547 | { |
| 1548 | struct nfs4_opendata *data = calldata; |
| 1549 | struct nfs4_state *state = NULL; |
| 1550 | |
| 1551 | /* If this request hasn't been cancelled, do nothing */ |
| 1552 | if (data->cancelled == 0) |
| 1553 | goto out_free; |
| 1554 | /* In case of error, no cleanup! */ |
Trond Myklebust | 3e30991 | 2007-07-07 13:19:59 -0400 | [diff] [blame] | 1555 | if (data->rpc_status != 0 || !data->rpc_done) |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1556 | goto out_free; |
| 1557 | /* In case we need an open_confirm, no cleanup! */ |
| 1558 | if (data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM) |
| 1559 | goto out_free; |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1560 | state = nfs4_opendata_to_nfs4_state(data); |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 1561 | if (!IS_ERR(state)) |
Al Viro | 643168c | 2011-06-22 18:20:23 -0400 | [diff] [blame] | 1562 | nfs4_close_state(state, data->o_arg.fmode); |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1563 | out_free: |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 1564 | nfs4_opendata_put(data); |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1565 | } |
| 1566 | |
| 1567 | static const struct rpc_call_ops nfs4_open_ops = { |
| 1568 | .rpc_call_prepare = nfs4_open_prepare, |
| 1569 | .rpc_call_done = nfs4_open_done, |
| 1570 | .rpc_release = nfs4_open_release, |
| 1571 | }; |
| 1572 | |
Alexandros Batsakis | b257957 | 2009-12-14 21:27:57 -0800 | [diff] [blame] | 1573 | static const struct rpc_call_ops nfs4_recover_open_ops = { |
| 1574 | .rpc_call_prepare = nfs4_recover_open_prepare, |
| 1575 | .rpc_call_done = nfs4_open_done, |
| 1576 | .rpc_release = nfs4_open_release, |
| 1577 | }; |
| 1578 | |
| 1579 | static int nfs4_run_open_task(struct nfs4_opendata *data, int isrecover) |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1580 | { |
| 1581 | struct inode *dir = data->dir->d_inode; |
| 1582 | struct nfs_server *server = NFS_SERVER(dir); |
| 1583 | struct nfs_openargs *o_arg = &data->o_arg; |
| 1584 | struct nfs_openres *o_res = &data->o_res; |
| 1585 | struct rpc_task *task; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 1586 | struct rpc_message msg = { |
| 1587 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN], |
| 1588 | .rpc_argp = o_arg, |
| 1589 | .rpc_resp = o_res, |
| 1590 | .rpc_cred = data->owner->so_cred, |
| 1591 | }; |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 1592 | struct rpc_task_setup task_setup_data = { |
| 1593 | .rpc_client = server->client, |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 1594 | .rpc_message = &msg, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 1595 | .callback_ops = &nfs4_open_ops, |
| 1596 | .callback_data = data, |
Trond Myklebust | 101070c | 2008-02-19 20:04:23 -0500 | [diff] [blame] | 1597 | .workqueue = nfsiod_workqueue, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 1598 | .flags = RPC_TASK_ASYNC, |
| 1599 | }; |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1600 | int status; |
| 1601 | |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 1602 | nfs41_init_sequence(&o_arg->seq_args, &o_res->seq_res, 1); |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 1603 | kref_get(&data->kref); |
Trond Myklebust | 3e30991 | 2007-07-07 13:19:59 -0400 | [diff] [blame] | 1604 | data->rpc_done = 0; |
| 1605 | data->rpc_status = 0; |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 1606 | data->cancelled = 0; |
Alexandros Batsakis | b257957 | 2009-12-14 21:27:57 -0800 | [diff] [blame] | 1607 | if (isrecover) |
| 1608 | task_setup_data.callback_ops = &nfs4_recover_open_ops; |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 1609 | task = rpc_run_task(&task_setup_data); |
Alexandros Batsakis | b257957 | 2009-12-14 21:27:57 -0800 | [diff] [blame] | 1610 | if (IS_ERR(task)) |
| 1611 | return PTR_ERR(task); |
| 1612 | status = nfs4_wait_for_completion_rpc_task(task); |
| 1613 | if (status != 0) { |
| 1614 | data->cancelled = 1; |
| 1615 | smp_wmb(); |
| 1616 | } else |
| 1617 | status = data->rpc_status; |
| 1618 | rpc_put_task(task); |
| 1619 | |
| 1620 | return status; |
| 1621 | } |
| 1622 | |
| 1623 | static int _nfs4_recover_proc_open(struct nfs4_opendata *data) |
| 1624 | { |
| 1625 | struct inode *dir = data->dir->d_inode; |
| 1626 | struct nfs_openres *o_res = &data->o_res; |
| 1627 | int status; |
| 1628 | |
| 1629 | status = nfs4_run_open_task(data, 1); |
| 1630 | if (status != 0 || !data->rpc_done) |
| 1631 | return status; |
| 1632 | |
Trond Myklebust | 6926afd | 2012-01-07 13:22:46 -0500 | [diff] [blame] | 1633 | nfs_fattr_map_and_free_names(NFS_SERVER(dir), &data->f_attr); |
| 1634 | |
Alexandros Batsakis | b257957 | 2009-12-14 21:27:57 -0800 | [diff] [blame] | 1635 | if (o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) { |
| 1636 | status = _nfs4_proc_open_confirm(data); |
| 1637 | if (status != 0) |
| 1638 | return status; |
| 1639 | } |
| 1640 | |
| 1641 | return status; |
| 1642 | } |
| 1643 | |
| 1644 | /* |
| 1645 | * Note: On error, nfs4_proc_open will free the struct nfs4_opendata |
| 1646 | */ |
| 1647 | static int _nfs4_proc_open(struct nfs4_opendata *data) |
| 1648 | { |
| 1649 | struct inode *dir = data->dir->d_inode; |
| 1650 | struct nfs_server *server = NFS_SERVER(dir); |
| 1651 | struct nfs_openargs *o_arg = &data->o_arg; |
| 1652 | struct nfs_openres *o_res = &data->o_res; |
| 1653 | int status; |
| 1654 | |
| 1655 | status = nfs4_run_open_task(data, 0); |
Trond Myklebust | 08ef7bd | 2011-10-18 16:11:49 -0700 | [diff] [blame] | 1656 | if (!data->rpc_done) |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1657 | return status; |
Trond Myklebust | 08ef7bd | 2011-10-18 16:11:49 -0700 | [diff] [blame] | 1658 | if (status != 0) { |
| 1659 | if (status == -NFS4ERR_BADNAME && |
| 1660 | !(o_arg->open_flags & O_CREAT)) |
| 1661 | return -ENOENT; |
| 1662 | return status; |
| 1663 | } |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1664 | |
Trond Myklebust | 6926afd | 2012-01-07 13:22:46 -0500 | [diff] [blame] | 1665 | nfs_fattr_map_and_free_names(server, &data->f_attr); |
| 1666 | |
Trond Myklebust | 90ff0c5 | 2012-04-27 13:48:18 -0400 | [diff] [blame] | 1667 | if (o_arg->open_flags & O_CREAT) |
Trond Myklebust | 56ae19f | 2005-10-27 22:12:40 -0400 | [diff] [blame] | 1668 | update_changeattr(dir, &o_res->cinfo); |
Trond Myklebust | 0df5dd4 | 2010-04-11 16:48:44 -0400 | [diff] [blame] | 1669 | if ((o_res->rflags & NFS4_OPEN_RESULT_LOCKTYPE_POSIX) == 0) |
| 1670 | server->caps &= ~NFS_CAP_POSIX_LOCK; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1671 | if(o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) { |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 1672 | status = _nfs4_proc_open_confirm(data); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1673 | if (status != 0) |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1674 | return status; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1675 | } |
| 1676 | if (!(o_res->f_attr->valid & NFS_ATTR_FATTR)) |
Trond Myklebust | 9936781 | 2007-07-17 21:52:41 -0400 | [diff] [blame] | 1677 | _nfs4_proc_getattr(server, &o_res->fh, o_res->f_attr); |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1678 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1679 | } |
| 1680 | |
Andy Adamson | d83217c | 2011-03-01 01:34:17 +0000 | [diff] [blame] | 1681 | static int nfs4_client_recover_expired_lease(struct nfs_client *clp) |
Trond Myklebust | 58d9714 | 2006-01-03 09:55:24 +0100 | [diff] [blame] | 1682 | { |
Trond Myklebust | a78cb57 | 2009-08-09 15:06:19 -0400 | [diff] [blame] | 1683 | unsigned int loop; |
Trond Myklebust | 6b30954 | 2006-09-14 14:03:14 -0400 | [diff] [blame] | 1684 | int ret; |
Trond Myklebust | 58d9714 | 2006-01-03 09:55:24 +0100 | [diff] [blame] | 1685 | |
Trond Myklebust | a78cb57 | 2009-08-09 15:06:19 -0400 | [diff] [blame] | 1686 | for (loop = NFS4_MAX_LOOP_ON_RECOVER; loop != 0; loop--) { |
Trond Myklebust | 65de872 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 1687 | ret = nfs4_wait_clnt_recover(clp); |
Trond Myklebust | 6b30954 | 2006-09-14 14:03:14 -0400 | [diff] [blame] | 1688 | if (ret != 0) |
Trond Myklebust | a78cb57 | 2009-08-09 15:06:19 -0400 | [diff] [blame] | 1689 | break; |
Trond Myklebust | e598d84 | 2008-12-23 15:21:42 -0500 | [diff] [blame] | 1690 | if (!test_bit(NFS4CLNT_LEASE_EXPIRED, &clp->cl_state) && |
| 1691 | !test_bit(NFS4CLNT_CHECK_LEASE,&clp->cl_state)) |
Trond Myklebust | 6b30954 | 2006-09-14 14:03:14 -0400 | [diff] [blame] | 1692 | break; |
Trond Myklebust | 0400a6b | 2011-03-09 16:00:53 -0500 | [diff] [blame] | 1693 | nfs4_schedule_state_manager(clp); |
Trond Myklebust | a78cb57 | 2009-08-09 15:06:19 -0400 | [diff] [blame] | 1694 | ret = -EIO; |
Trond Myklebust | 6b30954 | 2006-09-14 14:03:14 -0400 | [diff] [blame] | 1695 | } |
Trond Myklebust | a78cb57 | 2009-08-09 15:06:19 -0400 | [diff] [blame] | 1696 | return ret; |
Trond Myklebust | 58d9714 | 2006-01-03 09:55:24 +0100 | [diff] [blame] | 1697 | } |
| 1698 | |
Andy Adamson | d83217c | 2011-03-01 01:34:17 +0000 | [diff] [blame] | 1699 | static int nfs4_recover_expired_lease(struct nfs_server *server) |
| 1700 | { |
| 1701 | return nfs4_client_recover_expired_lease(server->nfs_client); |
| 1702 | } |
| 1703 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1704 | /* |
| 1705 | * OPEN_EXPIRED: |
| 1706 | * reclaim state on the server after a network partition. |
| 1707 | * Assumes caller holds the appropriate lock |
| 1708 | */ |
Trond Myklebust | 539cd03 | 2007-06-05 11:46:42 -0400 | [diff] [blame] | 1709 | 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] | 1710 | { |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 1711 | struct nfs4_opendata *opendata; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1712 | int ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1713 | |
Trond Myklebust | 6f220ed | 2007-07-17 21:50:45 -0400 | [diff] [blame] | 1714 | opendata = nfs4_open_recoverdata_alloc(ctx, state); |
| 1715 | if (IS_ERR(opendata)) |
| 1716 | return PTR_ERR(opendata); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1717 | ret = nfs4_open_recover(opendata, state); |
Trond Myklebust | 35d0577 | 2008-04-05 15:54:17 -0400 | [diff] [blame] | 1718 | if (ret == -ESTALE) |
Al Viro | 3d4ff43 | 2011-06-22 18:40:12 -0400 | [diff] [blame] | 1719 | d_drop(ctx->dentry); |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 1720 | nfs4_opendata_put(opendata); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1721 | return ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1722 | } |
| 1723 | |
Trond Myklebust | a9ed2e2 | 2009-12-03 15:53:21 -0500 | [diff] [blame] | 1724 | 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] | 1725 | { |
Trond Myklebust | 539cd03 | 2007-06-05 11:46:42 -0400 | [diff] [blame] | 1726 | struct nfs_server *server = NFS_SERVER(state->inode); |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 1727 | struct nfs4_exception exception = { }; |
| 1728 | int err; |
| 1729 | |
| 1730 | do { |
Trond Myklebust | 539cd03 | 2007-06-05 11:46:42 -0400 | [diff] [blame] | 1731 | err = _nfs4_open_expired(ctx, state); |
Trond Myklebust | a9ed2e2 | 2009-12-03 15:53:21 -0500 | [diff] [blame] | 1732 | switch (err) { |
| 1733 | default: |
| 1734 | goto out; |
| 1735 | case -NFS4ERR_GRACE: |
| 1736 | case -NFS4ERR_DELAY: |
| 1737 | nfs4_handle_exception(server, err, &exception); |
| 1738 | err = 0; |
| 1739 | } |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 1740 | } while (exception.retry); |
Trond Myklebust | a9ed2e2 | 2009-12-03 15:53:21 -0500 | [diff] [blame] | 1741 | out: |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 1742 | return err; |
| 1743 | } |
| 1744 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1745 | static int nfs4_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state) |
| 1746 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1747 | struct nfs_open_context *ctx; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1748 | int ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1749 | |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1750 | ctx = nfs4_state_find_open_context(state); |
| 1751 | if (IS_ERR(ctx)) |
| 1752 | return PTR_ERR(ctx); |
Trond Myklebust | 539cd03 | 2007-06-05 11:46:42 -0400 | [diff] [blame] | 1753 | ret = nfs4_do_open_expired(ctx, state); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1754 | put_nfs_open_context(ctx); |
| 1755 | return ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1756 | } |
| 1757 | |
Bryan Schumaker | f062eb6 | 2011-06-02 14:59:10 -0400 | [diff] [blame] | 1758 | #if defined(CONFIG_NFS_V4_1) |
Bryan Schumaker | b01dd1d | 2012-01-31 10:39:30 -0500 | [diff] [blame] | 1759 | static int nfs41_check_expired_stateid(struct nfs4_state *state, nfs4_stateid *stateid, unsigned int flags) |
Bryan Schumaker | f062eb6 | 2011-06-02 14:59:10 -0400 | [diff] [blame] | 1760 | { |
Bryan Schumaker | b01dd1d | 2012-01-31 10:39:30 -0500 | [diff] [blame] | 1761 | int status = NFS_OK; |
Bryan Schumaker | f062eb6 | 2011-06-02 14:59:10 -0400 | [diff] [blame] | 1762 | struct nfs_server *server = NFS_SERVER(state->inode); |
| 1763 | |
Bryan Schumaker | b01dd1d | 2012-01-31 10:39:30 -0500 | [diff] [blame] | 1764 | if (state->flags & flags) { |
| 1765 | status = nfs41_test_stateid(server, stateid); |
| 1766 | if (status != NFS_OK) { |
| 1767 | nfs41_free_stateid(server, stateid); |
| 1768 | state->flags &= ~flags; |
| 1769 | } |
| 1770 | } |
| 1771 | return status; |
| 1772 | } |
| 1773 | |
| 1774 | static int nfs41_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state) |
| 1775 | { |
| 1776 | int deleg_status, open_status; |
| 1777 | int deleg_flags = 1 << NFS_DELEGATED_STATE; |
| 1778 | int open_flags = (1 << NFS_O_RDONLY_STATE) | (1 << NFS_O_WRONLY_STATE) | (1 << NFS_O_RDWR_STATE); |
| 1779 | |
| 1780 | deleg_status = nfs41_check_expired_stateid(state, &state->stateid, deleg_flags); |
| 1781 | open_status = nfs41_check_expired_stateid(state, &state->open_stateid, open_flags); |
| 1782 | |
| 1783 | if ((deleg_status == NFS_OK) && (open_status == NFS_OK)) |
| 1784 | return NFS_OK; |
Bryan Schumaker | f062eb6 | 2011-06-02 14:59:10 -0400 | [diff] [blame] | 1785 | return nfs4_open_expired(sp, state); |
| 1786 | } |
| 1787 | #endif |
| 1788 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1789 | /* |
Jeff Layton | aa53ed5 | 2007-06-05 14:49:03 -0400 | [diff] [blame] | 1790 | * on an EXCLUSIVE create, the server should send back a bitmask with FATTR4-* |
| 1791 | * fields corresponding to attributes that were used to store the verifier. |
| 1792 | * Make sure we clobber those fields in the later setattr call |
| 1793 | */ |
| 1794 | static inline void nfs4_exclusive_attrset(struct nfs4_opendata *opendata, struct iattr *sattr) |
| 1795 | { |
| 1796 | if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_ACCESS) && |
| 1797 | !(sattr->ia_valid & ATTR_ATIME_SET)) |
| 1798 | sattr->ia_valid |= ATTR_ATIME; |
| 1799 | |
| 1800 | if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_MODIFY) && |
| 1801 | !(sattr->ia_valid & ATTR_MTIME_SET)) |
| 1802 | sattr->ia_valid |= ATTR_MTIME; |
| 1803 | } |
| 1804 | |
| 1805 | /* |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1806 | * Returns a referenced nfs4_state |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1807 | */ |
Andy Adamson | 82be417 | 2012-05-23 05:02:35 -0400 | [diff] [blame] | 1808 | static int _nfs4_do_open(struct inode *dir, |
| 1809 | struct dentry *dentry, |
| 1810 | fmode_t fmode, |
| 1811 | int flags, |
| 1812 | struct iattr *sattr, |
| 1813 | struct rpc_cred *cred, |
| 1814 | struct nfs4_state **res, |
| 1815 | struct nfs4_threshold **ctx_th) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1816 | { |
| 1817 | struct nfs4_state_owner *sp; |
| 1818 | struct nfs4_state *state = NULL; |
| 1819 | struct nfs_server *server = NFS_SERVER(dir); |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 1820 | struct nfs4_opendata *opendata; |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1821 | int status; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1822 | |
| 1823 | /* Protect against reboot recovery conflicts */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1824 | status = -ENOMEM; |
Trond Myklebust | d1e284d | 2012-01-17 22:04:24 -0500 | [diff] [blame] | 1825 | sp = nfs4_get_state_owner(server, cred, GFP_KERNEL); |
| 1826 | if (sp == NULL) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1827 | dprintk("nfs4_do_open: nfs4_get_state_owner failed!\n"); |
| 1828 | goto out_err; |
| 1829 | } |
Trond Myklebust | 58d9714 | 2006-01-03 09:55:24 +0100 | [diff] [blame] | 1830 | status = nfs4_recover_expired_lease(server); |
| 1831 | if (status != 0) |
Trond Myklebust | b4454fe | 2006-01-03 09:55:25 +0100 | [diff] [blame] | 1832 | goto err_put_state_owner; |
Al Viro | 82a2c1b | 2011-06-22 18:30:55 -0400 | [diff] [blame] | 1833 | if (dentry->d_inode != NULL) |
| 1834 | nfs4_return_incompatible_delegation(dentry->d_inode, fmode); |
Trond Myklebust | 58d9714 | 2006-01-03 09:55:24 +0100 | [diff] [blame] | 1835 | status = -ENOMEM; |
Al Viro | 82a2c1b | 2011-06-22 18:30:55 -0400 | [diff] [blame] | 1836 | opendata = nfs4_opendata_alloc(dentry, sp, fmode, flags, sattr, GFP_KERNEL); |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 1837 | if (opendata == NULL) |
Trond Myklebust | 95d35cb | 2008-12-23 15:21:45 -0500 | [diff] [blame] | 1838 | goto err_put_state_owner; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1839 | |
Andy Adamson | 82be417 | 2012-05-23 05:02:35 -0400 | [diff] [blame] | 1840 | if (ctx_th && server->attr_bitmask[2] & FATTR4_WORD2_MDSTHRESHOLD) { |
| 1841 | opendata->f_attr.mdsthreshold = pnfs_mdsthreshold_alloc(); |
| 1842 | if (!opendata->f_attr.mdsthreshold) |
| 1843 | goto err_opendata_put; |
Trond Myklebust | 1549210f | 2012-06-05 09:16:47 -0400 | [diff] [blame] | 1844 | opendata->o_arg.open_bitmap = &nfs4_pnfs_open_bitmap[0]; |
Andy Adamson | 82be417 | 2012-05-23 05:02:35 -0400 | [diff] [blame] | 1845 | } |
Al Viro | 82a2c1b | 2011-06-22 18:30:55 -0400 | [diff] [blame] | 1846 | if (dentry->d_inode != NULL) |
| 1847 | opendata->state = nfs4_get_open_state(dentry->d_inode, sp); |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1848 | |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1849 | status = _nfs4_proc_open(opendata); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1850 | if (status != 0) |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 1851 | goto err_opendata_put; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1852 | |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1853 | state = nfs4_opendata_to_nfs4_state(opendata); |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 1854 | status = PTR_ERR(state); |
| 1855 | if (IS_ERR(state)) |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 1856 | goto err_opendata_put; |
Trond Myklebust | 0df5dd4 | 2010-04-11 16:48:44 -0400 | [diff] [blame] | 1857 | if (server->caps & NFS_CAP_POSIX_LOCK) |
Trond Myklebust | 8e469eb | 2010-01-26 15:42:30 -0500 | [diff] [blame] | 1858 | set_bit(NFS_STATE_POSIX_LOCKS, &state->flags); |
Trond Myklebust | 0ab64e0 | 2010-04-16 16:22:51 -0400 | [diff] [blame] | 1859 | |
| 1860 | if (opendata->o_arg.open_flags & O_EXCL) { |
| 1861 | nfs4_exclusive_attrset(opendata, sattr); |
| 1862 | |
| 1863 | nfs_fattr_init(opendata->o_res.f_attr); |
| 1864 | status = nfs4_do_setattr(state->inode, cred, |
| 1865 | opendata->o_res.f_attr, sattr, |
| 1866 | state); |
| 1867 | if (status == 0) |
| 1868 | nfs_setattr_update_inode(state->inode, sattr); |
| 1869 | nfs_post_op_update_inode(state->inode, opendata->o_res.f_attr); |
| 1870 | } |
Andy Adamson | 82be417 | 2012-05-23 05:02:35 -0400 | [diff] [blame] | 1871 | |
| 1872 | if (pnfs_use_threshold(ctx_th, opendata->f_attr.mdsthreshold, server)) |
| 1873 | *ctx_th = opendata->f_attr.mdsthreshold; |
| 1874 | else |
| 1875 | kfree(opendata->f_attr.mdsthreshold); |
| 1876 | opendata->f_attr.mdsthreshold = NULL; |
| 1877 | |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 1878 | nfs4_opendata_put(opendata); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1879 | nfs4_put_state_owner(sp); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1880 | *res = state; |
| 1881 | return 0; |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 1882 | err_opendata_put: |
Andy Adamson | 82be417 | 2012-05-23 05:02:35 -0400 | [diff] [blame] | 1883 | kfree(opendata->f_attr.mdsthreshold); |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 1884 | nfs4_opendata_put(opendata); |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 1885 | err_put_state_owner: |
| 1886 | nfs4_put_state_owner(sp); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1887 | out_err: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1888 | *res = NULL; |
| 1889 | return status; |
| 1890 | } |
| 1891 | |
| 1892 | |
Andy Adamson | 82be417 | 2012-05-23 05:02:35 -0400 | [diff] [blame] | 1893 | static struct nfs4_state *nfs4_do_open(struct inode *dir, |
| 1894 | struct dentry *dentry, |
| 1895 | fmode_t fmode, |
| 1896 | int flags, |
| 1897 | struct iattr *sattr, |
| 1898 | struct rpc_cred *cred, |
| 1899 | struct nfs4_threshold **ctx_th) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1900 | { |
| 1901 | struct nfs4_exception exception = { }; |
| 1902 | struct nfs4_state *res; |
| 1903 | int status; |
| 1904 | |
Trond Myklebust | 2d0dbc6 | 2012-06-08 10:58:09 -0400 | [diff] [blame] | 1905 | fmode &= FMODE_READ|FMODE_WRITE; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1906 | do { |
Andy Adamson | 82be417 | 2012-05-23 05:02:35 -0400 | [diff] [blame] | 1907 | status = _nfs4_do_open(dir, dentry, fmode, flags, sattr, cred, |
| 1908 | &res, ctx_th); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1909 | if (status == 0) |
| 1910 | break; |
| 1911 | /* NOTE: BAD_SEQID means the server and client disagree about the |
| 1912 | * book-keeping w.r.t. state-changing operations |
| 1913 | * (OPEN/CLOSE/LOCK/LOCKU...) |
| 1914 | * It is actually a sign of a bug on the client or on the server. |
| 1915 | * |
| 1916 | * If we receive a BAD_SEQID error in the particular case of |
Trond Myklebust | cee54fc | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 1917 | * doing an OPEN, we assume that nfs_increment_open_seqid() will |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1918 | * have unhashed the old state_owner for us, and that we can |
| 1919 | * therefore safely retry using a new one. We should still warn |
| 1920 | * the user though... |
| 1921 | */ |
| 1922 | if (status == -NFS4ERR_BAD_SEQID) { |
Trond Myklebust | 9a3ba43 | 2012-03-12 18:01:48 -0400 | [diff] [blame] | 1923 | pr_warn_ratelimited("NFS: v4 server %s " |
Trond Myklebust | 6f43ddc | 2007-07-08 16:49:11 -0400 | [diff] [blame] | 1924 | " returned a bad sequence-id error!\n", |
| 1925 | NFS_SERVER(dir)->nfs_client->cl_hostname); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1926 | exception.retry = 1; |
| 1927 | continue; |
| 1928 | } |
Trond Myklebust | 550f574 | 2005-10-18 14:20:21 -0700 | [diff] [blame] | 1929 | /* |
| 1930 | * BAD_STATEID on OPEN means that the server cancelled our |
| 1931 | * state before it received the OPEN_CONFIRM. |
| 1932 | * Recover by retrying the request as per the discussion |
| 1933 | * on Page 181 of RFC3530. |
| 1934 | */ |
| 1935 | if (status == -NFS4ERR_BAD_STATEID) { |
| 1936 | exception.retry = 1; |
| 1937 | continue; |
| 1938 | } |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1939 | if (status == -EAGAIN) { |
| 1940 | /* We must have found a delegation */ |
| 1941 | exception.retry = 1; |
| 1942 | continue; |
| 1943 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1944 | res = ERR_PTR(nfs4_handle_exception(NFS_SERVER(dir), |
| 1945 | status, &exception)); |
| 1946 | } while (exception.retry); |
| 1947 | return res; |
| 1948 | } |
| 1949 | |
Trond Myklebust | 659bfcd | 2008-06-10 19:39:41 -0400 | [diff] [blame] | 1950 | static int _nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred, |
| 1951 | struct nfs_fattr *fattr, struct iattr *sattr, |
| 1952 | struct nfs4_state *state) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1953 | { |
Trond Myklebust | 3e4f629 | 2006-03-20 13:44:46 -0500 | [diff] [blame] | 1954 | struct nfs_server *server = NFS_SERVER(inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1955 | struct nfs_setattrargs arg = { |
Trond Myklebust | 3e4f629 | 2006-03-20 13:44:46 -0500 | [diff] [blame] | 1956 | .fh = NFS_FH(inode), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1957 | .iap = sattr, |
| 1958 | .server = server, |
| 1959 | .bitmask = server->attr_bitmask, |
| 1960 | }; |
| 1961 | struct nfs_setattrres res = { |
| 1962 | .fattr = fattr, |
| 1963 | .server = server, |
| 1964 | }; |
| 1965 | struct rpc_message msg = { |
Trond Myklebust | 659bfcd | 2008-06-10 19:39:41 -0400 | [diff] [blame] | 1966 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETATTR], |
| 1967 | .rpc_argp = &arg, |
| 1968 | .rpc_resp = &res, |
| 1969 | .rpc_cred = cred, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1970 | }; |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 1971 | unsigned long timestamp = jiffies; |
Trond Myklebust | 65e4308 | 2005-08-16 11:49:44 -0400 | [diff] [blame] | 1972 | int status; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1973 | |
Trond Myklebust | 0e574af | 2005-10-27 22:12:38 -0400 | [diff] [blame] | 1974 | nfs_fattr_init(fattr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1975 | |
Trond Myklebust | 4fc8796 | 2012-03-08 17:42:01 -0500 | [diff] [blame] | 1976 | if (state != NULL) { |
| 1977 | nfs4_select_rw_stateid(&arg.stateid, state, FMODE_WRITE, |
| 1978 | current->files, current->tgid); |
| 1979 | } else if (nfs4_copy_delegation_stateid(&arg.stateid, inode, |
| 1980 | FMODE_WRITE)) { |
Trond Myklebust | 3e4f629 | 2006-03-20 13:44:46 -0500 | [diff] [blame] | 1981 | /* Use that stateid */ |
Trond Myklebust | 08e9eac | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 1982 | } else |
Trond Myklebust | f597c53 | 2012-03-04 18:13:56 -0500 | [diff] [blame] | 1983 | nfs4_stateid_copy(&arg.stateid, &zero_stateid); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1984 | |
Bryan Schumaker | 7c51305 | 2011-03-24 17:12:24 +0000 | [diff] [blame] | 1985 | status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1); |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 1986 | if (status == 0 && state != NULL) |
| 1987 | renew_lease(server, timestamp); |
Trond Myklebust | 65e4308 | 2005-08-16 11:49:44 -0400 | [diff] [blame] | 1988 | return status; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1989 | } |
| 1990 | |
Trond Myklebust | 659bfcd | 2008-06-10 19:39:41 -0400 | [diff] [blame] | 1991 | static int nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred, |
| 1992 | struct nfs_fattr *fattr, struct iattr *sattr, |
| 1993 | struct nfs4_state *state) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1994 | { |
Trond Myklebust | 3e4f629 | 2006-03-20 13:44:46 -0500 | [diff] [blame] | 1995 | struct nfs_server *server = NFS_SERVER(inode); |
Trond Myklebust | a1d0b5e | 2012-03-05 19:56:44 -0500 | [diff] [blame] | 1996 | struct nfs4_exception exception = { |
| 1997 | .state = state, |
Trond Myklebust | 3114ea7 | 2012-03-07 16:39:06 -0500 | [diff] [blame] | 1998 | .inode = inode, |
Trond Myklebust | a1d0b5e | 2012-03-05 19:56:44 -0500 | [diff] [blame] | 1999 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2000 | int err; |
| 2001 | do { |
Trond Myklebust | 451146b | 2012-04-18 16:29:11 -0400 | [diff] [blame] | 2002 | err = _nfs4_do_setattr(inode, cred, fattr, sattr, state); |
| 2003 | switch (err) { |
| 2004 | case -NFS4ERR_OPENMODE: |
| 2005 | if (state && !(state->state & FMODE_WRITE)) { |
| 2006 | err = -EBADF; |
| 2007 | if (sattr->ia_valid & ATTR_OPEN) |
| 2008 | err = -EACCES; |
| 2009 | goto out; |
| 2010 | } |
| 2011 | } |
| 2012 | err = nfs4_handle_exception(server, err, &exception); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2013 | } while (exception.retry); |
Trond Myklebust | 451146b | 2012-04-18 16:29:11 -0400 | [diff] [blame] | 2014 | out: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2015 | return err; |
| 2016 | } |
| 2017 | |
| 2018 | struct nfs4_closedata { |
| 2019 | struct inode *inode; |
| 2020 | struct nfs4_state *state; |
| 2021 | struct nfs_closeargs arg; |
| 2022 | struct nfs_closeres res; |
Trond Myklebust | 516a6af | 2005-10-27 22:12:41 -0400 | [diff] [blame] | 2023 | struct nfs_fattr fattr; |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 2024 | unsigned long timestamp; |
Fred Isaman | f7e8917 | 2011-01-06 11:36:32 +0000 | [diff] [blame] | 2025 | bool roc; |
| 2026 | u32 roc_barrier; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2027 | }; |
| 2028 | |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 2029 | static void nfs4_free_closedata(void *data) |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 2030 | { |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 2031 | struct nfs4_closedata *calldata = data; |
| 2032 | struct nfs4_state_owner *sp = calldata->state->owner; |
Al Viro | 643168c | 2011-06-22 18:20:23 -0400 | [diff] [blame] | 2033 | struct super_block *sb = calldata->state->inode->i_sb; |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 2034 | |
Fred Isaman | f7e8917 | 2011-01-06 11:36:32 +0000 | [diff] [blame] | 2035 | if (calldata->roc) |
| 2036 | pnfs_roc_release(calldata->state->inode); |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 2037 | nfs4_put_open_state(calldata->state); |
| 2038 | nfs_free_seqid(calldata->arg.seqid); |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 2039 | nfs4_put_state_owner(sp); |
Al Viro | 643168c | 2011-06-22 18:20:23 -0400 | [diff] [blame] | 2040 | nfs_sb_deactive(sb); |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 2041 | kfree(calldata); |
| 2042 | } |
| 2043 | |
Trond Myklebust | 88069f7 | 2009-12-08 08:33:16 -0500 | [diff] [blame] | 2044 | static void nfs4_close_clear_stateid_flags(struct nfs4_state *state, |
| 2045 | fmode_t fmode) |
| 2046 | { |
| 2047 | spin_lock(&state->owner->so_lock); |
| 2048 | if (!(fmode & FMODE_READ)) |
| 2049 | clear_bit(NFS_O_RDONLY_STATE, &state->flags); |
| 2050 | if (!(fmode & FMODE_WRITE)) |
| 2051 | clear_bit(NFS_O_WRONLY_STATE, &state->flags); |
| 2052 | clear_bit(NFS_O_RDWR_STATE, &state->flags); |
| 2053 | spin_unlock(&state->owner->so_lock); |
| 2054 | } |
| 2055 | |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 2056 | static void nfs4_close_done(struct rpc_task *task, void *data) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2057 | { |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 2058 | struct nfs4_closedata *calldata = data; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2059 | struct nfs4_state *state = calldata->state; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2060 | struct nfs_server *server = NFS_SERVER(calldata->inode); |
| 2061 | |
Chuck Lever | a3ca565 | 2012-03-01 17:00:40 -0500 | [diff] [blame] | 2062 | dprintk("%s: begin!\n", __func__); |
Trond Myklebust | 14516c3 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 2063 | if (!nfs4_sequence_done(task, &calldata->res.seq_res)) |
| 2064 | return; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2065 | /* hmm. we are done with the inode, and in the process of freeing |
| 2066 | * the state_owner. we keep this around to process errors |
| 2067 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2068 | switch (task->tk_status) { |
| 2069 | case 0: |
Fred Isaman | f7e8917 | 2011-01-06 11:36:32 +0000 | [diff] [blame] | 2070 | if (calldata->roc) |
| 2071 | pnfs_roc_set_barrier(state->inode, |
| 2072 | calldata->roc_barrier); |
Trond Myklebust | 45328c3 | 2007-07-26 17:47:34 -0400 | [diff] [blame] | 2073 | nfs_set_open_stateid(state, &calldata->res.stateid, 0); |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 2074 | renew_lease(server, calldata->timestamp); |
Trond Myklebust | 88069f7 | 2009-12-08 08:33:16 -0500 | [diff] [blame] | 2075 | nfs4_close_clear_stateid_flags(state, |
| 2076 | calldata->arg.fmode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2077 | break; |
| 2078 | case -NFS4ERR_STALE_STATEID: |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame] | 2079 | case -NFS4ERR_OLD_STATEID: |
| 2080 | case -NFS4ERR_BAD_STATEID: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2081 | case -NFS4ERR_EXPIRED: |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 2082 | if (calldata->arg.fmode == 0) |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame] | 2083 | break; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2084 | default: |
Trond Myklebust | 72211db | 2009-12-15 14:47:36 -0500 | [diff] [blame] | 2085 | if (nfs4_async_handle_error(task, server, state) == -EAGAIN) |
| 2086 | rpc_restart_call_prepare(task); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2087 | } |
Trond Myklebust | 72211db | 2009-12-15 14:47:36 -0500 | [diff] [blame] | 2088 | nfs_release_seqid(calldata->arg.seqid); |
Trond Myklebust | 516a6af | 2005-10-27 22:12:41 -0400 | [diff] [blame] | 2089 | nfs_refresh_inode(calldata->inode, calldata->res.fattr); |
Chuck Lever | a3ca565 | 2012-03-01 17:00:40 -0500 | [diff] [blame] | 2090 | dprintk("%s: done, ret = %d!\n", __func__, task->tk_status); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2091 | } |
| 2092 | |
Trond Myklebust | 4ce70ad | 2006-01-03 09:55:05 +0100 | [diff] [blame] | 2093 | static void nfs4_close_prepare(struct rpc_task *task, void *data) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2094 | { |
Trond Myklebust | 4ce70ad | 2006-01-03 09:55:05 +0100 | [diff] [blame] | 2095 | struct nfs4_closedata *calldata = data; |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 2096 | struct nfs4_state *state = calldata->state; |
Trond Myklebust | 88069f7 | 2009-12-08 08:33:16 -0500 | [diff] [blame] | 2097 | int call_close = 0; |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 2098 | |
Chuck Lever | a3ca565 | 2012-03-01 17:00:40 -0500 | [diff] [blame] | 2099 | dprintk("%s: begin!\n", __func__); |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 2100 | if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0) |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 2101 | return; |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 2102 | |
Trond Myklebust | 88069f7 | 2009-12-08 08:33:16 -0500 | [diff] [blame] | 2103 | task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_DOWNGRADE]; |
| 2104 | calldata->arg.fmode = FMODE_READ|FMODE_WRITE; |
Trond Myklebust | 4cecb76 | 2005-11-04 15:32:58 -0500 | [diff] [blame] | 2105 | spin_lock(&state->owner->so_lock); |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 2106 | /* Calculate the change in open mode */ |
Trond Myklebust | e761692 | 2006-01-03 09:55:13 +0100 | [diff] [blame] | 2107 | if (state->n_rdwr == 0) { |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 2108 | if (state->n_rdonly == 0) { |
Trond Myklebust | 88069f7 | 2009-12-08 08:33:16 -0500 | [diff] [blame] | 2109 | call_close |= test_bit(NFS_O_RDONLY_STATE, &state->flags); |
| 2110 | call_close |= test_bit(NFS_O_RDWR_STATE, &state->flags); |
| 2111 | calldata->arg.fmode &= ~FMODE_READ; |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 2112 | } |
| 2113 | if (state->n_wronly == 0) { |
Trond Myklebust | 88069f7 | 2009-12-08 08:33:16 -0500 | [diff] [blame] | 2114 | call_close |= test_bit(NFS_O_WRONLY_STATE, &state->flags); |
| 2115 | call_close |= test_bit(NFS_O_RDWR_STATE, &state->flags); |
| 2116 | calldata->arg.fmode &= ~FMODE_WRITE; |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 2117 | } |
Trond Myklebust | e761692 | 2006-01-03 09:55:13 +0100 | [diff] [blame] | 2118 | } |
Trond Myklebust | 4cecb76 | 2005-11-04 15:32:58 -0500 | [diff] [blame] | 2119 | spin_unlock(&state->owner->so_lock); |
Trond Myklebust | 88069f7 | 2009-12-08 08:33:16 -0500 | [diff] [blame] | 2120 | |
| 2121 | if (!call_close) { |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 2122 | /* Note: exit _without_ calling nfs4_close_done */ |
| 2123 | task->tk_action = NULL; |
Chuck Lever | a3ca565 | 2012-03-01 17:00:40 -0500 | [diff] [blame] | 2124 | goto out; |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 2125 | } |
Trond Myklebust | 88069f7 | 2009-12-08 08:33:16 -0500 | [diff] [blame] | 2126 | |
Fred Isaman | f7e8917 | 2011-01-06 11:36:32 +0000 | [diff] [blame] | 2127 | if (calldata->arg.fmode == 0) { |
Trond Myklebust | 88069f7 | 2009-12-08 08:33:16 -0500 | [diff] [blame] | 2128 | task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE]; |
Fred Isaman | f7e8917 | 2011-01-06 11:36:32 +0000 | [diff] [blame] | 2129 | if (calldata->roc && |
| 2130 | pnfs_roc_drain(calldata->inode, &calldata->roc_barrier)) { |
| 2131 | rpc_sleep_on(&NFS_SERVER(calldata->inode)->roc_rpcwaitq, |
| 2132 | task, NULL); |
Chuck Lever | a3ca565 | 2012-03-01 17:00:40 -0500 | [diff] [blame] | 2133 | goto out; |
Fred Isaman | f7e8917 | 2011-01-06 11:36:32 +0000 | [diff] [blame] | 2134 | } |
| 2135 | } |
Trond Myklebust | 88069f7 | 2009-12-08 08:33:16 -0500 | [diff] [blame] | 2136 | |
Trond Myklebust | 516a6af | 2005-10-27 22:12:41 -0400 | [diff] [blame] | 2137 | nfs_fattr_init(calldata->res.fattr); |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 2138 | calldata->timestamp = jiffies; |
Trond Myklebust | 035168a | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 2139 | if (nfs4_setup_sequence(NFS_SERVER(calldata->inode), |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 2140 | &calldata->arg.seq_args, |
| 2141 | &calldata->res.seq_res, |
| 2142 | task)) |
Chuck Lever | a3ca565 | 2012-03-01 17:00:40 -0500 | [diff] [blame] | 2143 | goto out; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 2144 | rpc_call_start(task); |
Chuck Lever | a3ca565 | 2012-03-01 17:00:40 -0500 | [diff] [blame] | 2145 | out: |
| 2146 | dprintk("%s: done!\n", __func__); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2147 | } |
| 2148 | |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 2149 | static const struct rpc_call_ops nfs4_close_ops = { |
Trond Myklebust | 4ce70ad | 2006-01-03 09:55:05 +0100 | [diff] [blame] | 2150 | .rpc_call_prepare = nfs4_close_prepare, |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 2151 | .rpc_call_done = nfs4_close_done, |
| 2152 | .rpc_release = nfs4_free_closedata, |
| 2153 | }; |
| 2154 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2155 | /* |
| 2156 | * It is possible for data to be read/written from a mem-mapped file |
| 2157 | * after the sys_close call (which hits the vfs layer as a flush). |
| 2158 | * This means that we can't safely call nfsv4 close on a file until |
| 2159 | * the inode is cleared. This in turn means that we are not good |
| 2160 | * NFSv4 citizens - we do not indicate to the server to update the file's |
| 2161 | * share state even when we are done with one of the three share |
| 2162 | * stateid's in the inode. |
| 2163 | * |
| 2164 | * NOTE: Caller must be holding the sp->so_owner semaphore! |
| 2165 | */ |
Al Viro | 643168c | 2011-06-22 18:20:23 -0400 | [diff] [blame] | 2166 | int nfs4_do_close(struct nfs4_state *state, gfp_t gfp_mask, int wait, bool roc) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2167 | { |
Trond Myklebust | 4a35bd4 | 2007-06-05 10:31:33 -0400 | [diff] [blame] | 2168 | struct nfs_server *server = NFS_SERVER(state->inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2169 | struct nfs4_closedata *calldata; |
Trond Myklebust | b39e625 | 2007-06-11 23:05:07 -0400 | [diff] [blame] | 2170 | struct nfs4_state_owner *sp = state->owner; |
| 2171 | struct rpc_task *task; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 2172 | struct rpc_message msg = { |
| 2173 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE], |
| 2174 | .rpc_cred = state->owner->so_cred, |
| 2175 | }; |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 2176 | struct rpc_task_setup task_setup_data = { |
| 2177 | .rpc_client = server->client, |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 2178 | .rpc_message = &msg, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 2179 | .callback_ops = &nfs4_close_ops, |
Trond Myklebust | 101070c | 2008-02-19 20:04:23 -0500 | [diff] [blame] | 2180 | .workqueue = nfsiod_workqueue, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 2181 | .flags = RPC_TASK_ASYNC, |
| 2182 | }; |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 2183 | int status = -ENOMEM; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2184 | |
Trond Myklebust | 8535b2b | 2010-05-13 12:51:01 -0400 | [diff] [blame] | 2185 | calldata = kzalloc(sizeof(*calldata), gfp_mask); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2186 | if (calldata == NULL) |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 2187 | goto out; |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 2188 | nfs41_init_sequence(&calldata->arg.seq_args, &calldata->res.seq_res, 1); |
Trond Myklebust | 4a35bd4 | 2007-06-05 10:31:33 -0400 | [diff] [blame] | 2189 | calldata->inode = state->inode; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2190 | calldata->state = state; |
Trond Myklebust | 4a35bd4 | 2007-06-05 10:31:33 -0400 | [diff] [blame] | 2191 | calldata->arg.fh = NFS_FH(state->inode); |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 2192 | calldata->arg.stateid = &state->open_stateid; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2193 | /* Serialization for the sequence id */ |
Trond Myklebust | 8535b2b | 2010-05-13 12:51:01 -0400 | [diff] [blame] | 2194 | calldata->arg.seqid = nfs_alloc_seqid(&state->owner->so_seqid, gfp_mask); |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 2195 | if (calldata->arg.seqid == NULL) |
| 2196 | goto out_free_calldata; |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 2197 | calldata->arg.fmode = 0; |
Trond Myklebust | a65318b | 2009-03-11 14:10:28 -0400 | [diff] [blame] | 2198 | calldata->arg.bitmask = server->cache_consistency_bitmask; |
Trond Myklebust | 516a6af | 2005-10-27 22:12:41 -0400 | [diff] [blame] | 2199 | calldata->res.fattr = &calldata->fattr; |
Trond Myklebust | c1d5193 | 2008-04-07 13:20:54 -0400 | [diff] [blame] | 2200 | calldata->res.seqid = calldata->arg.seqid; |
Trond Myklebust | 516a6af | 2005-10-27 22:12:41 -0400 | [diff] [blame] | 2201 | calldata->res.server = server; |
Fred Isaman | f7e8917 | 2011-01-06 11:36:32 +0000 | [diff] [blame] | 2202 | calldata->roc = roc; |
Al Viro | 643168c | 2011-06-22 18:20:23 -0400 | [diff] [blame] | 2203 | nfs_sb_active(calldata->inode->i_sb); |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 2204 | |
Trond Myklebust | 1174dd1 | 2010-12-21 10:52:24 -0500 | [diff] [blame] | 2205 | msg.rpc_argp = &calldata->arg; |
| 2206 | msg.rpc_resp = &calldata->res; |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 2207 | task_setup_data.callback_data = calldata; |
| 2208 | task = rpc_run_task(&task_setup_data); |
Trond Myklebust | b39e625 | 2007-06-11 23:05:07 -0400 | [diff] [blame] | 2209 | if (IS_ERR(task)) |
| 2210 | return PTR_ERR(task); |
Trond Myklebust | a49c3c7 | 2007-10-18 18:03:27 -0400 | [diff] [blame] | 2211 | status = 0; |
| 2212 | if (wait) |
| 2213 | status = rpc_wait_for_completion_task(task); |
Trond Myklebust | b39e625 | 2007-06-11 23:05:07 -0400 | [diff] [blame] | 2214 | rpc_put_task(task); |
Trond Myklebust | a49c3c7 | 2007-10-18 18:03:27 -0400 | [diff] [blame] | 2215 | return status; |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 2216 | out_free_calldata: |
| 2217 | kfree(calldata); |
| 2218 | out: |
Fred Isaman | f7e8917 | 2011-01-06 11:36:32 +0000 | [diff] [blame] | 2219 | if (roc) |
| 2220 | pnfs_roc_release(state->inode); |
Trond Myklebust | b39e625 | 2007-06-11 23:05:07 -0400 | [diff] [blame] | 2221 | nfs4_put_open_state(state); |
| 2222 | nfs4_put_state_owner(sp); |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 2223 | return status; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2224 | } |
| 2225 | |
Trond Myklebust | 2b48429 | 2010-09-17 10:56:51 -0400 | [diff] [blame] | 2226 | static struct inode * |
Trond Myklebust | cd9a1c0 | 2010-09-17 10:56:50 -0400 | [diff] [blame] | 2227 | nfs4_atomic_open(struct inode *dir, struct nfs_open_context *ctx, int open_flags, struct iattr *attr) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2228 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2229 | struct nfs4_state *state; |
| 2230 | |
Trond Myklebust | 565277f | 2007-10-15 18:17:53 -0400 | [diff] [blame] | 2231 | /* Protect against concurrent sillydeletes */ |
Andy Adamson | 82be417 | 2012-05-23 05:02:35 -0400 | [diff] [blame] | 2232 | state = nfs4_do_open(dir, ctx->dentry, ctx->mode, open_flags, attr, |
| 2233 | ctx->cred, &ctx->mdsthreshold); |
Trond Myklebust | f46e0bd | 2010-09-17 10:56:50 -0400 | [diff] [blame] | 2234 | if (IS_ERR(state)) |
| 2235 | return ERR_CAST(state); |
Trond Myklebust | cd9a1c0 | 2010-09-17 10:56:50 -0400 | [diff] [blame] | 2236 | ctx->state = state; |
Trond Myklebust | f46e0bd | 2010-09-17 10:56:50 -0400 | [diff] [blame] | 2237 | return igrab(state->inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2238 | } |
| 2239 | |
Trond Myklebust | 1185a55 | 2009-12-03 15:54:02 -0500 | [diff] [blame] | 2240 | 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] | 2241 | { |
| 2242 | if (ctx->state == NULL) |
| 2243 | return; |
| 2244 | if (is_sync) |
Al Viro | 643168c | 2011-06-22 18:20:23 -0400 | [diff] [blame] | 2245 | nfs4_close_sync(ctx->state, ctx->mode); |
Trond Myklebust | 7fe5c39 | 2009-03-19 15:35:50 -0400 | [diff] [blame] | 2246 | else |
Al Viro | 643168c | 2011-06-22 18:20:23 -0400 | [diff] [blame] | 2247 | nfs4_close_state(ctx->state, ctx->mode); |
Trond Myklebust | 7fe5c39 | 2009-03-19 15:35:50 -0400 | [diff] [blame] | 2248 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2249 | |
| 2250 | static int _nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle) |
| 2251 | { |
Benny Halevy | 43652ad | 2009-04-01 09:21:54 -0400 | [diff] [blame] | 2252 | struct nfs4_server_caps_arg args = { |
| 2253 | .fhandle = fhandle, |
| 2254 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2255 | struct nfs4_server_caps_res res = {}; |
| 2256 | struct rpc_message msg = { |
| 2257 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SERVER_CAPS], |
Benny Halevy | 43652ad | 2009-04-01 09:21:54 -0400 | [diff] [blame] | 2258 | .rpc_argp = &args, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2259 | .rpc_resp = &res, |
| 2260 | }; |
| 2261 | int status; |
| 2262 | |
Bryan Schumaker | 7c51305 | 2011-03-24 17:12:24 +0000 | [diff] [blame] | 2263 | status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2264 | if (status == 0) { |
| 2265 | memcpy(server->attr_bitmask, res.attr_bitmask, sizeof(server->attr_bitmask)); |
Trond Myklebust | 62ab460 | 2009-08-09 15:06:19 -0400 | [diff] [blame] | 2266 | server->caps &= ~(NFS_CAP_ACLS|NFS_CAP_HARDLINKS| |
| 2267 | NFS_CAP_SYMLINKS|NFS_CAP_FILEID| |
| 2268 | NFS_CAP_MODE|NFS_CAP_NLINK|NFS_CAP_OWNER| |
| 2269 | NFS_CAP_OWNER_GROUP|NFS_CAP_ATIME| |
| 2270 | NFS_CAP_CTIME|NFS_CAP_MTIME); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2271 | if (res.attr_bitmask[0] & FATTR4_WORD0_ACL) |
| 2272 | server->caps |= NFS_CAP_ACLS; |
| 2273 | if (res.has_links != 0) |
| 2274 | server->caps |= NFS_CAP_HARDLINKS; |
| 2275 | if (res.has_symlinks != 0) |
| 2276 | server->caps |= NFS_CAP_SYMLINKS; |
Trond Myklebust | 62ab460 | 2009-08-09 15:06:19 -0400 | [diff] [blame] | 2277 | if (res.attr_bitmask[0] & FATTR4_WORD0_FILEID) |
| 2278 | server->caps |= NFS_CAP_FILEID; |
| 2279 | if (res.attr_bitmask[1] & FATTR4_WORD1_MODE) |
| 2280 | server->caps |= NFS_CAP_MODE; |
| 2281 | if (res.attr_bitmask[1] & FATTR4_WORD1_NUMLINKS) |
| 2282 | server->caps |= NFS_CAP_NLINK; |
| 2283 | if (res.attr_bitmask[1] & FATTR4_WORD1_OWNER) |
| 2284 | server->caps |= NFS_CAP_OWNER; |
| 2285 | if (res.attr_bitmask[1] & FATTR4_WORD1_OWNER_GROUP) |
| 2286 | server->caps |= NFS_CAP_OWNER_GROUP; |
| 2287 | if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_ACCESS) |
| 2288 | server->caps |= NFS_CAP_ATIME; |
| 2289 | if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_METADATA) |
| 2290 | server->caps |= NFS_CAP_CTIME; |
| 2291 | if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_MODIFY) |
| 2292 | server->caps |= NFS_CAP_MTIME; |
| 2293 | |
Trond Myklebust | a65318b | 2009-03-11 14:10:28 -0400 | [diff] [blame] | 2294 | memcpy(server->cache_consistency_bitmask, res.attr_bitmask, sizeof(server->cache_consistency_bitmask)); |
| 2295 | server->cache_consistency_bitmask[0] &= FATTR4_WORD0_CHANGE|FATTR4_WORD0_SIZE; |
| 2296 | 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] | 2297 | server->acl_bitmask = res.acl_bitmask; |
Chuck Lever | 264e635 | 2012-03-01 17:02:05 -0500 | [diff] [blame] | 2298 | server->fh_expire_type = res.fh_expire_type; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2299 | } |
Andy Adamson | cccef3b | 2009-04-01 09:22:03 -0400 | [diff] [blame] | 2300 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2301 | return status; |
| 2302 | } |
| 2303 | |
Trond Myklebust | 55a9759 | 2006-06-09 09:34:19 -0400 | [diff] [blame] | 2304 | int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2305 | { |
| 2306 | struct nfs4_exception exception = { }; |
| 2307 | int err; |
| 2308 | do { |
| 2309 | err = nfs4_handle_exception(server, |
| 2310 | _nfs4_server_capabilities(server, fhandle), |
| 2311 | &exception); |
| 2312 | } while (exception.retry); |
| 2313 | return err; |
| 2314 | } |
| 2315 | |
| 2316 | static int _nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle, |
| 2317 | struct nfs_fsinfo *info) |
| 2318 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2319 | struct nfs4_lookup_root_arg args = { |
| 2320 | .bitmask = nfs4_fattr_bitmap, |
| 2321 | }; |
| 2322 | struct nfs4_lookup_res res = { |
| 2323 | .server = server, |
Trond Myklebust | 0e574af | 2005-10-27 22:12:38 -0400 | [diff] [blame] | 2324 | .fattr = info->fattr, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2325 | .fh = fhandle, |
| 2326 | }; |
| 2327 | struct rpc_message msg = { |
| 2328 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP_ROOT], |
| 2329 | .rpc_argp = &args, |
| 2330 | .rpc_resp = &res, |
| 2331 | }; |
Benny Halevy | 008f55d | 2009-04-01 09:22:50 -0400 | [diff] [blame] | 2332 | |
Trond Myklebust | 0e574af | 2005-10-27 22:12:38 -0400 | [diff] [blame] | 2333 | nfs_fattr_init(info->fattr); |
Bryan Schumaker | 7c51305 | 2011-03-24 17:12:24 +0000 | [diff] [blame] | 2334 | return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2335 | } |
| 2336 | |
| 2337 | static int nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle, |
| 2338 | struct nfs_fsinfo *info) |
| 2339 | { |
| 2340 | struct nfs4_exception exception = { }; |
| 2341 | int err; |
| 2342 | do { |
Bryan Schumaker | fb8a5ba | 2011-04-18 16:52:25 -0400 | [diff] [blame] | 2343 | err = _nfs4_lookup_root(server, fhandle, info); |
| 2344 | switch (err) { |
| 2345 | case 0: |
| 2346 | case -NFS4ERR_WRONGSEC: |
Trond Myklebust | 05e9cfb | 2012-03-27 18:13:02 -0400 | [diff] [blame] | 2347 | goto out; |
Bryan Schumaker | fb8a5ba | 2011-04-18 16:52:25 -0400 | [diff] [blame] | 2348 | default: |
| 2349 | err = nfs4_handle_exception(server, err, &exception); |
| 2350 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2351 | } while (exception.retry); |
Trond Myklebust | 05e9cfb | 2012-03-27 18:13:02 -0400 | [diff] [blame] | 2352 | out: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2353 | return err; |
| 2354 | } |
| 2355 | |
Bryan Schumaker | 8f70e95 | 2011-03-24 17:12:31 +0000 | [diff] [blame] | 2356 | static int nfs4_lookup_root_sec(struct nfs_server *server, struct nfs_fh *fhandle, |
| 2357 | struct nfs_fsinfo *info, rpc_authflavor_t flavor) |
| 2358 | { |
| 2359 | struct rpc_auth *auth; |
| 2360 | int ret; |
| 2361 | |
| 2362 | auth = rpcauth_create(flavor, server->client); |
| 2363 | if (!auth) { |
| 2364 | ret = -EIO; |
| 2365 | goto out; |
| 2366 | } |
| 2367 | ret = nfs4_lookup_root(server, fhandle, info); |
Bryan Schumaker | 8f70e95 | 2011-03-24 17:12:31 +0000 | [diff] [blame] | 2368 | out: |
| 2369 | return ret; |
| 2370 | } |
| 2371 | |
Bryan Schumaker | 801a16dc | 2011-04-13 14:31:30 -0400 | [diff] [blame] | 2372 | static int nfs4_find_root_sec(struct nfs_server *server, struct nfs_fh *fhandle, |
David Howells | 54ceac4 | 2006-08-22 20:06:13 -0400 | [diff] [blame] | 2373 | struct nfs_fsinfo *info) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2374 | { |
Bryan Schumaker | 8f70e95 | 2011-03-24 17:12:31 +0000 | [diff] [blame] | 2375 | int i, len, status = 0; |
Bryan Schumaker | 0fabee2 | 2011-04-13 14:31:29 -0400 | [diff] [blame] | 2376 | rpc_authflavor_t flav_array[NFS_MAX_SECFLAVORS]; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2377 | |
Bryan Schumaker | 801a16dc | 2011-04-13 14:31:30 -0400 | [diff] [blame] | 2378 | len = gss_mech_list_pseudoflavors(&flav_array[0]); |
| 2379 | flav_array[len] = RPC_AUTH_NULL; |
| 2380 | len += 1; |
Bryan Schumaker | 8f70e95 | 2011-03-24 17:12:31 +0000 | [diff] [blame] | 2381 | |
| 2382 | for (i = 0; i < len; i++) { |
| 2383 | status = nfs4_lookup_root_sec(server, fhandle, info, flav_array[i]); |
Bryan Schumaker | fb8a5ba | 2011-04-18 16:52:25 -0400 | [diff] [blame] | 2384 | if (status == -NFS4ERR_WRONGSEC || status == -EACCES) |
Bryan Schumaker | d1a8016 | 2011-04-13 14:31:28 -0400 | [diff] [blame] | 2385 | continue; |
| 2386 | break; |
Bryan Schumaker | 8f70e95 | 2011-03-24 17:12:31 +0000 | [diff] [blame] | 2387 | } |
Bryan Schumaker | fb8a5ba | 2011-04-18 16:52:25 -0400 | [diff] [blame] | 2388 | /* |
| 2389 | * -EACCESS could mean that the user doesn't have correct permissions |
| 2390 | * to access the mount. It could also mean that we tried to mount |
| 2391 | * with a gss auth flavor, but rpc.gssd isn't running. Either way, |
| 2392 | * existing mount programs don't handle -EACCES very well so it should |
| 2393 | * be mapped to -EPERM instead. |
| 2394 | */ |
| 2395 | if (status == -EACCES) |
| 2396 | status = -EPERM; |
Bryan Schumaker | 801a16dc | 2011-04-13 14:31:30 -0400 | [diff] [blame] | 2397 | return status; |
| 2398 | } |
| 2399 | |
| 2400 | /* |
| 2401 | * get the file handle for the "/" directory on the server |
| 2402 | */ |
Bryan Schumaker | 3028eb2 | 2012-05-10 15:07:30 -0400 | [diff] [blame] | 2403 | int nfs4_proc_get_rootfh(struct nfs_server *server, struct nfs_fh *fhandle, |
| 2404 | struct nfs_fsinfo *info) |
Bryan Schumaker | 801a16dc | 2011-04-13 14:31:30 -0400 | [diff] [blame] | 2405 | { |
Bryan Schumaker | fca78d6 | 2011-06-02 14:59:07 -0400 | [diff] [blame] | 2406 | int minor_version = server->nfs_client->cl_minorversion; |
Bryan Schumaker | 801a16dc | 2011-04-13 14:31:30 -0400 | [diff] [blame] | 2407 | int status = nfs4_lookup_root(server, fhandle, info); |
Bryan Schumaker | fb8a5ba | 2011-04-18 16:52:25 -0400 | [diff] [blame] | 2408 | if ((status == -NFS4ERR_WRONGSEC) && !(server->flags & NFS_MOUNT_SECFLAVOUR)) |
| 2409 | /* |
| 2410 | * A status of -NFS4ERR_WRONGSEC will be mapped to -EPERM |
| 2411 | * by nfs4_map_errors() as this function exits. |
| 2412 | */ |
Bryan Schumaker | fca78d6 | 2011-06-02 14:59:07 -0400 | [diff] [blame] | 2413 | status = nfs_v4_minor_ops[minor_version]->find_root_sec(server, fhandle, info); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2414 | if (status == 0) |
| 2415 | status = nfs4_server_capabilities(server, fhandle); |
| 2416 | if (status == 0) |
| 2417 | status = nfs4_do_fsinfo(server, fhandle, info); |
Trond Myklebust | c12e87f | 2006-03-13 21:20:47 -0800 | [diff] [blame] | 2418 | return nfs4_map_errors(status); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2419 | } |
| 2420 | |
Bryan Schumaker | bae3624 | 2012-05-10 15:07:31 -0400 | [diff] [blame] | 2421 | static int nfs4_proc_get_root(struct nfs_server *server, struct nfs_fh *mntfh, |
| 2422 | struct nfs_fsinfo *info) |
| 2423 | { |
| 2424 | int error; |
| 2425 | struct nfs_fattr *fattr = info->fattr; |
| 2426 | |
| 2427 | error = nfs4_server_capabilities(server, mntfh); |
| 2428 | if (error < 0) { |
| 2429 | dprintk("nfs4_get_root: getcaps error = %d\n", -error); |
| 2430 | return error; |
| 2431 | } |
| 2432 | |
| 2433 | error = nfs4_proc_getattr(server, mntfh, fattr); |
| 2434 | if (error < 0) { |
| 2435 | dprintk("nfs4_get_root: getattr error = %d\n", -error); |
| 2436 | return error; |
| 2437 | } |
| 2438 | |
| 2439 | if (fattr->valid & NFS_ATTR_FATTR_FSID && |
| 2440 | !nfs_fsid_equal(&server->fsid, &fattr->fsid)) |
| 2441 | memcpy(&server->fsid, &fattr->fsid, sizeof(server->fsid)); |
| 2442 | |
| 2443 | return error; |
| 2444 | } |
| 2445 | |
Manoj Naik | 6b97fd3 | 2006-06-09 09:34:29 -0400 | [diff] [blame] | 2446 | /* |
| 2447 | * Get locations and (maybe) other attributes of a referral. |
| 2448 | * Note that we'll actually follow the referral later when |
| 2449 | * we detect fsid mismatch in inode revalidation |
| 2450 | */ |
Bryan Schumaker | f05d147 | 2012-04-27 13:27:41 -0400 | [diff] [blame] | 2451 | static int nfs4_get_referral(struct rpc_clnt *client, struct inode *dir, |
| 2452 | const struct qstr *name, struct nfs_fattr *fattr, |
| 2453 | struct nfs_fh *fhandle) |
Manoj Naik | 6b97fd3 | 2006-06-09 09:34:29 -0400 | [diff] [blame] | 2454 | { |
| 2455 | int status = -ENOMEM; |
| 2456 | struct page *page = NULL; |
| 2457 | struct nfs4_fs_locations *locations = NULL; |
Manoj Naik | 6b97fd3 | 2006-06-09 09:34:29 -0400 | [diff] [blame] | 2458 | |
| 2459 | page = alloc_page(GFP_KERNEL); |
| 2460 | if (page == NULL) |
| 2461 | goto out; |
| 2462 | locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL); |
| 2463 | if (locations == NULL) |
| 2464 | goto out; |
| 2465 | |
Bryan Schumaker | f05d147 | 2012-04-27 13:27:41 -0400 | [diff] [blame] | 2466 | status = nfs4_proc_fs_locations(client, dir, name, locations, page); |
Manoj Naik | 6b97fd3 | 2006-06-09 09:34:29 -0400 | [diff] [blame] | 2467 | if (status != 0) |
| 2468 | goto out; |
| 2469 | /* Make sure server returned a different fsid for the referral */ |
| 2470 | if (nfs_fsid_equal(&NFS_SERVER(dir)->fsid, &locations->fattr.fsid)) { |
Andy Adamson | 533eb46 | 2011-06-13 18:25:56 -0400 | [diff] [blame] | 2471 | dprintk("%s: server did not return a different fsid for" |
| 2472 | " a referral at %s\n", __func__, name->name); |
Manoj Naik | 6b97fd3 | 2006-06-09 09:34:29 -0400 | [diff] [blame] | 2473 | status = -EIO; |
| 2474 | goto out; |
| 2475 | } |
Andy Adamson | 533eb46 | 2011-06-13 18:25:56 -0400 | [diff] [blame] | 2476 | /* Fixup attributes for the nfs_lookup() call to nfs_fhget() */ |
| 2477 | nfs_fixup_referral_attributes(&locations->fattr); |
Manoj Naik | 6b97fd3 | 2006-06-09 09:34:29 -0400 | [diff] [blame] | 2478 | |
Andy Adamson | 533eb46 | 2011-06-13 18:25:56 -0400 | [diff] [blame] | 2479 | /* replace the lookup nfs_fattr with the locations nfs_fattr */ |
Manoj Naik | 6b97fd3 | 2006-06-09 09:34:29 -0400 | [diff] [blame] | 2480 | memcpy(fattr, &locations->fattr, sizeof(struct nfs_fattr)); |
Manoj Naik | 6b97fd3 | 2006-06-09 09:34:29 -0400 | [diff] [blame] | 2481 | memset(fhandle, 0, sizeof(struct nfs_fh)); |
| 2482 | out: |
| 2483 | if (page) |
| 2484 | __free_page(page); |
Davidlohr Bueso | 5d7ca35 | 2010-08-11 12:42:15 -0400 | [diff] [blame] | 2485 | kfree(locations); |
Manoj Naik | 6b97fd3 | 2006-06-09 09:34:29 -0400 | [diff] [blame] | 2486 | return status; |
| 2487 | } |
| 2488 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2489 | static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr) |
| 2490 | { |
| 2491 | struct nfs4_getattr_arg args = { |
| 2492 | .fh = fhandle, |
| 2493 | .bitmask = server->attr_bitmask, |
| 2494 | }; |
| 2495 | struct nfs4_getattr_res res = { |
| 2496 | .fattr = fattr, |
| 2497 | .server = server, |
| 2498 | }; |
| 2499 | struct rpc_message msg = { |
| 2500 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETATTR], |
| 2501 | .rpc_argp = &args, |
| 2502 | .rpc_resp = &res, |
| 2503 | }; |
| 2504 | |
Trond Myklebust | 0e574af | 2005-10-27 22:12:38 -0400 | [diff] [blame] | 2505 | nfs_fattr_init(fattr); |
Bryan Schumaker | 7c51305 | 2011-03-24 17:12:24 +0000 | [diff] [blame] | 2506 | return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2507 | } |
| 2508 | |
| 2509 | static int nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr) |
| 2510 | { |
| 2511 | struct nfs4_exception exception = { }; |
| 2512 | int err; |
| 2513 | do { |
| 2514 | err = nfs4_handle_exception(server, |
| 2515 | _nfs4_proc_getattr(server, fhandle, fattr), |
| 2516 | &exception); |
| 2517 | } while (exception.retry); |
| 2518 | return err; |
| 2519 | } |
| 2520 | |
| 2521 | /* |
| 2522 | * The file is not closed if it is opened due to the a request to change |
| 2523 | * the size of the file. The open call will not be needed once the |
| 2524 | * VFS layer lookup-intents are implemented. |
| 2525 | * |
| 2526 | * Close is called when the inode is destroyed. |
| 2527 | * If we haven't opened the file for O_WRONLY, we |
| 2528 | * need to in the size_change case to obtain a stateid. |
| 2529 | * |
| 2530 | * Got race? |
| 2531 | * Because OPEN is always done by name in nfsv4, it is |
| 2532 | * possible that we opened a different file by the same |
| 2533 | * name. We can recognize this race condition, but we |
| 2534 | * can't do anything about it besides returning an error. |
| 2535 | * |
| 2536 | * This will be fixed with VFS changes (lookup-intent). |
| 2537 | */ |
| 2538 | static int |
| 2539 | nfs4_proc_setattr(struct dentry *dentry, struct nfs_fattr *fattr, |
| 2540 | struct iattr *sattr) |
| 2541 | { |
Trond Myklebust | 08e9eac | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 2542 | struct inode *inode = dentry->d_inode; |
Trond Myklebust | 659bfcd | 2008-06-10 19:39:41 -0400 | [diff] [blame] | 2543 | struct rpc_cred *cred = NULL; |
Trond Myklebust | d530838 | 2005-11-04 15:33:38 -0500 | [diff] [blame] | 2544 | struct nfs4_state *state = NULL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2545 | int status; |
| 2546 | |
Benny Halevy | 8a1636c | 2010-07-14 15:43:57 -0400 | [diff] [blame] | 2547 | if (pnfs_ld_layoutret_on_setattr(inode)) |
| 2548 | pnfs_return_layout(inode); |
| 2549 | |
Trond Myklebust | 0e574af | 2005-10-27 22:12:38 -0400 | [diff] [blame] | 2550 | nfs_fattr_init(fattr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2551 | |
Andy Adamson | 2669940 | 2012-05-30 16:12:24 -0400 | [diff] [blame] | 2552 | /* Deal with open(O_TRUNC) */ |
| 2553 | if (sattr->ia_valid & ATTR_OPEN) |
| 2554 | sattr->ia_valid &= ~(ATTR_MTIME|ATTR_CTIME|ATTR_OPEN); |
| 2555 | |
| 2556 | /* Optimization: if the end result is no change, don't RPC */ |
| 2557 | if ((sattr->ia_valid & ~(ATTR_FILE)) == 0) |
| 2558 | return 0; |
| 2559 | |
Trond Myklebust | d530838 | 2005-11-04 15:33:38 -0500 | [diff] [blame] | 2560 | /* Search for an existing open(O_WRITE) file */ |
Trond Myklebust | 659bfcd | 2008-06-10 19:39:41 -0400 | [diff] [blame] | 2561 | if (sattr->ia_valid & ATTR_FILE) { |
| 2562 | struct nfs_open_context *ctx; |
Trond Myklebust | 08e9eac | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 2563 | |
Trond Myklebust | 659bfcd | 2008-06-10 19:39:41 -0400 | [diff] [blame] | 2564 | ctx = nfs_file_open_context(sattr->ia_file); |
Neil Brown | 504e518 | 2008-10-16 14:15:16 +1100 | [diff] [blame] | 2565 | if (ctx) { |
| 2566 | cred = ctx->cred; |
| 2567 | state = ctx->state; |
| 2568 | } |
Trond Myklebust | 659bfcd | 2008-06-10 19:39:41 -0400 | [diff] [blame] | 2569 | } |
| 2570 | |
| 2571 | status = nfs4_do_setattr(inode, cred, fattr, sattr, state); |
Trond Myklebust | 65e4308 | 2005-08-16 11:49:44 -0400 | [diff] [blame] | 2572 | if (status == 0) |
| 2573 | nfs_setattr_update_inode(inode, sattr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2574 | return status; |
| 2575 | } |
| 2576 | |
Trond Myklebust | 0c2e53f | 2011-10-18 16:11:22 -0700 | [diff] [blame] | 2577 | static int _nfs4_proc_lookup(struct rpc_clnt *clnt, struct inode *dir, |
| 2578 | const struct qstr *name, struct nfs_fh *fhandle, |
| 2579 | struct nfs_fattr *fattr) |
David Howells | 2b3de44 | 2006-08-22 20:06:09 -0400 | [diff] [blame] | 2580 | { |
Trond Myklebust | 0c2e53f | 2011-10-18 16:11:22 -0700 | [diff] [blame] | 2581 | struct nfs_server *server = NFS_SERVER(dir); |
David Howells | 2b3de44 | 2006-08-22 20:06:09 -0400 | [diff] [blame] | 2582 | int status; |
| 2583 | struct nfs4_lookup_arg args = { |
| 2584 | .bitmask = server->attr_bitmask, |
Trond Myklebust | 0c2e53f | 2011-10-18 16:11:22 -0700 | [diff] [blame] | 2585 | .dir_fh = NFS_FH(dir), |
David Howells | 2b3de44 | 2006-08-22 20:06:09 -0400 | [diff] [blame] | 2586 | .name = name, |
| 2587 | }; |
| 2588 | struct nfs4_lookup_res res = { |
| 2589 | .server = server, |
| 2590 | .fattr = fattr, |
| 2591 | .fh = fhandle, |
| 2592 | }; |
| 2593 | struct rpc_message msg = { |
| 2594 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP], |
| 2595 | .rpc_argp = &args, |
| 2596 | .rpc_resp = &res, |
| 2597 | }; |
| 2598 | |
| 2599 | nfs_fattr_init(fattr); |
| 2600 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2601 | dprintk("NFS call lookup %s\n", name->name); |
Trond Myklebust | 0c2e53f | 2011-10-18 16:11:22 -0700 | [diff] [blame] | 2602 | status = nfs4_call_sync(clnt, server, &msg, &args.seq_args, &res.seq_res, 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2603 | dprintk("NFS reply lookup: %d\n", status); |
| 2604 | return status; |
| 2605 | } |
| 2606 | |
Bryan Schumaker | 72de53e | 2012-04-27 13:27:40 -0400 | [diff] [blame] | 2607 | static void nfs_fixup_secinfo_attributes(struct nfs_fattr *fattr) |
Bryan Schumaker | 7ebb931 | 2011-03-24 17:12:30 +0000 | [diff] [blame] | 2608 | { |
Bryan Schumaker | 7ebb931 | 2011-03-24 17:12:30 +0000 | [diff] [blame] | 2609 | fattr->valid |= NFS_ATTR_FATTR_TYPE | NFS_ATTR_FATTR_MODE | |
Bryan Schumaker | 72de53e | 2012-04-27 13:27:40 -0400 | [diff] [blame] | 2610 | NFS_ATTR_FATTR_NLINK | NFS_ATTR_FATTR_MOUNTPOINT; |
Bryan Schumaker | 7ebb931 | 2011-03-24 17:12:30 +0000 | [diff] [blame] | 2611 | fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO; |
| 2612 | fattr->nlink = 2; |
| 2613 | } |
| 2614 | |
Bryan Schumaker | 72de53e | 2012-04-27 13:27:40 -0400 | [diff] [blame] | 2615 | static int nfs4_proc_lookup_common(struct rpc_clnt **clnt, struct inode *dir, |
| 2616 | struct qstr *name, struct nfs_fh *fhandle, |
| 2617 | struct nfs_fattr *fattr) |
| 2618 | { |
| 2619 | struct nfs4_exception exception = { }; |
| 2620 | struct rpc_clnt *client = *clnt; |
| 2621 | int err; |
| 2622 | do { |
| 2623 | err = _nfs4_proc_lookup(client, dir, name, fhandle, fattr); |
| 2624 | switch (err) { |
| 2625 | case -NFS4ERR_BADNAME: |
| 2626 | err = -ENOENT; |
| 2627 | goto out; |
| 2628 | case -NFS4ERR_MOVED: |
Bryan Schumaker | f05d147 | 2012-04-27 13:27:41 -0400 | [diff] [blame] | 2629 | err = nfs4_get_referral(client, dir, name, fattr, fhandle); |
Bryan Schumaker | 72de53e | 2012-04-27 13:27:40 -0400 | [diff] [blame] | 2630 | goto out; |
| 2631 | case -NFS4ERR_WRONGSEC: |
| 2632 | err = -EPERM; |
| 2633 | if (client != *clnt) |
| 2634 | goto out; |
| 2635 | |
| 2636 | client = nfs4_create_sec_client(client, dir, name); |
| 2637 | if (IS_ERR(client)) |
| 2638 | return PTR_ERR(client); |
| 2639 | |
| 2640 | exception.retry = 1; |
| 2641 | break; |
| 2642 | default: |
| 2643 | err = nfs4_handle_exception(NFS_SERVER(dir), err, &exception); |
| 2644 | } |
| 2645 | } while (exception.retry); |
| 2646 | |
| 2647 | out: |
| 2648 | if (err == 0) |
| 2649 | *clnt = client; |
| 2650 | else if (client != *clnt) |
| 2651 | rpc_shutdown_client(client); |
| 2652 | |
| 2653 | return err; |
| 2654 | } |
| 2655 | |
Bryan Schumaker | 80a16b2 | 2012-04-27 13:27:46 -0400 | [diff] [blame] | 2656 | static int nfs4_proc_lookup(struct inode *dir, struct qstr *name, |
Bryan Schumaker | 7c51305 | 2011-03-24 17:12:24 +0000 | [diff] [blame] | 2657 | struct nfs_fh *fhandle, struct nfs_fattr *fattr) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2658 | { |
Bryan Schumaker | 72de53e | 2012-04-27 13:27:40 -0400 | [diff] [blame] | 2659 | int status; |
| 2660 | struct rpc_clnt *client = NFS_CLIENT(dir); |
Trond Myklebust | 0c2e53f | 2011-10-18 16:11:22 -0700 | [diff] [blame] | 2661 | |
Bryan Schumaker | 72de53e | 2012-04-27 13:27:40 -0400 | [diff] [blame] | 2662 | status = nfs4_proc_lookup_common(&client, dir, name, fhandle, fattr); |
| 2663 | if (client != NFS_CLIENT(dir)) { |
| 2664 | rpc_shutdown_client(client); |
| 2665 | nfs_fixup_secinfo_attributes(fattr); |
| 2666 | } |
| 2667 | return status; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2668 | } |
| 2669 | |
Bryan Schumaker | f05d147 | 2012-04-27 13:27:41 -0400 | [diff] [blame] | 2670 | struct rpc_clnt * |
| 2671 | nfs4_proc_lookup_mountpoint(struct inode *dir, struct qstr *name, |
| 2672 | struct nfs_fh *fhandle, struct nfs_fattr *fattr) |
| 2673 | { |
| 2674 | int status; |
| 2675 | struct rpc_clnt *client = rpc_clone_client(NFS_CLIENT(dir)); |
| 2676 | |
| 2677 | status = nfs4_proc_lookup_common(&client, dir, name, fhandle, fattr); |
| 2678 | if (status < 0) { |
| 2679 | rpc_shutdown_client(client); |
| 2680 | return ERR_PTR(status); |
| 2681 | } |
| 2682 | return client; |
| 2683 | } |
| 2684 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2685 | static int _nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry) |
| 2686 | { |
Trond Myklebust | 76b3299 | 2007-08-10 17:45:11 -0400 | [diff] [blame] | 2687 | struct nfs_server *server = NFS_SERVER(inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2688 | struct nfs4_accessargs args = { |
| 2689 | .fh = NFS_FH(inode), |
Trond Myklebust | a4980e7 | 2012-01-30 15:43:56 -0500 | [diff] [blame] | 2690 | .bitmask = server->cache_consistency_bitmask, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2691 | }; |
Trond Myklebust | 76b3299 | 2007-08-10 17:45:11 -0400 | [diff] [blame] | 2692 | struct nfs4_accessres res = { |
| 2693 | .server = server, |
Trond Myklebust | 76b3299 | 2007-08-10 17:45:11 -0400 | [diff] [blame] | 2694 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2695 | struct rpc_message msg = { |
| 2696 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_ACCESS], |
| 2697 | .rpc_argp = &args, |
| 2698 | .rpc_resp = &res, |
| 2699 | .rpc_cred = entry->cred, |
| 2700 | }; |
| 2701 | int mode = entry->mask; |
| 2702 | int status; |
| 2703 | |
| 2704 | /* |
| 2705 | * Determine which access bits we want to ask for... |
| 2706 | */ |
| 2707 | if (mode & MAY_READ) |
| 2708 | args.access |= NFS4_ACCESS_READ; |
| 2709 | if (S_ISDIR(inode->i_mode)) { |
| 2710 | if (mode & MAY_WRITE) |
| 2711 | args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND | NFS4_ACCESS_DELETE; |
| 2712 | if (mode & MAY_EXEC) |
| 2713 | args.access |= NFS4_ACCESS_LOOKUP; |
| 2714 | } else { |
| 2715 | if (mode & MAY_WRITE) |
| 2716 | args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND; |
| 2717 | if (mode & MAY_EXEC) |
| 2718 | args.access |= NFS4_ACCESS_EXECUTE; |
| 2719 | } |
Trond Myklebust | c407d41 | 2010-04-16 16:22:48 -0400 | [diff] [blame] | 2720 | |
| 2721 | res.fattr = nfs_alloc_fattr(); |
| 2722 | if (res.fattr == NULL) |
| 2723 | return -ENOMEM; |
| 2724 | |
Bryan Schumaker | 7c51305 | 2011-03-24 17:12:24 +0000 | [diff] [blame] | 2725 | status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2726 | if (!status) { |
| 2727 | entry->mask = 0; |
| 2728 | if (res.access & NFS4_ACCESS_READ) |
| 2729 | entry->mask |= MAY_READ; |
| 2730 | if (res.access & (NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND | NFS4_ACCESS_DELETE)) |
| 2731 | entry->mask |= MAY_WRITE; |
| 2732 | if (res.access & (NFS4_ACCESS_LOOKUP|NFS4_ACCESS_EXECUTE)) |
| 2733 | entry->mask |= MAY_EXEC; |
Trond Myklebust | c407d41 | 2010-04-16 16:22:48 -0400 | [diff] [blame] | 2734 | nfs_refresh_inode(inode, res.fattr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2735 | } |
Trond Myklebust | c407d41 | 2010-04-16 16:22:48 -0400 | [diff] [blame] | 2736 | nfs_free_fattr(res.fattr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2737 | return status; |
| 2738 | } |
| 2739 | |
| 2740 | static int nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry) |
| 2741 | { |
| 2742 | struct nfs4_exception exception = { }; |
| 2743 | int err; |
| 2744 | do { |
| 2745 | err = nfs4_handle_exception(NFS_SERVER(inode), |
| 2746 | _nfs4_proc_access(inode, entry), |
| 2747 | &exception); |
| 2748 | } while (exception.retry); |
| 2749 | return err; |
| 2750 | } |
| 2751 | |
| 2752 | /* |
| 2753 | * TODO: For the time being, we don't try to get any attributes |
| 2754 | * along with any of the zero-copy operations READ, READDIR, |
| 2755 | * READLINK, WRITE. |
| 2756 | * |
| 2757 | * In the case of the first three, we want to put the GETATTR |
| 2758 | * after the read-type operation -- this is because it is hard |
| 2759 | * to predict the length of a GETATTR response in v4, and thus |
| 2760 | * align the READ data correctly. This means that the GETATTR |
| 2761 | * may end up partially falling into the page cache, and we should |
| 2762 | * shift it into the 'tail' of the xdr_buf before processing. |
| 2763 | * To do this efficiently, we need to know the total length |
| 2764 | * of data received, which doesn't seem to be available outside |
| 2765 | * of the RPC layer. |
| 2766 | * |
| 2767 | * In the case of WRITE, we also want to put the GETATTR after |
| 2768 | * the operation -- in this case because we want to make sure |
Trond Myklebust | 140150d | 2012-06-05 15:20:25 -0400 | [diff] [blame] | 2769 | * we get the post-operation mtime and size. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2770 | * |
| 2771 | * Both of these changes to the XDR layer would in fact be quite |
| 2772 | * minor, but I decided to leave them for a subsequent patch. |
| 2773 | */ |
| 2774 | static int _nfs4_proc_readlink(struct inode *inode, struct page *page, |
| 2775 | unsigned int pgbase, unsigned int pglen) |
| 2776 | { |
| 2777 | struct nfs4_readlink args = { |
| 2778 | .fh = NFS_FH(inode), |
| 2779 | .pgbase = pgbase, |
| 2780 | .pglen = pglen, |
| 2781 | .pages = &page, |
| 2782 | }; |
Benny Halevy | f50c700 | 2009-04-01 09:21:55 -0400 | [diff] [blame] | 2783 | struct nfs4_readlink_res res; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2784 | struct rpc_message msg = { |
| 2785 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READLINK], |
| 2786 | .rpc_argp = &args, |
Benny Halevy | f50c700 | 2009-04-01 09:21:55 -0400 | [diff] [blame] | 2787 | .rpc_resp = &res, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2788 | }; |
| 2789 | |
Bryan Schumaker | 7c51305 | 2011-03-24 17:12:24 +0000 | [diff] [blame] | 2790 | return nfs4_call_sync(NFS_SERVER(inode)->client, NFS_SERVER(inode), &msg, &args.seq_args, &res.seq_res, 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2791 | } |
| 2792 | |
| 2793 | static int nfs4_proc_readlink(struct inode *inode, struct page *page, |
| 2794 | unsigned int pgbase, unsigned int pglen) |
| 2795 | { |
| 2796 | struct nfs4_exception exception = { }; |
| 2797 | int err; |
| 2798 | do { |
| 2799 | err = nfs4_handle_exception(NFS_SERVER(inode), |
| 2800 | _nfs4_proc_readlink(inode, page, pgbase, pglen), |
| 2801 | &exception); |
| 2802 | } while (exception.retry); |
| 2803 | return err; |
| 2804 | } |
| 2805 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2806 | /* |
| 2807 | * Got race? |
| 2808 | * We will need to arrange for the VFS layer to provide an atomic open. |
| 2809 | * Until then, this create/open method is prone to inefficiency and race |
| 2810 | * conditions due to the lookup, create, and open VFS calls from sys_open() |
| 2811 | * placed on the wire. |
| 2812 | * |
| 2813 | * Given the above sorry state of affairs, I'm simply sending an OPEN. |
| 2814 | * The file will be opened again in the subsequent VFS open call |
| 2815 | * (nfs4_proc_file_open). |
| 2816 | * |
| 2817 | * The open for read will just hang around to be used by any process that |
| 2818 | * opens the file O_RDONLY. This will all be resolved with the VFS changes. |
| 2819 | */ |
| 2820 | |
| 2821 | static int |
| 2822 | nfs4_proc_create(struct inode *dir, struct dentry *dentry, struct iattr *sattr, |
Trond Myklebust | c0204fd | 2010-09-17 10:56:51 -0400 | [diff] [blame] | 2823 | int flags, struct nfs_open_context *ctx) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2824 | { |
Al Viro | 82a2c1b | 2011-06-22 18:30:55 -0400 | [diff] [blame] | 2825 | struct dentry *de = dentry; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2826 | struct nfs4_state *state; |
Trond Myklebust | c0204fd | 2010-09-17 10:56:51 -0400 | [diff] [blame] | 2827 | struct rpc_cred *cred = NULL; |
Andy Adamson | 6e5b587 | 2012-05-31 15:16:03 -0400 | [diff] [blame] | 2828 | struct nfs4_threshold **thp = NULL; |
Trond Myklebust | c0204fd | 2010-09-17 10:56:51 -0400 | [diff] [blame] | 2829 | fmode_t fmode = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2830 | int status = 0; |
| 2831 | |
Trond Myklebust | c0204fd | 2010-09-17 10:56:51 -0400 | [diff] [blame] | 2832 | if (ctx != NULL) { |
| 2833 | cred = ctx->cred; |
Al Viro | 3d4ff43 | 2011-06-22 18:40:12 -0400 | [diff] [blame] | 2834 | de = ctx->dentry; |
Trond Myklebust | c0204fd | 2010-09-17 10:56:51 -0400 | [diff] [blame] | 2835 | fmode = ctx->mode; |
Andy Adamson | 6e5b587 | 2012-05-31 15:16:03 -0400 | [diff] [blame] | 2836 | thp = &ctx->mdsthreshold; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2837 | } |
Aneesh Kumar K.V | a8a5da9 | 2010-12-09 11:35:14 +0000 | [diff] [blame] | 2838 | sattr->ia_mode &= ~current_umask(); |
Andy Adamson | 6e5b587 | 2012-05-31 15:16:03 -0400 | [diff] [blame] | 2839 | state = nfs4_do_open(dir, de, fmode, flags, sattr, cred, thp); |
Trond Myklebust | d4d9cdc | 2007-10-02 18:38:53 -0400 | [diff] [blame] | 2840 | d_drop(dentry); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2841 | if (IS_ERR(state)) { |
| 2842 | status = PTR_ERR(state); |
Trond Myklebust | c0204fd | 2010-09-17 10:56:51 -0400 | [diff] [blame] | 2843 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2844 | } |
Trond Myklebust | d4d9cdc | 2007-10-02 18:38:53 -0400 | [diff] [blame] | 2845 | d_add(dentry, igrab(state->inode)); |
Trond Myklebust | d75340c | 2007-10-01 21:42:01 -0400 | [diff] [blame] | 2846 | nfs_set_verifier(dentry, nfs_save_change_attribute(dir)); |
Trond Myklebust | c0204fd | 2010-09-17 10:56:51 -0400 | [diff] [blame] | 2847 | if (ctx != NULL) |
| 2848 | ctx->state = state; |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 2849 | else |
Al Viro | 643168c | 2011-06-22 18:20:23 -0400 | [diff] [blame] | 2850 | nfs4_close_sync(state, fmode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2851 | out: |
| 2852 | return status; |
| 2853 | } |
| 2854 | |
| 2855 | static int _nfs4_proc_remove(struct inode *dir, struct qstr *name) |
| 2856 | { |
Trond Myklebust | 16e4295 | 2005-10-27 22:12:44 -0400 | [diff] [blame] | 2857 | struct nfs_server *server = NFS_SERVER(dir); |
Trond Myklebust | 4fdc17b | 2007-07-14 15:39:57 -0400 | [diff] [blame] | 2858 | struct nfs_removeargs args = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2859 | .fh = NFS_FH(dir), |
Linus Torvalds | 26fe575 | 2012-05-10 13:14:12 -0700 | [diff] [blame] | 2860 | .name = *name, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2861 | }; |
Trond Myklebust | 4fdc17b | 2007-07-14 15:39:57 -0400 | [diff] [blame] | 2862 | struct nfs_removeres res = { |
Trond Myklebust | 16e4295 | 2005-10-27 22:12:44 -0400 | [diff] [blame] | 2863 | .server = server, |
Trond Myklebust | 16e4295 | 2005-10-27 22:12:44 -0400 | [diff] [blame] | 2864 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2865 | struct rpc_message msg = { |
Trond Myklebust | 4fdc17b | 2007-07-14 15:39:57 -0400 | [diff] [blame] | 2866 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE], |
| 2867 | .rpc_argp = &args, |
| 2868 | .rpc_resp = &res, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2869 | }; |
Trond Myklebust | 778d281 | 2012-04-27 13:48:19 -0400 | [diff] [blame] | 2870 | int status; |
Trond Myklebust | d346890 | 2010-04-16 16:22:50 -0400 | [diff] [blame] | 2871 | |
Bryan Schumaker | 7c51305 | 2011-03-24 17:12:24 +0000 | [diff] [blame] | 2872 | status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 1); |
Trond Myklebust | 778d281 | 2012-04-27 13:48:19 -0400 | [diff] [blame] | 2873 | if (status == 0) |
Trond Myklebust | 16e4295 | 2005-10-27 22:12:44 -0400 | [diff] [blame] | 2874 | update_changeattr(dir, &res.cinfo); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2875 | return status; |
| 2876 | } |
| 2877 | |
| 2878 | static int nfs4_proc_remove(struct inode *dir, struct qstr *name) |
| 2879 | { |
| 2880 | struct nfs4_exception exception = { }; |
| 2881 | int err; |
| 2882 | do { |
| 2883 | err = nfs4_handle_exception(NFS_SERVER(dir), |
| 2884 | _nfs4_proc_remove(dir, name), |
| 2885 | &exception); |
| 2886 | } while (exception.retry); |
| 2887 | return err; |
| 2888 | } |
| 2889 | |
Trond Myklebust | e4eff1a | 2007-07-14 15:39:58 -0400 | [diff] [blame] | 2890 | 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] | 2891 | { |
Trond Myklebust | e4eff1a | 2007-07-14 15:39:58 -0400 | [diff] [blame] | 2892 | struct nfs_server *server = NFS_SERVER(dir); |
| 2893 | struct nfs_removeargs *args = msg->rpc_argp; |
| 2894 | struct nfs_removeres *res = msg->rpc_resp; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2895 | |
Trond Myklebust | e4eff1a | 2007-07-14 15:39:58 -0400 | [diff] [blame] | 2896 | res->server = server; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2897 | msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE]; |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 2898 | nfs41_init_sequence(&args->seq_args, &res->seq_res, 1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2899 | } |
| 2900 | |
Bryan Schumaker | 34e137c | 2012-03-19 14:54:41 -0400 | [diff] [blame] | 2901 | static void nfs4_proc_unlink_rpc_prepare(struct rpc_task *task, struct nfs_unlinkdata *data) |
| 2902 | { |
| 2903 | if (nfs4_setup_sequence(NFS_SERVER(data->dir), |
| 2904 | &data->args.seq_args, |
| 2905 | &data->res.seq_res, |
| 2906 | task)) |
| 2907 | return; |
| 2908 | rpc_call_start(task); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2909 | } |
| 2910 | |
Trond Myklebust | e4eff1a | 2007-07-14 15:39:58 -0400 | [diff] [blame] | 2911 | 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] | 2912 | { |
Trond Myklebust | e4eff1a | 2007-07-14 15:39:58 -0400 | [diff] [blame] | 2913 | struct nfs_removeres *res = task->tk_msg.rpc_resp; |
| 2914 | |
Trond Myklebust | 14516c3 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 2915 | if (!nfs4_sequence_done(task, &res->seq_res)) |
| 2916 | return 0; |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame] | 2917 | if (nfs4_async_handle_error(task, res->server, NULL) == -EAGAIN) |
Trond Myklebust | e4eff1a | 2007-07-14 15:39:58 -0400 | [diff] [blame] | 2918 | return 0; |
| 2919 | update_changeattr(dir, &res->cinfo); |
Trond Myklebust | e4eff1a | 2007-07-14 15:39:58 -0400 | [diff] [blame] | 2920 | return 1; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2921 | } |
| 2922 | |
Jeff Layton | d3d4152 | 2010-09-17 17:31:57 -0400 | [diff] [blame] | 2923 | static void nfs4_proc_rename_setup(struct rpc_message *msg, struct inode *dir) |
| 2924 | { |
| 2925 | struct nfs_server *server = NFS_SERVER(dir); |
| 2926 | struct nfs_renameargs *arg = msg->rpc_argp; |
| 2927 | struct nfs_renameres *res = msg->rpc_resp; |
| 2928 | |
| 2929 | msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENAME]; |
Jeff Layton | d3d4152 | 2010-09-17 17:31:57 -0400 | [diff] [blame] | 2930 | res->server = server; |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 2931 | nfs41_init_sequence(&arg->seq_args, &res->seq_res, 1); |
Jeff Layton | d3d4152 | 2010-09-17 17:31:57 -0400 | [diff] [blame] | 2932 | } |
| 2933 | |
Bryan Schumaker | c6bfa1a | 2012-03-19 14:54:42 -0400 | [diff] [blame] | 2934 | static void nfs4_proc_rename_rpc_prepare(struct rpc_task *task, struct nfs_renamedata *data) |
| 2935 | { |
| 2936 | if (nfs4_setup_sequence(NFS_SERVER(data->old_dir), |
| 2937 | &data->args.seq_args, |
| 2938 | &data->res.seq_res, |
| 2939 | task)) |
| 2940 | return; |
| 2941 | rpc_call_start(task); |
Jeff Layton | d3d4152 | 2010-09-17 17:31:57 -0400 | [diff] [blame] | 2942 | } |
| 2943 | |
| 2944 | static int nfs4_proc_rename_done(struct rpc_task *task, struct inode *old_dir, |
| 2945 | struct inode *new_dir) |
| 2946 | { |
| 2947 | struct nfs_renameres *res = task->tk_msg.rpc_resp; |
| 2948 | |
| 2949 | if (!nfs4_sequence_done(task, &res->seq_res)) |
| 2950 | return 0; |
| 2951 | if (nfs4_async_handle_error(task, res->server, NULL) == -EAGAIN) |
| 2952 | return 0; |
| 2953 | |
| 2954 | update_changeattr(old_dir, &res->old_cinfo); |
Jeff Layton | d3d4152 | 2010-09-17 17:31:57 -0400 | [diff] [blame] | 2955 | update_changeattr(new_dir, &res->new_cinfo); |
Jeff Layton | d3d4152 | 2010-09-17 17:31:57 -0400 | [diff] [blame] | 2956 | return 1; |
| 2957 | } |
| 2958 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2959 | static int _nfs4_proc_rename(struct inode *old_dir, struct qstr *old_name, |
| 2960 | struct inode *new_dir, struct qstr *new_name) |
| 2961 | { |
Trond Myklebust | 6caf2c8 | 2005-10-27 22:12:43 -0400 | [diff] [blame] | 2962 | struct nfs_server *server = NFS_SERVER(old_dir); |
Jeff Layton | 920769f | 2010-09-17 17:30:25 -0400 | [diff] [blame] | 2963 | struct nfs_renameargs arg = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2964 | .old_dir = NFS_FH(old_dir), |
| 2965 | .new_dir = NFS_FH(new_dir), |
| 2966 | .old_name = old_name, |
| 2967 | .new_name = new_name, |
| 2968 | }; |
Jeff Layton | e8582a8 | 2010-09-17 17:31:06 -0400 | [diff] [blame] | 2969 | struct nfs_renameres res = { |
Trond Myklebust | 6caf2c8 | 2005-10-27 22:12:43 -0400 | [diff] [blame] | 2970 | .server = server, |
Trond Myklebust | 6caf2c8 | 2005-10-27 22:12:43 -0400 | [diff] [blame] | 2971 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2972 | struct rpc_message msg = { |
| 2973 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENAME], |
| 2974 | .rpc_argp = &arg, |
| 2975 | .rpc_resp = &res, |
| 2976 | }; |
Trond Myklebust | 011fff7 | 2010-04-16 16:22:49 -0400 | [diff] [blame] | 2977 | int status = -ENOMEM; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2978 | |
Bryan Schumaker | 7c51305 | 2011-03-24 17:12:24 +0000 | [diff] [blame] | 2979 | status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2980 | if (!status) { |
| 2981 | update_changeattr(old_dir, &res.old_cinfo); |
| 2982 | update_changeattr(new_dir, &res.new_cinfo); |
| 2983 | } |
| 2984 | return status; |
| 2985 | } |
| 2986 | |
| 2987 | static int nfs4_proc_rename(struct inode *old_dir, struct qstr *old_name, |
| 2988 | struct inode *new_dir, struct qstr *new_name) |
| 2989 | { |
| 2990 | struct nfs4_exception exception = { }; |
| 2991 | int err; |
| 2992 | do { |
| 2993 | err = nfs4_handle_exception(NFS_SERVER(old_dir), |
| 2994 | _nfs4_proc_rename(old_dir, old_name, |
| 2995 | new_dir, new_name), |
| 2996 | &exception); |
| 2997 | } while (exception.retry); |
| 2998 | return err; |
| 2999 | } |
| 3000 | |
| 3001 | static int _nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name) |
| 3002 | { |
Trond Myklebust | 91ba2ee | 2005-10-27 22:12:42 -0400 | [diff] [blame] | 3003 | struct nfs_server *server = NFS_SERVER(inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3004 | struct nfs4_link_arg arg = { |
| 3005 | .fh = NFS_FH(inode), |
| 3006 | .dir_fh = NFS_FH(dir), |
| 3007 | .name = name, |
Trond Myklebust | 91ba2ee | 2005-10-27 22:12:42 -0400 | [diff] [blame] | 3008 | .bitmask = server->attr_bitmask, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3009 | }; |
Trond Myklebust | 91ba2ee | 2005-10-27 22:12:42 -0400 | [diff] [blame] | 3010 | struct nfs4_link_res res = { |
| 3011 | .server = server, |
Trond Myklebust | 91ba2ee | 2005-10-27 22:12:42 -0400 | [diff] [blame] | 3012 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3013 | struct rpc_message msg = { |
| 3014 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LINK], |
| 3015 | .rpc_argp = &arg, |
Trond Myklebust | 91ba2ee | 2005-10-27 22:12:42 -0400 | [diff] [blame] | 3016 | .rpc_resp = &res, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3017 | }; |
Trond Myklebust | 136f262 | 2010-04-16 16:22:49 -0400 | [diff] [blame] | 3018 | int status = -ENOMEM; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3019 | |
Trond Myklebust | 136f262 | 2010-04-16 16:22:49 -0400 | [diff] [blame] | 3020 | res.fattr = nfs_alloc_fattr(); |
Trond Myklebust | 778d281 | 2012-04-27 13:48:19 -0400 | [diff] [blame] | 3021 | if (res.fattr == NULL) |
Trond Myklebust | 136f262 | 2010-04-16 16:22:49 -0400 | [diff] [blame] | 3022 | goto out; |
| 3023 | |
Bryan Schumaker | 7c51305 | 2011-03-24 17:12:24 +0000 | [diff] [blame] | 3024 | status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1); |
Trond Myklebust | 91ba2ee | 2005-10-27 22:12:42 -0400 | [diff] [blame] | 3025 | if (!status) { |
| 3026 | update_changeattr(dir, &res.cinfo); |
Trond Myklebust | 73a3d07 | 2006-05-25 01:40:47 -0400 | [diff] [blame] | 3027 | nfs_post_op_update_inode(inode, res.fattr); |
Trond Myklebust | 91ba2ee | 2005-10-27 22:12:42 -0400 | [diff] [blame] | 3028 | } |
Trond Myklebust | 136f262 | 2010-04-16 16:22:49 -0400 | [diff] [blame] | 3029 | out: |
Trond Myklebust | 136f262 | 2010-04-16 16:22:49 -0400 | [diff] [blame] | 3030 | nfs_free_fattr(res.fattr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3031 | return status; |
| 3032 | } |
| 3033 | |
| 3034 | static int nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name) |
| 3035 | { |
| 3036 | struct nfs4_exception exception = { }; |
| 3037 | int err; |
| 3038 | do { |
| 3039 | err = nfs4_handle_exception(NFS_SERVER(inode), |
| 3040 | _nfs4_proc_link(inode, dir, name), |
| 3041 | &exception); |
| 3042 | } while (exception.retry); |
| 3043 | return err; |
| 3044 | } |
| 3045 | |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 3046 | struct nfs4_createdata { |
| 3047 | struct rpc_message msg; |
| 3048 | struct nfs4_create_arg arg; |
| 3049 | struct nfs4_create_res res; |
| 3050 | struct nfs_fh fh; |
| 3051 | struct nfs_fattr fattr; |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 3052 | }; |
| 3053 | |
| 3054 | static struct nfs4_createdata *nfs4_alloc_createdata(struct inode *dir, |
| 3055 | struct qstr *name, struct iattr *sattr, u32 ftype) |
| 3056 | { |
| 3057 | struct nfs4_createdata *data; |
| 3058 | |
| 3059 | data = kzalloc(sizeof(*data), GFP_KERNEL); |
| 3060 | if (data != NULL) { |
| 3061 | struct nfs_server *server = NFS_SERVER(dir); |
| 3062 | |
| 3063 | data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE]; |
| 3064 | data->msg.rpc_argp = &data->arg; |
| 3065 | data->msg.rpc_resp = &data->res; |
| 3066 | data->arg.dir_fh = NFS_FH(dir); |
| 3067 | data->arg.server = server; |
| 3068 | data->arg.name = name; |
| 3069 | data->arg.attrs = sattr; |
| 3070 | data->arg.ftype = ftype; |
| 3071 | data->arg.bitmask = server->attr_bitmask; |
| 3072 | data->res.server = server; |
| 3073 | data->res.fh = &data->fh; |
| 3074 | data->res.fattr = &data->fattr; |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 3075 | nfs_fattr_init(data->res.fattr); |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 3076 | } |
| 3077 | return data; |
| 3078 | } |
| 3079 | |
| 3080 | static int nfs4_do_create(struct inode *dir, struct dentry *dentry, struct nfs4_createdata *data) |
| 3081 | { |
Bryan Schumaker | 7c51305 | 2011-03-24 17:12:24 +0000 | [diff] [blame] | 3082 | int status = nfs4_call_sync(NFS_SERVER(dir)->client, NFS_SERVER(dir), &data->msg, |
Bryan Schumaker | e73b83f | 2011-03-24 17:12:23 +0000 | [diff] [blame] | 3083 | &data->arg.seq_args, &data->res.seq_res, 1); |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 3084 | if (status == 0) { |
| 3085 | update_changeattr(dir, &data->res.dir_cinfo); |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 3086 | status = nfs_instantiate(dentry, data->res.fh, data->res.fattr); |
| 3087 | } |
| 3088 | return status; |
| 3089 | } |
| 3090 | |
| 3091 | static void nfs4_free_createdata(struct nfs4_createdata *data) |
| 3092 | { |
| 3093 | kfree(data); |
| 3094 | } |
| 3095 | |
Chuck Lever | 4f390c1 | 2006-08-22 20:06:22 -0400 | [diff] [blame] | 3096 | static int _nfs4_proc_symlink(struct inode *dir, struct dentry *dentry, |
Chuck Lever | 94a6d75 | 2006-08-22 20:06:23 -0400 | [diff] [blame] | 3097 | struct page *page, unsigned int len, struct iattr *sattr) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3098 | { |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 3099 | struct nfs4_createdata *data; |
| 3100 | int status = -ENAMETOOLONG; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3101 | |
Chuck Lever | 94a6d75 | 2006-08-22 20:06:23 -0400 | [diff] [blame] | 3102 | if (len > NFS4_MAXPATHLEN) |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 3103 | goto out; |
Chuck Lever | 4f390c1 | 2006-08-22 20:06:22 -0400 | [diff] [blame] | 3104 | |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 3105 | status = -ENOMEM; |
| 3106 | data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4LNK); |
| 3107 | if (data == NULL) |
| 3108 | goto out; |
| 3109 | |
| 3110 | data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SYMLINK]; |
| 3111 | data->arg.u.symlink.pages = &page; |
| 3112 | data->arg.u.symlink.len = len; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3113 | |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 3114 | status = nfs4_do_create(dir, dentry, data); |
| 3115 | |
| 3116 | nfs4_free_createdata(data); |
| 3117 | out: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3118 | return status; |
| 3119 | } |
| 3120 | |
Chuck Lever | 4f390c1 | 2006-08-22 20:06:22 -0400 | [diff] [blame] | 3121 | static int nfs4_proc_symlink(struct inode *dir, struct dentry *dentry, |
Chuck Lever | 94a6d75 | 2006-08-22 20:06:23 -0400 | [diff] [blame] | 3122 | struct page *page, unsigned int len, struct iattr *sattr) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3123 | { |
| 3124 | struct nfs4_exception exception = { }; |
| 3125 | int err; |
| 3126 | do { |
| 3127 | err = nfs4_handle_exception(NFS_SERVER(dir), |
Chuck Lever | 94a6d75 | 2006-08-22 20:06:23 -0400 | [diff] [blame] | 3128 | _nfs4_proc_symlink(dir, dentry, page, |
| 3129 | len, sattr), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3130 | &exception); |
| 3131 | } while (exception.retry); |
| 3132 | return err; |
| 3133 | } |
| 3134 | |
| 3135 | static int _nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry, |
| 3136 | struct iattr *sattr) |
| 3137 | { |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 3138 | struct nfs4_createdata *data; |
| 3139 | int status = -ENOMEM; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3140 | |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 3141 | data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4DIR); |
| 3142 | if (data == NULL) |
| 3143 | goto out; |
| 3144 | |
| 3145 | status = nfs4_do_create(dir, dentry, data); |
| 3146 | |
| 3147 | nfs4_free_createdata(data); |
| 3148 | out: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3149 | return status; |
| 3150 | } |
| 3151 | |
| 3152 | static int nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry, |
| 3153 | struct iattr *sattr) |
| 3154 | { |
| 3155 | struct nfs4_exception exception = { }; |
| 3156 | int err; |
Aneesh Kumar K.V | a8a5da9 | 2010-12-09 11:35:14 +0000 | [diff] [blame] | 3157 | |
| 3158 | sattr->ia_mode &= ~current_umask(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3159 | do { |
| 3160 | err = nfs4_handle_exception(NFS_SERVER(dir), |
| 3161 | _nfs4_proc_mkdir(dir, dentry, sattr), |
| 3162 | &exception); |
| 3163 | } while (exception.retry); |
| 3164 | return err; |
| 3165 | } |
| 3166 | |
| 3167 | static int _nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred, |
Bryan Schumaker | 56e4ebf | 2010-10-20 15:44:37 -0400 | [diff] [blame] | 3168 | u64 cookie, struct page **pages, unsigned int count, int plus) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3169 | { |
| 3170 | struct inode *dir = dentry->d_inode; |
| 3171 | struct nfs4_readdir_arg args = { |
| 3172 | .fh = NFS_FH(dir), |
Bryan Schumaker | 56e4ebf | 2010-10-20 15:44:37 -0400 | [diff] [blame] | 3173 | .pages = pages, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3174 | .pgbase = 0, |
| 3175 | .count = count, |
Trond Myklebust | 96d25e5 | 2009-11-11 16:15:42 +0900 | [diff] [blame] | 3176 | .bitmask = NFS_SERVER(dentry->d_inode)->attr_bitmask, |
Bryan Schumaker | 82f2e54 | 2010-10-21 16:33:18 -0400 | [diff] [blame] | 3177 | .plus = plus, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3178 | }; |
| 3179 | struct nfs4_readdir_res res; |
| 3180 | struct rpc_message msg = { |
| 3181 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READDIR], |
| 3182 | .rpc_argp = &args, |
| 3183 | .rpc_resp = &res, |
| 3184 | .rpc_cred = cred, |
| 3185 | }; |
| 3186 | int status; |
| 3187 | |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 3188 | dprintk("%s: dentry = %s/%s, cookie = %Lu\n", __func__, |
Trond Myklebust | eadf459 | 2005-06-22 17:16:39 +0000 | [diff] [blame] | 3189 | dentry->d_parent->d_name.name, |
| 3190 | dentry->d_name.name, |
| 3191 | (unsigned long long)cookie); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3192 | nfs4_setup_readdir(cookie, NFS_COOKIEVERF(dir), dentry, &args); |
| 3193 | res.pgbase = args.pgbase; |
Bryan Schumaker | 7c51305 | 2011-03-24 17:12:24 +0000 | [diff] [blame] | 3194 | status = nfs4_call_sync(NFS_SERVER(dir)->client, NFS_SERVER(dir), &msg, &args.seq_args, &res.seq_res, 0); |
Trond Myklebust | ac39612 | 2010-11-15 20:26:22 -0500 | [diff] [blame] | 3195 | if (status >= 0) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3196 | memcpy(NFS_COOKIEVERF(dir), res.verifier.data, NFS4_VERIFIER_SIZE); |
Trond Myklebust | ac39612 | 2010-11-15 20:26:22 -0500 | [diff] [blame] | 3197 | status += args.pgbase; |
| 3198 | } |
Trond Myklebust | c481299 | 2007-09-28 17:11:45 -0400 | [diff] [blame] | 3199 | |
| 3200 | nfs_invalidate_atime(dir); |
| 3201 | |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 3202 | dprintk("%s: returns %d\n", __func__, status); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3203 | return status; |
| 3204 | } |
| 3205 | |
| 3206 | static int nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred, |
Bryan Schumaker | 56e4ebf | 2010-10-20 15:44:37 -0400 | [diff] [blame] | 3207 | u64 cookie, struct page **pages, unsigned int count, int plus) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3208 | { |
| 3209 | struct nfs4_exception exception = { }; |
| 3210 | int err; |
| 3211 | do { |
| 3212 | err = nfs4_handle_exception(NFS_SERVER(dentry->d_inode), |
| 3213 | _nfs4_proc_readdir(dentry, cred, cookie, |
Bryan Schumaker | 56e4ebf | 2010-10-20 15:44:37 -0400 | [diff] [blame] | 3214 | pages, count, plus), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3215 | &exception); |
| 3216 | } while (exception.retry); |
| 3217 | return err; |
| 3218 | } |
| 3219 | |
| 3220 | static int _nfs4_proc_mknod(struct inode *dir, struct dentry *dentry, |
| 3221 | struct iattr *sattr, dev_t rdev) |
| 3222 | { |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 3223 | struct nfs4_createdata *data; |
| 3224 | int mode = sattr->ia_mode; |
| 3225 | int status = -ENOMEM; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3226 | |
| 3227 | BUG_ON(!(sattr->ia_valid & ATTR_MODE)); |
| 3228 | 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] | 3229 | |
| 3230 | data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4SOCK); |
| 3231 | if (data == NULL) |
| 3232 | goto out; |
| 3233 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3234 | if (S_ISFIFO(mode)) |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 3235 | data->arg.ftype = NF4FIFO; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3236 | else if (S_ISBLK(mode)) { |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 3237 | data->arg.ftype = NF4BLK; |
| 3238 | data->arg.u.device.specdata1 = MAJOR(rdev); |
| 3239 | data->arg.u.device.specdata2 = MINOR(rdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3240 | } |
| 3241 | else if (S_ISCHR(mode)) { |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 3242 | data->arg.ftype = NF4CHR; |
| 3243 | data->arg.u.device.specdata1 = MAJOR(rdev); |
| 3244 | data->arg.u.device.specdata2 = MINOR(rdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3245 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3246 | |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 3247 | status = nfs4_do_create(dir, dentry, data); |
| 3248 | |
| 3249 | nfs4_free_createdata(data); |
| 3250 | out: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3251 | return status; |
| 3252 | } |
| 3253 | |
| 3254 | static int nfs4_proc_mknod(struct inode *dir, struct dentry *dentry, |
| 3255 | struct iattr *sattr, dev_t rdev) |
| 3256 | { |
| 3257 | struct nfs4_exception exception = { }; |
| 3258 | int err; |
Aneesh Kumar K.V | a8a5da9 | 2010-12-09 11:35:14 +0000 | [diff] [blame] | 3259 | |
| 3260 | sattr->ia_mode &= ~current_umask(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3261 | do { |
| 3262 | err = nfs4_handle_exception(NFS_SERVER(dir), |
| 3263 | _nfs4_proc_mknod(dir, dentry, sattr, rdev), |
| 3264 | &exception); |
| 3265 | } while (exception.retry); |
| 3266 | return err; |
| 3267 | } |
| 3268 | |
| 3269 | static int _nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, |
| 3270 | struct nfs_fsstat *fsstat) |
| 3271 | { |
| 3272 | struct nfs4_statfs_arg args = { |
| 3273 | .fh = fhandle, |
| 3274 | .bitmask = server->attr_bitmask, |
| 3275 | }; |
Benny Halevy | 24ad148 | 2009-04-01 09:21:56 -0400 | [diff] [blame] | 3276 | struct nfs4_statfs_res res = { |
| 3277 | .fsstat = fsstat, |
| 3278 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3279 | struct rpc_message msg = { |
| 3280 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_STATFS], |
| 3281 | .rpc_argp = &args, |
Benny Halevy | 24ad148 | 2009-04-01 09:21:56 -0400 | [diff] [blame] | 3282 | .rpc_resp = &res, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3283 | }; |
| 3284 | |
Trond Myklebust | 0e574af | 2005-10-27 22:12:38 -0400 | [diff] [blame] | 3285 | nfs_fattr_init(fsstat->fattr); |
Bryan Schumaker | 7c51305 | 2011-03-24 17:12:24 +0000 | [diff] [blame] | 3286 | return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3287 | } |
| 3288 | |
| 3289 | static int nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsstat *fsstat) |
| 3290 | { |
| 3291 | struct nfs4_exception exception = { }; |
| 3292 | int err; |
| 3293 | do { |
| 3294 | err = nfs4_handle_exception(server, |
| 3295 | _nfs4_proc_statfs(server, fhandle, fsstat), |
| 3296 | &exception); |
| 3297 | } while (exception.retry); |
| 3298 | return err; |
| 3299 | } |
| 3300 | |
| 3301 | static int _nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, |
| 3302 | struct nfs_fsinfo *fsinfo) |
| 3303 | { |
| 3304 | struct nfs4_fsinfo_arg args = { |
| 3305 | .fh = fhandle, |
| 3306 | .bitmask = server->attr_bitmask, |
| 3307 | }; |
Benny Halevy | 3dda5e4 | 2009-04-01 09:21:57 -0400 | [diff] [blame] | 3308 | struct nfs4_fsinfo_res res = { |
| 3309 | .fsinfo = fsinfo, |
| 3310 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3311 | struct rpc_message msg = { |
| 3312 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSINFO], |
| 3313 | .rpc_argp = &args, |
Benny Halevy | 3dda5e4 | 2009-04-01 09:21:57 -0400 | [diff] [blame] | 3314 | .rpc_resp = &res, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3315 | }; |
| 3316 | |
Bryan Schumaker | 7c51305 | 2011-03-24 17:12:24 +0000 | [diff] [blame] | 3317 | return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3318 | } |
| 3319 | |
| 3320 | static int nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo) |
| 3321 | { |
| 3322 | struct nfs4_exception exception = { }; |
| 3323 | int err; |
| 3324 | |
| 3325 | do { |
| 3326 | err = nfs4_handle_exception(server, |
| 3327 | _nfs4_do_fsinfo(server, fhandle, fsinfo), |
| 3328 | &exception); |
| 3329 | } while (exception.retry); |
| 3330 | return err; |
| 3331 | } |
| 3332 | |
| 3333 | static int nfs4_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo) |
| 3334 | { |
Bryan Schumaker | e38eb65 | 2012-06-20 15:53:40 -0400 | [diff] [blame] | 3335 | int error; |
| 3336 | |
Trond Myklebust | 0e574af | 2005-10-27 22:12:38 -0400 | [diff] [blame] | 3337 | nfs_fattr_init(fsinfo->fattr); |
Bryan Schumaker | e38eb65 | 2012-06-20 15:53:40 -0400 | [diff] [blame] | 3338 | error = nfs4_do_fsinfo(server, fhandle, fsinfo); |
| 3339 | if (error == 0) |
| 3340 | set_pnfs_layoutdriver(server, fhandle, fsinfo->layouttype); |
| 3341 | |
| 3342 | return error; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3343 | } |
| 3344 | |
| 3345 | static int _nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle, |
| 3346 | struct nfs_pathconf *pathconf) |
| 3347 | { |
| 3348 | struct nfs4_pathconf_arg args = { |
| 3349 | .fh = fhandle, |
| 3350 | .bitmask = server->attr_bitmask, |
| 3351 | }; |
Benny Halevy | d45b298 | 2009-04-01 09:21:58 -0400 | [diff] [blame] | 3352 | struct nfs4_pathconf_res res = { |
| 3353 | .pathconf = pathconf, |
| 3354 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3355 | struct rpc_message msg = { |
| 3356 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_PATHCONF], |
| 3357 | .rpc_argp = &args, |
Benny Halevy | d45b298 | 2009-04-01 09:21:58 -0400 | [diff] [blame] | 3358 | .rpc_resp = &res, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3359 | }; |
| 3360 | |
| 3361 | /* None of the pathconf attributes are mandatory to implement */ |
| 3362 | if ((args.bitmask[0] & nfs4_pathconf_bitmap[0]) == 0) { |
| 3363 | memset(pathconf, 0, sizeof(*pathconf)); |
| 3364 | return 0; |
| 3365 | } |
| 3366 | |
Trond Myklebust | 0e574af | 2005-10-27 22:12:38 -0400 | [diff] [blame] | 3367 | nfs_fattr_init(pathconf->fattr); |
Bryan Schumaker | 7c51305 | 2011-03-24 17:12:24 +0000 | [diff] [blame] | 3368 | return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3369 | } |
| 3370 | |
| 3371 | static int nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle, |
| 3372 | struct nfs_pathconf *pathconf) |
| 3373 | { |
| 3374 | struct nfs4_exception exception = { }; |
| 3375 | int err; |
| 3376 | |
| 3377 | do { |
| 3378 | err = nfs4_handle_exception(server, |
| 3379 | _nfs4_proc_pathconf(server, fhandle, pathconf), |
| 3380 | &exception); |
| 3381 | } while (exception.retry); |
| 3382 | return err; |
| 3383 | } |
| 3384 | |
Benny Halevy | d20581a | 2011-05-22 19:52:03 +0300 | [diff] [blame] | 3385 | void __nfs4_read_done_cb(struct nfs_read_data *data) |
| 3386 | { |
Fred Isaman | cd84160 | 2012-04-20 14:47:44 -0400 | [diff] [blame] | 3387 | nfs_invalidate_atime(data->header->inode); |
Benny Halevy | d20581a | 2011-05-22 19:52:03 +0300 | [diff] [blame] | 3388 | } |
| 3389 | |
Andy Adamson | cbdabc7 | 2011-03-01 01:34:20 +0000 | [diff] [blame] | 3390 | static int nfs4_read_done_cb(struct rpc_task *task, struct nfs_read_data *data) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3391 | { |
Fred Isaman | cd84160 | 2012-04-20 14:47:44 -0400 | [diff] [blame] | 3392 | struct nfs_server *server = NFS_SERVER(data->header->inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3393 | |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame] | 3394 | if (nfs4_async_handle_error(task, server, data->args.context->state) == -EAGAIN) { |
Trond Myklebust | d00c5d4 | 2011-10-19 12:17:29 -0700 | [diff] [blame] | 3395 | rpc_restart_call_prepare(task); |
Trond Myklebust | ec06c09 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 3396 | return -EAGAIN; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3397 | } |
Trond Myklebust | 8850df9 | 2007-09-28 17:20:07 -0400 | [diff] [blame] | 3398 | |
Benny Halevy | d20581a | 2011-05-22 19:52:03 +0300 | [diff] [blame] | 3399 | __nfs4_read_done_cb(data); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3400 | if (task->tk_status > 0) |
Trond Myklebust | ec06c09 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 3401 | renew_lease(server, data->timestamp); |
| 3402 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3403 | } |
| 3404 | |
Andy Adamson | cbdabc7 | 2011-03-01 01:34:20 +0000 | [diff] [blame] | 3405 | static int nfs4_read_done(struct rpc_task *task, struct nfs_read_data *data) |
| 3406 | { |
| 3407 | |
| 3408 | dprintk("--> %s\n", __func__); |
| 3409 | |
| 3410 | if (!nfs4_sequence_done(task, &data->res.seq_res)) |
| 3411 | return -EAGAIN; |
| 3412 | |
Benny Halevy | d20581a | 2011-05-22 19:52:03 +0300 | [diff] [blame] | 3413 | return data->read_done_cb ? data->read_done_cb(task, data) : |
| 3414 | nfs4_read_done_cb(task, data); |
Andy Adamson | cbdabc7 | 2011-03-01 01:34:20 +0000 | [diff] [blame] | 3415 | } |
| 3416 | |
Trond Myklebust | bdc7f02 | 2007-07-14 15:40:00 -0400 | [diff] [blame] | 3417 | 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] | 3418 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3419 | data->timestamp = jiffies; |
Andy Adamson | cbdabc7 | 2011-03-01 01:34:20 +0000 | [diff] [blame] | 3420 | data->read_done_cb = nfs4_read_done_cb; |
Trond Myklebust | bdc7f02 | 2007-07-14 15:40:00 -0400 | [diff] [blame] | 3421 | msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READ]; |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 3422 | nfs41_init_sequence(&data->args.seq_args, &data->res.seq_res, 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3423 | } |
| 3424 | |
Bryan Schumaker | ea7c330 | 2012-03-19 14:54:40 -0400 | [diff] [blame] | 3425 | static void nfs4_proc_read_rpc_prepare(struct rpc_task *task, struct nfs_read_data *data) |
| 3426 | { |
Fred Isaman | cd84160 | 2012-04-20 14:47:44 -0400 | [diff] [blame] | 3427 | if (nfs4_setup_sequence(NFS_SERVER(data->header->inode), |
Bryan Schumaker | ea7c330 | 2012-03-19 14:54:40 -0400 | [diff] [blame] | 3428 | &data->args.seq_args, |
| 3429 | &data->res.seq_res, |
| 3430 | task)) |
| 3431 | return; |
| 3432 | rpc_call_start(task); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3433 | } |
| 3434 | |
Fred Isaman | b029bc9 | 2011-03-03 15:13:42 +0000 | [diff] [blame] | 3435 | static int nfs4_write_done_cb(struct rpc_task *task, struct nfs_write_data *data) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3436 | { |
Fred Isaman | cd84160 | 2012-04-20 14:47:44 -0400 | [diff] [blame] | 3437 | struct inode *inode = data->header->inode; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3438 | |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame] | 3439 | if (nfs4_async_handle_error(task, NFS_SERVER(inode), data->args.context->state) == -EAGAIN) { |
Trond Myklebust | d00c5d4 | 2011-10-19 12:17:29 -0700 | [diff] [blame] | 3440 | rpc_restart_call_prepare(task); |
Trond Myklebust | 788e7a8 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 3441 | return -EAGAIN; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3442 | } |
Trond Myklebust | 4f9838c | 2005-10-27 22:12:44 -0400 | [diff] [blame] | 3443 | if (task->tk_status >= 0) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3444 | renew_lease(NFS_SERVER(inode), data->timestamp); |
Trond Myklebust | 5a37f85 | 2012-04-28 14:55:16 -0400 | [diff] [blame] | 3445 | nfs_post_op_update_inode_force_wcc(inode, &data->fattr); |
Trond Myklebust | 4f9838c | 2005-10-27 22:12:44 -0400 | [diff] [blame] | 3446 | } |
Trond Myklebust | 788e7a8 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 3447 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3448 | } |
| 3449 | |
Fred Isaman | b029bc9 | 2011-03-03 15:13:42 +0000 | [diff] [blame] | 3450 | static int nfs4_write_done(struct rpc_task *task, struct nfs_write_data *data) |
| 3451 | { |
| 3452 | if (!nfs4_sequence_done(task, &data->res.seq_res)) |
| 3453 | return -EAGAIN; |
Benny Halevy | d20581a | 2011-05-22 19:52:03 +0300 | [diff] [blame] | 3454 | return data->write_done_cb ? data->write_done_cb(task, data) : |
| 3455 | nfs4_write_done_cb(task, data); |
Fred Isaman | b029bc9 | 2011-03-03 15:13:42 +0000 | [diff] [blame] | 3456 | } |
| 3457 | |
Trond Myklebust | 5a37f85 | 2012-04-28 14:55:16 -0400 | [diff] [blame] | 3458 | static |
| 3459 | bool nfs4_write_need_cache_consistency_data(const struct nfs_write_data *data) |
Fred Isaman | a69aef1 | 2011-03-03 15:13:47 +0000 | [diff] [blame] | 3460 | { |
Trond Myklebust | 5a37f85 | 2012-04-28 14:55:16 -0400 | [diff] [blame] | 3461 | const struct nfs_pgio_header *hdr = data->header; |
| 3462 | |
| 3463 | /* Don't request attributes for pNFS or O_DIRECT writes */ |
| 3464 | if (data->ds_clp != NULL || hdr->dreq != NULL) |
| 3465 | return false; |
| 3466 | /* Otherwise, request attributes if and only if we don't hold |
| 3467 | * a delegation |
| 3468 | */ |
Bryan Schumaker | 011e2a7 | 2012-06-20 15:53:43 -0400 | [diff] [blame] | 3469 | return nfs4_have_delegation(hdr->inode, FMODE_READ) == 0; |
Fred Isaman | a69aef1 | 2011-03-03 15:13:47 +0000 | [diff] [blame] | 3470 | } |
Fred Isaman | a69aef1 | 2011-03-03 15:13:47 +0000 | [diff] [blame] | 3471 | |
Trond Myklebust | bdc7f02 | 2007-07-14 15:40:00 -0400 | [diff] [blame] | 3472 | 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] | 3473 | { |
Fred Isaman | cd84160 | 2012-04-20 14:47:44 -0400 | [diff] [blame] | 3474 | struct nfs_server *server = NFS_SERVER(data->header->inode); |
Trond Myklebust | bdc7f02 | 2007-07-14 15:40:00 -0400 | [diff] [blame] | 3475 | |
Trond Myklebust | 5a37f85 | 2012-04-28 14:55:16 -0400 | [diff] [blame] | 3476 | if (!nfs4_write_need_cache_consistency_data(data)) { |
Fred Isaman | 7ffd106 | 2011-03-03 15:13:46 +0000 | [diff] [blame] | 3477 | data->args.bitmask = NULL; |
| 3478 | data->res.fattr = NULL; |
| 3479 | } else |
| 3480 | data->args.bitmask = server->cache_consistency_bitmask; |
Trond Myklebust | 5a37f85 | 2012-04-28 14:55:16 -0400 | [diff] [blame] | 3481 | |
Fred Isaman | b029bc9 | 2011-03-03 15:13:42 +0000 | [diff] [blame] | 3482 | if (!data->write_done_cb) |
| 3483 | data->write_done_cb = nfs4_write_done_cb; |
Trond Myklebust | 4f9838c | 2005-10-27 22:12:44 -0400 | [diff] [blame] | 3484 | data->res.server = server; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3485 | data->timestamp = jiffies; |
| 3486 | |
Trond Myklebust | bdc7f02 | 2007-07-14 15:40:00 -0400 | [diff] [blame] | 3487 | msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_WRITE]; |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 3488 | nfs41_init_sequence(&data->args.seq_args, &data->res.seq_res, 1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3489 | } |
| 3490 | |
Bryan Schumaker | c6cb80d | 2012-03-19 14:54:39 -0400 | [diff] [blame] | 3491 | static void nfs4_proc_write_rpc_prepare(struct rpc_task *task, struct nfs_write_data *data) |
| 3492 | { |
Fred Isaman | cd84160 | 2012-04-20 14:47:44 -0400 | [diff] [blame] | 3493 | if (nfs4_setup_sequence(NFS_SERVER(data->header->inode), |
Bryan Schumaker | c6cb80d | 2012-03-19 14:54:39 -0400 | [diff] [blame] | 3494 | &data->args.seq_args, |
| 3495 | &data->res.seq_res, |
| 3496 | task)) |
| 3497 | return; |
| 3498 | rpc_call_start(task); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3499 | } |
| 3500 | |
Fred Isaman | 0b7c015 | 2012-04-20 14:47:39 -0400 | [diff] [blame] | 3501 | static void nfs4_proc_commit_rpc_prepare(struct rpc_task *task, struct nfs_commit_data *data) |
| 3502 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3503 | if (nfs4_setup_sequence(NFS_SERVER(data->inode), |
| 3504 | &data->args.seq_args, |
Trond Myklebust | 788e7a8 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 3505 | &data->res.seq_res, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3506 | task)) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3507 | return; |
| 3508 | rpc_call_start(task); |
Trond Myklebust | 14516c3 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 3509 | } |
| 3510 | |
Fred Isaman | 0b7c015 | 2012-04-20 14:47:39 -0400 | [diff] [blame] | 3511 | static int nfs4_commit_done_cb(struct rpc_task *task, struct nfs_commit_data *data) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3512 | { |
| 3513 | struct inode *inode = data->inode; |
Trond Myklebust | 14516c3 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 3514 | |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame] | 3515 | if (nfs4_async_handle_error(task, NFS_SERVER(inode), NULL) == -EAGAIN) { |
Trond Myklebust | d00c5d4 | 2011-10-19 12:17:29 -0700 | [diff] [blame] | 3516 | rpc_restart_call_prepare(task); |
Trond Myklebust | 788e7a8 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 3517 | return -EAGAIN; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3518 | } |
Trond Myklebust | 788e7a8 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 3519 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3520 | } |
| 3521 | |
Fred Isaman | 0b7c015 | 2012-04-20 14:47:39 -0400 | [diff] [blame] | 3522 | static int nfs4_commit_done(struct rpc_task *task, struct nfs_commit_data *data) |
Fred Isaman | 5f45243 | 2011-03-23 13:27:46 +0000 | [diff] [blame] | 3523 | { |
| 3524 | if (!nfs4_sequence_done(task, &data->res.seq_res)) |
| 3525 | return -EAGAIN; |
Fred Isaman | 0b7c015 | 2012-04-20 14:47:39 -0400 | [diff] [blame] | 3526 | return data->commit_done_cb(task, data); |
Fred Isaman | 5f45243 | 2011-03-23 13:27:46 +0000 | [diff] [blame] | 3527 | } |
| 3528 | |
Fred Isaman | 0b7c015 | 2012-04-20 14:47:39 -0400 | [diff] [blame] | 3529 | static void nfs4_proc_commit_setup(struct nfs_commit_data *data, struct rpc_message *msg) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3530 | { |
Trond Myklebust | 788e7a8 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 3531 | struct nfs_server *server = NFS_SERVER(data->inode); |
Fred Isaman | 988b6dc | 2011-03-23 13:27:52 +0000 | [diff] [blame] | 3532 | |
Fred Isaman | 0b7c015 | 2012-04-20 14:47:39 -0400 | [diff] [blame] | 3533 | if (data->commit_done_cb == NULL) |
| 3534 | data->commit_done_cb = nfs4_commit_done_cb; |
Trond Myklebust | 4f9838c | 2005-10-27 22:12:44 -0400 | [diff] [blame] | 3535 | data->res.server = server; |
Trond Myklebust | bdc7f02 | 2007-07-14 15:40:00 -0400 | [diff] [blame] | 3536 | msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_COMMIT]; |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 3537 | nfs41_init_sequence(&data->args.seq_args, &data->res.seq_res, 1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3538 | } |
| 3539 | |
Chuck Lever | 9bc4e3c | 2010-05-07 13:34:17 -0400 | [diff] [blame] | 3540 | struct nfs4_renewdata { |
| 3541 | struct nfs_client *client; |
| 3542 | unsigned long timestamp; |
| 3543 | }; |
| 3544 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3545 | /* |
| 3546 | * nfs4_proc_async_renew(): This is not one of the nfs_rpc_ops; it is a special |
| 3547 | * standalone procedure for queueing an asynchronous RENEW. |
| 3548 | */ |
Chuck Lever | 9bc4e3c | 2010-05-07 13:34:17 -0400 | [diff] [blame] | 3549 | static void nfs4_renew_release(void *calldata) |
Alexandros Batsakis | dc96aef | 2010-02-05 03:45:04 -0800 | [diff] [blame] | 3550 | { |
Chuck Lever | 9bc4e3c | 2010-05-07 13:34:17 -0400 | [diff] [blame] | 3551 | struct nfs4_renewdata *data = calldata; |
| 3552 | struct nfs_client *clp = data->client; |
Alexandros Batsakis | dc96aef | 2010-02-05 03:45:04 -0800 | [diff] [blame] | 3553 | |
Alexandros Batsakis | 0851de06 | 2010-02-05 03:45:06 -0800 | [diff] [blame] | 3554 | if (atomic_read(&clp->cl_count) > 1) |
| 3555 | nfs4_schedule_state_renewal(clp); |
| 3556 | nfs_put_client(clp); |
Chuck Lever | 9bc4e3c | 2010-05-07 13:34:17 -0400 | [diff] [blame] | 3557 | kfree(data); |
Alexandros Batsakis | dc96aef | 2010-02-05 03:45:04 -0800 | [diff] [blame] | 3558 | } |
| 3559 | |
Chuck Lever | 9bc4e3c | 2010-05-07 13:34:17 -0400 | [diff] [blame] | 3560 | static void nfs4_renew_done(struct rpc_task *task, void *calldata) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3561 | { |
Chuck Lever | 9bc4e3c | 2010-05-07 13:34:17 -0400 | [diff] [blame] | 3562 | struct nfs4_renewdata *data = calldata; |
| 3563 | struct nfs_client *clp = data->client; |
| 3564 | unsigned long timestamp = data->timestamp; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3565 | |
| 3566 | if (task->tk_status < 0) { |
Trond Myklebust | 95baa25 | 2009-05-26 14:51:00 -0400 | [diff] [blame] | 3567 | /* Unless we're shutting down, schedule state recovery! */ |
Trond Myklebust | 042b60b | 2011-08-24 15:07:37 -0400 | [diff] [blame] | 3568 | if (test_bit(NFS_CS_RENEWD, &clp->cl_res_state) == 0) |
| 3569 | return; |
| 3570 | if (task->tk_status != NFS4ERR_CB_PATH_DOWN) { |
Trond Myklebust | 0400a6b | 2011-03-09 16:00:53 -0500 | [diff] [blame] | 3571 | nfs4_schedule_lease_recovery(clp); |
Trond Myklebust | 042b60b | 2011-08-24 15:07:37 -0400 | [diff] [blame] | 3572 | return; |
| 3573 | } |
| 3574 | nfs4_schedule_path_down_recovery(clp); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3575 | } |
Trond Myklebust | 452e935 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 3576 | do_renew_lease(clp, timestamp); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3577 | } |
| 3578 | |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 3579 | static const struct rpc_call_ops nfs4_renew_ops = { |
| 3580 | .rpc_call_done = nfs4_renew_done, |
Alexandros Batsakis | dc96aef | 2010-02-05 03:45:04 -0800 | [diff] [blame] | 3581 | .rpc_release = nfs4_renew_release, |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 3582 | }; |
| 3583 | |
Trond Myklebust | 2f60ea6 | 2011-08-24 15:07:37 -0400 | [diff] [blame] | 3584 | static int nfs4_proc_async_renew(struct nfs_client *clp, struct rpc_cred *cred, unsigned renew_flags) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3585 | { |
| 3586 | struct rpc_message msg = { |
| 3587 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW], |
| 3588 | .rpc_argp = clp, |
Trond Myklebust | b4454fe | 2006-01-03 09:55:25 +0100 | [diff] [blame] | 3589 | .rpc_cred = cred, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3590 | }; |
Chuck Lever | 9bc4e3c | 2010-05-07 13:34:17 -0400 | [diff] [blame] | 3591 | struct nfs4_renewdata *data; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3592 | |
Trond Myklebust | 2f60ea6 | 2011-08-24 15:07:37 -0400 | [diff] [blame] | 3593 | if (renew_flags == 0) |
| 3594 | return 0; |
Alexandros Batsakis | 0851de06 | 2010-02-05 03:45:06 -0800 | [diff] [blame] | 3595 | if (!atomic_inc_not_zero(&clp->cl_count)) |
| 3596 | return -EIO; |
Trond Myklebust | b569ad3 | 2011-08-24 15:07:35 -0400 | [diff] [blame] | 3597 | data = kmalloc(sizeof(*data), GFP_NOFS); |
Chuck Lever | 9bc4e3c | 2010-05-07 13:34:17 -0400 | [diff] [blame] | 3598 | if (data == NULL) |
| 3599 | return -ENOMEM; |
| 3600 | data->client = clp; |
| 3601 | data->timestamp = jiffies; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3602 | return rpc_call_async(clp->cl_rpcclient, &msg, RPC_TASK_SOFT, |
Chuck Lever | 9bc4e3c | 2010-05-07 13:34:17 -0400 | [diff] [blame] | 3603 | &nfs4_renew_ops, data); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3604 | } |
| 3605 | |
Trond Myklebust | 8534d4e | 2011-08-24 15:07:37 -0400 | [diff] [blame] | 3606 | static int nfs4_proc_renew(struct nfs_client *clp, struct rpc_cred *cred) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3607 | { |
| 3608 | struct rpc_message msg = { |
| 3609 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW], |
| 3610 | .rpc_argp = clp, |
Trond Myklebust | b4454fe | 2006-01-03 09:55:25 +0100 | [diff] [blame] | 3611 | .rpc_cred = cred, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3612 | }; |
| 3613 | unsigned long now = jiffies; |
| 3614 | int status; |
| 3615 | |
| 3616 | status = rpc_call_sync(clp->cl_rpcclient, &msg, 0); |
| 3617 | if (status < 0) |
| 3618 | return status; |
Trond Myklebust | 452e935 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 3619 | do_renew_lease(clp, now); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3620 | return 0; |
| 3621 | } |
| 3622 | |
J. Bruce Fields | aa1870a | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 3623 | static inline int nfs4_server_supports_acls(struct nfs_server *server) |
| 3624 | { |
| 3625 | return (server->caps & NFS_CAP_ACLS) |
| 3626 | && (server->acl_bitmask & ACL4_SUPPORT_ALLOW_ACL) |
| 3627 | && (server->acl_bitmask & ACL4_SUPPORT_DENY_ACL); |
| 3628 | } |
| 3629 | |
| 3630 | /* Assuming that XATTR_SIZE_MAX is a multiple of PAGE_CACHE_SIZE, and that |
| 3631 | * it's OK to put sizeof(void) * (XATTR_SIZE_MAX/PAGE_CACHE_SIZE) bytes on |
| 3632 | * the stack. |
| 3633 | */ |
| 3634 | #define NFS4ACL_MAXPAGES (XATTR_SIZE_MAX >> PAGE_CACHE_SHIFT) |
| 3635 | |
Neil Horman | e9e3d72 | 2011-03-04 19:26:03 -0500 | [diff] [blame] | 3636 | static int buf_to_pages_noslab(const void *buf, size_t buflen, |
| 3637 | struct page **pages, unsigned int *pgbase) |
| 3638 | { |
| 3639 | struct page *newpage, **spages; |
| 3640 | int rc = 0; |
| 3641 | size_t len; |
| 3642 | spages = pages; |
| 3643 | |
| 3644 | do { |
Jovi Zhang | 43b7c3f | 2011-03-02 23:19:37 +0000 | [diff] [blame] | 3645 | len = min_t(size_t, PAGE_CACHE_SIZE, buflen); |
Neil Horman | e9e3d72 | 2011-03-04 19:26:03 -0500 | [diff] [blame] | 3646 | newpage = alloc_page(GFP_KERNEL); |
| 3647 | |
| 3648 | if (newpage == NULL) |
| 3649 | goto unwind; |
| 3650 | memcpy(page_address(newpage), buf, len); |
| 3651 | buf += len; |
| 3652 | buflen -= len; |
| 3653 | *pages++ = newpage; |
| 3654 | rc++; |
| 3655 | } while (buflen != 0); |
| 3656 | |
| 3657 | return rc; |
| 3658 | |
| 3659 | unwind: |
| 3660 | for(; rc > 0; rc--) |
| 3661 | __free_page(spages[rc-1]); |
| 3662 | return -ENOMEM; |
| 3663 | } |
| 3664 | |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 3665 | struct nfs4_cached_acl { |
| 3666 | int cached; |
| 3667 | size_t len; |
Andrew Morton | 3e9d415 | 2005-06-22 17:16:28 +0000 | [diff] [blame] | 3668 | char data[0]; |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 3669 | }; |
| 3670 | |
| 3671 | 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] | 3672 | { |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 3673 | struct nfs_inode *nfsi = NFS_I(inode); |
| 3674 | |
| 3675 | spin_lock(&inode->i_lock); |
| 3676 | kfree(nfsi->nfs4_acl); |
| 3677 | nfsi->nfs4_acl = acl; |
| 3678 | spin_unlock(&inode->i_lock); |
| 3679 | } |
| 3680 | |
| 3681 | static void nfs4_zap_acl_attr(struct inode *inode) |
| 3682 | { |
| 3683 | nfs4_set_cached_acl(inode, NULL); |
| 3684 | } |
| 3685 | |
| 3686 | static inline ssize_t nfs4_read_cached_acl(struct inode *inode, char *buf, size_t buflen) |
| 3687 | { |
| 3688 | struct nfs_inode *nfsi = NFS_I(inode); |
| 3689 | struct nfs4_cached_acl *acl; |
| 3690 | int ret = -ENOENT; |
| 3691 | |
| 3692 | spin_lock(&inode->i_lock); |
| 3693 | acl = nfsi->nfs4_acl; |
| 3694 | if (acl == NULL) |
| 3695 | goto out; |
| 3696 | if (buf == NULL) /* user is just asking for length */ |
| 3697 | goto out_len; |
| 3698 | if (acl->cached == 0) |
| 3699 | goto out; |
| 3700 | ret = -ERANGE; /* see getxattr(2) man page */ |
| 3701 | if (acl->len > buflen) |
| 3702 | goto out; |
| 3703 | memcpy(buf, acl->data, acl->len); |
| 3704 | out_len: |
| 3705 | ret = acl->len; |
| 3706 | out: |
| 3707 | spin_unlock(&inode->i_lock); |
| 3708 | return ret; |
| 3709 | } |
| 3710 | |
Sachin Prabhu | 5794d21 | 2012-04-17 14:36:40 +0100 | [diff] [blame] | 3711 | static void nfs4_write_cached_acl(struct inode *inode, struct page **pages, size_t pgbase, size_t acl_len) |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 3712 | { |
| 3713 | struct nfs4_cached_acl *acl; |
| 3714 | |
Sachin Prabhu | 5794d21 | 2012-04-17 14:36:40 +0100 | [diff] [blame] | 3715 | if (pages && acl_len <= PAGE_SIZE) { |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 3716 | acl = kmalloc(sizeof(*acl) + acl_len, GFP_KERNEL); |
| 3717 | if (acl == NULL) |
| 3718 | goto out; |
| 3719 | acl->cached = 1; |
Sachin Prabhu | 5794d21 | 2012-04-17 14:36:40 +0100 | [diff] [blame] | 3720 | _copy_from_pages(acl->data, pages, pgbase, acl_len); |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 3721 | } else { |
| 3722 | acl = kmalloc(sizeof(*acl), GFP_KERNEL); |
| 3723 | if (acl == NULL) |
| 3724 | goto out; |
| 3725 | acl->cached = 0; |
| 3726 | } |
| 3727 | acl->len = acl_len; |
| 3728 | out: |
| 3729 | nfs4_set_cached_acl(inode, acl); |
| 3730 | } |
| 3731 | |
Andy Adamson | bf118a3 | 2011-12-07 11:55:27 -0500 | [diff] [blame] | 3732 | /* |
| 3733 | * The getxattr API returns the required buffer length when called with a |
| 3734 | * NULL buf. The NFSv4 acl tool then calls getxattr again after allocating |
| 3735 | * the required buf. On a NULL buf, we send a page of data to the server |
| 3736 | * guessing that the ACL request can be serviced by a page. If so, we cache |
| 3737 | * up to the page of ACL data, and the 2nd call to getxattr is serviced by |
| 3738 | * the cache. If not so, we throw away the page, and cache the required |
| 3739 | * length. The next getxattr call will then produce another round trip to |
| 3740 | * the server, this time with the input buf of the required size. |
| 3741 | */ |
Trond Myklebust | 16b4289 | 2006-08-24 12:27:15 -0400 | [diff] [blame] | 3742 | 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] | 3743 | { |
Andy Adamson | bf118a3 | 2011-12-07 11:55:27 -0500 | [diff] [blame] | 3744 | struct page *pages[NFS4ACL_MAXPAGES] = {NULL, }; |
J. Bruce Fields | aa1870a | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 3745 | struct nfs_getaclargs args = { |
| 3746 | .fh = NFS_FH(inode), |
| 3747 | .acl_pages = pages, |
| 3748 | .acl_len = buflen, |
| 3749 | }; |
Benny Halevy | 663c79b | 2009-04-01 09:21:59 -0400 | [diff] [blame] | 3750 | struct nfs_getaclres res = { |
| 3751 | .acl_len = buflen, |
| 3752 | }; |
J. Bruce Fields | aa1870a | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 3753 | struct rpc_message msg = { |
| 3754 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETACL], |
| 3755 | .rpc_argp = &args, |
Benny Halevy | 663c79b | 2009-04-01 09:21:59 -0400 | [diff] [blame] | 3756 | .rpc_resp = &res, |
J. Bruce Fields | aa1870a | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 3757 | }; |
Andy Adamson | bf118a3 | 2011-12-07 11:55:27 -0500 | [diff] [blame] | 3758 | int ret = -ENOMEM, npages, i, acl_len = 0; |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 3759 | |
Andy Adamson | bf118a3 | 2011-12-07 11:55:27 -0500 | [diff] [blame] | 3760 | npages = (buflen + PAGE_SIZE - 1) >> PAGE_SHIFT; |
| 3761 | /* As long as we're doing a round trip to the server anyway, |
| 3762 | * let's be prepared for a page of acl data. */ |
| 3763 | if (npages == 0) |
| 3764 | npages = 1; |
| 3765 | |
Sachin Prabhu | 5a00689 | 2012-04-17 14:35:39 +0100 | [diff] [blame] | 3766 | /* Add an extra page to handle the bitmap returned */ |
| 3767 | npages++; |
| 3768 | |
Andy Adamson | bf118a3 | 2011-12-07 11:55:27 -0500 | [diff] [blame] | 3769 | for (i = 0; i < npages; i++) { |
| 3770 | pages[i] = alloc_page(GFP_KERNEL); |
| 3771 | if (!pages[i]) |
| 3772 | goto out_free; |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 3773 | } |
Sachin Prabhu | 5a00689 | 2012-04-17 14:35:39 +0100 | [diff] [blame] | 3774 | |
| 3775 | /* for decoding across pages */ |
| 3776 | res.acl_scratch = alloc_page(GFP_KERNEL); |
| 3777 | if (!res.acl_scratch) |
| 3778 | goto out_free; |
| 3779 | |
Andy Adamson | bf118a3 | 2011-12-07 11:55:27 -0500 | [diff] [blame] | 3780 | args.acl_len = npages * PAGE_SIZE; |
| 3781 | args.acl_pgbase = 0; |
Sachin Prabhu | 5a00689 | 2012-04-17 14:35:39 +0100 | [diff] [blame] | 3782 | |
Andy Adamson | bf118a3 | 2011-12-07 11:55:27 -0500 | [diff] [blame] | 3783 | /* Let decode_getfacl know not to fail if the ACL data is larger than |
| 3784 | * the page we send as a guess */ |
| 3785 | if (buf == NULL) |
| 3786 | res.acl_flags |= NFS4_ACL_LEN_REQUEST; |
Andy Adamson | bf118a3 | 2011-12-07 11:55:27 -0500 | [diff] [blame] | 3787 | |
Peng Tao | de040be | 2012-01-10 22:42:47 +0800 | [diff] [blame] | 3788 | dprintk("%s buf %p buflen %zu npages %d args.acl_len %zu\n", |
Andy Adamson | bf118a3 | 2011-12-07 11:55:27 -0500 | [diff] [blame] | 3789 | __func__, buf, buflen, npages, args.acl_len); |
| 3790 | ret = nfs4_call_sync(NFS_SERVER(inode)->client, NFS_SERVER(inode), |
| 3791 | &msg, &args.seq_args, &res.seq_res, 0); |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 3792 | if (ret) |
| 3793 | goto out_free; |
Andy Adamson | bf118a3 | 2011-12-07 11:55:27 -0500 | [diff] [blame] | 3794 | |
| 3795 | acl_len = res.acl_len - res.acl_data_offset; |
| 3796 | if (acl_len > args.acl_len) |
Sachin Prabhu | 5794d21 | 2012-04-17 14:36:40 +0100 | [diff] [blame] | 3797 | nfs4_write_cached_acl(inode, NULL, 0, acl_len); |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 3798 | else |
Sachin Prabhu | 5794d21 | 2012-04-17 14:36:40 +0100 | [diff] [blame] | 3799 | nfs4_write_cached_acl(inode, pages, res.acl_data_offset, |
Andy Adamson | bf118a3 | 2011-12-07 11:55:27 -0500 | [diff] [blame] | 3800 | acl_len); |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 3801 | if (buf) { |
| 3802 | ret = -ERANGE; |
Andy Adamson | bf118a3 | 2011-12-07 11:55:27 -0500 | [diff] [blame] | 3803 | if (acl_len > buflen) |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 3804 | goto out_free; |
Andy Adamson | bf118a3 | 2011-12-07 11:55:27 -0500 | [diff] [blame] | 3805 | _copy_from_pages(buf, pages, res.acl_data_offset, |
Sachin Prabhu | 20e0fa9 | 2012-03-22 16:46:28 +0000 | [diff] [blame] | 3806 | acl_len); |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 3807 | } |
Andy Adamson | bf118a3 | 2011-12-07 11:55:27 -0500 | [diff] [blame] | 3808 | ret = acl_len; |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 3809 | out_free: |
Andy Adamson | bf118a3 | 2011-12-07 11:55:27 -0500 | [diff] [blame] | 3810 | for (i = 0; i < npages; i++) |
| 3811 | if (pages[i]) |
| 3812 | __free_page(pages[i]); |
Trond Myklebust | 331818f | 2012-02-03 18:30:53 -0500 | [diff] [blame] | 3813 | if (res.acl_scratch) |
| 3814 | __free_page(res.acl_scratch); |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 3815 | return ret; |
| 3816 | } |
| 3817 | |
Trond Myklebust | 16b4289 | 2006-08-24 12:27:15 -0400 | [diff] [blame] | 3818 | static ssize_t nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen) |
| 3819 | { |
| 3820 | struct nfs4_exception exception = { }; |
| 3821 | ssize_t ret; |
| 3822 | do { |
| 3823 | ret = __nfs4_get_acl_uncached(inode, buf, buflen); |
| 3824 | if (ret >= 0) |
| 3825 | break; |
| 3826 | ret = nfs4_handle_exception(NFS_SERVER(inode), ret, &exception); |
| 3827 | } while (exception.retry); |
| 3828 | return ret; |
| 3829 | } |
| 3830 | |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 3831 | static ssize_t nfs4_proc_get_acl(struct inode *inode, void *buf, size_t buflen) |
| 3832 | { |
| 3833 | struct nfs_server *server = NFS_SERVER(inode); |
J. Bruce Fields | aa1870a | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 3834 | int ret; |
| 3835 | |
| 3836 | if (!nfs4_server_supports_acls(server)) |
| 3837 | return -EOPNOTSUPP; |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 3838 | ret = nfs_revalidate_inode(server, inode); |
| 3839 | if (ret < 0) |
| 3840 | return ret; |
Aneesh Kumar K.V | 08a22b3 | 2010-12-01 10:42:16 +0000 | [diff] [blame] | 3841 | if (NFS_I(inode)->cache_validity & NFS_INO_INVALID_ACL) |
| 3842 | nfs_zap_acl_cache(inode); |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 3843 | ret = nfs4_read_cached_acl(inode, buf, buflen); |
| 3844 | if (ret != -ENOENT) |
Andy Adamson | bf118a3 | 2011-12-07 11:55:27 -0500 | [diff] [blame] | 3845 | /* -ENOENT is returned if there is no ACL or if there is an ACL |
| 3846 | * but no cached acl data, just the acl length */ |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 3847 | return ret; |
| 3848 | return nfs4_get_acl_uncached(inode, buf, buflen); |
J. Bruce Fields | aa1870a | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 3849 | } |
| 3850 | |
Trond Myklebust | 16b4289 | 2006-08-24 12:27:15 -0400 | [diff] [blame] | 3851 | 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] | 3852 | { |
| 3853 | struct nfs_server *server = NFS_SERVER(inode); |
| 3854 | struct page *pages[NFS4ACL_MAXPAGES]; |
| 3855 | struct nfs_setaclargs arg = { |
| 3856 | .fh = NFS_FH(inode), |
| 3857 | .acl_pages = pages, |
| 3858 | .acl_len = buflen, |
| 3859 | }; |
Benny Halevy | 73c403a | 2009-04-01 09:22:01 -0400 | [diff] [blame] | 3860 | struct nfs_setaclres res; |
J. Bruce Fields | 4b580ee | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 3861 | struct rpc_message msg = { |
| 3862 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETACL], |
| 3863 | .rpc_argp = &arg, |
Benny Halevy | 73c403a | 2009-04-01 09:22:01 -0400 | [diff] [blame] | 3864 | .rpc_resp = &res, |
J. Bruce Fields | 4b580ee | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 3865 | }; |
Neil Horman | e9e3d72 | 2011-03-04 19:26:03 -0500 | [diff] [blame] | 3866 | int ret, i; |
J. Bruce Fields | 4b580ee | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 3867 | |
| 3868 | if (!nfs4_server_supports_acls(server)) |
| 3869 | return -EOPNOTSUPP; |
Neil Horman | e9e3d72 | 2011-03-04 19:26:03 -0500 | [diff] [blame] | 3870 | i = buf_to_pages_noslab(buf, buflen, arg.acl_pages, &arg.acl_pgbase); |
| 3871 | if (i < 0) |
| 3872 | return i; |
Bryan Schumaker | 57ec14c | 2012-06-20 15:53:44 -0400 | [diff] [blame] | 3873 | nfs4_inode_return_delegation(inode); |
Bryan Schumaker | 7c51305 | 2011-03-24 17:12:24 +0000 | [diff] [blame] | 3874 | ret = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1); |
Neil Horman | e9e3d72 | 2011-03-04 19:26:03 -0500 | [diff] [blame] | 3875 | |
| 3876 | /* |
| 3877 | * Free each page after tx, so the only ref left is |
| 3878 | * held by the network stack |
| 3879 | */ |
| 3880 | for (; i > 0; i--) |
| 3881 | put_page(pages[i-1]); |
| 3882 | |
Aneesh Kumar K.V | 08a22b3 | 2010-12-01 10:42:16 +0000 | [diff] [blame] | 3883 | /* |
| 3884 | * Acl update can result in inode attribute update. |
| 3885 | * so mark the attribute cache invalid. |
| 3886 | */ |
| 3887 | spin_lock(&inode->i_lock); |
| 3888 | NFS_I(inode)->cache_validity |= NFS_INO_INVALID_ATTR; |
| 3889 | spin_unlock(&inode->i_lock); |
Trond Myklebust | f41f741 | 2008-06-11 17:39:04 -0400 | [diff] [blame] | 3890 | nfs_access_zap_cache(inode); |
| 3891 | nfs_zap_acl_cache(inode); |
J. Bruce Fields | 4b580ee | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 3892 | return ret; |
| 3893 | } |
| 3894 | |
Trond Myklebust | 16b4289 | 2006-08-24 12:27:15 -0400 | [diff] [blame] | 3895 | static int nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen) |
| 3896 | { |
| 3897 | struct nfs4_exception exception = { }; |
| 3898 | int err; |
| 3899 | do { |
| 3900 | err = nfs4_handle_exception(NFS_SERVER(inode), |
| 3901 | __nfs4_proc_set_acl(inode, buf, buflen), |
| 3902 | &exception); |
| 3903 | } while (exception.retry); |
| 3904 | return err; |
| 3905 | } |
| 3906 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3907 | static int |
Trond Myklebust | aa5190d | 2010-06-16 09:52:25 -0400 | [diff] [blame] | 3908 | nfs4_async_handle_error(struct rpc_task *task, const struct nfs_server *server, struct nfs4_state *state) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3909 | { |
Trond Myklebust | aa5190d | 2010-06-16 09:52:25 -0400 | [diff] [blame] | 3910 | struct nfs_client *clp = server->nfs_client; |
| 3911 | |
| 3912 | if (task->tk_status >= 0) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3913 | return 0; |
| 3914 | switch(task->tk_status) { |
Trond Myklebust | a1d0b5e | 2012-03-05 19:56:44 -0500 | [diff] [blame] | 3915 | case -NFS4ERR_DELEG_REVOKED: |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame] | 3916 | case -NFS4ERR_ADMIN_REVOKED: |
| 3917 | case -NFS4ERR_BAD_STATEID: |
Trond Myklebust | 1497748 | 2012-03-27 18:31:25 -0400 | [diff] [blame] | 3918 | if (state == NULL) |
| 3919 | break; |
| 3920 | nfs_remove_bad_delegation(state->inode); |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame] | 3921 | case -NFS4ERR_OPENMODE: |
| 3922 | if (state == NULL) |
| 3923 | break; |
Trond Myklebust | 0400a6b | 2011-03-09 16:00:53 -0500 | [diff] [blame] | 3924 | nfs4_schedule_stateid_recovery(server, state); |
| 3925 | goto wait_on_recovery; |
Trond Myklebust | 0ced63d | 2011-05-26 14:26:35 -0400 | [diff] [blame] | 3926 | case -NFS4ERR_EXPIRED: |
| 3927 | if (state != NULL) |
| 3928 | nfs4_schedule_stateid_recovery(server, state); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3929 | case -NFS4ERR_STALE_STATEID: |
Trond Myklebust | a2c0b9e | 2010-01-26 15:42:47 -0500 | [diff] [blame] | 3930 | case -NFS4ERR_STALE_CLIENTID: |
Trond Myklebust | 0400a6b | 2011-03-09 16:00:53 -0500 | [diff] [blame] | 3931 | nfs4_schedule_lease_recovery(clp); |
| 3932 | goto wait_on_recovery; |
Andy Adamson | 4745e31 | 2009-04-01 09:22:42 -0400 | [diff] [blame] | 3933 | #if defined(CONFIG_NFS_V4_1) |
| 3934 | case -NFS4ERR_BADSESSION: |
| 3935 | case -NFS4ERR_BADSLOT: |
| 3936 | case -NFS4ERR_BAD_HIGH_SLOT: |
| 3937 | case -NFS4ERR_DEADSESSION: |
| 3938 | case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION: |
| 3939 | case -NFS4ERR_SEQ_FALSE_RETRY: |
| 3940 | case -NFS4ERR_SEQ_MISORDERED: |
| 3941 | dprintk("%s ERROR %d, Reset session\n", __func__, |
| 3942 | task->tk_status); |
Trond Myklebust | 9f59479 | 2012-05-27 13:02:53 -0400 | [diff] [blame] | 3943 | nfs4_schedule_session_recovery(clp->cl_session, task->tk_status); |
Andy Adamson | 4745e31 | 2009-04-01 09:22:42 -0400 | [diff] [blame] | 3944 | task->tk_status = 0; |
| 3945 | return -EAGAIN; |
| 3946 | #endif /* CONFIG_NFS_V4_1 */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3947 | case -NFS4ERR_DELAY: |
Trond Myklebust | aa5190d | 2010-06-16 09:52:25 -0400 | [diff] [blame] | 3948 | nfs_inc_server_stats(server, NFSIOS_DELAY); |
Chuck Lever | 006ea73 | 2006-03-20 13:44:14 -0500 | [diff] [blame] | 3949 | case -NFS4ERR_GRACE: |
Jeff Layton | 2c64348 | 2010-01-07 09:42:03 -0500 | [diff] [blame] | 3950 | case -EKEYEXPIRED: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3951 | rpc_delay(task, NFS4_POLL_RETRY_MAX); |
| 3952 | task->tk_status = 0; |
| 3953 | return -EAGAIN; |
Andy Adamson | a8a4ae3 | 2011-05-03 13:43:03 -0400 | [diff] [blame] | 3954 | case -NFS4ERR_RETRY_UNCACHED_REP: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3955 | case -NFS4ERR_OLD_STATEID: |
| 3956 | task->tk_status = 0; |
| 3957 | return -EAGAIN; |
| 3958 | } |
| 3959 | task->tk_status = nfs4_map_errors(task->tk_status); |
| 3960 | return 0; |
Trond Myklebust | 0400a6b | 2011-03-09 16:00:53 -0500 | [diff] [blame] | 3961 | wait_on_recovery: |
Trond Myklebust | a2c0b9e | 2010-01-26 15:42:47 -0500 | [diff] [blame] | 3962 | rpc_sleep_on(&clp->cl_rpcwaitq, task, NULL); |
Trond Myklebust | a2c0b9e | 2010-01-26 15:42:47 -0500 | [diff] [blame] | 3963 | if (test_bit(NFS4CLNT_MANAGER_RUNNING, &clp->cl_state) == 0) |
| 3964 | rpc_wake_up_queued_task(&clp->cl_rpcwaitq, task); |
| 3965 | task->tk_status = 0; |
| 3966 | return -EAGAIN; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3967 | } |
| 3968 | |
Chuck Lever | f092075 | 2012-05-21 22:45:41 -0400 | [diff] [blame] | 3969 | static void nfs4_init_boot_verifier(const struct nfs_client *clp, |
| 3970 | nfs4_verifier *bootverf) |
Chuck Lever | cd93710 | 2012-03-02 17:14:31 -0500 | [diff] [blame] | 3971 | { |
| 3972 | __be32 verf[2]; |
| 3973 | |
Chuck Lever | 2c820d9 | 2012-05-21 22:45:33 -0400 | [diff] [blame] | 3974 | if (test_bit(NFS4CLNT_PURGE_STATE, &clp->cl_state)) { |
| 3975 | /* An impossible timestamp guarantees this value |
| 3976 | * will never match a generated boot time. */ |
| 3977 | verf[0] = 0; |
| 3978 | verf[1] = (__be32)(NSEC_PER_SEC + 1); |
| 3979 | } else { |
Chuck Lever | f092075 | 2012-05-21 22:45:41 -0400 | [diff] [blame] | 3980 | struct nfs_net *nn = net_generic(clp->cl_net, nfs_net_id); |
| 3981 | verf[0] = (__be32)nn->boot_time.tv_sec; |
| 3982 | verf[1] = (__be32)nn->boot_time.tv_nsec; |
Chuck Lever | 2c820d9 | 2012-05-21 22:45:33 -0400 | [diff] [blame] | 3983 | } |
Chuck Lever | cd93710 | 2012-03-02 17:14:31 -0500 | [diff] [blame] | 3984 | memcpy(bootverf->data, verf, sizeof(bootverf->data)); |
| 3985 | } |
| 3986 | |
Trond Myklebust | bb8b27e | 2010-04-16 16:43:06 -0400 | [diff] [blame] | 3987 | int nfs4_proc_setclientid(struct nfs_client *clp, u32 program, |
| 3988 | unsigned short port, struct rpc_cred *cred, |
| 3989 | struct nfs4_setclientid_res *res) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3990 | { |
| 3991 | nfs4_verifier sc_verifier; |
| 3992 | struct nfs4_setclientid setclientid = { |
| 3993 | .sc_verifier = &sc_verifier, |
| 3994 | .sc_prog = program, |
Andy Adamson | f4eecd5 | 2011-01-06 02:04:30 +0000 | [diff] [blame] | 3995 | .sc_cb_ident = clp->cl_cb_ident, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3996 | }; |
| 3997 | struct rpc_message msg = { |
| 3998 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID], |
| 3999 | .rpc_argp = &setclientid, |
Trond Myklebust | bb8b27e | 2010-04-16 16:43:06 -0400 | [diff] [blame] | 4000 | .rpc_resp = res, |
Trond Myklebust | 286d7d6 | 2006-01-03 09:55:26 +0100 | [diff] [blame] | 4001 | .rpc_cred = cred, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4002 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4003 | int loop = 0; |
| 4004 | int status; |
| 4005 | |
Chuck Lever | f092075 | 2012-05-21 22:45:41 -0400 | [diff] [blame] | 4006 | nfs4_init_boot_verifier(clp, &sc_verifier); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4007 | |
| 4008 | for(;;) { |
Trond Myklebust | 2446ab6 | 2012-03-01 17:00:56 -0500 | [diff] [blame] | 4009 | rcu_read_lock(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4010 | setclientid.sc_name_len = scnprintf(setclientid.sc_name, |
Trond Myklebust | 69dd716 | 2007-12-14 14:56:07 -0500 | [diff] [blame] | 4011 | sizeof(setclientid.sc_name), "%s/%s %s %s %u", |
Chuck Lever | d4d3c50 | 2007-12-10 14:57:09 -0500 | [diff] [blame] | 4012 | clp->cl_ipaddr, |
| 4013 | rpc_peeraddr2str(clp->cl_rpcclient, |
| 4014 | RPC_DISPLAY_ADDR), |
Trond Myklebust | 69dd716 | 2007-12-14 14:56:07 -0500 | [diff] [blame] | 4015 | rpc_peeraddr2str(clp->cl_rpcclient, |
| 4016 | RPC_DISPLAY_PROTO), |
Trond Myklebust | 78ea323 | 2008-04-07 20:49:28 -0400 | [diff] [blame] | 4017 | clp->cl_rpcclient->cl_auth->au_ops->au_name, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4018 | clp->cl_id_uniquifier); |
| 4019 | setclientid.sc_netid_len = scnprintf(setclientid.sc_netid, |
Chuck Lever | d4d3c50 | 2007-12-10 14:57:09 -0500 | [diff] [blame] | 4020 | sizeof(setclientid.sc_netid), |
| 4021 | rpc_peeraddr2str(clp->cl_rpcclient, |
| 4022 | RPC_DISPLAY_NETID)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4023 | setclientid.sc_uaddr_len = scnprintf(setclientid.sc_uaddr, |
Chuck Lever | d4d3c50 | 2007-12-10 14:57:09 -0500 | [diff] [blame] | 4024 | sizeof(setclientid.sc_uaddr), "%s.%u.%u", |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4025 | clp->cl_ipaddr, port >> 8, port & 255); |
Trond Myklebust | 2446ab6 | 2012-03-01 17:00:56 -0500 | [diff] [blame] | 4026 | rcu_read_unlock(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4027 | |
Trond Myklebust | 1bd714f | 2011-04-24 14:29:33 -0400 | [diff] [blame] | 4028 | status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4029 | if (status != -NFS4ERR_CLID_INUSE) |
| 4030 | break; |
Trond Myklebust | fd954ae | 2011-04-24 14:28:18 -0400 | [diff] [blame] | 4031 | if (loop != 0) { |
| 4032 | ++clp->cl_id_uniquifier; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4033 | break; |
Trond Myklebust | fd954ae | 2011-04-24 14:28:18 -0400 | [diff] [blame] | 4034 | } |
| 4035 | ++loop; |
| 4036 | ssleep(clp->cl_lease_time / HZ + 1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4037 | } |
| 4038 | return status; |
| 4039 | } |
| 4040 | |
Trond Myklebust | fd954ae | 2011-04-24 14:28:18 -0400 | [diff] [blame] | 4041 | int nfs4_proc_setclientid_confirm(struct nfs_client *clp, |
Trond Myklebust | bb8b27e | 2010-04-16 16:43:06 -0400 | [diff] [blame] | 4042 | struct nfs4_setclientid_res *arg, |
| 4043 | struct rpc_cred *cred) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4044 | { |
| 4045 | struct nfs_fsinfo fsinfo; |
| 4046 | struct rpc_message msg = { |
| 4047 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID_CONFIRM], |
Trond Myklebust | bb8b27e | 2010-04-16 16:43:06 -0400 | [diff] [blame] | 4048 | .rpc_argp = arg, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4049 | .rpc_resp = &fsinfo, |
Trond Myklebust | 286d7d6 | 2006-01-03 09:55:26 +0100 | [diff] [blame] | 4050 | .rpc_cred = cred, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4051 | }; |
| 4052 | unsigned long now; |
| 4053 | int status; |
| 4054 | |
| 4055 | now = jiffies; |
Trond Myklebust | 1bd714f | 2011-04-24 14:29:33 -0400 | [diff] [blame] | 4056 | status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4057 | if (status == 0) { |
| 4058 | spin_lock(&clp->cl_lock); |
| 4059 | clp->cl_lease_time = fsinfo.lease_time * HZ; |
| 4060 | clp->cl_last_renewal = now; |
| 4061 | spin_unlock(&clp->cl_lock); |
| 4062 | } |
| 4063 | return status; |
| 4064 | } |
| 4065 | |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 4066 | struct nfs4_delegreturndata { |
| 4067 | struct nfs4_delegreturnargs args; |
Trond Myklebust | fa178f2 | 2006-01-03 09:55:38 +0100 | [diff] [blame] | 4068 | struct nfs4_delegreturnres res; |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 4069 | struct nfs_fh fh; |
| 4070 | nfs4_stateid stateid; |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 4071 | unsigned long timestamp; |
Trond Myklebust | fa178f2 | 2006-01-03 09:55:38 +0100 | [diff] [blame] | 4072 | struct nfs_fattr fattr; |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 4073 | int rpc_status; |
| 4074 | }; |
| 4075 | |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 4076 | static void nfs4_delegreturn_done(struct rpc_task *task, void *calldata) |
| 4077 | { |
| 4078 | struct nfs4_delegreturndata *data = calldata; |
Andy Adamson | 938e101 | 2009-04-01 09:22:28 -0400 | [diff] [blame] | 4079 | |
Trond Myklebust | 14516c3 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 4080 | if (!nfs4_sequence_done(task, &data->res.seq_res)) |
| 4081 | return; |
Andy Adamson | 938e101 | 2009-04-01 09:22:28 -0400 | [diff] [blame] | 4082 | |
Ricardo Labiaga | 7970886 | 2009-12-07 09:23:21 -0500 | [diff] [blame] | 4083 | switch (task->tk_status) { |
| 4084 | case -NFS4ERR_STALE_STATEID: |
| 4085 | case -NFS4ERR_EXPIRED: |
| 4086 | case 0: |
Trond Myklebust | fa178f2 | 2006-01-03 09:55:38 +0100 | [diff] [blame] | 4087 | renew_lease(data->res.server, data->timestamp); |
Ricardo Labiaga | 7970886 | 2009-12-07 09:23:21 -0500 | [diff] [blame] | 4088 | break; |
| 4089 | default: |
| 4090 | if (nfs4_async_handle_error(task, data->res.server, NULL) == |
| 4091 | -EAGAIN) { |
Trond Myklebust | d00c5d4 | 2011-10-19 12:17:29 -0700 | [diff] [blame] | 4092 | rpc_restart_call_prepare(task); |
Ricardo Labiaga | 7970886 | 2009-12-07 09:23:21 -0500 | [diff] [blame] | 4093 | return; |
| 4094 | } |
| 4095 | } |
| 4096 | data->rpc_status = task->tk_status; |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 4097 | } |
| 4098 | |
| 4099 | static void nfs4_delegreturn_release(void *calldata) |
| 4100 | { |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 4101 | kfree(calldata); |
| 4102 | } |
| 4103 | |
Andy Adamson | 938e101 | 2009-04-01 09:22:28 -0400 | [diff] [blame] | 4104 | #if defined(CONFIG_NFS_V4_1) |
| 4105 | static void nfs4_delegreturn_prepare(struct rpc_task *task, void *data) |
| 4106 | { |
| 4107 | struct nfs4_delegreturndata *d_data; |
| 4108 | |
| 4109 | d_data = (struct nfs4_delegreturndata *)data; |
| 4110 | |
Trond Myklebust | 035168a | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 4111 | if (nfs4_setup_sequence(d_data->res.server, |
Andy Adamson | 938e101 | 2009-04-01 09:22:28 -0400 | [diff] [blame] | 4112 | &d_data->args.seq_args, |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 4113 | &d_data->res.seq_res, task)) |
Andy Adamson | 938e101 | 2009-04-01 09:22:28 -0400 | [diff] [blame] | 4114 | return; |
| 4115 | rpc_call_start(task); |
| 4116 | } |
| 4117 | #endif /* CONFIG_NFS_V4_1 */ |
| 4118 | |
Jesper Juhl | c8d149f | 2006-03-20 13:44:07 -0500 | [diff] [blame] | 4119 | static const struct rpc_call_ops nfs4_delegreturn_ops = { |
Andy Adamson | 938e101 | 2009-04-01 09:22:28 -0400 | [diff] [blame] | 4120 | #if defined(CONFIG_NFS_V4_1) |
| 4121 | .rpc_call_prepare = nfs4_delegreturn_prepare, |
| 4122 | #endif /* CONFIG_NFS_V4_1 */ |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 4123 | .rpc_call_done = nfs4_delegreturn_done, |
| 4124 | .rpc_release = nfs4_delegreturn_release, |
| 4125 | }; |
| 4126 | |
Trond Myklebust | e6f8107 | 2008-01-24 18:14:34 -0500 | [diff] [blame] | 4127 | 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] | 4128 | { |
| 4129 | struct nfs4_delegreturndata *data; |
Trond Myklebust | fa178f2 | 2006-01-03 09:55:38 +0100 | [diff] [blame] | 4130 | struct nfs_server *server = NFS_SERVER(inode); |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 4131 | struct rpc_task *task; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 4132 | struct rpc_message msg = { |
| 4133 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DELEGRETURN], |
| 4134 | .rpc_cred = cred, |
| 4135 | }; |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 4136 | struct rpc_task_setup task_setup_data = { |
| 4137 | .rpc_client = server->client, |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 4138 | .rpc_message = &msg, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 4139 | .callback_ops = &nfs4_delegreturn_ops, |
| 4140 | .flags = RPC_TASK_ASYNC, |
| 4141 | }; |
Trond Myklebust | e6f8107 | 2008-01-24 18:14:34 -0500 | [diff] [blame] | 4142 | int status = 0; |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 4143 | |
Trond Myklebust | 8535b2b | 2010-05-13 12:51:01 -0400 | [diff] [blame] | 4144 | data = kzalloc(sizeof(*data), GFP_NOFS); |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 4145 | if (data == NULL) |
| 4146 | return -ENOMEM; |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 4147 | nfs41_init_sequence(&data->args.seq_args, &data->res.seq_res, 1); |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 4148 | data->args.fhandle = &data->fh; |
| 4149 | data->args.stateid = &data->stateid; |
Trond Myklebust | 9e907fe | 2012-04-27 13:48:17 -0400 | [diff] [blame] | 4150 | data->args.bitmask = server->cache_consistency_bitmask; |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 4151 | nfs_copy_fh(&data->fh, NFS_FH(inode)); |
Trond Myklebust | f597c53 | 2012-03-04 18:13:56 -0500 | [diff] [blame] | 4152 | nfs4_stateid_copy(&data->stateid, stateid); |
Trond Myklebust | fa178f2 | 2006-01-03 09:55:38 +0100 | [diff] [blame] | 4153 | data->res.fattr = &data->fattr; |
| 4154 | data->res.server = server; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 4155 | nfs_fattr_init(data->res.fattr); |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 4156 | data->timestamp = jiffies; |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 4157 | data->rpc_status = 0; |
| 4158 | |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 4159 | task_setup_data.callback_data = data; |
Trond Myklebust | 1174dd1 | 2010-12-21 10:52:24 -0500 | [diff] [blame] | 4160 | msg.rpc_argp = &data->args; |
| 4161 | msg.rpc_resp = &data->res; |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 4162 | task = rpc_run_task(&task_setup_data); |
Trond Myklebust | 7a1218a | 2006-03-20 18:11:10 -0500 | [diff] [blame] | 4163 | if (IS_ERR(task)) |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 4164 | return PTR_ERR(task); |
Trond Myklebust | e6f8107 | 2008-01-24 18:14:34 -0500 | [diff] [blame] | 4165 | if (!issync) |
| 4166 | goto out; |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 4167 | status = nfs4_wait_for_completion_rpc_task(task); |
Trond Myklebust | e6f8107 | 2008-01-24 18:14:34 -0500 | [diff] [blame] | 4168 | if (status != 0) |
| 4169 | goto out; |
| 4170 | status = data->rpc_status; |
Trond Myklebust | e144cbc | 2012-04-28 16:05:03 -0400 | [diff] [blame] | 4171 | if (status == 0) |
| 4172 | nfs_post_op_update_inode_force_wcc(inode, &data->fattr); |
| 4173 | else |
| 4174 | nfs_refresh_inode(inode, &data->fattr); |
Trond Myklebust | e6f8107 | 2008-01-24 18:14:34 -0500 | [diff] [blame] | 4175 | out: |
Trond Myklebust | e6b3c4d | 2006-11-11 22:18:03 -0500 | [diff] [blame] | 4176 | rpc_put_task(task); |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 4177 | return status; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4178 | } |
| 4179 | |
Trond Myklebust | e6f8107 | 2008-01-24 18:14:34 -0500 | [diff] [blame] | 4180 | 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] | 4181 | { |
| 4182 | struct nfs_server *server = NFS_SERVER(inode); |
| 4183 | struct nfs4_exception exception = { }; |
| 4184 | int err; |
| 4185 | do { |
Trond Myklebust | e6f8107 | 2008-01-24 18:14:34 -0500 | [diff] [blame] | 4186 | err = _nfs4_proc_delegreturn(inode, cred, stateid, issync); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4187 | switch (err) { |
| 4188 | case -NFS4ERR_STALE_STATEID: |
| 4189 | case -NFS4ERR_EXPIRED: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4190 | case 0: |
| 4191 | return 0; |
| 4192 | } |
| 4193 | err = nfs4_handle_exception(server, err, &exception); |
| 4194 | } while (exception.retry); |
| 4195 | return err; |
| 4196 | } |
| 4197 | |
| 4198 | #define NFS4_LOCK_MINTIMEOUT (1 * HZ) |
| 4199 | #define NFS4_LOCK_MAXTIMEOUT (30 * HZ) |
| 4200 | |
| 4201 | /* |
| 4202 | * sleep, with exponential backoff, and retry the LOCK operation. |
| 4203 | */ |
| 4204 | static unsigned long |
| 4205 | nfs4_set_lock_task_retry(unsigned long timeout) |
| 4206 | { |
Jeff Layton | d310310 | 2011-12-01 22:44:39 +0100 | [diff] [blame] | 4207 | freezable_schedule_timeout_killable(timeout); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4208 | timeout <<= 1; |
| 4209 | if (timeout > NFS4_LOCK_MAXTIMEOUT) |
| 4210 | return NFS4_LOCK_MAXTIMEOUT; |
| 4211 | return timeout; |
| 4212 | } |
| 4213 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4214 | static int _nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request) |
| 4215 | { |
| 4216 | struct inode *inode = state->inode; |
| 4217 | struct nfs_server *server = NFS_SERVER(inode); |
David Howells | 7539bba | 2006-08-22 20:06:09 -0400 | [diff] [blame] | 4218 | struct nfs_client *clp = server->nfs_client; |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 4219 | struct nfs_lockt_args arg = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4220 | .fh = NFS_FH(inode), |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 4221 | .fl = request, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4222 | }; |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 4223 | struct nfs_lockt_res res = { |
| 4224 | .denied = request, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4225 | }; |
| 4226 | struct rpc_message msg = { |
| 4227 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKT], |
| 4228 | .rpc_argp = &arg, |
| 4229 | .rpc_resp = &res, |
| 4230 | .rpc_cred = state->owner->so_cred, |
| 4231 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4232 | struct nfs4_lock_state *lsp; |
| 4233 | int status; |
| 4234 | |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 4235 | arg.lock_owner.clientid = clp->cl_clientid; |
Trond Myklebust | 8d0a8a9 | 2005-06-22 17:16:32 +0000 | [diff] [blame] | 4236 | status = nfs4_set_lock_state(state, request); |
| 4237 | if (status != 0) |
| 4238 | goto out; |
| 4239 | lsp = request->fl_u.nfs4_fl.owner; |
Trond Myklebust | 48c22eb | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 4240 | arg.lock_owner.id = lsp->ls_seqid.owner_id; |
Trond Myklebust | d035c36 | 2010-12-21 10:45:27 -0500 | [diff] [blame] | 4241 | arg.lock_owner.s_dev = server->s_dev; |
Bryan Schumaker | 7c51305 | 2011-03-24 17:12:24 +0000 | [diff] [blame] | 4242 | status = nfs4_call_sync(server->client, server, &msg, &arg.seq_args, &res.seq_res, 1); |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 4243 | switch (status) { |
| 4244 | case 0: |
| 4245 | request->fl_type = F_UNLCK; |
| 4246 | break; |
| 4247 | case -NFS4ERR_DENIED: |
| 4248 | status = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4249 | } |
J. Bruce Fields | 70cc648 | 2007-02-22 18:48:53 -0500 | [diff] [blame] | 4250 | request->fl_ops->fl_release_private(request); |
Trond Myklebust | 8d0a8a9 | 2005-06-22 17:16:32 +0000 | [diff] [blame] | 4251 | out: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4252 | return status; |
| 4253 | } |
| 4254 | |
| 4255 | static int nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request) |
| 4256 | { |
| 4257 | struct nfs4_exception exception = { }; |
| 4258 | int err; |
| 4259 | |
| 4260 | do { |
| 4261 | err = nfs4_handle_exception(NFS_SERVER(state->inode), |
| 4262 | _nfs4_proc_getlk(state, cmd, request), |
| 4263 | &exception); |
| 4264 | } while (exception.retry); |
| 4265 | return err; |
| 4266 | } |
| 4267 | |
| 4268 | static int do_vfs_lock(struct file *file, struct file_lock *fl) |
| 4269 | { |
| 4270 | int res = 0; |
| 4271 | switch (fl->fl_flags & (FL_POSIX|FL_FLOCK)) { |
| 4272 | case FL_POSIX: |
| 4273 | res = posix_lock_file_wait(file, fl); |
| 4274 | break; |
| 4275 | case FL_FLOCK: |
| 4276 | res = flock_lock_file_wait(file, fl); |
| 4277 | break; |
| 4278 | default: |
| 4279 | BUG(); |
| 4280 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4281 | return res; |
| 4282 | } |
| 4283 | |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 4284 | struct nfs4_unlockdata { |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 4285 | struct nfs_locku_args arg; |
| 4286 | struct nfs_locku_res res; |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 4287 | struct nfs4_lock_state *lsp; |
| 4288 | struct nfs_open_context *ctx; |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 4289 | struct file_lock fl; |
| 4290 | const struct nfs_server *server; |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 4291 | unsigned long timestamp; |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 4292 | }; |
| 4293 | |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 4294 | static struct nfs4_unlockdata *nfs4_alloc_unlockdata(struct file_lock *fl, |
| 4295 | struct nfs_open_context *ctx, |
| 4296 | struct nfs4_lock_state *lsp, |
| 4297 | struct nfs_seqid *seqid) |
| 4298 | { |
| 4299 | struct nfs4_unlockdata *p; |
| 4300 | struct inode *inode = lsp->ls_state->inode; |
| 4301 | |
Trond Myklebust | 8535b2b | 2010-05-13 12:51:01 -0400 | [diff] [blame] | 4302 | p = kzalloc(sizeof(*p), GFP_NOFS); |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 4303 | if (p == NULL) |
| 4304 | return NULL; |
| 4305 | p->arg.fh = NFS_FH(inode); |
| 4306 | p->arg.fl = &p->fl; |
| 4307 | p->arg.seqid = seqid; |
Trond Myklebust | c1d5193 | 2008-04-07 13:20:54 -0400 | [diff] [blame] | 4308 | p->res.seqid = seqid; |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 4309 | p->arg.stateid = &lsp->ls_stateid; |
| 4310 | p->lsp = lsp; |
| 4311 | atomic_inc(&lsp->ls_count); |
| 4312 | /* Ensure we don't close file until we're done freeing locks! */ |
| 4313 | p->ctx = get_nfs_open_context(ctx); |
| 4314 | memcpy(&p->fl, fl, sizeof(p->fl)); |
| 4315 | p->server = NFS_SERVER(inode); |
| 4316 | return p; |
| 4317 | } |
| 4318 | |
Trond Myklebust | 06f814a | 2006-01-03 09:55:07 +0100 | [diff] [blame] | 4319 | static void nfs4_locku_release_calldata(void *data) |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 4320 | { |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 4321 | struct nfs4_unlockdata *calldata = data; |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 4322 | nfs_free_seqid(calldata->arg.seqid); |
Trond Myklebust | 06f814a | 2006-01-03 09:55:07 +0100 | [diff] [blame] | 4323 | nfs4_put_lock_state(calldata->lsp); |
| 4324 | put_nfs_open_context(calldata->ctx); |
| 4325 | kfree(calldata); |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 4326 | } |
| 4327 | |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 4328 | static void nfs4_locku_done(struct rpc_task *task, void *data) |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 4329 | { |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 4330 | struct nfs4_unlockdata *calldata = data; |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 4331 | |
Trond Myklebust | 14516c3 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 4332 | if (!nfs4_sequence_done(task, &calldata->res.seq_res)) |
| 4333 | return; |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 4334 | switch (task->tk_status) { |
| 4335 | case 0: |
Trond Myklebust | f597c53 | 2012-03-04 18:13:56 -0500 | [diff] [blame] | 4336 | nfs4_stateid_copy(&calldata->lsp->ls_stateid, |
| 4337 | &calldata->res.stateid); |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 4338 | renew_lease(calldata->server, calldata->timestamp); |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 4339 | break; |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame] | 4340 | case -NFS4ERR_BAD_STATEID: |
| 4341 | case -NFS4ERR_OLD_STATEID: |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 4342 | case -NFS4ERR_STALE_STATEID: |
| 4343 | case -NFS4ERR_EXPIRED: |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 4344 | break; |
| 4345 | default: |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame] | 4346 | if (nfs4_async_handle_error(task, calldata->server, NULL) == -EAGAIN) |
Trond Myklebust | d00c5d4 | 2011-10-19 12:17:29 -0700 | [diff] [blame] | 4347 | rpc_restart_call_prepare(task); |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 4348 | } |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 4349 | } |
| 4350 | |
Trond Myklebust | 4ce70ad | 2006-01-03 09:55:05 +0100 | [diff] [blame] | 4351 | static void nfs4_locku_prepare(struct rpc_task *task, void *data) |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 4352 | { |
Trond Myklebust | 4ce70ad | 2006-01-03 09:55:05 +0100 | [diff] [blame] | 4353 | struct nfs4_unlockdata *calldata = data; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4354 | |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 4355 | if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0) |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 4356 | return; |
| 4357 | if ((calldata->lsp->ls_flags & NFS_LOCK_INITIALIZED) == 0) { |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 4358 | /* Note: exit _without_ running nfs4_locku_done */ |
| 4359 | task->tk_action = NULL; |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 4360 | return; |
| 4361 | } |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 4362 | calldata->timestamp = jiffies; |
Trond Myklebust | 035168a | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 4363 | if (nfs4_setup_sequence(calldata->server, |
Andy Adamson | a893693 | 2009-04-01 09:22:23 -0400 | [diff] [blame] | 4364 | &calldata->arg.seq_args, |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 4365 | &calldata->res.seq_res, task)) |
Andy Adamson | a893693 | 2009-04-01 09:22:23 -0400 | [diff] [blame] | 4366 | return; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 4367 | rpc_call_start(task); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4368 | } |
| 4369 | |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 4370 | static const struct rpc_call_ops nfs4_locku_ops = { |
Trond Myklebust | 4ce70ad | 2006-01-03 09:55:05 +0100 | [diff] [blame] | 4371 | .rpc_call_prepare = nfs4_locku_prepare, |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 4372 | .rpc_call_done = nfs4_locku_done, |
Trond Myklebust | 06f814a | 2006-01-03 09:55:07 +0100 | [diff] [blame] | 4373 | .rpc_release = nfs4_locku_release_calldata, |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 4374 | }; |
| 4375 | |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4376 | static struct rpc_task *nfs4_do_unlck(struct file_lock *fl, |
| 4377 | struct nfs_open_context *ctx, |
| 4378 | struct nfs4_lock_state *lsp, |
| 4379 | struct nfs_seqid *seqid) |
| 4380 | { |
| 4381 | struct nfs4_unlockdata *data; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 4382 | struct rpc_message msg = { |
| 4383 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKU], |
| 4384 | .rpc_cred = ctx->cred, |
| 4385 | }; |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 4386 | struct rpc_task_setup task_setup_data = { |
| 4387 | .rpc_client = NFS_CLIENT(lsp->ls_state->inode), |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 4388 | .rpc_message = &msg, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 4389 | .callback_ops = &nfs4_locku_ops, |
Trond Myklebust | 101070c | 2008-02-19 20:04:23 -0500 | [diff] [blame] | 4390 | .workqueue = nfsiod_workqueue, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 4391 | .flags = RPC_TASK_ASYNC, |
| 4392 | }; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4393 | |
Frank Filz | 137d6ac | 2007-07-09 15:32:29 -0700 | [diff] [blame] | 4394 | /* Ensure this is an unlock - when canceling a lock, the |
| 4395 | * canceled lock is passed in, and it won't be an unlock. |
| 4396 | */ |
| 4397 | fl->fl_type = F_UNLCK; |
| 4398 | |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4399 | data = nfs4_alloc_unlockdata(fl, ctx, lsp, seqid); |
| 4400 | if (data == NULL) { |
| 4401 | nfs_free_seqid(seqid); |
| 4402 | return ERR_PTR(-ENOMEM); |
| 4403 | } |
| 4404 | |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 4405 | nfs41_init_sequence(&data->arg.seq_args, &data->res.seq_res, 1); |
Trond Myklebust | 1174dd1 | 2010-12-21 10:52:24 -0500 | [diff] [blame] | 4406 | msg.rpc_argp = &data->arg; |
| 4407 | msg.rpc_resp = &data->res; |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 4408 | task_setup_data.callback_data = data; |
| 4409 | return rpc_run_task(&task_setup_data); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4410 | } |
| 4411 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4412 | static int nfs4_proc_unlck(struct nfs4_state *state, int cmd, struct file_lock *request) |
| 4413 | { |
Trond Myklebust | 19e03c5 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 4414 | struct nfs_inode *nfsi = NFS_I(state->inode); |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 4415 | struct nfs_seqid *seqid; |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 4416 | struct nfs4_lock_state *lsp; |
Trond Myklebust | 06f814a | 2006-01-03 09:55:07 +0100 | [diff] [blame] | 4417 | struct rpc_task *task; |
| 4418 | int status = 0; |
Trond Myklebust | 536ff0f | 2008-04-04 15:08:02 -0400 | [diff] [blame] | 4419 | unsigned char fl_flags = request->fl_flags; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4420 | |
Trond Myklebust | 9b07357 | 2006-06-29 16:38:34 -0400 | [diff] [blame] | 4421 | status = nfs4_set_lock_state(state, request); |
| 4422 | /* Unlock _before_ we do the RPC call */ |
| 4423 | request->fl_flags |= FL_EXISTS; |
Trond Myklebust | 19e03c5 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 4424 | down_read(&nfsi->rwsem); |
| 4425 | if (do_vfs_lock(request->fl_file, request) == -ENOENT) { |
| 4426 | up_read(&nfsi->rwsem); |
Trond Myklebust | 9b07357 | 2006-06-29 16:38:34 -0400 | [diff] [blame] | 4427 | goto out; |
Trond Myklebust | 19e03c5 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 4428 | } |
| 4429 | up_read(&nfsi->rwsem); |
Trond Myklebust | 9b07357 | 2006-06-29 16:38:34 -0400 | [diff] [blame] | 4430 | if (status != 0) |
| 4431 | goto out; |
Trond Myklebust | 6bfc93e | 2005-11-04 15:39:36 -0500 | [diff] [blame] | 4432 | /* Is this a delegated lock? */ |
| 4433 | if (test_bit(NFS_DELEGATED_STATE, &state->flags)) |
Trond Myklebust | 9b07357 | 2006-06-29 16:38:34 -0400 | [diff] [blame] | 4434 | goto out; |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 4435 | lsp = request->fl_u.nfs4_fl.owner; |
Trond Myklebust | 8535b2b | 2010-05-13 12:51:01 -0400 | [diff] [blame] | 4436 | seqid = nfs_alloc_seqid(&lsp->ls_seqid, GFP_KERNEL); |
Trond Myklebust | 9b07357 | 2006-06-29 16:38:34 -0400 | [diff] [blame] | 4437 | status = -ENOMEM; |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 4438 | if (seqid == NULL) |
Trond Myklebust | 9b07357 | 2006-06-29 16:38:34 -0400 | [diff] [blame] | 4439 | goto out; |
Trond Myklebust | cd3758e | 2007-08-10 17:44:32 -0400 | [diff] [blame] | 4440 | 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] | 4441 | status = PTR_ERR(task); |
| 4442 | if (IS_ERR(task)) |
Trond Myklebust | 9b07357 | 2006-06-29 16:38:34 -0400 | [diff] [blame] | 4443 | goto out; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4444 | status = nfs4_wait_for_completion_rpc_task(task); |
Trond Myklebust | e6b3c4d | 2006-11-11 22:18:03 -0500 | [diff] [blame] | 4445 | rpc_put_task(task); |
Trond Myklebust | 9b07357 | 2006-06-29 16:38:34 -0400 | [diff] [blame] | 4446 | out: |
Trond Myklebust | 536ff0f | 2008-04-04 15:08:02 -0400 | [diff] [blame] | 4447 | request->fl_flags = fl_flags; |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 4448 | return status; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4449 | } |
| 4450 | |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4451 | struct nfs4_lockdata { |
| 4452 | struct nfs_lock_args arg; |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 4453 | struct nfs_lock_res res; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4454 | struct nfs4_lock_state *lsp; |
| 4455 | struct nfs_open_context *ctx; |
| 4456 | struct file_lock fl; |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 4457 | unsigned long timestamp; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4458 | int rpc_status; |
| 4459 | int cancelled; |
Andy Adamson | 66179ef | 2009-04-01 09:22:22 -0400 | [diff] [blame] | 4460 | struct nfs_server *server; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4461 | }; |
| 4462 | |
| 4463 | static struct nfs4_lockdata *nfs4_alloc_lockdata(struct file_lock *fl, |
Trond Myklebust | 8535b2b | 2010-05-13 12:51:01 -0400 | [diff] [blame] | 4464 | struct nfs_open_context *ctx, struct nfs4_lock_state *lsp, |
| 4465 | gfp_t gfp_mask) |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4466 | { |
| 4467 | struct nfs4_lockdata *p; |
| 4468 | struct inode *inode = lsp->ls_state->inode; |
| 4469 | struct nfs_server *server = NFS_SERVER(inode); |
| 4470 | |
Trond Myklebust | 8535b2b | 2010-05-13 12:51:01 -0400 | [diff] [blame] | 4471 | p = kzalloc(sizeof(*p), gfp_mask); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4472 | if (p == NULL) |
| 4473 | return NULL; |
| 4474 | |
| 4475 | p->arg.fh = NFS_FH(inode); |
| 4476 | p->arg.fl = &p->fl; |
Trond Myklebust | 8535b2b | 2010-05-13 12:51:01 -0400 | [diff] [blame] | 4477 | p->arg.open_seqid = nfs_alloc_seqid(&lsp->ls_state->owner->so_seqid, gfp_mask); |
Trond Myklebust | 2f74c0a | 2008-01-08 17:56:07 -0500 | [diff] [blame] | 4478 | if (p->arg.open_seqid == NULL) |
| 4479 | goto out_free; |
Trond Myklebust | 8535b2b | 2010-05-13 12:51:01 -0400 | [diff] [blame] | 4480 | p->arg.lock_seqid = nfs_alloc_seqid(&lsp->ls_seqid, gfp_mask); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4481 | if (p->arg.lock_seqid == NULL) |
Trond Myklebust | 2f74c0a | 2008-01-08 17:56:07 -0500 | [diff] [blame] | 4482 | goto out_free_seqid; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4483 | p->arg.lock_stateid = &lsp->ls_stateid; |
David Howells | 7539bba | 2006-08-22 20:06:09 -0400 | [diff] [blame] | 4484 | p->arg.lock_owner.clientid = server->nfs_client->cl_clientid; |
Trond Myklebust | 48c22eb | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 4485 | p->arg.lock_owner.id = lsp->ls_seqid.owner_id; |
Trond Myklebust | d035c36 | 2010-12-21 10:45:27 -0500 | [diff] [blame] | 4486 | p->arg.lock_owner.s_dev = server->s_dev; |
Trond Myklebust | c1d5193 | 2008-04-07 13:20:54 -0400 | [diff] [blame] | 4487 | p->res.lock_seqid = p->arg.lock_seqid; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4488 | p->lsp = lsp; |
Andy Adamson | 66179ef | 2009-04-01 09:22:22 -0400 | [diff] [blame] | 4489 | p->server = server; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4490 | atomic_inc(&lsp->ls_count); |
| 4491 | p->ctx = get_nfs_open_context(ctx); |
| 4492 | memcpy(&p->fl, fl, sizeof(p->fl)); |
| 4493 | return p; |
Trond Myklebust | 2f74c0a | 2008-01-08 17:56:07 -0500 | [diff] [blame] | 4494 | out_free_seqid: |
| 4495 | nfs_free_seqid(p->arg.open_seqid); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4496 | out_free: |
| 4497 | kfree(p); |
| 4498 | return NULL; |
| 4499 | } |
| 4500 | |
| 4501 | static void nfs4_lock_prepare(struct rpc_task *task, void *calldata) |
| 4502 | { |
| 4503 | struct nfs4_lockdata *data = calldata; |
| 4504 | struct nfs4_state *state = data->lsp->ls_state; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4505 | |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 4506 | dprintk("%s: begin!\n", __func__); |
Trond Myklebust | 2f74c0a | 2008-01-08 17:56:07 -0500 | [diff] [blame] | 4507 | if (nfs_wait_on_sequence(data->arg.lock_seqid, task) != 0) |
| 4508 | return; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4509 | /* Do we need to do an open_to_lock_owner? */ |
| 4510 | if (!(data->arg.lock_seqid->sequence->flags & NFS_SEQID_CONFIRMED)) { |
Trond Myklebust | e6e2197 | 2008-01-02 16:27:16 -0500 | [diff] [blame] | 4511 | if (nfs_wait_on_sequence(data->arg.open_seqid, task) != 0) |
| 4512 | return; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4513 | data->arg.open_stateid = &state->stateid; |
| 4514 | data->arg.new_lock_owner = 1; |
Trond Myklebust | c1d5193 | 2008-04-07 13:20:54 -0400 | [diff] [blame] | 4515 | data->res.open_seqid = data->arg.open_seqid; |
Trond Myklebust | 2f74c0a | 2008-01-08 17:56:07 -0500 | [diff] [blame] | 4516 | } else |
| 4517 | data->arg.new_lock_owner = 0; |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 4518 | data->timestamp = jiffies; |
Trond Myklebust | 035168a | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 4519 | if (nfs4_setup_sequence(data->server, |
| 4520 | &data->arg.seq_args, |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 4521 | &data->res.seq_res, task)) |
Andy Adamson | 66179ef | 2009-04-01 09:22:22 -0400 | [diff] [blame] | 4522 | return; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 4523 | rpc_call_start(task); |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 4524 | dprintk("%s: done!, ret = %d\n", __func__, data->rpc_status); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4525 | } |
| 4526 | |
Alexandros Batsakis | b257957 | 2009-12-14 21:27:57 -0800 | [diff] [blame] | 4527 | static void nfs4_recover_lock_prepare(struct rpc_task *task, void *calldata) |
| 4528 | { |
| 4529 | rpc_task_set_priority(task, RPC_PRIORITY_PRIVILEGED); |
| 4530 | nfs4_lock_prepare(task, calldata); |
| 4531 | } |
| 4532 | |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4533 | static void nfs4_lock_done(struct rpc_task *task, void *calldata) |
| 4534 | { |
| 4535 | struct nfs4_lockdata *data = calldata; |
| 4536 | |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 4537 | dprintk("%s: begin!\n", __func__); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4538 | |
Trond Myklebust | 14516c3 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 4539 | if (!nfs4_sequence_done(task, &data->res.seq_res)) |
| 4540 | return; |
Andy Adamson | 66179ef | 2009-04-01 09:22:22 -0400 | [diff] [blame] | 4541 | |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4542 | data->rpc_status = task->tk_status; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4543 | if (data->arg.new_lock_owner != 0) { |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4544 | if (data->rpc_status == 0) |
| 4545 | nfs_confirm_seqid(&data->lsp->ls_seqid, 0); |
| 4546 | else |
| 4547 | goto out; |
| 4548 | } |
| 4549 | if (data->rpc_status == 0) { |
Trond Myklebust | f597c53 | 2012-03-04 18:13:56 -0500 | [diff] [blame] | 4550 | nfs4_stateid_copy(&data->lsp->ls_stateid, &data->res.stateid); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4551 | data->lsp->ls_flags |= NFS_LOCK_INITIALIZED; |
Al Viro | 3d4ff43 | 2011-06-22 18:40:12 -0400 | [diff] [blame] | 4552 | renew_lease(NFS_SERVER(data->ctx->dentry->d_inode), data->timestamp); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4553 | } |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4554 | out: |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 4555 | dprintk("%s: done, ret = %d!\n", __func__, data->rpc_status); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4556 | } |
| 4557 | |
| 4558 | static void nfs4_lock_release(void *calldata) |
| 4559 | { |
| 4560 | struct nfs4_lockdata *data = calldata; |
| 4561 | |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 4562 | dprintk("%s: begin!\n", __func__); |
Trond Myklebust | 2f74c0a | 2008-01-08 17:56:07 -0500 | [diff] [blame] | 4563 | nfs_free_seqid(data->arg.open_seqid); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4564 | if (data->cancelled != 0) { |
| 4565 | struct rpc_task *task; |
| 4566 | task = nfs4_do_unlck(&data->fl, data->ctx, data->lsp, |
| 4567 | data->arg.lock_seqid); |
| 4568 | if (!IS_ERR(task)) |
Trond Myklebust | bf294b4 | 2011-02-21 11:05:41 -0800 | [diff] [blame] | 4569 | rpc_put_task_async(task); |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 4570 | dprintk("%s: cancelling lock!\n", __func__); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4571 | } else |
| 4572 | nfs_free_seqid(data->arg.lock_seqid); |
| 4573 | nfs4_put_lock_state(data->lsp); |
| 4574 | put_nfs_open_context(data->ctx); |
| 4575 | kfree(data); |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 4576 | dprintk("%s: done!\n", __func__); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4577 | } |
| 4578 | |
| 4579 | static const struct rpc_call_ops nfs4_lock_ops = { |
| 4580 | .rpc_call_prepare = nfs4_lock_prepare, |
| 4581 | .rpc_call_done = nfs4_lock_done, |
| 4582 | .rpc_release = nfs4_lock_release, |
| 4583 | }; |
| 4584 | |
Alexandros Batsakis | b257957 | 2009-12-14 21:27:57 -0800 | [diff] [blame] | 4585 | static const struct rpc_call_ops nfs4_recover_lock_ops = { |
| 4586 | .rpc_call_prepare = nfs4_recover_lock_prepare, |
| 4587 | .rpc_call_done = nfs4_lock_done, |
| 4588 | .rpc_release = nfs4_lock_release, |
| 4589 | }; |
| 4590 | |
Trond Myklebust | 2bee72a | 2010-01-26 15:42:21 -0500 | [diff] [blame] | 4591 | static void nfs4_handle_setlk_error(struct nfs_server *server, struct nfs4_lock_state *lsp, int new_lock_owner, int error) |
| 4592 | { |
Trond Myklebust | 2bee72a | 2010-01-26 15:42:21 -0500 | [diff] [blame] | 4593 | switch (error) { |
| 4594 | case -NFS4ERR_ADMIN_REVOKED: |
| 4595 | case -NFS4ERR_BAD_STATEID: |
Trond Myklebust | ecac799 | 2011-03-09 16:00:56 -0500 | [diff] [blame] | 4596 | lsp->ls_seqid.flags &= ~NFS_SEQID_CONFIRMED; |
Trond Myklebust | 2bee72a | 2010-01-26 15:42:21 -0500 | [diff] [blame] | 4597 | if (new_lock_owner != 0 || |
| 4598 | (lsp->ls_flags & NFS_LOCK_INITIALIZED) != 0) |
Trond Myklebust | ecac799 | 2011-03-09 16:00:56 -0500 | [diff] [blame] | 4599 | nfs4_schedule_stateid_recovery(server, lsp->ls_state); |
Trond Myklebust | a2c0b9e | 2010-01-26 15:42:47 -0500 | [diff] [blame] | 4600 | break; |
| 4601 | case -NFS4ERR_STALE_STATEID: |
Trond Myklebust | a2c0b9e | 2010-01-26 15:42:47 -0500 | [diff] [blame] | 4602 | lsp->ls_seqid.flags &= ~NFS_SEQID_CONFIRMED; |
Trond Myklebust | ecac799 | 2011-03-09 16:00:56 -0500 | [diff] [blame] | 4603 | case -NFS4ERR_EXPIRED: |
| 4604 | nfs4_schedule_lease_recovery(server->nfs_client); |
Trond Myklebust | 2bee72a | 2010-01-26 15:42:21 -0500 | [diff] [blame] | 4605 | }; |
| 4606 | } |
| 4607 | |
Alexandros Batsakis | afe6c27 | 2009-12-09 01:50:14 -0800 | [diff] [blame] | 4608 | static int _nfs4_do_setlk(struct nfs4_state *state, int cmd, struct file_lock *fl, int recovery_type) |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4609 | { |
| 4610 | struct nfs4_lockdata *data; |
| 4611 | struct rpc_task *task; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 4612 | struct rpc_message msg = { |
| 4613 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCK], |
| 4614 | .rpc_cred = state->owner->so_cred, |
| 4615 | }; |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 4616 | struct rpc_task_setup task_setup_data = { |
| 4617 | .rpc_client = NFS_CLIENT(state->inode), |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 4618 | .rpc_message = &msg, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 4619 | .callback_ops = &nfs4_lock_ops, |
Trond Myklebust | 101070c | 2008-02-19 20:04:23 -0500 | [diff] [blame] | 4620 | .workqueue = nfsiod_workqueue, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 4621 | .flags = RPC_TASK_ASYNC, |
| 4622 | }; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4623 | int ret; |
| 4624 | |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 4625 | dprintk("%s: begin!\n", __func__); |
Trond Myklebust | cd3758e | 2007-08-10 17:44:32 -0400 | [diff] [blame] | 4626 | data = nfs4_alloc_lockdata(fl, nfs_file_open_context(fl->fl_file), |
Trond Myklebust | 8535b2b | 2010-05-13 12:51:01 -0400 | [diff] [blame] | 4627 | fl->fl_u.nfs4_fl.owner, |
| 4628 | recovery_type == NFS_LOCK_NEW ? GFP_KERNEL : GFP_NOFS); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4629 | if (data == NULL) |
| 4630 | return -ENOMEM; |
| 4631 | if (IS_SETLKW(cmd)) |
| 4632 | data->arg.block = 1; |
Alexandros Batsakis | b257957 | 2009-12-14 21:27:57 -0800 | [diff] [blame] | 4633 | if (recovery_type > NFS_LOCK_NEW) { |
| 4634 | if (recovery_type == NFS_LOCK_RECLAIM) |
Alexandros Batsakis | afe6c27 | 2009-12-09 01:50:14 -0800 | [diff] [blame] | 4635 | data->arg.reclaim = NFS_LOCK_RECLAIM; |
Alexandros Batsakis | b257957 | 2009-12-14 21:27:57 -0800 | [diff] [blame] | 4636 | task_setup_data.callback_ops = &nfs4_recover_lock_ops; |
| 4637 | } |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 4638 | nfs41_init_sequence(&data->arg.seq_args, &data->res.seq_res, 1); |
Trond Myklebust | 1174dd1 | 2010-12-21 10:52:24 -0500 | [diff] [blame] | 4639 | msg.rpc_argp = &data->arg; |
| 4640 | msg.rpc_resp = &data->res; |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 4641 | task_setup_data.callback_data = data; |
| 4642 | task = rpc_run_task(&task_setup_data); |
Trond Myklebust | 7a1218a | 2006-03-20 18:11:10 -0500 | [diff] [blame] | 4643 | if (IS_ERR(task)) |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4644 | return PTR_ERR(task); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4645 | ret = nfs4_wait_for_completion_rpc_task(task); |
| 4646 | if (ret == 0) { |
| 4647 | ret = data->rpc_status; |
Trond Myklebust | 2bee72a | 2010-01-26 15:42:21 -0500 | [diff] [blame] | 4648 | if (ret) |
| 4649 | nfs4_handle_setlk_error(data->server, data->lsp, |
| 4650 | data->arg.new_lock_owner, ret); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4651 | } else |
| 4652 | data->cancelled = 1; |
Trond Myklebust | e6b3c4d | 2006-11-11 22:18:03 -0500 | [diff] [blame] | 4653 | rpc_put_task(task); |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 4654 | dprintk("%s: done, ret = %d!\n", __func__, ret); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4655 | return ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4656 | } |
| 4657 | |
| 4658 | static int nfs4_lock_reclaim(struct nfs4_state *state, struct file_lock *request) |
| 4659 | { |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 4660 | struct nfs_server *server = NFS_SERVER(state->inode); |
Trond Myklebust | 05ffe24 | 2012-04-18 12:20:10 -0400 | [diff] [blame] | 4661 | struct nfs4_exception exception = { |
| 4662 | .inode = state->inode, |
| 4663 | }; |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 4664 | int err; |
| 4665 | |
| 4666 | do { |
Trond Myklebust | 42a2d13 | 2006-06-29 16:38:36 -0400 | [diff] [blame] | 4667 | /* Cache the lock if possible... */ |
| 4668 | if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0) |
| 4669 | return 0; |
Alexandros Batsakis | afe6c27 | 2009-12-09 01:50:14 -0800 | [diff] [blame] | 4670 | err = _nfs4_do_setlk(state, F_SETLK, request, NFS_LOCK_RECLAIM); |
Trond Myklebust | 168667c | 2010-10-19 19:47:49 -0400 | [diff] [blame] | 4671 | if (err != -NFS4ERR_DELAY) |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 4672 | break; |
| 4673 | nfs4_handle_exception(server, err, &exception); |
| 4674 | } while (exception.retry); |
| 4675 | return err; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4676 | } |
| 4677 | |
| 4678 | static int nfs4_lock_expired(struct nfs4_state *state, struct file_lock *request) |
| 4679 | { |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 4680 | struct nfs_server *server = NFS_SERVER(state->inode); |
Trond Myklebust | 05ffe24 | 2012-04-18 12:20:10 -0400 | [diff] [blame] | 4681 | struct nfs4_exception exception = { |
| 4682 | .inode = state->inode, |
| 4683 | }; |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 4684 | int err; |
| 4685 | |
Trond Myklebust | 6bfc93e | 2005-11-04 15:39:36 -0500 | [diff] [blame] | 4686 | err = nfs4_set_lock_state(state, request); |
| 4687 | if (err != 0) |
| 4688 | return err; |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 4689 | do { |
Trond Myklebust | 42a2d13 | 2006-06-29 16:38:36 -0400 | [diff] [blame] | 4690 | if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0) |
| 4691 | return 0; |
Alexandros Batsakis | afe6c27 | 2009-12-09 01:50:14 -0800 | [diff] [blame] | 4692 | err = _nfs4_do_setlk(state, F_SETLK, request, NFS_LOCK_EXPIRED); |
Trond Myklebust | a9ed2e2 | 2009-12-03 15:53:21 -0500 | [diff] [blame] | 4693 | switch (err) { |
| 4694 | default: |
| 4695 | goto out; |
| 4696 | case -NFS4ERR_GRACE: |
| 4697 | case -NFS4ERR_DELAY: |
| 4698 | nfs4_handle_exception(server, err, &exception); |
| 4699 | err = 0; |
| 4700 | } |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 4701 | } while (exception.retry); |
Trond Myklebust | a9ed2e2 | 2009-12-03 15:53:21 -0500 | [diff] [blame] | 4702 | out: |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 4703 | return err; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4704 | } |
| 4705 | |
Bryan Schumaker | f062eb6 | 2011-06-02 14:59:10 -0400 | [diff] [blame] | 4706 | #if defined(CONFIG_NFS_V4_1) |
Bryan Schumaker | b01dd1d | 2012-01-31 10:39:30 -0500 | [diff] [blame] | 4707 | static int nfs41_check_expired_locks(struct nfs4_state *state) |
Bryan Schumaker | f062eb6 | 2011-06-02 14:59:10 -0400 | [diff] [blame] | 4708 | { |
Bryan Schumaker | b01dd1d | 2012-01-31 10:39:30 -0500 | [diff] [blame] | 4709 | int status, ret = NFS_OK; |
| 4710 | struct nfs4_lock_state *lsp; |
Bryan Schumaker | f062eb6 | 2011-06-02 14:59:10 -0400 | [diff] [blame] | 4711 | struct nfs_server *server = NFS_SERVER(state->inode); |
| 4712 | |
Bryan Schumaker | b01dd1d | 2012-01-31 10:39:30 -0500 | [diff] [blame] | 4713 | list_for_each_entry(lsp, &state->lock_states, ls_locks) { |
| 4714 | if (lsp->ls_flags & NFS_LOCK_INITIALIZED) { |
| 4715 | status = nfs41_test_stateid(server, &lsp->ls_stateid); |
| 4716 | if (status != NFS_OK) { |
| 4717 | nfs41_free_stateid(server, &lsp->ls_stateid); |
| 4718 | lsp->ls_flags &= ~NFS_LOCK_INITIALIZED; |
| 4719 | ret = status; |
| 4720 | } |
| 4721 | } |
| 4722 | }; |
| 4723 | |
| 4724 | return ret; |
| 4725 | } |
| 4726 | |
| 4727 | static int nfs41_lock_expired(struct nfs4_state *state, struct file_lock *request) |
| 4728 | { |
| 4729 | int status = NFS_OK; |
| 4730 | |
| 4731 | if (test_bit(LK_STATE_IN_USE, &state->flags)) |
| 4732 | status = nfs41_check_expired_locks(state); |
Bryan Schumaker | f062eb6 | 2011-06-02 14:59:10 -0400 | [diff] [blame] | 4733 | if (status == NFS_OK) |
Bryan Schumaker | b01dd1d | 2012-01-31 10:39:30 -0500 | [diff] [blame] | 4734 | return status; |
Bryan Schumaker | f062eb6 | 2011-06-02 14:59:10 -0400 | [diff] [blame] | 4735 | return nfs4_lock_expired(state, request); |
| 4736 | } |
| 4737 | #endif |
| 4738 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4739 | static int _nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request) |
| 4740 | { |
Trond Myklebust | 19e03c5 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 4741 | struct nfs_inode *nfsi = NFS_I(state->inode); |
Trond Myklebust | 01c3b86 | 2006-06-29 16:38:39 -0400 | [diff] [blame] | 4742 | unsigned char fl_flags = request->fl_flags; |
Trond Myklebust | 8e469eb | 2010-01-26 15:42:30 -0500 | [diff] [blame] | 4743 | int status = -ENOLCK; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4744 | |
Trond Myklebust | 8e469eb | 2010-01-26 15:42:30 -0500 | [diff] [blame] | 4745 | if ((fl_flags & FL_POSIX) && |
| 4746 | !test_bit(NFS_STATE_POSIX_LOCKS, &state->flags)) |
| 4747 | goto out; |
Trond Myklebust | 6bfc93e | 2005-11-04 15:39:36 -0500 | [diff] [blame] | 4748 | /* Is this a delegated open? */ |
Trond Myklebust | 6bfc93e | 2005-11-04 15:39:36 -0500 | [diff] [blame] | 4749 | status = nfs4_set_lock_state(state, request); |
| 4750 | if (status != 0) |
| 4751 | goto out; |
Trond Myklebust | 01c3b86 | 2006-06-29 16:38:39 -0400 | [diff] [blame] | 4752 | request->fl_flags |= FL_ACCESS; |
| 4753 | status = do_vfs_lock(request->fl_file, request); |
| 4754 | if (status < 0) |
| 4755 | goto out; |
Trond Myklebust | 19e03c5 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 4756 | down_read(&nfsi->rwsem); |
Trond Myklebust | 01c3b86 | 2006-06-29 16:38:39 -0400 | [diff] [blame] | 4757 | if (test_bit(NFS_DELEGATED_STATE, &state->flags)) { |
Trond Myklebust | 01c3b86 | 2006-06-29 16:38:39 -0400 | [diff] [blame] | 4758 | /* Yes: cache locks! */ |
Trond Myklebust | 01c3b86 | 2006-06-29 16:38:39 -0400 | [diff] [blame] | 4759 | /* ...but avoid races with delegation recall... */ |
Trond Myklebust | 19e03c5 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 4760 | request->fl_flags = fl_flags & ~FL_SLEEP; |
| 4761 | status = do_vfs_lock(request->fl_file, request); |
| 4762 | goto out_unlock; |
Trond Myklebust | 01c3b86 | 2006-06-29 16:38:39 -0400 | [diff] [blame] | 4763 | } |
Alexandros Batsakis | afe6c27 | 2009-12-09 01:50:14 -0800 | [diff] [blame] | 4764 | status = _nfs4_do_setlk(state, cmd, request, NFS_LOCK_NEW); |
Trond Myklebust | 6bfc93e | 2005-11-04 15:39:36 -0500 | [diff] [blame] | 4765 | if (status != 0) |
Trond Myklebust | 01c3b86 | 2006-06-29 16:38:39 -0400 | [diff] [blame] | 4766 | goto out_unlock; |
Trond Myklebust | 6bfc93e | 2005-11-04 15:39:36 -0500 | [diff] [blame] | 4767 | /* Note: we always want to sleep here! */ |
Trond Myklebust | 01c3b86 | 2006-06-29 16:38:39 -0400 | [diff] [blame] | 4768 | request->fl_flags = fl_flags | FL_SLEEP; |
Trond Myklebust | 6bfc93e | 2005-11-04 15:39:36 -0500 | [diff] [blame] | 4769 | if (do_vfs_lock(request->fl_file, request) < 0) |
Weston Andros Adamson | a030889 | 2012-01-26 13:32:23 -0500 | [diff] [blame] | 4770 | printk(KERN_WARNING "NFS: %s: VFS is out of sync with lock " |
| 4771 | "manager!\n", __func__); |
Trond Myklebust | 01c3b86 | 2006-06-29 16:38:39 -0400 | [diff] [blame] | 4772 | out_unlock: |
Trond Myklebust | 19e03c5 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 4773 | up_read(&nfsi->rwsem); |
Trond Myklebust | 01c3b86 | 2006-06-29 16:38:39 -0400 | [diff] [blame] | 4774 | out: |
| 4775 | request->fl_flags = fl_flags; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4776 | return status; |
| 4777 | } |
| 4778 | |
| 4779 | static int nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request) |
| 4780 | { |
Trond Myklebust | a1d0b5e | 2012-03-05 19:56:44 -0500 | [diff] [blame] | 4781 | struct nfs4_exception exception = { |
| 4782 | .state = state, |
Trond Myklebust | 05ffe24 | 2012-04-18 12:20:10 -0400 | [diff] [blame] | 4783 | .inode = state->inode, |
Trond Myklebust | a1d0b5e | 2012-03-05 19:56:44 -0500 | [diff] [blame] | 4784 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4785 | int err; |
| 4786 | |
| 4787 | do { |
Trond Myklebust | 965b5d6 | 2009-06-17 13:22:59 -0700 | [diff] [blame] | 4788 | err = _nfs4_proc_setlk(state, cmd, request); |
| 4789 | if (err == -NFS4ERR_DENIED) |
| 4790 | err = -EAGAIN; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4791 | err = nfs4_handle_exception(NFS_SERVER(state->inode), |
Trond Myklebust | 965b5d6 | 2009-06-17 13:22:59 -0700 | [diff] [blame] | 4792 | err, &exception); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4793 | } while (exception.retry); |
| 4794 | return err; |
| 4795 | } |
| 4796 | |
| 4797 | static int |
| 4798 | nfs4_proc_lock(struct file *filp, int cmd, struct file_lock *request) |
| 4799 | { |
| 4800 | struct nfs_open_context *ctx; |
| 4801 | struct nfs4_state *state; |
| 4802 | unsigned long timeout = NFS4_LOCK_MINTIMEOUT; |
| 4803 | int status; |
| 4804 | |
| 4805 | /* verify open state */ |
Trond Myklebust | cd3758e | 2007-08-10 17:44:32 -0400 | [diff] [blame] | 4806 | ctx = nfs_file_open_context(filp); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4807 | state = ctx->state; |
| 4808 | |
| 4809 | if (request->fl_start < 0 || request->fl_end < 0) |
| 4810 | return -EINVAL; |
| 4811 | |
Trond Myklebust | d953126 | 2009-07-21 19:22:38 -0400 | [diff] [blame] | 4812 | if (IS_GETLK(cmd)) { |
| 4813 | if (state != NULL) |
| 4814 | return nfs4_proc_getlk(state, F_GETLK, request); |
| 4815 | return 0; |
| 4816 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4817 | |
| 4818 | if (!(IS_SETLK(cmd) || IS_SETLKW(cmd))) |
| 4819 | return -EINVAL; |
| 4820 | |
Trond Myklebust | d953126 | 2009-07-21 19:22:38 -0400 | [diff] [blame] | 4821 | if (request->fl_type == F_UNLCK) { |
| 4822 | if (state != NULL) |
| 4823 | return nfs4_proc_unlck(state, cmd, request); |
| 4824 | return 0; |
| 4825 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4826 | |
Trond Myklebust | d953126 | 2009-07-21 19:22:38 -0400 | [diff] [blame] | 4827 | if (state == NULL) |
| 4828 | return -ENOLCK; |
Trond Myklebust | 5572551 | 2012-04-18 12:48:35 -0400 | [diff] [blame] | 4829 | /* |
| 4830 | * Don't rely on the VFS having checked the file open mode, |
| 4831 | * since it won't do this for flock() locks. |
| 4832 | */ |
| 4833 | switch (request->fl_type & (F_RDLCK|F_WRLCK|F_UNLCK)) { |
| 4834 | case F_RDLCK: |
| 4835 | if (!(filp->f_mode & FMODE_READ)) |
| 4836 | return -EBADF; |
| 4837 | break; |
| 4838 | case F_WRLCK: |
| 4839 | if (!(filp->f_mode & FMODE_WRITE)) |
| 4840 | return -EBADF; |
| 4841 | } |
| 4842 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4843 | do { |
| 4844 | status = nfs4_proc_setlk(state, cmd, request); |
| 4845 | if ((status != -EAGAIN) || IS_SETLK(cmd)) |
| 4846 | break; |
| 4847 | timeout = nfs4_set_lock_task_retry(timeout); |
| 4848 | status = -ERESTARTSYS; |
| 4849 | if (signalled()) |
| 4850 | break; |
| 4851 | } while(status < 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4852 | return status; |
| 4853 | } |
| 4854 | |
Trond Myklebust | 888e694 | 2005-11-04 15:38:11 -0500 | [diff] [blame] | 4855 | int nfs4_lock_delegation_recall(struct nfs4_state *state, struct file_lock *fl) |
| 4856 | { |
| 4857 | struct nfs_server *server = NFS_SERVER(state->inode); |
| 4858 | struct nfs4_exception exception = { }; |
| 4859 | int err; |
| 4860 | |
| 4861 | err = nfs4_set_lock_state(state, fl); |
| 4862 | if (err != 0) |
| 4863 | goto out; |
| 4864 | do { |
Alexandros Batsakis | afe6c27 | 2009-12-09 01:50:14 -0800 | [diff] [blame] | 4865 | err = _nfs4_do_setlk(state, F_SETLK, fl, NFS_LOCK_NEW); |
Trond Myklebust | d512220 | 2009-06-17 13:22:58 -0700 | [diff] [blame] | 4866 | switch (err) { |
| 4867 | default: |
Weston Andros Adamson | a030889 | 2012-01-26 13:32:23 -0500 | [diff] [blame] | 4868 | printk(KERN_ERR "NFS: %s: unhandled error " |
| 4869 | "%d.\n", __func__, err); |
Trond Myklebust | d512220 | 2009-06-17 13:22:58 -0700 | [diff] [blame] | 4870 | case 0: |
Trond Myklebust | 965b5d6 | 2009-06-17 13:22:59 -0700 | [diff] [blame] | 4871 | case -ESTALE: |
Trond Myklebust | d512220 | 2009-06-17 13:22:58 -0700 | [diff] [blame] | 4872 | goto out; |
| 4873 | case -NFS4ERR_EXPIRED: |
Trond Myklebust | 0ced63d | 2011-05-26 14:26:35 -0400 | [diff] [blame] | 4874 | nfs4_schedule_stateid_recovery(server, state); |
Trond Myklebust | d512220 | 2009-06-17 13:22:58 -0700 | [diff] [blame] | 4875 | case -NFS4ERR_STALE_CLIENTID: |
Trond Myklebust | 965b5d6 | 2009-06-17 13:22:59 -0700 | [diff] [blame] | 4876 | case -NFS4ERR_STALE_STATEID: |
Trond Myklebust | 0400a6b | 2011-03-09 16:00:53 -0500 | [diff] [blame] | 4877 | nfs4_schedule_lease_recovery(server->nfs_client); |
| 4878 | goto out; |
Ricardo Labiaga | 74e7bb7 | 2009-12-07 09:48:30 -0500 | [diff] [blame] | 4879 | case -NFS4ERR_BADSESSION: |
| 4880 | case -NFS4ERR_BADSLOT: |
| 4881 | case -NFS4ERR_BAD_HIGH_SLOT: |
| 4882 | case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION: |
| 4883 | case -NFS4ERR_DEADSESSION: |
Trond Myklebust | 9f59479 | 2012-05-27 13:02:53 -0400 | [diff] [blame] | 4884 | nfs4_schedule_session_recovery(server->nfs_client->cl_session, err); |
Trond Myklebust | d512220 | 2009-06-17 13:22:58 -0700 | [diff] [blame] | 4885 | goto out; |
Trond Myklebust | 965b5d6 | 2009-06-17 13:22:59 -0700 | [diff] [blame] | 4886 | case -ERESTARTSYS: |
| 4887 | /* |
| 4888 | * The show must go on: exit, but mark the |
| 4889 | * stateid as needing recovery. |
| 4890 | */ |
Trond Myklebust | a1d0b5e | 2012-03-05 19:56:44 -0500 | [diff] [blame] | 4891 | case -NFS4ERR_DELEG_REVOKED: |
Trond Myklebust | 965b5d6 | 2009-06-17 13:22:59 -0700 | [diff] [blame] | 4892 | case -NFS4ERR_ADMIN_REVOKED: |
| 4893 | case -NFS4ERR_BAD_STATEID: |
| 4894 | case -NFS4ERR_OPENMODE: |
Trond Myklebust | 0400a6b | 2011-03-09 16:00:53 -0500 | [diff] [blame] | 4895 | nfs4_schedule_stateid_recovery(server, state); |
Trond Myklebust | 965b5d6 | 2009-06-17 13:22:59 -0700 | [diff] [blame] | 4896 | err = 0; |
| 4897 | goto out; |
Trond Myklebust | 168667c | 2010-10-19 19:47:49 -0400 | [diff] [blame] | 4898 | case -EKEYEXPIRED: |
| 4899 | /* |
| 4900 | * User RPCSEC_GSS context has expired. |
| 4901 | * We cannot recover this stateid now, so |
| 4902 | * skip it and allow recovery thread to |
| 4903 | * proceed. |
| 4904 | */ |
| 4905 | err = 0; |
| 4906 | goto out; |
Trond Myklebust | 965b5d6 | 2009-06-17 13:22:59 -0700 | [diff] [blame] | 4907 | case -ENOMEM: |
| 4908 | case -NFS4ERR_DENIED: |
| 4909 | /* kill_proc(fl->fl_pid, SIGLOST, 1); */ |
| 4910 | err = 0; |
| 4911 | goto out; |
Trond Myklebust | d512220 | 2009-06-17 13:22:58 -0700 | [diff] [blame] | 4912 | case -NFS4ERR_DELAY: |
| 4913 | break; |
| 4914 | } |
Trond Myklebust | 888e694 | 2005-11-04 15:38:11 -0500 | [diff] [blame] | 4915 | err = nfs4_handle_exception(server, err, &exception); |
| 4916 | } while (exception.retry); |
| 4917 | out: |
| 4918 | return err; |
| 4919 | } |
J. Bruce Fields | 6b3b549 | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 4920 | |
Trond Myklebust | cf470c3 | 2012-03-07 13:49:12 -0500 | [diff] [blame] | 4921 | struct nfs_release_lockowner_data { |
| 4922 | struct nfs4_lock_state *lsp; |
Trond Myklebust | 5ae67c4 | 2012-03-19 16:17:18 -0400 | [diff] [blame] | 4923 | struct nfs_server *server; |
Trond Myklebust | cf470c3 | 2012-03-07 13:49:12 -0500 | [diff] [blame] | 4924 | struct nfs_release_lockowner_args args; |
| 4925 | }; |
| 4926 | |
Trond Myklebust | d3c7b7c | 2010-07-01 12:49:01 -0400 | [diff] [blame] | 4927 | static void nfs4_release_lockowner_release(void *calldata) |
| 4928 | { |
Trond Myklebust | cf470c3 | 2012-03-07 13:49:12 -0500 | [diff] [blame] | 4929 | struct nfs_release_lockowner_data *data = calldata; |
Trond Myklebust | 5ae67c4 | 2012-03-19 16:17:18 -0400 | [diff] [blame] | 4930 | nfs4_free_lock_state(data->server, data->lsp); |
Trond Myklebust | d3c7b7c | 2010-07-01 12:49:01 -0400 | [diff] [blame] | 4931 | kfree(calldata); |
| 4932 | } |
| 4933 | |
Trond Myklebust | 1728017 | 2012-03-11 13:11:00 -0400 | [diff] [blame] | 4934 | static const struct rpc_call_ops nfs4_release_lockowner_ops = { |
Trond Myklebust | d3c7b7c | 2010-07-01 12:49:01 -0400 | [diff] [blame] | 4935 | .rpc_release = nfs4_release_lockowner_release, |
| 4936 | }; |
| 4937 | |
Trond Myklebust | cf470c3 | 2012-03-07 13:49:12 -0500 | [diff] [blame] | 4938 | int nfs4_release_lockowner(struct nfs4_lock_state *lsp) |
Trond Myklebust | d3c7b7c | 2010-07-01 12:49:01 -0400 | [diff] [blame] | 4939 | { |
| 4940 | struct nfs_server *server = lsp->ls_state->owner->so_server; |
Trond Myklebust | cf470c3 | 2012-03-07 13:49:12 -0500 | [diff] [blame] | 4941 | struct nfs_release_lockowner_data *data; |
Trond Myklebust | d3c7b7c | 2010-07-01 12:49:01 -0400 | [diff] [blame] | 4942 | struct rpc_message msg = { |
| 4943 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RELEASE_LOCKOWNER], |
| 4944 | }; |
| 4945 | |
| 4946 | if (server->nfs_client->cl_mvops->minor_version != 0) |
Trond Myklebust | cf470c3 | 2012-03-07 13:49:12 -0500 | [diff] [blame] | 4947 | return -EINVAL; |
| 4948 | data = kmalloc(sizeof(*data), GFP_NOFS); |
| 4949 | if (!data) |
| 4950 | return -ENOMEM; |
| 4951 | data->lsp = lsp; |
Trond Myklebust | 5ae67c4 | 2012-03-19 16:17:18 -0400 | [diff] [blame] | 4952 | data->server = server; |
Trond Myklebust | cf470c3 | 2012-03-07 13:49:12 -0500 | [diff] [blame] | 4953 | data->args.lock_owner.clientid = server->nfs_client->cl_clientid; |
| 4954 | data->args.lock_owner.id = lsp->ls_seqid.owner_id; |
| 4955 | data->args.lock_owner.s_dev = server->s_dev; |
| 4956 | msg.rpc_argp = &data->args; |
| 4957 | rpc_call_async(server->client, &msg, 0, &nfs4_release_lockowner_ops, data); |
| 4958 | return 0; |
Trond Myklebust | d3c7b7c | 2010-07-01 12:49:01 -0400 | [diff] [blame] | 4959 | } |
| 4960 | |
J. Bruce Fields | aa1870a | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 4961 | #define XATTR_NAME_NFSV4_ACL "system.nfs4_acl" |
| 4962 | |
Aneesh Kumar K.V | 64c2ce8 | 2010-12-09 11:35:25 +0000 | [diff] [blame] | 4963 | static int nfs4_xattr_set_nfs4_acl(struct dentry *dentry, const char *key, |
| 4964 | const void *buf, size_t buflen, |
| 4965 | int flags, int type) |
J. Bruce Fields | 6b3b549 | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 4966 | { |
Aneesh Kumar K.V | 64c2ce8 | 2010-12-09 11:35:25 +0000 | [diff] [blame] | 4967 | if (strcmp(key, "") != 0) |
| 4968 | return -EINVAL; |
J. Bruce Fields | 4b580ee | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 4969 | |
Aneesh Kumar K.V | 64c2ce8 | 2010-12-09 11:35:25 +0000 | [diff] [blame] | 4970 | return nfs4_proc_set_acl(dentry->d_inode, buf, buflen); |
J. Bruce Fields | 6b3b549 | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 4971 | } |
| 4972 | |
Aneesh Kumar K.V | 64c2ce8 | 2010-12-09 11:35:25 +0000 | [diff] [blame] | 4973 | static int nfs4_xattr_get_nfs4_acl(struct dentry *dentry, const char *key, |
| 4974 | void *buf, size_t buflen, int type) |
J. Bruce Fields | 6b3b549 | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 4975 | { |
Aneesh Kumar K.V | 64c2ce8 | 2010-12-09 11:35:25 +0000 | [diff] [blame] | 4976 | if (strcmp(key, "") != 0) |
| 4977 | return -EINVAL; |
J. Bruce Fields | aa1870a | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 4978 | |
Aneesh Kumar K.V | 64c2ce8 | 2010-12-09 11:35:25 +0000 | [diff] [blame] | 4979 | return nfs4_proc_get_acl(dentry->d_inode, buf, buflen); |
J. Bruce Fields | 6b3b549 | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 4980 | } |
| 4981 | |
Aneesh Kumar K.V | 64c2ce8 | 2010-12-09 11:35:25 +0000 | [diff] [blame] | 4982 | static size_t nfs4_xattr_list_nfs4_acl(struct dentry *dentry, char *list, |
| 4983 | size_t list_len, const char *name, |
| 4984 | size_t name_len, int type) |
J. Bruce Fields | 6b3b549 | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 4985 | { |
Aneesh Kumar K.V | 64c2ce8 | 2010-12-09 11:35:25 +0000 | [diff] [blame] | 4986 | size_t len = sizeof(XATTR_NAME_NFSV4_ACL); |
J. Bruce Fields | 6b3b549 | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 4987 | |
J. Bruce Fields | 096455a | 2006-03-20 23:23:42 -0500 | [diff] [blame] | 4988 | if (!nfs4_server_supports_acls(NFS_SERVER(dentry->d_inode))) |
| 4989 | return 0; |
Aneesh Kumar K.V | 64c2ce8 | 2010-12-09 11:35:25 +0000 | [diff] [blame] | 4990 | |
| 4991 | if (list && len <= list_len) |
| 4992 | memcpy(list, XATTR_NAME_NFSV4_ACL, len); |
J. Bruce Fields | aa1870a | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 4993 | return len; |
J. Bruce Fields | 6b3b549 | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 4994 | } |
| 4995 | |
Andy Adamson | 533eb46 | 2011-06-13 18:25:56 -0400 | [diff] [blame] | 4996 | /* |
| 4997 | * nfs_fhget will use either the mounted_on_fileid or the fileid |
| 4998 | */ |
Trond Myklebust | 69aaaae | 2009-03-11 14:10:28 -0400 | [diff] [blame] | 4999 | static void nfs_fixup_referral_attributes(struct nfs_fattr *fattr) |
| 5000 | { |
Andy Adamson | 533eb46 | 2011-06-13 18:25:56 -0400 | [diff] [blame] | 5001 | if (!(((fattr->valid & NFS_ATTR_FATTR_MOUNTED_ON_FILEID) || |
| 5002 | (fattr->valid & NFS_ATTR_FATTR_FILEID)) && |
| 5003 | (fattr->valid & NFS_ATTR_FATTR_FSID) && |
Chuck Lever | 81934dd | 2012-03-01 17:01:57 -0500 | [diff] [blame] | 5004 | (fattr->valid & NFS_ATTR_FATTR_V4_LOCATIONS))) |
Trond Myklebust | 69aaaae | 2009-03-11 14:10:28 -0400 | [diff] [blame] | 5005 | return; |
| 5006 | |
| 5007 | fattr->valid |= NFS_ATTR_FATTR_TYPE | NFS_ATTR_FATTR_MODE | |
Chuck Lever | 81934dd | 2012-03-01 17:01:57 -0500 | [diff] [blame] | 5008 | NFS_ATTR_FATTR_NLINK | NFS_ATTR_FATTR_V4_REFERRAL; |
Trond Myklebust | 69aaaae | 2009-03-11 14:10:28 -0400 | [diff] [blame] | 5009 | fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO; |
| 5010 | fattr->nlink = 2; |
| 5011 | } |
| 5012 | |
Bryan Schumaker | f05d147 | 2012-04-27 13:27:41 -0400 | [diff] [blame] | 5013 | static int _nfs4_proc_fs_locations(struct rpc_clnt *client, struct inode *dir, |
| 5014 | const struct qstr *name, |
| 5015 | struct nfs4_fs_locations *fs_locations, |
| 5016 | struct page *page) |
Trond Myklebust | 683b57b | 2006-06-09 09:34:22 -0400 | [diff] [blame] | 5017 | { |
| 5018 | struct nfs_server *server = NFS_SERVER(dir); |
| 5019 | u32 bitmask[2] = { |
Manoj Naik | 361e624 | 2006-06-09 09:34:24 -0400 | [diff] [blame] | 5020 | [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS, |
Trond Myklebust | 683b57b | 2006-06-09 09:34:22 -0400 | [diff] [blame] | 5021 | }; |
| 5022 | struct nfs4_fs_locations_arg args = { |
| 5023 | .dir_fh = NFS_FH(dir), |
Trond Myklebust | c228fd3 | 2007-01-13 02:28:11 -0500 | [diff] [blame] | 5024 | .name = name, |
Trond Myklebust | 683b57b | 2006-06-09 09:34:22 -0400 | [diff] [blame] | 5025 | .page = page, |
| 5026 | .bitmask = bitmask, |
| 5027 | }; |
Benny Halevy | 2295846 | 2009-04-01 09:22:02 -0400 | [diff] [blame] | 5028 | struct nfs4_fs_locations_res res = { |
| 5029 | .fs_locations = fs_locations, |
| 5030 | }; |
Trond Myklebust | 683b57b | 2006-06-09 09:34:22 -0400 | [diff] [blame] | 5031 | struct rpc_message msg = { |
| 5032 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS], |
| 5033 | .rpc_argp = &args, |
Benny Halevy | 2295846 | 2009-04-01 09:22:02 -0400 | [diff] [blame] | 5034 | .rpc_resp = &res, |
Trond Myklebust | 683b57b | 2006-06-09 09:34:22 -0400 | [diff] [blame] | 5035 | }; |
| 5036 | int status; |
| 5037 | |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 5038 | dprintk("%s: start\n", __func__); |
Andy Adamson | 533eb46 | 2011-06-13 18:25:56 -0400 | [diff] [blame] | 5039 | |
| 5040 | /* Ask for the fileid of the absent filesystem if mounted_on_fileid |
| 5041 | * is not supported */ |
| 5042 | if (NFS_SERVER(dir)->attr_bitmask[1] & FATTR4_WORD1_MOUNTED_ON_FILEID) |
| 5043 | bitmask[1] |= FATTR4_WORD1_MOUNTED_ON_FILEID; |
| 5044 | else |
| 5045 | bitmask[0] |= FATTR4_WORD0_FILEID; |
| 5046 | |
Trond Myklebust | c228fd3 | 2007-01-13 02:28:11 -0500 | [diff] [blame] | 5047 | nfs_fattr_init(&fs_locations->fattr); |
Trond Myklebust | 683b57b | 2006-06-09 09:34:22 -0400 | [diff] [blame] | 5048 | fs_locations->server = server; |
Manoj Naik | 830b8e3 | 2006-06-09 09:34:25 -0400 | [diff] [blame] | 5049 | fs_locations->nlocations = 0; |
Bryan Schumaker | f05d147 | 2012-04-27 13:27:41 -0400 | [diff] [blame] | 5050 | status = nfs4_call_sync(client, server, &msg, &args.seq_args, &res.seq_res, 0); |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 5051 | dprintk("%s: returned status = %d\n", __func__, status); |
Trond Myklebust | 683b57b | 2006-06-09 09:34:22 -0400 | [diff] [blame] | 5052 | return status; |
| 5053 | } |
| 5054 | |
Bryan Schumaker | f05d147 | 2012-04-27 13:27:41 -0400 | [diff] [blame] | 5055 | int nfs4_proc_fs_locations(struct rpc_clnt *client, struct inode *dir, |
| 5056 | const struct qstr *name, |
| 5057 | struct nfs4_fs_locations *fs_locations, |
| 5058 | struct page *page) |
Bryan Schumaker | db0a959 | 2012-04-27 13:27:39 -0400 | [diff] [blame] | 5059 | { |
| 5060 | struct nfs4_exception exception = { }; |
| 5061 | int err; |
| 5062 | do { |
| 5063 | err = nfs4_handle_exception(NFS_SERVER(dir), |
Bryan Schumaker | f05d147 | 2012-04-27 13:27:41 -0400 | [diff] [blame] | 5064 | _nfs4_proc_fs_locations(client, dir, name, fs_locations, page), |
Bryan Schumaker | db0a959 | 2012-04-27 13:27:39 -0400 | [diff] [blame] | 5065 | &exception); |
| 5066 | } while (exception.retry); |
| 5067 | return err; |
| 5068 | } |
| 5069 | |
Bryan Schumaker | 5a5ea0d | 2011-03-24 17:12:29 +0000 | [diff] [blame] | 5070 | static int _nfs4_proc_secinfo(struct inode *dir, const struct qstr *name, struct nfs4_secinfo_flavors *flavors) |
| 5071 | { |
| 5072 | int status; |
| 5073 | struct nfs4_secinfo_arg args = { |
| 5074 | .dir_fh = NFS_FH(dir), |
| 5075 | .name = name, |
| 5076 | }; |
| 5077 | struct nfs4_secinfo_res res = { |
| 5078 | .flavors = flavors, |
| 5079 | }; |
| 5080 | struct rpc_message msg = { |
| 5081 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SECINFO], |
| 5082 | .rpc_argp = &args, |
| 5083 | .rpc_resp = &res, |
| 5084 | }; |
| 5085 | |
| 5086 | dprintk("NFS call secinfo %s\n", name->name); |
| 5087 | status = nfs4_call_sync(NFS_SERVER(dir)->client, NFS_SERVER(dir), &msg, &args.seq_args, &res.seq_res, 0); |
| 5088 | dprintk("NFS reply secinfo: %d\n", status); |
| 5089 | return status; |
| 5090 | } |
| 5091 | |
Bryan Schumaker | 72de53e | 2012-04-27 13:27:40 -0400 | [diff] [blame] | 5092 | int nfs4_proc_secinfo(struct inode *dir, const struct qstr *name, |
| 5093 | struct nfs4_secinfo_flavors *flavors) |
Bryan Schumaker | 5a5ea0d | 2011-03-24 17:12:29 +0000 | [diff] [blame] | 5094 | { |
| 5095 | struct nfs4_exception exception = { }; |
| 5096 | int err; |
| 5097 | do { |
| 5098 | err = nfs4_handle_exception(NFS_SERVER(dir), |
| 5099 | _nfs4_proc_secinfo(dir, name, flavors), |
| 5100 | &exception); |
| 5101 | } while (exception.retry); |
| 5102 | return err; |
| 5103 | } |
| 5104 | |
Andy Adamson | 557134a | 2009-04-01 09:21:53 -0400 | [diff] [blame] | 5105 | #ifdef CONFIG_NFS_V4_1 |
Benny Halevy | 99fe60d | 2009-04-01 09:22:29 -0400 | [diff] [blame] | 5106 | /* |
Andy Adamson | 357f54d | 2010-12-14 10:11:57 -0500 | [diff] [blame] | 5107 | * Check the exchange flags returned by the server for invalid flags, having |
| 5108 | * both PNFS and NON_PNFS flags set, and not having one of NON_PNFS, PNFS, or |
| 5109 | * DS flags set. |
| 5110 | */ |
| 5111 | static int nfs4_check_cl_exchange_flags(u32 flags) |
| 5112 | { |
| 5113 | if (flags & ~EXCHGID4_FLAG_MASK_R) |
| 5114 | goto out_inval; |
| 5115 | if ((flags & EXCHGID4_FLAG_USE_PNFS_MDS) && |
| 5116 | (flags & EXCHGID4_FLAG_USE_NON_PNFS)) |
| 5117 | goto out_inval; |
| 5118 | if (!(flags & (EXCHGID4_FLAG_MASK_PNFS))) |
| 5119 | goto out_inval; |
| 5120 | return NFS_OK; |
| 5121 | out_inval: |
| 5122 | return -NFS4ERR_INVAL; |
| 5123 | } |
| 5124 | |
Weston Andros Adamson | 78fe0f4 | 2011-05-31 19:05:47 -0400 | [diff] [blame] | 5125 | static bool |
Chuck Lever | 79d4e1f | 2012-05-21 22:44:31 -0400 | [diff] [blame] | 5126 | nfs41_same_server_scope(struct nfs41_server_scope *a, |
| 5127 | struct nfs41_server_scope *b) |
Weston Andros Adamson | 78fe0f4 | 2011-05-31 19:05:47 -0400 | [diff] [blame] | 5128 | { |
| 5129 | if (a->server_scope_sz == b->server_scope_sz && |
| 5130 | memcmp(a->server_scope, b->server_scope, a->server_scope_sz) == 0) |
| 5131 | return true; |
| 5132 | |
| 5133 | return false; |
| 5134 | } |
| 5135 | |
Andy Adamson | 357f54d | 2010-12-14 10:11:57 -0500 | [diff] [blame] | 5136 | /* |
Weston Andros Adamson | 7c44f1ae | 2012-05-24 13:22:50 -0400 | [diff] [blame] | 5137 | * nfs4_proc_bind_conn_to_session() |
| 5138 | * |
| 5139 | * The 4.1 client currently uses the same TCP connection for the |
| 5140 | * fore and backchannel. |
| 5141 | */ |
Trond Myklebust | 2cf047c | 2012-05-25 17:57:41 -0400 | [diff] [blame] | 5142 | int nfs4_proc_bind_conn_to_session(struct nfs_client *clp, struct rpc_cred *cred) |
Weston Andros Adamson | 7c44f1ae | 2012-05-24 13:22:50 -0400 | [diff] [blame] | 5143 | { |
| 5144 | int status; |
| 5145 | struct nfs41_bind_conn_to_session_res res; |
| 5146 | struct rpc_message msg = { |
| 5147 | .rpc_proc = |
| 5148 | &nfs4_procedures[NFSPROC4_CLNT_BIND_CONN_TO_SESSION], |
| 5149 | .rpc_argp = clp, |
| 5150 | .rpc_resp = &res, |
Trond Myklebust | 2cf047c | 2012-05-25 17:57:41 -0400 | [diff] [blame] | 5151 | .rpc_cred = cred, |
Weston Andros Adamson | 7c44f1ae | 2012-05-24 13:22:50 -0400 | [diff] [blame] | 5152 | }; |
| 5153 | |
| 5154 | dprintk("--> %s\n", __func__); |
| 5155 | BUG_ON(clp == NULL); |
| 5156 | |
| 5157 | res.session = kzalloc(sizeof(struct nfs4_session), GFP_NOFS); |
| 5158 | if (unlikely(res.session == NULL)) { |
| 5159 | status = -ENOMEM; |
| 5160 | goto out; |
| 5161 | } |
| 5162 | |
| 5163 | status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT); |
| 5164 | if (status == 0) { |
| 5165 | if (memcmp(res.session->sess_id.data, |
| 5166 | clp->cl_session->sess_id.data, NFS4_MAX_SESSIONID_LEN)) { |
| 5167 | dprintk("NFS: %s: Session ID mismatch\n", __func__); |
| 5168 | status = -EIO; |
| 5169 | goto out_session; |
| 5170 | } |
| 5171 | if (res.dir != NFS4_CDFS4_BOTH) { |
| 5172 | dprintk("NFS: %s: Unexpected direction from server\n", |
| 5173 | __func__); |
| 5174 | status = -EIO; |
| 5175 | goto out_session; |
| 5176 | } |
| 5177 | if (res.use_conn_in_rdma_mode) { |
| 5178 | dprintk("NFS: %s: Server returned RDMA mode = true\n", |
| 5179 | __func__); |
| 5180 | status = -EIO; |
| 5181 | goto out_session; |
| 5182 | } |
| 5183 | } |
| 5184 | out_session: |
| 5185 | kfree(res.session); |
| 5186 | out: |
| 5187 | dprintk("<-- %s status= %d\n", __func__, status); |
| 5188 | return status; |
| 5189 | } |
| 5190 | |
| 5191 | /* |
Benny Halevy | 99fe60d | 2009-04-01 09:22:29 -0400 | [diff] [blame] | 5192 | * nfs4_proc_exchange_id() |
| 5193 | * |
| 5194 | * Since the clientid has expired, all compounds using sessions |
| 5195 | * associated with the stale clientid will be returning |
| 5196 | * NFS4ERR_BADSESSION in the sequence operation, and will therefore |
| 5197 | * be in some phase of session reset. |
| 5198 | */ |
Andy Adamson | 4d643d1 | 2009-12-04 15:52:24 -0500 | [diff] [blame] | 5199 | 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] | 5200 | { |
| 5201 | nfs4_verifier verifier; |
| 5202 | struct nfs41_exchange_id_args args = { |
Chuck Lever | cd93710 | 2012-03-02 17:14:31 -0500 | [diff] [blame] | 5203 | .verifier = &verifier, |
Benny Halevy | 99fe60d | 2009-04-01 09:22:29 -0400 | [diff] [blame] | 5204 | .client = clp, |
Andy Adamson | 357f54d | 2010-12-14 10:11:57 -0500 | [diff] [blame] | 5205 | .flags = EXCHGID4_FLAG_SUPP_MOVED_REFER, |
Benny Halevy | 99fe60d | 2009-04-01 09:22:29 -0400 | [diff] [blame] | 5206 | }; |
| 5207 | struct nfs41_exchange_id_res res = { |
Trond Myklebust | 32b0131 | 2012-05-26 13:41:04 -0400 | [diff] [blame] | 5208 | 0 |
Benny Halevy | 99fe60d | 2009-04-01 09:22:29 -0400 | [diff] [blame] | 5209 | }; |
| 5210 | int status; |
| 5211 | struct rpc_message msg = { |
| 5212 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_EXCHANGE_ID], |
| 5213 | .rpc_argp = &args, |
| 5214 | .rpc_resp = &res, |
| 5215 | .rpc_cred = cred, |
| 5216 | }; |
Benny Halevy | 99fe60d | 2009-04-01 09:22:29 -0400 | [diff] [blame] | 5217 | |
| 5218 | dprintk("--> %s\n", __func__); |
| 5219 | BUG_ON(clp == NULL); |
Andy Adamson | a7b7210 | 2009-04-01 09:22:46 -0400 | [diff] [blame] | 5220 | |
Chuck Lever | f092075 | 2012-05-21 22:45:41 -0400 | [diff] [blame] | 5221 | nfs4_init_boot_verifier(clp, &verifier); |
Benny Halevy | 99fe60d | 2009-04-01 09:22:29 -0400 | [diff] [blame] | 5222 | |
Andy Adamson | c7a360b | 2011-01-25 19:15:32 -0500 | [diff] [blame] | 5223 | args.id_len = scnprintf(args.id, sizeof(args.id), |
Trond Myklebust | 3617e50 | 2012-04-30 12:04:58 -0400 | [diff] [blame] | 5224 | "%s/%s/%u", |
Andy Adamson | c7a360b | 2011-01-25 19:15:32 -0500 | [diff] [blame] | 5225 | clp->cl_ipaddr, |
Trond Myklebust | 3617e50 | 2012-04-30 12:04:58 -0400 | [diff] [blame] | 5226 | clp->cl_rpcclient->cl_nodename, |
Andy Adamson | c7a360b | 2011-01-25 19:15:32 -0500 | [diff] [blame] | 5227 | clp->cl_rpcclient->cl_auth->au_flavor); |
Benny Halevy | 99fe60d | 2009-04-01 09:22:29 -0400 | [diff] [blame] | 5228 | |
Chuck Lever | acdeb69 | 2012-05-21 22:46:16 -0400 | [diff] [blame] | 5229 | res.server_owner = kzalloc(sizeof(struct nfs41_server_owner), |
Trond Myklebust | bbafffd | 2012-05-24 16:31:39 -0400 | [diff] [blame] | 5230 | GFP_NOFS); |
Chuck Lever | acdeb69 | 2012-05-21 22:46:16 -0400 | [diff] [blame] | 5231 | if (unlikely(res.server_owner == NULL)) { |
Weston Andros Adamson | abe9a6d | 2012-02-16 11:17:05 -0500 | [diff] [blame] | 5232 | status = -ENOMEM; |
| 5233 | goto out; |
| 5234 | } |
Weston Andros Adamson | 78fe0f4 | 2011-05-31 19:05:47 -0400 | [diff] [blame] | 5235 | |
Chuck Lever | 79d4e1f | 2012-05-21 22:44:31 -0400 | [diff] [blame] | 5236 | res.server_scope = kzalloc(sizeof(struct nfs41_server_scope), |
Trond Myklebust | bbafffd | 2012-05-24 16:31:39 -0400 | [diff] [blame] | 5237 | GFP_NOFS); |
Chuck Lever | 177313f | 2012-05-21 22:44:58 -0400 | [diff] [blame] | 5238 | if (unlikely(res.server_scope == NULL)) { |
Benny Halevy | 99fe60d | 2009-04-01 09:22:29 -0400 | [diff] [blame] | 5239 | status = -ENOMEM; |
Chuck Lever | acdeb69 | 2012-05-21 22:46:16 -0400 | [diff] [blame] | 5240 | goto out_server_owner; |
Benny Halevy | 99fe60d | 2009-04-01 09:22:29 -0400 | [diff] [blame] | 5241 | } |
| 5242 | |
Trond Myklebust | bbafffd | 2012-05-24 16:31:39 -0400 | [diff] [blame] | 5243 | res.impl_id = kzalloc(sizeof(struct nfs41_impl_id), GFP_NOFS); |
Chuck Lever | 177313f | 2012-05-21 22:44:58 -0400 | [diff] [blame] | 5244 | if (unlikely(res.impl_id == NULL)) { |
Weston Andros Adamson | 7d2ed9a | 2012-02-17 15:20:26 -0500 | [diff] [blame] | 5245 | status = -ENOMEM; |
| 5246 | goto out_server_scope; |
| 5247 | } |
| 5248 | |
Trond Myklebust | 1bd714f | 2011-04-24 14:29:33 -0400 | [diff] [blame] | 5249 | status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT); |
Chuck Lever | 177313f | 2012-05-21 22:44:58 -0400 | [diff] [blame] | 5250 | if (status == 0) |
Trond Myklebust | 32b0131 | 2012-05-26 13:41:04 -0400 | [diff] [blame] | 5251 | status = nfs4_check_cl_exchange_flags(res.flags); |
Weston Andros Adamson | 78fe0f4 | 2011-05-31 19:05:47 -0400 | [diff] [blame] | 5252 | |
Chuck Lever | 177313f | 2012-05-21 22:44:58 -0400 | [diff] [blame] | 5253 | if (status == 0) { |
Trond Myklebust | 32b0131 | 2012-05-26 13:41:04 -0400 | [diff] [blame] | 5254 | clp->cl_clientid = res.clientid; |
| 5255 | clp->cl_exchange_flags = (res.flags & ~EXCHGID4_FLAG_CONFIRMED_R); |
| 5256 | if (!(res.flags & EXCHGID4_FLAG_CONFIRMED_R)) |
| 5257 | clp->cl_seqid = res.seqid; |
| 5258 | |
Chuck Lever | acdeb69 | 2012-05-21 22:46:16 -0400 | [diff] [blame] | 5259 | kfree(clp->cl_serverowner); |
| 5260 | clp->cl_serverowner = res.server_owner; |
| 5261 | res.server_owner = NULL; |
Chuck Lever | acdeb69 | 2012-05-21 22:46:16 -0400 | [diff] [blame] | 5262 | |
Weston Andros Adamson | 7d2ed9a | 2012-02-17 15:20:26 -0500 | [diff] [blame] | 5263 | /* use the most recent implementation id */ |
Chuck Lever | 5915554 | 2012-05-21 22:44:41 -0400 | [diff] [blame] | 5264 | kfree(clp->cl_implid); |
| 5265 | clp->cl_implid = res.impl_id; |
Weston Andros Adamson | 7d2ed9a | 2012-02-17 15:20:26 -0500 | [diff] [blame] | 5266 | |
Chuck Lever | 177313f | 2012-05-21 22:44:58 -0400 | [diff] [blame] | 5267 | if (clp->cl_serverscope != NULL && |
Chuck Lever | 79d4e1f | 2012-05-21 22:44:31 -0400 | [diff] [blame] | 5268 | !nfs41_same_server_scope(clp->cl_serverscope, |
Weston Andros Adamson | 78fe0f4 | 2011-05-31 19:05:47 -0400 | [diff] [blame] | 5269 | res.server_scope)) { |
| 5270 | dprintk("%s: server_scope mismatch detected\n", |
| 5271 | __func__); |
| 5272 | set_bit(NFS4CLNT_SERVER_SCOPE_MISMATCH, &clp->cl_state); |
Chuck Lever | 79d4e1f | 2012-05-21 22:44:31 -0400 | [diff] [blame] | 5273 | kfree(clp->cl_serverscope); |
| 5274 | clp->cl_serverscope = NULL; |
Weston Andros Adamson | 78fe0f4 | 2011-05-31 19:05:47 -0400 | [diff] [blame] | 5275 | } |
| 5276 | |
Chuck Lever | 177313f | 2012-05-21 22:44:58 -0400 | [diff] [blame] | 5277 | if (clp->cl_serverscope == NULL) { |
Chuck Lever | 79d4e1f | 2012-05-21 22:44:31 -0400 | [diff] [blame] | 5278 | clp->cl_serverscope = res.server_scope; |
Weston Andros Adamson | abe9a6d | 2012-02-16 11:17:05 -0500 | [diff] [blame] | 5279 | goto out; |
| 5280 | } |
Trond Myklebust | 32b0131 | 2012-05-26 13:41:04 -0400 | [diff] [blame] | 5281 | } else |
| 5282 | kfree(res.impl_id); |
Weston Andros Adamson | 7d2ed9a | 2012-02-17 15:20:26 -0500 | [diff] [blame] | 5283 | |
Chuck Lever | acdeb69 | 2012-05-21 22:46:16 -0400 | [diff] [blame] | 5284 | out_server_owner: |
| 5285 | kfree(res.server_owner); |
Weston Andros Adamson | 7d2ed9a | 2012-02-17 15:20:26 -0500 | [diff] [blame] | 5286 | out_server_scope: |
Weston Andros Adamson | abe9a6d | 2012-02-16 11:17:05 -0500 | [diff] [blame] | 5287 | kfree(res.server_scope); |
| 5288 | out: |
Chuck Lever | 177313f | 2012-05-21 22:44:58 -0400 | [diff] [blame] | 5289 | if (clp->cl_implid != NULL) |
Weston Andros Adamson | 7d2ed9a | 2012-02-17 15:20:26 -0500 | [diff] [blame] | 5290 | dprintk("%s: Server Implementation ID: " |
| 5291 | "domain: %s, name: %s, date: %llu,%u\n", |
Chuck Lever | 5915554 | 2012-05-21 22:44:41 -0400 | [diff] [blame] | 5292 | __func__, clp->cl_implid->domain, clp->cl_implid->name, |
| 5293 | clp->cl_implid->date.seconds, |
| 5294 | clp->cl_implid->date.nseconds); |
Benny Halevy | 99fe60d | 2009-04-01 09:22:29 -0400 | [diff] [blame] | 5295 | dprintk("<-- %s status= %d\n", __func__, status); |
| 5296 | return status; |
| 5297 | } |
| 5298 | |
Trond Myklebust | 6624553 | 2012-05-25 17:18:09 -0400 | [diff] [blame] | 5299 | static int _nfs4_proc_destroy_clientid(struct nfs_client *clp, |
| 5300 | struct rpc_cred *cred) |
| 5301 | { |
| 5302 | struct rpc_message msg = { |
| 5303 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DESTROY_CLIENTID], |
| 5304 | .rpc_argp = clp, |
| 5305 | .rpc_cred = cred, |
| 5306 | }; |
| 5307 | int status; |
| 5308 | |
| 5309 | status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT); |
| 5310 | if (status) |
Trond Myklebust | 02c6752 | 2012-06-07 13:45:53 -0400 | [diff] [blame] | 5311 | dprintk("NFS: Got error %d from the server %s on " |
Trond Myklebust | 6624553 | 2012-05-25 17:18:09 -0400 | [diff] [blame] | 5312 | "DESTROY_CLIENTID.", status, clp->cl_hostname); |
| 5313 | return status; |
| 5314 | } |
| 5315 | |
| 5316 | static int nfs4_proc_destroy_clientid(struct nfs_client *clp, |
| 5317 | struct rpc_cred *cred) |
| 5318 | { |
| 5319 | unsigned int loop; |
| 5320 | int ret; |
| 5321 | |
| 5322 | for (loop = NFS4_MAX_LOOP_ON_RECOVER; loop != 0; loop--) { |
| 5323 | ret = _nfs4_proc_destroy_clientid(clp, cred); |
| 5324 | switch (ret) { |
| 5325 | case -NFS4ERR_DELAY: |
| 5326 | case -NFS4ERR_CLIENTID_BUSY: |
| 5327 | ssleep(1); |
| 5328 | break; |
| 5329 | default: |
| 5330 | return ret; |
| 5331 | } |
| 5332 | } |
| 5333 | return 0; |
| 5334 | } |
| 5335 | |
| 5336 | int nfs4_destroy_clientid(struct nfs_client *clp) |
| 5337 | { |
| 5338 | struct rpc_cred *cred; |
| 5339 | int ret = 0; |
| 5340 | |
| 5341 | if (clp->cl_mvops->minor_version < 1) |
| 5342 | goto out; |
| 5343 | if (clp->cl_exchange_flags == 0) |
| 5344 | goto out; |
| 5345 | cred = nfs4_get_exchange_id_cred(clp); |
| 5346 | ret = nfs4_proc_destroy_clientid(clp, cred); |
| 5347 | if (cred) |
| 5348 | put_rpccred(cred); |
| 5349 | switch (ret) { |
| 5350 | case 0: |
| 5351 | case -NFS4ERR_STALE_CLIENTID: |
| 5352 | clp->cl_exchange_flags = 0; |
| 5353 | } |
| 5354 | out: |
| 5355 | return ret; |
| 5356 | } |
| 5357 | |
Andy Adamson | 2050f0c | 2009-04-01 09:22:30 -0400 | [diff] [blame] | 5358 | struct nfs4_get_lease_time_data { |
| 5359 | struct nfs4_get_lease_time_args *args; |
| 5360 | struct nfs4_get_lease_time_res *res; |
| 5361 | struct nfs_client *clp; |
| 5362 | }; |
| 5363 | |
| 5364 | static void nfs4_get_lease_time_prepare(struct rpc_task *task, |
| 5365 | void *calldata) |
| 5366 | { |
| 5367 | int ret; |
| 5368 | struct nfs4_get_lease_time_data *data = |
| 5369 | (struct nfs4_get_lease_time_data *)calldata; |
| 5370 | |
| 5371 | dprintk("--> %s\n", __func__); |
Alexandros Batsakis | 689cf5c | 2009-12-14 21:27:56 -0800 | [diff] [blame] | 5372 | rpc_task_set_priority(task, RPC_PRIORITY_PRIVILEGED); |
Andy Adamson | 2050f0c | 2009-04-01 09:22:30 -0400 | [diff] [blame] | 5373 | /* just setup sequence, do not trigger session recovery |
| 5374 | since we're invoked within one */ |
| 5375 | ret = nfs41_setup_sequence(data->clp->cl_session, |
Alexandros Batsakis | 689cf5c | 2009-12-14 21:27:56 -0800 | [diff] [blame] | 5376 | &data->args->la_seq_args, |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 5377 | &data->res->lr_seq_res, task); |
Andy Adamson | 2050f0c | 2009-04-01 09:22:30 -0400 | [diff] [blame] | 5378 | |
| 5379 | BUG_ON(ret == -EAGAIN); |
| 5380 | rpc_call_start(task); |
| 5381 | dprintk("<-- %s\n", __func__); |
| 5382 | } |
| 5383 | |
| 5384 | /* |
| 5385 | * Called from nfs4_state_manager thread for session setup, so don't recover |
| 5386 | * from sequence operation or clientid errors. |
| 5387 | */ |
| 5388 | static void nfs4_get_lease_time_done(struct rpc_task *task, void *calldata) |
| 5389 | { |
| 5390 | struct nfs4_get_lease_time_data *data = |
| 5391 | (struct nfs4_get_lease_time_data *)calldata; |
| 5392 | |
| 5393 | dprintk("--> %s\n", __func__); |
Trond Myklebust | 14516c3 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 5394 | if (!nfs41_sequence_done(task, &data->res->lr_seq_res)) |
| 5395 | return; |
Andy Adamson | 2050f0c | 2009-04-01 09:22:30 -0400 | [diff] [blame] | 5396 | switch (task->tk_status) { |
| 5397 | case -NFS4ERR_DELAY: |
| 5398 | case -NFS4ERR_GRACE: |
| 5399 | dprintk("%s Retry: tk_status %d\n", __func__, task->tk_status); |
| 5400 | rpc_delay(task, NFS4_POLL_RETRY_MIN); |
| 5401 | task->tk_status = 0; |
Andy Adamson | a8a4ae3 | 2011-05-03 13:43:03 -0400 | [diff] [blame] | 5402 | /* fall through */ |
| 5403 | case -NFS4ERR_RETRY_UNCACHED_REP: |
Trond Myklebust | d00c5d4 | 2011-10-19 12:17:29 -0700 | [diff] [blame] | 5404 | rpc_restart_call_prepare(task); |
Andy Adamson | 2050f0c | 2009-04-01 09:22:30 -0400 | [diff] [blame] | 5405 | return; |
| 5406 | } |
Andy Adamson | 2050f0c | 2009-04-01 09:22:30 -0400 | [diff] [blame] | 5407 | dprintk("<-- %s\n", __func__); |
| 5408 | } |
| 5409 | |
Trond Myklebust | 1728017 | 2012-03-11 13:11:00 -0400 | [diff] [blame] | 5410 | static const struct rpc_call_ops nfs4_get_lease_time_ops = { |
Andy Adamson | 2050f0c | 2009-04-01 09:22:30 -0400 | [diff] [blame] | 5411 | .rpc_call_prepare = nfs4_get_lease_time_prepare, |
| 5412 | .rpc_call_done = nfs4_get_lease_time_done, |
| 5413 | }; |
| 5414 | |
| 5415 | int nfs4_proc_get_lease_time(struct nfs_client *clp, struct nfs_fsinfo *fsinfo) |
| 5416 | { |
| 5417 | struct rpc_task *task; |
| 5418 | struct nfs4_get_lease_time_args args; |
| 5419 | struct nfs4_get_lease_time_res res = { |
| 5420 | .lr_fsinfo = fsinfo, |
| 5421 | }; |
| 5422 | struct nfs4_get_lease_time_data data = { |
| 5423 | .args = &args, |
| 5424 | .res = &res, |
| 5425 | .clp = clp, |
| 5426 | }; |
| 5427 | struct rpc_message msg = { |
| 5428 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GET_LEASE_TIME], |
| 5429 | .rpc_argp = &args, |
| 5430 | .rpc_resp = &res, |
| 5431 | }; |
| 5432 | struct rpc_task_setup task_setup = { |
| 5433 | .rpc_client = clp->cl_rpcclient, |
| 5434 | .rpc_message = &msg, |
| 5435 | .callback_ops = &nfs4_get_lease_time_ops, |
Trond Myklebust | 1bd714f | 2011-04-24 14:29:33 -0400 | [diff] [blame] | 5436 | .callback_data = &data, |
| 5437 | .flags = RPC_TASK_TIMEOUT, |
Andy Adamson | 2050f0c | 2009-04-01 09:22:30 -0400 | [diff] [blame] | 5438 | }; |
| 5439 | int status; |
| 5440 | |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 5441 | nfs41_init_sequence(&args.la_seq_args, &res.lr_seq_res, 0); |
Andy Adamson | 2050f0c | 2009-04-01 09:22:30 -0400 | [diff] [blame] | 5442 | dprintk("--> %s\n", __func__); |
| 5443 | task = rpc_run_task(&task_setup); |
| 5444 | |
| 5445 | if (IS_ERR(task)) |
| 5446 | status = PTR_ERR(task); |
| 5447 | else { |
| 5448 | status = task->tk_status; |
| 5449 | rpc_put_task(task); |
| 5450 | } |
| 5451 | dprintk("<-- %s return %d\n", __func__, status); |
| 5452 | |
| 5453 | return status; |
| 5454 | } |
| 5455 | |
Trond Myklebust | f86f36a | 2012-02-14 20:33:19 -0500 | [diff] [blame] | 5456 | static struct nfs4_slot *nfs4_alloc_slots(u32 max_slots, gfp_t gfp_flags) |
| 5457 | { |
| 5458 | return kcalloc(max_slots, sizeof(struct nfs4_slot), gfp_flags); |
| 5459 | } |
| 5460 | |
| 5461 | static void nfs4_add_and_init_slots(struct nfs4_slot_table *tbl, |
| 5462 | struct nfs4_slot *new, |
| 5463 | u32 max_slots, |
| 5464 | u32 ivalue) |
| 5465 | { |
| 5466 | struct nfs4_slot *old = NULL; |
| 5467 | u32 i; |
| 5468 | |
| 5469 | spin_lock(&tbl->slot_tbl_lock); |
| 5470 | if (new) { |
| 5471 | old = tbl->slots; |
| 5472 | tbl->slots = new; |
| 5473 | tbl->max_slots = max_slots; |
| 5474 | } |
| 5475 | tbl->highest_used_slotid = -1; /* no slot is currently used */ |
| 5476 | for (i = 0; i < tbl->max_slots; i++) |
| 5477 | tbl->slots[i].seq_nr = ivalue; |
| 5478 | spin_unlock(&tbl->slot_tbl_lock); |
| 5479 | kfree(old); |
| 5480 | } |
| 5481 | |
Ricardo Labiaga | b73dafa | 2009-04-01 09:23:31 -0400 | [diff] [blame] | 5482 | /* |
Trond Myklebust | f86f36a | 2012-02-14 20:33:19 -0500 | [diff] [blame] | 5483 | * (re)Initialise a slot table |
Ricardo Labiaga | b73dafa | 2009-04-01 09:23:31 -0400 | [diff] [blame] | 5484 | */ |
Trond Myklebust | f86f36a | 2012-02-14 20:33:19 -0500 | [diff] [blame] | 5485 | static int nfs4_realloc_slot_table(struct nfs4_slot_table *tbl, u32 max_reqs, |
| 5486 | u32 ivalue) |
Andy Adamson | ac72b7b | 2009-04-01 09:22:37 -0400 | [diff] [blame] | 5487 | { |
Andy Adamson | 104aeba | 2010-01-14 17:45:10 -0500 | [diff] [blame] | 5488 | struct nfs4_slot *new = NULL; |
Trond Myklebust | f86f36a | 2012-02-14 20:33:19 -0500 | [diff] [blame] | 5489 | int ret = -ENOMEM; |
Andy Adamson | ac72b7b | 2009-04-01 09:22:37 -0400 | [diff] [blame] | 5490 | |
Andy Adamson | 104aeba | 2010-01-14 17:45:10 -0500 | [diff] [blame] | 5491 | dprintk("--> %s: max_reqs=%u, tbl->max_slots %d\n", __func__, |
| 5492 | max_reqs, tbl->max_slots); |
Andy Adamson | ac72b7b | 2009-04-01 09:22:37 -0400 | [diff] [blame] | 5493 | |
Andy Adamson | 104aeba | 2010-01-14 17:45:10 -0500 | [diff] [blame] | 5494 | /* Does the newly negotiated max_reqs match the existing slot table? */ |
| 5495 | if (max_reqs != tbl->max_slots) { |
Trond Myklebust | f86f36a | 2012-02-14 20:33:19 -0500 | [diff] [blame] | 5496 | new = nfs4_alloc_slots(max_reqs, GFP_NOFS); |
Andy Adamson | 104aeba | 2010-01-14 17:45:10 -0500 | [diff] [blame] | 5497 | if (!new) |
| 5498 | goto out; |
Andy Adamson | ac72b7b | 2009-04-01 09:22:37 -0400 | [diff] [blame] | 5499 | } |
Trond Myklebust | f86f36a | 2012-02-14 20:33:19 -0500 | [diff] [blame] | 5500 | ret = 0; |
| 5501 | |
| 5502 | nfs4_add_and_init_slots(tbl, new, max_reqs, ivalue); |
Andy Adamson | ac72b7b | 2009-04-01 09:22:37 -0400 | [diff] [blame] | 5503 | dprintk("%s: tbl=%p slots=%p max_slots=%d\n", __func__, |
| 5504 | tbl, tbl->slots, tbl->max_slots); |
| 5505 | out: |
| 5506 | dprintk("<-- %s: return %d\n", __func__, ret); |
| 5507 | return ret; |
| 5508 | } |
| 5509 | |
Ricardo Labiaga | f8625a6 | 2009-04-01 09:23:33 -0400 | [diff] [blame] | 5510 | /* Destroy the slot table */ |
| 5511 | static void nfs4_destroy_slot_tables(struct nfs4_session *session) |
| 5512 | { |
| 5513 | if (session->fc_slot_table.slots != NULL) { |
| 5514 | kfree(session->fc_slot_table.slots); |
| 5515 | session->fc_slot_table.slots = NULL; |
| 5516 | } |
| 5517 | if (session->bc_slot_table.slots != NULL) { |
| 5518 | kfree(session->bc_slot_table.slots); |
| 5519 | session->bc_slot_table.slots = NULL; |
| 5520 | } |
| 5521 | return; |
| 5522 | } |
| 5523 | |
Ricardo Labiaga | b73dafa | 2009-04-01 09:23:31 -0400 | [diff] [blame] | 5524 | /* |
Andy Adamson | aacd553 | 2011-11-09 13:58:21 -0500 | [diff] [blame] | 5525 | * Initialize or reset the forechannel and backchannel tables |
Ricardo Labiaga | 050047c | 2009-04-01 09:23:32 -0400 | [diff] [blame] | 5526 | */ |
Andy Adamson | aacd553 | 2011-11-09 13:58:21 -0500 | [diff] [blame] | 5527 | static int nfs4_setup_session_slot_tables(struct nfs4_session *ses) |
Ricardo Labiaga | 050047c | 2009-04-01 09:23:32 -0400 | [diff] [blame] | 5528 | { |
Trond Myklebust | f26468f | 2009-12-05 19:32:11 -0500 | [diff] [blame] | 5529 | struct nfs4_slot_table *tbl; |
Andy Adamson | aacd553 | 2011-11-09 13:58:21 -0500 | [diff] [blame] | 5530 | int status; |
Ricardo Labiaga | 050047c | 2009-04-01 09:23:32 -0400 | [diff] [blame] | 5531 | |
Andy Adamson | aacd553 | 2011-11-09 13:58:21 -0500 | [diff] [blame] | 5532 | dprintk("--> %s\n", __func__); |
| 5533 | /* Fore channel */ |
| 5534 | tbl = &ses->fc_slot_table; |
Trond Myklebust | f86f36a | 2012-02-14 20:33:19 -0500 | [diff] [blame] | 5535 | status = nfs4_realloc_slot_table(tbl, ses->fc_attrs.max_reqs, 1); |
| 5536 | if (status) /* -ENOMEM */ |
| 5537 | return status; |
Andy Adamson | aacd553 | 2011-11-09 13:58:21 -0500 | [diff] [blame] | 5538 | /* Back channel */ |
| 5539 | tbl = &ses->bc_slot_table; |
Trond Myklebust | f86f36a | 2012-02-14 20:33:19 -0500 | [diff] [blame] | 5540 | status = nfs4_realloc_slot_table(tbl, ses->bc_attrs.max_reqs, 0); |
| 5541 | if (status && tbl->slots == NULL) |
| 5542 | /* Fore and back channel share a connection so get |
| 5543 | * both slot tables or neither */ |
| 5544 | nfs4_destroy_slot_tables(ses); |
Ricardo Labiaga | f8625a6 | 2009-04-01 09:23:33 -0400 | [diff] [blame] | 5545 | return status; |
Andy Adamson | 557134a | 2009-04-01 09:21:53 -0400 | [diff] [blame] | 5546 | } |
| 5547 | |
| 5548 | struct nfs4_session *nfs4_alloc_session(struct nfs_client *clp) |
| 5549 | { |
| 5550 | struct nfs4_session *session; |
| 5551 | struct nfs4_slot_table *tbl; |
| 5552 | |
Trond Myklebust | 8535b2b | 2010-05-13 12:51:01 -0400 | [diff] [blame] | 5553 | session = kzalloc(sizeof(struct nfs4_session), GFP_NOFS); |
Andy Adamson | 557134a | 2009-04-01 09:21:53 -0400 | [diff] [blame] | 5554 | if (!session) |
| 5555 | return NULL; |
Andy Adamson | 76db6d9 | 2009-04-01 09:22:38 -0400 | [diff] [blame] | 5556 | |
Andy Adamson | 557134a | 2009-04-01 09:21:53 -0400 | [diff] [blame] | 5557 | tbl = &session->fc_slot_table; |
Trond Myklebust | 45d43c2 | 2012-02-06 19:38:51 -0500 | [diff] [blame] | 5558 | tbl->highest_used_slotid = NFS4_NO_SLOT; |
Andy Adamson | 557134a | 2009-04-01 09:21:53 -0400 | [diff] [blame] | 5559 | spin_lock_init(&tbl->slot_tbl_lock); |
Alexandros Batsakis | 689cf5c | 2009-12-14 21:27:56 -0800 | [diff] [blame] | 5560 | rpc_init_priority_wait_queue(&tbl->slot_tbl_waitq, "ForeChannel Slot table"); |
Andy Adamson | 42acd02 | 2011-01-06 02:04:34 +0000 | [diff] [blame] | 5561 | init_completion(&tbl->complete); |
Ricardo Labiaga | f8625a6 | 2009-04-01 09:23:33 -0400 | [diff] [blame] | 5562 | |
| 5563 | tbl = &session->bc_slot_table; |
Trond Myklebust | 45d43c2 | 2012-02-06 19:38:51 -0500 | [diff] [blame] | 5564 | tbl->highest_used_slotid = NFS4_NO_SLOT; |
Ricardo Labiaga | f8625a6 | 2009-04-01 09:23:33 -0400 | [diff] [blame] | 5565 | spin_lock_init(&tbl->slot_tbl_lock); |
| 5566 | rpc_init_wait_queue(&tbl->slot_tbl_waitq, "BackChannel Slot table"); |
Andy Adamson | 42acd02 | 2011-01-06 02:04:34 +0000 | [diff] [blame] | 5567 | init_completion(&tbl->complete); |
Ricardo Labiaga | f8625a6 | 2009-04-01 09:23:33 -0400 | [diff] [blame] | 5568 | |
Trond Myklebust | 1055d76 | 2010-06-16 09:52:27 -0400 | [diff] [blame] | 5569 | session->session_state = 1<<NFS4_SESSION_INITING; |
| 5570 | |
Andy Adamson | 557134a | 2009-04-01 09:21:53 -0400 | [diff] [blame] | 5571 | session->clp = clp; |
| 5572 | return session; |
| 5573 | } |
| 5574 | |
| 5575 | void nfs4_destroy_session(struct nfs4_session *session) |
| 5576 | { |
Trond Myklebust | 2446ab6 | 2012-03-01 17:00:56 -0500 | [diff] [blame] | 5577 | struct rpc_xprt *xprt; |
Trond Myklebust | 848f5bd | 2012-05-25 17:51:23 -0400 | [diff] [blame] | 5578 | struct rpc_cred *cred; |
Trond Myklebust | 2446ab6 | 2012-03-01 17:00:56 -0500 | [diff] [blame] | 5579 | |
Trond Myklebust | 848f5bd | 2012-05-25 17:51:23 -0400 | [diff] [blame] | 5580 | cred = nfs4_get_exchange_id_cred(session->clp); |
| 5581 | nfs4_proc_destroy_session(session, cred); |
| 5582 | if (cred) |
| 5583 | put_rpccred(cred); |
Trond Myklebust | 2446ab6 | 2012-03-01 17:00:56 -0500 | [diff] [blame] | 5584 | |
| 5585 | rcu_read_lock(); |
| 5586 | xprt = rcu_dereference(session->clp->cl_rpcclient->cl_xprt); |
| 5587 | rcu_read_unlock(); |
Andy Adamson | 5a0ffe5 | 2009-04-01 09:23:18 -0400 | [diff] [blame] | 5588 | dprintk("%s Destroy backchannel for xprt %p\n", |
Trond Myklebust | 2446ab6 | 2012-03-01 17:00:56 -0500 | [diff] [blame] | 5589 | __func__, xprt); |
| 5590 | xprt_destroy_backchannel(xprt, NFS41_BC_MIN_CALLBACKS); |
Ricardo Labiaga | f8625a6 | 2009-04-01 09:23:33 -0400 | [diff] [blame] | 5591 | nfs4_destroy_slot_tables(session); |
Andy Adamson | 557134a | 2009-04-01 09:21:53 -0400 | [diff] [blame] | 5592 | kfree(session); |
| 5593 | } |
| 5594 | |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 5595 | /* |
| 5596 | * Initialize the values to be used by the client in CREATE_SESSION |
| 5597 | * If nfs4_init_session set the fore channel request and response sizes, |
| 5598 | * use them. |
| 5599 | * |
| 5600 | * Set the back channel max_resp_sz_cached to zero to force the client to |
| 5601 | * always set csa_cachethis to FALSE because the current implementation |
| 5602 | * of the back channel DRC only supports caching the CB_SEQUENCE operation. |
| 5603 | */ |
| 5604 | static void nfs4_init_channel_attrs(struct nfs41_create_session_args *args) |
| 5605 | { |
| 5606 | struct nfs4_session *session = args->client->cl_session; |
| 5607 | unsigned int mxrqst_sz = session->fc_attrs.max_rqst_sz, |
| 5608 | mxresp_sz = session->fc_attrs.max_resp_sz; |
| 5609 | |
| 5610 | if (mxrqst_sz == 0) |
| 5611 | mxrqst_sz = NFS_MAX_FILE_IO_SIZE; |
| 5612 | if (mxresp_sz == 0) |
| 5613 | mxresp_sz = NFS_MAX_FILE_IO_SIZE; |
| 5614 | /* Fore channel attributes */ |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 5615 | args->fc_attrs.max_rqst_sz = mxrqst_sz; |
| 5616 | args->fc_attrs.max_resp_sz = mxresp_sz; |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 5617 | args->fc_attrs.max_ops = NFS4_MAX_OPS; |
Trond Myklebust | ef159e9 | 2012-02-06 19:50:40 -0500 | [diff] [blame] | 5618 | args->fc_attrs.max_reqs = max_session_slots; |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 5619 | |
| 5620 | dprintk("%s: Fore Channel : max_rqst_sz=%u max_resp_sz=%u " |
Mike Sager | 8e0d46e | 2009-12-17 12:06:26 -0500 | [diff] [blame] | 5621 | "max_ops=%u max_reqs=%u\n", |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 5622 | __func__, |
| 5623 | args->fc_attrs.max_rqst_sz, args->fc_attrs.max_resp_sz, |
Mike Sager | 8e0d46e | 2009-12-17 12:06:26 -0500 | [diff] [blame] | 5624 | args->fc_attrs.max_ops, args->fc_attrs.max_reqs); |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 5625 | |
| 5626 | /* Back channel attributes */ |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 5627 | args->bc_attrs.max_rqst_sz = PAGE_SIZE; |
| 5628 | args->bc_attrs.max_resp_sz = PAGE_SIZE; |
| 5629 | args->bc_attrs.max_resp_sz_cached = 0; |
| 5630 | args->bc_attrs.max_ops = NFS4_MAX_BACK_CHANNEL_OPS; |
| 5631 | args->bc_attrs.max_reqs = 1; |
| 5632 | |
| 5633 | dprintk("%s: Back Channel : max_rqst_sz=%u max_resp_sz=%u " |
| 5634 | "max_resp_sz_cached=%u max_ops=%u max_reqs=%u\n", |
| 5635 | __func__, |
| 5636 | args->bc_attrs.max_rqst_sz, args->bc_attrs.max_resp_sz, |
| 5637 | args->bc_attrs.max_resp_sz_cached, args->bc_attrs.max_ops, |
| 5638 | args->bc_attrs.max_reqs); |
| 5639 | } |
| 5640 | |
J. Bruce Fields | 43c2e88 | 2010-10-02 15:19:01 -0400 | [diff] [blame] | 5641 | static int nfs4_verify_fore_channel_attrs(struct nfs41_create_session_args *args, struct nfs4_session *session) |
Andy Adamson | 8d35301 | 2009-04-01 09:22:32 -0400 | [diff] [blame] | 5642 | { |
J. Bruce Fields | 43c2e88 | 2010-10-02 15:19:01 -0400 | [diff] [blame] | 5643 | struct nfs4_channel_attrs *sent = &args->fc_attrs; |
| 5644 | struct nfs4_channel_attrs *rcvd = &session->fc_attrs; |
| 5645 | |
J. Bruce Fields | 43c2e88 | 2010-10-02 15:19:01 -0400 | [diff] [blame] | 5646 | if (rcvd->max_resp_sz > sent->max_resp_sz) |
| 5647 | return -EINVAL; |
| 5648 | /* |
| 5649 | * Our requested max_ops is the minimum we need; we're not |
| 5650 | * prepared to break up compounds into smaller pieces than that. |
| 5651 | * So, no point even trying to continue if the server won't |
| 5652 | * cooperate: |
| 5653 | */ |
| 5654 | if (rcvd->max_ops < sent->max_ops) |
| 5655 | return -EINVAL; |
| 5656 | if (rcvd->max_reqs == 0) |
| 5657 | return -EINVAL; |
Vitaliy Gusev | b4b9a0c | 2012-02-15 19:38:25 +0400 | [diff] [blame] | 5658 | if (rcvd->max_reqs > NFS4_MAX_SLOT_TABLE) |
| 5659 | rcvd->max_reqs = NFS4_MAX_SLOT_TABLE; |
J. Bruce Fields | 43c2e88 | 2010-10-02 15:19:01 -0400 | [diff] [blame] | 5660 | return 0; |
Andy Adamson | 8d35301 | 2009-04-01 09:22:32 -0400 | [diff] [blame] | 5661 | } |
| 5662 | |
J. Bruce Fields | 43c2e88 | 2010-10-02 15:19:01 -0400 | [diff] [blame] | 5663 | static int nfs4_verify_back_channel_attrs(struct nfs41_create_session_args *args, struct nfs4_session *session) |
| 5664 | { |
| 5665 | struct nfs4_channel_attrs *sent = &args->bc_attrs; |
| 5666 | struct nfs4_channel_attrs *rcvd = &session->bc_attrs; |
Andy Adamson | 8d35301 | 2009-04-01 09:22:32 -0400 | [diff] [blame] | 5667 | |
J. Bruce Fields | 43c2e88 | 2010-10-02 15:19:01 -0400 | [diff] [blame] | 5668 | if (rcvd->max_rqst_sz > sent->max_rqst_sz) |
| 5669 | return -EINVAL; |
| 5670 | if (rcvd->max_resp_sz < sent->max_resp_sz) |
| 5671 | return -EINVAL; |
| 5672 | if (rcvd->max_resp_sz_cached > sent->max_resp_sz_cached) |
| 5673 | return -EINVAL; |
| 5674 | /* These would render the backchannel useless: */ |
Vitaliy Gusev | b4b9a0c | 2012-02-15 19:38:25 +0400 | [diff] [blame] | 5675 | if (rcvd->max_ops != sent->max_ops) |
J. Bruce Fields | 43c2e88 | 2010-10-02 15:19:01 -0400 | [diff] [blame] | 5676 | return -EINVAL; |
Vitaliy Gusev | b4b9a0c | 2012-02-15 19:38:25 +0400 | [diff] [blame] | 5677 | if (rcvd->max_reqs != sent->max_reqs) |
J. Bruce Fields | 43c2e88 | 2010-10-02 15:19:01 -0400 | [diff] [blame] | 5678 | return -EINVAL; |
| 5679 | return 0; |
| 5680 | } |
Andy Adamson | 8d35301 | 2009-04-01 09:22:32 -0400 | [diff] [blame] | 5681 | |
Andy Adamson | 8d35301 | 2009-04-01 09:22:32 -0400 | [diff] [blame] | 5682 | static int nfs4_verify_channel_attrs(struct nfs41_create_session_args *args, |
| 5683 | struct nfs4_session *session) |
| 5684 | { |
J. Bruce Fields | 43c2e88 | 2010-10-02 15:19:01 -0400 | [diff] [blame] | 5685 | int ret; |
Andy Adamson | 8d35301 | 2009-04-01 09:22:32 -0400 | [diff] [blame] | 5686 | |
J. Bruce Fields | 43c2e88 | 2010-10-02 15:19:01 -0400 | [diff] [blame] | 5687 | ret = nfs4_verify_fore_channel_attrs(args, session); |
| 5688 | if (ret) |
| 5689 | return ret; |
| 5690 | return nfs4_verify_back_channel_attrs(args, session); |
Andy Adamson | 8d35301 | 2009-04-01 09:22:32 -0400 | [diff] [blame] | 5691 | } |
| 5692 | |
Trond Myklebust | 848f5bd | 2012-05-25 17:51:23 -0400 | [diff] [blame] | 5693 | static int _nfs4_proc_create_session(struct nfs_client *clp, |
| 5694 | struct rpc_cred *cred) |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 5695 | { |
| 5696 | struct nfs4_session *session = clp->cl_session; |
| 5697 | struct nfs41_create_session_args args = { |
| 5698 | .client = clp, |
| 5699 | .cb_program = NFS4_CALLBACK, |
| 5700 | }; |
| 5701 | struct nfs41_create_session_res res = { |
| 5702 | .client = clp, |
| 5703 | }; |
| 5704 | struct rpc_message msg = { |
| 5705 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE_SESSION], |
| 5706 | .rpc_argp = &args, |
| 5707 | .rpc_resp = &res, |
Trond Myklebust | 848f5bd | 2012-05-25 17:51:23 -0400 | [diff] [blame] | 5708 | .rpc_cred = cred, |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 5709 | }; |
| 5710 | int status; |
| 5711 | |
| 5712 | nfs4_init_channel_attrs(&args); |
Andy Adamson | 0f91421 | 2009-04-01 09:23:16 -0400 | [diff] [blame] | 5713 | args.flags = (SESSION4_PERSIST | SESSION4_BACK_CHAN); |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 5714 | |
Trond Myklebust | 1bd714f | 2011-04-24 14:29:33 -0400 | [diff] [blame] | 5715 | status = rpc_call_sync(session->clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT); |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 5716 | |
Andy Adamson | 8d35301 | 2009-04-01 09:22:32 -0400 | [diff] [blame] | 5717 | if (!status) |
| 5718 | /* Verify the session's negotiated channel_attrs values */ |
| 5719 | status = nfs4_verify_channel_attrs(&args, session); |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 5720 | if (!status) { |
| 5721 | /* Increment the clientid slot sequence id */ |
| 5722 | clp->cl_seqid++; |
| 5723 | } |
| 5724 | |
| 5725 | return status; |
| 5726 | } |
| 5727 | |
| 5728 | /* |
| 5729 | * Issues a CREATE_SESSION operation to the server. |
| 5730 | * It is the responsibility of the caller to verify the session is |
| 5731 | * expired before calling this routine. |
| 5732 | */ |
Trond Myklebust | 848f5bd | 2012-05-25 17:51:23 -0400 | [diff] [blame] | 5733 | int nfs4_proc_create_session(struct nfs_client *clp, struct rpc_cred *cred) |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 5734 | { |
| 5735 | int status; |
| 5736 | unsigned *ptr; |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 5737 | struct nfs4_session *session = clp->cl_session; |
| 5738 | |
| 5739 | dprintk("--> %s clp=%p session=%p\n", __func__, clp, session); |
| 5740 | |
Trond Myklebust | 848f5bd | 2012-05-25 17:51:23 -0400 | [diff] [blame] | 5741 | status = _nfs4_proc_create_session(clp, cred); |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 5742 | if (status) |
| 5743 | goto out; |
| 5744 | |
Andy Adamson | aacd553 | 2011-11-09 13:58:21 -0500 | [diff] [blame] | 5745 | /* Init or reset the session slot tables */ |
| 5746 | status = nfs4_setup_session_slot_tables(session); |
| 5747 | dprintk("slot table setup returned %d\n", status); |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 5748 | if (status) |
| 5749 | goto out; |
| 5750 | |
| 5751 | ptr = (unsigned *)&session->sess_id.data[0]; |
| 5752 | dprintk("%s client>seqid %d sessionid %u:%u:%u:%u\n", __func__, |
| 5753 | clp->cl_seqid, ptr[0], ptr[1], ptr[2], ptr[3]); |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 5754 | out: |
| 5755 | dprintk("<-- %s\n", __func__); |
| 5756 | return status; |
| 5757 | } |
| 5758 | |
Andy Adamson | 0f3e66c | 2009-04-01 09:22:34 -0400 | [diff] [blame] | 5759 | /* |
| 5760 | * Issue the over-the-wire RPC DESTROY_SESSION. |
| 5761 | * The caller must serialize access to this routine. |
| 5762 | */ |
Trond Myklebust | 848f5bd | 2012-05-25 17:51:23 -0400 | [diff] [blame] | 5763 | int nfs4_proc_destroy_session(struct nfs4_session *session, |
| 5764 | struct rpc_cred *cred) |
Andy Adamson | 0f3e66c | 2009-04-01 09:22:34 -0400 | [diff] [blame] | 5765 | { |
Trond Myklebust | 848f5bd | 2012-05-25 17:51:23 -0400 | [diff] [blame] | 5766 | struct rpc_message msg = { |
| 5767 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DESTROY_SESSION], |
| 5768 | .rpc_argp = session, |
| 5769 | .rpc_cred = cred, |
| 5770 | }; |
Andy Adamson | 0f3e66c | 2009-04-01 09:22:34 -0400 | [diff] [blame] | 5771 | int status = 0; |
Andy Adamson | 0f3e66c | 2009-04-01 09:22:34 -0400 | [diff] [blame] | 5772 | |
| 5773 | dprintk("--> nfs4_proc_destroy_session\n"); |
| 5774 | |
| 5775 | /* session is still being setup */ |
| 5776 | if (session->clp->cl_cons_state != NFS_CS_READY) |
| 5777 | return status; |
| 5778 | |
Trond Myklebust | 1bd714f | 2011-04-24 14:29:33 -0400 | [diff] [blame] | 5779 | status = rpc_call_sync(session->clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT); |
Andy Adamson | 0f3e66c | 2009-04-01 09:22:34 -0400 | [diff] [blame] | 5780 | |
| 5781 | if (status) |
Trond Myklebust | 08106ac | 2012-06-05 10:08:24 -0400 | [diff] [blame] | 5782 | dprintk("NFS: Got error %d from the server on DESTROY_SESSION. " |
Andy Adamson | 0f3e66c | 2009-04-01 09:22:34 -0400 | [diff] [blame] | 5783 | "Session has been destroyed regardless...\n", status); |
| 5784 | |
| 5785 | dprintk("<-- nfs4_proc_destroy_session\n"); |
| 5786 | return status; |
| 5787 | } |
| 5788 | |
Trond Myklebust | 7b38c36 | 2012-05-23 13:23:31 -0400 | [diff] [blame] | 5789 | /* |
| 5790 | * With sessions, the client is not marked ready until after a |
| 5791 | * successful EXCHANGE_ID and CREATE_SESSION. |
| 5792 | * |
| 5793 | * Map errors cl_cons_state errors to EPROTONOSUPPORT to indicate |
| 5794 | * other versions of NFS can be tried. |
| 5795 | */ |
| 5796 | static int nfs41_check_session_ready(struct nfs_client *clp) |
| 5797 | { |
| 5798 | int ret; |
| 5799 | |
| 5800 | if (clp->cl_cons_state == NFS_CS_SESSION_INITING) { |
| 5801 | ret = nfs4_client_recover_expired_lease(clp); |
| 5802 | if (ret) |
| 5803 | return ret; |
| 5804 | } |
| 5805 | if (clp->cl_cons_state < NFS_CS_READY) |
| 5806 | return -EPROTONOSUPPORT; |
Trond Myklebust | 54ac471 | 2012-05-23 13:26:10 -0400 | [diff] [blame] | 5807 | smp_rmb(); |
Trond Myklebust | 7b38c36 | 2012-05-23 13:23:31 -0400 | [diff] [blame] | 5808 | return 0; |
| 5809 | } |
| 5810 | |
Trond Myklebust | fccba80 | 2009-07-21 16:48:07 -0400 | [diff] [blame] | 5811 | int nfs4_init_session(struct nfs_server *server) |
| 5812 | { |
| 5813 | struct nfs_client *clp = server->nfs_client; |
Alexandros Batsakis | 2449ea2 | 2009-12-05 13:36:55 -0500 | [diff] [blame] | 5814 | struct nfs4_session *session; |
Andy Adamson | 68bf05e | 2009-12-15 12:55:02 -0500 | [diff] [blame] | 5815 | unsigned int rsize, wsize; |
Trond Myklebust | fccba80 | 2009-07-21 16:48:07 -0400 | [diff] [blame] | 5816 | |
| 5817 | if (!nfs4_has_session(clp)) |
| 5818 | return 0; |
| 5819 | |
Trond Myklebust | 1055d76 | 2010-06-16 09:52:27 -0400 | [diff] [blame] | 5820 | session = clp->cl_session; |
Trond Myklebust | 7b38c36 | 2012-05-23 13:23:31 -0400 | [diff] [blame] | 5821 | spin_lock(&clp->cl_lock); |
| 5822 | if (test_and_clear_bit(NFS4_SESSION_INITING, &session->session_state)) { |
Trond Myklebust | 1055d76 | 2010-06-16 09:52:27 -0400 | [diff] [blame] | 5823 | |
Trond Myklebust | 7b38c36 | 2012-05-23 13:23:31 -0400 | [diff] [blame] | 5824 | rsize = server->rsize; |
| 5825 | if (rsize == 0) |
| 5826 | rsize = NFS_MAX_FILE_IO_SIZE; |
| 5827 | wsize = server->wsize; |
| 5828 | if (wsize == 0) |
| 5829 | wsize = NFS_MAX_FILE_IO_SIZE; |
Andy Adamson | 68bf05e | 2009-12-15 12:55:02 -0500 | [diff] [blame] | 5830 | |
Trond Myklebust | 7b38c36 | 2012-05-23 13:23:31 -0400 | [diff] [blame] | 5831 | session->fc_attrs.max_rqst_sz = wsize + nfs41_maxwrite_overhead; |
| 5832 | session->fc_attrs.max_resp_sz = rsize + nfs41_maxread_overhead; |
| 5833 | } |
| 5834 | spin_unlock(&clp->cl_lock); |
Alexandros Batsakis | 2449ea2 | 2009-12-05 13:36:55 -0500 | [diff] [blame] | 5835 | |
Trond Myklebust | 7b38c36 | 2012-05-23 13:23:31 -0400 | [diff] [blame] | 5836 | return nfs41_check_session_ready(clp); |
Trond Myklebust | fccba80 | 2009-07-21 16:48:07 -0400 | [diff] [blame] | 5837 | } |
| 5838 | |
Trond Myklebust | 7b38c36 | 2012-05-23 13:23:31 -0400 | [diff] [blame] | 5839 | int nfs4_init_ds_session(struct nfs_client *clp, unsigned long lease_time) |
Andy Adamson | d83217c | 2011-03-01 01:34:17 +0000 | [diff] [blame] | 5840 | { |
| 5841 | struct nfs4_session *session = clp->cl_session; |
| 5842 | int ret; |
| 5843 | |
Trond Myklebust | 7b38c36 | 2012-05-23 13:23:31 -0400 | [diff] [blame] | 5844 | spin_lock(&clp->cl_lock); |
| 5845 | if (test_and_clear_bit(NFS4_SESSION_INITING, &session->session_state)) { |
| 5846 | /* |
| 5847 | * Do not set NFS_CS_CHECK_LEASE_TIME instead set the |
| 5848 | * DS lease to be equal to the MDS lease. |
| 5849 | */ |
| 5850 | clp->cl_lease_time = lease_time; |
| 5851 | clp->cl_last_renewal = jiffies; |
| 5852 | } |
| 5853 | spin_unlock(&clp->cl_lock); |
Andy Adamson | d83217c | 2011-03-01 01:34:17 +0000 | [diff] [blame] | 5854 | |
Trond Myklebust | 7b38c36 | 2012-05-23 13:23:31 -0400 | [diff] [blame] | 5855 | ret = nfs41_check_session_ready(clp); |
| 5856 | if (ret) |
| 5857 | return ret; |
| 5858 | /* Test for the DS role */ |
| 5859 | if (!is_ds_client(clp)) |
| 5860 | return -ENODEV; |
| 5861 | return 0; |
Andy Adamson | d83217c | 2011-03-01 01:34:17 +0000 | [diff] [blame] | 5862 | } |
| 5863 | EXPORT_SYMBOL_GPL(nfs4_init_ds_session); |
| 5864 | |
| 5865 | |
Andy Adamson | fc01cea | 2009-04-01 09:22:36 -0400 | [diff] [blame] | 5866 | /* |
| 5867 | * Renew the cl_session lease. |
| 5868 | */ |
Trond Myklebust | d5f8d3f | 2010-06-16 09:52:25 -0400 | [diff] [blame] | 5869 | struct nfs4_sequence_data { |
| 5870 | struct nfs_client *clp; |
| 5871 | struct nfs4_sequence_args args; |
| 5872 | struct nfs4_sequence_res res; |
| 5873 | }; |
| 5874 | |
Alexandros Batsakis | dc96aef | 2010-02-05 03:45:04 -0800 | [diff] [blame] | 5875 | static void nfs41_sequence_release(void *data) |
| 5876 | { |
Trond Myklebust | d5f8d3f | 2010-06-16 09:52:25 -0400 | [diff] [blame] | 5877 | struct nfs4_sequence_data *calldata = data; |
| 5878 | struct nfs_client *clp = calldata->clp; |
Alexandros Batsakis | dc96aef | 2010-02-05 03:45:04 -0800 | [diff] [blame] | 5879 | |
Alexandros Batsakis | 7135840 | 2010-02-05 03:45:05 -0800 | [diff] [blame] | 5880 | if (atomic_read(&clp->cl_count) > 1) |
| 5881 | nfs4_schedule_state_renewal(clp); |
| 5882 | nfs_put_client(clp); |
Trond Myklebust | d5f8d3f | 2010-06-16 09:52:25 -0400 | [diff] [blame] | 5883 | kfree(calldata); |
Alexandros Batsakis | dc96aef | 2010-02-05 03:45:04 -0800 | [diff] [blame] | 5884 | } |
| 5885 | |
Trond Myklebust | aa5190d | 2010-06-16 09:52:25 -0400 | [diff] [blame] | 5886 | static int nfs41_sequence_handle_errors(struct rpc_task *task, struct nfs_client *clp) |
| 5887 | { |
| 5888 | switch(task->tk_status) { |
| 5889 | case -NFS4ERR_DELAY: |
Trond Myklebust | aa5190d | 2010-06-16 09:52:25 -0400 | [diff] [blame] | 5890 | rpc_delay(task, NFS4_POLL_RETRY_MAX); |
| 5891 | return -EAGAIN; |
| 5892 | default: |
Trond Myklebust | 0400a6b | 2011-03-09 16:00:53 -0500 | [diff] [blame] | 5893 | nfs4_schedule_lease_recovery(clp); |
Trond Myklebust | aa5190d | 2010-06-16 09:52:25 -0400 | [diff] [blame] | 5894 | } |
| 5895 | return 0; |
| 5896 | } |
| 5897 | |
Alexandros Batsakis | dc96aef | 2010-02-05 03:45:04 -0800 | [diff] [blame] | 5898 | static void nfs41_sequence_call_done(struct rpc_task *task, void *data) |
Andy Adamson | fc01cea | 2009-04-01 09:22:36 -0400 | [diff] [blame] | 5899 | { |
Trond Myklebust | d5f8d3f | 2010-06-16 09:52:25 -0400 | [diff] [blame] | 5900 | struct nfs4_sequence_data *calldata = data; |
| 5901 | struct nfs_client *clp = calldata->clp; |
Andy Adamson | fc01cea | 2009-04-01 09:22:36 -0400 | [diff] [blame] | 5902 | |
Trond Myklebust | 14516c3 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 5903 | if (!nfs41_sequence_done(task, task->tk_msg.rpc_resp)) |
| 5904 | return; |
Andy Adamson | fc01cea | 2009-04-01 09:22:36 -0400 | [diff] [blame] | 5905 | |
| 5906 | if (task->tk_status < 0) { |
| 5907 | dprintk("%s ERROR %d\n", __func__, task->tk_status); |
Alexandros Batsakis | 7135840 | 2010-02-05 03:45:05 -0800 | [diff] [blame] | 5908 | if (atomic_read(&clp->cl_count) == 1) |
| 5909 | goto out; |
Andy Adamson | fc01cea | 2009-04-01 09:22:36 -0400 | [diff] [blame] | 5910 | |
Trond Myklebust | aa5190d | 2010-06-16 09:52:25 -0400 | [diff] [blame] | 5911 | if (nfs41_sequence_handle_errors(task, clp) == -EAGAIN) { |
| 5912 | rpc_restart_call_prepare(task); |
Andy Adamson | fc01cea | 2009-04-01 09:22:36 -0400 | [diff] [blame] | 5913 | return; |
| 5914 | } |
| 5915 | } |
Andy Adamson | fc01cea | 2009-04-01 09:22:36 -0400 | [diff] [blame] | 5916 | dprintk("%s rpc_cred %p\n", __func__, task->tk_msg.rpc_cred); |
Alexandros Batsakis | 7135840 | 2010-02-05 03:45:05 -0800 | [diff] [blame] | 5917 | out: |
Andy Adamson | fc01cea | 2009-04-01 09:22:36 -0400 | [diff] [blame] | 5918 | dprintk("<-- %s\n", __func__); |
| 5919 | } |
| 5920 | |
| 5921 | static void nfs41_sequence_prepare(struct rpc_task *task, void *data) |
| 5922 | { |
Trond Myklebust | d5f8d3f | 2010-06-16 09:52:25 -0400 | [diff] [blame] | 5923 | struct nfs4_sequence_data *calldata = data; |
| 5924 | struct nfs_client *clp = calldata->clp; |
Andy Adamson | fc01cea | 2009-04-01 09:22:36 -0400 | [diff] [blame] | 5925 | struct nfs4_sequence_args *args; |
| 5926 | struct nfs4_sequence_res *res; |
| 5927 | |
Andy Adamson | fc01cea | 2009-04-01 09:22:36 -0400 | [diff] [blame] | 5928 | args = task->tk_msg.rpc_argp; |
| 5929 | res = task->tk_msg.rpc_resp; |
| 5930 | |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 5931 | if (nfs41_setup_sequence(clp->cl_session, args, res, task)) |
Andy Adamson | fc01cea | 2009-04-01 09:22:36 -0400 | [diff] [blame] | 5932 | return; |
| 5933 | rpc_call_start(task); |
| 5934 | } |
| 5935 | |
| 5936 | static const struct rpc_call_ops nfs41_sequence_ops = { |
| 5937 | .rpc_call_done = nfs41_sequence_call_done, |
| 5938 | .rpc_call_prepare = nfs41_sequence_prepare, |
Alexandros Batsakis | dc96aef | 2010-02-05 03:45:04 -0800 | [diff] [blame] | 5939 | .rpc_release = nfs41_sequence_release, |
Andy Adamson | fc01cea | 2009-04-01 09:22:36 -0400 | [diff] [blame] | 5940 | }; |
| 5941 | |
Trond Myklebust | 71ac6da | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 5942 | static struct rpc_task *_nfs41_proc_sequence(struct nfs_client *clp, struct rpc_cred *cred) |
Andy Adamson | fc01cea | 2009-04-01 09:22:36 -0400 | [diff] [blame] | 5943 | { |
Trond Myklebust | d5f8d3f | 2010-06-16 09:52:25 -0400 | [diff] [blame] | 5944 | struct nfs4_sequence_data *calldata; |
Andy Adamson | fc01cea | 2009-04-01 09:22:36 -0400 | [diff] [blame] | 5945 | struct rpc_message msg = { |
| 5946 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SEQUENCE], |
| 5947 | .rpc_cred = cred, |
| 5948 | }; |
Trond Myklebust | 71ac6da | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 5949 | struct rpc_task_setup task_setup_data = { |
| 5950 | .rpc_client = clp->cl_rpcclient, |
| 5951 | .rpc_message = &msg, |
| 5952 | .callback_ops = &nfs41_sequence_ops, |
| 5953 | .flags = RPC_TASK_ASYNC | RPC_TASK_SOFT, |
| 5954 | }; |
Andy Adamson | fc01cea | 2009-04-01 09:22:36 -0400 | [diff] [blame] | 5955 | |
Alexandros Batsakis | 7135840 | 2010-02-05 03:45:05 -0800 | [diff] [blame] | 5956 | if (!atomic_inc_not_zero(&clp->cl_count)) |
Trond Myklebust | 71ac6da | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 5957 | return ERR_PTR(-EIO); |
Benny Halevy | dfb4f309 | 2010-09-24 09:17:01 -0400 | [diff] [blame] | 5958 | calldata = kzalloc(sizeof(*calldata), GFP_NOFS); |
Trond Myklebust | d5f8d3f | 2010-06-16 09:52:25 -0400 | [diff] [blame] | 5959 | if (calldata == NULL) { |
Alexandros Batsakis | 7135840 | 2010-02-05 03:45:05 -0800 | [diff] [blame] | 5960 | nfs_put_client(clp); |
Trond Myklebust | 71ac6da | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 5961 | return ERR_PTR(-ENOMEM); |
Andy Adamson | fc01cea | 2009-04-01 09:22:36 -0400 | [diff] [blame] | 5962 | } |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 5963 | nfs41_init_sequence(&calldata->args, &calldata->res, 0); |
Trond Myklebust | d5f8d3f | 2010-06-16 09:52:25 -0400 | [diff] [blame] | 5964 | msg.rpc_argp = &calldata->args; |
| 5965 | msg.rpc_resp = &calldata->res; |
| 5966 | calldata->clp = clp; |
Trond Myklebust | 71ac6da | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 5967 | task_setup_data.callback_data = calldata; |
Andy Adamson | fc01cea | 2009-04-01 09:22:36 -0400 | [diff] [blame] | 5968 | |
Trond Myklebust | 71ac6da | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 5969 | return rpc_run_task(&task_setup_data); |
| 5970 | } |
| 5971 | |
Trond Myklebust | 2f60ea6 | 2011-08-24 15:07:37 -0400 | [diff] [blame] | 5972 | static int nfs41_proc_async_sequence(struct nfs_client *clp, struct rpc_cred *cred, unsigned renew_flags) |
Trond Myklebust | 71ac6da | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 5973 | { |
| 5974 | struct rpc_task *task; |
| 5975 | int ret = 0; |
| 5976 | |
Trond Myklebust | 2f60ea6 | 2011-08-24 15:07:37 -0400 | [diff] [blame] | 5977 | if ((renew_flags & NFS4_RENEW_TIMEOUT) == 0) |
| 5978 | return 0; |
Trond Myklebust | 71ac6da | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 5979 | task = _nfs41_proc_sequence(clp, cred); |
| 5980 | if (IS_ERR(task)) |
| 5981 | ret = PTR_ERR(task); |
| 5982 | else |
Trond Myklebust | bf294b4 | 2011-02-21 11:05:41 -0800 | [diff] [blame] | 5983 | rpc_put_task_async(task); |
Trond Myklebust | 71ac6da | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 5984 | dprintk("<-- %s status=%d\n", __func__, ret); |
| 5985 | return ret; |
| 5986 | } |
| 5987 | |
| 5988 | static int nfs4_proc_sequence(struct nfs_client *clp, struct rpc_cred *cred) |
| 5989 | { |
| 5990 | struct rpc_task *task; |
| 5991 | int ret; |
| 5992 | |
| 5993 | task = _nfs41_proc_sequence(clp, cred); |
| 5994 | if (IS_ERR(task)) { |
| 5995 | ret = PTR_ERR(task); |
| 5996 | goto out; |
| 5997 | } |
| 5998 | ret = rpc_wait_for_completion_task(task); |
Trond Myklebust | b4410c2 | 2011-03-09 16:00:55 -0500 | [diff] [blame] | 5999 | if (!ret) { |
| 6000 | struct nfs4_sequence_res *res = task->tk_msg.rpc_resp; |
| 6001 | |
| 6002 | if (task->tk_status == 0) |
| 6003 | nfs41_handle_sequence_flag_errors(clp, res->sr_status_flags); |
Trond Myklebust | 71ac6da | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 6004 | ret = task->tk_status; |
Trond Myklebust | b4410c2 | 2011-03-09 16:00:55 -0500 | [diff] [blame] | 6005 | } |
Trond Myklebust | 71ac6da | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 6006 | rpc_put_task(task); |
| 6007 | out: |
| 6008 | dprintk("<-- %s status=%d\n", __func__, ret); |
| 6009 | return ret; |
Andy Adamson | fc01cea | 2009-04-01 09:22:36 -0400 | [diff] [blame] | 6010 | } |
| 6011 | |
Ricardo Labiaga | fce5c83 | 2009-12-05 16:08:41 -0500 | [diff] [blame] | 6012 | struct nfs4_reclaim_complete_data { |
| 6013 | struct nfs_client *clp; |
| 6014 | struct nfs41_reclaim_complete_args arg; |
| 6015 | struct nfs41_reclaim_complete_res res; |
| 6016 | }; |
| 6017 | |
| 6018 | static void nfs4_reclaim_complete_prepare(struct rpc_task *task, void *data) |
| 6019 | { |
| 6020 | struct nfs4_reclaim_complete_data *calldata = data; |
| 6021 | |
Alexandros Batsakis | b257957 | 2009-12-14 21:27:57 -0800 | [diff] [blame] | 6022 | rpc_task_set_priority(task, RPC_PRIORITY_PRIVILEGED); |
Trond Myklebust | 035168a | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 6023 | if (nfs41_setup_sequence(calldata->clp->cl_session, |
| 6024 | &calldata->arg.seq_args, |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 6025 | &calldata->res.seq_res, task)) |
Ricardo Labiaga | fce5c83 | 2009-12-05 16:08:41 -0500 | [diff] [blame] | 6026 | return; |
| 6027 | |
| 6028 | rpc_call_start(task); |
| 6029 | } |
| 6030 | |
Trond Myklebust | aa5190d | 2010-06-16 09:52:25 -0400 | [diff] [blame] | 6031 | static int nfs41_reclaim_complete_handle_errors(struct rpc_task *task, struct nfs_client *clp) |
| 6032 | { |
| 6033 | switch(task->tk_status) { |
| 6034 | case 0: |
| 6035 | case -NFS4ERR_COMPLETE_ALREADY: |
| 6036 | case -NFS4ERR_WRONG_CRED: /* What to do here? */ |
| 6037 | break; |
| 6038 | case -NFS4ERR_DELAY: |
Trond Myklebust | aa5190d | 2010-06-16 09:52:25 -0400 | [diff] [blame] | 6039 | rpc_delay(task, NFS4_POLL_RETRY_MAX); |
Andy Adamson | a8a4ae3 | 2011-05-03 13:43:03 -0400 | [diff] [blame] | 6040 | /* fall through */ |
| 6041 | case -NFS4ERR_RETRY_UNCACHED_REP: |
Trond Myklebust | aa5190d | 2010-06-16 09:52:25 -0400 | [diff] [blame] | 6042 | return -EAGAIN; |
| 6043 | default: |
Trond Myklebust | 0400a6b | 2011-03-09 16:00:53 -0500 | [diff] [blame] | 6044 | nfs4_schedule_lease_recovery(clp); |
Trond Myklebust | aa5190d | 2010-06-16 09:52:25 -0400 | [diff] [blame] | 6045 | } |
| 6046 | return 0; |
| 6047 | } |
| 6048 | |
Ricardo Labiaga | fce5c83 | 2009-12-05 16:08:41 -0500 | [diff] [blame] | 6049 | static void nfs4_reclaim_complete_done(struct rpc_task *task, void *data) |
| 6050 | { |
| 6051 | struct nfs4_reclaim_complete_data *calldata = data; |
| 6052 | struct nfs_client *clp = calldata->clp; |
| 6053 | struct nfs4_sequence_res *res = &calldata->res.seq_res; |
| 6054 | |
| 6055 | dprintk("--> %s\n", __func__); |
Trond Myklebust | 14516c3 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 6056 | if (!nfs41_sequence_done(task, res)) |
| 6057 | return; |
Ricardo Labiaga | fce5c83 | 2009-12-05 16:08:41 -0500 | [diff] [blame] | 6058 | |
Trond Myklebust | aa5190d | 2010-06-16 09:52:25 -0400 | [diff] [blame] | 6059 | if (nfs41_reclaim_complete_handle_errors(task, clp) == -EAGAIN) { |
| 6060 | rpc_restart_call_prepare(task); |
| 6061 | return; |
| 6062 | } |
Ricardo Labiaga | fce5c83 | 2009-12-05 16:08:41 -0500 | [diff] [blame] | 6063 | dprintk("<-- %s\n", __func__); |
| 6064 | } |
| 6065 | |
| 6066 | static void nfs4_free_reclaim_complete_data(void *data) |
| 6067 | { |
| 6068 | struct nfs4_reclaim_complete_data *calldata = data; |
| 6069 | |
| 6070 | kfree(calldata); |
| 6071 | } |
| 6072 | |
| 6073 | static const struct rpc_call_ops nfs4_reclaim_complete_call_ops = { |
| 6074 | .rpc_call_prepare = nfs4_reclaim_complete_prepare, |
| 6075 | .rpc_call_done = nfs4_reclaim_complete_done, |
| 6076 | .rpc_release = nfs4_free_reclaim_complete_data, |
| 6077 | }; |
| 6078 | |
| 6079 | /* |
| 6080 | * Issue a global reclaim complete. |
| 6081 | */ |
| 6082 | static int nfs41_proc_reclaim_complete(struct nfs_client *clp) |
| 6083 | { |
| 6084 | struct nfs4_reclaim_complete_data *calldata; |
| 6085 | struct rpc_task *task; |
| 6086 | struct rpc_message msg = { |
| 6087 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RECLAIM_COMPLETE], |
| 6088 | }; |
| 6089 | struct rpc_task_setup task_setup_data = { |
| 6090 | .rpc_client = clp->cl_rpcclient, |
| 6091 | .rpc_message = &msg, |
| 6092 | .callback_ops = &nfs4_reclaim_complete_call_ops, |
| 6093 | .flags = RPC_TASK_ASYNC, |
| 6094 | }; |
| 6095 | int status = -ENOMEM; |
| 6096 | |
| 6097 | dprintk("--> %s\n", __func__); |
Trond Myklebust | 8535b2b | 2010-05-13 12:51:01 -0400 | [diff] [blame] | 6098 | calldata = kzalloc(sizeof(*calldata), GFP_NOFS); |
Ricardo Labiaga | fce5c83 | 2009-12-05 16:08:41 -0500 | [diff] [blame] | 6099 | if (calldata == NULL) |
| 6100 | goto out; |
| 6101 | calldata->clp = clp; |
| 6102 | calldata->arg.one_fs = 0; |
Ricardo Labiaga | fce5c83 | 2009-12-05 16:08:41 -0500 | [diff] [blame] | 6103 | |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 6104 | nfs41_init_sequence(&calldata->arg.seq_args, &calldata->res.seq_res, 0); |
Ricardo Labiaga | fce5c83 | 2009-12-05 16:08:41 -0500 | [diff] [blame] | 6105 | msg.rpc_argp = &calldata->arg; |
| 6106 | msg.rpc_resp = &calldata->res; |
| 6107 | task_setup_data.callback_data = calldata; |
| 6108 | task = rpc_run_task(&task_setup_data); |
Dan Carpenter | acf82b8 | 2010-04-22 11:28:39 +0200 | [diff] [blame] | 6109 | if (IS_ERR(task)) { |
Ricardo Labiaga | fce5c83 | 2009-12-05 16:08:41 -0500 | [diff] [blame] | 6110 | status = PTR_ERR(task); |
Dan Carpenter | acf82b8 | 2010-04-22 11:28:39 +0200 | [diff] [blame] | 6111 | goto out; |
| 6112 | } |
Andy Adamson | c34c32e | 2011-03-09 13:13:46 -0500 | [diff] [blame] | 6113 | status = nfs4_wait_for_completion_rpc_task(task); |
| 6114 | if (status == 0) |
| 6115 | status = task->tk_status; |
Ricardo Labiaga | fce5c83 | 2009-12-05 16:08:41 -0500 | [diff] [blame] | 6116 | rpc_put_task(task); |
Dan Carpenter | acf82b8 | 2010-04-22 11:28:39 +0200 | [diff] [blame] | 6117 | return 0; |
Ricardo Labiaga | fce5c83 | 2009-12-05 16:08:41 -0500 | [diff] [blame] | 6118 | out: |
| 6119 | dprintk("<-- %s status=%d\n", __func__, status); |
| 6120 | return status; |
| 6121 | } |
Andy Adamson | b1f69b7 | 2010-10-20 00:18:03 -0400 | [diff] [blame] | 6122 | |
| 6123 | static void |
| 6124 | nfs4_layoutget_prepare(struct rpc_task *task, void *calldata) |
| 6125 | { |
| 6126 | struct nfs4_layoutget *lgp = calldata; |
Fred Isaman | c31663d | 2011-01-06 11:36:24 +0000 | [diff] [blame] | 6127 | struct nfs_server *server = NFS_SERVER(lgp->args.inode); |
Andy Adamson | b1f69b7 | 2010-10-20 00:18:03 -0400 | [diff] [blame] | 6128 | |
| 6129 | dprintk("--> %s\n", __func__); |
Fred Isaman | c31663d | 2011-01-06 11:36:24 +0000 | [diff] [blame] | 6130 | /* Note the is a race here, where a CB_LAYOUTRECALL can come in |
| 6131 | * right now covering the LAYOUTGET we are about to send. |
| 6132 | * However, that is not so catastrophic, and there seems |
| 6133 | * to be no way to prevent it completely. |
| 6134 | */ |
Andy Adamson | b1f69b7 | 2010-10-20 00:18:03 -0400 | [diff] [blame] | 6135 | if (nfs4_setup_sequence(server, &lgp->args.seq_args, |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 6136 | &lgp->res.seq_res, task)) |
Andy Adamson | b1f69b7 | 2010-10-20 00:18:03 -0400 | [diff] [blame] | 6137 | return; |
Fred Isaman | cf7d63f | 2011-01-06 11:36:25 +0000 | [diff] [blame] | 6138 | if (pnfs_choose_layoutget_stateid(&lgp->args.stateid, |
| 6139 | NFS_I(lgp->args.inode)->layout, |
| 6140 | lgp->args.ctx->state)) { |
| 6141 | rpc_exit(task, NFS4_OK); |
| 6142 | return; |
| 6143 | } |
Andy Adamson | b1f69b7 | 2010-10-20 00:18:03 -0400 | [diff] [blame] | 6144 | rpc_call_start(task); |
| 6145 | } |
| 6146 | |
| 6147 | static void nfs4_layoutget_done(struct rpc_task *task, void *calldata) |
| 6148 | { |
| 6149 | struct nfs4_layoutget *lgp = calldata; |
| 6150 | struct nfs_server *server = NFS_SERVER(lgp->args.inode); |
| 6151 | |
| 6152 | dprintk("--> %s\n", __func__); |
| 6153 | |
| 6154 | if (!nfs4_sequence_done(task, &lgp->res.seq_res)) |
| 6155 | return; |
| 6156 | |
| 6157 | switch (task->tk_status) { |
| 6158 | case 0: |
| 6159 | break; |
| 6160 | case -NFS4ERR_LAYOUTTRYLATER: |
| 6161 | case -NFS4ERR_RECALLCONFLICT: |
| 6162 | task->tk_status = -NFS4ERR_DELAY; |
| 6163 | /* Fall through */ |
| 6164 | default: |
| 6165 | if (nfs4_async_handle_error(task, server, NULL) == -EAGAIN) { |
| 6166 | rpc_restart_call_prepare(task); |
| 6167 | return; |
| 6168 | } |
| 6169 | } |
Andy Adamson | b1f69b7 | 2010-10-20 00:18:03 -0400 | [diff] [blame] | 6170 | dprintk("<-- %s\n", __func__); |
| 6171 | } |
| 6172 | |
| 6173 | static void nfs4_layoutget_release(void *calldata) |
| 6174 | { |
| 6175 | struct nfs4_layoutget *lgp = calldata; |
| 6176 | |
| 6177 | dprintk("--> %s\n", __func__); |
Andy Adamson | b1f69b7 | 2010-10-20 00:18:03 -0400 | [diff] [blame] | 6178 | put_nfs_open_context(lgp->args.ctx); |
| 6179 | kfree(calldata); |
| 6180 | dprintk("<-- %s\n", __func__); |
| 6181 | } |
| 6182 | |
| 6183 | static const struct rpc_call_ops nfs4_layoutget_call_ops = { |
| 6184 | .rpc_call_prepare = nfs4_layoutget_prepare, |
| 6185 | .rpc_call_done = nfs4_layoutget_done, |
| 6186 | .rpc_release = nfs4_layoutget_release, |
| 6187 | }; |
| 6188 | |
| 6189 | int nfs4_proc_layoutget(struct nfs4_layoutget *lgp) |
| 6190 | { |
| 6191 | struct nfs_server *server = NFS_SERVER(lgp->args.inode); |
| 6192 | struct rpc_task *task; |
| 6193 | struct rpc_message msg = { |
| 6194 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTGET], |
| 6195 | .rpc_argp = &lgp->args, |
| 6196 | .rpc_resp = &lgp->res, |
| 6197 | }; |
| 6198 | struct rpc_task_setup task_setup_data = { |
| 6199 | .rpc_client = server->client, |
| 6200 | .rpc_message = &msg, |
| 6201 | .callback_ops = &nfs4_layoutget_call_ops, |
| 6202 | .callback_data = lgp, |
| 6203 | .flags = RPC_TASK_ASYNC, |
| 6204 | }; |
| 6205 | int status = 0; |
| 6206 | |
| 6207 | dprintk("--> %s\n", __func__); |
| 6208 | |
Weston Andros Adamson | 35124a0 | 2011-03-24 16:48:21 -0400 | [diff] [blame] | 6209 | lgp->res.layoutp = &lgp->args.layout; |
Andy Adamson | b1f69b7 | 2010-10-20 00:18:03 -0400 | [diff] [blame] | 6210 | lgp->res.seq_res.sr_slot = NULL; |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 6211 | nfs41_init_sequence(&lgp->args.seq_args, &lgp->res.seq_res, 0); |
Andy Adamson | b1f69b7 | 2010-10-20 00:18:03 -0400 | [diff] [blame] | 6212 | task = rpc_run_task(&task_setup_data); |
| 6213 | if (IS_ERR(task)) |
| 6214 | return PTR_ERR(task); |
| 6215 | status = nfs4_wait_for_completion_rpc_task(task); |
Fred Isaman | c31663d | 2011-01-06 11:36:24 +0000 | [diff] [blame] | 6216 | if (status == 0) |
| 6217 | status = task->tk_status; |
| 6218 | if (status == 0) |
| 6219 | status = pnfs_layout_process(lgp); |
Andy Adamson | b1f69b7 | 2010-10-20 00:18:03 -0400 | [diff] [blame] | 6220 | rpc_put_task(task); |
| 6221 | dprintk("<-- %s status=%d\n", __func__, status); |
| 6222 | return status; |
| 6223 | } |
| 6224 | |
Benny Halevy | cbe8260 | 2011-05-22 19:52:37 +0300 | [diff] [blame] | 6225 | static void |
| 6226 | nfs4_layoutreturn_prepare(struct rpc_task *task, void *calldata) |
| 6227 | { |
| 6228 | struct nfs4_layoutreturn *lrp = calldata; |
| 6229 | |
| 6230 | dprintk("--> %s\n", __func__); |
| 6231 | if (nfs41_setup_sequence(lrp->clp->cl_session, &lrp->args.seq_args, |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 6232 | &lrp->res.seq_res, task)) |
Benny Halevy | cbe8260 | 2011-05-22 19:52:37 +0300 | [diff] [blame] | 6233 | return; |
| 6234 | rpc_call_start(task); |
| 6235 | } |
| 6236 | |
| 6237 | static void nfs4_layoutreturn_done(struct rpc_task *task, void *calldata) |
| 6238 | { |
| 6239 | struct nfs4_layoutreturn *lrp = calldata; |
| 6240 | struct nfs_server *server; |
Trond Myklebust | a56aaa0 | 2011-06-15 11:59:10 -0400 | [diff] [blame] | 6241 | struct pnfs_layout_hdr *lo = lrp->args.layout; |
Benny Halevy | cbe8260 | 2011-05-22 19:52:37 +0300 | [diff] [blame] | 6242 | |
| 6243 | dprintk("--> %s\n", __func__); |
| 6244 | |
| 6245 | if (!nfs4_sequence_done(task, &lrp->res.seq_res)) |
| 6246 | return; |
| 6247 | |
| 6248 | server = NFS_SERVER(lrp->args.inode); |
| 6249 | if (nfs4_async_handle_error(task, server, NULL) == -EAGAIN) { |
Trond Myklebust | d00c5d4 | 2011-10-19 12:17:29 -0700 | [diff] [blame] | 6250 | rpc_restart_call_prepare(task); |
Benny Halevy | cbe8260 | 2011-05-22 19:52:37 +0300 | [diff] [blame] | 6251 | return; |
| 6252 | } |
Fred Isaman | a2e1d4f | 2011-06-13 18:54:53 -0400 | [diff] [blame] | 6253 | spin_lock(&lo->plh_inode->i_lock); |
Benny Halevy | cbe8260 | 2011-05-22 19:52:37 +0300 | [diff] [blame] | 6254 | if (task->tk_status == 0) { |
Benny Halevy | cbe8260 | 2011-05-22 19:52:37 +0300 | [diff] [blame] | 6255 | if (lrp->res.lrs_present) { |
Benny Halevy | cbe8260 | 2011-05-22 19:52:37 +0300 | [diff] [blame] | 6256 | pnfs_set_layout_stateid(lo, &lrp->res.stateid, true); |
Benny Halevy | cbe8260 | 2011-05-22 19:52:37 +0300 | [diff] [blame] | 6257 | } else |
| 6258 | BUG_ON(!list_empty(&lo->plh_segs)); |
| 6259 | } |
Fred Isaman | a2e1d4f | 2011-06-13 18:54:53 -0400 | [diff] [blame] | 6260 | lo->plh_block_lgets--; |
| 6261 | spin_unlock(&lo->plh_inode->i_lock); |
Benny Halevy | cbe8260 | 2011-05-22 19:52:37 +0300 | [diff] [blame] | 6262 | dprintk("<-- %s\n", __func__); |
| 6263 | } |
| 6264 | |
| 6265 | static void nfs4_layoutreturn_release(void *calldata) |
| 6266 | { |
| 6267 | struct nfs4_layoutreturn *lrp = calldata; |
| 6268 | |
| 6269 | dprintk("--> %s\n", __func__); |
Trond Myklebust | a56aaa0 | 2011-06-15 11:59:10 -0400 | [diff] [blame] | 6270 | put_layout_hdr(lrp->args.layout); |
Benny Halevy | cbe8260 | 2011-05-22 19:52:37 +0300 | [diff] [blame] | 6271 | kfree(calldata); |
| 6272 | dprintk("<-- %s\n", __func__); |
| 6273 | } |
| 6274 | |
| 6275 | static const struct rpc_call_ops nfs4_layoutreturn_call_ops = { |
| 6276 | .rpc_call_prepare = nfs4_layoutreturn_prepare, |
| 6277 | .rpc_call_done = nfs4_layoutreturn_done, |
| 6278 | .rpc_release = nfs4_layoutreturn_release, |
| 6279 | }; |
| 6280 | |
| 6281 | int nfs4_proc_layoutreturn(struct nfs4_layoutreturn *lrp) |
| 6282 | { |
| 6283 | struct rpc_task *task; |
| 6284 | struct rpc_message msg = { |
| 6285 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTRETURN], |
| 6286 | .rpc_argp = &lrp->args, |
| 6287 | .rpc_resp = &lrp->res, |
| 6288 | }; |
| 6289 | struct rpc_task_setup task_setup_data = { |
| 6290 | .rpc_client = lrp->clp->cl_rpcclient, |
| 6291 | .rpc_message = &msg, |
| 6292 | .callback_ops = &nfs4_layoutreturn_call_ops, |
| 6293 | .callback_data = lrp, |
| 6294 | }; |
| 6295 | int status; |
| 6296 | |
| 6297 | dprintk("--> %s\n", __func__); |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 6298 | nfs41_init_sequence(&lrp->args.seq_args, &lrp->res.seq_res, 1); |
Benny Halevy | cbe8260 | 2011-05-22 19:52:37 +0300 | [diff] [blame] | 6299 | task = rpc_run_task(&task_setup_data); |
| 6300 | if (IS_ERR(task)) |
| 6301 | return PTR_ERR(task); |
| 6302 | status = task->tk_status; |
| 6303 | dprintk("<-- %s status=%d\n", __func__, status); |
| 6304 | rpc_put_task(task); |
| 6305 | return status; |
| 6306 | } |
| 6307 | |
Andy Adamson | 7f11d8d | 2011-07-30 20:52:35 -0400 | [diff] [blame] | 6308 | /* |
| 6309 | * Retrieve the list of Data Server devices from the MDS. |
| 6310 | */ |
| 6311 | static int _nfs4_getdevicelist(struct nfs_server *server, |
| 6312 | const struct nfs_fh *fh, |
| 6313 | struct pnfs_devicelist *devlist) |
| 6314 | { |
| 6315 | struct nfs4_getdevicelist_args args = { |
| 6316 | .fh = fh, |
| 6317 | .layoutclass = server->pnfs_curr_ld->id, |
| 6318 | }; |
| 6319 | struct nfs4_getdevicelist_res res = { |
| 6320 | .devlist = devlist, |
| 6321 | }; |
| 6322 | struct rpc_message msg = { |
| 6323 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETDEVICELIST], |
| 6324 | .rpc_argp = &args, |
| 6325 | .rpc_resp = &res, |
| 6326 | }; |
| 6327 | int status; |
| 6328 | |
| 6329 | dprintk("--> %s\n", __func__); |
| 6330 | status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, |
| 6331 | &res.seq_res, 0); |
| 6332 | dprintk("<-- %s status=%d\n", __func__, status); |
| 6333 | return status; |
| 6334 | } |
| 6335 | |
| 6336 | int nfs4_proc_getdevicelist(struct nfs_server *server, |
| 6337 | const struct nfs_fh *fh, |
| 6338 | struct pnfs_devicelist *devlist) |
| 6339 | { |
| 6340 | struct nfs4_exception exception = { }; |
| 6341 | int err; |
| 6342 | |
| 6343 | do { |
| 6344 | err = nfs4_handle_exception(server, |
| 6345 | _nfs4_getdevicelist(server, fh, devlist), |
| 6346 | &exception); |
| 6347 | } while (exception.retry); |
| 6348 | |
| 6349 | dprintk("%s: err=%d, num_devs=%u\n", __func__, |
| 6350 | err, devlist->num_devs); |
| 6351 | |
| 6352 | return err; |
| 6353 | } |
| 6354 | EXPORT_SYMBOL_GPL(nfs4_proc_getdevicelist); |
| 6355 | |
Andy Adamson | b1f69b7 | 2010-10-20 00:18:03 -0400 | [diff] [blame] | 6356 | static int |
| 6357 | _nfs4_proc_getdeviceinfo(struct nfs_server *server, struct pnfs_device *pdev) |
| 6358 | { |
| 6359 | struct nfs4_getdeviceinfo_args args = { |
| 6360 | .pdev = pdev, |
| 6361 | }; |
| 6362 | struct nfs4_getdeviceinfo_res res = { |
| 6363 | .pdev = pdev, |
| 6364 | }; |
| 6365 | struct rpc_message msg = { |
| 6366 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETDEVICEINFO], |
| 6367 | .rpc_argp = &args, |
| 6368 | .rpc_resp = &res, |
| 6369 | }; |
| 6370 | int status; |
| 6371 | |
| 6372 | dprintk("--> %s\n", __func__); |
Bryan Schumaker | 7c51305 | 2011-03-24 17:12:24 +0000 | [diff] [blame] | 6373 | status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0); |
Andy Adamson | b1f69b7 | 2010-10-20 00:18:03 -0400 | [diff] [blame] | 6374 | dprintk("<-- %s status=%d\n", __func__, status); |
| 6375 | |
| 6376 | return status; |
| 6377 | } |
| 6378 | |
| 6379 | int nfs4_proc_getdeviceinfo(struct nfs_server *server, struct pnfs_device *pdev) |
| 6380 | { |
| 6381 | struct nfs4_exception exception = { }; |
| 6382 | int err; |
| 6383 | |
| 6384 | do { |
| 6385 | err = nfs4_handle_exception(server, |
| 6386 | _nfs4_proc_getdeviceinfo(server, pdev), |
| 6387 | &exception); |
| 6388 | } while (exception.retry); |
| 6389 | return err; |
| 6390 | } |
| 6391 | EXPORT_SYMBOL_GPL(nfs4_proc_getdeviceinfo); |
| 6392 | |
Andy Adamson | 863a3c6 | 2011-03-23 13:27:54 +0000 | [diff] [blame] | 6393 | static void nfs4_layoutcommit_prepare(struct rpc_task *task, void *calldata) |
| 6394 | { |
| 6395 | struct nfs4_layoutcommit_data *data = calldata; |
| 6396 | struct nfs_server *server = NFS_SERVER(data->args.inode); |
| 6397 | |
| 6398 | if (nfs4_setup_sequence(server, &data->args.seq_args, |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 6399 | &data->res.seq_res, task)) |
Andy Adamson | 863a3c6 | 2011-03-23 13:27:54 +0000 | [diff] [blame] | 6400 | return; |
| 6401 | rpc_call_start(task); |
| 6402 | } |
| 6403 | |
| 6404 | static void |
| 6405 | nfs4_layoutcommit_done(struct rpc_task *task, void *calldata) |
| 6406 | { |
| 6407 | struct nfs4_layoutcommit_data *data = calldata; |
| 6408 | struct nfs_server *server = NFS_SERVER(data->args.inode); |
| 6409 | |
| 6410 | if (!nfs4_sequence_done(task, &data->res.seq_res)) |
| 6411 | return; |
| 6412 | |
| 6413 | switch (task->tk_status) { /* Just ignore these failures */ |
Trond Myklebust | e59d27e | 2012-03-27 18:22:19 -0400 | [diff] [blame] | 6414 | case -NFS4ERR_DELEG_REVOKED: /* layout was recalled */ |
| 6415 | case -NFS4ERR_BADIOMODE: /* no IOMODE_RW layout for range */ |
| 6416 | case -NFS4ERR_BADLAYOUT: /* no layout */ |
| 6417 | case -NFS4ERR_GRACE: /* loca_recalim always false */ |
Andy Adamson | 863a3c6 | 2011-03-23 13:27:54 +0000 | [diff] [blame] | 6418 | task->tk_status = 0; |
Trond Myklebust | e59d27e | 2012-03-27 18:22:19 -0400 | [diff] [blame] | 6419 | break; |
| 6420 | case 0: |
Andy Adamson | 863a3c6 | 2011-03-23 13:27:54 +0000 | [diff] [blame] | 6421 | nfs_post_op_update_inode_force_wcc(data->args.inode, |
| 6422 | data->res.fattr); |
Trond Myklebust | e59d27e | 2012-03-27 18:22:19 -0400 | [diff] [blame] | 6423 | break; |
| 6424 | default: |
| 6425 | if (nfs4_async_handle_error(task, server, NULL) == -EAGAIN) { |
| 6426 | rpc_restart_call_prepare(task); |
| 6427 | return; |
| 6428 | } |
| 6429 | } |
Andy Adamson | 863a3c6 | 2011-03-23 13:27:54 +0000 | [diff] [blame] | 6430 | } |
| 6431 | |
| 6432 | static void nfs4_layoutcommit_release(void *calldata) |
| 6433 | { |
| 6434 | struct nfs4_layoutcommit_data *data = calldata; |
Peng Tao | a9bae56 | 2011-07-30 20:52:33 -0400 | [diff] [blame] | 6435 | struct pnfs_layout_segment *lseg, *tmp; |
Peng Tao | 92407e7 | 2011-10-23 20:21:17 -0700 | [diff] [blame] | 6436 | unsigned long *bitlock = &NFS_I(data->args.inode)->flags; |
Andy Adamson | 863a3c6 | 2011-03-23 13:27:54 +0000 | [diff] [blame] | 6437 | |
Andy Adamson | db29c08 | 2011-07-30 20:52:38 -0400 | [diff] [blame] | 6438 | pnfs_cleanup_layoutcommit(data); |
Andy Adamson | 863a3c6 | 2011-03-23 13:27:54 +0000 | [diff] [blame] | 6439 | /* Matched by references in pnfs_set_layoutcommit */ |
Peng Tao | a9bae56 | 2011-07-30 20:52:33 -0400 | [diff] [blame] | 6440 | list_for_each_entry_safe(lseg, tmp, &data->lseg_list, pls_lc_list) { |
| 6441 | list_del_init(&lseg->pls_lc_list); |
| 6442 | if (test_and_clear_bit(NFS_LSEG_LAYOUTCOMMIT, |
| 6443 | &lseg->pls_flags)) |
| 6444 | put_lseg(lseg); |
| 6445 | } |
Peng Tao | 92407e7 | 2011-10-23 20:21:17 -0700 | [diff] [blame] | 6446 | |
| 6447 | clear_bit_unlock(NFS_INO_LAYOUTCOMMITTING, bitlock); |
| 6448 | smp_mb__after_clear_bit(); |
| 6449 | wake_up_bit(bitlock, NFS_INO_LAYOUTCOMMITTING); |
| 6450 | |
Andy Adamson | 863a3c6 | 2011-03-23 13:27:54 +0000 | [diff] [blame] | 6451 | put_rpccred(data->cred); |
| 6452 | kfree(data); |
| 6453 | } |
| 6454 | |
| 6455 | static const struct rpc_call_ops nfs4_layoutcommit_ops = { |
| 6456 | .rpc_call_prepare = nfs4_layoutcommit_prepare, |
| 6457 | .rpc_call_done = nfs4_layoutcommit_done, |
| 6458 | .rpc_release = nfs4_layoutcommit_release, |
| 6459 | }; |
| 6460 | |
| 6461 | int |
Andy Adamson | ef31153 | 2011-03-12 02:58:10 -0500 | [diff] [blame] | 6462 | nfs4_proc_layoutcommit(struct nfs4_layoutcommit_data *data, bool sync) |
Andy Adamson | 863a3c6 | 2011-03-23 13:27:54 +0000 | [diff] [blame] | 6463 | { |
| 6464 | struct rpc_message msg = { |
| 6465 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTCOMMIT], |
| 6466 | .rpc_argp = &data->args, |
| 6467 | .rpc_resp = &data->res, |
| 6468 | .rpc_cred = data->cred, |
| 6469 | }; |
| 6470 | struct rpc_task_setup task_setup_data = { |
| 6471 | .task = &data->task, |
| 6472 | .rpc_client = NFS_CLIENT(data->args.inode), |
| 6473 | .rpc_message = &msg, |
| 6474 | .callback_ops = &nfs4_layoutcommit_ops, |
| 6475 | .callback_data = data, |
| 6476 | .flags = RPC_TASK_ASYNC, |
| 6477 | }; |
| 6478 | struct rpc_task *task; |
| 6479 | int status = 0; |
| 6480 | |
| 6481 | dprintk("NFS: %4d initiating layoutcommit call. sync %d " |
| 6482 | "lbw: %llu inode %lu\n", |
| 6483 | data->task.tk_pid, sync, |
| 6484 | data->args.lastbytewritten, |
| 6485 | data->args.inode->i_ino); |
| 6486 | |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 6487 | nfs41_init_sequence(&data->args.seq_args, &data->res.seq_res, 1); |
Andy Adamson | 863a3c6 | 2011-03-23 13:27:54 +0000 | [diff] [blame] | 6488 | task = rpc_run_task(&task_setup_data); |
| 6489 | if (IS_ERR(task)) |
| 6490 | return PTR_ERR(task); |
Andy Adamson | ef31153 | 2011-03-12 02:58:10 -0500 | [diff] [blame] | 6491 | if (sync == false) |
Andy Adamson | 863a3c6 | 2011-03-23 13:27:54 +0000 | [diff] [blame] | 6492 | goto out; |
| 6493 | status = nfs4_wait_for_completion_rpc_task(task); |
| 6494 | if (status != 0) |
| 6495 | goto out; |
| 6496 | status = task->tk_status; |
| 6497 | out: |
| 6498 | dprintk("%s: status %d\n", __func__, status); |
| 6499 | rpc_put_task(task); |
| 6500 | return status; |
| 6501 | } |
Bryan Schumaker | fca78d6 | 2011-06-02 14:59:07 -0400 | [diff] [blame] | 6502 | |
| 6503 | static int |
| 6504 | _nfs41_proc_secinfo_no_name(struct nfs_server *server, struct nfs_fh *fhandle, |
| 6505 | struct nfs_fsinfo *info, struct nfs4_secinfo_flavors *flavors) |
| 6506 | { |
| 6507 | struct nfs41_secinfo_no_name_args args = { |
| 6508 | .style = SECINFO_STYLE_CURRENT_FH, |
| 6509 | }; |
| 6510 | struct nfs4_secinfo_res res = { |
| 6511 | .flavors = flavors, |
| 6512 | }; |
| 6513 | struct rpc_message msg = { |
| 6514 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SECINFO_NO_NAME], |
| 6515 | .rpc_argp = &args, |
| 6516 | .rpc_resp = &res, |
| 6517 | }; |
| 6518 | return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0); |
| 6519 | } |
| 6520 | |
| 6521 | static int |
| 6522 | nfs41_proc_secinfo_no_name(struct nfs_server *server, struct nfs_fh *fhandle, |
| 6523 | struct nfs_fsinfo *info, struct nfs4_secinfo_flavors *flavors) |
| 6524 | { |
| 6525 | struct nfs4_exception exception = { }; |
| 6526 | int err; |
| 6527 | do { |
| 6528 | err = _nfs41_proc_secinfo_no_name(server, fhandle, info, flavors); |
| 6529 | switch (err) { |
| 6530 | case 0: |
| 6531 | case -NFS4ERR_WRONGSEC: |
| 6532 | case -NFS4ERR_NOTSUPP: |
Trond Myklebust | 05e9cfb | 2012-03-27 18:13:02 -0400 | [diff] [blame] | 6533 | goto out; |
Bryan Schumaker | fca78d6 | 2011-06-02 14:59:07 -0400 | [diff] [blame] | 6534 | default: |
| 6535 | err = nfs4_handle_exception(server, err, &exception); |
| 6536 | } |
| 6537 | } while (exception.retry); |
Trond Myklebust | 05e9cfb | 2012-03-27 18:13:02 -0400 | [diff] [blame] | 6538 | out: |
Bryan Schumaker | fca78d6 | 2011-06-02 14:59:07 -0400 | [diff] [blame] | 6539 | return err; |
| 6540 | } |
| 6541 | |
| 6542 | static int |
| 6543 | nfs41_find_root_sec(struct nfs_server *server, struct nfs_fh *fhandle, |
| 6544 | struct nfs_fsinfo *info) |
| 6545 | { |
| 6546 | int err; |
| 6547 | struct page *page; |
| 6548 | rpc_authflavor_t flavor; |
| 6549 | struct nfs4_secinfo_flavors *flavors; |
| 6550 | |
| 6551 | page = alloc_page(GFP_KERNEL); |
| 6552 | if (!page) { |
| 6553 | err = -ENOMEM; |
| 6554 | goto out; |
| 6555 | } |
| 6556 | |
| 6557 | flavors = page_address(page); |
| 6558 | err = nfs41_proc_secinfo_no_name(server, fhandle, info, flavors); |
| 6559 | |
| 6560 | /* |
| 6561 | * Fall back on "guess and check" method if |
| 6562 | * the server doesn't support SECINFO_NO_NAME |
| 6563 | */ |
| 6564 | if (err == -NFS4ERR_WRONGSEC || err == -NFS4ERR_NOTSUPP) { |
| 6565 | err = nfs4_find_root_sec(server, fhandle, info); |
| 6566 | goto out_freepage; |
| 6567 | } |
| 6568 | if (err) |
| 6569 | goto out_freepage; |
| 6570 | |
| 6571 | flavor = nfs_find_best_sec(flavors); |
| 6572 | if (err == 0) |
| 6573 | err = nfs4_lookup_root_sec(server, fhandle, info, flavor); |
| 6574 | |
| 6575 | out_freepage: |
| 6576 | put_page(page); |
| 6577 | if (err == -EACCES) |
| 6578 | return -EPERM; |
| 6579 | out: |
| 6580 | return err; |
| 6581 | } |
Bryan Schumaker | 1cab065 | 2012-01-31 10:39:29 -0500 | [diff] [blame] | 6582 | |
| 6583 | static int _nfs41_test_stateid(struct nfs_server *server, nfs4_stateid *stateid) |
Bryan Schumaker | 7d97479 | 2011-06-02 14:59:08 -0400 | [diff] [blame] | 6584 | { |
| 6585 | int status; |
| 6586 | struct nfs41_test_stateid_args args = { |
Bryan Schumaker | 1cab065 | 2012-01-31 10:39:29 -0500 | [diff] [blame] | 6587 | .stateid = stateid, |
Bryan Schumaker | 7d97479 | 2011-06-02 14:59:08 -0400 | [diff] [blame] | 6588 | }; |
| 6589 | struct nfs41_test_stateid_res res; |
| 6590 | struct rpc_message msg = { |
| 6591 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_TEST_STATEID], |
| 6592 | .rpc_argp = &args, |
| 6593 | .rpc_resp = &res, |
| 6594 | }; |
Bryan Schumaker | 1cab065 | 2012-01-31 10:39:29 -0500 | [diff] [blame] | 6595 | |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 6596 | nfs41_init_sequence(&args.seq_args, &res.seq_res, 0); |
Bryan Schumaker | 1cab065 | 2012-01-31 10:39:29 -0500 | [diff] [blame] | 6597 | status = nfs4_call_sync_sequence(server->client, server, &msg, &args.seq_args, &res.seq_res, 1); |
| 6598 | |
| 6599 | if (status == NFS_OK) |
| 6600 | return res.status; |
Bryan Schumaker | 7d97479 | 2011-06-02 14:59:08 -0400 | [diff] [blame] | 6601 | return status; |
| 6602 | } |
| 6603 | |
Bryan Schumaker | 1cab065 | 2012-01-31 10:39:29 -0500 | [diff] [blame] | 6604 | static int nfs41_test_stateid(struct nfs_server *server, nfs4_stateid *stateid) |
Bryan Schumaker | 7d97479 | 2011-06-02 14:59:08 -0400 | [diff] [blame] | 6605 | { |
| 6606 | struct nfs4_exception exception = { }; |
| 6607 | int err; |
| 6608 | do { |
| 6609 | err = nfs4_handle_exception(server, |
Bryan Schumaker | 1cab065 | 2012-01-31 10:39:29 -0500 | [diff] [blame] | 6610 | _nfs41_test_stateid(server, stateid), |
Bryan Schumaker | 7d97479 | 2011-06-02 14:59:08 -0400 | [diff] [blame] | 6611 | &exception); |
| 6612 | } while (exception.retry); |
| 6613 | return err; |
| 6614 | } |
Bryan Schumaker | 9aeda35 | 2011-06-02 14:59:09 -0400 | [diff] [blame] | 6615 | |
Bryan Schumaker | 1cab065 | 2012-01-31 10:39:29 -0500 | [diff] [blame] | 6616 | static int _nfs4_free_stateid(struct nfs_server *server, nfs4_stateid *stateid) |
Bryan Schumaker | 9aeda35 | 2011-06-02 14:59:09 -0400 | [diff] [blame] | 6617 | { |
Bryan Schumaker | 9aeda35 | 2011-06-02 14:59:09 -0400 | [diff] [blame] | 6618 | struct nfs41_free_stateid_args args = { |
Bryan Schumaker | 1cab065 | 2012-01-31 10:39:29 -0500 | [diff] [blame] | 6619 | .stateid = stateid, |
Bryan Schumaker | 9aeda35 | 2011-06-02 14:59:09 -0400 | [diff] [blame] | 6620 | }; |
| 6621 | struct nfs41_free_stateid_res res; |
| 6622 | struct rpc_message msg = { |
| 6623 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FREE_STATEID], |
| 6624 | .rpc_argp = &args, |
| 6625 | .rpc_resp = &res, |
| 6626 | }; |
| 6627 | |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 6628 | nfs41_init_sequence(&args.seq_args, &res.seq_res, 0); |
| 6629 | return nfs4_call_sync_sequence(server->client, server, &msg, &args.seq_args, &res.seq_res, 1); |
Bryan Schumaker | 9aeda35 | 2011-06-02 14:59:09 -0400 | [diff] [blame] | 6630 | } |
| 6631 | |
Bryan Schumaker | 1cab065 | 2012-01-31 10:39:29 -0500 | [diff] [blame] | 6632 | static int nfs41_free_stateid(struct nfs_server *server, nfs4_stateid *stateid) |
Bryan Schumaker | 9aeda35 | 2011-06-02 14:59:09 -0400 | [diff] [blame] | 6633 | { |
| 6634 | struct nfs4_exception exception = { }; |
| 6635 | int err; |
| 6636 | do { |
| 6637 | err = nfs4_handle_exception(server, |
Bryan Schumaker | 1cab065 | 2012-01-31 10:39:29 -0500 | [diff] [blame] | 6638 | _nfs4_free_stateid(server, stateid), |
Bryan Schumaker | 9aeda35 | 2011-06-02 14:59:09 -0400 | [diff] [blame] | 6639 | &exception); |
| 6640 | } while (exception.retry); |
| 6641 | return err; |
| 6642 | } |
Trond Myklebust | 36281ca | 2012-03-04 18:13:56 -0500 | [diff] [blame] | 6643 | |
| 6644 | static bool nfs41_match_stateid(const nfs4_stateid *s1, |
| 6645 | const nfs4_stateid *s2) |
| 6646 | { |
Trond Myklebust | 2d2f24a | 2012-03-04 18:13:57 -0500 | [diff] [blame] | 6647 | if (memcmp(s1->other, s2->other, sizeof(s1->other)) != 0) |
Trond Myklebust | 36281ca | 2012-03-04 18:13:56 -0500 | [diff] [blame] | 6648 | return false; |
| 6649 | |
Trond Myklebust | 2d2f24a | 2012-03-04 18:13:57 -0500 | [diff] [blame] | 6650 | if (s1->seqid == s2->seqid) |
Trond Myklebust | 36281ca | 2012-03-04 18:13:56 -0500 | [diff] [blame] | 6651 | return true; |
Trond Myklebust | 2d2f24a | 2012-03-04 18:13:57 -0500 | [diff] [blame] | 6652 | if (s1->seqid == 0 || s2->seqid == 0) |
Trond Myklebust | 36281ca | 2012-03-04 18:13:56 -0500 | [diff] [blame] | 6653 | return true; |
| 6654 | |
| 6655 | return false; |
| 6656 | } |
| 6657 | |
Andy Adamson | 557134a | 2009-04-01 09:21:53 -0400 | [diff] [blame] | 6658 | #endif /* CONFIG_NFS_V4_1 */ |
| 6659 | |
Trond Myklebust | 36281ca | 2012-03-04 18:13:56 -0500 | [diff] [blame] | 6660 | static bool nfs4_match_stateid(const nfs4_stateid *s1, |
| 6661 | const nfs4_stateid *s2) |
| 6662 | { |
Trond Myklebust | f597c53 | 2012-03-04 18:13:56 -0500 | [diff] [blame] | 6663 | return nfs4_stateid_match(s1, s2); |
Trond Myklebust | 36281ca | 2012-03-04 18:13:56 -0500 | [diff] [blame] | 6664 | } |
| 6665 | |
| 6666 | |
Trond Myklebust | 1728017 | 2012-03-11 13:11:00 -0400 | [diff] [blame] | 6667 | static const struct nfs4_state_recovery_ops nfs40_reboot_recovery_ops = { |
Trond Myklebust | 7eff03a | 2008-12-23 15:21:43 -0500 | [diff] [blame] | 6668 | .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT, |
Trond Myklebust | b79a4a1 | 2008-12-23 15:21:41 -0500 | [diff] [blame] | 6669 | .state_flag_bit = NFS_STATE_RECLAIM_REBOOT, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6670 | .recover_open = nfs4_open_reclaim, |
| 6671 | .recover_lock = nfs4_lock_reclaim, |
Andy Adamson | 591d71c | 2009-04-01 09:22:47 -0400 | [diff] [blame] | 6672 | .establish_clid = nfs4_init_clientid, |
Andy Adamson | 90a1661 | 2009-04-01 09:22:48 -0400 | [diff] [blame] | 6673 | .get_clid_cred = nfs4_get_setclientid_cred, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6674 | }; |
| 6675 | |
Andy Adamson | 591d71c | 2009-04-01 09:22:47 -0400 | [diff] [blame] | 6676 | #if defined(CONFIG_NFS_V4_1) |
Trond Myklebust | 1728017 | 2012-03-11 13:11:00 -0400 | [diff] [blame] | 6677 | static const struct nfs4_state_recovery_ops nfs41_reboot_recovery_ops = { |
Andy Adamson | 591d71c | 2009-04-01 09:22:47 -0400 | [diff] [blame] | 6678 | .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT, |
| 6679 | .state_flag_bit = NFS_STATE_RECLAIM_REBOOT, |
| 6680 | .recover_open = nfs4_open_reclaim, |
| 6681 | .recover_lock = nfs4_lock_reclaim, |
Andy Adamson | 4d643d1 | 2009-12-04 15:52:24 -0500 | [diff] [blame] | 6682 | .establish_clid = nfs41_init_clientid, |
Andy Adamson | b4b8260 | 2009-04-01 09:22:49 -0400 | [diff] [blame] | 6683 | .get_clid_cred = nfs4_get_exchange_id_cred, |
Ricardo Labiaga | fce5c83 | 2009-12-05 16:08:41 -0500 | [diff] [blame] | 6684 | .reclaim_complete = nfs41_proc_reclaim_complete, |
Andy Adamson | 591d71c | 2009-04-01 09:22:47 -0400 | [diff] [blame] | 6685 | }; |
| 6686 | #endif /* CONFIG_NFS_V4_1 */ |
| 6687 | |
Trond Myklebust | 1728017 | 2012-03-11 13:11:00 -0400 | [diff] [blame] | 6688 | static const struct nfs4_state_recovery_ops nfs40_nograce_recovery_ops = { |
Trond Myklebust | 7eff03a | 2008-12-23 15:21:43 -0500 | [diff] [blame] | 6689 | .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE, |
Trond Myklebust | b79a4a1 | 2008-12-23 15:21:41 -0500 | [diff] [blame] | 6690 | .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6691 | .recover_open = nfs4_open_expired, |
| 6692 | .recover_lock = nfs4_lock_expired, |
Andy Adamson | 591d71c | 2009-04-01 09:22:47 -0400 | [diff] [blame] | 6693 | .establish_clid = nfs4_init_clientid, |
Andy Adamson | 90a1661 | 2009-04-01 09:22:48 -0400 | [diff] [blame] | 6694 | .get_clid_cred = nfs4_get_setclientid_cred, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6695 | }; |
| 6696 | |
Andy Adamson | 591d71c | 2009-04-01 09:22:47 -0400 | [diff] [blame] | 6697 | #if defined(CONFIG_NFS_V4_1) |
Trond Myklebust | 1728017 | 2012-03-11 13:11:00 -0400 | [diff] [blame] | 6698 | static const struct nfs4_state_recovery_ops nfs41_nograce_recovery_ops = { |
Andy Adamson | 591d71c | 2009-04-01 09:22:47 -0400 | [diff] [blame] | 6699 | .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE, |
| 6700 | .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE, |
Bryan Schumaker | f062eb6 | 2011-06-02 14:59:10 -0400 | [diff] [blame] | 6701 | .recover_open = nfs41_open_expired, |
| 6702 | .recover_lock = nfs41_lock_expired, |
Andy Adamson | 4d643d1 | 2009-12-04 15:52:24 -0500 | [diff] [blame] | 6703 | .establish_clid = nfs41_init_clientid, |
Andy Adamson | b4b8260 | 2009-04-01 09:22:49 -0400 | [diff] [blame] | 6704 | .get_clid_cred = nfs4_get_exchange_id_cred, |
Andy Adamson | 591d71c | 2009-04-01 09:22:47 -0400 | [diff] [blame] | 6705 | }; |
| 6706 | #endif /* CONFIG_NFS_V4_1 */ |
| 6707 | |
Trond Myklebust | 1728017 | 2012-03-11 13:11:00 -0400 | [diff] [blame] | 6708 | static const struct nfs4_state_maintenance_ops nfs40_state_renewal_ops = { |
Benny Halevy | 29fba38 | 2009-04-01 09:22:44 -0400 | [diff] [blame] | 6709 | .sched_state_renewal = nfs4_proc_async_renew, |
Andy Adamson | a7b7210 | 2009-04-01 09:22:46 -0400 | [diff] [blame] | 6710 | .get_state_renewal_cred_locked = nfs4_get_renew_cred_locked, |
Benny Halevy | 8e69514f | 2009-04-01 09:22:45 -0400 | [diff] [blame] | 6711 | .renew_lease = nfs4_proc_renew, |
Benny Halevy | 29fba38 | 2009-04-01 09:22:44 -0400 | [diff] [blame] | 6712 | }; |
| 6713 | |
| 6714 | #if defined(CONFIG_NFS_V4_1) |
Trond Myklebust | 1728017 | 2012-03-11 13:11:00 -0400 | [diff] [blame] | 6715 | static const struct nfs4_state_maintenance_ops nfs41_state_renewal_ops = { |
Benny Halevy | 29fba38 | 2009-04-01 09:22:44 -0400 | [diff] [blame] | 6716 | .sched_state_renewal = nfs41_proc_async_sequence, |
Andy Adamson | a7b7210 | 2009-04-01 09:22:46 -0400 | [diff] [blame] | 6717 | .get_state_renewal_cred_locked = nfs4_get_machine_cred_locked, |
Benny Halevy | 8e69514f | 2009-04-01 09:22:45 -0400 | [diff] [blame] | 6718 | .renew_lease = nfs4_proc_sequence, |
Benny Halevy | 29fba38 | 2009-04-01 09:22:44 -0400 | [diff] [blame] | 6719 | }; |
| 6720 | #endif |
| 6721 | |
Trond Myklebust | 97dc135 | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 6722 | static const struct nfs4_minor_version_ops nfs_v4_0_minor_ops = { |
| 6723 | .minor_version = 0, |
| 6724 | .call_sync = _nfs4_call_sync, |
Trond Myklebust | 36281ca | 2012-03-04 18:13:56 -0500 | [diff] [blame] | 6725 | .match_stateid = nfs4_match_stateid, |
Bryan Schumaker | fca78d6 | 2011-06-02 14:59:07 -0400 | [diff] [blame] | 6726 | .find_root_sec = nfs4_find_root_sec, |
Trond Myklebust | c48f4f3 | 2010-06-16 09:52:27 -0400 | [diff] [blame] | 6727 | .reboot_recovery_ops = &nfs40_reboot_recovery_ops, |
| 6728 | .nograce_recovery_ops = &nfs40_nograce_recovery_ops, |
| 6729 | .state_renewal_ops = &nfs40_state_renewal_ops, |
Trond Myklebust | 97dc135 | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 6730 | }; |
| 6731 | |
| 6732 | #if defined(CONFIG_NFS_V4_1) |
| 6733 | static const struct nfs4_minor_version_ops nfs_v4_1_minor_ops = { |
| 6734 | .minor_version = 1, |
| 6735 | .call_sync = _nfs4_call_sync_session, |
Trond Myklebust | 36281ca | 2012-03-04 18:13:56 -0500 | [diff] [blame] | 6736 | .match_stateid = nfs41_match_stateid, |
Bryan Schumaker | fca78d6 | 2011-06-02 14:59:07 -0400 | [diff] [blame] | 6737 | .find_root_sec = nfs41_find_root_sec, |
Trond Myklebust | c48f4f3 | 2010-06-16 09:52:27 -0400 | [diff] [blame] | 6738 | .reboot_recovery_ops = &nfs41_reboot_recovery_ops, |
| 6739 | .nograce_recovery_ops = &nfs41_nograce_recovery_ops, |
| 6740 | .state_renewal_ops = &nfs41_state_renewal_ops, |
Trond Myklebust | 97dc135 | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 6741 | }; |
| 6742 | #endif |
| 6743 | |
Trond Myklebust | 97dc135 | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 6744 | const struct nfs4_minor_version_ops *nfs_v4_minor_ops[] = { |
| 6745 | [0] = &nfs_v4_0_minor_ops, |
| 6746 | #if defined(CONFIG_NFS_V4_1) |
| 6747 | [1] = &nfs_v4_1_minor_ops, |
| 6748 | #endif |
| 6749 | }; |
| 6750 | |
Arjan van de Ven | 92e1d5b | 2007-02-12 00:55:39 -0800 | [diff] [blame] | 6751 | static const struct inode_operations nfs4_file_inode_operations = { |
J. Bruce Fields | 6b3b549 | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 6752 | .permission = nfs_permission, |
| 6753 | .getattr = nfs_getattr, |
| 6754 | .setattr = nfs_setattr, |
Aneesh Kumar K.V | 64c2ce8 | 2010-12-09 11:35:25 +0000 | [diff] [blame] | 6755 | .getxattr = generic_getxattr, |
| 6756 | .setxattr = generic_setxattr, |
| 6757 | .listxattr = generic_listxattr, |
| 6758 | .removexattr = generic_removexattr, |
J. Bruce Fields | 6b3b549 | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 6759 | }; |
| 6760 | |
David Howells | 509de81 | 2006-08-22 20:06:11 -0400 | [diff] [blame] | 6761 | const struct nfs_rpc_ops nfs_v4_clientops = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6762 | .version = 4, /* protocol version */ |
| 6763 | .dentry_ops = &nfs4_dentry_operations, |
| 6764 | .dir_inode_ops = &nfs4_dir_inode_operations, |
J. Bruce Fields | 6b3b549 | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 6765 | .file_inode_ops = &nfs4_file_inode_operations, |
Jeff Layton | 1788ea6 | 2011-11-04 13:31:21 -0400 | [diff] [blame] | 6766 | .file_ops = &nfs4_file_operations, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6767 | .getroot = nfs4_proc_get_root, |
Bryan Schumaker | 281cad4 | 2012-04-27 13:27:45 -0400 | [diff] [blame] | 6768 | .submount = nfs4_submount, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6769 | .getattr = nfs4_proc_getattr, |
| 6770 | .setattr = nfs4_proc_setattr, |
| 6771 | .lookup = nfs4_proc_lookup, |
| 6772 | .access = nfs4_proc_access, |
| 6773 | .readlink = nfs4_proc_readlink, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6774 | .create = nfs4_proc_create, |
| 6775 | .remove = nfs4_proc_remove, |
| 6776 | .unlink_setup = nfs4_proc_unlink_setup, |
Bryan Schumaker | 34e137c | 2012-03-19 14:54:41 -0400 | [diff] [blame] | 6777 | .unlink_rpc_prepare = nfs4_proc_unlink_rpc_prepare, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6778 | .unlink_done = nfs4_proc_unlink_done, |
| 6779 | .rename = nfs4_proc_rename, |
Jeff Layton | d3d4152 | 2010-09-17 17:31:57 -0400 | [diff] [blame] | 6780 | .rename_setup = nfs4_proc_rename_setup, |
Bryan Schumaker | c6bfa1a | 2012-03-19 14:54:42 -0400 | [diff] [blame] | 6781 | .rename_rpc_prepare = nfs4_proc_rename_rpc_prepare, |
Jeff Layton | d3d4152 | 2010-09-17 17:31:57 -0400 | [diff] [blame] | 6782 | .rename_done = nfs4_proc_rename_done, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6783 | .link = nfs4_proc_link, |
| 6784 | .symlink = nfs4_proc_symlink, |
| 6785 | .mkdir = nfs4_proc_mkdir, |
| 6786 | .rmdir = nfs4_proc_remove, |
| 6787 | .readdir = nfs4_proc_readdir, |
| 6788 | .mknod = nfs4_proc_mknod, |
| 6789 | .statfs = nfs4_proc_statfs, |
| 6790 | .fsinfo = nfs4_proc_fsinfo, |
| 6791 | .pathconf = nfs4_proc_pathconf, |
David Howells | e9326dc | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 6792 | .set_capabilities = nfs4_server_capabilities, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6793 | .decode_dirent = nfs4_decode_dirent, |
| 6794 | .read_setup = nfs4_proc_read_setup, |
Bryan Schumaker | ea7c330 | 2012-03-19 14:54:40 -0400 | [diff] [blame] | 6795 | .read_rpc_prepare = nfs4_proc_read_rpc_prepare, |
Trond Myklebust | ec06c09 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 6796 | .read_done = nfs4_read_done, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6797 | .write_setup = nfs4_proc_write_setup, |
Bryan Schumaker | c6cb80d | 2012-03-19 14:54:39 -0400 | [diff] [blame] | 6798 | .write_rpc_prepare = nfs4_proc_write_rpc_prepare, |
Trond Myklebust | 788e7a8 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 6799 | .write_done = nfs4_write_done, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6800 | .commit_setup = nfs4_proc_commit_setup, |
Fred Isaman | 0b7c015 | 2012-04-20 14:47:39 -0400 | [diff] [blame] | 6801 | .commit_rpc_prepare = nfs4_proc_commit_rpc_prepare, |
Trond Myklebust | 788e7a8 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 6802 | .commit_done = nfs4_commit_done, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6803 | .lock = nfs4_proc_lock, |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 6804 | .clear_acl_cache = nfs4_zap_acl_attr, |
Trond Myklebust | 7fe5c39 | 2009-03-19 15:35:50 -0400 | [diff] [blame] | 6805 | .close_context = nfs4_close_context, |
Trond Myklebust | 2b48429 | 2010-09-17 10:56:51 -0400 | [diff] [blame] | 6806 | .open_context = nfs4_atomic_open, |
Bryan Schumaker | 011e2a7 | 2012-06-20 15:53:43 -0400 | [diff] [blame] | 6807 | .have_delegation = nfs4_have_delegation, |
Bryan Schumaker | 57ec14c | 2012-06-20 15:53:44 -0400 | [diff] [blame] | 6808 | .return_delegation = nfs4_inode_return_delegation, |
Andy Adamson | 45a52a0 | 2011-03-01 01:34:08 +0000 | [diff] [blame] | 6809 | .init_client = nfs4_init_client, |
Bryan Schumaker | cdb7ece | 2012-06-20 15:53:45 -0400 | [diff] [blame^] | 6810 | .free_client = nfs4_free_client, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6811 | }; |
| 6812 | |
Aneesh Kumar K.V | 64c2ce8 | 2010-12-09 11:35:25 +0000 | [diff] [blame] | 6813 | static const struct xattr_handler nfs4_xattr_nfs4_acl_handler = { |
| 6814 | .prefix = XATTR_NAME_NFSV4_ACL, |
| 6815 | .list = nfs4_xattr_list_nfs4_acl, |
| 6816 | .get = nfs4_xattr_get_nfs4_acl, |
| 6817 | .set = nfs4_xattr_set_nfs4_acl, |
| 6818 | }; |
| 6819 | |
| 6820 | const struct xattr_handler *nfs4_xattr_handlers[] = { |
| 6821 | &nfs4_xattr_nfs4_acl_handler, |
| 6822 | NULL |
| 6823 | }; |
| 6824 | |
Trond Myklebust | ef159e9 | 2012-02-06 19:50:40 -0500 | [diff] [blame] | 6825 | module_param(max_session_slots, ushort, 0644); |
| 6826 | MODULE_PARM_DESC(max_session_slots, "Maximum number of outstanding NFSv4.1 " |
| 6827 | "requests the client will negotiate"); |
| 6828 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6829 | /* |
| 6830 | * Local variables: |
| 6831 | * c-basic-offset: 8 |
| 6832 | * End: |
| 6833 | */ |