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> |
| 46 | #include <linux/nfs.h> |
| 47 | #include <linux/nfs4.h> |
| 48 | #include <linux/nfs_fs.h> |
| 49 | #include <linux/nfs_page.h> |
Bryan Schumaker | 9b7160c | 2011-04-13 14:31:30 -0400 | [diff] [blame] | 50 | #include <linux/nfs_mount.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 51 | #include <linux/namei.h> |
Trond Myklebust | 02a913a | 2005-10-18 14:20:17 -0700 | [diff] [blame] | 52 | #include <linux/mount.h> |
Benny Halevy | 99fe60d | 2009-04-01 09:22:29 -0400 | [diff] [blame] | 53 | #include <linux/module.h> |
Trond Myklebust | 6926afd | 2012-01-07 13:22:46 -0500 | [diff] [blame] | 54 | #include <linux/nfs_idmap.h> |
Aneesh Kumar K.V | 64c2ce8 | 2010-12-09 11:35:25 +0000 | [diff] [blame] | 55 | #include <linux/xattr.h> |
Andy Adamson | c7a360b | 2011-01-25 19:15:32 -0500 | [diff] [blame] | 56 | #include <linux/utsname.h> |
Jeff Layton | d310310 | 2011-12-01 22:44:39 +0100 | [diff] [blame] | 57 | #include <linux/freezer.h> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 58 | |
Trond Myklebust | 4ce7971 | 2005-06-22 17:16:21 +0000 | [diff] [blame] | 59 | #include "nfs4_fs.h" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 60 | #include "delegation.h" |
Trond Myklebust | 101070c | 2008-02-19 20:04:23 -0500 | [diff] [blame] | 61 | #include "internal.h" |
Chuck Lever | 006ea73 | 2006-03-20 13:44:14 -0500 | [diff] [blame] | 62 | #include "iostat.h" |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 63 | #include "callback.h" |
Andy Adamson | b1f69b7 | 2010-10-20 00:18:03 -0400 | [diff] [blame] | 64 | #include "pnfs.h" |
Chuck Lever | f092075 | 2012-05-21 22:45:41 -0400 | [diff] [blame] | 65 | #include "netns.h" |
Trond Myklebust | 73e39aa | 2012-11-26 12:49:34 -0500 | [diff] [blame] | 66 | #include "nfs4session.h" |
David Howells | de242c0 | 2012-12-20 21:52:38 +0000 | [diff] [blame] | 67 | #include "fscache.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 | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 74 | struct nfs4_opendata; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 75 | static int _nfs4_proc_open(struct nfs4_opendata *data); |
Alexandros Batsakis | b257957 | 2009-12-14 21:27:57 -0800 | [diff] [blame] | 76 | static int _nfs4_recover_proc_open(struct nfs4_opendata *data); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 77 | 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] | 78 | 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] | 79 | static void nfs_fixup_referral_attributes(struct nfs_fattr *fattr); |
Bryan Schumaker | bae3624 | 2012-05-10 15:07:31 -0400 | [diff] [blame] | 80 | 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] | 81 | 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] | 82 | static int nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred, |
| 83 | struct nfs_fattr *fattr, struct iattr *sattr, |
| 84 | struct nfs4_state *state); |
Bryan Schumaker | f062eb6 | 2011-06-02 14:59:10 -0400 | [diff] [blame] | 85 | #ifdef CONFIG_NFS_V4_1 |
Trond Myklebust | ab7cb0d | 2013-05-20 11:20:27 -0400 | [diff] [blame] | 86 | static int nfs41_test_stateid(struct nfs_server *, nfs4_stateid *, |
| 87 | struct rpc_cred *); |
| 88 | static int nfs41_free_stateid(struct nfs_server *, nfs4_stateid *, |
| 89 | struct rpc_cred *); |
Bryan Schumaker | f062eb6 | 2011-06-02 14:59:10 -0400 | [diff] [blame] | 90 | #endif |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 91 | /* Prevent leaks of NFSv4 errors into userland */ |
WANG Cong | 46f72f5 | 2008-12-30 16:35:55 -0500 | [diff] [blame] | 92 | static int nfs4_map_errors(int err) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 93 | { |
Trond Myklebust | 52567b0 | 2009-10-23 14:46:42 -0400 | [diff] [blame] | 94 | if (err >= -1000) |
| 95 | return err; |
| 96 | switch (err) { |
| 97 | case -NFS4ERR_RESOURCE: |
Weston Andros Adamson | 3000512 | 2013-02-28 20:30:10 -0500 | [diff] [blame] | 98 | case -NFS4ERR_LAYOUTTRYLATER: |
| 99 | case -NFS4ERR_RECALLCONFLICT: |
Trond Myklebust | 52567b0 | 2009-10-23 14:46:42 -0400 | [diff] [blame] | 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; |
Weston Andros Adamson | 6168f62 | 2012-09-10 14:00:46 -0400 | [diff] [blame] | 110 | case -NFS4ERR_ACCESS: |
| 111 | return -EACCES; |
Trond Myklebust | 6e3cf24 | 2013-03-23 15:22:45 -0400 | [diff] [blame] | 112 | case -NFS4ERR_FILE_OPEN: |
| 113 | return -EBUSY; |
Trond Myklebust | 52567b0 | 2009-10-23 14:46:42 -0400 | [diff] [blame] | 114 | default: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 115 | dprintk("%s could not handle NFSv4 error %d\n", |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 116 | __func__, -err); |
Trond Myklebust | 52567b0 | 2009-10-23 14:46:42 -0400 | [diff] [blame] | 117 | break; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 118 | } |
Trond Myklebust | 52567b0 | 2009-10-23 14:46:42 -0400 | [diff] [blame] | 119 | return -EIO; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 120 | } |
| 121 | |
| 122 | /* |
| 123 | * This is our standard bitmap for GETATTR requests. |
| 124 | */ |
Trond Myklebust | 1549210f | 2012-06-05 09:16:47 -0400 | [diff] [blame] | 125 | const u32 nfs4_fattr_bitmap[3] = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 126 | FATTR4_WORD0_TYPE |
| 127 | | FATTR4_WORD0_CHANGE |
| 128 | | FATTR4_WORD0_SIZE |
| 129 | | FATTR4_WORD0_FSID |
| 130 | | FATTR4_WORD0_FILEID, |
| 131 | FATTR4_WORD1_MODE |
| 132 | | FATTR4_WORD1_NUMLINKS |
| 133 | | FATTR4_WORD1_OWNER |
| 134 | | FATTR4_WORD1_OWNER_GROUP |
| 135 | | FATTR4_WORD1_RAWDEV |
| 136 | | FATTR4_WORD1_SPACE_USED |
| 137 | | FATTR4_WORD1_TIME_ACCESS |
| 138 | | FATTR4_WORD1_TIME_METADATA |
| 139 | | FATTR4_WORD1_TIME_MODIFY |
| 140 | }; |
| 141 | |
Trond Myklebust | 1549210f | 2012-06-05 09:16:47 -0400 | [diff] [blame] | 142 | static const u32 nfs4_pnfs_open_bitmap[3] = { |
| 143 | FATTR4_WORD0_TYPE |
| 144 | | FATTR4_WORD0_CHANGE |
| 145 | | FATTR4_WORD0_SIZE |
| 146 | | FATTR4_WORD0_FSID |
| 147 | | FATTR4_WORD0_FILEID, |
| 148 | FATTR4_WORD1_MODE |
| 149 | | FATTR4_WORD1_NUMLINKS |
| 150 | | FATTR4_WORD1_OWNER |
| 151 | | FATTR4_WORD1_OWNER_GROUP |
| 152 | | FATTR4_WORD1_RAWDEV |
| 153 | | FATTR4_WORD1_SPACE_USED |
| 154 | | FATTR4_WORD1_TIME_ACCESS |
| 155 | | FATTR4_WORD1_TIME_METADATA |
| 156 | | FATTR4_WORD1_TIME_MODIFY, |
| 157 | FATTR4_WORD2_MDSTHRESHOLD |
| 158 | }; |
| 159 | |
Andy Adamson | e23008e | 2012-10-02 21:07:32 -0400 | [diff] [blame] | 160 | static const u32 nfs4_open_noattr_bitmap[3] = { |
| 161 | FATTR4_WORD0_TYPE |
| 162 | | FATTR4_WORD0_CHANGE |
| 163 | | FATTR4_WORD0_FILEID, |
| 164 | }; |
| 165 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 166 | const u32 nfs4_statfs_bitmap[2] = { |
| 167 | FATTR4_WORD0_FILES_AVAIL |
| 168 | | FATTR4_WORD0_FILES_FREE |
| 169 | | FATTR4_WORD0_FILES_TOTAL, |
| 170 | FATTR4_WORD1_SPACE_AVAIL |
| 171 | | FATTR4_WORD1_SPACE_FREE |
| 172 | | FATTR4_WORD1_SPACE_TOTAL |
| 173 | }; |
| 174 | |
Trond Myklebust | 4ce7971 | 2005-06-22 17:16:21 +0000 | [diff] [blame] | 175 | const u32 nfs4_pathconf_bitmap[2] = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 176 | FATTR4_WORD0_MAXLINK |
| 177 | | FATTR4_WORD0_MAXNAME, |
| 178 | 0 |
| 179 | }; |
| 180 | |
Fred Isaman | dae100c | 2011-07-30 20:52:37 -0400 | [diff] [blame] | 181 | const u32 nfs4_fsinfo_bitmap[3] = { FATTR4_WORD0_MAXFILESIZE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 182 | | FATTR4_WORD0_MAXREAD |
| 183 | | FATTR4_WORD0_MAXWRITE |
| 184 | | FATTR4_WORD0_LEASE_TIME, |
Ricardo Labiaga | 55b6e77 | 2010-10-12 16:30:06 -0700 | [diff] [blame] | 185 | FATTR4_WORD1_TIME_DELTA |
Fred Isaman | dae100c | 2011-07-30 20:52:37 -0400 | [diff] [blame] | 186 | | FATTR4_WORD1_FS_LAYOUT_TYPES, |
| 187 | FATTR4_WORD2_LAYOUT_BLKSIZE |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 188 | }; |
| 189 | |
Manoj Naik | 830b8e3 | 2006-06-09 09:34:25 -0400 | [diff] [blame] | 190 | const u32 nfs4_fs_locations_bitmap[2] = { |
| 191 | FATTR4_WORD0_TYPE |
| 192 | | FATTR4_WORD0_CHANGE |
| 193 | | FATTR4_WORD0_SIZE |
| 194 | | FATTR4_WORD0_FSID |
| 195 | | FATTR4_WORD0_FILEID |
| 196 | | FATTR4_WORD0_FS_LOCATIONS, |
| 197 | FATTR4_WORD1_MODE |
| 198 | | FATTR4_WORD1_NUMLINKS |
| 199 | | FATTR4_WORD1_OWNER |
| 200 | | FATTR4_WORD1_OWNER_GROUP |
| 201 | | FATTR4_WORD1_RAWDEV |
| 202 | | FATTR4_WORD1_SPACE_USED |
| 203 | | FATTR4_WORD1_TIME_ACCESS |
| 204 | | FATTR4_WORD1_TIME_METADATA |
| 205 | | FATTR4_WORD1_TIME_MODIFY |
| 206 | | FATTR4_WORD1_MOUNTED_ON_FILEID |
| 207 | }; |
| 208 | |
Al Viro | bc4785c | 2006-10-19 23:28:51 -0700 | [diff] [blame] | 209 | static void nfs4_setup_readdir(u64 cookie, __be32 *verifier, struct dentry *dentry, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 210 | struct nfs4_readdir_arg *readdir) |
| 211 | { |
Al Viro | 0dbb4c6 | 2006-10-19 23:28:49 -0700 | [diff] [blame] | 212 | __be32 *start, *p; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 213 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 214 | if (cookie > 2) { |
Adrian Bunk | b7ef195 | 2005-06-22 17:16:28 +0000 | [diff] [blame] | 215 | readdir->cookie = cookie; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 216 | memcpy(&readdir->verifier, verifier, sizeof(readdir->verifier)); |
| 217 | return; |
| 218 | } |
| 219 | |
| 220 | readdir->cookie = 0; |
| 221 | memset(&readdir->verifier, 0, sizeof(readdir->verifier)); |
| 222 | if (cookie == 2) |
| 223 | return; |
| 224 | |
| 225 | /* |
| 226 | * NFSv4 servers do not return entries for '.' and '..' |
| 227 | * Therefore, we fake these entries here. We let '.' |
| 228 | * have cookie 0 and '..' have cookie 1. Note that |
| 229 | * when talking to the server, we always send cookie 0 |
| 230 | * instead of 1 or 2. |
| 231 | */ |
Cong Wang | 2b86ce2 | 2011-11-25 23:14:33 +0800 | [diff] [blame] | 232 | start = p = kmap_atomic(*readdir->pages); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 233 | |
| 234 | if (cookie == 0) { |
| 235 | *p++ = xdr_one; /* next */ |
| 236 | *p++ = xdr_zero; /* cookie, first word */ |
| 237 | *p++ = xdr_one; /* cookie, second word */ |
| 238 | *p++ = xdr_one; /* entry len */ |
| 239 | memcpy(p, ".\0\0\0", 4); /* entry */ |
| 240 | p++; |
| 241 | *p++ = xdr_one; /* bitmap length */ |
| 242 | *p++ = htonl(FATTR4_WORD0_FILEID); /* bitmap */ |
| 243 | *p++ = htonl(8); /* attribute buffer length */ |
Peter Staubach | 4e769b9 | 2007-08-03 15:07:10 -0400 | [diff] [blame] | 244 | p = xdr_encode_hyper(p, NFS_FILEID(dentry->d_inode)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 245 | } |
| 246 | |
| 247 | *p++ = xdr_one; /* next */ |
| 248 | *p++ = xdr_zero; /* cookie, first word */ |
| 249 | *p++ = xdr_two; /* cookie, second word */ |
| 250 | *p++ = xdr_two; /* entry len */ |
| 251 | memcpy(p, "..\0\0", 4); /* entry */ |
| 252 | p++; |
| 253 | *p++ = xdr_one; /* bitmap length */ |
| 254 | *p++ = htonl(FATTR4_WORD0_FILEID); /* bitmap */ |
| 255 | *p++ = htonl(8); /* attribute buffer length */ |
Peter Staubach | 4e769b9 | 2007-08-03 15:07:10 -0400 | [diff] [blame] | 256 | p = xdr_encode_hyper(p, NFS_FILEID(dentry->d_parent->d_inode)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 257 | |
| 258 | readdir->pgbase = (char *)p - (char *)start; |
| 259 | readdir->count -= readdir->pgbase; |
Cong Wang | 2b86ce2 | 2011-11-25 23:14:33 +0800 | [diff] [blame] | 260 | kunmap_atomic(start); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 261 | } |
| 262 | |
Trond Myklebust | 65de872 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 263 | static int nfs4_delay(struct rpc_clnt *clnt, long *timeout) |
| 264 | { |
| 265 | int res = 0; |
| 266 | |
| 267 | might_sleep(); |
| 268 | |
| 269 | if (*timeout <= 0) |
| 270 | *timeout = NFS4_POLL_RETRY_MIN; |
| 271 | if (*timeout > NFS4_POLL_RETRY_MAX) |
| 272 | *timeout = NFS4_POLL_RETRY_MAX; |
Jeff Layton | d310310 | 2011-12-01 22:44:39 +0100 | [diff] [blame] | 273 | freezable_schedule_timeout_killable(*timeout); |
Trond Myklebust | 65de872 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 274 | if (fatal_signal_pending(current)) |
| 275 | res = -ERESTARTSYS; |
| 276 | *timeout <<= 1; |
| 277 | return res; |
| 278 | } |
| 279 | |
| 280 | /* This is the error handling routine for processes that are allowed |
| 281 | * to sleep. |
| 282 | */ |
Trond Myklebust | b064eca2 | 2011-02-22 15:44:32 -0800 | [diff] [blame] | 283 | 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] | 284 | { |
| 285 | struct nfs_client *clp = server->nfs_client; |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame] | 286 | struct nfs4_state *state = exception->state; |
Trond Myklebust | 3114ea7 | 2012-03-07 16:39:06 -0500 | [diff] [blame] | 287 | struct inode *inode = exception->inode; |
Trond Myklebust | 65de872 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 288 | int ret = errorcode; |
| 289 | |
| 290 | exception->retry = 0; |
| 291 | switch(errorcode) { |
| 292 | case 0: |
| 293 | return 0; |
Trond Myklebust | 3114ea7 | 2012-03-07 16:39:06 -0500 | [diff] [blame] | 294 | case -NFS4ERR_OPENMODE: |
Bryan Schumaker | 011e2a7 | 2012-06-20 15:53:43 -0400 | [diff] [blame] | 295 | if (inode && nfs4_have_delegation(inode, FMODE_READ)) { |
Bryan Schumaker | 57ec14c | 2012-06-20 15:53:44 -0400 | [diff] [blame] | 296 | nfs4_inode_return_delegation(inode); |
Trond Myklebust | 3114ea7 | 2012-03-07 16:39:06 -0500 | [diff] [blame] | 297 | exception->retry = 1; |
| 298 | return 0; |
| 299 | } |
| 300 | if (state == NULL) |
| 301 | break; |
Trond Myklebust | 5d42230 | 2013-03-14 16:57:48 -0400 | [diff] [blame] | 302 | ret = nfs4_schedule_stateid_recovery(server, state); |
| 303 | if (ret < 0) |
| 304 | break; |
Trond Myklebust | 3114ea7 | 2012-03-07 16:39:06 -0500 | [diff] [blame] | 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 | b570a97 | 2013-04-12 15:04:51 -0400 | [diff] [blame] | 309 | if (inode != NULL && nfs4_have_delegation(inode, FMODE_READ)) { |
| 310 | nfs_remove_bad_delegation(inode); |
| 311 | exception->retry = 1; |
| 312 | break; |
| 313 | } |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame] | 314 | if (state == NULL) |
| 315 | break; |
Trond Myklebust | 5d42230 | 2013-03-14 16:57:48 -0400 | [diff] [blame] | 316 | ret = nfs4_schedule_stateid_recovery(server, state); |
| 317 | if (ret < 0) |
| 318 | break; |
Trond Myklebust | 0400a6b | 2011-03-09 16:00:53 -0500 | [diff] [blame] | 319 | goto wait_on_recovery; |
Trond Myklebust | 0ced63d | 2011-05-26 14:26:35 -0400 | [diff] [blame] | 320 | case -NFS4ERR_EXPIRED: |
Trond Myklebust | 5d42230 | 2013-03-14 16:57:48 -0400 | [diff] [blame] | 321 | if (state != NULL) { |
| 322 | ret = nfs4_schedule_stateid_recovery(server, state); |
| 323 | if (ret < 0) |
| 324 | break; |
| 325 | } |
Trond Myklebust | 65de872 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 326 | case -NFS4ERR_STALE_STATEID: |
Trond Myklebust | a2c0b9e | 2010-01-26 15:42:47 -0500 | [diff] [blame] | 327 | case -NFS4ERR_STALE_CLIENTID: |
Trond Myklebust | 0400a6b | 2011-03-09 16:00:53 -0500 | [diff] [blame] | 328 | nfs4_schedule_lease_recovery(clp); |
| 329 | goto wait_on_recovery; |
Trond Myklebust | 0339169 | 2010-01-26 15:42:38 -0500 | [diff] [blame] | 330 | #if defined(CONFIG_NFS_V4_1) |
Andy Adamson | 4745e31 | 2009-04-01 09:22:42 -0400 | [diff] [blame] | 331 | case -NFS4ERR_BADSESSION: |
| 332 | case -NFS4ERR_BADSLOT: |
| 333 | case -NFS4ERR_BAD_HIGH_SLOT: |
| 334 | case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION: |
| 335 | case -NFS4ERR_DEADSESSION: |
| 336 | case -NFS4ERR_SEQ_FALSE_RETRY: |
| 337 | case -NFS4ERR_SEQ_MISORDERED: |
| 338 | dprintk("%s ERROR: %d Reset session\n", __func__, |
| 339 | errorcode); |
Trond Myklebust | 9f59479 | 2012-05-27 13:02:53 -0400 | [diff] [blame] | 340 | nfs4_schedule_session_recovery(clp->cl_session, errorcode); |
Bryan Schumaker | 399f11c | 2012-10-30 16:06:35 -0400 | [diff] [blame] | 341 | goto wait_on_recovery; |
Trond Myklebust | 0339169 | 2010-01-26 15:42:38 -0500 | [diff] [blame] | 342 | #endif /* defined(CONFIG_NFS_V4_1) */ |
Trond Myklebust | 65de872 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 343 | case -NFS4ERR_FILE_OPEN: |
NeilBrown | 44ed355 | 2009-12-03 15:58:56 -0500 | [diff] [blame] | 344 | if (exception->timeout > HZ) { |
| 345 | /* We have retried a decent amount, time to |
| 346 | * fail |
| 347 | */ |
| 348 | ret = -EBUSY; |
| 349 | break; |
| 350 | } |
Trond Myklebust | 65de872 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 351 | case -NFS4ERR_GRACE: |
| 352 | case -NFS4ERR_DELAY: |
| 353 | ret = nfs4_delay(server->client, &exception->timeout); |
| 354 | if (ret != 0) |
| 355 | break; |
Andy Adamson | a8a4ae3 | 2011-05-03 13:43:03 -0400 | [diff] [blame] | 356 | case -NFS4ERR_RETRY_UNCACHED_REP: |
Trond Myklebust | 65de872 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 357 | case -NFS4ERR_OLD_STATEID: |
| 358 | exception->retry = 1; |
Trond Myklebust | b064eca2 | 2011-02-22 15:44:32 -0800 | [diff] [blame] | 359 | break; |
| 360 | case -NFS4ERR_BADOWNER: |
| 361 | /* The following works around a Linux server bug! */ |
| 362 | case -NFS4ERR_BADNAME: |
| 363 | if (server->caps & NFS_CAP_UIDGID_NOMAP) { |
| 364 | server->caps &= ~NFS_CAP_UIDGID_NOMAP; |
| 365 | exception->retry = 1; |
| 366 | printk(KERN_WARNING "NFS: v4 server %s " |
| 367 | "does not accept raw " |
| 368 | "uid/gids. " |
| 369 | "Reenabling the idmapper.\n", |
| 370 | server->nfs_client->cl_hostname); |
| 371 | } |
Trond Myklebust | 65de872 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 372 | } |
| 373 | /* We failed to handle the error */ |
| 374 | return nfs4_map_errors(ret); |
Trond Myklebust | 0400a6b | 2011-03-09 16:00:53 -0500 | [diff] [blame] | 375 | wait_on_recovery: |
Trond Myklebust | a2c0b9e | 2010-01-26 15:42:47 -0500 | [diff] [blame] | 376 | ret = nfs4_wait_clnt_recover(clp); |
| 377 | if (ret == 0) |
| 378 | exception->retry = 1; |
| 379 | return ret; |
Trond Myklebust | 65de872 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 380 | } |
| 381 | |
| 382 | |
Trond Myklebust | 452e935 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 383 | static void do_renew_lease(struct nfs_client *clp, unsigned long timestamp) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 384 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 385 | spin_lock(&clp->cl_lock); |
| 386 | if (time_before(clp->cl_last_renewal,timestamp)) |
| 387 | clp->cl_last_renewal = timestamp; |
| 388 | spin_unlock(&clp->cl_lock); |
| 389 | } |
| 390 | |
Trond Myklebust | 452e935 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 391 | static void renew_lease(const struct nfs_server *server, unsigned long timestamp) |
| 392 | { |
| 393 | do_renew_lease(server->nfs_client, timestamp); |
| 394 | } |
| 395 | |
Andy Adamson | cccef3b | 2009-04-01 09:22:03 -0400 | [diff] [blame] | 396 | #if defined(CONFIG_NFS_V4_1) |
| 397 | |
Trond Myklebust | d185a33 | 2010-06-16 09:52:25 -0400 | [diff] [blame] | 398 | static void nfs41_sequence_free_slot(struct nfs4_sequence_res *res) |
Andy Adamson | 1361587 | 2009-04-01 09:22:17 -0400 | [diff] [blame] | 399 | { |
Trond Myklebust | e3725ec | 2012-11-16 12:25:01 -0500 | [diff] [blame] | 400 | struct nfs4_session *session; |
Andy Adamson | 1361587 | 2009-04-01 09:22:17 -0400 | [diff] [blame] | 401 | struct nfs4_slot_table *tbl; |
Trond Myklebust | c10e449 | 2012-11-26 16:16:54 -0500 | [diff] [blame] | 402 | bool send_new_highest_used_slotid = false; |
Andy Adamson | 1361587 | 2009-04-01 09:22:17 -0400 | [diff] [blame] | 403 | |
Benny Halevy | dfb4f309 | 2010-09-24 09:17:01 -0400 | [diff] [blame] | 404 | if (!res->sr_slot) { |
Andy Adamson | 1361587 | 2009-04-01 09:22:17 -0400 | [diff] [blame] | 405 | /* just wake up the next guy waiting since |
| 406 | * we may have not consumed a slot after all */ |
Andy Adamson | 691daf3 | 2009-12-04 15:55:39 -0500 | [diff] [blame] | 407 | dprintk("%s: No slot\n", __func__); |
Trond Myklebust | 35dc1d7 | 2009-12-05 19:32:19 -0500 | [diff] [blame] | 408 | return; |
Andy Adamson | 1361587 | 2009-04-01 09:22:17 -0400 | [diff] [blame] | 409 | } |
Trond Myklebust | e3725ec | 2012-11-16 12:25:01 -0500 | [diff] [blame] | 410 | tbl = res->sr_slot->table; |
| 411 | session = tbl->session; |
Andy Adamson | ea028ac | 2009-12-04 15:55:38 -0500 | [diff] [blame] | 412 | |
Trond Myklebust | 35dc1d7 | 2009-12-05 19:32:19 -0500 | [diff] [blame] | 413 | spin_lock(&tbl->slot_tbl_lock); |
Trond Myklebust | c10e449 | 2012-11-26 16:16:54 -0500 | [diff] [blame] | 414 | /* Be nice to the server: try to ensure that the last transmitted |
| 415 | * value for highest_user_slotid <= target_highest_slotid |
| 416 | */ |
| 417 | if (tbl->highest_used_slotid > tbl->target_highest_slotid) |
| 418 | send_new_highest_used_slotid = true; |
| 419 | |
Trond Myklebust | b75ad4c | 2012-11-29 17:27:47 -0500 | [diff] [blame] | 420 | if (nfs41_wake_and_assign_slot(tbl, res->sr_slot)) { |
| 421 | send_new_highest_used_slotid = false; |
| 422 | goto out_unlock; |
| 423 | } |
Trond Myklebust | f4af6e2a | 2012-11-20 14:17:32 -0500 | [diff] [blame] | 424 | nfs4_free_slot(tbl, res->sr_slot); |
Trond Myklebust | c10e449 | 2012-11-26 16:16:54 -0500 | [diff] [blame] | 425 | |
| 426 | if (tbl->highest_used_slotid != NFS4_NO_SLOT) |
| 427 | send_new_highest_used_slotid = false; |
Trond Myklebust | b75ad4c | 2012-11-29 17:27:47 -0500 | [diff] [blame] | 428 | out_unlock: |
Trond Myklebust | 35dc1d7 | 2009-12-05 19:32:19 -0500 | [diff] [blame] | 429 | spin_unlock(&tbl->slot_tbl_lock); |
Benny Halevy | dfb4f309 | 2010-09-24 09:17:01 -0400 | [diff] [blame] | 430 | res->sr_slot = NULL; |
Trond Myklebust | c10e449 | 2012-11-26 16:16:54 -0500 | [diff] [blame] | 431 | if (send_new_highest_used_slotid) |
| 432 | nfs41_server_notify_highest_slotid_update(session->clp); |
Andy Adamson | 1361587 | 2009-04-01 09:22:17 -0400 | [diff] [blame] | 433 | } |
| 434 | |
Trond Myklebust | 14516c3 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 435 | 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] | 436 | { |
Trond Myklebust | e3725ec | 2012-11-16 12:25:01 -0500 | [diff] [blame] | 437 | struct nfs4_session *session; |
Trond Myklebust | 933602e | 2012-11-16 12:12:38 -0500 | [diff] [blame] | 438 | struct nfs4_slot *slot; |
Trond Myklebust | 14516c3 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 439 | struct nfs_client *clp; |
Trond Myklebust | ac20d16 | 2012-12-15 15:36:07 -0500 | [diff] [blame] | 440 | bool interrupted = false; |
Trond Myklebust | 8556307 | 2012-12-11 10:31:12 -0500 | [diff] [blame] | 441 | int ret = 1; |
Andy Adamson | b0df806 | 2009-04-01 09:22:18 -0400 | [diff] [blame] | 442 | |
Bryan Schumaker | 468f861 | 2011-04-18 15:57:32 -0400 | [diff] [blame] | 443 | /* don't increment the sequence number if the task wasn't sent */ |
| 444 | if (!RPC_WAS_SENT(task)) |
Andy Adamson | b0df806 | 2009-04-01 09:22:18 -0400 | [diff] [blame] | 445 | goto out; |
| 446 | |
Trond Myklebust | 933602e | 2012-11-16 12:12:38 -0500 | [diff] [blame] | 447 | slot = res->sr_slot; |
Trond Myklebust | e3725ec | 2012-11-16 12:25:01 -0500 | [diff] [blame] | 448 | session = slot->table->session; |
Trond Myklebust | 933602e | 2012-11-16 12:12:38 -0500 | [diff] [blame] | 449 | |
Trond Myklebust | ac20d16 | 2012-12-15 15:36:07 -0500 | [diff] [blame] | 450 | if (slot->interrupted) { |
| 451 | slot->interrupted = 0; |
| 452 | interrupted = true; |
| 453 | } |
| 454 | |
Andy Adamson | 691daf3 | 2009-12-04 15:55:39 -0500 | [diff] [blame] | 455 | /* Check the SEQUENCE operation status */ |
Trond Myklebust | 14516c3 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 456 | switch (res->sr_status) { |
| 457 | case 0: |
Andy Adamson | b0df806 | 2009-04-01 09:22:18 -0400 | [diff] [blame] | 458 | /* Update the slot's sequence and clientid lease timer */ |
Trond Myklebust | 933602e | 2012-11-16 12:12:38 -0500 | [diff] [blame] | 459 | ++slot->seq_nr; |
Trond Myklebust | e3725ec | 2012-11-16 12:25:01 -0500 | [diff] [blame] | 460 | clp = session->clp; |
Trond Myklebust | 8e63b6a | 2012-12-15 15:21:52 -0500 | [diff] [blame] | 461 | do_renew_lease(clp, res->sr_timestamp); |
Alexandros Batsakis | 0629e37 | 2009-12-05 13:46:14 -0500 | [diff] [blame] | 462 | /* Check sequence flags */ |
Trond Myklebust | b4410c2 | 2011-03-09 16:00:55 -0500 | [diff] [blame] | 463 | if (res->sr_status_flags != 0) |
| 464 | nfs4_schedule_lease_recovery(clp); |
Trond Myklebust | 464ee9f | 2012-11-20 12:49:27 -0500 | [diff] [blame] | 465 | nfs41_update_target_slotid(slot->table, slot, res); |
Trond Myklebust | 14516c3 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 466 | break; |
Trond Myklebust | ac20d16 | 2012-12-15 15:36:07 -0500 | [diff] [blame] | 467 | case 1: |
| 468 | /* |
| 469 | * sr_status remains 1 if an RPC level error occurred. |
| 470 | * The server may or may not have processed the sequence |
| 471 | * operation.. |
| 472 | * Mark the slot as having hosted an interrupted RPC call. |
| 473 | */ |
| 474 | slot->interrupted = 1; |
| 475 | goto out; |
Trond Myklebust | 14516c3 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 476 | case -NFS4ERR_DELAY: |
| 477 | /* The server detected a resend of the RPC call and |
| 478 | * returned NFS4ERR_DELAY as per Section 2.10.6.2 |
| 479 | * of RFC5661. |
| 480 | */ |
Trond Myklebust | df2fabf | 2012-11-16 12:45:06 -0500 | [diff] [blame] | 481 | dprintk("%s: slot=%u seq=%u: Operation in progress\n", |
Benny Halevy | dfb4f309 | 2010-09-24 09:17:01 -0400 | [diff] [blame] | 482 | __func__, |
Trond Myklebust | df2fabf | 2012-11-16 12:45:06 -0500 | [diff] [blame] | 483 | slot->slot_nr, |
Trond Myklebust | 933602e | 2012-11-16 12:12:38 -0500 | [diff] [blame] | 484 | slot->seq_nr); |
Trond Myklebust | 14516c3 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 485 | goto out_retry; |
Trond Myklebust | 8556307 | 2012-12-11 10:31:12 -0500 | [diff] [blame] | 486 | case -NFS4ERR_BADSLOT: |
| 487 | /* |
| 488 | * The slot id we used was probably retired. Try again |
| 489 | * using a different slot id. |
| 490 | */ |
Trond Myklebust | e879444 | 2012-12-15 13:56:18 -0500 | [diff] [blame] | 491 | goto retry_nowait; |
| 492 | case -NFS4ERR_SEQ_MISORDERED: |
| 493 | /* |
Trond Myklebust | ac20d16 | 2012-12-15 15:36:07 -0500 | [diff] [blame] | 494 | * Was the last operation on this sequence interrupted? |
| 495 | * If so, retry after bumping the sequence number. |
| 496 | */ |
| 497 | if (interrupted) { |
| 498 | ++slot->seq_nr; |
| 499 | goto retry_nowait; |
| 500 | } |
| 501 | /* |
Trond Myklebust | e879444 | 2012-12-15 13:56:18 -0500 | [diff] [blame] | 502 | * Could this slot have been previously retired? |
| 503 | * If so, then the server may be expecting seq_nr = 1! |
| 504 | */ |
Trond Myklebust | 8e63b6a | 2012-12-15 15:21:52 -0500 | [diff] [blame] | 505 | if (slot->seq_nr != 1) { |
| 506 | slot->seq_nr = 1; |
| 507 | goto retry_nowait; |
| 508 | } |
| 509 | break; |
Trond Myklebust | e879444 | 2012-12-15 13:56:18 -0500 | [diff] [blame] | 510 | case -NFS4ERR_SEQ_FALSE_RETRY: |
| 511 | ++slot->seq_nr; |
| 512 | goto retry_nowait; |
Trond Myklebust | 14516c3 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 513 | default: |
| 514 | /* Just update the slot sequence no. */ |
Trond Myklebust | 933602e | 2012-11-16 12:12:38 -0500 | [diff] [blame] | 515 | ++slot->seq_nr; |
Andy Adamson | b0df806 | 2009-04-01 09:22:18 -0400 | [diff] [blame] | 516 | } |
| 517 | out: |
| 518 | /* The session may be reset by one of the error handlers. */ |
| 519 | dprintk("%s: Error %d free the slot \n", __func__, res->sr_status); |
Trond Myklebust | d185a33 | 2010-06-16 09:52:25 -0400 | [diff] [blame] | 520 | nfs41_sequence_free_slot(res); |
Trond Myklebust | 8556307 | 2012-12-11 10:31:12 -0500 | [diff] [blame] | 521 | return ret; |
Trond Myklebust | e879444 | 2012-12-15 13:56:18 -0500 | [diff] [blame] | 522 | retry_nowait: |
| 523 | if (rpc_restart_call_prepare(task)) { |
| 524 | task->tk_status = 0; |
| 525 | ret = 0; |
| 526 | } |
| 527 | goto out; |
Trond Myklebust | 14516c3 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 528 | out_retry: |
Trond Myklebust | d05dd4e | 2010-07-31 14:29:07 -0400 | [diff] [blame] | 529 | if (!rpc_restart_call(task)) |
Trond Myklebust | 14516c3 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 530 | goto out; |
| 531 | rpc_delay(task, NFS4_POLL_RETRY_MAX); |
| 532 | return 0; |
Andy Adamson | b0df806 | 2009-04-01 09:22:18 -0400 | [diff] [blame] | 533 | } |
| 534 | |
Trond Myklebust | 14516c3 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 535 | static int nfs4_sequence_done(struct rpc_task *task, |
| 536 | struct nfs4_sequence_res *res) |
Trond Myklebust | df89645 | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 537 | { |
Trond Myklebust | e3725ec | 2012-11-16 12:25:01 -0500 | [diff] [blame] | 538 | if (res->sr_slot == NULL) |
Trond Myklebust | 14516c3 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 539 | return 1; |
| 540 | return nfs41_sequence_done(task, res); |
Trond Myklebust | df89645 | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 541 | } |
| 542 | |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 543 | static void nfs41_init_sequence(struct nfs4_sequence_args *args, |
| 544 | struct nfs4_sequence_res *res, int cache_reply) |
| 545 | { |
Trond Myklebust | 2b2fa71 | 2012-11-16 12:58:36 -0500 | [diff] [blame] | 546 | args->sa_slot = NULL; |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 547 | args->sa_cache_this = 0; |
Trond Myklebust | 8fe72ba | 2012-10-29 19:02:20 -0400 | [diff] [blame] | 548 | args->sa_privileged = 0; |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 549 | if (cache_reply) |
| 550 | args->sa_cache_this = 1; |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 551 | res->sr_slot = NULL; |
| 552 | } |
| 553 | |
Trond Myklebust | 8fe72ba | 2012-10-29 19:02:20 -0400 | [diff] [blame] | 554 | static void nfs4_set_sequence_privileged(struct nfs4_sequence_args *args) |
| 555 | { |
| 556 | args->sa_privileged = 1; |
| 557 | } |
| 558 | |
Andy Adamson | dc70d7b | 2011-03-01 01:34:19 +0000 | [diff] [blame] | 559 | int nfs41_setup_sequence(struct nfs4_session *session, |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 560 | struct nfs4_sequence_args *args, |
| 561 | struct nfs4_sequence_res *res, |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 562 | struct rpc_task *task) |
| 563 | { |
Andy Adamson | fbcd4ab | 2009-04-01 09:22:15 -0400 | [diff] [blame] | 564 | struct nfs4_slot *slot; |
| 565 | struct nfs4_slot_table *tbl; |
Andy Adamson | fbcd4ab | 2009-04-01 09:22:15 -0400 | [diff] [blame] | 566 | |
| 567 | dprintk("--> %s\n", __func__); |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 568 | /* slot already allocated? */ |
Benny Halevy | dfb4f309 | 2010-09-24 09:17:01 -0400 | [diff] [blame] | 569 | if (res->sr_slot != NULL) |
Trond Myklebust | d9afbd1 | 2012-10-22 20:28:44 -0400 | [diff] [blame] | 570 | goto out_success; |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 571 | |
Andy Adamson | fbcd4ab | 2009-04-01 09:22:15 -0400 | [diff] [blame] | 572 | tbl = &session->fc_slot_table; |
| 573 | |
Trond Myklebust | 69d206b | 2012-11-22 13:21:02 -0500 | [diff] [blame] | 574 | task->tk_timeout = 0; |
| 575 | |
Andy Adamson | fbcd4ab | 2009-04-01 09:22:15 -0400 | [diff] [blame] | 576 | spin_lock(&tbl->slot_tbl_lock); |
Andy Adamson | 774d5f1 | 2013-05-20 14:13:50 -0400 | [diff] [blame] | 577 | if (test_bit(NFS4_SLOT_TBL_DRAINING, &tbl->slot_tbl_state) && |
Trond Myklebust | 8fe72ba | 2012-10-29 19:02:20 -0400 | [diff] [blame] | 578 | !args->sa_privileged) { |
Andy Adamson | 0b1c8fc | 2011-11-09 13:58:26 -0500 | [diff] [blame] | 579 | /* The state manager will wait until the slot table is empty */ |
Andy Adamson | 0b1c8fc | 2011-11-09 13:58:26 -0500 | [diff] [blame] | 580 | dprintk("%s session is draining\n", __func__); |
Trond Myklebust | 7b939a3 | 2012-11-01 15:19:46 -0400 | [diff] [blame] | 581 | goto out_sleep; |
Andy Adamson | b069d94 | 2009-04-01 09:22:43 -0400 | [diff] [blame] | 582 | } |
| 583 | |
Trond Myklebust | 2dc03b7 | 2012-11-16 16:10:11 -0500 | [diff] [blame] | 584 | slot = nfs4_alloc_slot(tbl); |
Trond Myklebust | 69d206b | 2012-11-22 13:21:02 -0500 | [diff] [blame] | 585 | if (IS_ERR(slot)) { |
| 586 | /* If out of memory, try again in 1/4 second */ |
| 587 | if (slot == ERR_PTR(-ENOMEM)) |
| 588 | task->tk_timeout = HZ >> 2; |
Andy Adamson | fbcd4ab | 2009-04-01 09:22:15 -0400 | [diff] [blame] | 589 | dprintk("<-- %s: no free slots\n", __func__); |
Trond Myklebust | 7b939a3 | 2012-11-01 15:19:46 -0400 | [diff] [blame] | 590 | goto out_sleep; |
Andy Adamson | fbcd4ab | 2009-04-01 09:22:15 -0400 | [diff] [blame] | 591 | } |
| 592 | spin_unlock(&tbl->slot_tbl_lock); |
| 593 | |
Trond Myklebust | 2b2fa71 | 2012-11-16 12:58:36 -0500 | [diff] [blame] | 594 | args->sa_slot = slot; |
Andy Adamson | fbcd4ab | 2009-04-01 09:22:15 -0400 | [diff] [blame] | 595 | |
Trond Myklebust | 2dc03b7 | 2012-11-16 16:10:11 -0500 | [diff] [blame] | 596 | dprintk("<-- %s slotid=%d seqid=%d\n", __func__, |
| 597 | slot->slot_nr, slot->seq_nr); |
Andy Adamson | fbcd4ab | 2009-04-01 09:22:15 -0400 | [diff] [blame] | 598 | |
Benny Halevy | dfb4f309 | 2010-09-24 09:17:01 -0400 | [diff] [blame] | 599 | res->sr_slot = slot; |
Trond Myklebust | 8e63b6a | 2012-12-15 15:21:52 -0500 | [diff] [blame] | 600 | res->sr_timestamp = jiffies; |
Trond Myklebust | 2a6e26c | 2010-06-16 09:52:25 -0400 | [diff] [blame] | 601 | res->sr_status_flags = 0; |
Andy Adamson | fbcd4ab | 2009-04-01 09:22:15 -0400 | [diff] [blame] | 602 | /* |
| 603 | * sr_status is only set in decode_sequence, and so will remain |
| 604 | * set to 1 if an rpc level failure occurs. |
| 605 | */ |
| 606 | res->sr_status = 1; |
Trond Myklebust | d9afbd1 | 2012-10-22 20:28:44 -0400 | [diff] [blame] | 607 | out_success: |
| 608 | rpc_call_start(task); |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 609 | return 0; |
Trond Myklebust | 7b939a3 | 2012-11-01 15:19:46 -0400 | [diff] [blame] | 610 | out_sleep: |
Trond Myklebust | 8fe72ba | 2012-10-29 19:02:20 -0400 | [diff] [blame] | 611 | /* Privileged tasks are queued with top priority */ |
| 612 | if (args->sa_privileged) |
Trond Myklebust | 1e1093c | 2012-11-01 16:44:05 -0400 | [diff] [blame] | 613 | rpc_sleep_on_priority(&tbl->slot_tbl_waitq, task, |
| 614 | NULL, RPC_PRIORITY_PRIVILEGED); |
| 615 | else |
| 616 | rpc_sleep_on(&tbl->slot_tbl_waitq, task, NULL); |
Trond Myklebust | 7b939a3 | 2012-11-01 15:19:46 -0400 | [diff] [blame] | 617 | spin_unlock(&tbl->slot_tbl_lock); |
| 618 | return -EAGAIN; |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 619 | } |
Andy Adamson | dc70d7b | 2011-03-01 01:34:19 +0000 | [diff] [blame] | 620 | EXPORT_SYMBOL_GPL(nfs41_setup_sequence); |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 621 | |
Trond Myklebust | 035168a | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 622 | int nfs4_setup_sequence(const struct nfs_server *server, |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 623 | struct nfs4_sequence_args *args, |
| 624 | struct nfs4_sequence_res *res, |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 625 | struct rpc_task *task) |
| 626 | { |
Trond Myklebust | 035168a | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 627 | struct nfs4_session *session = nfs4_get_session(server); |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 628 | int ret = 0; |
| 629 | |
Trond Myklebust | d9afbd1 | 2012-10-22 20:28:44 -0400 | [diff] [blame] | 630 | if (session == NULL) { |
| 631 | rpc_call_start(task); |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 632 | goto out; |
Trond Myklebust | d9afbd1 | 2012-10-22 20:28:44 -0400 | [diff] [blame] | 633 | } |
Trond Myklebust | 035168a | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 634 | |
Trond Myklebust | df2fabf | 2012-11-16 12:45:06 -0500 | [diff] [blame] | 635 | dprintk("--> %s clp %p session %p sr_slot %d\n", |
Benny Halevy | dfb4f309 | 2010-09-24 09:17:01 -0400 | [diff] [blame] | 636 | __func__, session->clp, session, res->sr_slot ? |
Trond Myklebust | df2fabf | 2012-11-16 12:45:06 -0500 | [diff] [blame] | 637 | res->sr_slot->slot_nr : -1); |
Trond Myklebust | 035168a | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 638 | |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 639 | ret = nfs41_setup_sequence(session, args, res, task); |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 640 | out: |
| 641 | dprintk("<-- %s status=%d\n", __func__, ret); |
| 642 | return ret; |
| 643 | } |
| 644 | |
| 645 | struct nfs41_call_sync_data { |
Trond Myklebust | 035168a | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 646 | const struct nfs_server *seq_server; |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 647 | struct nfs4_sequence_args *seq_args; |
| 648 | struct nfs4_sequence_res *seq_res; |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 649 | }; |
| 650 | |
| 651 | static void nfs41_call_sync_prepare(struct rpc_task *task, void *calldata) |
| 652 | { |
| 653 | struct nfs41_call_sync_data *data = calldata; |
Trond Myklebust | 6ba7db3 | 2012-10-22 20:07:20 -0400 | [diff] [blame] | 654 | struct nfs4_session *session = nfs4_get_session(data->seq_server); |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 655 | |
Trond Myklebust | 035168a | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 656 | dprintk("--> %s data->seq_server %p\n", __func__, data->seq_server); |
| 657 | |
Trond Myklebust | d9afbd1 | 2012-10-22 20:28:44 -0400 | [diff] [blame] | 658 | nfs41_setup_sequence(session, data->seq_args, data->seq_res, task); |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 659 | } |
| 660 | |
Andy Adamson | 69ab40c | 2009-04-01 09:22:19 -0400 | [diff] [blame] | 661 | static void nfs41_call_sync_done(struct rpc_task *task, void *calldata) |
| 662 | { |
| 663 | struct nfs41_call_sync_data *data = calldata; |
| 664 | |
Trond Myklebust | 14516c3 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 665 | nfs41_sequence_done(task, data->seq_res); |
Andy Adamson | 69ab40c | 2009-04-01 09:22:19 -0400 | [diff] [blame] | 666 | } |
| 667 | |
Trond Myklebust | 1728017 | 2012-03-11 13:11:00 -0400 | [diff] [blame] | 668 | static const struct rpc_call_ops nfs41_call_sync_ops = { |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 669 | .rpc_call_prepare = nfs41_call_sync_prepare, |
Andy Adamson | 69ab40c | 2009-04-01 09:22:19 -0400 | [diff] [blame] | 670 | .rpc_call_done = nfs41_call_sync_done, |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 671 | }; |
| 672 | |
Bryan Schumaker | 7c51305 | 2011-03-24 17:12:24 +0000 | [diff] [blame] | 673 | static int nfs4_call_sync_sequence(struct rpc_clnt *clnt, |
| 674 | struct nfs_server *server, |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 675 | struct rpc_message *msg, |
| 676 | struct nfs4_sequence_args *args, |
Trond Myklebust | 8fe72ba | 2012-10-29 19:02:20 -0400 | [diff] [blame] | 677 | struct nfs4_sequence_res *res) |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 678 | { |
| 679 | int ret; |
| 680 | struct rpc_task *task; |
| 681 | struct nfs41_call_sync_data data = { |
Trond Myklebust | 035168a | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 682 | .seq_server = server, |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 683 | .seq_args = args, |
| 684 | .seq_res = res, |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 685 | }; |
| 686 | struct rpc_task_setup task_setup = { |
Bryan Schumaker | 7c51305 | 2011-03-24 17:12:24 +0000 | [diff] [blame] | 687 | .rpc_client = clnt, |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 688 | .rpc_message = msg, |
| 689 | .callback_ops = &nfs41_call_sync_ops, |
| 690 | .callback_data = &data |
| 691 | }; |
| 692 | |
Andy Adamson | ce5039c | 2009-04-01 09:22:13 -0400 | [diff] [blame] | 693 | task = rpc_run_task(&task_setup); |
| 694 | if (IS_ERR(task)) |
| 695 | ret = PTR_ERR(task); |
| 696 | else { |
| 697 | ret = task->tk_status; |
| 698 | rpc_put_task(task); |
| 699 | } |
| 700 | return ret; |
| 701 | } |
| 702 | |
Trond Myklebust | df89645 | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 703 | #else |
Trond Myklebust | 8fe72ba | 2012-10-29 19:02:20 -0400 | [diff] [blame] | 704 | static |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 705 | void nfs41_init_sequence(struct nfs4_sequence_args *args, |
| 706 | struct nfs4_sequence_res *res, int cache_reply) |
| 707 | { |
| 708 | } |
| 709 | |
Trond Myklebust | 8fe72ba | 2012-10-29 19:02:20 -0400 | [diff] [blame] | 710 | static void nfs4_set_sequence_privileged(struct nfs4_sequence_args *args) |
| 711 | { |
| 712 | } |
| 713 | |
| 714 | |
Trond Myklebust | 14516c3 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 715 | static int nfs4_sequence_done(struct rpc_task *task, |
| 716 | struct nfs4_sequence_res *res) |
Trond Myklebust | df89645 | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 717 | { |
Trond Myklebust | 14516c3 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 718 | return 1; |
Trond Myklebust | df89645 | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 719 | } |
Andy Adamson | cccef3b | 2009-04-01 09:22:03 -0400 | [diff] [blame] | 720 | #endif /* CONFIG_NFS_V4_1 */ |
| 721 | |
Trond Myklebust | fd0c095 | 2012-11-01 14:43:38 -0400 | [diff] [blame] | 722 | static |
Bryan Schumaker | 7c51305 | 2011-03-24 17:12:24 +0000 | [diff] [blame] | 723 | int _nfs4_call_sync(struct rpc_clnt *clnt, |
| 724 | struct nfs_server *server, |
Andy Adamson | cccef3b | 2009-04-01 09:22:03 -0400 | [diff] [blame] | 725 | struct rpc_message *msg, |
| 726 | struct nfs4_sequence_args *args, |
Trond Myklebust | fd0c095 | 2012-11-01 14:43:38 -0400 | [diff] [blame] | 727 | struct nfs4_sequence_res *res) |
Andy Adamson | cccef3b | 2009-04-01 09:22:03 -0400 | [diff] [blame] | 728 | { |
Bryan Schumaker | 7c51305 | 2011-03-24 17:12:24 +0000 | [diff] [blame] | 729 | return rpc_call_sync(clnt, msg, 0); |
Andy Adamson | cccef3b | 2009-04-01 09:22:03 -0400 | [diff] [blame] | 730 | } |
| 731 | |
Trond Myklebust | fd0c095 | 2012-11-01 14:43:38 -0400 | [diff] [blame] | 732 | static |
Bryan Schumaker | 7c51305 | 2011-03-24 17:12:24 +0000 | [diff] [blame] | 733 | int nfs4_call_sync(struct rpc_clnt *clnt, |
| 734 | struct nfs_server *server, |
Bryan Schumaker | e73b83f | 2011-03-24 17:12:23 +0000 | [diff] [blame] | 735 | struct rpc_message *msg, |
| 736 | struct nfs4_sequence_args *args, |
| 737 | struct nfs4_sequence_res *res, |
| 738 | int cache_reply) |
| 739 | { |
Trond Myklebust | fd0c095 | 2012-11-01 14:43:38 -0400 | [diff] [blame] | 740 | nfs41_init_sequence(args, res, cache_reply); |
Bryan Schumaker | 7c51305 | 2011-03-24 17:12:24 +0000 | [diff] [blame] | 741 | return server->nfs_client->cl_mvops->call_sync(clnt, server, msg, |
Trond Myklebust | fd0c095 | 2012-11-01 14:43:38 -0400 | [diff] [blame] | 742 | args, res); |
Bryan Schumaker | e73b83f | 2011-03-24 17:12:23 +0000 | [diff] [blame] | 743 | } |
Andy Adamson | cccef3b | 2009-04-01 09:22:03 -0400 | [diff] [blame] | 744 | |
Trond Myklebust | 38478b2 | 2006-05-25 01:40:57 -0400 | [diff] [blame] | 745 | static void update_changeattr(struct inode *dir, struct nfs4_change_info *cinfo) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 746 | { |
Trond Myklebust | 38478b2 | 2006-05-25 01:40:57 -0400 | [diff] [blame] | 747 | struct nfs_inode *nfsi = NFS_I(dir); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 748 | |
Trond Myklebust | 38478b2 | 2006-05-25 01:40:57 -0400 | [diff] [blame] | 749 | spin_lock(&dir->i_lock); |
Trond Myklebust | 359d7d1 | 2012-05-28 10:01:34 -0400 | [diff] [blame] | 750 | nfsi->cache_validity |= NFS_INO_INVALID_ATTR|NFS_INO_INVALID_DATA; |
Trond Myklebust | a9a4a87 | 2011-10-17 16:08:46 -0700 | [diff] [blame] | 751 | if (!cinfo->atomic || cinfo->before != dir->i_version) |
Trond Myklebust | bfc69a4 | 2007-10-15 18:18:29 -0400 | [diff] [blame] | 752 | nfs_force_lookup_revalidate(dir); |
Trond Myklebust | a9a4a87 | 2011-10-17 16:08:46 -0700 | [diff] [blame] | 753 | dir->i_version = cinfo->after; |
David Howells | de242c0 | 2012-12-20 21:52:38 +0000 | [diff] [blame] | 754 | nfs_fscache_invalidate(dir); |
Trond Myklebust | 38478b2 | 2006-05-25 01:40:57 -0400 | [diff] [blame] | 755 | spin_unlock(&dir->i_lock); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 756 | } |
| 757 | |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 758 | struct nfs4_opendata { |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 759 | struct kref kref; |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 760 | struct nfs_openargs o_arg; |
| 761 | struct nfs_openres o_res; |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 762 | struct nfs_open_confirmargs c_arg; |
| 763 | struct nfs_open_confirmres c_res; |
Trond Myklebust | 6926afd | 2012-01-07 13:22:46 -0500 | [diff] [blame] | 764 | struct nfs4_string owner_name; |
| 765 | struct nfs4_string group_name; |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 766 | struct nfs_fattr f_attr; |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 767 | struct dentry *dir; |
Al Viro | 82a2c1b | 2011-06-22 18:30:55 -0400 | [diff] [blame] | 768 | struct dentry *dentry; |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 769 | struct nfs4_state_owner *owner; |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 770 | struct nfs4_state *state; |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 771 | struct iattr attrs; |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 772 | unsigned long timestamp; |
Trond Myklebust | 3e30991 | 2007-07-07 13:19:59 -0400 | [diff] [blame] | 773 | unsigned int rpc_done : 1; |
Trond Myklebust | bdeca1b | 2013-04-23 14:52:44 -0400 | [diff] [blame] | 774 | unsigned int is_recover : 1; |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 775 | int rpc_status; |
| 776 | int cancelled; |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 777 | }; |
| 778 | |
Trond Myklebust | 49f9a0f | 2013-03-15 16:44:28 -0400 | [diff] [blame] | 779 | static bool nfs4_clear_cap_atomic_open_v1(struct nfs_server *server, |
| 780 | int err, struct nfs4_exception *exception) |
| 781 | { |
| 782 | if (err != -EINVAL) |
| 783 | return false; |
| 784 | if (!(server->caps & NFS_CAP_ATOMIC_OPEN_V1)) |
| 785 | return false; |
| 786 | server->caps &= ~NFS_CAP_ATOMIC_OPEN_V1; |
| 787 | exception->retry = 1; |
| 788 | return true; |
| 789 | } |
| 790 | |
| 791 | static enum open_claim_type4 |
| 792 | nfs4_map_atomic_open_claim(struct nfs_server *server, |
| 793 | enum open_claim_type4 claim) |
| 794 | { |
| 795 | if (server->caps & NFS_CAP_ATOMIC_OPEN_V1) |
| 796 | return claim; |
| 797 | switch (claim) { |
| 798 | default: |
| 799 | return claim; |
| 800 | case NFS4_OPEN_CLAIM_FH: |
| 801 | return NFS4_OPEN_CLAIM_NULL; |
| 802 | case NFS4_OPEN_CLAIM_DELEG_CUR_FH: |
| 803 | return NFS4_OPEN_CLAIM_DELEGATE_CUR; |
| 804 | case NFS4_OPEN_CLAIM_DELEG_PREV_FH: |
| 805 | return NFS4_OPEN_CLAIM_DELEGATE_PREV; |
| 806 | } |
| 807 | } |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 808 | |
| 809 | static void nfs4_init_opendata_res(struct nfs4_opendata *p) |
| 810 | { |
| 811 | p->o_res.f_attr = &p->f_attr; |
Trond Myklebust | c1d5193 | 2008-04-07 13:20:54 -0400 | [diff] [blame] | 812 | p->o_res.seqid = p->o_arg.seqid; |
| 813 | p->c_res.seqid = p->c_arg.seqid; |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 814 | p->o_res.server = p->o_arg.server; |
Andy Adamson | 5f65753 | 2012-10-03 02:39:34 -0400 | [diff] [blame] | 815 | p->o_res.access_request = p->o_arg.access; |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 816 | nfs_fattr_init(&p->f_attr); |
Trond Myklebust | 6926afd | 2012-01-07 13:22:46 -0500 | [diff] [blame] | 817 | 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] | 818 | } |
| 819 | |
Al Viro | 82a2c1b | 2011-06-22 18:30:55 -0400 | [diff] [blame] | 820 | static struct nfs4_opendata *nfs4_opendata_alloc(struct dentry *dentry, |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 821 | struct nfs4_state_owner *sp, fmode_t fmode, int flags, |
Trond Myklebust | 8535b2b | 2010-05-13 12:51:01 -0400 | [diff] [blame] | 822 | const struct iattr *attrs, |
Trond Myklebust | 4a1c089 | 2013-03-15 14:57:33 -0400 | [diff] [blame] | 823 | enum open_claim_type4 claim, |
Trond Myklebust | 8535b2b | 2010-05-13 12:51:01 -0400 | [diff] [blame] | 824 | gfp_t gfp_mask) |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 825 | { |
Al Viro | 82a2c1b | 2011-06-22 18:30:55 -0400 | [diff] [blame] | 826 | struct dentry *parent = dget_parent(dentry); |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 827 | struct inode *dir = parent->d_inode; |
| 828 | struct nfs_server *server = NFS_SERVER(dir); |
| 829 | struct nfs4_opendata *p; |
| 830 | |
Trond Myklebust | 8535b2b | 2010-05-13 12:51:01 -0400 | [diff] [blame] | 831 | p = kzalloc(sizeof(*p), gfp_mask); |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 832 | if (p == NULL) |
| 833 | goto err; |
Trond Myklebust | 8535b2b | 2010-05-13 12:51:01 -0400 | [diff] [blame] | 834 | p->o_arg.seqid = nfs_alloc_seqid(&sp->so_seqid, gfp_mask); |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 835 | if (p->o_arg.seqid == NULL) |
| 836 | goto err_free; |
Al Viro | 82a2c1b | 2011-06-22 18:30:55 -0400 | [diff] [blame] | 837 | nfs_sb_active(dentry->d_sb); |
| 838 | p->dentry = dget(dentry); |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 839 | p->dir = parent; |
| 840 | p->owner = sp; |
| 841 | atomic_inc(&sp->so_count); |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 842 | p->o_arg.open_flags = flags; |
| 843 | p->o_arg.fmode = fmode & (FMODE_READ|FMODE_WRITE); |
Weston Andros Adamson | ae2bb03 | 2012-10-02 14:49:52 -0700 | [diff] [blame] | 844 | /* don't put an ACCESS op in OPEN compound if O_EXCL, because ACCESS |
| 845 | * will return permission denied for all bits until close */ |
| 846 | if (!(flags & O_EXCL)) { |
| 847 | /* ask server to check for all possible rights as results |
| 848 | * are cached */ |
| 849 | p->o_arg.access = NFS4_ACCESS_READ | NFS4_ACCESS_MODIFY | |
| 850 | NFS4_ACCESS_EXTEND | NFS4_ACCESS_EXECUTE; |
Weston Andros Adamson | ae2bb03 | 2012-10-02 14:49:52 -0700 | [diff] [blame] | 851 | } |
David Howells | 7539bba | 2006-08-22 20:06:09 -0400 | [diff] [blame] | 852 | p->o_arg.clientid = server->nfs_client->cl_clientid; |
Trond Myklebust | 95b72eb | 2012-04-20 19:24:51 -0400 | [diff] [blame] | 853 | p->o_arg.id.create_time = ktime_to_ns(sp->so_seqid.create_time); |
| 854 | p->o_arg.id.uniquifier = sp->so_seqid.owner_id; |
Al Viro | 82a2c1b | 2011-06-22 18:30:55 -0400 | [diff] [blame] | 855 | p->o_arg.name = &dentry->d_name; |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 856 | p->o_arg.server = server; |
| 857 | p->o_arg.bitmask = server->attr_bitmask; |
Trond Myklebust | 1549210f | 2012-06-05 09:16:47 -0400 | [diff] [blame] | 858 | p->o_arg.open_bitmap = &nfs4_fattr_bitmap[0]; |
Trond Myklebust | 49f9a0f | 2013-03-15 16:44:28 -0400 | [diff] [blame] | 859 | p->o_arg.claim = nfs4_map_atomic_open_claim(server, claim); |
| 860 | switch (p->o_arg.claim) { |
Trond Myklebust | 4a1c089 | 2013-03-15 14:57:33 -0400 | [diff] [blame] | 861 | case NFS4_OPEN_CLAIM_NULL: |
| 862 | case NFS4_OPEN_CLAIM_DELEGATE_CUR: |
| 863 | case NFS4_OPEN_CLAIM_DELEGATE_PREV: |
| 864 | p->o_arg.fh = NFS_FH(dir); |
| 865 | break; |
| 866 | case NFS4_OPEN_CLAIM_PREVIOUS: |
| 867 | case NFS4_OPEN_CLAIM_FH: |
| 868 | case NFS4_OPEN_CLAIM_DELEG_CUR_FH: |
| 869 | case NFS4_OPEN_CLAIM_DELEG_PREV_FH: |
| 870 | p->o_arg.fh = NFS_FH(dentry->d_inode); |
| 871 | } |
Trond Myklebust | 536e43d | 2012-01-17 22:04:26 -0500 | [diff] [blame] | 872 | if (attrs != NULL && attrs->ia_valid != 0) { |
Chuck Lever | cd93710 | 2012-03-02 17:14:31 -0500 | [diff] [blame] | 873 | __be32 verf[2]; |
Trond Myklebust | d77d76f | 2010-06-16 09:52:27 -0400 | [diff] [blame] | 874 | |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 875 | p->o_arg.u.attrs = &p->attrs; |
| 876 | memcpy(&p->attrs, attrs, sizeof(p->attrs)); |
Chuck Lever | cd93710 | 2012-03-02 17:14:31 -0500 | [diff] [blame] | 877 | |
| 878 | verf[0] = jiffies; |
| 879 | verf[1] = current->pid; |
| 880 | memcpy(p->o_arg.u.verifier.data, verf, |
| 881 | sizeof(p->o_arg.u.verifier.data)); |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 882 | } |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 883 | p->c_arg.fh = &p->o_res.fh; |
| 884 | p->c_arg.stateid = &p->o_res.stateid; |
| 885 | p->c_arg.seqid = p->o_arg.seqid; |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 886 | nfs4_init_opendata_res(p); |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 887 | kref_init(&p->kref); |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 888 | return p; |
| 889 | err_free: |
| 890 | kfree(p); |
| 891 | err: |
| 892 | dput(parent); |
| 893 | return NULL; |
| 894 | } |
| 895 | |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 896 | static void nfs4_opendata_free(struct kref *kref) |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 897 | { |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 898 | struct nfs4_opendata *p = container_of(kref, |
| 899 | struct nfs4_opendata, kref); |
Al Viro | 82a2c1b | 2011-06-22 18:30:55 -0400 | [diff] [blame] | 900 | struct super_block *sb = p->dentry->d_sb; |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 901 | |
| 902 | nfs_free_seqid(p->o_arg.seqid); |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 903 | if (p->state != NULL) |
| 904 | nfs4_put_open_state(p->state); |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 905 | nfs4_put_state_owner(p->owner); |
| 906 | dput(p->dir); |
Al Viro | 82a2c1b | 2011-06-22 18:30:55 -0400 | [diff] [blame] | 907 | dput(p->dentry); |
| 908 | nfs_sb_deactive(sb); |
Trond Myklebust | 6926afd | 2012-01-07 13:22:46 -0500 | [diff] [blame] | 909 | nfs_fattr_free_names(&p->f_attr); |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 910 | kfree(p); |
| 911 | } |
| 912 | |
| 913 | static void nfs4_opendata_put(struct nfs4_opendata *p) |
| 914 | { |
| 915 | if (p != NULL) |
| 916 | kref_put(&p->kref, nfs4_opendata_free); |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 917 | } |
| 918 | |
Trond Myklebust | 06f814a | 2006-01-03 09:55:07 +0100 | [diff] [blame] | 919 | static int nfs4_wait_for_completion_rpc_task(struct rpc_task *task) |
| 920 | { |
Trond Myklebust | 06f814a | 2006-01-03 09:55:07 +0100 | [diff] [blame] | 921 | int ret; |
| 922 | |
Trond Myklebust | 06f814a | 2006-01-03 09:55:07 +0100 | [diff] [blame] | 923 | ret = rpc_wait_for_completion_task(task); |
Trond Myklebust | 06f814a | 2006-01-03 09:55:07 +0100 | [diff] [blame] | 924 | return ret; |
| 925 | } |
| 926 | |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 927 | 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] | 928 | { |
| 929 | int ret = 0; |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 930 | |
Trond Myklebust | 536e43d | 2012-01-17 22:04:26 -0500 | [diff] [blame] | 931 | if (open_mode & (O_EXCL|O_TRUNC)) |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 932 | goto out; |
| 933 | switch (mode & (FMODE_READ|FMODE_WRITE)) { |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 934 | case FMODE_READ: |
Trond Myklebust | 88069f7 | 2009-12-08 08:33:16 -0500 | [diff] [blame] | 935 | ret |= test_bit(NFS_O_RDONLY_STATE, &state->flags) != 0 |
| 936 | && state->n_rdonly != 0; |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 937 | break; |
| 938 | case FMODE_WRITE: |
Trond Myklebust | 88069f7 | 2009-12-08 08:33:16 -0500 | [diff] [blame] | 939 | ret |= test_bit(NFS_O_WRONLY_STATE, &state->flags) != 0 |
| 940 | && state->n_wronly != 0; |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 941 | break; |
| 942 | case FMODE_READ|FMODE_WRITE: |
Trond Myklebust | 88069f7 | 2009-12-08 08:33:16 -0500 | [diff] [blame] | 943 | ret |= test_bit(NFS_O_RDWR_STATE, &state->flags) != 0 |
| 944 | && state->n_rdwr != 0; |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 945 | } |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 946 | out: |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 947 | return ret; |
| 948 | } |
| 949 | |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 950 | static int can_open_delegated(struct nfs_delegation *delegation, fmode_t fmode) |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 951 | { |
Trond Myklebust | 652f89f | 2011-12-09 19:05:58 -0500 | [diff] [blame] | 952 | if (delegation == NULL) |
| 953 | return 0; |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 954 | if ((delegation->type & fmode) != fmode) |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 955 | return 0; |
Trond Myklebust | 15c831b | 2008-12-23 15:21:39 -0500 | [diff] [blame] | 956 | if (test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags)) |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 957 | return 0; |
Trond Myklebust | d25be54 | 2013-02-05 11:43:28 -0500 | [diff] [blame] | 958 | if (test_bit(NFS_DELEGATION_RETURNING, &delegation->flags)) |
| 959 | return 0; |
Trond Myklebust | b7391f4 | 2008-12-23 15:21:52 -0500 | [diff] [blame] | 960 | nfs_mark_delegation_referenced(delegation); |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 961 | return 1; |
| 962 | } |
| 963 | |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 964 | static void update_open_stateflags(struct nfs4_state *state, fmode_t fmode) |
Trond Myklebust | e761692 | 2006-01-03 09:55:13 +0100 | [diff] [blame] | 965 | { |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 966 | switch (fmode) { |
Trond Myklebust | e761692 | 2006-01-03 09:55:13 +0100 | [diff] [blame] | 967 | case FMODE_WRITE: |
| 968 | state->n_wronly++; |
| 969 | break; |
| 970 | case FMODE_READ: |
| 971 | state->n_rdonly++; |
| 972 | break; |
| 973 | case FMODE_READ|FMODE_WRITE: |
| 974 | state->n_rdwr++; |
| 975 | } |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 976 | nfs4_state_set_mode_locked(state, state->state | fmode); |
Trond Myklebust | e761692 | 2006-01-03 09:55:13 +0100 | [diff] [blame] | 977 | } |
| 978 | |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 979 | 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] | 980 | { |
| 981 | if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) |
Trond Myklebust | f597c53 | 2012-03-04 18:13:56 -0500 | [diff] [blame] | 982 | nfs4_stateid_copy(&state->stateid, stateid); |
| 983 | nfs4_stateid_copy(&state->open_stateid, stateid); |
Trond Myklebust | 92b40e9 | 2013-04-20 01:25:45 -0400 | [diff] [blame] | 984 | set_bit(NFS_OPEN_STATE, &state->flags); |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 985 | switch (fmode) { |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 986 | case FMODE_READ: |
| 987 | set_bit(NFS_O_RDONLY_STATE, &state->flags); |
| 988 | break; |
| 989 | case FMODE_WRITE: |
| 990 | set_bit(NFS_O_WRONLY_STATE, &state->flags); |
| 991 | break; |
| 992 | case FMODE_READ|FMODE_WRITE: |
| 993 | set_bit(NFS_O_RDWR_STATE, &state->flags); |
| 994 | } |
| 995 | } |
| 996 | |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 997 | 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] | 998 | { |
Trond Myklebust | 8bda4e4 | 2007-07-09 10:45:42 -0400 | [diff] [blame] | 999 | write_seqlock(&state->seqlock); |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1000 | nfs_set_open_stateid_locked(state, stateid, fmode); |
Trond Myklebust | 8bda4e4 | 2007-07-09 10:45:42 -0400 | [diff] [blame] | 1001 | write_sequnlock(&state->seqlock); |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 1002 | } |
| 1003 | |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1004 | 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] | 1005 | { |
Trond Myklebust | 8bda4e4 | 2007-07-09 10:45:42 -0400 | [diff] [blame] | 1006 | /* |
| 1007 | * Protect the call to nfs4_state_set_mode_locked and |
| 1008 | * serialise the stateid update |
| 1009 | */ |
| 1010 | write_seqlock(&state->seqlock); |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 1011 | if (deleg_stateid != NULL) { |
Trond Myklebust | f597c53 | 2012-03-04 18:13:56 -0500 | [diff] [blame] | 1012 | nfs4_stateid_copy(&state->stateid, deleg_stateid); |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 1013 | set_bit(NFS_DELEGATED_STATE, &state->flags); |
| 1014 | } |
| 1015 | if (open_stateid != NULL) |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1016 | nfs_set_open_stateid_locked(state, open_stateid, fmode); |
Trond Myklebust | 8bda4e4 | 2007-07-09 10:45:42 -0400 | [diff] [blame] | 1017 | write_sequnlock(&state->seqlock); |
| 1018 | spin_lock(&state->owner->so_lock); |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1019 | update_open_stateflags(state, fmode); |
Trond Myklebust | ec07342 | 2005-10-20 14:22:47 -0700 | [diff] [blame] | 1020 | spin_unlock(&state->owner->so_lock); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1021 | } |
| 1022 | |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1023 | 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] | 1024 | { |
| 1025 | struct nfs_inode *nfsi = NFS_I(state->inode); |
| 1026 | struct nfs_delegation *deleg_cur; |
| 1027 | int ret = 0; |
| 1028 | |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1029 | fmode &= (FMODE_READ|FMODE_WRITE); |
Trond Myklebust | 3431043 | 2008-12-23 15:21:38 -0500 | [diff] [blame] | 1030 | |
| 1031 | rcu_read_lock(); |
| 1032 | deleg_cur = rcu_dereference(nfsi->delegation); |
| 1033 | if (deleg_cur == NULL) |
| 1034 | goto no_delegation; |
| 1035 | |
| 1036 | spin_lock(&deleg_cur->lock); |
| 1037 | if (nfsi->delegation != deleg_cur || |
Trond Myklebust | d25be54 | 2013-02-05 11:43:28 -0500 | [diff] [blame] | 1038 | test_bit(NFS_DELEGATION_RETURNING, &deleg_cur->flags) || |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1039 | (deleg_cur->type & fmode) != fmode) |
Trond Myklebust | 3431043 | 2008-12-23 15:21:38 -0500 | [diff] [blame] | 1040 | goto no_delegation_unlock; |
| 1041 | |
| 1042 | if (delegation == NULL) |
| 1043 | delegation = &deleg_cur->stateid; |
Trond Myklebust | f597c53 | 2012-03-04 18:13:56 -0500 | [diff] [blame] | 1044 | else if (!nfs4_stateid_match(&deleg_cur->stateid, delegation)) |
Trond Myklebust | 3431043 | 2008-12-23 15:21:38 -0500 | [diff] [blame] | 1045 | goto no_delegation_unlock; |
| 1046 | |
Trond Myklebust | b7391f4 | 2008-12-23 15:21:52 -0500 | [diff] [blame] | 1047 | nfs_mark_delegation_referenced(deleg_cur); |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1048 | __update_open_stateid(state, open_stateid, &deleg_cur->stateid, fmode); |
Trond Myklebust | 3431043 | 2008-12-23 15:21:38 -0500 | [diff] [blame] | 1049 | ret = 1; |
| 1050 | no_delegation_unlock: |
| 1051 | spin_unlock(&deleg_cur->lock); |
| 1052 | no_delegation: |
| 1053 | rcu_read_unlock(); |
| 1054 | |
| 1055 | if (!ret && open_stateid != NULL) { |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1056 | __update_open_stateid(state, open_stateid, NULL, fmode); |
Trond Myklebust | 3431043 | 2008-12-23 15:21:38 -0500 | [diff] [blame] | 1057 | ret = 1; |
| 1058 | } |
| 1059 | |
| 1060 | return ret; |
| 1061 | } |
| 1062 | |
| 1063 | |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1064 | static void nfs4_return_incompatible_delegation(struct inode *inode, fmode_t fmode) |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1065 | { |
| 1066 | struct nfs_delegation *delegation; |
| 1067 | |
| 1068 | rcu_read_lock(); |
| 1069 | delegation = rcu_dereference(NFS_I(inode)->delegation); |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1070 | if (delegation == NULL || (delegation->type & fmode) == fmode) { |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1071 | rcu_read_unlock(); |
| 1072 | return; |
| 1073 | } |
| 1074 | rcu_read_unlock(); |
Bryan Schumaker | 57ec14c | 2012-06-20 15:53:44 -0400 | [diff] [blame] | 1075 | nfs4_inode_return_delegation(inode); |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1076 | } |
| 1077 | |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 1078 | static struct nfs4_state *nfs4_try_open_cached(struct nfs4_opendata *opendata) |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1079 | { |
| 1080 | struct nfs4_state *state = opendata->state; |
| 1081 | struct nfs_inode *nfsi = NFS_I(state->inode); |
| 1082 | struct nfs_delegation *delegation; |
Trond Myklebust | f448bad | 2013-05-29 15:36:40 -0400 | [diff] [blame] | 1083 | int open_mode = opendata->o_arg.open_flags; |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1084 | fmode_t fmode = opendata->o_arg.fmode; |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1085 | nfs4_stateid stateid; |
| 1086 | int ret = -EAGAIN; |
| 1087 | |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1088 | for (;;) { |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1089 | if (can_open_cached(state, fmode, open_mode)) { |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 1090 | spin_lock(&state->owner->so_lock); |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1091 | if (can_open_cached(state, fmode, open_mode)) { |
| 1092 | update_open_stateflags(state, fmode); |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 1093 | spin_unlock(&state->owner->so_lock); |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 1094 | goto out_return_state; |
| 1095 | } |
| 1096 | spin_unlock(&state->owner->so_lock); |
| 1097 | } |
Trond Myklebust | 3431043 | 2008-12-23 15:21:38 -0500 | [diff] [blame] | 1098 | rcu_read_lock(); |
| 1099 | delegation = rcu_dereference(nfsi->delegation); |
Trond Myklebust | 652f89f | 2011-12-09 19:05:58 -0500 | [diff] [blame] | 1100 | if (!can_open_delegated(delegation, fmode)) { |
Trond Myklebust | 3431043 | 2008-12-23 15:21:38 -0500 | [diff] [blame] | 1101 | rcu_read_unlock(); |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 1102 | break; |
Trond Myklebust | 3431043 | 2008-12-23 15:21:38 -0500 | [diff] [blame] | 1103 | } |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1104 | /* Save the delegation */ |
Trond Myklebust | f597c53 | 2012-03-04 18:13:56 -0500 | [diff] [blame] | 1105 | nfs4_stateid_copy(&stateid, &delegation->stateid); |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1106 | rcu_read_unlock(); |
Trond Myklebust | fa33294 | 2013-04-09 12:56:52 -0400 | [diff] [blame] | 1107 | nfs_release_seqid(opendata->o_arg.seqid); |
Trond Myklebust | bdeca1b | 2013-04-23 14:52:44 -0400 | [diff] [blame] | 1108 | if (!opendata->is_recover) { |
| 1109 | ret = nfs_may_open(state->inode, state->owner->so_cred, open_mode); |
| 1110 | if (ret != 0) |
| 1111 | goto out; |
| 1112 | } |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1113 | ret = -EAGAIN; |
Trond Myklebust | 3431043 | 2008-12-23 15:21:38 -0500 | [diff] [blame] | 1114 | |
| 1115 | /* Try to update the stateid using the delegation */ |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1116 | if (update_open_stateid(state, NULL, &stateid, fmode)) |
Trond Myklebust | 3431043 | 2008-12-23 15:21:38 -0500 | [diff] [blame] | 1117 | goto out_return_state; |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1118 | } |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1119 | out: |
| 1120 | return ERR_PTR(ret); |
| 1121 | out_return_state: |
| 1122 | atomic_inc(&state->count); |
| 1123 | return state; |
| 1124 | } |
| 1125 | |
Andy Adamson | e23008e | 2012-10-02 21:07:32 -0400 | [diff] [blame] | 1126 | static void |
| 1127 | nfs4_opendata_check_deleg(struct nfs4_opendata *data, struct nfs4_state *state) |
| 1128 | { |
| 1129 | struct nfs_client *clp = NFS_SERVER(state->inode)->nfs_client; |
| 1130 | struct nfs_delegation *delegation; |
| 1131 | int delegation_flags = 0; |
| 1132 | |
| 1133 | rcu_read_lock(); |
| 1134 | delegation = rcu_dereference(NFS_I(state->inode)->delegation); |
| 1135 | if (delegation) |
| 1136 | delegation_flags = delegation->flags; |
| 1137 | rcu_read_unlock(); |
| 1138 | if (data->o_arg.claim == NFS4_OPEN_CLAIM_DELEGATE_CUR) { |
| 1139 | pr_err_ratelimited("NFS: Broken NFSv4 server %s is " |
| 1140 | "returning a delegation for " |
| 1141 | "OPEN(CLAIM_DELEGATE_CUR)\n", |
| 1142 | clp->cl_hostname); |
| 1143 | } else if ((delegation_flags & 1UL<<NFS_DELEGATION_NEED_RECLAIM) == 0) |
| 1144 | nfs_inode_set_delegation(state->inode, |
| 1145 | data->owner->so_cred, |
| 1146 | &data->o_res); |
| 1147 | else |
| 1148 | nfs_inode_reclaim_delegation(state->inode, |
| 1149 | data->owner->so_cred, |
| 1150 | &data->o_res); |
| 1151 | } |
| 1152 | |
| 1153 | /* |
| 1154 | * Check the inode attributes against the CLAIM_PREVIOUS returned attributes |
| 1155 | * and update the nfs4_state. |
| 1156 | */ |
| 1157 | static struct nfs4_state * |
| 1158 | _nfs4_opendata_reclaim_to_nfs4_state(struct nfs4_opendata *data) |
| 1159 | { |
| 1160 | struct inode *inode = data->state->inode; |
| 1161 | struct nfs4_state *state = data->state; |
| 1162 | int ret; |
| 1163 | |
| 1164 | if (!data->rpc_done) { |
| 1165 | ret = data->rpc_status; |
| 1166 | goto err; |
| 1167 | } |
| 1168 | |
| 1169 | ret = -ESTALE; |
| 1170 | if (!(data->f_attr.valid & NFS_ATTR_FATTR_TYPE) || |
| 1171 | !(data->f_attr.valid & NFS_ATTR_FATTR_FILEID) || |
| 1172 | !(data->f_attr.valid & NFS_ATTR_FATTR_CHANGE)) |
| 1173 | goto err; |
| 1174 | |
| 1175 | ret = -ENOMEM; |
| 1176 | state = nfs4_get_open_state(inode, data->owner); |
| 1177 | if (state == NULL) |
| 1178 | goto err; |
| 1179 | |
| 1180 | ret = nfs_refresh_inode(inode, &data->f_attr); |
| 1181 | if (ret) |
| 1182 | goto err; |
| 1183 | |
| 1184 | if (data->o_res.delegation_type != 0) |
| 1185 | nfs4_opendata_check_deleg(data, state); |
| 1186 | update_open_stateid(state, &data->o_res.stateid, NULL, |
| 1187 | data->o_arg.fmode); |
| 1188 | |
| 1189 | return state; |
| 1190 | err: |
| 1191 | return ERR_PTR(ret); |
| 1192 | |
| 1193 | } |
| 1194 | |
| 1195 | static struct nfs4_state * |
| 1196 | _nfs4_opendata_to_nfs4_state(struct nfs4_opendata *data) |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1197 | { |
| 1198 | struct inode *inode; |
| 1199 | struct nfs4_state *state = NULL; |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 1200 | int ret; |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1201 | |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1202 | if (!data->rpc_done) { |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 1203 | state = nfs4_try_open_cached(data); |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1204 | goto out; |
| 1205 | } |
| 1206 | |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 1207 | ret = -EAGAIN; |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1208 | if (!(data->f_attr.valid & NFS_ATTR_FATTR)) |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 1209 | goto err; |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1210 | 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] | 1211 | ret = PTR_ERR(inode); |
Trond Myklebust | 03f28e3 | 2006-03-20 13:44:48 -0500 | [diff] [blame] | 1212 | if (IS_ERR(inode)) |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 1213 | goto err; |
| 1214 | ret = -ENOMEM; |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1215 | state = nfs4_get_open_state(inode, data->owner); |
| 1216 | if (state == NULL) |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 1217 | goto err_put_inode; |
Andy Adamson | e23008e | 2012-10-02 21:07:32 -0400 | [diff] [blame] | 1218 | if (data->o_res.delegation_type != 0) |
| 1219 | nfs4_opendata_check_deleg(data, state); |
Trond Myklebust | 3431043 | 2008-12-23 15:21:38 -0500 | [diff] [blame] | 1220 | update_open_stateid(state, &data->o_res.stateid, NULL, |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1221 | data->o_arg.fmode); |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1222 | iput(inode); |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1223 | out: |
Trond Myklebust | 7aa262b | 2013-02-28 16:19:59 -0800 | [diff] [blame] | 1224 | nfs_release_seqid(data->o_arg.seqid); |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1225 | return state; |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 1226 | err_put_inode: |
| 1227 | iput(inode); |
| 1228 | err: |
| 1229 | return ERR_PTR(ret); |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1230 | } |
| 1231 | |
Andy Adamson | e23008e | 2012-10-02 21:07:32 -0400 | [diff] [blame] | 1232 | static struct nfs4_state * |
| 1233 | nfs4_opendata_to_nfs4_state(struct nfs4_opendata *data) |
| 1234 | { |
| 1235 | if (data->o_arg.claim == NFS4_OPEN_CLAIM_PREVIOUS) |
| 1236 | return _nfs4_opendata_reclaim_to_nfs4_state(data); |
| 1237 | return _nfs4_opendata_to_nfs4_state(data); |
| 1238 | } |
| 1239 | |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1240 | static struct nfs_open_context *nfs4_state_find_open_context(struct nfs4_state *state) |
| 1241 | { |
| 1242 | struct nfs_inode *nfsi = NFS_I(state->inode); |
| 1243 | struct nfs_open_context *ctx; |
| 1244 | |
| 1245 | spin_lock(&state->inode->i_lock); |
| 1246 | list_for_each_entry(ctx, &nfsi->open_files, list) { |
| 1247 | if (ctx->state != state) |
| 1248 | continue; |
| 1249 | get_nfs_open_context(ctx); |
| 1250 | spin_unlock(&state->inode->i_lock); |
| 1251 | return ctx; |
| 1252 | } |
| 1253 | spin_unlock(&state->inode->i_lock); |
| 1254 | return ERR_PTR(-ENOENT); |
| 1255 | } |
| 1256 | |
Trond Myklebust | 4a1c089 | 2013-03-15 14:57:33 -0400 | [diff] [blame] | 1257 | static struct nfs4_opendata *nfs4_open_recoverdata_alloc(struct nfs_open_context *ctx, |
| 1258 | struct nfs4_state *state, enum open_claim_type4 claim) |
Trond Myklebust | 6f220ed | 2007-07-17 21:50:45 -0400 | [diff] [blame] | 1259 | { |
| 1260 | struct nfs4_opendata *opendata; |
| 1261 | |
Trond Myklebust | 4a1c089 | 2013-03-15 14:57:33 -0400 | [diff] [blame] | 1262 | opendata = nfs4_opendata_alloc(ctx->dentry, state->owner, 0, 0, |
| 1263 | NULL, claim, GFP_NOFS); |
Trond Myklebust | 6f220ed | 2007-07-17 21:50:45 -0400 | [diff] [blame] | 1264 | if (opendata == NULL) |
| 1265 | return ERR_PTR(-ENOMEM); |
| 1266 | opendata->state = state; |
| 1267 | atomic_inc(&state->count); |
| 1268 | return opendata; |
| 1269 | } |
| 1270 | |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1271 | 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] | 1272 | { |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 1273 | struct nfs4_state *newstate; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1274 | int ret; |
| 1275 | |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1276 | opendata->o_arg.open_flags = 0; |
| 1277 | opendata->o_arg.fmode = fmode; |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 1278 | memset(&opendata->o_res, 0, sizeof(opendata->o_res)); |
| 1279 | memset(&opendata->c_res, 0, sizeof(opendata->c_res)); |
| 1280 | nfs4_init_opendata_res(opendata); |
Alexandros Batsakis | b257957 | 2009-12-14 21:27:57 -0800 | [diff] [blame] | 1281 | ret = _nfs4_recover_proc_open(opendata); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1282 | if (ret != 0) |
| 1283 | return ret; |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 1284 | newstate = nfs4_opendata_to_nfs4_state(opendata); |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 1285 | if (IS_ERR(newstate)) |
| 1286 | return PTR_ERR(newstate); |
Al Viro | 643168c | 2011-06-22 18:20:23 -0400 | [diff] [blame] | 1287 | nfs4_close_state(newstate, fmode); |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 1288 | *res = newstate; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1289 | return 0; |
| 1290 | } |
| 1291 | |
| 1292 | static int nfs4_open_recover(struct nfs4_opendata *opendata, struct nfs4_state *state) |
| 1293 | { |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1294 | struct nfs4_state *newstate; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1295 | int ret; |
| 1296 | |
| 1297 | /* memory barrier prior to reading state->n_* */ |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 1298 | clear_bit(NFS_DELEGATED_STATE, &state->flags); |
Trond Myklebust | fd068b2 | 2013-04-22 11:29:51 -0400 | [diff] [blame] | 1299 | clear_bit(NFS_OPEN_STATE, &state->flags); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1300 | smp_rmb(); |
| 1301 | if (state->n_rdwr != 0) { |
Trond Myklebust | b0ed9db | 2010-10-04 17:59:08 -0400 | [diff] [blame] | 1302 | clear_bit(NFS_O_RDWR_STATE, &state->flags); |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 1303 | ret = nfs4_open_recover_helper(opendata, FMODE_READ|FMODE_WRITE, &newstate); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1304 | if (ret != 0) |
| 1305 | return ret; |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 1306 | if (newstate != state) |
| 1307 | return -ESTALE; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1308 | } |
| 1309 | if (state->n_wronly != 0) { |
Trond Myklebust | b0ed9db | 2010-10-04 17:59:08 -0400 | [diff] [blame] | 1310 | clear_bit(NFS_O_WRONLY_STATE, &state->flags); |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 1311 | ret = nfs4_open_recover_helper(opendata, FMODE_WRITE, &newstate); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1312 | if (ret != 0) |
| 1313 | return ret; |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 1314 | if (newstate != state) |
| 1315 | return -ESTALE; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1316 | } |
| 1317 | if (state->n_rdonly != 0) { |
Trond Myklebust | b0ed9db | 2010-10-04 17:59:08 -0400 | [diff] [blame] | 1318 | clear_bit(NFS_O_RDONLY_STATE, &state->flags); |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 1319 | ret = nfs4_open_recover_helper(opendata, FMODE_READ, &newstate); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1320 | if (ret != 0) |
| 1321 | return ret; |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 1322 | if (newstate != state) |
| 1323 | return -ESTALE; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1324 | } |
Trond Myklebust | 1ac7e2f | 2007-07-08 21:04:15 -0400 | [diff] [blame] | 1325 | /* |
| 1326 | * We may have performed cached opens for all three recoveries. |
| 1327 | * Check if we need to update the current stateid. |
| 1328 | */ |
| 1329 | if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0 && |
Trond Myklebust | f597c53 | 2012-03-04 18:13:56 -0500 | [diff] [blame] | 1330 | !nfs4_stateid_match(&state->stateid, &state->open_stateid)) { |
Trond Myklebust | 8bda4e4 | 2007-07-09 10:45:42 -0400 | [diff] [blame] | 1331 | write_seqlock(&state->seqlock); |
Trond Myklebust | 1ac7e2f | 2007-07-08 21:04:15 -0400 | [diff] [blame] | 1332 | if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) |
Trond Myklebust | f597c53 | 2012-03-04 18:13:56 -0500 | [diff] [blame] | 1333 | nfs4_stateid_copy(&state->stateid, &state->open_stateid); |
Trond Myklebust | 8bda4e4 | 2007-07-09 10:45:42 -0400 | [diff] [blame] | 1334 | write_sequnlock(&state->seqlock); |
Trond Myklebust | 1ac7e2f | 2007-07-08 21:04:15 -0400 | [diff] [blame] | 1335 | } |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1336 | return 0; |
| 1337 | } |
| 1338 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1339 | /* |
| 1340 | * OPEN_RECLAIM: |
| 1341 | * reclaim state on the server after a reboot. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1342 | */ |
Trond Myklebust | 539cd03 | 2007-06-05 11:46:42 -0400 | [diff] [blame] | 1343 | 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] | 1344 | { |
Trond Myklebust | 1ac7e2f | 2007-07-08 21:04:15 -0400 | [diff] [blame] | 1345 | struct nfs_delegation *delegation; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1346 | struct nfs4_opendata *opendata; |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1347 | fmode_t delegation_type = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1348 | int status; |
| 1349 | |
Trond Myklebust | 4a1c089 | 2013-03-15 14:57:33 -0400 | [diff] [blame] | 1350 | opendata = nfs4_open_recoverdata_alloc(ctx, state, |
| 1351 | NFS4_OPEN_CLAIM_PREVIOUS); |
Trond Myklebust | 6f220ed | 2007-07-17 21:50:45 -0400 | [diff] [blame] | 1352 | if (IS_ERR(opendata)) |
| 1353 | return PTR_ERR(opendata); |
Trond Myklebust | 1ac7e2f | 2007-07-08 21:04:15 -0400 | [diff] [blame] | 1354 | rcu_read_lock(); |
| 1355 | delegation = rcu_dereference(NFS_I(state->inode)->delegation); |
Trond Myklebust | 15c831b | 2008-12-23 15:21:39 -0500 | [diff] [blame] | 1356 | if (delegation != NULL && test_bit(NFS_DELEGATION_NEED_RECLAIM, &delegation->flags) != 0) |
Trond Myklebust | 65bbf6b | 2007-08-27 09:57:46 -0400 | [diff] [blame] | 1357 | delegation_type = delegation->type; |
Trond Myklebust | 1ac7e2f | 2007-07-08 21:04:15 -0400 | [diff] [blame] | 1358 | rcu_read_unlock(); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1359 | opendata->o_arg.u.delegation_type = delegation_type; |
| 1360 | status = nfs4_open_recover(opendata, state); |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 1361 | nfs4_opendata_put(opendata); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1362 | return status; |
| 1363 | } |
| 1364 | |
Trond Myklebust | 539cd03 | 2007-06-05 11:46:42 -0400 | [diff] [blame] | 1365 | 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] | 1366 | { |
| 1367 | struct nfs_server *server = NFS_SERVER(state->inode); |
| 1368 | struct nfs4_exception exception = { }; |
| 1369 | int err; |
| 1370 | do { |
Trond Myklebust | 539cd03 | 2007-06-05 11:46:42 -0400 | [diff] [blame] | 1371 | err = _nfs4_do_open_reclaim(ctx, state); |
Trond Myklebust | 49f9a0f | 2013-03-15 16:44:28 -0400 | [diff] [blame] | 1372 | if (nfs4_clear_cap_atomic_open_v1(server, err, &exception)) |
| 1373 | continue; |
Trond Myklebust | 168667c | 2010-10-19 19:47:49 -0400 | [diff] [blame] | 1374 | if (err != -NFS4ERR_DELAY) |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 1375 | break; |
| 1376 | nfs4_handle_exception(server, err, &exception); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1377 | } while (exception.retry); |
| 1378 | return err; |
| 1379 | } |
| 1380 | |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1381 | static int nfs4_open_reclaim(struct nfs4_state_owner *sp, struct nfs4_state *state) |
| 1382 | { |
| 1383 | struct nfs_open_context *ctx; |
| 1384 | int ret; |
| 1385 | |
| 1386 | ctx = nfs4_state_find_open_context(state); |
| 1387 | if (IS_ERR(ctx)) |
Trond Myklebust | 91876b1 | 2013-03-28 14:01:33 -0400 | [diff] [blame] | 1388 | return -EAGAIN; |
Trond Myklebust | 539cd03 | 2007-06-05 11:46:42 -0400 | [diff] [blame] | 1389 | ret = nfs4_do_open_reclaim(ctx, state); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1390 | put_nfs_open_context(ctx); |
| 1391 | return ret; |
| 1392 | } |
| 1393 | |
Trond Myklebust | db4f2e63 | 2013-04-01 15:56:46 -0400 | [diff] [blame] | 1394 | static int nfs4_handle_delegation_recall_error(struct nfs_server *server, struct nfs4_state *state, const nfs4_stateid *stateid, int err) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1395 | { |
Trond Myklebust | be76b5b | 2013-04-01 15:40:44 -0400 | [diff] [blame] | 1396 | switch (err) { |
| 1397 | default: |
| 1398 | printk(KERN_ERR "NFS: %s: unhandled error " |
| 1399 | "%d.\n", __func__, err); |
| 1400 | case 0: |
| 1401 | case -ENOENT: |
| 1402 | case -ESTALE: |
| 1403 | break; |
| 1404 | case -NFS4ERR_BADSESSION: |
| 1405 | case -NFS4ERR_BADSLOT: |
| 1406 | case -NFS4ERR_BAD_HIGH_SLOT: |
| 1407 | case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION: |
| 1408 | case -NFS4ERR_DEADSESSION: |
| 1409 | set_bit(NFS_DELEGATED_STATE, &state->flags); |
| 1410 | nfs4_schedule_session_recovery(server->nfs_client->cl_session, err); |
| 1411 | return -EAGAIN; |
| 1412 | case -NFS4ERR_STALE_CLIENTID: |
| 1413 | case -NFS4ERR_STALE_STATEID: |
| 1414 | set_bit(NFS_DELEGATED_STATE, &state->flags); |
| 1415 | case -NFS4ERR_EXPIRED: |
| 1416 | /* Don't recall a delegation if it was lost */ |
| 1417 | nfs4_schedule_lease_recovery(server->nfs_client); |
| 1418 | return -EAGAIN; |
| 1419 | case -NFS4ERR_DELEG_REVOKED: |
| 1420 | case -NFS4ERR_ADMIN_REVOKED: |
| 1421 | case -NFS4ERR_BAD_STATEID: |
Trond Myklebust | db4f2e63 | 2013-04-01 15:56:46 -0400 | [diff] [blame] | 1422 | case -NFS4ERR_OPENMODE: |
Trond Myklebust | be76b5b | 2013-04-01 15:40:44 -0400 | [diff] [blame] | 1423 | nfs_inode_find_state_and_recover(state->inode, |
| 1424 | stateid); |
| 1425 | nfs4_schedule_stateid_recovery(server, state); |
Trond Myklebust | be76b5b | 2013-04-01 15:40:44 -0400 | [diff] [blame] | 1426 | return 0; |
| 1427 | case -NFS4ERR_DELAY: |
| 1428 | case -NFS4ERR_GRACE: |
| 1429 | set_bit(NFS_DELEGATED_STATE, &state->flags); |
| 1430 | ssleep(1); |
| 1431 | return -EAGAIN; |
Trond Myklebust | db4f2e63 | 2013-04-01 15:56:46 -0400 | [diff] [blame] | 1432 | case -ENOMEM: |
| 1433 | case -NFS4ERR_DENIED: |
| 1434 | /* kill_proc(fl->fl_pid, SIGLOST, 1); */ |
| 1435 | return 0; |
Trond Myklebust | be76b5b | 2013-04-01 15:40:44 -0400 | [diff] [blame] | 1436 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1437 | return err; |
| 1438 | } |
| 1439 | |
Trond Myklebust | db4f2e63 | 2013-04-01 15:56:46 -0400 | [diff] [blame] | 1440 | int nfs4_open_delegation_recall(struct nfs_open_context *ctx, struct nfs4_state *state, const nfs4_stateid *stateid) |
| 1441 | { |
| 1442 | struct nfs_server *server = NFS_SERVER(state->inode); |
| 1443 | struct nfs4_opendata *opendata; |
| 1444 | int err; |
| 1445 | |
| 1446 | opendata = nfs4_open_recoverdata_alloc(ctx, state, |
| 1447 | NFS4_OPEN_CLAIM_DELEG_CUR_FH); |
| 1448 | if (IS_ERR(opendata)) |
| 1449 | return PTR_ERR(opendata); |
| 1450 | nfs4_stateid_copy(&opendata->o_arg.u.delegation, stateid); |
| 1451 | err = nfs4_open_recover(opendata, state); |
| 1452 | nfs4_opendata_put(opendata); |
| 1453 | return nfs4_handle_delegation_recall_error(server, state, stateid, err); |
| 1454 | } |
| 1455 | |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 1456 | static void nfs4_open_confirm_done(struct rpc_task *task, void *calldata) |
| 1457 | { |
| 1458 | struct nfs4_opendata *data = calldata; |
| 1459 | |
| 1460 | data->rpc_status = task->tk_status; |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 1461 | if (data->rpc_status == 0) { |
Trond Myklebust | f597c53 | 2012-03-04 18:13:56 -0500 | [diff] [blame] | 1462 | nfs4_stateid_copy(&data->o_res.stateid, &data->c_res.stateid); |
Trond Myklebust | bb22629 | 2008-01-02 15:19:18 -0500 | [diff] [blame] | 1463 | nfs_confirm_seqid(&data->owner->so_seqid, 0); |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 1464 | renew_lease(data->o_res.server, data->timestamp); |
Trond Myklebust | 3e30991 | 2007-07-07 13:19:59 -0400 | [diff] [blame] | 1465 | data->rpc_done = 1; |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 1466 | } |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 1467 | } |
| 1468 | |
| 1469 | static void nfs4_open_confirm_release(void *calldata) |
| 1470 | { |
| 1471 | struct nfs4_opendata *data = calldata; |
| 1472 | struct nfs4_state *state = NULL; |
| 1473 | |
| 1474 | /* If this request hasn't been cancelled, do nothing */ |
| 1475 | if (data->cancelled == 0) |
| 1476 | goto out_free; |
| 1477 | /* In case of error, no cleanup! */ |
Trond Myklebust | 3e30991 | 2007-07-07 13:19:59 -0400 | [diff] [blame] | 1478 | if (!data->rpc_done) |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 1479 | goto out_free; |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 1480 | state = nfs4_opendata_to_nfs4_state(data); |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 1481 | if (!IS_ERR(state)) |
Al Viro | 643168c | 2011-06-22 18:20:23 -0400 | [diff] [blame] | 1482 | nfs4_close_state(state, data->o_arg.fmode); |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 1483 | out_free: |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 1484 | nfs4_opendata_put(data); |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 1485 | } |
| 1486 | |
| 1487 | static const struct rpc_call_ops nfs4_open_confirm_ops = { |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 1488 | .rpc_call_done = nfs4_open_confirm_done, |
| 1489 | .rpc_release = nfs4_open_confirm_release, |
| 1490 | }; |
| 1491 | |
| 1492 | /* |
| 1493 | * Note: On error, nfs4_proc_open_confirm will free the struct nfs4_opendata |
| 1494 | */ |
| 1495 | static int _nfs4_proc_open_confirm(struct nfs4_opendata *data) |
| 1496 | { |
| 1497 | struct nfs_server *server = NFS_SERVER(data->dir->d_inode); |
| 1498 | struct rpc_task *task; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 1499 | struct rpc_message msg = { |
| 1500 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_CONFIRM], |
| 1501 | .rpc_argp = &data->c_arg, |
| 1502 | .rpc_resp = &data->c_res, |
| 1503 | .rpc_cred = data->owner->so_cred, |
| 1504 | }; |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 1505 | struct rpc_task_setup task_setup_data = { |
| 1506 | .rpc_client = server->client, |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 1507 | .rpc_message = &msg, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 1508 | .callback_ops = &nfs4_open_confirm_ops, |
| 1509 | .callback_data = data, |
Trond Myklebust | 101070c | 2008-02-19 20:04:23 -0500 | [diff] [blame] | 1510 | .workqueue = nfsiod_workqueue, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 1511 | .flags = RPC_TASK_ASYNC, |
| 1512 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1513 | int status; |
| 1514 | |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 1515 | kref_get(&data->kref); |
Trond Myklebust | 3e30991 | 2007-07-07 13:19:59 -0400 | [diff] [blame] | 1516 | data->rpc_done = 0; |
| 1517 | data->rpc_status = 0; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 1518 | data->timestamp = jiffies; |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 1519 | task = rpc_run_task(&task_setup_data); |
Trond Myklebust | 7a1218a | 2006-03-20 18:11:10 -0500 | [diff] [blame] | 1520 | if (IS_ERR(task)) |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 1521 | return PTR_ERR(task); |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 1522 | status = nfs4_wait_for_completion_rpc_task(task); |
| 1523 | if (status != 0) { |
| 1524 | data->cancelled = 1; |
| 1525 | smp_wmb(); |
| 1526 | } else |
| 1527 | status = data->rpc_status; |
Trond Myklebust | e6b3c4d | 2006-11-11 22:18:03 -0500 | [diff] [blame] | 1528 | rpc_put_task(task); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1529 | return status; |
| 1530 | } |
| 1531 | |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1532 | static void nfs4_open_prepare(struct rpc_task *task, void *calldata) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1533 | { |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1534 | struct nfs4_opendata *data = calldata; |
| 1535 | struct nfs4_state_owner *sp = data->owner; |
Trond Myklebust | 549b19c | 2013-04-16 18:42:34 -0400 | [diff] [blame] | 1536 | struct nfs_client *clp = sp->so_server->nfs_client; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 1537 | |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1538 | if (nfs_wait_on_sequence(data->o_arg.seqid, task) != 0) |
Trond Myklebust | c8da19b | 2013-02-11 19:01:21 -0500 | [diff] [blame] | 1539 | goto out_wait; |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1540 | /* |
| 1541 | * Check if we still need to send an OPEN call, or if we can use |
| 1542 | * a delegation instead. |
| 1543 | */ |
| 1544 | if (data->state != NULL) { |
| 1545 | struct nfs_delegation *delegation; |
| 1546 | |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 1547 | 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] | 1548 | goto out_no_action; |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1549 | rcu_read_lock(); |
| 1550 | delegation = rcu_dereference(NFS_I(data->state->inode)->delegation); |
Trond Myklebust | 652f89f | 2011-12-09 19:05:58 -0500 | [diff] [blame] | 1551 | if (data->o_arg.claim != NFS4_OPEN_CLAIM_DELEGATE_CUR && |
Trond Myklebust | cd4c9be | 2013-04-23 14:46:25 -0400 | [diff] [blame] | 1552 | data->o_arg.claim != NFS4_OPEN_CLAIM_DELEG_CUR_FH && |
Trond Myklebust | 652f89f | 2011-12-09 19:05:58 -0500 | [diff] [blame] | 1553 | can_open_delegated(delegation, data->o_arg.fmode)) |
| 1554 | goto unlock_no_action; |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 1555 | rcu_read_unlock(); |
| 1556 | } |
Trond Myklebust | 95b72eb | 2012-04-20 19:24:51 -0400 | [diff] [blame] | 1557 | /* Update client id. */ |
Trond Myklebust | 549b19c | 2013-04-16 18:42:34 -0400 | [diff] [blame] | 1558 | data->o_arg.clientid = clp->cl_clientid; |
Trond Myklebust | 8188df1 | 2013-04-23 14:31:19 -0400 | [diff] [blame] | 1559 | switch (data->o_arg.claim) { |
| 1560 | case NFS4_OPEN_CLAIM_PREVIOUS: |
| 1561 | case NFS4_OPEN_CLAIM_DELEG_CUR_FH: |
| 1562 | case NFS4_OPEN_CLAIM_DELEG_PREV_FH: |
Andy Adamson | e23008e | 2012-10-02 21:07:32 -0400 | [diff] [blame] | 1563 | data->o_arg.open_bitmap = &nfs4_open_noattr_bitmap[0]; |
Trond Myklebust | 8188df1 | 2013-04-23 14:31:19 -0400 | [diff] [blame] | 1564 | case NFS4_OPEN_CLAIM_FH: |
| 1565 | task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_NOATTR]; |
Trond Myklebust | 6f220ed | 2007-07-17 21:50:45 -0400 | [diff] [blame] | 1566 | nfs_copy_fh(&data->o_res.fh, data->o_arg.fh); |
| 1567 | } |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 1568 | data->timestamp = jiffies; |
Trond Myklebust | 035168a | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 1569 | if (nfs4_setup_sequence(data->o_arg.server, |
Andy Adamson | d898528 | 2009-04-01 09:22:21 -0400 | [diff] [blame] | 1570 | &data->o_arg.seq_args, |
Trond Myklebust | 2240a9e | 2012-10-29 18:37:40 -0400 | [diff] [blame] | 1571 | &data->o_res.seq_res, |
| 1572 | task) != 0) |
| 1573 | nfs_release_seqid(data->o_arg.seqid); |
Trond Myklebust | 549b19c | 2013-04-16 18:42:34 -0400 | [diff] [blame] | 1574 | |
| 1575 | /* Set the create mode (note dependency on the session type) */ |
| 1576 | data->o_arg.createmode = NFS4_CREATE_UNCHECKED; |
| 1577 | if (data->o_arg.open_flags & O_EXCL) { |
| 1578 | data->o_arg.createmode = NFS4_CREATE_EXCLUSIVE; |
| 1579 | if (nfs4_has_persistent_session(clp)) |
| 1580 | data->o_arg.createmode = NFS4_CREATE_GUARDED; |
| 1581 | else if (clp->cl_mvops->minor_version > 0) |
| 1582 | data->o_arg.createmode = NFS4_CREATE_EXCLUSIVE4_1; |
| 1583 | } |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 1584 | return; |
Trond Myklebust | 652f89f | 2011-12-09 19:05:58 -0500 | [diff] [blame] | 1585 | unlock_no_action: |
| 1586 | rcu_read_unlock(); |
Trond Myklebust | 6ee4126 | 2007-07-08 14:11:36 -0400 | [diff] [blame] | 1587 | out_no_action: |
| 1588 | task->tk_action = NULL; |
Trond Myklebust | c8da19b | 2013-02-11 19:01:21 -0500 | [diff] [blame] | 1589 | out_wait: |
Trond Myklebust | b75ad4c | 2012-11-29 17:27:47 -0500 | [diff] [blame] | 1590 | nfs4_sequence_done(task, &data->o_res.seq_res); |
Alexandros Batsakis | b257957 | 2009-12-14 21:27:57 -0800 | [diff] [blame] | 1591 | } |
| 1592 | |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1593 | static void nfs4_open_done(struct rpc_task *task, void *calldata) |
| 1594 | { |
| 1595 | struct nfs4_opendata *data = calldata; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1596 | |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1597 | data->rpc_status = task->tk_status; |
Andy Adamson | d898528 | 2009-04-01 09:22:21 -0400 | [diff] [blame] | 1598 | |
Trond Myklebust | 14516c3 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 1599 | if (!nfs4_sequence_done(task, &data->o_res.seq_res)) |
| 1600 | return; |
Andy Adamson | d898528 | 2009-04-01 09:22:21 -0400 | [diff] [blame] | 1601 | |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1602 | if (task->tk_status == 0) { |
Trond Myklebust | 807d66d8 | 2012-10-02 17:09:00 -0700 | [diff] [blame] | 1603 | if (data->o_res.f_attr->valid & NFS_ATTR_FATTR_TYPE) { |
| 1604 | switch (data->o_res.f_attr->mode & S_IFMT) { |
Trond Myklebust | 6f926b5 | 2005-10-18 14:20:18 -0700 | [diff] [blame] | 1605 | case S_IFREG: |
| 1606 | break; |
| 1607 | case S_IFLNK: |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1608 | data->rpc_status = -ELOOP; |
Trond Myklebust | 6f926b5 | 2005-10-18 14:20:18 -0700 | [diff] [blame] | 1609 | break; |
| 1610 | case S_IFDIR: |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1611 | data->rpc_status = -EISDIR; |
Trond Myklebust | 6f926b5 | 2005-10-18 14:20:18 -0700 | [diff] [blame] | 1612 | break; |
| 1613 | default: |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1614 | data->rpc_status = -ENOTDIR; |
Trond Myklebust | 807d66d8 | 2012-10-02 17:09:00 -0700 | [diff] [blame] | 1615 | } |
Trond Myklebust | 6f926b5 | 2005-10-18 14:20:18 -0700 | [diff] [blame] | 1616 | } |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 1617 | renew_lease(data->o_res.server, data->timestamp); |
Trond Myklebust | 0f9f95e | 2007-07-08 16:19:56 -0400 | [diff] [blame] | 1618 | if (!(data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM)) |
| 1619 | nfs_confirm_seqid(&data->owner->so_seqid, 0); |
Trond Myklebust | 6f926b5 | 2005-10-18 14:20:18 -0700 | [diff] [blame] | 1620 | } |
Trond Myklebust | 3e30991 | 2007-07-07 13:19:59 -0400 | [diff] [blame] | 1621 | data->rpc_done = 1; |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1622 | } |
Trond Myklebust | 6f926b5 | 2005-10-18 14:20:18 -0700 | [diff] [blame] | 1623 | |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1624 | static void nfs4_open_release(void *calldata) |
| 1625 | { |
| 1626 | struct nfs4_opendata *data = calldata; |
| 1627 | struct nfs4_state *state = NULL; |
| 1628 | |
| 1629 | /* If this request hasn't been cancelled, do nothing */ |
| 1630 | if (data->cancelled == 0) |
| 1631 | goto out_free; |
| 1632 | /* In case of error, no cleanup! */ |
Trond Myklebust | 3e30991 | 2007-07-07 13:19:59 -0400 | [diff] [blame] | 1633 | if (data->rpc_status != 0 || !data->rpc_done) |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1634 | goto out_free; |
| 1635 | /* In case we need an open_confirm, no cleanup! */ |
| 1636 | if (data->o_res.rflags & NFS4_OPEN_RESULT_CONFIRM) |
| 1637 | goto out_free; |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1638 | state = nfs4_opendata_to_nfs4_state(data); |
Trond Myklebust | 1b370bc | 2007-07-07 08:04:47 -0400 | [diff] [blame] | 1639 | if (!IS_ERR(state)) |
Al Viro | 643168c | 2011-06-22 18:20:23 -0400 | [diff] [blame] | 1640 | nfs4_close_state(state, data->o_arg.fmode); |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1641 | out_free: |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 1642 | nfs4_opendata_put(data); |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1643 | } |
| 1644 | |
| 1645 | static const struct rpc_call_ops nfs4_open_ops = { |
| 1646 | .rpc_call_prepare = nfs4_open_prepare, |
| 1647 | .rpc_call_done = nfs4_open_done, |
| 1648 | .rpc_release = nfs4_open_release, |
| 1649 | }; |
| 1650 | |
Alexandros Batsakis | b257957 | 2009-12-14 21:27:57 -0800 | [diff] [blame] | 1651 | static int nfs4_run_open_task(struct nfs4_opendata *data, int isrecover) |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1652 | { |
| 1653 | struct inode *dir = data->dir->d_inode; |
| 1654 | struct nfs_server *server = NFS_SERVER(dir); |
| 1655 | struct nfs_openargs *o_arg = &data->o_arg; |
| 1656 | struct nfs_openres *o_res = &data->o_res; |
| 1657 | struct rpc_task *task; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 1658 | struct rpc_message msg = { |
| 1659 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN], |
| 1660 | .rpc_argp = o_arg, |
| 1661 | .rpc_resp = o_res, |
| 1662 | .rpc_cred = data->owner->so_cred, |
| 1663 | }; |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 1664 | struct rpc_task_setup task_setup_data = { |
| 1665 | .rpc_client = server->client, |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 1666 | .rpc_message = &msg, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 1667 | .callback_ops = &nfs4_open_ops, |
| 1668 | .callback_data = data, |
Trond Myklebust | 101070c | 2008-02-19 20:04:23 -0500 | [diff] [blame] | 1669 | .workqueue = nfsiod_workqueue, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 1670 | .flags = RPC_TASK_ASYNC, |
| 1671 | }; |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1672 | int status; |
| 1673 | |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 1674 | nfs41_init_sequence(&o_arg->seq_args, &o_res->seq_res, 1); |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 1675 | kref_get(&data->kref); |
Trond Myklebust | 3e30991 | 2007-07-07 13:19:59 -0400 | [diff] [blame] | 1676 | data->rpc_done = 0; |
| 1677 | data->rpc_status = 0; |
Trond Myklebust | 2ced46c | 2007-07-03 23:48:13 -0400 | [diff] [blame] | 1678 | data->cancelled = 0; |
Trond Myklebust | bdeca1b | 2013-04-23 14:52:44 -0400 | [diff] [blame] | 1679 | data->is_recover = 0; |
| 1680 | if (isrecover) { |
Trond Myklebust | 8fe72ba | 2012-10-29 19:02:20 -0400 | [diff] [blame] | 1681 | nfs4_set_sequence_privileged(&o_arg->seq_args); |
Trond Myklebust | bdeca1b | 2013-04-23 14:52:44 -0400 | [diff] [blame] | 1682 | data->is_recover = 1; |
| 1683 | } |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 1684 | task = rpc_run_task(&task_setup_data); |
Alexandros Batsakis | b257957 | 2009-12-14 21:27:57 -0800 | [diff] [blame] | 1685 | if (IS_ERR(task)) |
| 1686 | return PTR_ERR(task); |
| 1687 | status = nfs4_wait_for_completion_rpc_task(task); |
| 1688 | if (status != 0) { |
| 1689 | data->cancelled = 1; |
| 1690 | smp_wmb(); |
| 1691 | } else |
| 1692 | status = data->rpc_status; |
| 1693 | rpc_put_task(task); |
| 1694 | |
| 1695 | return status; |
| 1696 | } |
| 1697 | |
| 1698 | static int _nfs4_recover_proc_open(struct nfs4_opendata *data) |
| 1699 | { |
| 1700 | struct inode *dir = data->dir->d_inode; |
| 1701 | struct nfs_openres *o_res = &data->o_res; |
| 1702 | int status; |
| 1703 | |
| 1704 | status = nfs4_run_open_task(data, 1); |
| 1705 | if (status != 0 || !data->rpc_done) |
| 1706 | return status; |
| 1707 | |
Trond Myklebust | 6926afd | 2012-01-07 13:22:46 -0500 | [diff] [blame] | 1708 | nfs_fattr_map_and_free_names(NFS_SERVER(dir), &data->f_attr); |
| 1709 | |
Alexandros Batsakis | b257957 | 2009-12-14 21:27:57 -0800 | [diff] [blame] | 1710 | if (o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) { |
| 1711 | status = _nfs4_proc_open_confirm(data); |
| 1712 | if (status != 0) |
| 1713 | return status; |
| 1714 | } |
| 1715 | |
| 1716 | return status; |
| 1717 | } |
| 1718 | |
Weston Andros Adamson | 6168f62 | 2012-09-10 14:00:46 -0400 | [diff] [blame] | 1719 | static int nfs4_opendata_access(struct rpc_cred *cred, |
| 1720 | struct nfs4_opendata *opendata, |
Weston Andros Adamson | f8d9a89 | 2013-01-03 16:42:29 -0500 | [diff] [blame] | 1721 | struct nfs4_state *state, fmode_t fmode, |
| 1722 | int openflags) |
Weston Andros Adamson | 6168f62 | 2012-09-10 14:00:46 -0400 | [diff] [blame] | 1723 | { |
| 1724 | struct nfs_access_entry cache; |
| 1725 | u32 mask; |
| 1726 | |
| 1727 | /* access call failed or for some reason the server doesn't |
| 1728 | * support any access modes -- defer access call until later */ |
| 1729 | if (opendata->o_res.access_supported == 0) |
| 1730 | return 0; |
| 1731 | |
| 1732 | mask = 0; |
Weston Andros Adamson | bbd3a8e | 2012-10-02 14:49:51 -0700 | [diff] [blame] | 1733 | /* don't check MAY_WRITE - a newly created file may not have |
Weston Andros Adamson | f8d9a89 | 2013-01-03 16:42:29 -0500 | [diff] [blame] | 1734 | * write mode bits, but POSIX allows the creating process to write. |
| 1735 | * use openflags to check for exec, because fmode won't |
| 1736 | * always have FMODE_EXEC set when file open for exec. */ |
| 1737 | if (openflags & __FMODE_EXEC) { |
| 1738 | /* ONLY check for exec rights */ |
| 1739 | mask = MAY_EXEC; |
| 1740 | } else if (fmode & FMODE_READ) |
| 1741 | mask = MAY_READ; |
Weston Andros Adamson | 6168f62 | 2012-09-10 14:00:46 -0400 | [diff] [blame] | 1742 | |
| 1743 | cache.cred = cred; |
| 1744 | cache.jiffies = jiffies; |
| 1745 | nfs_access_set_mask(&cache, opendata->o_res.access_result); |
| 1746 | nfs_access_add_cache(state->inode, &cache); |
| 1747 | |
Weston Andros Adamson | bbd3a8e | 2012-10-02 14:49:51 -0700 | [diff] [blame] | 1748 | if ((mask & ~cache.mask & (MAY_READ | MAY_EXEC)) == 0) |
Weston Andros Adamson | 6168f62 | 2012-09-10 14:00:46 -0400 | [diff] [blame] | 1749 | return 0; |
| 1750 | |
| 1751 | /* even though OPEN succeeded, access is denied. Close the file */ |
| 1752 | nfs4_close_state(state, fmode); |
Weston Andros Adamson | 998f40b | 2012-11-02 18:00:56 -0400 | [diff] [blame] | 1753 | return -EACCES; |
Weston Andros Adamson | 6168f62 | 2012-09-10 14:00:46 -0400 | [diff] [blame] | 1754 | } |
| 1755 | |
Alexandros Batsakis | b257957 | 2009-12-14 21:27:57 -0800 | [diff] [blame] | 1756 | /* |
| 1757 | * Note: On error, nfs4_proc_open will free the struct nfs4_opendata |
| 1758 | */ |
| 1759 | static int _nfs4_proc_open(struct nfs4_opendata *data) |
| 1760 | { |
| 1761 | struct inode *dir = data->dir->d_inode; |
| 1762 | struct nfs_server *server = NFS_SERVER(dir); |
| 1763 | struct nfs_openargs *o_arg = &data->o_arg; |
| 1764 | struct nfs_openres *o_res = &data->o_res; |
| 1765 | int status; |
| 1766 | |
| 1767 | status = nfs4_run_open_task(data, 0); |
Trond Myklebust | 08ef7bd | 2011-10-18 16:11:49 -0700 | [diff] [blame] | 1768 | if (!data->rpc_done) |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1769 | return status; |
Trond Myklebust | 08ef7bd | 2011-10-18 16:11:49 -0700 | [diff] [blame] | 1770 | if (status != 0) { |
| 1771 | if (status == -NFS4ERR_BADNAME && |
| 1772 | !(o_arg->open_flags & O_CREAT)) |
| 1773 | return -ENOENT; |
| 1774 | return status; |
| 1775 | } |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1776 | |
Trond Myklebust | 6926afd | 2012-01-07 13:22:46 -0500 | [diff] [blame] | 1777 | nfs_fattr_map_and_free_names(server, &data->f_attr); |
| 1778 | |
Trond Myklebust | 90ff0c5 | 2012-04-27 13:48:18 -0400 | [diff] [blame] | 1779 | if (o_arg->open_flags & O_CREAT) |
Trond Myklebust | 56ae19f | 2005-10-27 22:12:40 -0400 | [diff] [blame] | 1780 | update_changeattr(dir, &o_res->cinfo); |
Trond Myklebust | 0df5dd4 | 2010-04-11 16:48:44 -0400 | [diff] [blame] | 1781 | if ((o_res->rflags & NFS4_OPEN_RESULT_LOCKTYPE_POSIX) == 0) |
| 1782 | server->caps &= ~NFS_CAP_POSIX_LOCK; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1783 | if(o_res->rflags & NFS4_OPEN_RESULT_CONFIRM) { |
Trond Myklebust | cdd4e68 | 2006-01-03 09:55:12 +0100 | [diff] [blame] | 1784 | status = _nfs4_proc_open_confirm(data); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1785 | if (status != 0) |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1786 | return status; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1787 | } |
| 1788 | if (!(o_res->f_attr->valid & NFS_ATTR_FATTR)) |
Trond Myklebust | 9936781 | 2007-07-17 21:52:41 -0400 | [diff] [blame] | 1789 | _nfs4_proc_getattr(server, &o_res->fh, o_res->f_attr); |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1790 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1791 | } |
| 1792 | |
Andy Adamson | d83217c | 2011-03-01 01:34:17 +0000 | [diff] [blame] | 1793 | static int nfs4_recover_expired_lease(struct nfs_server *server) |
| 1794 | { |
| 1795 | return nfs4_client_recover_expired_lease(server->nfs_client); |
| 1796 | } |
| 1797 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1798 | /* |
| 1799 | * OPEN_EXPIRED: |
| 1800 | * reclaim state on the server after a network partition. |
| 1801 | * Assumes caller holds the appropriate lock |
| 1802 | */ |
Trond Myklebust | 539cd03 | 2007-06-05 11:46:42 -0400 | [diff] [blame] | 1803 | 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] | 1804 | { |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 1805 | struct nfs4_opendata *opendata; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1806 | int ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1807 | |
Trond Myklebust | 4a1c089 | 2013-03-15 14:57:33 -0400 | [diff] [blame] | 1808 | opendata = nfs4_open_recoverdata_alloc(ctx, state, |
Trond Myklebust | 49f9a0f | 2013-03-15 16:44:28 -0400 | [diff] [blame] | 1809 | NFS4_OPEN_CLAIM_FH); |
Trond Myklebust | 6f220ed | 2007-07-17 21:50:45 -0400 | [diff] [blame] | 1810 | if (IS_ERR(opendata)) |
| 1811 | return PTR_ERR(opendata); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1812 | ret = nfs4_open_recover(opendata, state); |
Trond Myklebust | 35d0577 | 2008-04-05 15:54:17 -0400 | [diff] [blame] | 1813 | if (ret == -ESTALE) |
Al Viro | 3d4ff43 | 2011-06-22 18:40:12 -0400 | [diff] [blame] | 1814 | d_drop(ctx->dentry); |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 1815 | nfs4_opendata_put(opendata); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1816 | return ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1817 | } |
| 1818 | |
Trond Myklebust | a9ed2e2 | 2009-12-03 15:53:21 -0500 | [diff] [blame] | 1819 | 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] | 1820 | { |
Trond Myklebust | 539cd03 | 2007-06-05 11:46:42 -0400 | [diff] [blame] | 1821 | struct nfs_server *server = NFS_SERVER(state->inode); |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 1822 | struct nfs4_exception exception = { }; |
| 1823 | int err; |
| 1824 | |
| 1825 | do { |
Trond Myklebust | 539cd03 | 2007-06-05 11:46:42 -0400 | [diff] [blame] | 1826 | err = _nfs4_open_expired(ctx, state); |
Trond Myklebust | 49f9a0f | 2013-03-15 16:44:28 -0400 | [diff] [blame] | 1827 | if (nfs4_clear_cap_atomic_open_v1(server, err, &exception)) |
| 1828 | continue; |
Trond Myklebust | a9ed2e2 | 2009-12-03 15:53:21 -0500 | [diff] [blame] | 1829 | switch (err) { |
| 1830 | default: |
| 1831 | goto out; |
| 1832 | case -NFS4ERR_GRACE: |
| 1833 | case -NFS4ERR_DELAY: |
| 1834 | nfs4_handle_exception(server, err, &exception); |
| 1835 | err = 0; |
| 1836 | } |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 1837 | } while (exception.retry); |
Trond Myklebust | a9ed2e2 | 2009-12-03 15:53:21 -0500 | [diff] [blame] | 1838 | out: |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 1839 | return err; |
| 1840 | } |
| 1841 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1842 | static int nfs4_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state) |
| 1843 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1844 | struct nfs_open_context *ctx; |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1845 | int ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1846 | |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1847 | ctx = nfs4_state_find_open_context(state); |
| 1848 | if (IS_ERR(ctx)) |
Trond Myklebust | 91876b1 | 2013-03-28 14:01:33 -0400 | [diff] [blame] | 1849 | return -EAGAIN; |
Trond Myklebust | 539cd03 | 2007-06-05 11:46:42 -0400 | [diff] [blame] | 1850 | ret = nfs4_do_open_expired(ctx, state); |
Trond Myklebust | 864472e | 2006-01-03 09:55:15 +0100 | [diff] [blame] | 1851 | put_nfs_open_context(ctx); |
| 1852 | return ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1853 | } |
| 1854 | |
Bryan Schumaker | f062eb6 | 2011-06-02 14:59:10 -0400 | [diff] [blame] | 1855 | #if defined(CONFIG_NFS_V4_1) |
Chuck Lever | 3e60ffd | 2012-07-11 16:30:14 -0400 | [diff] [blame] | 1856 | static void nfs41_clear_delegation_stateid(struct nfs4_state *state) |
Bryan Schumaker | f062eb6 | 2011-06-02 14:59:10 -0400 | [diff] [blame] | 1857 | { |
Bryan Schumaker | f062eb6 | 2011-06-02 14:59:10 -0400 | [diff] [blame] | 1858 | struct nfs_server *server = NFS_SERVER(state->inode); |
Chuck Lever | 3e60ffd | 2012-07-11 16:30:14 -0400 | [diff] [blame] | 1859 | nfs4_stateid *stateid = &state->stateid; |
Trond Myklebust | ab7cb0d | 2013-05-20 11:20:27 -0400 | [diff] [blame] | 1860 | struct nfs_delegation *delegation; |
| 1861 | struct rpc_cred *cred = NULL; |
| 1862 | int status = -NFS4ERR_BAD_STATEID; |
Bryan Schumaker | f062eb6 | 2011-06-02 14:59:10 -0400 | [diff] [blame] | 1863 | |
Chuck Lever | 3e60ffd | 2012-07-11 16:30:14 -0400 | [diff] [blame] | 1864 | /* If a state reset has been done, test_stateid is unneeded */ |
| 1865 | if (test_bit(NFS_DELEGATED_STATE, &state->flags) == 0) |
| 1866 | return; |
| 1867 | |
Trond Myklebust | ab7cb0d | 2013-05-20 11:20:27 -0400 | [diff] [blame] | 1868 | /* Get the delegation credential for use by test/free_stateid */ |
| 1869 | rcu_read_lock(); |
| 1870 | delegation = rcu_dereference(NFS_I(state->inode)->delegation); |
| 1871 | if (delegation != NULL && |
| 1872 | nfs4_stateid_match(&delegation->stateid, stateid)) { |
| 1873 | cred = get_rpccred(delegation->cred); |
| 1874 | rcu_read_unlock(); |
| 1875 | status = nfs41_test_stateid(server, stateid, cred); |
| 1876 | } else |
| 1877 | rcu_read_unlock(); |
| 1878 | |
Chuck Lever | 3e60ffd | 2012-07-11 16:30:14 -0400 | [diff] [blame] | 1879 | if (status != NFS_OK) { |
| 1880 | /* Free the stateid unless the server explicitly |
| 1881 | * informs us the stateid is unrecognized. */ |
| 1882 | if (status != -NFS4ERR_BAD_STATEID) |
Trond Myklebust | ab7cb0d | 2013-05-20 11:20:27 -0400 | [diff] [blame] | 1883 | nfs41_free_stateid(server, stateid, cred); |
Bryan Schumaker | 6938867 | 2012-09-26 15:25:52 -0400 | [diff] [blame] | 1884 | nfs_remove_bad_delegation(state->inode); |
Chuck Lever | 3e60ffd | 2012-07-11 16:30:14 -0400 | [diff] [blame] | 1885 | |
Bryan Schumaker | 6938867 | 2012-09-26 15:25:52 -0400 | [diff] [blame] | 1886 | write_seqlock(&state->seqlock); |
| 1887 | nfs4_stateid_copy(&state->stateid, &state->open_stateid); |
| 1888 | write_sequnlock(&state->seqlock); |
Chuck Lever | 3e60ffd | 2012-07-11 16:30:14 -0400 | [diff] [blame] | 1889 | clear_bit(NFS_DELEGATED_STATE, &state->flags); |
| 1890 | } |
Trond Myklebust | ab7cb0d | 2013-05-20 11:20:27 -0400 | [diff] [blame] | 1891 | |
| 1892 | if (cred != NULL) |
| 1893 | put_rpccred(cred); |
Chuck Lever | 3e60ffd | 2012-07-11 16:30:14 -0400 | [diff] [blame] | 1894 | } |
| 1895 | |
| 1896 | /** |
| 1897 | * nfs41_check_open_stateid - possibly free an open stateid |
| 1898 | * |
| 1899 | * @state: NFSv4 state for an inode |
| 1900 | * |
| 1901 | * Returns NFS_OK if recovery for this stateid is now finished. |
| 1902 | * Otherwise a negative NFS4ERR value is returned. |
| 1903 | */ |
| 1904 | static int nfs41_check_open_stateid(struct nfs4_state *state) |
| 1905 | { |
| 1906 | struct nfs_server *server = NFS_SERVER(state->inode); |
Bryan Schumaker | fcb6d9c | 2012-09-26 15:25:53 -0400 | [diff] [blame] | 1907 | nfs4_stateid *stateid = &state->open_stateid; |
Trond Myklebust | ab7cb0d | 2013-05-20 11:20:27 -0400 | [diff] [blame] | 1908 | struct rpc_cred *cred = state->owner->so_cred; |
Chuck Lever | 3e60ffd | 2012-07-11 16:30:14 -0400 | [diff] [blame] | 1909 | int status; |
| 1910 | |
| 1911 | /* If a state reset has been done, test_stateid is unneeded */ |
| 1912 | if ((test_bit(NFS_O_RDONLY_STATE, &state->flags) == 0) && |
| 1913 | (test_bit(NFS_O_WRONLY_STATE, &state->flags) == 0) && |
| 1914 | (test_bit(NFS_O_RDWR_STATE, &state->flags) == 0)) |
| 1915 | return -NFS4ERR_BAD_STATEID; |
| 1916 | |
Trond Myklebust | ab7cb0d | 2013-05-20 11:20:27 -0400 | [diff] [blame] | 1917 | status = nfs41_test_stateid(server, stateid, cred); |
Chuck Lever | 3e60ffd | 2012-07-11 16:30:14 -0400 | [diff] [blame] | 1918 | if (status != NFS_OK) { |
| 1919 | /* Free the stateid unless the server explicitly |
| 1920 | * informs us the stateid is unrecognized. */ |
| 1921 | if (status != -NFS4ERR_BAD_STATEID) |
Trond Myklebust | ab7cb0d | 2013-05-20 11:20:27 -0400 | [diff] [blame] | 1922 | nfs41_free_stateid(server, stateid, cred); |
Chuck Lever | 3e60ffd | 2012-07-11 16:30:14 -0400 | [diff] [blame] | 1923 | |
| 1924 | clear_bit(NFS_O_RDONLY_STATE, &state->flags); |
| 1925 | clear_bit(NFS_O_WRONLY_STATE, &state->flags); |
| 1926 | clear_bit(NFS_O_RDWR_STATE, &state->flags); |
Trond Myklebust | fd068b2 | 2013-04-22 11:29:51 -0400 | [diff] [blame] | 1927 | clear_bit(NFS_OPEN_STATE, &state->flags); |
Bryan Schumaker | b01dd1d | 2012-01-31 10:39:30 -0500 | [diff] [blame] | 1928 | } |
| 1929 | return status; |
| 1930 | } |
| 1931 | |
| 1932 | static int nfs41_open_expired(struct nfs4_state_owner *sp, struct nfs4_state *state) |
| 1933 | { |
Chuck Lever | eb64cf9 | 2012-07-11 16:30:05 -0400 | [diff] [blame] | 1934 | int status; |
Bryan Schumaker | b01dd1d | 2012-01-31 10:39:30 -0500 | [diff] [blame] | 1935 | |
Chuck Lever | 3e60ffd | 2012-07-11 16:30:14 -0400 | [diff] [blame] | 1936 | nfs41_clear_delegation_stateid(state); |
| 1937 | status = nfs41_check_open_stateid(state); |
Chuck Lever | eb64cf9 | 2012-07-11 16:30:05 -0400 | [diff] [blame] | 1938 | if (status != NFS_OK) |
| 1939 | status = nfs4_open_expired(sp, state); |
| 1940 | return status; |
Bryan Schumaker | f062eb6 | 2011-06-02 14:59:10 -0400 | [diff] [blame] | 1941 | } |
| 1942 | #endif |
| 1943 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1944 | /* |
Jeff Layton | aa53ed5 | 2007-06-05 14:49:03 -0400 | [diff] [blame] | 1945 | * on an EXCLUSIVE create, the server should send back a bitmask with FATTR4-* |
| 1946 | * fields corresponding to attributes that were used to store the verifier. |
| 1947 | * Make sure we clobber those fields in the later setattr call |
| 1948 | */ |
| 1949 | static inline void nfs4_exclusive_attrset(struct nfs4_opendata *opendata, struct iattr *sattr) |
| 1950 | { |
| 1951 | if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_ACCESS) && |
| 1952 | !(sattr->ia_valid & ATTR_ATIME_SET)) |
| 1953 | sattr->ia_valid |= ATTR_ATIME; |
| 1954 | |
| 1955 | if ((opendata->o_res.attrset[1] & FATTR4_WORD1_TIME_MODIFY) && |
| 1956 | !(sattr->ia_valid & ATTR_MTIME_SET)) |
| 1957 | sattr->ia_valid |= ATTR_MTIME; |
| 1958 | } |
| 1959 | |
Trond Myklebust | c21443c | 2013-02-07 14:26:21 -0500 | [diff] [blame] | 1960 | static int _nfs4_open_and_get_state(struct nfs4_opendata *opendata, |
| 1961 | fmode_t fmode, |
| 1962 | int flags, |
Trond Myklebust | 3efb972 | 2013-05-29 13:17:04 -0400 | [diff] [blame^] | 1963 | struct nfs_open_context *ctx) |
Trond Myklebust | c21443c | 2013-02-07 14:26:21 -0500 | [diff] [blame] | 1964 | { |
| 1965 | struct nfs4_state_owner *sp = opendata->owner; |
| 1966 | struct nfs_server *server = sp->so_server; |
| 1967 | struct nfs4_state *state; |
| 1968 | unsigned int seq; |
| 1969 | int ret; |
| 1970 | |
| 1971 | seq = raw_seqcount_begin(&sp->so_reclaim_seqcount); |
| 1972 | |
| 1973 | ret = _nfs4_proc_open(opendata); |
| 1974 | if (ret != 0) |
| 1975 | goto out; |
| 1976 | |
| 1977 | state = nfs4_opendata_to_nfs4_state(opendata); |
| 1978 | ret = PTR_ERR(state); |
| 1979 | if (IS_ERR(state)) |
| 1980 | goto out; |
| 1981 | if (server->caps & NFS_CAP_POSIX_LOCK) |
| 1982 | set_bit(NFS_STATE_POSIX_LOCKS, &state->flags); |
| 1983 | |
| 1984 | ret = nfs4_opendata_access(sp->so_cred, opendata, state, fmode, flags); |
| 1985 | if (ret != 0) |
| 1986 | goto out; |
| 1987 | |
Trond Myklebust | 3efb972 | 2013-05-29 13:17:04 -0400 | [diff] [blame^] | 1988 | ctx->state = state; |
Trond Myklebust | 91876b1 | 2013-03-28 14:01:33 -0400 | [diff] [blame] | 1989 | if (read_seqcount_retry(&sp->so_reclaim_seqcount, seq)) |
Trond Myklebust | c21443c | 2013-02-07 14:26:21 -0500 | [diff] [blame] | 1990 | nfs4_schedule_stateid_recovery(server, state); |
Trond Myklebust | c21443c | 2013-02-07 14:26:21 -0500 | [diff] [blame] | 1991 | out: |
| 1992 | return ret; |
| 1993 | } |
| 1994 | |
Jeff Layton | aa53ed5 | 2007-06-05 14:49:03 -0400 | [diff] [blame] | 1995 | /* |
Trond Myklebust | 24ac23a | 2006-01-03 09:55:11 +0100 | [diff] [blame] | 1996 | * Returns a referenced nfs4_state |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1997 | */ |
Andy Adamson | 82be417 | 2012-05-23 05:02:35 -0400 | [diff] [blame] | 1998 | static int _nfs4_do_open(struct inode *dir, |
Trond Myklebust | 4197a05 | 2013-05-29 12:37:49 -0400 | [diff] [blame] | 1999 | struct nfs_open_context *ctx, |
Andy Adamson | 82be417 | 2012-05-23 05:02:35 -0400 | [diff] [blame] | 2000 | int flags, |
Trond Myklebust | 3efb972 | 2013-05-29 13:17:04 -0400 | [diff] [blame^] | 2001 | struct iattr *sattr) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2002 | { |
| 2003 | struct nfs4_state_owner *sp; |
| 2004 | struct nfs4_state *state = NULL; |
| 2005 | struct nfs_server *server = NFS_SERVER(dir); |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 2006 | struct nfs4_opendata *opendata; |
Trond Myklebust | 4197a05 | 2013-05-29 12:37:49 -0400 | [diff] [blame] | 2007 | struct dentry *dentry = ctx->dentry; |
| 2008 | struct rpc_cred *cred = ctx->cred; |
| 2009 | struct nfs4_threshold **ctx_th = &ctx->mdsthreshold; |
| 2010 | fmode_t fmode = ctx->mode & (FMODE_READ|FMODE_WRITE|FMODE_EXEC); |
Trond Myklebust | 49f9a0f | 2013-03-15 16:44:28 -0400 | [diff] [blame] | 2011 | enum open_claim_type4 claim = NFS4_OPEN_CLAIM_NULL; |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 2012 | int status; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2013 | |
| 2014 | /* Protect against reboot recovery conflicts */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2015 | status = -ENOMEM; |
Trond Myklebust | d1e284d | 2012-01-17 22:04:24 -0500 | [diff] [blame] | 2016 | sp = nfs4_get_state_owner(server, cred, GFP_KERNEL); |
| 2017 | if (sp == NULL) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2018 | dprintk("nfs4_do_open: nfs4_get_state_owner failed!\n"); |
| 2019 | goto out_err; |
| 2020 | } |
Trond Myklebust | 58d9714 | 2006-01-03 09:55:24 +0100 | [diff] [blame] | 2021 | status = nfs4_recover_expired_lease(server); |
| 2022 | if (status != 0) |
Trond Myklebust | b4454fe | 2006-01-03 09:55:25 +0100 | [diff] [blame] | 2023 | goto err_put_state_owner; |
Al Viro | 82a2c1b | 2011-06-22 18:30:55 -0400 | [diff] [blame] | 2024 | if (dentry->d_inode != NULL) |
| 2025 | nfs4_return_incompatible_delegation(dentry->d_inode, fmode); |
Trond Myklebust | 58d9714 | 2006-01-03 09:55:24 +0100 | [diff] [blame] | 2026 | status = -ENOMEM; |
Trond Myklebust | 49f9a0f | 2013-03-15 16:44:28 -0400 | [diff] [blame] | 2027 | if (dentry->d_inode) |
| 2028 | claim = NFS4_OPEN_CLAIM_FH; |
Trond Myklebust | 4a1c089 | 2013-03-15 14:57:33 -0400 | [diff] [blame] | 2029 | opendata = nfs4_opendata_alloc(dentry, sp, fmode, flags, sattr, |
Trond Myklebust | 49f9a0f | 2013-03-15 16:44:28 -0400 | [diff] [blame] | 2030 | claim, GFP_KERNEL); |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 2031 | if (opendata == NULL) |
Trond Myklebust | 95d35cb | 2008-12-23 15:21:45 -0500 | [diff] [blame] | 2032 | goto err_put_state_owner; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2033 | |
Andy Adamson | 82be417 | 2012-05-23 05:02:35 -0400 | [diff] [blame] | 2034 | if (ctx_th && server->attr_bitmask[2] & FATTR4_WORD2_MDSTHRESHOLD) { |
| 2035 | opendata->f_attr.mdsthreshold = pnfs_mdsthreshold_alloc(); |
| 2036 | if (!opendata->f_attr.mdsthreshold) |
| 2037 | goto err_opendata_put; |
Trond Myklebust | 1549210f | 2012-06-05 09:16:47 -0400 | [diff] [blame] | 2038 | opendata->o_arg.open_bitmap = &nfs4_pnfs_open_bitmap[0]; |
Andy Adamson | 82be417 | 2012-05-23 05:02:35 -0400 | [diff] [blame] | 2039 | } |
Al Viro | 82a2c1b | 2011-06-22 18:30:55 -0400 | [diff] [blame] | 2040 | if (dentry->d_inode != NULL) |
| 2041 | opendata->state = nfs4_get_open_state(dentry->d_inode, sp); |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 2042 | |
Trond Myklebust | 3efb972 | 2013-05-29 13:17:04 -0400 | [diff] [blame^] | 2043 | status = _nfs4_open_and_get_state(opendata, fmode, flags, ctx); |
Weston Andros Adamson | 6168f62 | 2012-09-10 14:00:46 -0400 | [diff] [blame] | 2044 | if (status != 0) |
| 2045 | goto err_opendata_put; |
Trond Myklebust | 3efb972 | 2013-05-29 13:17:04 -0400 | [diff] [blame^] | 2046 | state = ctx->state; |
Weston Andros Adamson | 6168f62 | 2012-09-10 14:00:46 -0400 | [diff] [blame] | 2047 | |
Trond Myklebust | 549b19c | 2013-04-16 18:42:34 -0400 | [diff] [blame] | 2048 | if ((opendata->o_arg.open_flags & O_EXCL) && |
| 2049 | (opendata->o_arg.createmode != NFS4_CREATE_GUARDED)) { |
Trond Myklebust | 0ab64e0 | 2010-04-16 16:22:51 -0400 | [diff] [blame] | 2050 | nfs4_exclusive_attrset(opendata, sattr); |
| 2051 | |
| 2052 | nfs_fattr_init(opendata->o_res.f_attr); |
| 2053 | status = nfs4_do_setattr(state->inode, cred, |
| 2054 | opendata->o_res.f_attr, sattr, |
| 2055 | state); |
| 2056 | if (status == 0) |
| 2057 | nfs_setattr_update_inode(state->inode, sattr); |
| 2058 | nfs_post_op_update_inode(state->inode, opendata->o_res.f_attr); |
| 2059 | } |
Andy Adamson | 82be417 | 2012-05-23 05:02:35 -0400 | [diff] [blame] | 2060 | |
| 2061 | if (pnfs_use_threshold(ctx_th, opendata->f_attr.mdsthreshold, server)) |
| 2062 | *ctx_th = opendata->f_attr.mdsthreshold; |
| 2063 | else |
| 2064 | kfree(opendata->f_attr.mdsthreshold); |
| 2065 | opendata->f_attr.mdsthreshold = NULL; |
| 2066 | |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 2067 | nfs4_opendata_put(opendata); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2068 | nfs4_put_state_owner(sp); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2069 | return 0; |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 2070 | err_opendata_put: |
Andy Adamson | 82be417 | 2012-05-23 05:02:35 -0400 | [diff] [blame] | 2071 | kfree(opendata->f_attr.mdsthreshold); |
Trond Myklebust | c6d00e6 | 2007-06-17 16:02:44 -0400 | [diff] [blame] | 2072 | nfs4_opendata_put(opendata); |
Trond Myklebust | e56e0b78 | 2006-01-03 09:55:08 +0100 | [diff] [blame] | 2073 | err_put_state_owner: |
| 2074 | nfs4_put_state_owner(sp); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2075 | out_err: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2076 | return status; |
| 2077 | } |
| 2078 | |
| 2079 | |
Andy Adamson | 82be417 | 2012-05-23 05:02:35 -0400 | [diff] [blame] | 2080 | static struct nfs4_state *nfs4_do_open(struct inode *dir, |
Trond Myklebust | 4197a05 | 2013-05-29 12:37:49 -0400 | [diff] [blame] | 2081 | struct nfs_open_context *ctx, |
Andy Adamson | 82be417 | 2012-05-23 05:02:35 -0400 | [diff] [blame] | 2082 | int flags, |
Trond Myklebust | 4197a05 | 2013-05-29 12:37:49 -0400 | [diff] [blame] | 2083 | struct iattr *sattr) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2084 | { |
Trond Myklebust | 49f9a0f | 2013-03-15 16:44:28 -0400 | [diff] [blame] | 2085 | struct nfs_server *server = NFS_SERVER(dir); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2086 | struct nfs4_exception exception = { }; |
| 2087 | struct nfs4_state *res; |
| 2088 | int status; |
| 2089 | |
| 2090 | do { |
Trond Myklebust | 3efb972 | 2013-05-29 13:17:04 -0400 | [diff] [blame^] | 2091 | status = _nfs4_do_open(dir, ctx, flags, sattr); |
| 2092 | res = ctx->state; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2093 | if (status == 0) |
| 2094 | break; |
| 2095 | /* NOTE: BAD_SEQID means the server and client disagree about the |
| 2096 | * book-keeping w.r.t. state-changing operations |
| 2097 | * (OPEN/CLOSE/LOCK/LOCKU...) |
| 2098 | * It is actually a sign of a bug on the client or on the server. |
| 2099 | * |
| 2100 | * If we receive a BAD_SEQID error in the particular case of |
Trond Myklebust | cee54fc | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 2101 | * doing an OPEN, we assume that nfs_increment_open_seqid() will |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2102 | * have unhashed the old state_owner for us, and that we can |
| 2103 | * therefore safely retry using a new one. We should still warn |
| 2104 | * the user though... |
| 2105 | */ |
| 2106 | if (status == -NFS4ERR_BAD_SEQID) { |
Trond Myklebust | 9a3ba43 | 2012-03-12 18:01:48 -0400 | [diff] [blame] | 2107 | pr_warn_ratelimited("NFS: v4 server %s " |
Trond Myklebust | 6f43ddc | 2007-07-08 16:49:11 -0400 | [diff] [blame] | 2108 | " returned a bad sequence-id error!\n", |
| 2109 | NFS_SERVER(dir)->nfs_client->cl_hostname); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2110 | exception.retry = 1; |
| 2111 | continue; |
| 2112 | } |
Trond Myklebust | 550f574 | 2005-10-18 14:20:21 -0700 | [diff] [blame] | 2113 | /* |
| 2114 | * BAD_STATEID on OPEN means that the server cancelled our |
| 2115 | * state before it received the OPEN_CONFIRM. |
| 2116 | * Recover by retrying the request as per the discussion |
| 2117 | * on Page 181 of RFC3530. |
| 2118 | */ |
| 2119 | if (status == -NFS4ERR_BAD_STATEID) { |
| 2120 | exception.retry = 1; |
| 2121 | continue; |
| 2122 | } |
Trond Myklebust | aac00a8 | 2007-07-05 19:02:21 -0400 | [diff] [blame] | 2123 | if (status == -EAGAIN) { |
| 2124 | /* We must have found a delegation */ |
| 2125 | exception.retry = 1; |
| 2126 | continue; |
| 2127 | } |
Trond Myklebust | 49f9a0f | 2013-03-15 16:44:28 -0400 | [diff] [blame] | 2128 | if (nfs4_clear_cap_atomic_open_v1(server, status, &exception)) |
| 2129 | continue; |
| 2130 | res = ERR_PTR(nfs4_handle_exception(server, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2131 | status, &exception)); |
| 2132 | } while (exception.retry); |
| 2133 | return res; |
| 2134 | } |
| 2135 | |
Trond Myklebust | 659bfcd | 2008-06-10 19:39:41 -0400 | [diff] [blame] | 2136 | static int _nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred, |
| 2137 | struct nfs_fattr *fattr, struct iattr *sattr, |
| 2138 | struct nfs4_state *state) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2139 | { |
Trond Myklebust | 3e4f629 | 2006-03-20 13:44:46 -0500 | [diff] [blame] | 2140 | struct nfs_server *server = NFS_SERVER(inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2141 | struct nfs_setattrargs arg = { |
Trond Myklebust | 3e4f629 | 2006-03-20 13:44:46 -0500 | [diff] [blame] | 2142 | .fh = NFS_FH(inode), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2143 | .iap = sattr, |
| 2144 | .server = server, |
| 2145 | .bitmask = server->attr_bitmask, |
| 2146 | }; |
| 2147 | struct nfs_setattrres res = { |
| 2148 | .fattr = fattr, |
| 2149 | .server = server, |
| 2150 | }; |
| 2151 | struct rpc_message msg = { |
Trond Myklebust | 659bfcd | 2008-06-10 19:39:41 -0400 | [diff] [blame] | 2152 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETATTR], |
| 2153 | .rpc_argp = &arg, |
| 2154 | .rpc_resp = &res, |
| 2155 | .rpc_cred = cred, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2156 | }; |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 2157 | unsigned long timestamp = jiffies; |
Trond Myklebust | ee3ae84 | 2013-04-29 10:35:36 -0400 | [diff] [blame] | 2158 | fmode_t fmode; |
| 2159 | bool truncate; |
Trond Myklebust | 65e4308 | 2005-08-16 11:49:44 -0400 | [diff] [blame] | 2160 | int status; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2161 | |
Trond Myklebust | 0e574af | 2005-10-27 22:12:38 -0400 | [diff] [blame] | 2162 | nfs_fattr_init(fattr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2163 | |
Trond Myklebust | ee3ae84 | 2013-04-29 10:35:36 -0400 | [diff] [blame] | 2164 | /* Servers should only apply open mode checks for file size changes */ |
| 2165 | truncate = (sattr->ia_valid & ATTR_SIZE) ? true : false; |
| 2166 | fmode = truncate ? FMODE_WRITE : FMODE_READ; |
| 2167 | |
| 2168 | if (nfs4_copy_delegation_stateid(&arg.stateid, inode, fmode)) { |
| 2169 | /* Use that stateid */ |
| 2170 | } else if (truncate && state != NULL && nfs4_valid_open_stateid(state)) { |
Trond Myklebust | 2a36915 | 2012-08-13 18:54:45 -0400 | [diff] [blame] | 2171 | struct nfs_lockowner lockowner = { |
| 2172 | .l_owner = current->files, |
| 2173 | .l_pid = current->tgid, |
| 2174 | }; |
Trond Myklebust | 4fc8796 | 2012-03-08 17:42:01 -0500 | [diff] [blame] | 2175 | nfs4_select_rw_stateid(&arg.stateid, state, FMODE_WRITE, |
Trond Myklebust | 2a36915 | 2012-08-13 18:54:45 -0400 | [diff] [blame] | 2176 | &lockowner); |
Trond Myklebust | 08e9eac | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 2177 | } else |
Trond Myklebust | f597c53 | 2012-03-04 18:13:56 -0500 | [diff] [blame] | 2178 | nfs4_stateid_copy(&arg.stateid, &zero_stateid); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2179 | |
Bryan Schumaker | 7c51305 | 2011-03-24 17:12:24 +0000 | [diff] [blame] | 2180 | 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] | 2181 | if (status == 0 && state != NULL) |
| 2182 | renew_lease(server, timestamp); |
Trond Myklebust | 65e4308 | 2005-08-16 11:49:44 -0400 | [diff] [blame] | 2183 | return status; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2184 | } |
| 2185 | |
Trond Myklebust | 659bfcd | 2008-06-10 19:39:41 -0400 | [diff] [blame] | 2186 | static int nfs4_do_setattr(struct inode *inode, struct rpc_cred *cred, |
| 2187 | struct nfs_fattr *fattr, struct iattr *sattr, |
| 2188 | struct nfs4_state *state) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2189 | { |
Trond Myklebust | 3e4f629 | 2006-03-20 13:44:46 -0500 | [diff] [blame] | 2190 | struct nfs_server *server = NFS_SERVER(inode); |
Trond Myklebust | a1d0b5e | 2012-03-05 19:56:44 -0500 | [diff] [blame] | 2191 | struct nfs4_exception exception = { |
| 2192 | .state = state, |
Trond Myklebust | 3114ea7 | 2012-03-07 16:39:06 -0500 | [diff] [blame] | 2193 | .inode = inode, |
Trond Myklebust | a1d0b5e | 2012-03-05 19:56:44 -0500 | [diff] [blame] | 2194 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2195 | int err; |
| 2196 | do { |
Trond Myklebust | 451146b | 2012-04-18 16:29:11 -0400 | [diff] [blame] | 2197 | err = _nfs4_do_setattr(inode, cred, fattr, sattr, state); |
| 2198 | switch (err) { |
| 2199 | case -NFS4ERR_OPENMODE: |
Trond Myklebust | 721ccfb | 2013-04-29 11:11:58 -0400 | [diff] [blame] | 2200 | if (!(sattr->ia_valid & ATTR_SIZE)) { |
| 2201 | pr_warn_once("NFSv4: server %s is incorrectly " |
| 2202 | "applying open mode checks to " |
| 2203 | "a SETATTR that is not " |
| 2204 | "changing file size.\n", |
| 2205 | server->nfs_client->cl_hostname); |
| 2206 | } |
Trond Myklebust | 451146b | 2012-04-18 16:29:11 -0400 | [diff] [blame] | 2207 | if (state && !(state->state & FMODE_WRITE)) { |
| 2208 | err = -EBADF; |
| 2209 | if (sattr->ia_valid & ATTR_OPEN) |
| 2210 | err = -EACCES; |
| 2211 | goto out; |
| 2212 | } |
| 2213 | } |
| 2214 | err = nfs4_handle_exception(server, err, &exception); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2215 | } while (exception.retry); |
Trond Myklebust | 451146b | 2012-04-18 16:29:11 -0400 | [diff] [blame] | 2216 | out: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2217 | return err; |
| 2218 | } |
| 2219 | |
| 2220 | struct nfs4_closedata { |
| 2221 | struct inode *inode; |
| 2222 | struct nfs4_state *state; |
| 2223 | struct nfs_closeargs arg; |
| 2224 | struct nfs_closeres res; |
Trond Myklebust | 516a6af | 2005-10-27 22:12:41 -0400 | [diff] [blame] | 2225 | struct nfs_fattr fattr; |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 2226 | unsigned long timestamp; |
Fred Isaman | f7e8917 | 2011-01-06 11:36:32 +0000 | [diff] [blame] | 2227 | bool roc; |
| 2228 | u32 roc_barrier; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2229 | }; |
| 2230 | |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 2231 | static void nfs4_free_closedata(void *data) |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 2232 | { |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 2233 | struct nfs4_closedata *calldata = data; |
| 2234 | struct nfs4_state_owner *sp = calldata->state->owner; |
Al Viro | 643168c | 2011-06-22 18:20:23 -0400 | [diff] [blame] | 2235 | struct super_block *sb = calldata->state->inode->i_sb; |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 2236 | |
Fred Isaman | f7e8917 | 2011-01-06 11:36:32 +0000 | [diff] [blame] | 2237 | if (calldata->roc) |
| 2238 | pnfs_roc_release(calldata->state->inode); |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 2239 | nfs4_put_open_state(calldata->state); |
| 2240 | nfs_free_seqid(calldata->arg.seqid); |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 2241 | nfs4_put_state_owner(sp); |
Trond Myklebust | 322b2b9 | 2013-01-11 16:39:51 -0500 | [diff] [blame] | 2242 | nfs_sb_deactive(sb); |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 2243 | kfree(calldata); |
| 2244 | } |
| 2245 | |
Trond Myklebust | 88069f7 | 2009-12-08 08:33:16 -0500 | [diff] [blame] | 2246 | static void nfs4_close_clear_stateid_flags(struct nfs4_state *state, |
| 2247 | fmode_t fmode) |
| 2248 | { |
| 2249 | spin_lock(&state->owner->so_lock); |
Trond Myklebust | 88069f7 | 2009-12-08 08:33:16 -0500 | [diff] [blame] | 2250 | clear_bit(NFS_O_RDWR_STATE, &state->flags); |
Trond Myklebust | fd068b2 | 2013-04-22 11:29:51 -0400 | [diff] [blame] | 2251 | switch (fmode & (FMODE_READ|FMODE_WRITE)) { |
| 2252 | case FMODE_WRITE: |
| 2253 | clear_bit(NFS_O_RDONLY_STATE, &state->flags); |
| 2254 | break; |
| 2255 | case FMODE_READ: |
| 2256 | clear_bit(NFS_O_WRONLY_STATE, &state->flags); |
| 2257 | break; |
| 2258 | case 0: |
| 2259 | clear_bit(NFS_O_RDONLY_STATE, &state->flags); |
| 2260 | clear_bit(NFS_O_WRONLY_STATE, &state->flags); |
| 2261 | clear_bit(NFS_OPEN_STATE, &state->flags); |
| 2262 | } |
Trond Myklebust | 88069f7 | 2009-12-08 08:33:16 -0500 | [diff] [blame] | 2263 | spin_unlock(&state->owner->so_lock); |
| 2264 | } |
| 2265 | |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 2266 | static void nfs4_close_done(struct rpc_task *task, void *data) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2267 | { |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 2268 | struct nfs4_closedata *calldata = data; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2269 | struct nfs4_state *state = calldata->state; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2270 | struct nfs_server *server = NFS_SERVER(calldata->inode); |
| 2271 | |
Chuck Lever | a3ca565 | 2012-03-01 17:00:40 -0500 | [diff] [blame] | 2272 | dprintk("%s: begin!\n", __func__); |
Trond Myklebust | 14516c3 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 2273 | if (!nfs4_sequence_done(task, &calldata->res.seq_res)) |
| 2274 | return; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2275 | /* hmm. we are done with the inode, and in the process of freeing |
| 2276 | * the state_owner. we keep this around to process errors |
| 2277 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2278 | switch (task->tk_status) { |
| 2279 | case 0: |
Fred Isaman | f7e8917 | 2011-01-06 11:36:32 +0000 | [diff] [blame] | 2280 | if (calldata->roc) |
| 2281 | pnfs_roc_set_barrier(state->inode, |
| 2282 | calldata->roc_barrier); |
Trond Myklebust | 45328c3 | 2007-07-26 17:47:34 -0400 | [diff] [blame] | 2283 | nfs_set_open_stateid(state, &calldata->res.stateid, 0); |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 2284 | renew_lease(server, calldata->timestamp); |
Trond Myklebust | 88069f7 | 2009-12-08 08:33:16 -0500 | [diff] [blame] | 2285 | nfs4_close_clear_stateid_flags(state, |
| 2286 | calldata->arg.fmode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2287 | break; |
| 2288 | case -NFS4ERR_STALE_STATEID: |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame] | 2289 | case -NFS4ERR_OLD_STATEID: |
| 2290 | case -NFS4ERR_BAD_STATEID: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2291 | case -NFS4ERR_EXPIRED: |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 2292 | if (calldata->arg.fmode == 0) |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame] | 2293 | break; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2294 | default: |
Trond Myklebust | 72211db | 2009-12-15 14:47:36 -0500 | [diff] [blame] | 2295 | if (nfs4_async_handle_error(task, server, state) == -EAGAIN) |
| 2296 | rpc_restart_call_prepare(task); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2297 | } |
Trond Myklebust | 72211db | 2009-12-15 14:47:36 -0500 | [diff] [blame] | 2298 | nfs_release_seqid(calldata->arg.seqid); |
Trond Myklebust | 516a6af | 2005-10-27 22:12:41 -0400 | [diff] [blame] | 2299 | nfs_refresh_inode(calldata->inode, calldata->res.fattr); |
Chuck Lever | a3ca565 | 2012-03-01 17:00:40 -0500 | [diff] [blame] | 2300 | dprintk("%s: done, ret = %d!\n", __func__, task->tk_status); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2301 | } |
| 2302 | |
Trond Myklebust | 4ce70ad | 2006-01-03 09:55:05 +0100 | [diff] [blame] | 2303 | static void nfs4_close_prepare(struct rpc_task *task, void *data) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2304 | { |
Trond Myklebust | 4ce70ad | 2006-01-03 09:55:05 +0100 | [diff] [blame] | 2305 | struct nfs4_closedata *calldata = data; |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 2306 | struct nfs4_state *state = calldata->state; |
Trond Myklebust | 7fdab06 | 2012-09-20 20:15:57 -0400 | [diff] [blame] | 2307 | struct inode *inode = calldata->inode; |
Trond Myklebust | 88069f7 | 2009-12-08 08:33:16 -0500 | [diff] [blame] | 2308 | int call_close = 0; |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 2309 | |
Chuck Lever | a3ca565 | 2012-03-01 17:00:40 -0500 | [diff] [blame] | 2310 | dprintk("%s: begin!\n", __func__); |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 2311 | if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0) |
Trond Myklebust | c8da19b | 2013-02-11 19:01:21 -0500 | [diff] [blame] | 2312 | goto out_wait; |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 2313 | |
Trond Myklebust | 88069f7 | 2009-12-08 08:33:16 -0500 | [diff] [blame] | 2314 | task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_OPEN_DOWNGRADE]; |
| 2315 | calldata->arg.fmode = FMODE_READ|FMODE_WRITE; |
Trond Myklebust | 4cecb76 | 2005-11-04 15:32:58 -0500 | [diff] [blame] | 2316 | spin_lock(&state->owner->so_lock); |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 2317 | /* Calculate the change in open mode */ |
Trond Myklebust | e761692 | 2006-01-03 09:55:13 +0100 | [diff] [blame] | 2318 | if (state->n_rdwr == 0) { |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 2319 | if (state->n_rdonly == 0) { |
Trond Myklebust | 88069f7 | 2009-12-08 08:33:16 -0500 | [diff] [blame] | 2320 | call_close |= test_bit(NFS_O_RDONLY_STATE, &state->flags); |
| 2321 | call_close |= test_bit(NFS_O_RDWR_STATE, &state->flags); |
| 2322 | calldata->arg.fmode &= ~FMODE_READ; |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 2323 | } |
| 2324 | if (state->n_wronly == 0) { |
Trond Myklebust | 88069f7 | 2009-12-08 08:33:16 -0500 | [diff] [blame] | 2325 | call_close |= test_bit(NFS_O_WRONLY_STATE, &state->flags); |
| 2326 | call_close |= test_bit(NFS_O_RDWR_STATE, &state->flags); |
| 2327 | calldata->arg.fmode &= ~FMODE_WRITE; |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 2328 | } |
Trond Myklebust | e761692 | 2006-01-03 09:55:13 +0100 | [diff] [blame] | 2329 | } |
Trond Myklebust | 5d42230 | 2013-03-14 16:57:48 -0400 | [diff] [blame] | 2330 | if (!nfs4_valid_open_stateid(state)) |
| 2331 | call_close = 0; |
Trond Myklebust | 4cecb76 | 2005-11-04 15:32:58 -0500 | [diff] [blame] | 2332 | spin_unlock(&state->owner->so_lock); |
Trond Myklebust | 88069f7 | 2009-12-08 08:33:16 -0500 | [diff] [blame] | 2333 | |
| 2334 | if (!call_close) { |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 2335 | /* Note: exit _without_ calling nfs4_close_done */ |
Trond Myklebust | c8da19b | 2013-02-11 19:01:21 -0500 | [diff] [blame] | 2336 | goto out_no_action; |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 2337 | } |
Trond Myklebust | 88069f7 | 2009-12-08 08:33:16 -0500 | [diff] [blame] | 2338 | |
Fred Isaman | f7e8917 | 2011-01-06 11:36:32 +0000 | [diff] [blame] | 2339 | if (calldata->arg.fmode == 0) { |
Trond Myklebust | 88069f7 | 2009-12-08 08:33:16 -0500 | [diff] [blame] | 2340 | task->tk_msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE]; |
Fred Isaman | f7e8917 | 2011-01-06 11:36:32 +0000 | [diff] [blame] | 2341 | if (calldata->roc && |
Andy Adamson | b9536ad | 2013-04-11 09:28:45 -0400 | [diff] [blame] | 2342 | pnfs_roc_drain(inode, &calldata->roc_barrier, task)) { |
| 2343 | nfs_release_seqid(calldata->arg.seqid); |
Trond Myklebust | c8da19b | 2013-02-11 19:01:21 -0500 | [diff] [blame] | 2344 | goto out_wait; |
Andy Adamson | b9536ad | 2013-04-11 09:28:45 -0400 | [diff] [blame] | 2345 | } |
Fred Isaman | f7e8917 | 2011-01-06 11:36:32 +0000 | [diff] [blame] | 2346 | } |
Trond Myklebust | 88069f7 | 2009-12-08 08:33:16 -0500 | [diff] [blame] | 2347 | |
Trond Myklebust | 516a6af | 2005-10-27 22:12:41 -0400 | [diff] [blame] | 2348 | nfs_fattr_init(calldata->res.fattr); |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 2349 | calldata->timestamp = jiffies; |
Trond Myklebust | 7fdab06 | 2012-09-20 20:15:57 -0400 | [diff] [blame] | 2350 | if (nfs4_setup_sequence(NFS_SERVER(inode), |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 2351 | &calldata->arg.seq_args, |
| 2352 | &calldata->res.seq_res, |
Trond Myklebust | 2240a9e | 2012-10-29 18:37:40 -0400 | [diff] [blame] | 2353 | task) != 0) |
| 2354 | nfs_release_seqid(calldata->arg.seqid); |
Chuck Lever | a3ca565 | 2012-03-01 17:00:40 -0500 | [diff] [blame] | 2355 | dprintk("%s: done!\n", __func__); |
Trond Myklebust | c8da19b | 2013-02-11 19:01:21 -0500 | [diff] [blame] | 2356 | return; |
| 2357 | out_no_action: |
| 2358 | task->tk_action = NULL; |
| 2359 | out_wait: |
| 2360 | nfs4_sequence_done(task, &calldata->res.seq_res); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2361 | } |
| 2362 | |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 2363 | static const struct rpc_call_ops nfs4_close_ops = { |
Trond Myklebust | 4ce70ad | 2006-01-03 09:55:05 +0100 | [diff] [blame] | 2364 | .rpc_call_prepare = nfs4_close_prepare, |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 2365 | .rpc_call_done = nfs4_close_done, |
| 2366 | .rpc_release = nfs4_free_closedata, |
| 2367 | }; |
| 2368 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2369 | /* |
| 2370 | * It is possible for data to be read/written from a mem-mapped file |
| 2371 | * after the sys_close call (which hits the vfs layer as a flush). |
| 2372 | * This means that we can't safely call nfsv4 close on a file until |
| 2373 | * the inode is cleared. This in turn means that we are not good |
| 2374 | * NFSv4 citizens - we do not indicate to the server to update the file's |
| 2375 | * share state even when we are done with one of the three share |
| 2376 | * stateid's in the inode. |
| 2377 | * |
| 2378 | * NOTE: Caller must be holding the sp->so_owner semaphore! |
| 2379 | */ |
Trond Myklebust | 1f7977c | 2012-09-20 20:31:51 -0400 | [diff] [blame] | 2380 | int nfs4_do_close(struct nfs4_state *state, gfp_t gfp_mask, int wait) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2381 | { |
Trond Myklebust | 4a35bd4 | 2007-06-05 10:31:33 -0400 | [diff] [blame] | 2382 | struct nfs_server *server = NFS_SERVER(state->inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2383 | struct nfs4_closedata *calldata; |
Trond Myklebust | b39e625 | 2007-06-11 23:05:07 -0400 | [diff] [blame] | 2384 | struct nfs4_state_owner *sp = state->owner; |
| 2385 | struct rpc_task *task; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 2386 | struct rpc_message msg = { |
| 2387 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CLOSE], |
| 2388 | .rpc_cred = state->owner->so_cred, |
| 2389 | }; |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 2390 | struct rpc_task_setup task_setup_data = { |
| 2391 | .rpc_client = server->client, |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 2392 | .rpc_message = &msg, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 2393 | .callback_ops = &nfs4_close_ops, |
Trond Myklebust | 101070c | 2008-02-19 20:04:23 -0500 | [diff] [blame] | 2394 | .workqueue = nfsiod_workqueue, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 2395 | .flags = RPC_TASK_ASYNC, |
| 2396 | }; |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 2397 | int status = -ENOMEM; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2398 | |
Trond Myklebust | 8535b2b | 2010-05-13 12:51:01 -0400 | [diff] [blame] | 2399 | calldata = kzalloc(sizeof(*calldata), gfp_mask); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2400 | if (calldata == NULL) |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 2401 | goto out; |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 2402 | nfs41_init_sequence(&calldata->arg.seq_args, &calldata->res.seq_res, 1); |
Trond Myklebust | 4a35bd4 | 2007-06-05 10:31:33 -0400 | [diff] [blame] | 2403 | calldata->inode = state->inode; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2404 | calldata->state = state; |
Trond Myklebust | 4a35bd4 | 2007-06-05 10:31:33 -0400 | [diff] [blame] | 2405 | calldata->arg.fh = NFS_FH(state->inode); |
Trond Myklebust | 003707c | 2007-07-05 18:07:55 -0400 | [diff] [blame] | 2406 | calldata->arg.stateid = &state->open_stateid; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2407 | /* Serialization for the sequence id */ |
Trond Myklebust | 8535b2b | 2010-05-13 12:51:01 -0400 | [diff] [blame] | 2408 | calldata->arg.seqid = nfs_alloc_seqid(&state->owner->so_seqid, gfp_mask); |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 2409 | if (calldata->arg.seqid == NULL) |
| 2410 | goto out_free_calldata; |
Trond Myklebust | dc0b027 | 2008-12-23 15:21:56 -0500 | [diff] [blame] | 2411 | calldata->arg.fmode = 0; |
Trond Myklebust | a65318b | 2009-03-11 14:10:28 -0400 | [diff] [blame] | 2412 | calldata->arg.bitmask = server->cache_consistency_bitmask; |
Trond Myklebust | 516a6af | 2005-10-27 22:12:41 -0400 | [diff] [blame] | 2413 | calldata->res.fattr = &calldata->fattr; |
Trond Myklebust | c1d5193 | 2008-04-07 13:20:54 -0400 | [diff] [blame] | 2414 | calldata->res.seqid = calldata->arg.seqid; |
Trond Myklebust | 516a6af | 2005-10-27 22:12:41 -0400 | [diff] [blame] | 2415 | calldata->res.server = server; |
Trond Myklebust | 1f7977c | 2012-09-20 20:31:51 -0400 | [diff] [blame] | 2416 | calldata->roc = pnfs_roc(state->inode); |
Al Viro | 643168c | 2011-06-22 18:20:23 -0400 | [diff] [blame] | 2417 | nfs_sb_active(calldata->inode->i_sb); |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 2418 | |
Trond Myklebust | 1174dd1 | 2010-12-21 10:52:24 -0500 | [diff] [blame] | 2419 | msg.rpc_argp = &calldata->arg; |
| 2420 | msg.rpc_resp = &calldata->res; |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 2421 | task_setup_data.callback_data = calldata; |
| 2422 | task = rpc_run_task(&task_setup_data); |
Trond Myklebust | b39e625 | 2007-06-11 23:05:07 -0400 | [diff] [blame] | 2423 | if (IS_ERR(task)) |
| 2424 | return PTR_ERR(task); |
Trond Myklebust | a49c3c7 | 2007-10-18 18:03:27 -0400 | [diff] [blame] | 2425 | status = 0; |
| 2426 | if (wait) |
| 2427 | status = rpc_wait_for_completion_task(task); |
Trond Myklebust | b39e625 | 2007-06-11 23:05:07 -0400 | [diff] [blame] | 2428 | rpc_put_task(task); |
Trond Myklebust | a49c3c7 | 2007-10-18 18:03:27 -0400 | [diff] [blame] | 2429 | return status; |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 2430 | out_free_calldata: |
| 2431 | kfree(calldata); |
| 2432 | out: |
Trond Myklebust | b39e625 | 2007-06-11 23:05:07 -0400 | [diff] [blame] | 2433 | nfs4_put_open_state(state); |
| 2434 | nfs4_put_state_owner(sp); |
Trond Myklebust | 9512135 | 2005-10-18 14:20:12 -0700 | [diff] [blame] | 2435 | return status; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2436 | } |
| 2437 | |
Trond Myklebust | 2b48429 | 2010-09-17 10:56:51 -0400 | [diff] [blame] | 2438 | static struct inode * |
Trond Myklebust | cd9a1c0 | 2010-09-17 10:56:50 -0400 | [diff] [blame] | 2439 | 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] | 2440 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2441 | struct nfs4_state *state; |
| 2442 | |
Trond Myklebust | 565277f | 2007-10-15 18:17:53 -0400 | [diff] [blame] | 2443 | /* Protect against concurrent sillydeletes */ |
Trond Myklebust | 4197a05 | 2013-05-29 12:37:49 -0400 | [diff] [blame] | 2444 | state = nfs4_do_open(dir, ctx, open_flags, attr); |
Trond Myklebust | f46e0bd | 2010-09-17 10:56:50 -0400 | [diff] [blame] | 2445 | if (IS_ERR(state)) |
| 2446 | return ERR_CAST(state); |
Trond Myklebust | f46e0bd | 2010-09-17 10:56:50 -0400 | [diff] [blame] | 2447 | return igrab(state->inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2448 | } |
| 2449 | |
Trond Myklebust | 1185a55 | 2009-12-03 15:54:02 -0500 | [diff] [blame] | 2450 | 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] | 2451 | { |
| 2452 | if (ctx->state == NULL) |
| 2453 | return; |
| 2454 | if (is_sync) |
Al Viro | 643168c | 2011-06-22 18:20:23 -0400 | [diff] [blame] | 2455 | nfs4_close_sync(ctx->state, ctx->mode); |
Trond Myklebust | 7fe5c39 | 2009-03-19 15:35:50 -0400 | [diff] [blame] | 2456 | else |
Al Viro | 643168c | 2011-06-22 18:20:23 -0400 | [diff] [blame] | 2457 | nfs4_close_state(ctx->state, ctx->mode); |
Trond Myklebust | 7fe5c39 | 2009-03-19 15:35:50 -0400 | [diff] [blame] | 2458 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2459 | |
| 2460 | static int _nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle) |
| 2461 | { |
Benny Halevy | 43652ad | 2009-04-01 09:21:54 -0400 | [diff] [blame] | 2462 | struct nfs4_server_caps_arg args = { |
| 2463 | .fhandle = fhandle, |
| 2464 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2465 | struct nfs4_server_caps_res res = {}; |
| 2466 | struct rpc_message msg = { |
| 2467 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SERVER_CAPS], |
Benny Halevy | 43652ad | 2009-04-01 09:21:54 -0400 | [diff] [blame] | 2468 | .rpc_argp = &args, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2469 | .rpc_resp = &res, |
| 2470 | }; |
| 2471 | int status; |
| 2472 | |
Bryan Schumaker | 7c51305 | 2011-03-24 17:12:24 +0000 | [diff] [blame] | 2473 | 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] | 2474 | if (status == 0) { |
| 2475 | memcpy(server->attr_bitmask, res.attr_bitmask, sizeof(server->attr_bitmask)); |
Trond Myklebust | 62ab460c | 2009-08-09 15:06:19 -0400 | [diff] [blame] | 2476 | server->caps &= ~(NFS_CAP_ACLS|NFS_CAP_HARDLINKS| |
| 2477 | NFS_CAP_SYMLINKS|NFS_CAP_FILEID| |
| 2478 | NFS_CAP_MODE|NFS_CAP_NLINK|NFS_CAP_OWNER| |
| 2479 | NFS_CAP_OWNER_GROUP|NFS_CAP_ATIME| |
| 2480 | NFS_CAP_CTIME|NFS_CAP_MTIME); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2481 | if (res.attr_bitmask[0] & FATTR4_WORD0_ACL) |
| 2482 | server->caps |= NFS_CAP_ACLS; |
| 2483 | if (res.has_links != 0) |
| 2484 | server->caps |= NFS_CAP_HARDLINKS; |
| 2485 | if (res.has_symlinks != 0) |
| 2486 | server->caps |= NFS_CAP_SYMLINKS; |
Trond Myklebust | 62ab460c | 2009-08-09 15:06:19 -0400 | [diff] [blame] | 2487 | if (res.attr_bitmask[0] & FATTR4_WORD0_FILEID) |
| 2488 | server->caps |= NFS_CAP_FILEID; |
| 2489 | if (res.attr_bitmask[1] & FATTR4_WORD1_MODE) |
| 2490 | server->caps |= NFS_CAP_MODE; |
| 2491 | if (res.attr_bitmask[1] & FATTR4_WORD1_NUMLINKS) |
| 2492 | server->caps |= NFS_CAP_NLINK; |
| 2493 | if (res.attr_bitmask[1] & FATTR4_WORD1_OWNER) |
| 2494 | server->caps |= NFS_CAP_OWNER; |
| 2495 | if (res.attr_bitmask[1] & FATTR4_WORD1_OWNER_GROUP) |
| 2496 | server->caps |= NFS_CAP_OWNER_GROUP; |
| 2497 | if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_ACCESS) |
| 2498 | server->caps |= NFS_CAP_ATIME; |
| 2499 | if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_METADATA) |
| 2500 | server->caps |= NFS_CAP_CTIME; |
| 2501 | if (res.attr_bitmask[1] & FATTR4_WORD1_TIME_MODIFY) |
| 2502 | server->caps |= NFS_CAP_MTIME; |
| 2503 | |
Trond Myklebust | a65318b | 2009-03-11 14:10:28 -0400 | [diff] [blame] | 2504 | memcpy(server->cache_consistency_bitmask, res.attr_bitmask, sizeof(server->cache_consistency_bitmask)); |
| 2505 | server->cache_consistency_bitmask[0] &= FATTR4_WORD0_CHANGE|FATTR4_WORD0_SIZE; |
| 2506 | 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] | 2507 | server->acl_bitmask = res.acl_bitmask; |
Chuck Lever | 264e635 | 2012-03-01 17:02:05 -0500 | [diff] [blame] | 2508 | server->fh_expire_type = res.fh_expire_type; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2509 | } |
Andy Adamson | cccef3b | 2009-04-01 09:22:03 -0400 | [diff] [blame] | 2510 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2511 | return status; |
| 2512 | } |
| 2513 | |
Trond Myklebust | 55a9759 | 2006-06-09 09:34:19 -0400 | [diff] [blame] | 2514 | int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2515 | { |
| 2516 | struct nfs4_exception exception = { }; |
| 2517 | int err; |
| 2518 | do { |
| 2519 | err = nfs4_handle_exception(server, |
| 2520 | _nfs4_server_capabilities(server, fhandle), |
| 2521 | &exception); |
| 2522 | } while (exception.retry); |
| 2523 | return err; |
| 2524 | } |
| 2525 | |
| 2526 | static int _nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle, |
| 2527 | struct nfs_fsinfo *info) |
| 2528 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2529 | struct nfs4_lookup_root_arg args = { |
| 2530 | .bitmask = nfs4_fattr_bitmap, |
| 2531 | }; |
| 2532 | struct nfs4_lookup_res res = { |
| 2533 | .server = server, |
Trond Myklebust | 0e574af | 2005-10-27 22:12:38 -0400 | [diff] [blame] | 2534 | .fattr = info->fattr, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2535 | .fh = fhandle, |
| 2536 | }; |
| 2537 | struct rpc_message msg = { |
| 2538 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP_ROOT], |
| 2539 | .rpc_argp = &args, |
| 2540 | .rpc_resp = &res, |
| 2541 | }; |
Benny Halevy | 008f55d | 2009-04-01 09:22:50 -0400 | [diff] [blame] | 2542 | |
Trond Myklebust | 0e574af | 2005-10-27 22:12:38 -0400 | [diff] [blame] | 2543 | nfs_fattr_init(info->fattr); |
Bryan Schumaker | 7c51305 | 2011-03-24 17:12:24 +0000 | [diff] [blame] | 2544 | 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] | 2545 | } |
| 2546 | |
| 2547 | static int nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle, |
| 2548 | struct nfs_fsinfo *info) |
| 2549 | { |
| 2550 | struct nfs4_exception exception = { }; |
| 2551 | int err; |
| 2552 | do { |
Bryan Schumaker | fb8a5ba | 2011-04-18 16:52:25 -0400 | [diff] [blame] | 2553 | err = _nfs4_lookup_root(server, fhandle, info); |
| 2554 | switch (err) { |
| 2555 | case 0: |
| 2556 | case -NFS4ERR_WRONGSEC: |
Trond Myklebust | 05e9cfb | 2012-03-27 18:13:02 -0400 | [diff] [blame] | 2557 | goto out; |
Bryan Schumaker | fb8a5ba | 2011-04-18 16:52:25 -0400 | [diff] [blame] | 2558 | default: |
| 2559 | err = nfs4_handle_exception(server, err, &exception); |
| 2560 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2561 | } while (exception.retry); |
Trond Myklebust | 05e9cfb | 2012-03-27 18:13:02 -0400 | [diff] [blame] | 2562 | out: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2563 | return err; |
| 2564 | } |
| 2565 | |
Bryan Schumaker | 8f70e95 | 2011-03-24 17:12:31 +0000 | [diff] [blame] | 2566 | static int nfs4_lookup_root_sec(struct nfs_server *server, struct nfs_fh *fhandle, |
| 2567 | struct nfs_fsinfo *info, rpc_authflavor_t flavor) |
| 2568 | { |
| 2569 | struct rpc_auth *auth; |
| 2570 | int ret; |
| 2571 | |
| 2572 | auth = rpcauth_create(flavor, server->client); |
Wei Yongjun | e8d920c | 2012-09-21 12:27:41 +0800 | [diff] [blame] | 2573 | if (IS_ERR(auth)) { |
Chuck Lever | 75bc882 | 2013-03-16 15:55:36 -0400 | [diff] [blame] | 2574 | ret = -EACCES; |
Bryan Schumaker | 8f70e95 | 2011-03-24 17:12:31 +0000 | [diff] [blame] | 2575 | goto out; |
| 2576 | } |
| 2577 | ret = nfs4_lookup_root(server, fhandle, info); |
Bryan Schumaker | 8f70e95 | 2011-03-24 17:12:31 +0000 | [diff] [blame] | 2578 | out: |
| 2579 | return ret; |
| 2580 | } |
| 2581 | |
Chuck Lever | 9a744ba | 2013-03-16 15:56:02 -0400 | [diff] [blame] | 2582 | /* |
| 2583 | * Retry pseudoroot lookup with various security flavors. We do this when: |
| 2584 | * |
| 2585 | * NFSv4.0: the PUTROOTFH operation returns NFS4ERR_WRONGSEC |
| 2586 | * NFSv4.1: the server does not support the SECINFO_NO_NAME operation |
| 2587 | * |
| 2588 | * Returns zero on success, or a negative NFS4ERR value, or a |
| 2589 | * negative errno value. |
| 2590 | */ |
Bryan Schumaker | 801a16dc | 2011-04-13 14:31:30 -0400 | [diff] [blame] | 2591 | 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] | 2592 | struct nfs_fsinfo *info) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2593 | { |
Chuck Lever | 9a744ba | 2013-03-16 15:56:02 -0400 | [diff] [blame] | 2594 | /* Per 3530bis 15.33.5 */ |
| 2595 | static const rpc_authflavor_t flav_array[] = { |
| 2596 | RPC_AUTH_GSS_KRB5P, |
| 2597 | RPC_AUTH_GSS_KRB5I, |
| 2598 | RPC_AUTH_GSS_KRB5, |
Chuck Lever | c4eafe1 | 2013-03-16 15:56:11 -0400 | [diff] [blame] | 2599 | RPC_AUTH_UNIX, /* courtesy */ |
Chuck Lever | 9a744ba | 2013-03-16 15:56:02 -0400 | [diff] [blame] | 2600 | RPC_AUTH_NULL, |
| 2601 | }; |
| 2602 | int status = -EPERM; |
| 2603 | size_t i; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2604 | |
Chuck Lever | 9a744ba | 2013-03-16 15:56:02 -0400 | [diff] [blame] | 2605 | for (i = 0; i < ARRAY_SIZE(flav_array); i++) { |
Bryan Schumaker | 8f70e95 | 2011-03-24 17:12:31 +0000 | [diff] [blame] | 2606 | status = nfs4_lookup_root_sec(server, fhandle, info, flav_array[i]); |
Bryan Schumaker | fb8a5ba | 2011-04-18 16:52:25 -0400 | [diff] [blame] | 2607 | if (status == -NFS4ERR_WRONGSEC || status == -EACCES) |
Bryan Schumaker | d1a8016 | 2011-04-13 14:31:28 -0400 | [diff] [blame] | 2608 | continue; |
| 2609 | break; |
Bryan Schumaker | 8f70e95 | 2011-03-24 17:12:31 +0000 | [diff] [blame] | 2610 | } |
Chuck Lever | 9a744ba | 2013-03-16 15:56:02 -0400 | [diff] [blame] | 2611 | |
Bryan Schumaker | fb8a5ba | 2011-04-18 16:52:25 -0400 | [diff] [blame] | 2612 | /* |
| 2613 | * -EACCESS could mean that the user doesn't have correct permissions |
| 2614 | * to access the mount. It could also mean that we tried to mount |
| 2615 | * with a gss auth flavor, but rpc.gssd isn't running. Either way, |
| 2616 | * existing mount programs don't handle -EACCES very well so it should |
| 2617 | * be mapped to -EPERM instead. |
| 2618 | */ |
| 2619 | if (status == -EACCES) |
| 2620 | status = -EPERM; |
Bryan Schumaker | 801a16dc | 2011-04-13 14:31:30 -0400 | [diff] [blame] | 2621 | return status; |
| 2622 | } |
| 2623 | |
Chuck Lever | 2ed4b95b | 2013-03-16 15:55:45 -0400 | [diff] [blame] | 2624 | static int nfs4_do_find_root_sec(struct nfs_server *server, |
| 2625 | struct nfs_fh *fhandle, struct nfs_fsinfo *info) |
| 2626 | { |
| 2627 | int mv = server->nfs_client->cl_minorversion; |
| 2628 | return nfs_v4_minor_ops[mv]->find_root_sec(server, fhandle, info); |
| 2629 | } |
| 2630 | |
| 2631 | /** |
| 2632 | * nfs4_proc_get_rootfh - get file handle for server's pseudoroot |
| 2633 | * @server: initialized nfs_server handle |
| 2634 | * @fhandle: we fill in the pseudo-fs root file handle |
| 2635 | * @info: we fill in an FSINFO struct |
| 2636 | * |
| 2637 | * Returns zero on success, or a negative errno. |
Bryan Schumaker | 801a16dc | 2011-04-13 14:31:30 -0400 | [diff] [blame] | 2638 | */ |
Bryan Schumaker | 3028eb2 | 2012-05-10 15:07:30 -0400 | [diff] [blame] | 2639 | int nfs4_proc_get_rootfh(struct nfs_server *server, struct nfs_fh *fhandle, |
| 2640 | struct nfs_fsinfo *info) |
Bryan Schumaker | 801a16dc | 2011-04-13 14:31:30 -0400 | [diff] [blame] | 2641 | { |
Chuck Lever | 2ed4b95b | 2013-03-16 15:55:45 -0400 | [diff] [blame] | 2642 | int status; |
| 2643 | |
| 2644 | status = nfs4_lookup_root(server, fhandle, info); |
| 2645 | if ((status == -NFS4ERR_WRONGSEC) && |
| 2646 | !(server->flags & NFS_MOUNT_SECFLAVOUR)) |
| 2647 | status = nfs4_do_find_root_sec(server, fhandle, info); |
| 2648 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2649 | if (status == 0) |
| 2650 | status = nfs4_server_capabilities(server, fhandle); |
| 2651 | if (status == 0) |
| 2652 | status = nfs4_do_fsinfo(server, fhandle, info); |
Chuck Lever | 2ed4b95b | 2013-03-16 15:55:45 -0400 | [diff] [blame] | 2653 | |
Trond Myklebust | c12e87f | 2006-03-13 21:20:47 -0800 | [diff] [blame] | 2654 | return nfs4_map_errors(status); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2655 | } |
| 2656 | |
Bryan Schumaker | bae3624 | 2012-05-10 15:07:31 -0400 | [diff] [blame] | 2657 | static int nfs4_proc_get_root(struct nfs_server *server, struct nfs_fh *mntfh, |
| 2658 | struct nfs_fsinfo *info) |
| 2659 | { |
| 2660 | int error; |
| 2661 | struct nfs_fattr *fattr = info->fattr; |
| 2662 | |
| 2663 | error = nfs4_server_capabilities(server, mntfh); |
| 2664 | if (error < 0) { |
| 2665 | dprintk("nfs4_get_root: getcaps error = %d\n", -error); |
| 2666 | return error; |
| 2667 | } |
| 2668 | |
| 2669 | error = nfs4_proc_getattr(server, mntfh, fattr); |
| 2670 | if (error < 0) { |
| 2671 | dprintk("nfs4_get_root: getattr error = %d\n", -error); |
| 2672 | return error; |
| 2673 | } |
| 2674 | |
| 2675 | if (fattr->valid & NFS_ATTR_FATTR_FSID && |
| 2676 | !nfs_fsid_equal(&server->fsid, &fattr->fsid)) |
| 2677 | memcpy(&server->fsid, &fattr->fsid, sizeof(server->fsid)); |
| 2678 | |
| 2679 | return error; |
| 2680 | } |
| 2681 | |
Manoj Naik | 6b97fd3 | 2006-06-09 09:34:29 -0400 | [diff] [blame] | 2682 | /* |
| 2683 | * Get locations and (maybe) other attributes of a referral. |
| 2684 | * Note that we'll actually follow the referral later when |
| 2685 | * we detect fsid mismatch in inode revalidation |
| 2686 | */ |
Bryan Schumaker | f05d147 | 2012-04-27 13:27:41 -0400 | [diff] [blame] | 2687 | static int nfs4_get_referral(struct rpc_clnt *client, struct inode *dir, |
| 2688 | const struct qstr *name, struct nfs_fattr *fattr, |
| 2689 | struct nfs_fh *fhandle) |
Manoj Naik | 6b97fd3 | 2006-06-09 09:34:29 -0400 | [diff] [blame] | 2690 | { |
| 2691 | int status = -ENOMEM; |
| 2692 | struct page *page = NULL; |
| 2693 | struct nfs4_fs_locations *locations = NULL; |
Manoj Naik | 6b97fd3 | 2006-06-09 09:34:29 -0400 | [diff] [blame] | 2694 | |
| 2695 | page = alloc_page(GFP_KERNEL); |
| 2696 | if (page == NULL) |
| 2697 | goto out; |
| 2698 | locations = kmalloc(sizeof(struct nfs4_fs_locations), GFP_KERNEL); |
| 2699 | if (locations == NULL) |
| 2700 | goto out; |
| 2701 | |
Bryan Schumaker | f05d147 | 2012-04-27 13:27:41 -0400 | [diff] [blame] | 2702 | status = nfs4_proc_fs_locations(client, dir, name, locations, page); |
Manoj Naik | 6b97fd3 | 2006-06-09 09:34:29 -0400 | [diff] [blame] | 2703 | if (status != 0) |
| 2704 | goto out; |
| 2705 | /* Make sure server returned a different fsid for the referral */ |
| 2706 | if (nfs_fsid_equal(&NFS_SERVER(dir)->fsid, &locations->fattr.fsid)) { |
Andy Adamson | 533eb46 | 2011-06-13 18:25:56 -0400 | [diff] [blame] | 2707 | dprintk("%s: server did not return a different fsid for" |
| 2708 | " a referral at %s\n", __func__, name->name); |
Manoj Naik | 6b97fd3 | 2006-06-09 09:34:29 -0400 | [diff] [blame] | 2709 | status = -EIO; |
| 2710 | goto out; |
| 2711 | } |
Andy Adamson | 533eb46 | 2011-06-13 18:25:56 -0400 | [diff] [blame] | 2712 | /* Fixup attributes for the nfs_lookup() call to nfs_fhget() */ |
| 2713 | nfs_fixup_referral_attributes(&locations->fattr); |
Manoj Naik | 6b97fd3 | 2006-06-09 09:34:29 -0400 | [diff] [blame] | 2714 | |
Andy Adamson | 533eb46 | 2011-06-13 18:25:56 -0400 | [diff] [blame] | 2715 | /* replace the lookup nfs_fattr with the locations nfs_fattr */ |
Manoj Naik | 6b97fd3 | 2006-06-09 09:34:29 -0400 | [diff] [blame] | 2716 | memcpy(fattr, &locations->fattr, sizeof(struct nfs_fattr)); |
Manoj Naik | 6b97fd3 | 2006-06-09 09:34:29 -0400 | [diff] [blame] | 2717 | memset(fhandle, 0, sizeof(struct nfs_fh)); |
| 2718 | out: |
| 2719 | if (page) |
| 2720 | __free_page(page); |
Davidlohr Bueso | 5d7ca35 | 2010-08-11 12:42:15 -0400 | [diff] [blame] | 2721 | kfree(locations); |
Manoj Naik | 6b97fd3 | 2006-06-09 09:34:29 -0400 | [diff] [blame] | 2722 | return status; |
| 2723 | } |
| 2724 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2725 | static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr) |
| 2726 | { |
| 2727 | struct nfs4_getattr_arg args = { |
| 2728 | .fh = fhandle, |
| 2729 | .bitmask = server->attr_bitmask, |
| 2730 | }; |
| 2731 | struct nfs4_getattr_res res = { |
| 2732 | .fattr = fattr, |
| 2733 | .server = server, |
| 2734 | }; |
| 2735 | struct rpc_message msg = { |
| 2736 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETATTR], |
| 2737 | .rpc_argp = &args, |
| 2738 | .rpc_resp = &res, |
| 2739 | }; |
| 2740 | |
Trond Myklebust | 0e574af | 2005-10-27 22:12:38 -0400 | [diff] [blame] | 2741 | nfs_fattr_init(fattr); |
Bryan Schumaker | 7c51305 | 2011-03-24 17:12:24 +0000 | [diff] [blame] | 2742 | 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] | 2743 | } |
| 2744 | |
| 2745 | static int nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *fattr) |
| 2746 | { |
| 2747 | struct nfs4_exception exception = { }; |
| 2748 | int err; |
| 2749 | do { |
| 2750 | err = nfs4_handle_exception(server, |
| 2751 | _nfs4_proc_getattr(server, fhandle, fattr), |
| 2752 | &exception); |
| 2753 | } while (exception.retry); |
| 2754 | return err; |
| 2755 | } |
| 2756 | |
| 2757 | /* |
| 2758 | * The file is not closed if it is opened due to the a request to change |
| 2759 | * the size of the file. The open call will not be needed once the |
| 2760 | * VFS layer lookup-intents are implemented. |
| 2761 | * |
| 2762 | * Close is called when the inode is destroyed. |
| 2763 | * If we haven't opened the file for O_WRONLY, we |
| 2764 | * need to in the size_change case to obtain a stateid. |
| 2765 | * |
| 2766 | * Got race? |
| 2767 | * Because OPEN is always done by name in nfsv4, it is |
| 2768 | * possible that we opened a different file by the same |
| 2769 | * name. We can recognize this race condition, but we |
| 2770 | * can't do anything about it besides returning an error. |
| 2771 | * |
| 2772 | * This will be fixed with VFS changes (lookup-intent). |
| 2773 | */ |
| 2774 | static int |
| 2775 | nfs4_proc_setattr(struct dentry *dentry, struct nfs_fattr *fattr, |
| 2776 | struct iattr *sattr) |
| 2777 | { |
Trond Myklebust | 08e9eac | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 2778 | struct inode *inode = dentry->d_inode; |
Trond Myklebust | 659bfcd | 2008-06-10 19:39:41 -0400 | [diff] [blame] | 2779 | struct rpc_cred *cred = NULL; |
Trond Myklebust | d530838 | 2005-11-04 15:33:38 -0500 | [diff] [blame] | 2780 | struct nfs4_state *state = NULL; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2781 | int status; |
| 2782 | |
Benny Halevy | 8a1636c | 2010-07-14 15:43:57 -0400 | [diff] [blame] | 2783 | if (pnfs_ld_layoutret_on_setattr(inode)) |
Trond Myklebust | 2402867 | 2013-03-20 13:23:33 -0400 | [diff] [blame] | 2784 | pnfs_commit_and_return_layout(inode); |
Benny Halevy | 8a1636c | 2010-07-14 15:43:57 -0400 | [diff] [blame] | 2785 | |
Trond Myklebust | 0e574af | 2005-10-27 22:12:38 -0400 | [diff] [blame] | 2786 | nfs_fattr_init(fattr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2787 | |
Andy Adamson | 2669940 | 2012-05-30 16:12:24 -0400 | [diff] [blame] | 2788 | /* Deal with open(O_TRUNC) */ |
| 2789 | if (sattr->ia_valid & ATTR_OPEN) |
| 2790 | sattr->ia_valid &= ~(ATTR_MTIME|ATTR_CTIME|ATTR_OPEN); |
| 2791 | |
| 2792 | /* Optimization: if the end result is no change, don't RPC */ |
| 2793 | if ((sattr->ia_valid & ~(ATTR_FILE)) == 0) |
| 2794 | return 0; |
| 2795 | |
Trond Myklebust | d530838 | 2005-11-04 15:33:38 -0500 | [diff] [blame] | 2796 | /* Search for an existing open(O_WRITE) file */ |
Trond Myklebust | 659bfcd | 2008-06-10 19:39:41 -0400 | [diff] [blame] | 2797 | if (sattr->ia_valid & ATTR_FILE) { |
| 2798 | struct nfs_open_context *ctx; |
Trond Myklebust | 08e9eac | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 2799 | |
Trond Myklebust | 659bfcd | 2008-06-10 19:39:41 -0400 | [diff] [blame] | 2800 | ctx = nfs_file_open_context(sattr->ia_file); |
Neil Brown | 504e518 | 2008-10-16 14:15:16 +1100 | [diff] [blame] | 2801 | if (ctx) { |
| 2802 | cred = ctx->cred; |
| 2803 | state = ctx->state; |
| 2804 | } |
Trond Myklebust | 659bfcd | 2008-06-10 19:39:41 -0400 | [diff] [blame] | 2805 | } |
| 2806 | |
| 2807 | status = nfs4_do_setattr(inode, cred, fattr, sattr, state); |
Trond Myklebust | 65e4308 | 2005-08-16 11:49:44 -0400 | [diff] [blame] | 2808 | if (status == 0) |
| 2809 | nfs_setattr_update_inode(inode, sattr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2810 | return status; |
| 2811 | } |
| 2812 | |
Trond Myklebust | 0c2e53f | 2011-10-18 16:11:22 -0700 | [diff] [blame] | 2813 | static int _nfs4_proc_lookup(struct rpc_clnt *clnt, struct inode *dir, |
| 2814 | const struct qstr *name, struct nfs_fh *fhandle, |
| 2815 | struct nfs_fattr *fattr) |
David Howells | 2b3de44 | 2006-08-22 20:06:09 -0400 | [diff] [blame] | 2816 | { |
Trond Myklebust | 0c2e53f | 2011-10-18 16:11:22 -0700 | [diff] [blame] | 2817 | struct nfs_server *server = NFS_SERVER(dir); |
David Howells | 2b3de44 | 2006-08-22 20:06:09 -0400 | [diff] [blame] | 2818 | int status; |
| 2819 | struct nfs4_lookup_arg args = { |
| 2820 | .bitmask = server->attr_bitmask, |
Trond Myklebust | 0c2e53f | 2011-10-18 16:11:22 -0700 | [diff] [blame] | 2821 | .dir_fh = NFS_FH(dir), |
David Howells | 2b3de44 | 2006-08-22 20:06:09 -0400 | [diff] [blame] | 2822 | .name = name, |
| 2823 | }; |
| 2824 | struct nfs4_lookup_res res = { |
| 2825 | .server = server, |
| 2826 | .fattr = fattr, |
| 2827 | .fh = fhandle, |
| 2828 | }; |
| 2829 | struct rpc_message msg = { |
| 2830 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOOKUP], |
| 2831 | .rpc_argp = &args, |
| 2832 | .rpc_resp = &res, |
| 2833 | }; |
| 2834 | |
| 2835 | nfs_fattr_init(fattr); |
| 2836 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2837 | dprintk("NFS call lookup %s\n", name->name); |
Trond Myklebust | 0c2e53f | 2011-10-18 16:11:22 -0700 | [diff] [blame] | 2838 | 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] | 2839 | dprintk("NFS reply lookup: %d\n", status); |
| 2840 | return status; |
| 2841 | } |
| 2842 | |
Bryan Schumaker | 72de53e | 2012-04-27 13:27:40 -0400 | [diff] [blame] | 2843 | static void nfs_fixup_secinfo_attributes(struct nfs_fattr *fattr) |
Bryan Schumaker | 7ebb931 | 2011-03-24 17:12:30 +0000 | [diff] [blame] | 2844 | { |
Bryan Schumaker | 7ebb931 | 2011-03-24 17:12:30 +0000 | [diff] [blame] | 2845 | fattr->valid |= NFS_ATTR_FATTR_TYPE | NFS_ATTR_FATTR_MODE | |
Bryan Schumaker | 72de53e | 2012-04-27 13:27:40 -0400 | [diff] [blame] | 2846 | NFS_ATTR_FATTR_NLINK | NFS_ATTR_FATTR_MOUNTPOINT; |
Bryan Schumaker | 7ebb931 | 2011-03-24 17:12:30 +0000 | [diff] [blame] | 2847 | fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO; |
| 2848 | fattr->nlink = 2; |
| 2849 | } |
| 2850 | |
Bryan Schumaker | 72de53e | 2012-04-27 13:27:40 -0400 | [diff] [blame] | 2851 | static int nfs4_proc_lookup_common(struct rpc_clnt **clnt, struct inode *dir, |
| 2852 | struct qstr *name, struct nfs_fh *fhandle, |
| 2853 | struct nfs_fattr *fattr) |
| 2854 | { |
| 2855 | struct nfs4_exception exception = { }; |
| 2856 | struct rpc_clnt *client = *clnt; |
| 2857 | int err; |
| 2858 | do { |
| 2859 | err = _nfs4_proc_lookup(client, dir, name, fhandle, fattr); |
| 2860 | switch (err) { |
| 2861 | case -NFS4ERR_BADNAME: |
| 2862 | err = -ENOENT; |
| 2863 | goto out; |
| 2864 | case -NFS4ERR_MOVED: |
Bryan Schumaker | f05d147 | 2012-04-27 13:27:41 -0400 | [diff] [blame] | 2865 | err = nfs4_get_referral(client, dir, name, fattr, fhandle); |
Bryan Schumaker | 72de53e | 2012-04-27 13:27:40 -0400 | [diff] [blame] | 2866 | goto out; |
| 2867 | case -NFS4ERR_WRONGSEC: |
| 2868 | err = -EPERM; |
| 2869 | if (client != *clnt) |
| 2870 | goto out; |
| 2871 | |
| 2872 | client = nfs4_create_sec_client(client, dir, name); |
| 2873 | if (IS_ERR(client)) |
| 2874 | return PTR_ERR(client); |
| 2875 | |
| 2876 | exception.retry = 1; |
| 2877 | break; |
| 2878 | default: |
| 2879 | err = nfs4_handle_exception(NFS_SERVER(dir), err, &exception); |
| 2880 | } |
| 2881 | } while (exception.retry); |
| 2882 | |
| 2883 | out: |
| 2884 | if (err == 0) |
| 2885 | *clnt = client; |
| 2886 | else if (client != *clnt) |
| 2887 | rpc_shutdown_client(client); |
| 2888 | |
| 2889 | return err; |
| 2890 | } |
| 2891 | |
Bryan Schumaker | 80a16b2 | 2012-04-27 13:27:46 -0400 | [diff] [blame] | 2892 | static int nfs4_proc_lookup(struct inode *dir, struct qstr *name, |
Bryan Schumaker | 7c51305 | 2011-03-24 17:12:24 +0000 | [diff] [blame] | 2893 | struct nfs_fh *fhandle, struct nfs_fattr *fattr) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2894 | { |
Bryan Schumaker | 72de53e | 2012-04-27 13:27:40 -0400 | [diff] [blame] | 2895 | int status; |
| 2896 | struct rpc_clnt *client = NFS_CLIENT(dir); |
Trond Myklebust | 0c2e53f | 2011-10-18 16:11:22 -0700 | [diff] [blame] | 2897 | |
Bryan Schumaker | 72de53e | 2012-04-27 13:27:40 -0400 | [diff] [blame] | 2898 | status = nfs4_proc_lookup_common(&client, dir, name, fhandle, fattr); |
| 2899 | if (client != NFS_CLIENT(dir)) { |
| 2900 | rpc_shutdown_client(client); |
| 2901 | nfs_fixup_secinfo_attributes(fattr); |
| 2902 | } |
| 2903 | return status; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2904 | } |
| 2905 | |
Bryan Schumaker | f05d147 | 2012-04-27 13:27:41 -0400 | [diff] [blame] | 2906 | struct rpc_clnt * |
| 2907 | nfs4_proc_lookup_mountpoint(struct inode *dir, struct qstr *name, |
| 2908 | struct nfs_fh *fhandle, struct nfs_fattr *fattr) |
| 2909 | { |
| 2910 | int status; |
| 2911 | struct rpc_clnt *client = rpc_clone_client(NFS_CLIENT(dir)); |
| 2912 | |
| 2913 | status = nfs4_proc_lookup_common(&client, dir, name, fhandle, fattr); |
| 2914 | if (status < 0) { |
| 2915 | rpc_shutdown_client(client); |
| 2916 | return ERR_PTR(status); |
| 2917 | } |
| 2918 | return client; |
| 2919 | } |
| 2920 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2921 | static int _nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry) |
| 2922 | { |
Trond Myklebust | 76b3299 | 2007-08-10 17:45:11 -0400 | [diff] [blame] | 2923 | struct nfs_server *server = NFS_SERVER(inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2924 | struct nfs4_accessargs args = { |
| 2925 | .fh = NFS_FH(inode), |
Trond Myklebust | a4980e7 | 2012-01-30 15:43:56 -0500 | [diff] [blame] | 2926 | .bitmask = server->cache_consistency_bitmask, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2927 | }; |
Trond Myklebust | 76b3299 | 2007-08-10 17:45:11 -0400 | [diff] [blame] | 2928 | struct nfs4_accessres res = { |
| 2929 | .server = server, |
Trond Myklebust | 76b3299 | 2007-08-10 17:45:11 -0400 | [diff] [blame] | 2930 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2931 | struct rpc_message msg = { |
| 2932 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_ACCESS], |
| 2933 | .rpc_argp = &args, |
| 2934 | .rpc_resp = &res, |
| 2935 | .rpc_cred = entry->cred, |
| 2936 | }; |
| 2937 | int mode = entry->mask; |
| 2938 | int status; |
| 2939 | |
| 2940 | /* |
| 2941 | * Determine which access bits we want to ask for... |
| 2942 | */ |
| 2943 | if (mode & MAY_READ) |
| 2944 | args.access |= NFS4_ACCESS_READ; |
| 2945 | if (S_ISDIR(inode->i_mode)) { |
| 2946 | if (mode & MAY_WRITE) |
| 2947 | args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND | NFS4_ACCESS_DELETE; |
| 2948 | if (mode & MAY_EXEC) |
| 2949 | args.access |= NFS4_ACCESS_LOOKUP; |
| 2950 | } else { |
| 2951 | if (mode & MAY_WRITE) |
| 2952 | args.access |= NFS4_ACCESS_MODIFY | NFS4_ACCESS_EXTEND; |
| 2953 | if (mode & MAY_EXEC) |
| 2954 | args.access |= NFS4_ACCESS_EXECUTE; |
| 2955 | } |
Trond Myklebust | c407d41 | 2010-04-16 16:22:48 -0400 | [diff] [blame] | 2956 | |
| 2957 | res.fattr = nfs_alloc_fattr(); |
| 2958 | if (res.fattr == NULL) |
| 2959 | return -ENOMEM; |
| 2960 | |
Bryan Schumaker | 7c51305 | 2011-03-24 17:12:24 +0000 | [diff] [blame] | 2961 | 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] | 2962 | if (!status) { |
Weston Andros Adamson | 6168f62 | 2012-09-10 14:00:46 -0400 | [diff] [blame] | 2963 | nfs_access_set_mask(entry, res.access); |
Trond Myklebust | c407d41 | 2010-04-16 16:22:48 -0400 | [diff] [blame] | 2964 | nfs_refresh_inode(inode, res.fattr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2965 | } |
Trond Myklebust | c407d41 | 2010-04-16 16:22:48 -0400 | [diff] [blame] | 2966 | nfs_free_fattr(res.fattr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 2967 | return status; |
| 2968 | } |
| 2969 | |
| 2970 | static int nfs4_proc_access(struct inode *inode, struct nfs_access_entry *entry) |
| 2971 | { |
| 2972 | struct nfs4_exception exception = { }; |
| 2973 | int err; |
| 2974 | do { |
| 2975 | err = nfs4_handle_exception(NFS_SERVER(inode), |
| 2976 | _nfs4_proc_access(inode, entry), |
| 2977 | &exception); |
| 2978 | } while (exception.retry); |
| 2979 | return err; |
| 2980 | } |
| 2981 | |
| 2982 | /* |
| 2983 | * TODO: For the time being, we don't try to get any attributes |
| 2984 | * along with any of the zero-copy operations READ, READDIR, |
| 2985 | * READLINK, WRITE. |
| 2986 | * |
| 2987 | * In the case of the first three, we want to put the GETATTR |
| 2988 | * after the read-type operation -- this is because it is hard |
| 2989 | * to predict the length of a GETATTR response in v4, and thus |
| 2990 | * align the READ data correctly. This means that the GETATTR |
| 2991 | * may end up partially falling into the page cache, and we should |
| 2992 | * shift it into the 'tail' of the xdr_buf before processing. |
| 2993 | * To do this efficiently, we need to know the total length |
| 2994 | * of data received, which doesn't seem to be available outside |
| 2995 | * of the RPC layer. |
| 2996 | * |
| 2997 | * In the case of WRITE, we also want to put the GETATTR after |
| 2998 | * the operation -- in this case because we want to make sure |
Trond Myklebust | 140150d | 2012-06-05 15:20:25 -0400 | [diff] [blame] | 2999 | * we get the post-operation mtime and size. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3000 | * |
| 3001 | * Both of these changes to the XDR layer would in fact be quite |
| 3002 | * minor, but I decided to leave them for a subsequent patch. |
| 3003 | */ |
| 3004 | static int _nfs4_proc_readlink(struct inode *inode, struct page *page, |
| 3005 | unsigned int pgbase, unsigned int pglen) |
| 3006 | { |
| 3007 | struct nfs4_readlink args = { |
| 3008 | .fh = NFS_FH(inode), |
| 3009 | .pgbase = pgbase, |
| 3010 | .pglen = pglen, |
| 3011 | .pages = &page, |
| 3012 | }; |
Benny Halevy | f50c700 | 2009-04-01 09:21:55 -0400 | [diff] [blame] | 3013 | struct nfs4_readlink_res res; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3014 | struct rpc_message msg = { |
| 3015 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READLINK], |
| 3016 | .rpc_argp = &args, |
Benny Halevy | f50c700 | 2009-04-01 09:21:55 -0400 | [diff] [blame] | 3017 | .rpc_resp = &res, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3018 | }; |
| 3019 | |
Bryan Schumaker | 7c51305 | 2011-03-24 17:12:24 +0000 | [diff] [blame] | 3020 | 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] | 3021 | } |
| 3022 | |
| 3023 | static int nfs4_proc_readlink(struct inode *inode, struct page *page, |
| 3024 | unsigned int pgbase, unsigned int pglen) |
| 3025 | { |
| 3026 | struct nfs4_exception exception = { }; |
| 3027 | int err; |
| 3028 | do { |
| 3029 | err = nfs4_handle_exception(NFS_SERVER(inode), |
| 3030 | _nfs4_proc_readlink(inode, page, pgbase, pglen), |
| 3031 | &exception); |
| 3032 | } while (exception.retry); |
| 3033 | return err; |
| 3034 | } |
| 3035 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3036 | /* |
Miklos Szeredi | 8867fe5 | 2012-06-05 15:10:19 +0200 | [diff] [blame] | 3037 | * This is just for mknod. open(O_CREAT) will always do ->open_context(). |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3038 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3039 | static int |
| 3040 | nfs4_proc_create(struct inode *dir, struct dentry *dentry, struct iattr *sattr, |
Miklos Szeredi | 8867fe5 | 2012-06-05 15:10:19 +0200 | [diff] [blame] | 3041 | int flags) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3042 | { |
Miklos Szeredi | 8867fe5 | 2012-06-05 15:10:19 +0200 | [diff] [blame] | 3043 | struct nfs_open_context *ctx; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3044 | struct nfs4_state *state; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3045 | int status = 0; |
| 3046 | |
Miklos Szeredi | 8867fe5 | 2012-06-05 15:10:19 +0200 | [diff] [blame] | 3047 | ctx = alloc_nfs_open_context(dentry, FMODE_READ); |
| 3048 | if (IS_ERR(ctx)) |
| 3049 | return PTR_ERR(ctx); |
| 3050 | |
Aneesh Kumar K.V | a8a5da9 | 2010-12-09 11:35:14 +0000 | [diff] [blame] | 3051 | sattr->ia_mode &= ~current_umask(); |
Trond Myklebust | 4197a05 | 2013-05-29 12:37:49 -0400 | [diff] [blame] | 3052 | state = nfs4_do_open(dir, ctx, flags, sattr); |
Trond Myklebust | d4d9cdc | 2007-10-02 18:38:53 -0400 | [diff] [blame] | 3053 | d_drop(dentry); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3054 | if (IS_ERR(state)) { |
| 3055 | status = PTR_ERR(state); |
Trond Myklebust | c0204fd | 2010-09-17 10:56:51 -0400 | [diff] [blame] | 3056 | goto out; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3057 | } |
Trond Myklebust | d4d9cdc | 2007-10-02 18:38:53 -0400 | [diff] [blame] | 3058 | d_add(dentry, igrab(state->inode)); |
Trond Myklebust | d75340c | 2007-10-01 21:42:01 -0400 | [diff] [blame] | 3059 | nfs_set_verifier(dentry, nfs_save_change_attribute(dir)); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3060 | out: |
Miklos Szeredi | 8867fe5 | 2012-06-05 15:10:19 +0200 | [diff] [blame] | 3061 | put_nfs_open_context(ctx); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3062 | return status; |
| 3063 | } |
| 3064 | |
| 3065 | static int _nfs4_proc_remove(struct inode *dir, struct qstr *name) |
| 3066 | { |
Trond Myklebust | 16e4295 | 2005-10-27 22:12:44 -0400 | [diff] [blame] | 3067 | struct nfs_server *server = NFS_SERVER(dir); |
Trond Myklebust | 4fdc17b | 2007-07-14 15:39:57 -0400 | [diff] [blame] | 3068 | struct nfs_removeargs args = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3069 | .fh = NFS_FH(dir), |
Linus Torvalds | 26fe575 | 2012-05-10 13:14:12 -0700 | [diff] [blame] | 3070 | .name = *name, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3071 | }; |
Trond Myklebust | 4fdc17b | 2007-07-14 15:39:57 -0400 | [diff] [blame] | 3072 | struct nfs_removeres res = { |
Trond Myklebust | 16e4295 | 2005-10-27 22:12:44 -0400 | [diff] [blame] | 3073 | .server = server, |
Trond Myklebust | 16e4295 | 2005-10-27 22:12:44 -0400 | [diff] [blame] | 3074 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3075 | struct rpc_message msg = { |
Trond Myklebust | 4fdc17b | 2007-07-14 15:39:57 -0400 | [diff] [blame] | 3076 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE], |
| 3077 | .rpc_argp = &args, |
| 3078 | .rpc_resp = &res, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3079 | }; |
Trond Myklebust | 778d281 | 2012-04-27 13:48:19 -0400 | [diff] [blame] | 3080 | int status; |
Trond Myklebust | d346890 | 2010-04-16 16:22:50 -0400 | [diff] [blame] | 3081 | |
Bryan Schumaker | 7c51305 | 2011-03-24 17:12:24 +0000 | [diff] [blame] | 3082 | 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] | 3083 | if (status == 0) |
Trond Myklebust | 16e4295 | 2005-10-27 22:12:44 -0400 | [diff] [blame] | 3084 | update_changeattr(dir, &res.cinfo); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3085 | return status; |
| 3086 | } |
| 3087 | |
| 3088 | static int nfs4_proc_remove(struct inode *dir, struct qstr *name) |
| 3089 | { |
| 3090 | struct nfs4_exception exception = { }; |
| 3091 | int err; |
| 3092 | do { |
| 3093 | err = nfs4_handle_exception(NFS_SERVER(dir), |
| 3094 | _nfs4_proc_remove(dir, name), |
| 3095 | &exception); |
| 3096 | } while (exception.retry); |
| 3097 | return err; |
| 3098 | } |
| 3099 | |
Trond Myklebust | e4eff1a | 2007-07-14 15:39:58 -0400 | [diff] [blame] | 3100 | 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] | 3101 | { |
Trond Myklebust | e4eff1a | 2007-07-14 15:39:58 -0400 | [diff] [blame] | 3102 | struct nfs_server *server = NFS_SERVER(dir); |
| 3103 | struct nfs_removeargs *args = msg->rpc_argp; |
| 3104 | struct nfs_removeres *res = msg->rpc_resp; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3105 | |
Trond Myklebust | e4eff1a | 2007-07-14 15:39:58 -0400 | [diff] [blame] | 3106 | res->server = server; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3107 | msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_REMOVE]; |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 3108 | nfs41_init_sequence(&args->seq_args, &res->seq_res, 1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3109 | } |
| 3110 | |
Bryan Schumaker | 34e137c | 2012-03-19 14:54:41 -0400 | [diff] [blame] | 3111 | static void nfs4_proc_unlink_rpc_prepare(struct rpc_task *task, struct nfs_unlinkdata *data) |
| 3112 | { |
Trond Myklebust | d9afbd1 | 2012-10-22 20:28:44 -0400 | [diff] [blame] | 3113 | nfs4_setup_sequence(NFS_SERVER(data->dir), |
| 3114 | &data->args.seq_args, |
| 3115 | &data->res.seq_res, |
| 3116 | task); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3117 | } |
| 3118 | |
Trond Myklebust | e4eff1a | 2007-07-14 15:39:58 -0400 | [diff] [blame] | 3119 | 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] | 3120 | { |
Trond Myklebust | e4eff1a | 2007-07-14 15:39:58 -0400 | [diff] [blame] | 3121 | struct nfs_removeres *res = task->tk_msg.rpc_resp; |
| 3122 | |
Trond Myklebust | 14516c3 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 3123 | if (!nfs4_sequence_done(task, &res->seq_res)) |
| 3124 | return 0; |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame] | 3125 | if (nfs4_async_handle_error(task, res->server, NULL) == -EAGAIN) |
Trond Myklebust | e4eff1a | 2007-07-14 15:39:58 -0400 | [diff] [blame] | 3126 | return 0; |
| 3127 | update_changeattr(dir, &res->cinfo); |
Trond Myklebust | e4eff1a | 2007-07-14 15:39:58 -0400 | [diff] [blame] | 3128 | return 1; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3129 | } |
| 3130 | |
Jeff Layton | d3d4152 | 2010-09-17 17:31:57 -0400 | [diff] [blame] | 3131 | static void nfs4_proc_rename_setup(struct rpc_message *msg, struct inode *dir) |
| 3132 | { |
| 3133 | struct nfs_server *server = NFS_SERVER(dir); |
| 3134 | struct nfs_renameargs *arg = msg->rpc_argp; |
| 3135 | struct nfs_renameres *res = msg->rpc_resp; |
| 3136 | |
| 3137 | msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENAME]; |
Jeff Layton | d3d4152 | 2010-09-17 17:31:57 -0400 | [diff] [blame] | 3138 | res->server = server; |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 3139 | nfs41_init_sequence(&arg->seq_args, &res->seq_res, 1); |
Jeff Layton | d3d4152 | 2010-09-17 17:31:57 -0400 | [diff] [blame] | 3140 | } |
| 3141 | |
Bryan Schumaker | c6bfa1a | 2012-03-19 14:54:42 -0400 | [diff] [blame] | 3142 | static void nfs4_proc_rename_rpc_prepare(struct rpc_task *task, struct nfs_renamedata *data) |
| 3143 | { |
Trond Myklebust | d9afbd1 | 2012-10-22 20:28:44 -0400 | [diff] [blame] | 3144 | nfs4_setup_sequence(NFS_SERVER(data->old_dir), |
| 3145 | &data->args.seq_args, |
| 3146 | &data->res.seq_res, |
| 3147 | task); |
Jeff Layton | d3d4152 | 2010-09-17 17:31:57 -0400 | [diff] [blame] | 3148 | } |
| 3149 | |
| 3150 | static int nfs4_proc_rename_done(struct rpc_task *task, struct inode *old_dir, |
| 3151 | struct inode *new_dir) |
| 3152 | { |
| 3153 | struct nfs_renameres *res = task->tk_msg.rpc_resp; |
| 3154 | |
| 3155 | if (!nfs4_sequence_done(task, &res->seq_res)) |
| 3156 | return 0; |
| 3157 | if (nfs4_async_handle_error(task, res->server, NULL) == -EAGAIN) |
| 3158 | return 0; |
| 3159 | |
| 3160 | update_changeattr(old_dir, &res->old_cinfo); |
Jeff Layton | d3d4152 | 2010-09-17 17:31:57 -0400 | [diff] [blame] | 3161 | update_changeattr(new_dir, &res->new_cinfo); |
Jeff Layton | d3d4152 | 2010-09-17 17:31:57 -0400 | [diff] [blame] | 3162 | return 1; |
| 3163 | } |
| 3164 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3165 | static int _nfs4_proc_rename(struct inode *old_dir, struct qstr *old_name, |
| 3166 | struct inode *new_dir, struct qstr *new_name) |
| 3167 | { |
Trond Myklebust | 6caf2c8 | 2005-10-27 22:12:43 -0400 | [diff] [blame] | 3168 | struct nfs_server *server = NFS_SERVER(old_dir); |
Jeff Layton | 920769f | 2010-09-17 17:30:25 -0400 | [diff] [blame] | 3169 | struct nfs_renameargs arg = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3170 | .old_dir = NFS_FH(old_dir), |
| 3171 | .new_dir = NFS_FH(new_dir), |
| 3172 | .old_name = old_name, |
| 3173 | .new_name = new_name, |
| 3174 | }; |
Jeff Layton | e8582a8 | 2010-09-17 17:31:06 -0400 | [diff] [blame] | 3175 | struct nfs_renameres res = { |
Trond Myklebust | 6caf2c8 | 2005-10-27 22:12:43 -0400 | [diff] [blame] | 3176 | .server = server, |
Trond Myklebust | 6caf2c8 | 2005-10-27 22:12:43 -0400 | [diff] [blame] | 3177 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3178 | struct rpc_message msg = { |
| 3179 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENAME], |
| 3180 | .rpc_argp = &arg, |
| 3181 | .rpc_resp = &res, |
| 3182 | }; |
Trond Myklebust | 011fff7 | 2010-04-16 16:22:49 -0400 | [diff] [blame] | 3183 | int status = -ENOMEM; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3184 | |
Bryan Schumaker | 7c51305 | 2011-03-24 17:12:24 +0000 | [diff] [blame] | 3185 | 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] | 3186 | if (!status) { |
| 3187 | update_changeattr(old_dir, &res.old_cinfo); |
| 3188 | update_changeattr(new_dir, &res.new_cinfo); |
| 3189 | } |
| 3190 | return status; |
| 3191 | } |
| 3192 | |
| 3193 | static int nfs4_proc_rename(struct inode *old_dir, struct qstr *old_name, |
| 3194 | struct inode *new_dir, struct qstr *new_name) |
| 3195 | { |
| 3196 | struct nfs4_exception exception = { }; |
| 3197 | int err; |
| 3198 | do { |
| 3199 | err = nfs4_handle_exception(NFS_SERVER(old_dir), |
| 3200 | _nfs4_proc_rename(old_dir, old_name, |
| 3201 | new_dir, new_name), |
| 3202 | &exception); |
| 3203 | } while (exception.retry); |
| 3204 | return err; |
| 3205 | } |
| 3206 | |
| 3207 | static int _nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name) |
| 3208 | { |
Trond Myklebust | 91ba2ee | 2005-10-27 22:12:42 -0400 | [diff] [blame] | 3209 | struct nfs_server *server = NFS_SERVER(inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3210 | struct nfs4_link_arg arg = { |
| 3211 | .fh = NFS_FH(inode), |
| 3212 | .dir_fh = NFS_FH(dir), |
| 3213 | .name = name, |
Trond Myklebust | 91ba2ee | 2005-10-27 22:12:42 -0400 | [diff] [blame] | 3214 | .bitmask = server->attr_bitmask, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3215 | }; |
Trond Myklebust | 91ba2ee | 2005-10-27 22:12:42 -0400 | [diff] [blame] | 3216 | struct nfs4_link_res res = { |
| 3217 | .server = server, |
Trond Myklebust | 91ba2ee | 2005-10-27 22:12:42 -0400 | [diff] [blame] | 3218 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3219 | struct rpc_message msg = { |
| 3220 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LINK], |
| 3221 | .rpc_argp = &arg, |
Trond Myklebust | 91ba2ee | 2005-10-27 22:12:42 -0400 | [diff] [blame] | 3222 | .rpc_resp = &res, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3223 | }; |
Trond Myklebust | 136f262 | 2010-04-16 16:22:49 -0400 | [diff] [blame] | 3224 | int status = -ENOMEM; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3225 | |
Trond Myklebust | 136f262 | 2010-04-16 16:22:49 -0400 | [diff] [blame] | 3226 | res.fattr = nfs_alloc_fattr(); |
Trond Myklebust | 778d281 | 2012-04-27 13:48:19 -0400 | [diff] [blame] | 3227 | if (res.fattr == NULL) |
Trond Myklebust | 136f262 | 2010-04-16 16:22:49 -0400 | [diff] [blame] | 3228 | goto out; |
| 3229 | |
Bryan Schumaker | 7c51305 | 2011-03-24 17:12:24 +0000 | [diff] [blame] | 3230 | 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] | 3231 | if (!status) { |
| 3232 | update_changeattr(dir, &res.cinfo); |
Trond Myklebust | 73a3d07 | 2006-05-25 01:40:47 -0400 | [diff] [blame] | 3233 | nfs_post_op_update_inode(inode, res.fattr); |
Trond Myklebust | 91ba2ee | 2005-10-27 22:12:42 -0400 | [diff] [blame] | 3234 | } |
Trond Myklebust | 136f262 | 2010-04-16 16:22:49 -0400 | [diff] [blame] | 3235 | out: |
Trond Myklebust | 136f262 | 2010-04-16 16:22:49 -0400 | [diff] [blame] | 3236 | nfs_free_fattr(res.fattr); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3237 | return status; |
| 3238 | } |
| 3239 | |
| 3240 | static int nfs4_proc_link(struct inode *inode, struct inode *dir, struct qstr *name) |
| 3241 | { |
| 3242 | struct nfs4_exception exception = { }; |
| 3243 | int err; |
| 3244 | do { |
| 3245 | err = nfs4_handle_exception(NFS_SERVER(inode), |
| 3246 | _nfs4_proc_link(inode, dir, name), |
| 3247 | &exception); |
| 3248 | } while (exception.retry); |
| 3249 | return err; |
| 3250 | } |
| 3251 | |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 3252 | struct nfs4_createdata { |
| 3253 | struct rpc_message msg; |
| 3254 | struct nfs4_create_arg arg; |
| 3255 | struct nfs4_create_res res; |
| 3256 | struct nfs_fh fh; |
| 3257 | struct nfs_fattr fattr; |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 3258 | }; |
| 3259 | |
| 3260 | static struct nfs4_createdata *nfs4_alloc_createdata(struct inode *dir, |
| 3261 | struct qstr *name, struct iattr *sattr, u32 ftype) |
| 3262 | { |
| 3263 | struct nfs4_createdata *data; |
| 3264 | |
| 3265 | data = kzalloc(sizeof(*data), GFP_KERNEL); |
| 3266 | if (data != NULL) { |
| 3267 | struct nfs_server *server = NFS_SERVER(dir); |
| 3268 | |
| 3269 | data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE]; |
| 3270 | data->msg.rpc_argp = &data->arg; |
| 3271 | data->msg.rpc_resp = &data->res; |
| 3272 | data->arg.dir_fh = NFS_FH(dir); |
| 3273 | data->arg.server = server; |
| 3274 | data->arg.name = name; |
| 3275 | data->arg.attrs = sattr; |
| 3276 | data->arg.ftype = ftype; |
| 3277 | data->arg.bitmask = server->attr_bitmask; |
| 3278 | data->res.server = server; |
| 3279 | data->res.fh = &data->fh; |
| 3280 | data->res.fattr = &data->fattr; |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 3281 | nfs_fattr_init(data->res.fattr); |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 3282 | } |
| 3283 | return data; |
| 3284 | } |
| 3285 | |
| 3286 | static int nfs4_do_create(struct inode *dir, struct dentry *dentry, struct nfs4_createdata *data) |
| 3287 | { |
Bryan Schumaker | 7c51305 | 2011-03-24 17:12:24 +0000 | [diff] [blame] | 3288 | 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] | 3289 | &data->arg.seq_args, &data->res.seq_res, 1); |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 3290 | if (status == 0) { |
| 3291 | update_changeattr(dir, &data->res.dir_cinfo); |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 3292 | status = nfs_instantiate(dentry, data->res.fh, data->res.fattr); |
| 3293 | } |
| 3294 | return status; |
| 3295 | } |
| 3296 | |
| 3297 | static void nfs4_free_createdata(struct nfs4_createdata *data) |
| 3298 | { |
| 3299 | kfree(data); |
| 3300 | } |
| 3301 | |
Chuck Lever | 4f390c1 | 2006-08-22 20:06:22 -0400 | [diff] [blame] | 3302 | static int _nfs4_proc_symlink(struct inode *dir, struct dentry *dentry, |
Chuck Lever | 94a6d75 | 2006-08-22 20:06:23 -0400 | [diff] [blame] | 3303 | struct page *page, unsigned int len, struct iattr *sattr) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3304 | { |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 3305 | struct nfs4_createdata *data; |
| 3306 | int status = -ENAMETOOLONG; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3307 | |
Chuck Lever | 94a6d75 | 2006-08-22 20:06:23 -0400 | [diff] [blame] | 3308 | if (len > NFS4_MAXPATHLEN) |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 3309 | goto out; |
Chuck Lever | 4f390c1 | 2006-08-22 20:06:22 -0400 | [diff] [blame] | 3310 | |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 3311 | status = -ENOMEM; |
| 3312 | data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4LNK); |
| 3313 | if (data == NULL) |
| 3314 | goto out; |
| 3315 | |
| 3316 | data->msg.rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SYMLINK]; |
| 3317 | data->arg.u.symlink.pages = &page; |
| 3318 | data->arg.u.symlink.len = len; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3319 | |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 3320 | status = nfs4_do_create(dir, dentry, data); |
| 3321 | |
| 3322 | nfs4_free_createdata(data); |
| 3323 | out: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3324 | return status; |
| 3325 | } |
| 3326 | |
Chuck Lever | 4f390c1 | 2006-08-22 20:06:22 -0400 | [diff] [blame] | 3327 | static int nfs4_proc_symlink(struct inode *dir, struct dentry *dentry, |
Chuck Lever | 94a6d75 | 2006-08-22 20:06:23 -0400 | [diff] [blame] | 3328 | struct page *page, unsigned int len, struct iattr *sattr) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3329 | { |
| 3330 | struct nfs4_exception exception = { }; |
| 3331 | int err; |
| 3332 | do { |
| 3333 | err = nfs4_handle_exception(NFS_SERVER(dir), |
Chuck Lever | 94a6d75 | 2006-08-22 20:06:23 -0400 | [diff] [blame] | 3334 | _nfs4_proc_symlink(dir, dentry, page, |
| 3335 | len, sattr), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3336 | &exception); |
| 3337 | } while (exception.retry); |
| 3338 | return err; |
| 3339 | } |
| 3340 | |
| 3341 | static int _nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry, |
| 3342 | struct iattr *sattr) |
| 3343 | { |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 3344 | struct nfs4_createdata *data; |
| 3345 | int status = -ENOMEM; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3346 | |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 3347 | data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4DIR); |
| 3348 | if (data == NULL) |
| 3349 | goto out; |
| 3350 | |
| 3351 | status = nfs4_do_create(dir, dentry, data); |
| 3352 | |
| 3353 | nfs4_free_createdata(data); |
| 3354 | out: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3355 | return status; |
| 3356 | } |
| 3357 | |
| 3358 | static int nfs4_proc_mkdir(struct inode *dir, struct dentry *dentry, |
| 3359 | struct iattr *sattr) |
| 3360 | { |
| 3361 | struct nfs4_exception exception = { }; |
| 3362 | int err; |
Aneesh Kumar K.V | a8a5da9 | 2010-12-09 11:35:14 +0000 | [diff] [blame] | 3363 | |
| 3364 | sattr->ia_mode &= ~current_umask(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3365 | do { |
| 3366 | err = nfs4_handle_exception(NFS_SERVER(dir), |
| 3367 | _nfs4_proc_mkdir(dir, dentry, sattr), |
| 3368 | &exception); |
| 3369 | } while (exception.retry); |
| 3370 | return err; |
| 3371 | } |
| 3372 | |
| 3373 | static int _nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred, |
Bryan Schumaker | 56e4ebf | 2010-10-20 15:44:37 -0400 | [diff] [blame] | 3374 | u64 cookie, struct page **pages, unsigned int count, int plus) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3375 | { |
| 3376 | struct inode *dir = dentry->d_inode; |
| 3377 | struct nfs4_readdir_arg args = { |
| 3378 | .fh = NFS_FH(dir), |
Bryan Schumaker | 56e4ebf | 2010-10-20 15:44:37 -0400 | [diff] [blame] | 3379 | .pages = pages, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3380 | .pgbase = 0, |
| 3381 | .count = count, |
Trond Myklebust | 96d25e5 | 2009-11-11 16:15:42 +0900 | [diff] [blame] | 3382 | .bitmask = NFS_SERVER(dentry->d_inode)->attr_bitmask, |
Bryan Schumaker | 82f2e54 | 2010-10-21 16:33:18 -0400 | [diff] [blame] | 3383 | .plus = plus, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3384 | }; |
| 3385 | struct nfs4_readdir_res res; |
| 3386 | struct rpc_message msg = { |
| 3387 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READDIR], |
| 3388 | .rpc_argp = &args, |
| 3389 | .rpc_resp = &res, |
| 3390 | .rpc_cred = cred, |
| 3391 | }; |
| 3392 | int status; |
| 3393 | |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 3394 | dprintk("%s: dentry = %s/%s, cookie = %Lu\n", __func__, |
Trond Myklebust | eadf459 | 2005-06-22 17:16:39 +0000 | [diff] [blame] | 3395 | dentry->d_parent->d_name.name, |
| 3396 | dentry->d_name.name, |
| 3397 | (unsigned long long)cookie); |
Trond Myklebust | c3f52af | 2012-09-03 14:56:02 -0400 | [diff] [blame] | 3398 | nfs4_setup_readdir(cookie, NFS_I(dir)->cookieverf, dentry, &args); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3399 | res.pgbase = args.pgbase; |
Bryan Schumaker | 7c51305 | 2011-03-24 17:12:24 +0000 | [diff] [blame] | 3400 | 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] | 3401 | if (status >= 0) { |
Trond Myklebust | c3f52af | 2012-09-03 14:56:02 -0400 | [diff] [blame] | 3402 | memcpy(NFS_I(dir)->cookieverf, res.verifier.data, NFS4_VERIFIER_SIZE); |
Trond Myklebust | ac39612 | 2010-11-15 20:26:22 -0500 | [diff] [blame] | 3403 | status += args.pgbase; |
| 3404 | } |
Trond Myklebust | c481299 | 2007-09-28 17:11:45 -0400 | [diff] [blame] | 3405 | |
| 3406 | nfs_invalidate_atime(dir); |
| 3407 | |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 3408 | dprintk("%s: returns %d\n", __func__, status); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3409 | return status; |
| 3410 | } |
| 3411 | |
| 3412 | static int nfs4_proc_readdir(struct dentry *dentry, struct rpc_cred *cred, |
Bryan Schumaker | 56e4ebf | 2010-10-20 15:44:37 -0400 | [diff] [blame] | 3413 | u64 cookie, struct page **pages, unsigned int count, int plus) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3414 | { |
| 3415 | struct nfs4_exception exception = { }; |
| 3416 | int err; |
| 3417 | do { |
| 3418 | err = nfs4_handle_exception(NFS_SERVER(dentry->d_inode), |
| 3419 | _nfs4_proc_readdir(dentry, cred, cookie, |
Bryan Schumaker | 56e4ebf | 2010-10-20 15:44:37 -0400 | [diff] [blame] | 3420 | pages, count, plus), |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3421 | &exception); |
| 3422 | } while (exception.retry); |
| 3423 | return err; |
| 3424 | } |
| 3425 | |
| 3426 | static int _nfs4_proc_mknod(struct inode *dir, struct dentry *dentry, |
| 3427 | struct iattr *sattr, dev_t rdev) |
| 3428 | { |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 3429 | struct nfs4_createdata *data; |
| 3430 | int mode = sattr->ia_mode; |
| 3431 | int status = -ENOMEM; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3432 | |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 3433 | data = nfs4_alloc_createdata(dir, &dentry->d_name, sattr, NF4SOCK); |
| 3434 | if (data == NULL) |
| 3435 | goto out; |
| 3436 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3437 | if (S_ISFIFO(mode)) |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 3438 | data->arg.ftype = NF4FIFO; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3439 | else if (S_ISBLK(mode)) { |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 3440 | data->arg.ftype = NF4BLK; |
| 3441 | data->arg.u.device.specdata1 = MAJOR(rdev); |
| 3442 | data->arg.u.device.specdata2 = MINOR(rdev); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3443 | } |
| 3444 | else if (S_ISCHR(mode)) { |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 3445 | data->arg.ftype = NF4CHR; |
| 3446 | data->arg.u.device.specdata1 = MAJOR(rdev); |
| 3447 | data->arg.u.device.specdata2 = MINOR(rdev); |
Trond Myklebust | 4ea8fed | 2012-10-15 15:47:41 -0400 | [diff] [blame] | 3448 | } else if (!S_ISSOCK(mode)) { |
| 3449 | status = -EINVAL; |
| 3450 | goto out_free; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3451 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3452 | |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 3453 | status = nfs4_do_create(dir, dentry, data); |
Trond Myklebust | 4ea8fed | 2012-10-15 15:47:41 -0400 | [diff] [blame] | 3454 | out_free: |
Trond Myklebust | 57dc9a5 | 2008-06-20 15:35:32 -0400 | [diff] [blame] | 3455 | nfs4_free_createdata(data); |
| 3456 | out: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3457 | return status; |
| 3458 | } |
| 3459 | |
| 3460 | static int nfs4_proc_mknod(struct inode *dir, struct dentry *dentry, |
| 3461 | struct iattr *sattr, dev_t rdev) |
| 3462 | { |
| 3463 | struct nfs4_exception exception = { }; |
| 3464 | int err; |
Aneesh Kumar K.V | a8a5da9 | 2010-12-09 11:35:14 +0000 | [diff] [blame] | 3465 | |
| 3466 | sattr->ia_mode &= ~current_umask(); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3467 | do { |
| 3468 | err = nfs4_handle_exception(NFS_SERVER(dir), |
| 3469 | _nfs4_proc_mknod(dir, dentry, sattr, rdev), |
| 3470 | &exception); |
| 3471 | } while (exception.retry); |
| 3472 | return err; |
| 3473 | } |
| 3474 | |
| 3475 | static int _nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, |
| 3476 | struct nfs_fsstat *fsstat) |
| 3477 | { |
| 3478 | struct nfs4_statfs_arg args = { |
| 3479 | .fh = fhandle, |
| 3480 | .bitmask = server->attr_bitmask, |
| 3481 | }; |
Benny Halevy | 24ad148 | 2009-04-01 09:21:56 -0400 | [diff] [blame] | 3482 | struct nfs4_statfs_res res = { |
| 3483 | .fsstat = fsstat, |
| 3484 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3485 | struct rpc_message msg = { |
| 3486 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_STATFS], |
| 3487 | .rpc_argp = &args, |
Benny Halevy | 24ad148 | 2009-04-01 09:21:56 -0400 | [diff] [blame] | 3488 | .rpc_resp = &res, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3489 | }; |
| 3490 | |
Trond Myklebust | 0e574af | 2005-10-27 22:12:38 -0400 | [diff] [blame] | 3491 | nfs_fattr_init(fsstat->fattr); |
Bryan Schumaker | 7c51305 | 2011-03-24 17:12:24 +0000 | [diff] [blame] | 3492 | 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] | 3493 | } |
| 3494 | |
| 3495 | static int nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsstat *fsstat) |
| 3496 | { |
| 3497 | struct nfs4_exception exception = { }; |
| 3498 | int err; |
| 3499 | do { |
| 3500 | err = nfs4_handle_exception(server, |
| 3501 | _nfs4_proc_statfs(server, fhandle, fsstat), |
| 3502 | &exception); |
| 3503 | } while (exception.retry); |
| 3504 | return err; |
| 3505 | } |
| 3506 | |
| 3507 | static int _nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, |
| 3508 | struct nfs_fsinfo *fsinfo) |
| 3509 | { |
| 3510 | struct nfs4_fsinfo_arg args = { |
| 3511 | .fh = fhandle, |
| 3512 | .bitmask = server->attr_bitmask, |
| 3513 | }; |
Benny Halevy | 3dda5e4 | 2009-04-01 09:21:57 -0400 | [diff] [blame] | 3514 | struct nfs4_fsinfo_res res = { |
| 3515 | .fsinfo = fsinfo, |
| 3516 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3517 | struct rpc_message msg = { |
| 3518 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FSINFO], |
| 3519 | .rpc_argp = &args, |
Benny Halevy | 3dda5e4 | 2009-04-01 09:21:57 -0400 | [diff] [blame] | 3520 | .rpc_resp = &res, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3521 | }; |
| 3522 | |
Bryan Schumaker | 7c51305 | 2011-03-24 17:12:24 +0000 | [diff] [blame] | 3523 | 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] | 3524 | } |
| 3525 | |
| 3526 | static int nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo) |
| 3527 | { |
| 3528 | struct nfs4_exception exception = { }; |
Chuck Lever | 83ca7f5 | 2013-03-16 15:55:53 -0400 | [diff] [blame] | 3529 | unsigned long now = jiffies; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3530 | int err; |
| 3531 | |
| 3532 | do { |
Chuck Lever | 83ca7f5 | 2013-03-16 15:55:53 -0400 | [diff] [blame] | 3533 | err = _nfs4_do_fsinfo(server, fhandle, fsinfo); |
| 3534 | if (err == 0) { |
| 3535 | struct nfs_client *clp = server->nfs_client; |
| 3536 | |
| 3537 | spin_lock(&clp->cl_lock); |
| 3538 | clp->cl_lease_time = fsinfo->lease_time * HZ; |
| 3539 | clp->cl_last_renewal = now; |
| 3540 | spin_unlock(&clp->cl_lock); |
| 3541 | break; |
| 3542 | } |
| 3543 | err = nfs4_handle_exception(server, err, &exception); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3544 | } while (exception.retry); |
| 3545 | return err; |
| 3546 | } |
| 3547 | |
| 3548 | static int nfs4_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo) |
| 3549 | { |
Bryan Schumaker | e38eb65 | 2012-06-20 15:53:40 -0400 | [diff] [blame] | 3550 | int error; |
| 3551 | |
Trond Myklebust | 0e574af | 2005-10-27 22:12:38 -0400 | [diff] [blame] | 3552 | nfs_fattr_init(fsinfo->fattr); |
Bryan Schumaker | e38eb65 | 2012-06-20 15:53:40 -0400 | [diff] [blame] | 3553 | error = nfs4_do_fsinfo(server, fhandle, fsinfo); |
Peng Tao | dc18254 | 2012-08-24 00:27:49 +0800 | [diff] [blame] | 3554 | if (error == 0) { |
| 3555 | /* block layout checks this! */ |
| 3556 | server->pnfs_blksize = fsinfo->blksize; |
Bryan Schumaker | e38eb65 | 2012-06-20 15:53:40 -0400 | [diff] [blame] | 3557 | set_pnfs_layoutdriver(server, fhandle, fsinfo->layouttype); |
Peng Tao | dc18254 | 2012-08-24 00:27:49 +0800 | [diff] [blame] | 3558 | } |
Bryan Schumaker | e38eb65 | 2012-06-20 15:53:40 -0400 | [diff] [blame] | 3559 | |
| 3560 | return error; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3561 | } |
| 3562 | |
| 3563 | static int _nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle, |
| 3564 | struct nfs_pathconf *pathconf) |
| 3565 | { |
| 3566 | struct nfs4_pathconf_arg args = { |
| 3567 | .fh = fhandle, |
| 3568 | .bitmask = server->attr_bitmask, |
| 3569 | }; |
Benny Halevy | d45b298 | 2009-04-01 09:21:58 -0400 | [diff] [blame] | 3570 | struct nfs4_pathconf_res res = { |
| 3571 | .pathconf = pathconf, |
| 3572 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3573 | struct rpc_message msg = { |
| 3574 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_PATHCONF], |
| 3575 | .rpc_argp = &args, |
Benny Halevy | d45b298 | 2009-04-01 09:21:58 -0400 | [diff] [blame] | 3576 | .rpc_resp = &res, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3577 | }; |
| 3578 | |
| 3579 | /* None of the pathconf attributes are mandatory to implement */ |
| 3580 | if ((args.bitmask[0] & nfs4_pathconf_bitmap[0]) == 0) { |
| 3581 | memset(pathconf, 0, sizeof(*pathconf)); |
| 3582 | return 0; |
| 3583 | } |
| 3584 | |
Trond Myklebust | 0e574af | 2005-10-27 22:12:38 -0400 | [diff] [blame] | 3585 | nfs_fattr_init(pathconf->fattr); |
Bryan Schumaker | 7c51305 | 2011-03-24 17:12:24 +0000 | [diff] [blame] | 3586 | 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] | 3587 | } |
| 3588 | |
| 3589 | static int nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle, |
| 3590 | struct nfs_pathconf *pathconf) |
| 3591 | { |
| 3592 | struct nfs4_exception exception = { }; |
| 3593 | int err; |
| 3594 | |
| 3595 | do { |
| 3596 | err = nfs4_handle_exception(server, |
| 3597 | _nfs4_proc_pathconf(server, fhandle, pathconf), |
| 3598 | &exception); |
| 3599 | } while (exception.retry); |
| 3600 | return err; |
| 3601 | } |
| 3602 | |
Trond Myklebust | 5521abf | 2013-03-16 20:54:34 -0400 | [diff] [blame] | 3603 | int nfs4_set_rw_stateid(nfs4_stateid *stateid, |
Trond Myklebust | 9b20614 | 2013-03-17 15:52:00 -0400 | [diff] [blame] | 3604 | const struct nfs_open_context *ctx, |
| 3605 | const struct nfs_lock_context *l_ctx, |
| 3606 | fmode_t fmode) |
| 3607 | { |
| 3608 | const struct nfs_lockowner *lockowner = NULL; |
| 3609 | |
| 3610 | if (l_ctx != NULL) |
| 3611 | lockowner = &l_ctx->lockowner; |
Trond Myklebust | 5521abf | 2013-03-16 20:54:34 -0400 | [diff] [blame] | 3612 | return nfs4_select_rw_stateid(stateid, ctx->state, fmode, lockowner); |
Trond Myklebust | 9b20614 | 2013-03-17 15:52:00 -0400 | [diff] [blame] | 3613 | } |
| 3614 | EXPORT_SYMBOL_GPL(nfs4_set_rw_stateid); |
| 3615 | |
Trond Myklebust | 5521abf | 2013-03-16 20:54:34 -0400 | [diff] [blame] | 3616 | static bool nfs4_stateid_is_current(nfs4_stateid *stateid, |
| 3617 | const struct nfs_open_context *ctx, |
| 3618 | const struct nfs_lock_context *l_ctx, |
| 3619 | fmode_t fmode) |
| 3620 | { |
| 3621 | nfs4_stateid current_stateid; |
| 3622 | |
| 3623 | if (nfs4_set_rw_stateid(¤t_stateid, ctx, l_ctx, fmode)) |
| 3624 | return false; |
| 3625 | return nfs4_stateid_match(stateid, ¤t_stateid); |
| 3626 | } |
| 3627 | |
| 3628 | static bool nfs4_error_stateid_expired(int err) |
| 3629 | { |
| 3630 | switch (err) { |
| 3631 | case -NFS4ERR_DELEG_REVOKED: |
| 3632 | case -NFS4ERR_ADMIN_REVOKED: |
| 3633 | case -NFS4ERR_BAD_STATEID: |
| 3634 | case -NFS4ERR_STALE_STATEID: |
| 3635 | case -NFS4ERR_OLD_STATEID: |
| 3636 | case -NFS4ERR_OPENMODE: |
| 3637 | case -NFS4ERR_EXPIRED: |
| 3638 | return true; |
| 3639 | } |
| 3640 | return false; |
| 3641 | } |
| 3642 | |
Benny Halevy | d20581a | 2011-05-22 19:52:03 +0300 | [diff] [blame] | 3643 | void __nfs4_read_done_cb(struct nfs_read_data *data) |
| 3644 | { |
Fred Isaman | cd84160 | 2012-04-20 14:47:44 -0400 | [diff] [blame] | 3645 | nfs_invalidate_atime(data->header->inode); |
Benny Halevy | d20581a | 2011-05-22 19:52:03 +0300 | [diff] [blame] | 3646 | } |
| 3647 | |
Andy Adamson | cbdabc7f | 2011-03-01 01:34:20 +0000 | [diff] [blame] | 3648 | 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] | 3649 | { |
Fred Isaman | cd84160 | 2012-04-20 14:47:44 -0400 | [diff] [blame] | 3650 | struct nfs_server *server = NFS_SERVER(data->header->inode); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3651 | |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame] | 3652 | if (nfs4_async_handle_error(task, server, data->args.context->state) == -EAGAIN) { |
Trond Myklebust | d00c5d4 | 2011-10-19 12:17:29 -0700 | [diff] [blame] | 3653 | rpc_restart_call_prepare(task); |
Trond Myklebust | ec06c09 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 3654 | return -EAGAIN; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3655 | } |
Trond Myklebust | 8850df9 | 2007-09-28 17:20:07 -0400 | [diff] [blame] | 3656 | |
Benny Halevy | d20581a | 2011-05-22 19:52:03 +0300 | [diff] [blame] | 3657 | __nfs4_read_done_cb(data); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3658 | if (task->tk_status > 0) |
Trond Myklebust | ec06c09 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 3659 | renew_lease(server, data->timestamp); |
| 3660 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3661 | } |
| 3662 | |
Trond Myklebust | 5521abf | 2013-03-16 20:54:34 -0400 | [diff] [blame] | 3663 | static bool nfs4_read_stateid_changed(struct rpc_task *task, |
| 3664 | struct nfs_readargs *args) |
| 3665 | { |
| 3666 | |
| 3667 | if (!nfs4_error_stateid_expired(task->tk_status) || |
| 3668 | nfs4_stateid_is_current(&args->stateid, |
| 3669 | args->context, |
| 3670 | args->lock_context, |
| 3671 | FMODE_READ)) |
| 3672 | return false; |
| 3673 | rpc_restart_call_prepare(task); |
| 3674 | return true; |
| 3675 | } |
| 3676 | |
Andy Adamson | cbdabc7f | 2011-03-01 01:34:20 +0000 | [diff] [blame] | 3677 | static int nfs4_read_done(struct rpc_task *task, struct nfs_read_data *data) |
| 3678 | { |
| 3679 | |
| 3680 | dprintk("--> %s\n", __func__); |
| 3681 | |
| 3682 | if (!nfs4_sequence_done(task, &data->res.seq_res)) |
| 3683 | return -EAGAIN; |
Trond Myklebust | 5521abf | 2013-03-16 20:54:34 -0400 | [diff] [blame] | 3684 | if (nfs4_read_stateid_changed(task, &data->args)) |
| 3685 | return -EAGAIN; |
Benny Halevy | d20581a | 2011-05-22 19:52:03 +0300 | [diff] [blame] | 3686 | return data->read_done_cb ? data->read_done_cb(task, data) : |
| 3687 | nfs4_read_done_cb(task, data); |
Andy Adamson | cbdabc7f | 2011-03-01 01:34:20 +0000 | [diff] [blame] | 3688 | } |
| 3689 | |
Trond Myklebust | bdc7f02 | 2007-07-14 15:40:00 -0400 | [diff] [blame] | 3690 | 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] | 3691 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3692 | data->timestamp = jiffies; |
Andy Adamson | cbdabc7f | 2011-03-01 01:34:20 +0000 | [diff] [blame] | 3693 | data->read_done_cb = nfs4_read_done_cb; |
Trond Myklebust | bdc7f02 | 2007-07-14 15:40:00 -0400 | [diff] [blame] | 3694 | msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_READ]; |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 3695 | nfs41_init_sequence(&data->args.seq_args, &data->res.seq_res, 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3696 | } |
| 3697 | |
Bryan Schumaker | ea7c330 | 2012-03-19 14:54:40 -0400 | [diff] [blame] | 3698 | static void nfs4_proc_read_rpc_prepare(struct rpc_task *task, struct nfs_read_data *data) |
| 3699 | { |
Trond Myklebust | 9b20614 | 2013-03-17 15:52:00 -0400 | [diff] [blame] | 3700 | if (nfs4_setup_sequence(NFS_SERVER(data->header->inode), |
Trond Myklebust | d9afbd1 | 2012-10-22 20:28:44 -0400 | [diff] [blame] | 3701 | &data->args.seq_args, |
| 3702 | &data->res.seq_res, |
Trond Myklebust | 9b20614 | 2013-03-17 15:52:00 -0400 | [diff] [blame] | 3703 | task)) |
| 3704 | return; |
| 3705 | nfs4_set_rw_stateid(&data->args.stateid, data->args.context, |
| 3706 | data->args.lock_context, FMODE_READ); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3707 | } |
| 3708 | |
Fred Isaman | b029bc9 | 2011-03-03 15:13:42 +0000 | [diff] [blame] | 3709 | 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] | 3710 | { |
Fred Isaman | cd84160 | 2012-04-20 14:47:44 -0400 | [diff] [blame] | 3711 | struct inode *inode = data->header->inode; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3712 | |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame] | 3713 | 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] | 3714 | rpc_restart_call_prepare(task); |
Trond Myklebust | 788e7a8 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 3715 | return -EAGAIN; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3716 | } |
Trond Myklebust | 4f9838c | 2005-10-27 22:12:44 -0400 | [diff] [blame] | 3717 | if (task->tk_status >= 0) { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3718 | renew_lease(NFS_SERVER(inode), data->timestamp); |
Trond Myklebust | 5a37f85 | 2012-04-28 14:55:16 -0400 | [diff] [blame] | 3719 | nfs_post_op_update_inode_force_wcc(inode, &data->fattr); |
Trond Myklebust | 4f9838c | 2005-10-27 22:12:44 -0400 | [diff] [blame] | 3720 | } |
Trond Myklebust | 788e7a8 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 3721 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3722 | } |
| 3723 | |
Trond Myklebust | 5521abf | 2013-03-16 20:54:34 -0400 | [diff] [blame] | 3724 | static bool nfs4_write_stateid_changed(struct rpc_task *task, |
| 3725 | struct nfs_writeargs *args) |
| 3726 | { |
| 3727 | |
| 3728 | if (!nfs4_error_stateid_expired(task->tk_status) || |
| 3729 | nfs4_stateid_is_current(&args->stateid, |
| 3730 | args->context, |
| 3731 | args->lock_context, |
| 3732 | FMODE_WRITE)) |
| 3733 | return false; |
| 3734 | rpc_restart_call_prepare(task); |
| 3735 | return true; |
| 3736 | } |
| 3737 | |
Fred Isaman | b029bc9 | 2011-03-03 15:13:42 +0000 | [diff] [blame] | 3738 | static int nfs4_write_done(struct rpc_task *task, struct nfs_write_data *data) |
| 3739 | { |
| 3740 | if (!nfs4_sequence_done(task, &data->res.seq_res)) |
| 3741 | return -EAGAIN; |
Trond Myklebust | 5521abf | 2013-03-16 20:54:34 -0400 | [diff] [blame] | 3742 | if (nfs4_write_stateid_changed(task, &data->args)) |
| 3743 | return -EAGAIN; |
Benny Halevy | d20581a | 2011-05-22 19:52:03 +0300 | [diff] [blame] | 3744 | return data->write_done_cb ? data->write_done_cb(task, data) : |
| 3745 | nfs4_write_done_cb(task, data); |
Fred Isaman | b029bc9 | 2011-03-03 15:13:42 +0000 | [diff] [blame] | 3746 | } |
| 3747 | |
Trond Myklebust | 5a37f85 | 2012-04-28 14:55:16 -0400 | [diff] [blame] | 3748 | static |
| 3749 | 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] | 3750 | { |
Trond Myklebust | 5a37f85 | 2012-04-28 14:55:16 -0400 | [diff] [blame] | 3751 | const struct nfs_pgio_header *hdr = data->header; |
| 3752 | |
| 3753 | /* Don't request attributes for pNFS or O_DIRECT writes */ |
| 3754 | if (data->ds_clp != NULL || hdr->dreq != NULL) |
| 3755 | return false; |
| 3756 | /* Otherwise, request attributes if and only if we don't hold |
| 3757 | * a delegation |
| 3758 | */ |
Bryan Schumaker | 011e2a7 | 2012-06-20 15:53:43 -0400 | [diff] [blame] | 3759 | return nfs4_have_delegation(hdr->inode, FMODE_READ) == 0; |
Fred Isaman | a69aef1 | 2011-03-03 15:13:47 +0000 | [diff] [blame] | 3760 | } |
Fred Isaman | a69aef1 | 2011-03-03 15:13:47 +0000 | [diff] [blame] | 3761 | |
Trond Myklebust | bdc7f02 | 2007-07-14 15:40:00 -0400 | [diff] [blame] | 3762 | 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] | 3763 | { |
Fred Isaman | cd84160 | 2012-04-20 14:47:44 -0400 | [diff] [blame] | 3764 | struct nfs_server *server = NFS_SERVER(data->header->inode); |
Trond Myklebust | bdc7f02 | 2007-07-14 15:40:00 -0400 | [diff] [blame] | 3765 | |
Trond Myklebust | 5a37f85 | 2012-04-28 14:55:16 -0400 | [diff] [blame] | 3766 | if (!nfs4_write_need_cache_consistency_data(data)) { |
Fred Isaman | 7ffd106 | 2011-03-03 15:13:46 +0000 | [diff] [blame] | 3767 | data->args.bitmask = NULL; |
| 3768 | data->res.fattr = NULL; |
| 3769 | } else |
| 3770 | data->args.bitmask = server->cache_consistency_bitmask; |
Trond Myklebust | 5a37f85 | 2012-04-28 14:55:16 -0400 | [diff] [blame] | 3771 | |
Fred Isaman | b029bc9 | 2011-03-03 15:13:42 +0000 | [diff] [blame] | 3772 | if (!data->write_done_cb) |
| 3773 | data->write_done_cb = nfs4_write_done_cb; |
Trond Myklebust | 4f9838c | 2005-10-27 22:12:44 -0400 | [diff] [blame] | 3774 | data->res.server = server; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3775 | data->timestamp = jiffies; |
| 3776 | |
Trond Myklebust | bdc7f02 | 2007-07-14 15:40:00 -0400 | [diff] [blame] | 3777 | msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_WRITE]; |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 3778 | nfs41_init_sequence(&data->args.seq_args, &data->res.seq_res, 1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3779 | } |
| 3780 | |
Bryan Schumaker | c6cb80d | 2012-03-19 14:54:39 -0400 | [diff] [blame] | 3781 | static void nfs4_proc_write_rpc_prepare(struct rpc_task *task, struct nfs_write_data *data) |
| 3782 | { |
Trond Myklebust | 9b20614 | 2013-03-17 15:52:00 -0400 | [diff] [blame] | 3783 | if (nfs4_setup_sequence(NFS_SERVER(data->header->inode), |
Trond Myklebust | d9afbd1 | 2012-10-22 20:28:44 -0400 | [diff] [blame] | 3784 | &data->args.seq_args, |
| 3785 | &data->res.seq_res, |
Trond Myklebust | 9b20614 | 2013-03-17 15:52:00 -0400 | [diff] [blame] | 3786 | task)) |
| 3787 | return; |
| 3788 | nfs4_set_rw_stateid(&data->args.stateid, data->args.context, |
| 3789 | data->args.lock_context, FMODE_WRITE); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3790 | } |
| 3791 | |
Fred Isaman | 0b7c015 | 2012-04-20 14:47:39 -0400 | [diff] [blame] | 3792 | static void nfs4_proc_commit_rpc_prepare(struct rpc_task *task, struct nfs_commit_data *data) |
| 3793 | { |
Trond Myklebust | d9afbd1 | 2012-10-22 20:28:44 -0400 | [diff] [blame] | 3794 | nfs4_setup_sequence(NFS_SERVER(data->inode), |
| 3795 | &data->args.seq_args, |
| 3796 | &data->res.seq_res, |
| 3797 | task); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3798 | } |
| 3799 | |
Fred Isaman | 0b7c015 | 2012-04-20 14:47:39 -0400 | [diff] [blame] | 3800 | 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] | 3801 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3802 | struct inode *inode = data->inode; |
Trond Myklebust | 14516c3 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 3803 | |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame] | 3804 | if (nfs4_async_handle_error(task, NFS_SERVER(inode), NULL) == -EAGAIN) { |
Trond Myklebust | d00c5d4 | 2011-10-19 12:17:29 -0700 | [diff] [blame] | 3805 | rpc_restart_call_prepare(task); |
Trond Myklebust | 788e7a8 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 3806 | return -EAGAIN; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3807 | } |
Trond Myklebust | 788e7a8 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 3808 | return 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3809 | } |
| 3810 | |
Fred Isaman | 0b7c015 | 2012-04-20 14:47:39 -0400 | [diff] [blame] | 3811 | 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] | 3812 | { |
| 3813 | if (!nfs4_sequence_done(task, &data->res.seq_res)) |
| 3814 | return -EAGAIN; |
Fred Isaman | 0b7c015 | 2012-04-20 14:47:39 -0400 | [diff] [blame] | 3815 | return data->commit_done_cb(task, data); |
Fred Isaman | 5f45243 | 2011-03-23 13:27:46 +0000 | [diff] [blame] | 3816 | } |
| 3817 | |
Fred Isaman | 0b7c015 | 2012-04-20 14:47:39 -0400 | [diff] [blame] | 3818 | 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] | 3819 | { |
Trond Myklebust | 788e7a8 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 3820 | struct nfs_server *server = NFS_SERVER(data->inode); |
Fred Isaman | 988b6dc | 2011-03-23 13:27:52 +0000 | [diff] [blame] | 3821 | |
Fred Isaman | 0b7c015 | 2012-04-20 14:47:39 -0400 | [diff] [blame] | 3822 | if (data->commit_done_cb == NULL) |
| 3823 | data->commit_done_cb = nfs4_commit_done_cb; |
Trond Myklebust | 4f9838c | 2005-10-27 22:12:44 -0400 | [diff] [blame] | 3824 | data->res.server = server; |
Trond Myklebust | bdc7f02 | 2007-07-14 15:40:00 -0400 | [diff] [blame] | 3825 | msg->rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_COMMIT]; |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 3826 | nfs41_init_sequence(&data->args.seq_args, &data->res.seq_res, 1); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3827 | } |
| 3828 | |
Chuck Lever | 9bc4e3c | 2010-05-07 13:34:17 -0400 | [diff] [blame] | 3829 | struct nfs4_renewdata { |
| 3830 | struct nfs_client *client; |
| 3831 | unsigned long timestamp; |
| 3832 | }; |
| 3833 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3834 | /* |
| 3835 | * nfs4_proc_async_renew(): This is not one of the nfs_rpc_ops; it is a special |
| 3836 | * standalone procedure for queueing an asynchronous RENEW. |
| 3837 | */ |
Chuck Lever | 9bc4e3c | 2010-05-07 13:34:17 -0400 | [diff] [blame] | 3838 | static void nfs4_renew_release(void *calldata) |
Alexandros Batsakis | dc96aef | 2010-02-05 03:45:04 -0800 | [diff] [blame] | 3839 | { |
Chuck Lever | 9bc4e3c | 2010-05-07 13:34:17 -0400 | [diff] [blame] | 3840 | struct nfs4_renewdata *data = calldata; |
| 3841 | struct nfs_client *clp = data->client; |
Alexandros Batsakis | dc96aef | 2010-02-05 03:45:04 -0800 | [diff] [blame] | 3842 | |
Alexandros Batsakis | 0851de06 | 2010-02-05 03:45:06 -0800 | [diff] [blame] | 3843 | if (atomic_read(&clp->cl_count) > 1) |
| 3844 | nfs4_schedule_state_renewal(clp); |
| 3845 | nfs_put_client(clp); |
Chuck Lever | 9bc4e3c | 2010-05-07 13:34:17 -0400 | [diff] [blame] | 3846 | kfree(data); |
Alexandros Batsakis | dc96aef | 2010-02-05 03:45:04 -0800 | [diff] [blame] | 3847 | } |
| 3848 | |
Chuck Lever | 9bc4e3c | 2010-05-07 13:34:17 -0400 | [diff] [blame] | 3849 | static void nfs4_renew_done(struct rpc_task *task, void *calldata) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3850 | { |
Chuck Lever | 9bc4e3c | 2010-05-07 13:34:17 -0400 | [diff] [blame] | 3851 | struct nfs4_renewdata *data = calldata; |
| 3852 | struct nfs_client *clp = data->client; |
| 3853 | unsigned long timestamp = data->timestamp; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3854 | |
| 3855 | if (task->tk_status < 0) { |
Trond Myklebust | 95baa25 | 2009-05-26 14:51:00 -0400 | [diff] [blame] | 3856 | /* Unless we're shutting down, schedule state recovery! */ |
Trond Myklebust | 042b60b | 2011-08-24 15:07:37 -0400 | [diff] [blame] | 3857 | if (test_bit(NFS_CS_RENEWD, &clp->cl_res_state) == 0) |
| 3858 | return; |
| 3859 | if (task->tk_status != NFS4ERR_CB_PATH_DOWN) { |
Trond Myklebust | 0400a6b | 2011-03-09 16:00:53 -0500 | [diff] [blame] | 3860 | nfs4_schedule_lease_recovery(clp); |
Trond Myklebust | 042b60b | 2011-08-24 15:07:37 -0400 | [diff] [blame] | 3861 | return; |
| 3862 | } |
| 3863 | nfs4_schedule_path_down_recovery(clp); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3864 | } |
Trond Myklebust | 452e935 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 3865 | do_renew_lease(clp, timestamp); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3866 | } |
| 3867 | |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 3868 | static const struct rpc_call_ops nfs4_renew_ops = { |
| 3869 | .rpc_call_done = nfs4_renew_done, |
Alexandros Batsakis | dc96aef | 2010-02-05 03:45:04 -0800 | [diff] [blame] | 3870 | .rpc_release = nfs4_renew_release, |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 3871 | }; |
| 3872 | |
Trond Myklebust | 2f60ea6 | 2011-08-24 15:07:37 -0400 | [diff] [blame] | 3873 | 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] | 3874 | { |
| 3875 | struct rpc_message msg = { |
| 3876 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW], |
| 3877 | .rpc_argp = clp, |
Trond Myklebust | b4454fe | 2006-01-03 09:55:25 +0100 | [diff] [blame] | 3878 | .rpc_cred = cred, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3879 | }; |
Chuck Lever | 9bc4e3c | 2010-05-07 13:34:17 -0400 | [diff] [blame] | 3880 | struct nfs4_renewdata *data; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3881 | |
Trond Myklebust | 2f60ea6 | 2011-08-24 15:07:37 -0400 | [diff] [blame] | 3882 | if (renew_flags == 0) |
| 3883 | return 0; |
Alexandros Batsakis | 0851de06 | 2010-02-05 03:45:06 -0800 | [diff] [blame] | 3884 | if (!atomic_inc_not_zero(&clp->cl_count)) |
| 3885 | return -EIO; |
Trond Myklebust | b569ad3 | 2011-08-24 15:07:35 -0400 | [diff] [blame] | 3886 | data = kmalloc(sizeof(*data), GFP_NOFS); |
Chuck Lever | 9bc4e3c | 2010-05-07 13:34:17 -0400 | [diff] [blame] | 3887 | if (data == NULL) |
| 3888 | return -ENOMEM; |
| 3889 | data->client = clp; |
| 3890 | data->timestamp = jiffies; |
Trond Myklebust | bc7a05c | 2013-04-08 17:50:28 -0400 | [diff] [blame] | 3891 | return rpc_call_async(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT, |
Chuck Lever | 9bc4e3c | 2010-05-07 13:34:17 -0400 | [diff] [blame] | 3892 | &nfs4_renew_ops, data); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3893 | } |
| 3894 | |
Trond Myklebust | 8534d4e | 2011-08-24 15:07:37 -0400 | [diff] [blame] | 3895 | 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] | 3896 | { |
| 3897 | struct rpc_message msg = { |
| 3898 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RENEW], |
| 3899 | .rpc_argp = clp, |
Trond Myklebust | b4454fe | 2006-01-03 09:55:25 +0100 | [diff] [blame] | 3900 | .rpc_cred = cred, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3901 | }; |
| 3902 | unsigned long now = jiffies; |
| 3903 | int status; |
| 3904 | |
Trond Myklebust | bc7a05c | 2013-04-08 17:50:28 -0400 | [diff] [blame] | 3905 | status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3906 | if (status < 0) |
| 3907 | return status; |
Trond Myklebust | 452e935 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 3908 | do_renew_lease(clp, now); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3909 | return 0; |
| 3910 | } |
| 3911 | |
J. Bruce Fields | aa1870a | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 3912 | static inline int nfs4_server_supports_acls(struct nfs_server *server) |
| 3913 | { |
| 3914 | return (server->caps & NFS_CAP_ACLS) |
| 3915 | && (server->acl_bitmask & ACL4_SUPPORT_ALLOW_ACL) |
| 3916 | && (server->acl_bitmask & ACL4_SUPPORT_DENY_ACL); |
| 3917 | } |
| 3918 | |
Trond Myklebust | 21f498c | 2012-08-24 10:59:25 -0400 | [diff] [blame] | 3919 | /* Assuming that XATTR_SIZE_MAX is a multiple of PAGE_SIZE, and that |
| 3920 | * it's OK to put sizeof(void) * (XATTR_SIZE_MAX/PAGE_SIZE) bytes on |
J. Bruce Fields | aa1870a | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 3921 | * the stack. |
| 3922 | */ |
Trond Myklebust | 21f498c | 2012-08-24 10:59:25 -0400 | [diff] [blame] | 3923 | #define NFS4ACL_MAXPAGES DIV_ROUND_UP(XATTR_SIZE_MAX, PAGE_SIZE) |
J. Bruce Fields | aa1870a | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 3924 | |
Neil Horman | e9e3d72 | 2011-03-04 19:26:03 -0500 | [diff] [blame] | 3925 | static int buf_to_pages_noslab(const void *buf, size_t buflen, |
| 3926 | struct page **pages, unsigned int *pgbase) |
| 3927 | { |
| 3928 | struct page *newpage, **spages; |
| 3929 | int rc = 0; |
| 3930 | size_t len; |
| 3931 | spages = pages; |
| 3932 | |
| 3933 | do { |
Trond Myklebust | 21f498c | 2012-08-24 10:59:25 -0400 | [diff] [blame] | 3934 | len = min_t(size_t, PAGE_SIZE, buflen); |
Neil Horman | e9e3d72 | 2011-03-04 19:26:03 -0500 | [diff] [blame] | 3935 | newpage = alloc_page(GFP_KERNEL); |
| 3936 | |
| 3937 | if (newpage == NULL) |
| 3938 | goto unwind; |
| 3939 | memcpy(page_address(newpage), buf, len); |
| 3940 | buf += len; |
| 3941 | buflen -= len; |
| 3942 | *pages++ = newpage; |
| 3943 | rc++; |
| 3944 | } while (buflen != 0); |
| 3945 | |
| 3946 | return rc; |
| 3947 | |
| 3948 | unwind: |
| 3949 | for(; rc > 0; rc--) |
| 3950 | __free_page(spages[rc-1]); |
| 3951 | return -ENOMEM; |
| 3952 | } |
| 3953 | |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 3954 | struct nfs4_cached_acl { |
| 3955 | int cached; |
| 3956 | size_t len; |
Andrew Morton | 3e9d415 | 2005-06-22 17:16:28 +0000 | [diff] [blame] | 3957 | char data[0]; |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 3958 | }; |
| 3959 | |
| 3960 | 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] | 3961 | { |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 3962 | struct nfs_inode *nfsi = NFS_I(inode); |
| 3963 | |
| 3964 | spin_lock(&inode->i_lock); |
| 3965 | kfree(nfsi->nfs4_acl); |
| 3966 | nfsi->nfs4_acl = acl; |
| 3967 | spin_unlock(&inode->i_lock); |
| 3968 | } |
| 3969 | |
| 3970 | static void nfs4_zap_acl_attr(struct inode *inode) |
| 3971 | { |
| 3972 | nfs4_set_cached_acl(inode, NULL); |
| 3973 | } |
| 3974 | |
| 3975 | static inline ssize_t nfs4_read_cached_acl(struct inode *inode, char *buf, size_t buflen) |
| 3976 | { |
| 3977 | struct nfs_inode *nfsi = NFS_I(inode); |
| 3978 | struct nfs4_cached_acl *acl; |
| 3979 | int ret = -ENOENT; |
| 3980 | |
| 3981 | spin_lock(&inode->i_lock); |
| 3982 | acl = nfsi->nfs4_acl; |
| 3983 | if (acl == NULL) |
| 3984 | goto out; |
| 3985 | if (buf == NULL) /* user is just asking for length */ |
| 3986 | goto out_len; |
| 3987 | if (acl->cached == 0) |
| 3988 | goto out; |
| 3989 | ret = -ERANGE; /* see getxattr(2) man page */ |
| 3990 | if (acl->len > buflen) |
| 3991 | goto out; |
| 3992 | memcpy(buf, acl->data, acl->len); |
| 3993 | out_len: |
| 3994 | ret = acl->len; |
| 3995 | out: |
| 3996 | spin_unlock(&inode->i_lock); |
| 3997 | return ret; |
| 3998 | } |
| 3999 | |
Sachin Prabhu | 5794d21 | 2012-04-17 14:36:40 +0100 | [diff] [blame] | 4000 | 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] | 4001 | { |
| 4002 | struct nfs4_cached_acl *acl; |
Trond Myklebust | b291f1b | 2012-08-14 18:30:41 -0400 | [diff] [blame] | 4003 | size_t buflen = sizeof(*acl) + acl_len; |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 4004 | |
Trond Myklebust | 1f1ea6c | 2012-08-26 11:44:43 -0700 | [diff] [blame] | 4005 | if (buflen <= PAGE_SIZE) { |
Trond Myklebust | b291f1b | 2012-08-14 18:30:41 -0400 | [diff] [blame] | 4006 | acl = kmalloc(buflen, GFP_KERNEL); |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 4007 | if (acl == NULL) |
| 4008 | goto out; |
| 4009 | acl->cached = 1; |
Sachin Prabhu | 5794d21 | 2012-04-17 14:36:40 +0100 | [diff] [blame] | 4010 | _copy_from_pages(acl->data, pages, pgbase, acl_len); |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 4011 | } else { |
| 4012 | acl = kmalloc(sizeof(*acl), GFP_KERNEL); |
| 4013 | if (acl == NULL) |
| 4014 | goto out; |
| 4015 | acl->cached = 0; |
| 4016 | } |
| 4017 | acl->len = acl_len; |
| 4018 | out: |
| 4019 | nfs4_set_cached_acl(inode, acl); |
| 4020 | } |
| 4021 | |
Andy Adamson | bf118a3 | 2011-12-07 11:55:27 -0500 | [diff] [blame] | 4022 | /* |
| 4023 | * The getxattr API returns the required buffer length when called with a |
| 4024 | * NULL buf. The NFSv4 acl tool then calls getxattr again after allocating |
| 4025 | * the required buf. On a NULL buf, we send a page of data to the server |
| 4026 | * guessing that the ACL request can be serviced by a page. If so, we cache |
| 4027 | * up to the page of ACL data, and the 2nd call to getxattr is serviced by |
| 4028 | * the cache. If not so, we throw away the page, and cache the required |
| 4029 | * length. The next getxattr call will then produce another round trip to |
| 4030 | * the server, this time with the input buf of the required size. |
| 4031 | */ |
Trond Myklebust | 16b4289 | 2006-08-24 12:27:15 -0400 | [diff] [blame] | 4032 | 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] | 4033 | { |
Andy Adamson | bf118a3 | 2011-12-07 11:55:27 -0500 | [diff] [blame] | 4034 | struct page *pages[NFS4ACL_MAXPAGES] = {NULL, }; |
J. Bruce Fields | aa1870a | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 4035 | struct nfs_getaclargs args = { |
| 4036 | .fh = NFS_FH(inode), |
| 4037 | .acl_pages = pages, |
| 4038 | .acl_len = buflen, |
| 4039 | }; |
Benny Halevy | 663c79b | 2009-04-01 09:21:59 -0400 | [diff] [blame] | 4040 | struct nfs_getaclres res = { |
| 4041 | .acl_len = buflen, |
| 4042 | }; |
J. Bruce Fields | aa1870a | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 4043 | struct rpc_message msg = { |
| 4044 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETACL], |
| 4045 | .rpc_argp = &args, |
Benny Halevy | 663c79b | 2009-04-01 09:21:59 -0400 | [diff] [blame] | 4046 | .rpc_resp = &res, |
J. Bruce Fields | aa1870a | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 4047 | }; |
Trond Myklebust | 21f498c | 2012-08-24 10:59:25 -0400 | [diff] [blame] | 4048 | unsigned int npages = DIV_ROUND_UP(buflen, PAGE_SIZE); |
| 4049 | int ret = -ENOMEM, i; |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 4050 | |
Andy Adamson | bf118a3 | 2011-12-07 11:55:27 -0500 | [diff] [blame] | 4051 | /* As long as we're doing a round trip to the server anyway, |
| 4052 | * let's be prepared for a page of acl data. */ |
| 4053 | if (npages == 0) |
| 4054 | npages = 1; |
Trond Myklebust | 21f498c | 2012-08-24 10:59:25 -0400 | [diff] [blame] | 4055 | if (npages > ARRAY_SIZE(pages)) |
| 4056 | return -ERANGE; |
Sachin Prabhu | 5a00689 | 2012-04-17 14:35:39 +0100 | [diff] [blame] | 4057 | |
Andy Adamson | bf118a3 | 2011-12-07 11:55:27 -0500 | [diff] [blame] | 4058 | for (i = 0; i < npages; i++) { |
| 4059 | pages[i] = alloc_page(GFP_KERNEL); |
| 4060 | if (!pages[i]) |
| 4061 | goto out_free; |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 4062 | } |
Sachin Prabhu | 5a00689 | 2012-04-17 14:35:39 +0100 | [diff] [blame] | 4063 | |
| 4064 | /* for decoding across pages */ |
| 4065 | res.acl_scratch = alloc_page(GFP_KERNEL); |
| 4066 | if (!res.acl_scratch) |
| 4067 | goto out_free; |
| 4068 | |
Andy Adamson | bf118a3 | 2011-12-07 11:55:27 -0500 | [diff] [blame] | 4069 | args.acl_len = npages * PAGE_SIZE; |
| 4070 | args.acl_pgbase = 0; |
Sachin Prabhu | 5a00689 | 2012-04-17 14:35:39 +0100 | [diff] [blame] | 4071 | |
Peng Tao | de040be | 2012-01-10 22:42:47 +0800 | [diff] [blame] | 4072 | 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] | 4073 | __func__, buf, buflen, npages, args.acl_len); |
| 4074 | ret = nfs4_call_sync(NFS_SERVER(inode)->client, NFS_SERVER(inode), |
| 4075 | &msg, &args.seq_args, &res.seq_res, 0); |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 4076 | if (ret) |
| 4077 | goto out_free; |
Andy Adamson | bf118a3 | 2011-12-07 11:55:27 -0500 | [diff] [blame] | 4078 | |
Trond Myklebust | 1f1ea6c | 2012-08-26 11:44:43 -0700 | [diff] [blame] | 4079 | /* Handle the case where the passed-in buffer is too short */ |
| 4080 | if (res.acl_flags & NFS4_ACL_TRUNC) { |
| 4081 | /* Did the user only issue a request for the acl length? */ |
| 4082 | if (buf == NULL) |
| 4083 | goto out_ok; |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 4084 | ret = -ERANGE; |
Trond Myklebust | 1f1ea6c | 2012-08-26 11:44:43 -0700 | [diff] [blame] | 4085 | goto out_free; |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 4086 | } |
Trond Myklebust | 1f1ea6c | 2012-08-26 11:44:43 -0700 | [diff] [blame] | 4087 | nfs4_write_cached_acl(inode, pages, res.acl_data_offset, res.acl_len); |
Sven Wegener | 7d3e91a | 2012-12-08 15:30:18 +0100 | [diff] [blame] | 4088 | if (buf) { |
| 4089 | if (res.acl_len > buflen) { |
| 4090 | ret = -ERANGE; |
| 4091 | goto out_free; |
| 4092 | } |
Trond Myklebust | 1f1ea6c | 2012-08-26 11:44:43 -0700 | [diff] [blame] | 4093 | _copy_from_pages(buf, pages, res.acl_data_offset, res.acl_len); |
Sven Wegener | 7d3e91a | 2012-12-08 15:30:18 +0100 | [diff] [blame] | 4094 | } |
Trond Myklebust | 1f1ea6c | 2012-08-26 11:44:43 -0700 | [diff] [blame] | 4095 | out_ok: |
| 4096 | ret = res.acl_len; |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 4097 | out_free: |
Andy Adamson | bf118a3 | 2011-12-07 11:55:27 -0500 | [diff] [blame] | 4098 | for (i = 0; i < npages; i++) |
| 4099 | if (pages[i]) |
| 4100 | __free_page(pages[i]); |
Trond Myklebust | 331818f | 2012-02-03 18:30:53 -0500 | [diff] [blame] | 4101 | if (res.acl_scratch) |
| 4102 | __free_page(res.acl_scratch); |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 4103 | return ret; |
| 4104 | } |
| 4105 | |
Trond Myklebust | 16b4289 | 2006-08-24 12:27:15 -0400 | [diff] [blame] | 4106 | static ssize_t nfs4_get_acl_uncached(struct inode *inode, void *buf, size_t buflen) |
| 4107 | { |
| 4108 | struct nfs4_exception exception = { }; |
| 4109 | ssize_t ret; |
| 4110 | do { |
| 4111 | ret = __nfs4_get_acl_uncached(inode, buf, buflen); |
| 4112 | if (ret >= 0) |
| 4113 | break; |
| 4114 | ret = nfs4_handle_exception(NFS_SERVER(inode), ret, &exception); |
| 4115 | } while (exception.retry); |
| 4116 | return ret; |
| 4117 | } |
| 4118 | |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 4119 | static ssize_t nfs4_proc_get_acl(struct inode *inode, void *buf, size_t buflen) |
| 4120 | { |
| 4121 | struct nfs_server *server = NFS_SERVER(inode); |
J. Bruce Fields | aa1870a | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 4122 | int ret; |
| 4123 | |
| 4124 | if (!nfs4_server_supports_acls(server)) |
| 4125 | return -EOPNOTSUPP; |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 4126 | ret = nfs_revalidate_inode(server, inode); |
| 4127 | if (ret < 0) |
| 4128 | return ret; |
Aneesh Kumar K.V | 08a22b3 | 2010-12-01 10:42:16 +0000 | [diff] [blame] | 4129 | if (NFS_I(inode)->cache_validity & NFS_INO_INVALID_ACL) |
| 4130 | nfs_zap_acl_cache(inode); |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 4131 | ret = nfs4_read_cached_acl(inode, buf, buflen); |
| 4132 | if (ret != -ENOENT) |
Andy Adamson | bf118a3 | 2011-12-07 11:55:27 -0500 | [diff] [blame] | 4133 | /* -ENOENT is returned if there is no ACL or if there is an ACL |
| 4134 | * but no cached acl data, just the acl length */ |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 4135 | return ret; |
| 4136 | return nfs4_get_acl_uncached(inode, buf, buflen); |
J. Bruce Fields | aa1870a | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 4137 | } |
| 4138 | |
Trond Myklebust | 16b4289 | 2006-08-24 12:27:15 -0400 | [diff] [blame] | 4139 | 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] | 4140 | { |
| 4141 | struct nfs_server *server = NFS_SERVER(inode); |
| 4142 | struct page *pages[NFS4ACL_MAXPAGES]; |
| 4143 | struct nfs_setaclargs arg = { |
| 4144 | .fh = NFS_FH(inode), |
| 4145 | .acl_pages = pages, |
| 4146 | .acl_len = buflen, |
| 4147 | }; |
Benny Halevy | 73c403a | 2009-04-01 09:22:01 -0400 | [diff] [blame] | 4148 | struct nfs_setaclres res; |
J. Bruce Fields | 4b580ee | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 4149 | struct rpc_message msg = { |
| 4150 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETACL], |
| 4151 | .rpc_argp = &arg, |
Benny Halevy | 73c403a | 2009-04-01 09:22:01 -0400 | [diff] [blame] | 4152 | .rpc_resp = &res, |
J. Bruce Fields | 4b580ee | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 4153 | }; |
Trond Myklebust | 21f498c | 2012-08-24 10:59:25 -0400 | [diff] [blame] | 4154 | unsigned int npages = DIV_ROUND_UP(buflen, PAGE_SIZE); |
Neil Horman | e9e3d72 | 2011-03-04 19:26:03 -0500 | [diff] [blame] | 4155 | int ret, i; |
J. Bruce Fields | 4b580ee | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 4156 | |
| 4157 | if (!nfs4_server_supports_acls(server)) |
| 4158 | return -EOPNOTSUPP; |
Trond Myklebust | 21f498c | 2012-08-24 10:59:25 -0400 | [diff] [blame] | 4159 | if (npages > ARRAY_SIZE(pages)) |
| 4160 | return -ERANGE; |
Neil Horman | e9e3d72 | 2011-03-04 19:26:03 -0500 | [diff] [blame] | 4161 | i = buf_to_pages_noslab(buf, buflen, arg.acl_pages, &arg.acl_pgbase); |
| 4162 | if (i < 0) |
| 4163 | return i; |
Bryan Schumaker | 57ec14c | 2012-06-20 15:53:44 -0400 | [diff] [blame] | 4164 | nfs4_inode_return_delegation(inode); |
Bryan Schumaker | 7c51305 | 2011-03-24 17:12:24 +0000 | [diff] [blame] | 4165 | 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] | 4166 | |
| 4167 | /* |
| 4168 | * Free each page after tx, so the only ref left is |
| 4169 | * held by the network stack |
| 4170 | */ |
| 4171 | for (; i > 0; i--) |
| 4172 | put_page(pages[i-1]); |
| 4173 | |
Aneesh Kumar K.V | 08a22b3 | 2010-12-01 10:42:16 +0000 | [diff] [blame] | 4174 | /* |
| 4175 | * Acl update can result in inode attribute update. |
| 4176 | * so mark the attribute cache invalid. |
| 4177 | */ |
| 4178 | spin_lock(&inode->i_lock); |
| 4179 | NFS_I(inode)->cache_validity |= NFS_INO_INVALID_ATTR; |
| 4180 | spin_unlock(&inode->i_lock); |
Trond Myklebust | f41f741 | 2008-06-11 17:39:04 -0400 | [diff] [blame] | 4181 | nfs_access_zap_cache(inode); |
| 4182 | nfs_zap_acl_cache(inode); |
J. Bruce Fields | 4b580ee | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 4183 | return ret; |
| 4184 | } |
| 4185 | |
Trond Myklebust | 16b4289 | 2006-08-24 12:27:15 -0400 | [diff] [blame] | 4186 | static int nfs4_proc_set_acl(struct inode *inode, const void *buf, size_t buflen) |
| 4187 | { |
| 4188 | struct nfs4_exception exception = { }; |
| 4189 | int err; |
| 4190 | do { |
| 4191 | err = nfs4_handle_exception(NFS_SERVER(inode), |
| 4192 | __nfs4_proc_set_acl(inode, buf, buflen), |
| 4193 | &exception); |
| 4194 | } while (exception.retry); |
| 4195 | return err; |
| 4196 | } |
| 4197 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4198 | static int |
Trond Myklebust | aa5190d | 2010-06-16 09:52:25 -0400 | [diff] [blame] | 4199 | 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] | 4200 | { |
Trond Myklebust | aa5190d | 2010-06-16 09:52:25 -0400 | [diff] [blame] | 4201 | struct nfs_client *clp = server->nfs_client; |
| 4202 | |
| 4203 | if (task->tk_status >= 0) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4204 | return 0; |
| 4205 | switch(task->tk_status) { |
Trond Myklebust | a1d0b5e | 2012-03-05 19:56:44 -0500 | [diff] [blame] | 4206 | case -NFS4ERR_DELEG_REVOKED: |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame] | 4207 | case -NFS4ERR_ADMIN_REVOKED: |
| 4208 | case -NFS4ERR_BAD_STATEID: |
Trond Myklebust | 1497748 | 2012-03-27 18:31:25 -0400 | [diff] [blame] | 4209 | if (state == NULL) |
| 4210 | break; |
| 4211 | nfs_remove_bad_delegation(state->inode); |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame] | 4212 | case -NFS4ERR_OPENMODE: |
| 4213 | if (state == NULL) |
| 4214 | break; |
Trond Myklebust | 5d42230 | 2013-03-14 16:57:48 -0400 | [diff] [blame] | 4215 | if (nfs4_schedule_stateid_recovery(server, state) < 0) |
| 4216 | goto stateid_invalid; |
Trond Myklebust | 0400a6b | 2011-03-09 16:00:53 -0500 | [diff] [blame] | 4217 | goto wait_on_recovery; |
Trond Myklebust | 0ced63d | 2011-05-26 14:26:35 -0400 | [diff] [blame] | 4218 | case -NFS4ERR_EXPIRED: |
Trond Myklebust | 5d42230 | 2013-03-14 16:57:48 -0400 | [diff] [blame] | 4219 | if (state != NULL) { |
| 4220 | if (nfs4_schedule_stateid_recovery(server, state) < 0) |
| 4221 | goto stateid_invalid; |
| 4222 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4223 | case -NFS4ERR_STALE_STATEID: |
Trond Myklebust | a2c0b9e | 2010-01-26 15:42:47 -0500 | [diff] [blame] | 4224 | case -NFS4ERR_STALE_CLIENTID: |
Trond Myklebust | 0400a6b | 2011-03-09 16:00:53 -0500 | [diff] [blame] | 4225 | nfs4_schedule_lease_recovery(clp); |
| 4226 | goto wait_on_recovery; |
Andy Adamson | 4745e31 | 2009-04-01 09:22:42 -0400 | [diff] [blame] | 4227 | #if defined(CONFIG_NFS_V4_1) |
| 4228 | case -NFS4ERR_BADSESSION: |
| 4229 | case -NFS4ERR_BADSLOT: |
| 4230 | case -NFS4ERR_BAD_HIGH_SLOT: |
| 4231 | case -NFS4ERR_DEADSESSION: |
| 4232 | case -NFS4ERR_CONN_NOT_BOUND_TO_SESSION: |
| 4233 | case -NFS4ERR_SEQ_FALSE_RETRY: |
| 4234 | case -NFS4ERR_SEQ_MISORDERED: |
| 4235 | dprintk("%s ERROR %d, Reset session\n", __func__, |
| 4236 | task->tk_status); |
Trond Myklebust | 9f59479 | 2012-05-27 13:02:53 -0400 | [diff] [blame] | 4237 | nfs4_schedule_session_recovery(clp->cl_session, task->tk_status); |
Andy Adamson | 4745e31 | 2009-04-01 09:22:42 -0400 | [diff] [blame] | 4238 | task->tk_status = 0; |
| 4239 | return -EAGAIN; |
| 4240 | #endif /* CONFIG_NFS_V4_1 */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4241 | case -NFS4ERR_DELAY: |
Trond Myklebust | aa5190d | 2010-06-16 09:52:25 -0400 | [diff] [blame] | 4242 | nfs_inc_server_stats(server, NFSIOS_DELAY); |
Chuck Lever | 006ea73 | 2006-03-20 13:44:14 -0500 | [diff] [blame] | 4243 | case -NFS4ERR_GRACE: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4244 | rpc_delay(task, NFS4_POLL_RETRY_MAX); |
| 4245 | task->tk_status = 0; |
| 4246 | return -EAGAIN; |
Andy Adamson | a8a4ae3 | 2011-05-03 13:43:03 -0400 | [diff] [blame] | 4247 | case -NFS4ERR_RETRY_UNCACHED_REP: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4248 | case -NFS4ERR_OLD_STATEID: |
| 4249 | task->tk_status = 0; |
| 4250 | return -EAGAIN; |
| 4251 | } |
| 4252 | task->tk_status = nfs4_map_errors(task->tk_status); |
| 4253 | return 0; |
Trond Myklebust | 5d42230 | 2013-03-14 16:57:48 -0400 | [diff] [blame] | 4254 | stateid_invalid: |
| 4255 | task->tk_status = -EIO; |
| 4256 | return 0; |
Trond Myklebust | 0400a6b | 2011-03-09 16:00:53 -0500 | [diff] [blame] | 4257 | wait_on_recovery: |
Trond Myklebust | a2c0b9e | 2010-01-26 15:42:47 -0500 | [diff] [blame] | 4258 | rpc_sleep_on(&clp->cl_rpcwaitq, task, NULL); |
Trond Myklebust | a2c0b9e | 2010-01-26 15:42:47 -0500 | [diff] [blame] | 4259 | if (test_bit(NFS4CLNT_MANAGER_RUNNING, &clp->cl_state) == 0) |
| 4260 | rpc_wake_up_queued_task(&clp->cl_rpcwaitq, task); |
| 4261 | task->tk_status = 0; |
| 4262 | return -EAGAIN; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4263 | } |
| 4264 | |
Chuck Lever | f092075 | 2012-05-21 22:45:41 -0400 | [diff] [blame] | 4265 | static void nfs4_init_boot_verifier(const struct nfs_client *clp, |
| 4266 | nfs4_verifier *bootverf) |
Chuck Lever | cd93710 | 2012-03-02 17:14:31 -0500 | [diff] [blame] | 4267 | { |
| 4268 | __be32 verf[2]; |
| 4269 | |
Chuck Lever | 2c820d9 | 2012-05-21 22:45:33 -0400 | [diff] [blame] | 4270 | if (test_bit(NFS4CLNT_PURGE_STATE, &clp->cl_state)) { |
| 4271 | /* An impossible timestamp guarantees this value |
| 4272 | * will never match a generated boot time. */ |
| 4273 | verf[0] = 0; |
| 4274 | verf[1] = (__be32)(NSEC_PER_SEC + 1); |
| 4275 | } else { |
Chuck Lever | f092075 | 2012-05-21 22:45:41 -0400 | [diff] [blame] | 4276 | struct nfs_net *nn = net_generic(clp->cl_net, nfs_net_id); |
| 4277 | verf[0] = (__be32)nn->boot_time.tv_sec; |
| 4278 | verf[1] = (__be32)nn->boot_time.tv_nsec; |
Chuck Lever | 2c820d9 | 2012-05-21 22:45:33 -0400 | [diff] [blame] | 4279 | } |
Chuck Lever | cd93710 | 2012-03-02 17:14:31 -0500 | [diff] [blame] | 4280 | memcpy(bootverf->data, verf, sizeof(bootverf->data)); |
| 4281 | } |
| 4282 | |
Chuck Lever | e984a55 | 2012-09-14 17:24:21 -0400 | [diff] [blame] | 4283 | static unsigned int |
| 4284 | nfs4_init_nonuniform_client_string(const struct nfs_client *clp, |
| 4285 | char *buf, size_t len) |
| 4286 | { |
| 4287 | unsigned int result; |
| 4288 | |
| 4289 | rcu_read_lock(); |
| 4290 | result = scnprintf(buf, len, "Linux NFSv4.0 %s/%s %s", |
| 4291 | clp->cl_ipaddr, |
| 4292 | rpc_peeraddr2str(clp->cl_rpcclient, |
| 4293 | RPC_DISPLAY_ADDR), |
| 4294 | rpc_peeraddr2str(clp->cl_rpcclient, |
| 4295 | RPC_DISPLAY_PROTO)); |
| 4296 | rcu_read_unlock(); |
| 4297 | return result; |
| 4298 | } |
| 4299 | |
| 4300 | static unsigned int |
| 4301 | nfs4_init_uniform_client_string(const struct nfs_client *clp, |
| 4302 | char *buf, size_t len) |
| 4303 | { |
Chuck Lever | 6f2ea7f | 2012-09-14 17:24:41 -0400 | [diff] [blame] | 4304 | char *nodename = clp->cl_rpcclient->cl_nodename; |
| 4305 | |
| 4306 | if (nfs4_client_id_uniquifier[0] != '\0') |
| 4307 | nodename = nfs4_client_id_uniquifier; |
Chuck Lever | e984a55 | 2012-09-14 17:24:21 -0400 | [diff] [blame] | 4308 | return scnprintf(buf, len, "Linux NFSv%u.%u %s", |
| 4309 | clp->rpc_ops->version, clp->cl_minorversion, |
Chuck Lever | 6f2ea7f | 2012-09-14 17:24:41 -0400 | [diff] [blame] | 4310 | nodename); |
Chuck Lever | e984a55 | 2012-09-14 17:24:21 -0400 | [diff] [blame] | 4311 | } |
| 4312 | |
Chuck Lever | 6bbb4ae | 2012-07-11 16:30:59 -0400 | [diff] [blame] | 4313 | /** |
| 4314 | * nfs4_proc_setclientid - Negotiate client ID |
| 4315 | * @clp: state data structure |
| 4316 | * @program: RPC program for NFSv4 callback service |
| 4317 | * @port: IP port number for NFS4 callback service |
| 4318 | * @cred: RPC credential to use for this call |
| 4319 | * @res: where to place the result |
| 4320 | * |
| 4321 | * Returns zero, a negative errno, or a negative NFS4ERR status code. |
| 4322 | */ |
Trond Myklebust | bb8b27e | 2010-04-16 16:43:06 -0400 | [diff] [blame] | 4323 | int nfs4_proc_setclientid(struct nfs_client *clp, u32 program, |
| 4324 | unsigned short port, struct rpc_cred *cred, |
| 4325 | struct nfs4_setclientid_res *res) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4326 | { |
| 4327 | nfs4_verifier sc_verifier; |
| 4328 | struct nfs4_setclientid setclientid = { |
| 4329 | .sc_verifier = &sc_verifier, |
| 4330 | .sc_prog = program, |
Andy Adamson | f4eecd5 | 2011-01-06 02:04:30 +0000 | [diff] [blame] | 4331 | .sc_cb_ident = clp->cl_cb_ident, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4332 | }; |
| 4333 | struct rpc_message msg = { |
| 4334 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID], |
| 4335 | .rpc_argp = &setclientid, |
Trond Myklebust | bb8b27e | 2010-04-16 16:43:06 -0400 | [diff] [blame] | 4336 | .rpc_resp = res, |
Trond Myklebust | 286d7d6 | 2006-01-03 09:55:26 +0100 | [diff] [blame] | 4337 | .rpc_cred = cred, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4338 | }; |
Chuck Lever | 6bbb4ae | 2012-07-11 16:30:59 -0400 | [diff] [blame] | 4339 | int status; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4340 | |
Chuck Lever | de73483 | 2012-07-11 16:30:50 -0400 | [diff] [blame] | 4341 | /* nfs_client_id4 */ |
Chuck Lever | f092075 | 2012-05-21 22:45:41 -0400 | [diff] [blame] | 4342 | nfs4_init_boot_verifier(clp, &sc_verifier); |
Chuck Lever | e984a55 | 2012-09-14 17:24:21 -0400 | [diff] [blame] | 4343 | if (test_bit(NFS_CS_MIGRATION, &clp->cl_flags)) |
| 4344 | setclientid.sc_name_len = |
| 4345 | nfs4_init_uniform_client_string(clp, |
| 4346 | setclientid.sc_name, |
| 4347 | sizeof(setclientid.sc_name)); |
| 4348 | else |
| 4349 | setclientid.sc_name_len = |
| 4350 | nfs4_init_nonuniform_client_string(clp, |
| 4351 | setclientid.sc_name, |
| 4352 | sizeof(setclientid.sc_name)); |
Chuck Lever | de73483 | 2012-07-11 16:30:50 -0400 | [diff] [blame] | 4353 | /* cb_client4 */ |
Chuck Lever | e984a55 | 2012-09-14 17:24:21 -0400 | [diff] [blame] | 4354 | rcu_read_lock(); |
Chuck Lever | de73483 | 2012-07-11 16:30:50 -0400 | [diff] [blame] | 4355 | setclientid.sc_netid_len = scnprintf(setclientid.sc_netid, |
Chuck Lever | d4d3c50 | 2007-12-10 14:57:09 -0500 | [diff] [blame] | 4356 | sizeof(setclientid.sc_netid), |
| 4357 | rpc_peeraddr2str(clp->cl_rpcclient, |
| 4358 | RPC_DISPLAY_NETID)); |
Chuck Lever | de73483 | 2012-07-11 16:30:50 -0400 | [diff] [blame] | 4359 | rcu_read_unlock(); |
| 4360 | setclientid.sc_uaddr_len = scnprintf(setclientid.sc_uaddr, |
Chuck Lever | d4d3c50 | 2007-12-10 14:57:09 -0500 | [diff] [blame] | 4361 | sizeof(setclientid.sc_uaddr), "%s.%u.%u", |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4362 | clp->cl_ipaddr, port >> 8, port & 255); |
| 4363 | |
Chuck Lever | 6bbb4ae | 2012-07-11 16:30:59 -0400 | [diff] [blame] | 4364 | dprintk("NFS call setclientid auth=%s, '%.*s'\n", |
| 4365 | clp->cl_rpcclient->cl_auth->au_ops->au_name, |
| 4366 | setclientid.sc_name_len, setclientid.sc_name); |
| 4367 | status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT); |
| 4368 | dprintk("NFS reply setclientid: %d\n", status); |
| 4369 | return status; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4370 | } |
| 4371 | |
Chuck Lever | 6bbb4ae | 2012-07-11 16:30:59 -0400 | [diff] [blame] | 4372 | /** |
| 4373 | * nfs4_proc_setclientid_confirm - Confirm client ID |
| 4374 | * @clp: state data structure |
| 4375 | * @res: result of a previous SETCLIENTID |
| 4376 | * @cred: RPC credential to use for this call |
| 4377 | * |
| 4378 | * Returns zero, a negative errno, or a negative NFS4ERR status code. |
| 4379 | */ |
Trond Myklebust | fd954ae | 2011-04-24 14:28:18 -0400 | [diff] [blame] | 4380 | int nfs4_proc_setclientid_confirm(struct nfs_client *clp, |
Trond Myklebust | bb8b27e | 2010-04-16 16:43:06 -0400 | [diff] [blame] | 4381 | struct nfs4_setclientid_res *arg, |
| 4382 | struct rpc_cred *cred) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4383 | { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4384 | struct rpc_message msg = { |
| 4385 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SETCLIENTID_CONFIRM], |
Trond Myklebust | bb8b27e | 2010-04-16 16:43:06 -0400 | [diff] [blame] | 4386 | .rpc_argp = arg, |
Trond Myklebust | 286d7d6 | 2006-01-03 09:55:26 +0100 | [diff] [blame] | 4387 | .rpc_cred = cred, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4388 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4389 | int status; |
| 4390 | |
Chuck Lever | 6bbb4ae | 2012-07-11 16:30:59 -0400 | [diff] [blame] | 4391 | dprintk("NFS call setclientid_confirm auth=%s, (client ID %llx)\n", |
| 4392 | clp->cl_rpcclient->cl_auth->au_ops->au_name, |
| 4393 | clp->cl_clientid); |
Trond Myklebust | 1bd714f | 2011-04-24 14:29:33 -0400 | [diff] [blame] | 4394 | status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT); |
Chuck Lever | 6bbb4ae | 2012-07-11 16:30:59 -0400 | [diff] [blame] | 4395 | dprintk("NFS reply setclientid_confirm: %d\n", status); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4396 | return status; |
| 4397 | } |
| 4398 | |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 4399 | struct nfs4_delegreturndata { |
| 4400 | struct nfs4_delegreturnargs args; |
Trond Myklebust | fa178f2 | 2006-01-03 09:55:38 +0100 | [diff] [blame] | 4401 | struct nfs4_delegreturnres res; |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 4402 | struct nfs_fh fh; |
| 4403 | nfs4_stateid stateid; |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 4404 | unsigned long timestamp; |
Trond Myklebust | fa178f2 | 2006-01-03 09:55:38 +0100 | [diff] [blame] | 4405 | struct nfs_fattr fattr; |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 4406 | int rpc_status; |
| 4407 | }; |
| 4408 | |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 4409 | static void nfs4_delegreturn_done(struct rpc_task *task, void *calldata) |
| 4410 | { |
| 4411 | struct nfs4_delegreturndata *data = calldata; |
Andy Adamson | 938e101 | 2009-04-01 09:22:28 -0400 | [diff] [blame] | 4412 | |
Trond Myklebust | 14516c3 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 4413 | if (!nfs4_sequence_done(task, &data->res.seq_res)) |
| 4414 | return; |
Andy Adamson | 938e101 | 2009-04-01 09:22:28 -0400 | [diff] [blame] | 4415 | |
Ricardo Labiaga | 7970886 | 2009-12-07 09:23:21 -0500 | [diff] [blame] | 4416 | switch (task->tk_status) { |
| 4417 | case -NFS4ERR_STALE_STATEID: |
| 4418 | case -NFS4ERR_EXPIRED: |
| 4419 | case 0: |
Trond Myklebust | fa178f2 | 2006-01-03 09:55:38 +0100 | [diff] [blame] | 4420 | renew_lease(data->res.server, data->timestamp); |
Ricardo Labiaga | 7970886 | 2009-12-07 09:23:21 -0500 | [diff] [blame] | 4421 | break; |
| 4422 | default: |
| 4423 | if (nfs4_async_handle_error(task, data->res.server, NULL) == |
| 4424 | -EAGAIN) { |
Trond Myklebust | d00c5d4 | 2011-10-19 12:17:29 -0700 | [diff] [blame] | 4425 | rpc_restart_call_prepare(task); |
Ricardo Labiaga | 7970886 | 2009-12-07 09:23:21 -0500 | [diff] [blame] | 4426 | return; |
| 4427 | } |
| 4428 | } |
| 4429 | data->rpc_status = task->tk_status; |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 4430 | } |
| 4431 | |
| 4432 | static void nfs4_delegreturn_release(void *calldata) |
| 4433 | { |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 4434 | kfree(calldata); |
| 4435 | } |
| 4436 | |
Andy Adamson | 938e101 | 2009-04-01 09:22:28 -0400 | [diff] [blame] | 4437 | #if defined(CONFIG_NFS_V4_1) |
| 4438 | static void nfs4_delegreturn_prepare(struct rpc_task *task, void *data) |
| 4439 | { |
| 4440 | struct nfs4_delegreturndata *d_data; |
| 4441 | |
| 4442 | d_data = (struct nfs4_delegreturndata *)data; |
| 4443 | |
Trond Myklebust | d9afbd1 | 2012-10-22 20:28:44 -0400 | [diff] [blame] | 4444 | nfs4_setup_sequence(d_data->res.server, |
| 4445 | &d_data->args.seq_args, |
| 4446 | &d_data->res.seq_res, |
| 4447 | task); |
Andy Adamson | 938e101 | 2009-04-01 09:22:28 -0400 | [diff] [blame] | 4448 | } |
| 4449 | #endif /* CONFIG_NFS_V4_1 */ |
| 4450 | |
Jesper Juhl | c8d149f | 2006-03-20 13:44:07 -0500 | [diff] [blame] | 4451 | static const struct rpc_call_ops nfs4_delegreturn_ops = { |
Andy Adamson | 938e101 | 2009-04-01 09:22:28 -0400 | [diff] [blame] | 4452 | #if defined(CONFIG_NFS_V4_1) |
| 4453 | .rpc_call_prepare = nfs4_delegreturn_prepare, |
| 4454 | #endif /* CONFIG_NFS_V4_1 */ |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 4455 | .rpc_call_done = nfs4_delegreturn_done, |
| 4456 | .rpc_release = nfs4_delegreturn_release, |
| 4457 | }; |
| 4458 | |
Trond Myklebust | e6f8107 | 2008-01-24 18:14:34 -0500 | [diff] [blame] | 4459 | 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] | 4460 | { |
| 4461 | struct nfs4_delegreturndata *data; |
Trond Myklebust | fa178f2 | 2006-01-03 09:55:38 +0100 | [diff] [blame] | 4462 | struct nfs_server *server = NFS_SERVER(inode); |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 4463 | struct rpc_task *task; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 4464 | struct rpc_message msg = { |
| 4465 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DELEGRETURN], |
| 4466 | .rpc_cred = cred, |
| 4467 | }; |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 4468 | struct rpc_task_setup task_setup_data = { |
| 4469 | .rpc_client = server->client, |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 4470 | .rpc_message = &msg, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 4471 | .callback_ops = &nfs4_delegreturn_ops, |
| 4472 | .flags = RPC_TASK_ASYNC, |
| 4473 | }; |
Trond Myklebust | e6f8107 | 2008-01-24 18:14:34 -0500 | [diff] [blame] | 4474 | int status = 0; |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 4475 | |
Trond Myklebust | 8535b2b | 2010-05-13 12:51:01 -0400 | [diff] [blame] | 4476 | data = kzalloc(sizeof(*data), GFP_NOFS); |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 4477 | if (data == NULL) |
| 4478 | return -ENOMEM; |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 4479 | nfs41_init_sequence(&data->args.seq_args, &data->res.seq_res, 1); |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 4480 | data->args.fhandle = &data->fh; |
| 4481 | data->args.stateid = &data->stateid; |
Trond Myklebust | 9e907fe | 2012-04-27 13:48:17 -0400 | [diff] [blame] | 4482 | data->args.bitmask = server->cache_consistency_bitmask; |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 4483 | nfs_copy_fh(&data->fh, NFS_FH(inode)); |
Trond Myklebust | f597c53 | 2012-03-04 18:13:56 -0500 | [diff] [blame] | 4484 | nfs4_stateid_copy(&data->stateid, stateid); |
Trond Myklebust | fa178f2 | 2006-01-03 09:55:38 +0100 | [diff] [blame] | 4485 | data->res.fattr = &data->fattr; |
| 4486 | data->res.server = server; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 4487 | nfs_fattr_init(data->res.fattr); |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 4488 | data->timestamp = jiffies; |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 4489 | data->rpc_status = 0; |
| 4490 | |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 4491 | task_setup_data.callback_data = data; |
Trond Myklebust | 1174dd1 | 2010-12-21 10:52:24 -0500 | [diff] [blame] | 4492 | msg.rpc_argp = &data->args; |
| 4493 | msg.rpc_resp = &data->res; |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 4494 | task = rpc_run_task(&task_setup_data); |
Trond Myklebust | 7a1218a | 2006-03-20 18:11:10 -0500 | [diff] [blame] | 4495 | if (IS_ERR(task)) |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 4496 | return PTR_ERR(task); |
Trond Myklebust | e6f8107 | 2008-01-24 18:14:34 -0500 | [diff] [blame] | 4497 | if (!issync) |
| 4498 | goto out; |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 4499 | status = nfs4_wait_for_completion_rpc_task(task); |
Trond Myklebust | e6f8107 | 2008-01-24 18:14:34 -0500 | [diff] [blame] | 4500 | if (status != 0) |
| 4501 | goto out; |
| 4502 | status = data->rpc_status; |
Trond Myklebust | e144cbc | 2012-04-28 16:05:03 -0400 | [diff] [blame] | 4503 | if (status == 0) |
| 4504 | nfs_post_op_update_inode_force_wcc(inode, &data->fattr); |
| 4505 | else |
| 4506 | nfs_refresh_inode(inode, &data->fattr); |
Trond Myklebust | e6f8107 | 2008-01-24 18:14:34 -0500 | [diff] [blame] | 4507 | out: |
Trond Myklebust | e6b3c4d | 2006-11-11 22:18:03 -0500 | [diff] [blame] | 4508 | rpc_put_task(task); |
Trond Myklebust | fe65040 | 2006-01-03 09:55:18 +0100 | [diff] [blame] | 4509 | return status; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4510 | } |
| 4511 | |
Trond Myklebust | e6f8107 | 2008-01-24 18:14:34 -0500 | [diff] [blame] | 4512 | 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] | 4513 | { |
| 4514 | struct nfs_server *server = NFS_SERVER(inode); |
| 4515 | struct nfs4_exception exception = { }; |
| 4516 | int err; |
| 4517 | do { |
Trond Myklebust | e6f8107 | 2008-01-24 18:14:34 -0500 | [diff] [blame] | 4518 | err = _nfs4_proc_delegreturn(inode, cred, stateid, issync); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4519 | switch (err) { |
| 4520 | case -NFS4ERR_STALE_STATEID: |
| 4521 | case -NFS4ERR_EXPIRED: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4522 | case 0: |
| 4523 | return 0; |
| 4524 | } |
| 4525 | err = nfs4_handle_exception(server, err, &exception); |
| 4526 | } while (exception.retry); |
| 4527 | return err; |
| 4528 | } |
| 4529 | |
| 4530 | #define NFS4_LOCK_MINTIMEOUT (1 * HZ) |
| 4531 | #define NFS4_LOCK_MAXTIMEOUT (30 * HZ) |
| 4532 | |
| 4533 | /* |
| 4534 | * sleep, with exponential backoff, and retry the LOCK operation. |
| 4535 | */ |
| 4536 | static unsigned long |
| 4537 | nfs4_set_lock_task_retry(unsigned long timeout) |
| 4538 | { |
Jeff Layton | d310310 | 2011-12-01 22:44:39 +0100 | [diff] [blame] | 4539 | freezable_schedule_timeout_killable(timeout); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4540 | timeout <<= 1; |
| 4541 | if (timeout > NFS4_LOCK_MAXTIMEOUT) |
| 4542 | return NFS4_LOCK_MAXTIMEOUT; |
| 4543 | return timeout; |
| 4544 | } |
| 4545 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4546 | static int _nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request) |
| 4547 | { |
| 4548 | struct inode *inode = state->inode; |
| 4549 | struct nfs_server *server = NFS_SERVER(inode); |
David Howells | 7539bba | 2006-08-22 20:06:09 -0400 | [diff] [blame] | 4550 | struct nfs_client *clp = server->nfs_client; |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 4551 | struct nfs_lockt_args arg = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4552 | .fh = NFS_FH(inode), |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 4553 | .fl = request, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4554 | }; |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 4555 | struct nfs_lockt_res res = { |
| 4556 | .denied = request, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4557 | }; |
| 4558 | struct rpc_message msg = { |
| 4559 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKT], |
| 4560 | .rpc_argp = &arg, |
| 4561 | .rpc_resp = &res, |
| 4562 | .rpc_cred = state->owner->so_cred, |
| 4563 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4564 | struct nfs4_lock_state *lsp; |
| 4565 | int status; |
| 4566 | |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 4567 | arg.lock_owner.clientid = clp->cl_clientid; |
Trond Myklebust | 8d0a8a9 | 2005-06-22 17:16:32 +0000 | [diff] [blame] | 4568 | status = nfs4_set_lock_state(state, request); |
| 4569 | if (status != 0) |
| 4570 | goto out; |
| 4571 | lsp = request->fl_u.nfs4_fl.owner; |
Trond Myklebust | 48c22eb | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 4572 | arg.lock_owner.id = lsp->ls_seqid.owner_id; |
Trond Myklebust | d035c36 | 2010-12-21 10:45:27 -0500 | [diff] [blame] | 4573 | arg.lock_owner.s_dev = server->s_dev; |
Bryan Schumaker | 7c51305 | 2011-03-24 17:12:24 +0000 | [diff] [blame] | 4574 | 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] | 4575 | switch (status) { |
| 4576 | case 0: |
| 4577 | request->fl_type = F_UNLCK; |
| 4578 | break; |
| 4579 | case -NFS4ERR_DENIED: |
| 4580 | status = 0; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4581 | } |
J. Bruce Fields | 70cc648 | 2007-02-22 18:48:53 -0500 | [diff] [blame] | 4582 | request->fl_ops->fl_release_private(request); |
Trond Myklebust | 8d0a8a9 | 2005-06-22 17:16:32 +0000 | [diff] [blame] | 4583 | out: |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4584 | return status; |
| 4585 | } |
| 4586 | |
| 4587 | static int nfs4_proc_getlk(struct nfs4_state *state, int cmd, struct file_lock *request) |
| 4588 | { |
| 4589 | struct nfs4_exception exception = { }; |
| 4590 | int err; |
| 4591 | |
| 4592 | do { |
| 4593 | err = nfs4_handle_exception(NFS_SERVER(state->inode), |
| 4594 | _nfs4_proc_getlk(state, cmd, request), |
| 4595 | &exception); |
| 4596 | } while (exception.retry); |
| 4597 | return err; |
| 4598 | } |
| 4599 | |
| 4600 | static int do_vfs_lock(struct file *file, struct file_lock *fl) |
| 4601 | { |
| 4602 | int res = 0; |
| 4603 | switch (fl->fl_flags & (FL_POSIX|FL_FLOCK)) { |
| 4604 | case FL_POSIX: |
| 4605 | res = posix_lock_file_wait(file, fl); |
| 4606 | break; |
| 4607 | case FL_FLOCK: |
| 4608 | res = flock_lock_file_wait(file, fl); |
| 4609 | break; |
| 4610 | default: |
| 4611 | BUG(); |
| 4612 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4613 | return res; |
| 4614 | } |
| 4615 | |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 4616 | struct nfs4_unlockdata { |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 4617 | struct nfs_locku_args arg; |
| 4618 | struct nfs_locku_res res; |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 4619 | struct nfs4_lock_state *lsp; |
| 4620 | struct nfs_open_context *ctx; |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 4621 | struct file_lock fl; |
| 4622 | const struct nfs_server *server; |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 4623 | unsigned long timestamp; |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 4624 | }; |
| 4625 | |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 4626 | static struct nfs4_unlockdata *nfs4_alloc_unlockdata(struct file_lock *fl, |
| 4627 | struct nfs_open_context *ctx, |
| 4628 | struct nfs4_lock_state *lsp, |
| 4629 | struct nfs_seqid *seqid) |
| 4630 | { |
| 4631 | struct nfs4_unlockdata *p; |
| 4632 | struct inode *inode = lsp->ls_state->inode; |
| 4633 | |
Trond Myklebust | 8535b2b | 2010-05-13 12:51:01 -0400 | [diff] [blame] | 4634 | p = kzalloc(sizeof(*p), GFP_NOFS); |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 4635 | if (p == NULL) |
| 4636 | return NULL; |
| 4637 | p->arg.fh = NFS_FH(inode); |
| 4638 | p->arg.fl = &p->fl; |
| 4639 | p->arg.seqid = seqid; |
Trond Myklebust | c1d5193 | 2008-04-07 13:20:54 -0400 | [diff] [blame] | 4640 | p->res.seqid = seqid; |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 4641 | p->arg.stateid = &lsp->ls_stateid; |
| 4642 | p->lsp = lsp; |
| 4643 | atomic_inc(&lsp->ls_count); |
| 4644 | /* Ensure we don't close file until we're done freeing locks! */ |
| 4645 | p->ctx = get_nfs_open_context(ctx); |
| 4646 | memcpy(&p->fl, fl, sizeof(p->fl)); |
| 4647 | p->server = NFS_SERVER(inode); |
| 4648 | return p; |
| 4649 | } |
| 4650 | |
Trond Myklebust | 06f814a | 2006-01-03 09:55:07 +0100 | [diff] [blame] | 4651 | static void nfs4_locku_release_calldata(void *data) |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 4652 | { |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 4653 | struct nfs4_unlockdata *calldata = data; |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 4654 | nfs_free_seqid(calldata->arg.seqid); |
Trond Myklebust | 06f814a | 2006-01-03 09:55:07 +0100 | [diff] [blame] | 4655 | nfs4_put_lock_state(calldata->lsp); |
| 4656 | put_nfs_open_context(calldata->ctx); |
| 4657 | kfree(calldata); |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 4658 | } |
| 4659 | |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 4660 | static void nfs4_locku_done(struct rpc_task *task, void *data) |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 4661 | { |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 4662 | struct nfs4_unlockdata *calldata = data; |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 4663 | |
Trond Myklebust | 14516c3 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 4664 | if (!nfs4_sequence_done(task, &calldata->res.seq_res)) |
| 4665 | return; |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 4666 | switch (task->tk_status) { |
| 4667 | case 0: |
Trond Myklebust | f597c53 | 2012-03-04 18:13:56 -0500 | [diff] [blame] | 4668 | nfs4_stateid_copy(&calldata->lsp->ls_stateid, |
| 4669 | &calldata->res.stateid); |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 4670 | renew_lease(calldata->server, calldata->timestamp); |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 4671 | break; |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame] | 4672 | case -NFS4ERR_BAD_STATEID: |
| 4673 | case -NFS4ERR_OLD_STATEID: |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 4674 | case -NFS4ERR_STALE_STATEID: |
| 4675 | case -NFS4ERR_EXPIRED: |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 4676 | break; |
| 4677 | default: |
Trond Myklebust | 9e33bed | 2008-12-23 15:21:46 -0500 | [diff] [blame] | 4678 | if (nfs4_async_handle_error(task, calldata->server, NULL) == -EAGAIN) |
Trond Myklebust | d00c5d4 | 2011-10-19 12:17:29 -0700 | [diff] [blame] | 4679 | rpc_restart_call_prepare(task); |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 4680 | } |
Trond Myklebust | 2b1bc30 | 2012-10-29 18:53:23 -0400 | [diff] [blame] | 4681 | nfs_release_seqid(calldata->arg.seqid); |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 4682 | } |
| 4683 | |
Trond Myklebust | 4ce70ad | 2006-01-03 09:55:05 +0100 | [diff] [blame] | 4684 | static void nfs4_locku_prepare(struct rpc_task *task, void *data) |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 4685 | { |
Trond Myklebust | 4ce70ad | 2006-01-03 09:55:05 +0100 | [diff] [blame] | 4686 | struct nfs4_unlockdata *calldata = data; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4687 | |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 4688 | if (nfs_wait_on_sequence(calldata->arg.seqid, task) != 0) |
Trond Myklebust | c8da19b | 2013-02-11 19:01:21 -0500 | [diff] [blame] | 4689 | goto out_wait; |
Trond Myklebust | 795a88c | 2012-09-10 13:26:49 -0400 | [diff] [blame] | 4690 | if (test_bit(NFS_LOCK_INITIALIZED, &calldata->lsp->ls_flags) == 0) { |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 4691 | /* Note: exit _without_ running nfs4_locku_done */ |
Trond Myklebust | c8da19b | 2013-02-11 19:01:21 -0500 | [diff] [blame] | 4692 | goto out_no_action; |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 4693 | } |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 4694 | calldata->timestamp = jiffies; |
Trond Myklebust | 035168a | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 4695 | if (nfs4_setup_sequence(calldata->server, |
Andy Adamson | a893693 | 2009-04-01 09:22:23 -0400 | [diff] [blame] | 4696 | &calldata->arg.seq_args, |
Trond Myklebust | 2240a9e | 2012-10-29 18:37:40 -0400 | [diff] [blame] | 4697 | &calldata->res.seq_res, |
| 4698 | task) != 0) |
| 4699 | nfs_release_seqid(calldata->arg.seqid); |
Trond Myklebust | c8da19b | 2013-02-11 19:01:21 -0500 | [diff] [blame] | 4700 | return; |
| 4701 | out_no_action: |
| 4702 | task->tk_action = NULL; |
| 4703 | out_wait: |
| 4704 | nfs4_sequence_done(task, &calldata->res.seq_res); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4705 | } |
| 4706 | |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 4707 | static const struct rpc_call_ops nfs4_locku_ops = { |
Trond Myklebust | 4ce70ad | 2006-01-03 09:55:05 +0100 | [diff] [blame] | 4708 | .rpc_call_prepare = nfs4_locku_prepare, |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 4709 | .rpc_call_done = nfs4_locku_done, |
Trond Myklebust | 06f814a | 2006-01-03 09:55:07 +0100 | [diff] [blame] | 4710 | .rpc_release = nfs4_locku_release_calldata, |
Trond Myklebust | 963d8fe | 2006-01-03 09:55:04 +0100 | [diff] [blame] | 4711 | }; |
| 4712 | |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4713 | static struct rpc_task *nfs4_do_unlck(struct file_lock *fl, |
| 4714 | struct nfs_open_context *ctx, |
| 4715 | struct nfs4_lock_state *lsp, |
| 4716 | struct nfs_seqid *seqid) |
| 4717 | { |
| 4718 | struct nfs4_unlockdata *data; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 4719 | struct rpc_message msg = { |
| 4720 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCKU], |
| 4721 | .rpc_cred = ctx->cred, |
| 4722 | }; |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 4723 | struct rpc_task_setup task_setup_data = { |
| 4724 | .rpc_client = NFS_CLIENT(lsp->ls_state->inode), |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 4725 | .rpc_message = &msg, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 4726 | .callback_ops = &nfs4_locku_ops, |
Trond Myklebust | 101070c | 2008-02-19 20:04:23 -0500 | [diff] [blame] | 4727 | .workqueue = nfsiod_workqueue, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 4728 | .flags = RPC_TASK_ASYNC, |
| 4729 | }; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4730 | |
Frank Filz | 137d6ac | 2007-07-09 15:32:29 -0700 | [diff] [blame] | 4731 | /* Ensure this is an unlock - when canceling a lock, the |
| 4732 | * canceled lock is passed in, and it won't be an unlock. |
| 4733 | */ |
| 4734 | fl->fl_type = F_UNLCK; |
| 4735 | |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4736 | data = nfs4_alloc_unlockdata(fl, ctx, lsp, seqid); |
| 4737 | if (data == NULL) { |
| 4738 | nfs_free_seqid(seqid); |
| 4739 | return ERR_PTR(-ENOMEM); |
| 4740 | } |
| 4741 | |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 4742 | nfs41_init_sequence(&data->arg.seq_args, &data->res.seq_res, 1); |
Trond Myklebust | 1174dd1 | 2010-12-21 10:52:24 -0500 | [diff] [blame] | 4743 | msg.rpc_argp = &data->arg; |
| 4744 | msg.rpc_resp = &data->res; |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 4745 | task_setup_data.callback_data = data; |
| 4746 | return rpc_run_task(&task_setup_data); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4747 | } |
| 4748 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4749 | static int nfs4_proc_unlck(struct nfs4_state *state, int cmd, struct file_lock *request) |
| 4750 | { |
Trond Myklebust | 65b62a2 | 2013-02-07 10:54:07 -0500 | [diff] [blame] | 4751 | struct inode *inode = state->inode; |
| 4752 | struct nfs4_state_owner *sp = state->owner; |
| 4753 | struct nfs_inode *nfsi = NFS_I(inode); |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 4754 | struct nfs_seqid *seqid; |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 4755 | struct nfs4_lock_state *lsp; |
Trond Myklebust | 06f814a | 2006-01-03 09:55:07 +0100 | [diff] [blame] | 4756 | struct rpc_task *task; |
| 4757 | int status = 0; |
Trond Myklebust | 536ff0f | 2008-04-04 15:08:02 -0400 | [diff] [blame] | 4758 | unsigned char fl_flags = request->fl_flags; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4759 | |
Trond Myklebust | 9b07357 | 2006-06-29 16:38:34 -0400 | [diff] [blame] | 4760 | status = nfs4_set_lock_state(state, request); |
| 4761 | /* Unlock _before_ we do the RPC call */ |
| 4762 | request->fl_flags |= FL_EXISTS; |
Trond Myklebust | 65b62a2 | 2013-02-07 10:54:07 -0500 | [diff] [blame] | 4763 | /* Exclude nfs_delegation_claim_locks() */ |
| 4764 | mutex_lock(&sp->so_delegreturn_mutex); |
| 4765 | /* Exclude nfs4_reclaim_open_stateid() - note nesting! */ |
Trond Myklebust | 19e03c5 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 4766 | down_read(&nfsi->rwsem); |
| 4767 | if (do_vfs_lock(request->fl_file, request) == -ENOENT) { |
| 4768 | up_read(&nfsi->rwsem); |
Trond Myklebust | 65b62a2 | 2013-02-07 10:54:07 -0500 | [diff] [blame] | 4769 | mutex_unlock(&sp->so_delegreturn_mutex); |
Trond Myklebust | 9b07357 | 2006-06-29 16:38:34 -0400 | [diff] [blame] | 4770 | goto out; |
Trond Myklebust | 19e03c5 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 4771 | } |
| 4772 | up_read(&nfsi->rwsem); |
Trond Myklebust | 65b62a2 | 2013-02-07 10:54:07 -0500 | [diff] [blame] | 4773 | mutex_unlock(&sp->so_delegreturn_mutex); |
Trond Myklebust | 9b07357 | 2006-06-29 16:38:34 -0400 | [diff] [blame] | 4774 | if (status != 0) |
| 4775 | goto out; |
Trond Myklebust | 6bfc93e | 2005-11-04 15:39:36 -0500 | [diff] [blame] | 4776 | /* Is this a delegated lock? */ |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 4777 | lsp = request->fl_u.nfs4_fl.owner; |
Trond Myklebust | c5a2a15 | 2013-04-30 12:43:42 -0400 | [diff] [blame] | 4778 | if (test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags) == 0) |
| 4779 | goto out; |
Trond Myklebust | 8535b2b | 2010-05-13 12:51:01 -0400 | [diff] [blame] | 4780 | seqid = nfs_alloc_seqid(&lsp->ls_seqid, GFP_KERNEL); |
Trond Myklebust | 9b07357 | 2006-06-29 16:38:34 -0400 | [diff] [blame] | 4781 | status = -ENOMEM; |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 4782 | if (seqid == NULL) |
Trond Myklebust | 9b07357 | 2006-06-29 16:38:34 -0400 | [diff] [blame] | 4783 | goto out; |
Trond Myklebust | cd3758e | 2007-08-10 17:44:32 -0400 | [diff] [blame] | 4784 | 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] | 4785 | status = PTR_ERR(task); |
| 4786 | if (IS_ERR(task)) |
Trond Myklebust | 9b07357 | 2006-06-29 16:38:34 -0400 | [diff] [blame] | 4787 | goto out; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4788 | status = nfs4_wait_for_completion_rpc_task(task); |
Trond Myklebust | e6b3c4d | 2006-11-11 22:18:03 -0500 | [diff] [blame] | 4789 | rpc_put_task(task); |
Trond Myklebust | 9b07357 | 2006-06-29 16:38:34 -0400 | [diff] [blame] | 4790 | out: |
Trond Myklebust | 536ff0f | 2008-04-04 15:08:02 -0400 | [diff] [blame] | 4791 | request->fl_flags = fl_flags; |
Trond Myklebust | faf5f49 | 2005-10-18 14:20:15 -0700 | [diff] [blame] | 4792 | return status; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4793 | } |
| 4794 | |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4795 | struct nfs4_lockdata { |
| 4796 | struct nfs_lock_args arg; |
Trond Myklebust | 911d1aa | 2006-01-03 09:55:16 +0100 | [diff] [blame] | 4797 | struct nfs_lock_res res; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4798 | struct nfs4_lock_state *lsp; |
| 4799 | struct nfs_open_context *ctx; |
| 4800 | struct file_lock fl; |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 4801 | unsigned long timestamp; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4802 | int rpc_status; |
| 4803 | int cancelled; |
Andy Adamson | 66179ef | 2009-04-01 09:22:22 -0400 | [diff] [blame] | 4804 | struct nfs_server *server; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4805 | }; |
| 4806 | |
| 4807 | static struct nfs4_lockdata *nfs4_alloc_lockdata(struct file_lock *fl, |
Trond Myklebust | 8535b2b | 2010-05-13 12:51:01 -0400 | [diff] [blame] | 4808 | struct nfs_open_context *ctx, struct nfs4_lock_state *lsp, |
| 4809 | gfp_t gfp_mask) |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4810 | { |
| 4811 | struct nfs4_lockdata *p; |
| 4812 | struct inode *inode = lsp->ls_state->inode; |
| 4813 | struct nfs_server *server = NFS_SERVER(inode); |
| 4814 | |
Trond Myklebust | 8535b2b | 2010-05-13 12:51:01 -0400 | [diff] [blame] | 4815 | p = kzalloc(sizeof(*p), gfp_mask); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4816 | if (p == NULL) |
| 4817 | return NULL; |
| 4818 | |
| 4819 | p->arg.fh = NFS_FH(inode); |
| 4820 | p->arg.fl = &p->fl; |
Trond Myklebust | 8535b2b | 2010-05-13 12:51:01 -0400 | [diff] [blame] | 4821 | 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] | 4822 | if (p->arg.open_seqid == NULL) |
| 4823 | goto out_free; |
Trond Myklebust | 8535b2b | 2010-05-13 12:51:01 -0400 | [diff] [blame] | 4824 | p->arg.lock_seqid = nfs_alloc_seqid(&lsp->ls_seqid, gfp_mask); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4825 | if (p->arg.lock_seqid == NULL) |
Trond Myklebust | 2f74c0a | 2008-01-08 17:56:07 -0500 | [diff] [blame] | 4826 | goto out_free_seqid; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4827 | p->arg.lock_stateid = &lsp->ls_stateid; |
David Howells | 7539bba | 2006-08-22 20:06:09 -0400 | [diff] [blame] | 4828 | p->arg.lock_owner.clientid = server->nfs_client->cl_clientid; |
Trond Myklebust | 48c22eb | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 4829 | p->arg.lock_owner.id = lsp->ls_seqid.owner_id; |
Trond Myklebust | d035c36 | 2010-12-21 10:45:27 -0500 | [diff] [blame] | 4830 | p->arg.lock_owner.s_dev = server->s_dev; |
Trond Myklebust | c1d5193 | 2008-04-07 13:20:54 -0400 | [diff] [blame] | 4831 | p->res.lock_seqid = p->arg.lock_seqid; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4832 | p->lsp = lsp; |
Andy Adamson | 66179ef | 2009-04-01 09:22:22 -0400 | [diff] [blame] | 4833 | p->server = server; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4834 | atomic_inc(&lsp->ls_count); |
| 4835 | p->ctx = get_nfs_open_context(ctx); |
| 4836 | memcpy(&p->fl, fl, sizeof(p->fl)); |
| 4837 | return p; |
Trond Myklebust | 2f74c0a | 2008-01-08 17:56:07 -0500 | [diff] [blame] | 4838 | out_free_seqid: |
| 4839 | nfs_free_seqid(p->arg.open_seqid); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4840 | out_free: |
| 4841 | kfree(p); |
| 4842 | return NULL; |
| 4843 | } |
| 4844 | |
| 4845 | static void nfs4_lock_prepare(struct rpc_task *task, void *calldata) |
| 4846 | { |
| 4847 | struct nfs4_lockdata *data = calldata; |
| 4848 | struct nfs4_state *state = data->lsp->ls_state; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4849 | |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 4850 | dprintk("%s: begin!\n", __func__); |
Trond Myklebust | 2f74c0a | 2008-01-08 17:56:07 -0500 | [diff] [blame] | 4851 | if (nfs_wait_on_sequence(data->arg.lock_seqid, task) != 0) |
Trond Myklebust | c8da19b | 2013-02-11 19:01:21 -0500 | [diff] [blame] | 4852 | goto out_wait; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4853 | /* Do we need to do an open_to_lock_owner? */ |
| 4854 | if (!(data->arg.lock_seqid->sequence->flags & NFS_SEQID_CONFIRMED)) { |
Trond Myklebust | 8fe72ba | 2012-10-29 19:02:20 -0400 | [diff] [blame] | 4855 | if (nfs_wait_on_sequence(data->arg.open_seqid, task) != 0) { |
Trond Myklebust | 2240a9e | 2012-10-29 18:37:40 -0400 | [diff] [blame] | 4856 | goto out_release_lock_seqid; |
Trond Myklebust | 8fe72ba | 2012-10-29 19:02:20 -0400 | [diff] [blame] | 4857 | } |
Trond Myklebust | 8e472f3 | 2013-04-20 01:30:53 -0400 | [diff] [blame] | 4858 | data->arg.open_stateid = &state->open_stateid; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4859 | data->arg.new_lock_owner = 1; |
Trond Myklebust | c1d5193 | 2008-04-07 13:20:54 -0400 | [diff] [blame] | 4860 | data->res.open_seqid = data->arg.open_seqid; |
Trond Myklebust | 2f74c0a | 2008-01-08 17:56:07 -0500 | [diff] [blame] | 4861 | } else |
| 4862 | data->arg.new_lock_owner = 0; |
Trond Myklebust | 5d42230 | 2013-03-14 16:57:48 -0400 | [diff] [blame] | 4863 | if (!nfs4_valid_open_stateid(state)) { |
| 4864 | data->rpc_status = -EBADF; |
| 4865 | task->tk_action = NULL; |
| 4866 | goto out_release_open_seqid; |
| 4867 | } |
Trond Myklebust | 26e976a | 2006-01-03 09:55:21 +0100 | [diff] [blame] | 4868 | data->timestamp = jiffies; |
Trond Myklebust | 035168a | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 4869 | if (nfs4_setup_sequence(data->server, |
| 4870 | &data->arg.seq_args, |
Trond Myklebust | 2240a9e | 2012-10-29 18:37:40 -0400 | [diff] [blame] | 4871 | &data->res.seq_res, |
Trond Myklebust | d9afbd1 | 2012-10-22 20:28:44 -0400 | [diff] [blame] | 4872 | task) == 0) |
Andy Adamson | 66179ef | 2009-04-01 09:22:22 -0400 | [diff] [blame] | 4873 | return; |
Trond Myklebust | 5d42230 | 2013-03-14 16:57:48 -0400 | [diff] [blame] | 4874 | out_release_open_seqid: |
Trond Myklebust | 2240a9e | 2012-10-29 18:37:40 -0400 | [diff] [blame] | 4875 | nfs_release_seqid(data->arg.open_seqid); |
| 4876 | out_release_lock_seqid: |
| 4877 | nfs_release_seqid(data->arg.lock_seqid); |
Trond Myklebust | c8da19b | 2013-02-11 19:01:21 -0500 | [diff] [blame] | 4878 | out_wait: |
| 4879 | nfs4_sequence_done(task, &data->res.seq_res); |
Trond Myklebust | 8fe72ba | 2012-10-29 19:02:20 -0400 | [diff] [blame] | 4880 | dprintk("%s: done!, ret = %d\n", __func__, data->rpc_status); |
Alexandros Batsakis | b257957 | 2009-12-14 21:27:57 -0800 | [diff] [blame] | 4881 | } |
| 4882 | |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4883 | static void nfs4_lock_done(struct rpc_task *task, void *calldata) |
| 4884 | { |
| 4885 | struct nfs4_lockdata *data = calldata; |
| 4886 | |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 4887 | dprintk("%s: begin!\n", __func__); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4888 | |
Trond Myklebust | 14516c3 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 4889 | if (!nfs4_sequence_done(task, &data->res.seq_res)) |
| 4890 | return; |
Andy Adamson | 66179ef | 2009-04-01 09:22:22 -0400 | [diff] [blame] | 4891 | |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4892 | data->rpc_status = task->tk_status; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4893 | if (data->arg.new_lock_owner != 0) { |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4894 | if (data->rpc_status == 0) |
| 4895 | nfs_confirm_seqid(&data->lsp->ls_seqid, 0); |
| 4896 | else |
| 4897 | goto out; |
| 4898 | } |
| 4899 | if (data->rpc_status == 0) { |
Trond Myklebust | f597c53 | 2012-03-04 18:13:56 -0500 | [diff] [blame] | 4900 | nfs4_stateid_copy(&data->lsp->ls_stateid, &data->res.stateid); |
Trond Myklebust | 795a88c | 2012-09-10 13:26:49 -0400 | [diff] [blame] | 4901 | set_bit(NFS_LOCK_INITIALIZED, &data->lsp->ls_flags); |
Al Viro | 3d4ff43 | 2011-06-22 18:40:12 -0400 | [diff] [blame] | 4902 | renew_lease(NFS_SERVER(data->ctx->dentry->d_inode), data->timestamp); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4903 | } |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4904 | out: |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 4905 | dprintk("%s: done, ret = %d!\n", __func__, data->rpc_status); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4906 | } |
| 4907 | |
| 4908 | static void nfs4_lock_release(void *calldata) |
| 4909 | { |
| 4910 | struct nfs4_lockdata *data = calldata; |
| 4911 | |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 4912 | dprintk("%s: begin!\n", __func__); |
Trond Myklebust | 2f74c0a | 2008-01-08 17:56:07 -0500 | [diff] [blame] | 4913 | nfs_free_seqid(data->arg.open_seqid); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4914 | if (data->cancelled != 0) { |
| 4915 | struct rpc_task *task; |
| 4916 | task = nfs4_do_unlck(&data->fl, data->ctx, data->lsp, |
| 4917 | data->arg.lock_seqid); |
| 4918 | if (!IS_ERR(task)) |
Trond Myklebust | bf294b4 | 2011-02-21 11:05:41 -0800 | [diff] [blame] | 4919 | rpc_put_task_async(task); |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 4920 | dprintk("%s: cancelling lock!\n", __func__); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4921 | } else |
| 4922 | nfs_free_seqid(data->arg.lock_seqid); |
| 4923 | nfs4_put_lock_state(data->lsp); |
| 4924 | put_nfs_open_context(data->ctx); |
| 4925 | kfree(data); |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 4926 | dprintk("%s: done!\n", __func__); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4927 | } |
| 4928 | |
| 4929 | static const struct rpc_call_ops nfs4_lock_ops = { |
| 4930 | .rpc_call_prepare = nfs4_lock_prepare, |
| 4931 | .rpc_call_done = nfs4_lock_done, |
| 4932 | .rpc_release = nfs4_lock_release, |
| 4933 | }; |
| 4934 | |
Trond Myklebust | 2bee72a | 2010-01-26 15:42:21 -0500 | [diff] [blame] | 4935 | static void nfs4_handle_setlk_error(struct nfs_server *server, struct nfs4_lock_state *lsp, int new_lock_owner, int error) |
| 4936 | { |
Trond Myklebust | 2bee72a | 2010-01-26 15:42:21 -0500 | [diff] [blame] | 4937 | switch (error) { |
| 4938 | case -NFS4ERR_ADMIN_REVOKED: |
| 4939 | case -NFS4ERR_BAD_STATEID: |
Trond Myklebust | ecac799 | 2011-03-09 16:00:56 -0500 | [diff] [blame] | 4940 | lsp->ls_seqid.flags &= ~NFS_SEQID_CONFIRMED; |
Trond Myklebust | 2bee72a | 2010-01-26 15:42:21 -0500 | [diff] [blame] | 4941 | if (new_lock_owner != 0 || |
Trond Myklebust | 795a88c | 2012-09-10 13:26:49 -0400 | [diff] [blame] | 4942 | test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags) != 0) |
Trond Myklebust | ecac799 | 2011-03-09 16:00:56 -0500 | [diff] [blame] | 4943 | nfs4_schedule_stateid_recovery(server, lsp->ls_state); |
Trond Myklebust | a2c0b9e | 2010-01-26 15:42:47 -0500 | [diff] [blame] | 4944 | break; |
| 4945 | case -NFS4ERR_STALE_STATEID: |
Trond Myklebust | a2c0b9e | 2010-01-26 15:42:47 -0500 | [diff] [blame] | 4946 | lsp->ls_seqid.flags &= ~NFS_SEQID_CONFIRMED; |
Trond Myklebust | ecac799 | 2011-03-09 16:00:56 -0500 | [diff] [blame] | 4947 | case -NFS4ERR_EXPIRED: |
| 4948 | nfs4_schedule_lease_recovery(server->nfs_client); |
Trond Myklebust | 2bee72a | 2010-01-26 15:42:21 -0500 | [diff] [blame] | 4949 | }; |
| 4950 | } |
| 4951 | |
Alexandros Batsakis | afe6c27 | 2009-12-09 01:50:14 -0800 | [diff] [blame] | 4952 | 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] | 4953 | { |
| 4954 | struct nfs4_lockdata *data; |
| 4955 | struct rpc_task *task; |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 4956 | struct rpc_message msg = { |
| 4957 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LOCK], |
| 4958 | .rpc_cred = state->owner->so_cred, |
| 4959 | }; |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 4960 | struct rpc_task_setup task_setup_data = { |
| 4961 | .rpc_client = NFS_CLIENT(state->inode), |
Trond Myklebust | 5138fde | 2007-07-14 15:40:01 -0400 | [diff] [blame] | 4962 | .rpc_message = &msg, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 4963 | .callback_ops = &nfs4_lock_ops, |
Trond Myklebust | 101070c | 2008-02-19 20:04:23 -0500 | [diff] [blame] | 4964 | .workqueue = nfsiod_workqueue, |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 4965 | .flags = RPC_TASK_ASYNC, |
| 4966 | }; |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4967 | int ret; |
| 4968 | |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 4969 | dprintk("%s: begin!\n", __func__); |
Trond Myklebust | cd3758e | 2007-08-10 17:44:32 -0400 | [diff] [blame] | 4970 | data = nfs4_alloc_lockdata(fl, nfs_file_open_context(fl->fl_file), |
Trond Myklebust | 8535b2b | 2010-05-13 12:51:01 -0400 | [diff] [blame] | 4971 | fl->fl_u.nfs4_fl.owner, |
| 4972 | recovery_type == NFS_LOCK_NEW ? GFP_KERNEL : GFP_NOFS); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4973 | if (data == NULL) |
| 4974 | return -ENOMEM; |
| 4975 | if (IS_SETLKW(cmd)) |
| 4976 | data->arg.block = 1; |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 4977 | nfs41_init_sequence(&data->arg.seq_args, &data->res.seq_res, 1); |
Trond Myklebust | 1174dd1 | 2010-12-21 10:52:24 -0500 | [diff] [blame] | 4978 | msg.rpc_argp = &data->arg; |
| 4979 | msg.rpc_resp = &data->res; |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 4980 | task_setup_data.callback_data = data; |
Trond Myklebust | 8fe72ba | 2012-10-29 19:02:20 -0400 | [diff] [blame] | 4981 | if (recovery_type > NFS_LOCK_NEW) { |
| 4982 | if (recovery_type == NFS_LOCK_RECLAIM) |
| 4983 | data->arg.reclaim = NFS_LOCK_RECLAIM; |
| 4984 | nfs4_set_sequence_privileged(&data->arg.seq_args); |
| 4985 | } |
Trond Myklebust | c970aa8 | 2007-07-14 15:39:59 -0400 | [diff] [blame] | 4986 | task = rpc_run_task(&task_setup_data); |
Trond Myklebust | 7a1218a | 2006-03-20 18:11:10 -0500 | [diff] [blame] | 4987 | if (IS_ERR(task)) |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4988 | return PTR_ERR(task); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4989 | ret = nfs4_wait_for_completion_rpc_task(task); |
| 4990 | if (ret == 0) { |
| 4991 | ret = data->rpc_status; |
Trond Myklebust | 2bee72a | 2010-01-26 15:42:21 -0500 | [diff] [blame] | 4992 | if (ret) |
| 4993 | nfs4_handle_setlk_error(data->server, data->lsp, |
| 4994 | data->arg.new_lock_owner, ret); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4995 | } else |
| 4996 | data->cancelled = 1; |
Trond Myklebust | e6b3c4d | 2006-11-11 22:18:03 -0500 | [diff] [blame] | 4997 | rpc_put_task(task); |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 4998 | dprintk("%s: done, ret = %d!\n", __func__, ret); |
Trond Myklebust | a5d16a4 | 2006-01-03 09:55:17 +0100 | [diff] [blame] | 4999 | return ret; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5000 | } |
| 5001 | |
| 5002 | static int nfs4_lock_reclaim(struct nfs4_state *state, struct file_lock *request) |
| 5003 | { |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 5004 | struct nfs_server *server = NFS_SERVER(state->inode); |
Trond Myklebust | 05ffe24 | 2012-04-18 12:20:10 -0400 | [diff] [blame] | 5005 | struct nfs4_exception exception = { |
| 5006 | .inode = state->inode, |
| 5007 | }; |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 5008 | int err; |
| 5009 | |
| 5010 | do { |
Trond Myklebust | 42a2d13 | 2006-06-29 16:38:36 -0400 | [diff] [blame] | 5011 | /* Cache the lock if possible... */ |
| 5012 | if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0) |
| 5013 | return 0; |
Alexandros Batsakis | afe6c27 | 2009-12-09 01:50:14 -0800 | [diff] [blame] | 5014 | err = _nfs4_do_setlk(state, F_SETLK, request, NFS_LOCK_RECLAIM); |
Trond Myklebust | 168667c | 2010-10-19 19:47:49 -0400 | [diff] [blame] | 5015 | if (err != -NFS4ERR_DELAY) |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 5016 | break; |
| 5017 | nfs4_handle_exception(server, err, &exception); |
| 5018 | } while (exception.retry); |
| 5019 | return err; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5020 | } |
| 5021 | |
| 5022 | static int nfs4_lock_expired(struct nfs4_state *state, struct file_lock *request) |
| 5023 | { |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 5024 | struct nfs_server *server = NFS_SERVER(state->inode); |
Trond Myklebust | 05ffe24 | 2012-04-18 12:20:10 -0400 | [diff] [blame] | 5025 | struct nfs4_exception exception = { |
| 5026 | .inode = state->inode, |
| 5027 | }; |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 5028 | int err; |
| 5029 | |
Trond Myklebust | 6bfc93e | 2005-11-04 15:39:36 -0500 | [diff] [blame] | 5030 | err = nfs4_set_lock_state(state, request); |
| 5031 | if (err != 0) |
| 5032 | return err; |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 5033 | do { |
Trond Myklebust | 42a2d13 | 2006-06-29 16:38:36 -0400 | [diff] [blame] | 5034 | if (test_bit(NFS_DELEGATED_STATE, &state->flags) != 0) |
| 5035 | return 0; |
Alexandros Batsakis | afe6c27 | 2009-12-09 01:50:14 -0800 | [diff] [blame] | 5036 | err = _nfs4_do_setlk(state, F_SETLK, request, NFS_LOCK_EXPIRED); |
Trond Myklebust | a9ed2e2 | 2009-12-03 15:53:21 -0500 | [diff] [blame] | 5037 | switch (err) { |
| 5038 | default: |
| 5039 | goto out; |
| 5040 | case -NFS4ERR_GRACE: |
| 5041 | case -NFS4ERR_DELAY: |
| 5042 | nfs4_handle_exception(server, err, &exception); |
| 5043 | err = 0; |
| 5044 | } |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 5045 | } while (exception.retry); |
Trond Myklebust | a9ed2e2 | 2009-12-03 15:53:21 -0500 | [diff] [blame] | 5046 | out: |
Trond Myklebust | 202b50d | 2005-06-22 17:16:29 +0000 | [diff] [blame] | 5047 | return err; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5048 | } |
| 5049 | |
Bryan Schumaker | f062eb6 | 2011-06-02 14:59:10 -0400 | [diff] [blame] | 5050 | #if defined(CONFIG_NFS_V4_1) |
Chuck Lever | 3e60ffd | 2012-07-11 16:30:14 -0400 | [diff] [blame] | 5051 | /** |
| 5052 | * nfs41_check_expired_locks - possibly free a lock stateid |
| 5053 | * |
| 5054 | * @state: NFSv4 state for an inode |
| 5055 | * |
| 5056 | * Returns NFS_OK if recovery for this stateid is now finished. |
| 5057 | * Otherwise a negative NFS4ERR value is returned. |
| 5058 | */ |
Bryan Schumaker | b01dd1d | 2012-01-31 10:39:30 -0500 | [diff] [blame] | 5059 | static int nfs41_check_expired_locks(struct nfs4_state *state) |
Bryan Schumaker | f062eb6 | 2011-06-02 14:59:10 -0400 | [diff] [blame] | 5060 | { |
Chuck Lever | eb64cf9 | 2012-07-11 16:30:05 -0400 | [diff] [blame] | 5061 | int status, ret = -NFS4ERR_BAD_STATEID; |
Bryan Schumaker | b01dd1d | 2012-01-31 10:39:30 -0500 | [diff] [blame] | 5062 | struct nfs4_lock_state *lsp; |
Bryan Schumaker | f062eb6 | 2011-06-02 14:59:10 -0400 | [diff] [blame] | 5063 | struct nfs_server *server = NFS_SERVER(state->inode); |
| 5064 | |
Bryan Schumaker | b01dd1d | 2012-01-31 10:39:30 -0500 | [diff] [blame] | 5065 | list_for_each_entry(lsp, &state->lock_states, ls_locks) { |
Trond Myklebust | 795a88c | 2012-09-10 13:26:49 -0400 | [diff] [blame] | 5066 | if (test_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags)) { |
Trond Myklebust | ab7cb0d | 2013-05-20 11:20:27 -0400 | [diff] [blame] | 5067 | struct rpc_cred *cred = lsp->ls_state->owner->so_cred; |
| 5068 | |
| 5069 | status = nfs41_test_stateid(server, |
| 5070 | &lsp->ls_stateid, |
| 5071 | cred); |
Bryan Schumaker | b01dd1d | 2012-01-31 10:39:30 -0500 | [diff] [blame] | 5072 | if (status != NFS_OK) { |
Chuck Lever | 3e60ffd | 2012-07-11 16:30:14 -0400 | [diff] [blame] | 5073 | /* Free the stateid unless the server |
| 5074 | * informs us the stateid is unrecognized. */ |
Chuck Lever | 89af273 | 2012-07-11 16:29:56 -0400 | [diff] [blame] | 5075 | if (status != -NFS4ERR_BAD_STATEID) |
| 5076 | nfs41_free_stateid(server, |
Trond Myklebust | ab7cb0d | 2013-05-20 11:20:27 -0400 | [diff] [blame] | 5077 | &lsp->ls_stateid, |
| 5078 | cred); |
Trond Myklebust | 795a88c | 2012-09-10 13:26:49 -0400 | [diff] [blame] | 5079 | clear_bit(NFS_LOCK_INITIALIZED, &lsp->ls_flags); |
Bryan Schumaker | b01dd1d | 2012-01-31 10:39:30 -0500 | [diff] [blame] | 5080 | ret = status; |
| 5081 | } |
| 5082 | } |
| 5083 | }; |
| 5084 | |
| 5085 | return ret; |
| 5086 | } |
| 5087 | |
| 5088 | static int nfs41_lock_expired(struct nfs4_state *state, struct file_lock *request) |
| 5089 | { |
| 5090 | int status = NFS_OK; |
| 5091 | |
| 5092 | if (test_bit(LK_STATE_IN_USE, &state->flags)) |
| 5093 | status = nfs41_check_expired_locks(state); |
Chuck Lever | eb64cf9 | 2012-07-11 16:30:05 -0400 | [diff] [blame] | 5094 | if (status != NFS_OK) |
| 5095 | status = nfs4_lock_expired(state, request); |
| 5096 | return status; |
Bryan Schumaker | f062eb6 | 2011-06-02 14:59:10 -0400 | [diff] [blame] | 5097 | } |
| 5098 | #endif |
| 5099 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5100 | static int _nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request) |
| 5101 | { |
Trond Myklebust | 9a99af49 | 2013-02-04 20:17:49 -0500 | [diff] [blame] | 5102 | struct nfs4_state_owner *sp = state->owner; |
Trond Myklebust | 19e03c5 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 5103 | struct nfs_inode *nfsi = NFS_I(state->inode); |
Trond Myklebust | 01c3b86 | 2006-06-29 16:38:39 -0400 | [diff] [blame] | 5104 | unsigned char fl_flags = request->fl_flags; |
Trond Myklebust | 9a99af49 | 2013-02-04 20:17:49 -0500 | [diff] [blame] | 5105 | unsigned int seq; |
Trond Myklebust | 8e469eb | 2010-01-26 15:42:30 -0500 | [diff] [blame] | 5106 | int status = -ENOLCK; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5107 | |
Trond Myklebust | 8e469eb | 2010-01-26 15:42:30 -0500 | [diff] [blame] | 5108 | if ((fl_flags & FL_POSIX) && |
| 5109 | !test_bit(NFS_STATE_POSIX_LOCKS, &state->flags)) |
| 5110 | goto out; |
Trond Myklebust | 6bfc93e | 2005-11-04 15:39:36 -0500 | [diff] [blame] | 5111 | /* Is this a delegated open? */ |
Trond Myklebust | 6bfc93e | 2005-11-04 15:39:36 -0500 | [diff] [blame] | 5112 | status = nfs4_set_lock_state(state, request); |
| 5113 | if (status != 0) |
| 5114 | goto out; |
Trond Myklebust | 01c3b86 | 2006-06-29 16:38:39 -0400 | [diff] [blame] | 5115 | request->fl_flags |= FL_ACCESS; |
| 5116 | status = do_vfs_lock(request->fl_file, request); |
| 5117 | if (status < 0) |
| 5118 | goto out; |
Trond Myklebust | 19e03c5 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 5119 | down_read(&nfsi->rwsem); |
Trond Myklebust | 01c3b86 | 2006-06-29 16:38:39 -0400 | [diff] [blame] | 5120 | if (test_bit(NFS_DELEGATED_STATE, &state->flags)) { |
Trond Myklebust | 01c3b86 | 2006-06-29 16:38:39 -0400 | [diff] [blame] | 5121 | /* Yes: cache locks! */ |
Trond Myklebust | 01c3b86 | 2006-06-29 16:38:39 -0400 | [diff] [blame] | 5122 | /* ...but avoid races with delegation recall... */ |
Trond Myklebust | 19e03c5 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 5123 | request->fl_flags = fl_flags & ~FL_SLEEP; |
| 5124 | status = do_vfs_lock(request->fl_file, request); |
| 5125 | goto out_unlock; |
Trond Myklebust | 01c3b86 | 2006-06-29 16:38:39 -0400 | [diff] [blame] | 5126 | } |
Trond Myklebust | 9a99af49 | 2013-02-04 20:17:49 -0500 | [diff] [blame] | 5127 | seq = raw_seqcount_begin(&sp->so_reclaim_seqcount); |
| 5128 | up_read(&nfsi->rwsem); |
Alexandros Batsakis | afe6c27 | 2009-12-09 01:50:14 -0800 | [diff] [blame] | 5129 | status = _nfs4_do_setlk(state, cmd, request, NFS_LOCK_NEW); |
Trond Myklebust | 6bfc93e | 2005-11-04 15:39:36 -0500 | [diff] [blame] | 5130 | if (status != 0) |
Trond Myklebust | 9a99af49 | 2013-02-04 20:17:49 -0500 | [diff] [blame] | 5131 | goto out; |
| 5132 | down_read(&nfsi->rwsem); |
| 5133 | if (read_seqcount_retry(&sp->so_reclaim_seqcount, seq)) { |
| 5134 | status = -NFS4ERR_DELAY; |
Trond Myklebust | 01c3b86 | 2006-06-29 16:38:39 -0400 | [diff] [blame] | 5135 | goto out_unlock; |
Trond Myklebust | 9a99af49 | 2013-02-04 20:17:49 -0500 | [diff] [blame] | 5136 | } |
Trond Myklebust | 6bfc93e | 2005-11-04 15:39:36 -0500 | [diff] [blame] | 5137 | /* Note: we always want to sleep here! */ |
Trond Myklebust | 01c3b86 | 2006-06-29 16:38:39 -0400 | [diff] [blame] | 5138 | request->fl_flags = fl_flags | FL_SLEEP; |
Trond Myklebust | 6bfc93e | 2005-11-04 15:39:36 -0500 | [diff] [blame] | 5139 | if (do_vfs_lock(request->fl_file, request) < 0) |
Weston Andros Adamson | a030889 | 2012-01-26 13:32:23 -0500 | [diff] [blame] | 5140 | printk(KERN_WARNING "NFS: %s: VFS is out of sync with lock " |
| 5141 | "manager!\n", __func__); |
Trond Myklebust | 01c3b86 | 2006-06-29 16:38:39 -0400 | [diff] [blame] | 5142 | out_unlock: |
Trond Myklebust | 19e03c5 | 2008-12-23 15:21:44 -0500 | [diff] [blame] | 5143 | up_read(&nfsi->rwsem); |
Trond Myklebust | 01c3b86 | 2006-06-29 16:38:39 -0400 | [diff] [blame] | 5144 | out: |
| 5145 | request->fl_flags = fl_flags; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5146 | return status; |
| 5147 | } |
| 5148 | |
| 5149 | static int nfs4_proc_setlk(struct nfs4_state *state, int cmd, struct file_lock *request) |
| 5150 | { |
Trond Myklebust | a1d0b5e | 2012-03-05 19:56:44 -0500 | [diff] [blame] | 5151 | struct nfs4_exception exception = { |
| 5152 | .state = state, |
Trond Myklebust | 05ffe24 | 2012-04-18 12:20:10 -0400 | [diff] [blame] | 5153 | .inode = state->inode, |
Trond Myklebust | a1d0b5e | 2012-03-05 19:56:44 -0500 | [diff] [blame] | 5154 | }; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5155 | int err; |
| 5156 | |
| 5157 | do { |
Trond Myklebust | 965b5d6 | 2009-06-17 13:22:59 -0700 | [diff] [blame] | 5158 | err = _nfs4_proc_setlk(state, cmd, request); |
| 5159 | if (err == -NFS4ERR_DENIED) |
| 5160 | err = -EAGAIN; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5161 | err = nfs4_handle_exception(NFS_SERVER(state->inode), |
Trond Myklebust | 965b5d6 | 2009-06-17 13:22:59 -0700 | [diff] [blame] | 5162 | err, &exception); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5163 | } while (exception.retry); |
| 5164 | return err; |
| 5165 | } |
| 5166 | |
| 5167 | static int |
| 5168 | nfs4_proc_lock(struct file *filp, int cmd, struct file_lock *request) |
| 5169 | { |
| 5170 | struct nfs_open_context *ctx; |
| 5171 | struct nfs4_state *state; |
| 5172 | unsigned long timeout = NFS4_LOCK_MINTIMEOUT; |
| 5173 | int status; |
| 5174 | |
| 5175 | /* verify open state */ |
Trond Myklebust | cd3758e | 2007-08-10 17:44:32 -0400 | [diff] [blame] | 5176 | ctx = nfs_file_open_context(filp); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5177 | state = ctx->state; |
| 5178 | |
| 5179 | if (request->fl_start < 0 || request->fl_end < 0) |
| 5180 | return -EINVAL; |
| 5181 | |
Trond Myklebust | d953126 | 2009-07-21 19:22:38 -0400 | [diff] [blame] | 5182 | if (IS_GETLK(cmd)) { |
| 5183 | if (state != NULL) |
| 5184 | return nfs4_proc_getlk(state, F_GETLK, request); |
| 5185 | return 0; |
| 5186 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5187 | |
| 5188 | if (!(IS_SETLK(cmd) || IS_SETLKW(cmd))) |
| 5189 | return -EINVAL; |
| 5190 | |
Trond Myklebust | d953126 | 2009-07-21 19:22:38 -0400 | [diff] [blame] | 5191 | if (request->fl_type == F_UNLCK) { |
| 5192 | if (state != NULL) |
| 5193 | return nfs4_proc_unlck(state, cmd, request); |
| 5194 | return 0; |
| 5195 | } |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5196 | |
Trond Myklebust | d953126 | 2009-07-21 19:22:38 -0400 | [diff] [blame] | 5197 | if (state == NULL) |
| 5198 | return -ENOLCK; |
Trond Myklebust | 5572551 | 2012-04-18 12:48:35 -0400 | [diff] [blame] | 5199 | /* |
| 5200 | * Don't rely on the VFS having checked the file open mode, |
| 5201 | * since it won't do this for flock() locks. |
| 5202 | */ |
Jeff Layton | f44106e | 2012-07-23 15:49:56 -0400 | [diff] [blame] | 5203 | switch (request->fl_type) { |
Trond Myklebust | 5572551 | 2012-04-18 12:48:35 -0400 | [diff] [blame] | 5204 | case F_RDLCK: |
| 5205 | if (!(filp->f_mode & FMODE_READ)) |
| 5206 | return -EBADF; |
| 5207 | break; |
| 5208 | case F_WRLCK: |
| 5209 | if (!(filp->f_mode & FMODE_WRITE)) |
| 5210 | return -EBADF; |
| 5211 | } |
| 5212 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5213 | do { |
| 5214 | status = nfs4_proc_setlk(state, cmd, request); |
| 5215 | if ((status != -EAGAIN) || IS_SETLK(cmd)) |
| 5216 | break; |
| 5217 | timeout = nfs4_set_lock_task_retry(timeout); |
| 5218 | status = -ERESTARTSYS; |
| 5219 | if (signalled()) |
| 5220 | break; |
| 5221 | } while(status < 0); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 5222 | return status; |
| 5223 | } |
| 5224 | |
Trond Myklebust | db4f2e63 | 2013-04-01 15:56:46 -0400 | [diff] [blame] | 5225 | int nfs4_lock_delegation_recall(struct file_lock *fl, struct nfs4_state *state, const nfs4_stateid *stateid) |
Trond Myklebust | 888e694 | 2005-11-04 15:38:11 -0500 | [diff] [blame] | 5226 | { |
| 5227 | struct nfs_server *server = NFS_SERVER(state->inode); |
Trond Myklebust | 888e694 | 2005-11-04 15:38:11 -0500 | [diff] [blame] | 5228 | int err; |
| 5229 | |
| 5230 | err = nfs4_set_lock_state(state, fl); |
| 5231 | if (err != 0) |
Trond Myklebust | db4f2e63 | 2013-04-01 15:56:46 -0400 | [diff] [blame] | 5232 | return err; |
Trond Myklebust | 4a706fa | 2013-04-01 14:47:22 -0400 | [diff] [blame] | 5233 | err = _nfs4_do_setlk(state, F_SETLK, fl, NFS_LOCK_NEW); |
Trond Myklebust | db4f2e63 | 2013-04-01 15:56:46 -0400 | [diff] [blame] | 5234 | return nfs4_handle_delegation_recall_error(server, state, stateid, err); |
Trond Myklebust | 888e694 | 2005-11-04 15:38:11 -0500 | [diff] [blame] | 5235 | } |
J. Bruce Fields | 6b3b549 | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 5236 | |
Trond Myklebust | cf470c3 | 2012-03-07 13:49:12 -0500 | [diff] [blame] | 5237 | struct nfs_release_lockowner_data { |
| 5238 | struct nfs4_lock_state *lsp; |
Trond Myklebust | 5ae67c4 | 2012-03-19 16:17:18 -0400 | [diff] [blame] | 5239 | struct nfs_server *server; |
Trond Myklebust | cf470c3 | 2012-03-07 13:49:12 -0500 | [diff] [blame] | 5240 | struct nfs_release_lockowner_args args; |
| 5241 | }; |
| 5242 | |
Trond Myklebust | d3c7b7c | 2010-07-01 12:49:01 -0400 | [diff] [blame] | 5243 | static void nfs4_release_lockowner_release(void *calldata) |
| 5244 | { |
Trond Myklebust | cf470c3 | 2012-03-07 13:49:12 -0500 | [diff] [blame] | 5245 | struct nfs_release_lockowner_data *data = calldata; |
Trond Myklebust | 5ae67c4 | 2012-03-19 16:17:18 -0400 | [diff] [blame] | 5246 | nfs4_free_lock_state(data->server, data->lsp); |
Trond Myklebust | d3c7b7c | 2010-07-01 12:49:01 -0400 | [diff] [blame] | 5247 | kfree(calldata); |
| 5248 | } |
| 5249 | |
Trond Myklebust | 1728017 | 2012-03-11 13:11:00 -0400 | [diff] [blame] | 5250 | static const struct rpc_call_ops nfs4_release_lockowner_ops = { |
Trond Myklebust | d3c7b7c | 2010-07-01 12:49:01 -0400 | [diff] [blame] | 5251 | .rpc_release = nfs4_release_lockowner_release, |
| 5252 | }; |
| 5253 | |
Trond Myklebust | c8b2d0b | 2013-05-03 16:22:55 -0400 | [diff] [blame] | 5254 | static int nfs4_release_lockowner(struct nfs_server *server, struct nfs4_lock_state *lsp) |
Trond Myklebust | d3c7b7c | 2010-07-01 12:49:01 -0400 | [diff] [blame] | 5255 | { |
Trond Myklebust | cf470c3 | 2012-03-07 13:49:12 -0500 | [diff] [blame] | 5256 | struct nfs_release_lockowner_data *data; |
Trond Myklebust | d3c7b7c | 2010-07-01 12:49:01 -0400 | [diff] [blame] | 5257 | struct rpc_message msg = { |
| 5258 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RELEASE_LOCKOWNER], |
| 5259 | }; |
| 5260 | |
| 5261 | if (server->nfs_client->cl_mvops->minor_version != 0) |
Trond Myklebust | cf470c3 | 2012-03-07 13:49:12 -0500 | [diff] [blame] | 5262 | return -EINVAL; |
| 5263 | data = kmalloc(sizeof(*data), GFP_NOFS); |
| 5264 | if (!data) |
| 5265 | return -ENOMEM; |
| 5266 | data->lsp = lsp; |
Trond Myklebust | 5ae67c4 | 2012-03-19 16:17:18 -0400 | [diff] [blame] | 5267 | data->server = server; |
Trond Myklebust | cf470c3 | 2012-03-07 13:49:12 -0500 | [diff] [blame] | 5268 | data->args.lock_owner.clientid = server->nfs_client->cl_clientid; |
| 5269 | data->args.lock_owner.id = lsp->ls_seqid.owner_id; |
| 5270 | data->args.lock_owner.s_dev = server->s_dev; |
| 5271 | msg.rpc_argp = &data->args; |
| 5272 | rpc_call_async(server->client, &msg, 0, &nfs4_release_lockowner_ops, data); |
| 5273 | return 0; |
Trond Myklebust | d3c7b7c | 2010-07-01 12:49:01 -0400 | [diff] [blame] | 5274 | } |
| 5275 | |
J. Bruce Fields | aa1870a | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 5276 | #define XATTR_NAME_NFSV4_ACL "system.nfs4_acl" |
| 5277 | |
Aneesh Kumar K.V | 64c2ce8 | 2010-12-09 11:35:25 +0000 | [diff] [blame] | 5278 | static int nfs4_xattr_set_nfs4_acl(struct dentry *dentry, const char *key, |
| 5279 | const void *buf, size_t buflen, |
| 5280 | int flags, int type) |
J. Bruce Fields | 6b3b549 | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 5281 | { |
Aneesh Kumar K.V | 64c2ce8 | 2010-12-09 11:35:25 +0000 | [diff] [blame] | 5282 | if (strcmp(key, "") != 0) |
| 5283 | return -EINVAL; |
J. Bruce Fields | 4b580ee | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 5284 | |
Aneesh Kumar K.V | 64c2ce8 | 2010-12-09 11:35:25 +0000 | [diff] [blame] | 5285 | return nfs4_proc_set_acl(dentry->d_inode, buf, buflen); |
J. Bruce Fields | 6b3b549 | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 5286 | } |
| 5287 | |
Aneesh Kumar K.V | 64c2ce8 | 2010-12-09 11:35:25 +0000 | [diff] [blame] | 5288 | static int nfs4_xattr_get_nfs4_acl(struct dentry *dentry, const char *key, |
| 5289 | void *buf, size_t buflen, int type) |
J. Bruce Fields | 6b3b549 | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 5290 | { |
Aneesh Kumar K.V | 64c2ce8 | 2010-12-09 11:35:25 +0000 | [diff] [blame] | 5291 | if (strcmp(key, "") != 0) |
| 5292 | return -EINVAL; |
J. Bruce Fields | aa1870a | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 5293 | |
Aneesh Kumar K.V | 64c2ce8 | 2010-12-09 11:35:25 +0000 | [diff] [blame] | 5294 | return nfs4_proc_get_acl(dentry->d_inode, buf, buflen); |
J. Bruce Fields | 6b3b549 | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 5295 | } |
| 5296 | |
Aneesh Kumar K.V | 64c2ce8 | 2010-12-09 11:35:25 +0000 | [diff] [blame] | 5297 | static size_t nfs4_xattr_list_nfs4_acl(struct dentry *dentry, char *list, |
| 5298 | size_t list_len, const char *name, |
| 5299 | size_t name_len, int type) |
J. Bruce Fields | 6b3b549 | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 5300 | { |
Aneesh Kumar K.V | 64c2ce8 | 2010-12-09 11:35:25 +0000 | [diff] [blame] | 5301 | size_t len = sizeof(XATTR_NAME_NFSV4_ACL); |
J. Bruce Fields | 6b3b549 | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 5302 | |
J. Bruce Fields | 096455a | 2006-03-20 23:23:42 -0500 | [diff] [blame] | 5303 | if (!nfs4_server_supports_acls(NFS_SERVER(dentry->d_inode))) |
| 5304 | return 0; |
Aneesh Kumar K.V | 64c2ce8 | 2010-12-09 11:35:25 +0000 | [diff] [blame] | 5305 | |
| 5306 | if (list && len <= list_len) |
| 5307 | memcpy(list, XATTR_NAME_NFSV4_ACL, len); |
J. Bruce Fields | aa1870a | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 5308 | return len; |
J. Bruce Fields | 6b3b549 | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 5309 | } |
| 5310 | |
Andy Adamson | 533eb46 | 2011-06-13 18:25:56 -0400 | [diff] [blame] | 5311 | /* |
| 5312 | * nfs_fhget will use either the mounted_on_fileid or the fileid |
| 5313 | */ |
Trond Myklebust | 69aaaae | 2009-03-11 14:10:28 -0400 | [diff] [blame] | 5314 | static void nfs_fixup_referral_attributes(struct nfs_fattr *fattr) |
| 5315 | { |
Andy Adamson | 533eb46 | 2011-06-13 18:25:56 -0400 | [diff] [blame] | 5316 | if (!(((fattr->valid & NFS_ATTR_FATTR_MOUNTED_ON_FILEID) || |
| 5317 | (fattr->valid & NFS_ATTR_FATTR_FILEID)) && |
| 5318 | (fattr->valid & NFS_ATTR_FATTR_FSID) && |
Chuck Lever | 81934dd | 2012-03-01 17:01:57 -0500 | [diff] [blame] | 5319 | (fattr->valid & NFS_ATTR_FATTR_V4_LOCATIONS))) |
Trond Myklebust | 69aaaae | 2009-03-11 14:10:28 -0400 | [diff] [blame] | 5320 | return; |
| 5321 | |
| 5322 | fattr->valid |= NFS_ATTR_FATTR_TYPE | NFS_ATTR_FATTR_MODE | |
Chuck Lever | 81934dd | 2012-03-01 17:01:57 -0500 | [diff] [blame] | 5323 | NFS_ATTR_FATTR_NLINK | NFS_ATTR_FATTR_V4_REFERRAL; |
Trond Myklebust | 69aaaae | 2009-03-11 14:10:28 -0400 | [diff] [blame] | 5324 | fattr->mode = S_IFDIR | S_IRUGO | S_IXUGO; |
| 5325 | fattr->nlink = 2; |
| 5326 | } |
| 5327 | |
Bryan Schumaker | f05d147 | 2012-04-27 13:27:41 -0400 | [diff] [blame] | 5328 | static int _nfs4_proc_fs_locations(struct rpc_clnt *client, struct inode *dir, |
| 5329 | const struct qstr *name, |
| 5330 | struct nfs4_fs_locations *fs_locations, |
| 5331 | struct page *page) |
Trond Myklebust | 683b57b | 2006-06-09 09:34:22 -0400 | [diff] [blame] | 5332 | { |
| 5333 | struct nfs_server *server = NFS_SERVER(dir); |
| 5334 | u32 bitmask[2] = { |
Manoj Naik | 361e624 | 2006-06-09 09:34:24 -0400 | [diff] [blame] | 5335 | [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS, |
Trond Myklebust | 683b57b | 2006-06-09 09:34:22 -0400 | [diff] [blame] | 5336 | }; |
| 5337 | struct nfs4_fs_locations_arg args = { |
| 5338 | .dir_fh = NFS_FH(dir), |
Trond Myklebust | c228fd3 | 2007-01-13 02:28:11 -0500 | [diff] [blame] | 5339 | .name = name, |
Trond Myklebust | 683b57b | 2006-06-09 09:34:22 -0400 | [diff] [blame] | 5340 | .page = page, |
| 5341 | .bitmask = bitmask, |
| 5342 | }; |
Benny Halevy | 2295846 | 2009-04-01 09:22:02 -0400 | [diff] [blame] | 5343 | struct nfs4_fs_locations_res res = { |
| 5344 | .fs_locations = fs_locations, |
| 5345 | }; |
Trond Myklebust | 683b57b | 2006-06-09 09:34:22 -0400 | [diff] [blame] | 5346 | struct rpc_message msg = { |
| 5347 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FS_LOCATIONS], |
| 5348 | .rpc_argp = &args, |
Benny Halevy | 2295846 | 2009-04-01 09:22:02 -0400 | [diff] [blame] | 5349 | .rpc_resp = &res, |
Trond Myklebust | 683b57b | 2006-06-09 09:34:22 -0400 | [diff] [blame] | 5350 | }; |
| 5351 | int status; |
| 5352 | |
Harvey Harrison | 3110ff8 | 2008-05-02 13:42:44 -0700 | [diff] [blame] | 5353 | dprintk("%s: start\n", __func__); |
Andy Adamson | 533eb46 | 2011-06-13 18:25:56 -0400 | [diff] [blame] | 5354 | |
| 5355 | /* Ask for the fileid of the absent filesystem if mounted_on_fileid |
| 5356 | * is not supported */ |
| 5357 | if (NFS_SERVER(dir)->attr_bitmask[1] & FATTR4_WORD1_MOUNTED_ON_FILEID) |
| 5358 | bitmask[1] |= FATTR4_WORD1_MOUNTED_ON_FILEID; |
| 5359 | else |
| 5360 | bitmask[0] |= FATTR4_WORD0_FILEID; |
| 5361 | |
Trond Myklebust | c228fd3 | 2007-01-13 02:28:11 -0500 | [diff] [blame] | 5362 | nfs_fattr_init(&fs_locations->fattr); |
Trond Myklebust | 683b57b | 2006-06-09 09:34:22 -0400 | [diff] [blame] | 5363 | fs_locations->server = server; |
Manoj Naik | 830b8e3 | 2006-06-09 09:34:25 -0400 | [diff] [blame] | 5364 | fs_locations->nlocations = 0; |
Bryan Schumaker | f05d147 | 2012-04-27 13:27:41 -0400 | [diff] [blame] | 5365 | 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] | 5366 | dprintk("%s: returned status = %d\n", __func__, status); |
Trond Myklebust | 683b57b | 2006-06-09 09:34:22 -0400 | [diff] [blame] | 5367 | return status; |
| 5368 | } |
| 5369 | |
Bryan Schumaker | f05d147 | 2012-04-27 13:27:41 -0400 | [diff] [blame] | 5370 | int nfs4_proc_fs_locations(struct rpc_clnt *client, struct inode *dir, |
| 5371 | const struct qstr *name, |
| 5372 | struct nfs4_fs_locations *fs_locations, |
| 5373 | struct page *page) |
Bryan Schumaker | db0a959 | 2012-04-27 13:27:39 -0400 | [diff] [blame] | 5374 | { |
| 5375 | struct nfs4_exception exception = { }; |
| 5376 | int err; |
| 5377 | do { |
| 5378 | err = nfs4_handle_exception(NFS_SERVER(dir), |
Bryan Schumaker | f05d147 | 2012-04-27 13:27:41 -0400 | [diff] [blame] | 5379 | _nfs4_proc_fs_locations(client, dir, name, fs_locations, page), |
Bryan Schumaker | db0a959 | 2012-04-27 13:27:39 -0400 | [diff] [blame] | 5380 | &exception); |
| 5381 | } while (exception.retry); |
| 5382 | return err; |
| 5383 | } |
| 5384 | |
Bryan Schumaker | 5a5ea0d | 2011-03-24 17:12:29 +0000 | [diff] [blame] | 5385 | static int _nfs4_proc_secinfo(struct inode *dir, const struct qstr *name, struct nfs4_secinfo_flavors *flavors) |
| 5386 | { |
| 5387 | int status; |
| 5388 | struct nfs4_secinfo_arg args = { |
| 5389 | .dir_fh = NFS_FH(dir), |
| 5390 | .name = name, |
| 5391 | }; |
| 5392 | struct nfs4_secinfo_res res = { |
| 5393 | .flavors = flavors, |
| 5394 | }; |
| 5395 | struct rpc_message msg = { |
| 5396 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SECINFO], |
| 5397 | .rpc_argp = &args, |
| 5398 | .rpc_resp = &res, |
| 5399 | }; |
| 5400 | |
| 5401 | dprintk("NFS call secinfo %s\n", name->name); |
| 5402 | status = nfs4_call_sync(NFS_SERVER(dir)->client, NFS_SERVER(dir), &msg, &args.seq_args, &res.seq_res, 0); |
| 5403 | dprintk("NFS reply secinfo: %d\n", status); |
| 5404 | return status; |
| 5405 | } |
| 5406 | |
Bryan Schumaker | 72de53e | 2012-04-27 13:27:40 -0400 | [diff] [blame] | 5407 | int nfs4_proc_secinfo(struct inode *dir, const struct qstr *name, |
| 5408 | struct nfs4_secinfo_flavors *flavors) |
Bryan Schumaker | 5a5ea0d | 2011-03-24 17:12:29 +0000 | [diff] [blame] | 5409 | { |
| 5410 | struct nfs4_exception exception = { }; |
| 5411 | int err; |
| 5412 | do { |
| 5413 | err = nfs4_handle_exception(NFS_SERVER(dir), |
| 5414 | _nfs4_proc_secinfo(dir, name, flavors), |
| 5415 | &exception); |
| 5416 | } while (exception.retry); |
| 5417 | return err; |
| 5418 | } |
| 5419 | |
Andy Adamson | 557134a | 2009-04-01 09:21:53 -0400 | [diff] [blame] | 5420 | #ifdef CONFIG_NFS_V4_1 |
Benny Halevy | 99fe60d | 2009-04-01 09:22:29 -0400 | [diff] [blame] | 5421 | /* |
Andy Adamson | 357f54d | 2010-12-14 10:11:57 -0500 | [diff] [blame] | 5422 | * Check the exchange flags returned by the server for invalid flags, having |
| 5423 | * both PNFS and NON_PNFS flags set, and not having one of NON_PNFS, PNFS, or |
| 5424 | * DS flags set. |
| 5425 | */ |
| 5426 | static int nfs4_check_cl_exchange_flags(u32 flags) |
| 5427 | { |
| 5428 | if (flags & ~EXCHGID4_FLAG_MASK_R) |
| 5429 | goto out_inval; |
| 5430 | if ((flags & EXCHGID4_FLAG_USE_PNFS_MDS) && |
| 5431 | (flags & EXCHGID4_FLAG_USE_NON_PNFS)) |
| 5432 | goto out_inval; |
| 5433 | if (!(flags & (EXCHGID4_FLAG_MASK_PNFS))) |
| 5434 | goto out_inval; |
| 5435 | return NFS_OK; |
| 5436 | out_inval: |
| 5437 | return -NFS4ERR_INVAL; |
| 5438 | } |
| 5439 | |
Weston Andros Adamson | 78fe0f4 | 2011-05-31 19:05:47 -0400 | [diff] [blame] | 5440 | static bool |
Chuck Lever | 79d4e1f | 2012-05-21 22:44:31 -0400 | [diff] [blame] | 5441 | nfs41_same_server_scope(struct nfs41_server_scope *a, |
| 5442 | struct nfs41_server_scope *b) |
Weston Andros Adamson | 78fe0f4 | 2011-05-31 19:05:47 -0400 | [diff] [blame] | 5443 | { |
| 5444 | if (a->server_scope_sz == b->server_scope_sz && |
| 5445 | memcmp(a->server_scope, b->server_scope, a->server_scope_sz) == 0) |
| 5446 | return true; |
| 5447 | |
| 5448 | return false; |
| 5449 | } |
| 5450 | |
Andy Adamson | 357f54d | 2010-12-14 10:11:57 -0500 | [diff] [blame] | 5451 | /* |
Weston Andros Adamson | 7c44f1ae | 2012-05-24 13:22:50 -0400 | [diff] [blame] | 5452 | * nfs4_proc_bind_conn_to_session() |
| 5453 | * |
| 5454 | * The 4.1 client currently uses the same TCP connection for the |
| 5455 | * fore and backchannel. |
| 5456 | */ |
Trond Myklebust | 2cf047c | 2012-05-25 17:57:41 -0400 | [diff] [blame] | 5457 | 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] | 5458 | { |
| 5459 | int status; |
| 5460 | struct nfs41_bind_conn_to_session_res res; |
| 5461 | struct rpc_message msg = { |
| 5462 | .rpc_proc = |
| 5463 | &nfs4_procedures[NFSPROC4_CLNT_BIND_CONN_TO_SESSION], |
| 5464 | .rpc_argp = clp, |
| 5465 | .rpc_resp = &res, |
Trond Myklebust | 2cf047c | 2012-05-25 17:57:41 -0400 | [diff] [blame] | 5466 | .rpc_cred = cred, |
Weston Andros Adamson | 7c44f1ae | 2012-05-24 13:22:50 -0400 | [diff] [blame] | 5467 | }; |
| 5468 | |
| 5469 | dprintk("--> %s\n", __func__); |
Weston Andros Adamson | 7c44f1ae | 2012-05-24 13:22:50 -0400 | [diff] [blame] | 5470 | |
| 5471 | res.session = kzalloc(sizeof(struct nfs4_session), GFP_NOFS); |
| 5472 | if (unlikely(res.session == NULL)) { |
| 5473 | status = -ENOMEM; |
| 5474 | goto out; |
| 5475 | } |
| 5476 | |
| 5477 | status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT); |
| 5478 | if (status == 0) { |
| 5479 | if (memcmp(res.session->sess_id.data, |
| 5480 | clp->cl_session->sess_id.data, NFS4_MAX_SESSIONID_LEN)) { |
| 5481 | dprintk("NFS: %s: Session ID mismatch\n", __func__); |
| 5482 | status = -EIO; |
| 5483 | goto out_session; |
| 5484 | } |
| 5485 | if (res.dir != NFS4_CDFS4_BOTH) { |
| 5486 | dprintk("NFS: %s: Unexpected direction from server\n", |
| 5487 | __func__); |
| 5488 | status = -EIO; |
| 5489 | goto out_session; |
| 5490 | } |
| 5491 | if (res.use_conn_in_rdma_mode) { |
| 5492 | dprintk("NFS: %s: Server returned RDMA mode = true\n", |
| 5493 | __func__); |
| 5494 | status = -EIO; |
| 5495 | goto out_session; |
| 5496 | } |
| 5497 | } |
| 5498 | out_session: |
| 5499 | kfree(res.session); |
| 5500 | out: |
| 5501 | dprintk("<-- %s status= %d\n", __func__, status); |
| 5502 | return status; |
| 5503 | } |
| 5504 | |
| 5505 | /* |
Benny Halevy | 99fe60d | 2009-04-01 09:22:29 -0400 | [diff] [blame] | 5506 | * nfs4_proc_exchange_id() |
| 5507 | * |
Chuck Lever | 6bbb4ae | 2012-07-11 16:30:59 -0400 | [diff] [blame] | 5508 | * Returns zero, a negative errno, or a negative NFS4ERR status code. |
| 5509 | * |
Benny Halevy | 99fe60d | 2009-04-01 09:22:29 -0400 | [diff] [blame] | 5510 | * Since the clientid has expired, all compounds using sessions |
| 5511 | * associated with the stale clientid will be returning |
| 5512 | * NFS4ERR_BADSESSION in the sequence operation, and will therefore |
| 5513 | * be in some phase of session reset. |
| 5514 | */ |
Andy Adamson | 4d643d1 | 2009-12-04 15:52:24 -0500 | [diff] [blame] | 5515 | 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] | 5516 | { |
| 5517 | nfs4_verifier verifier; |
| 5518 | struct nfs41_exchange_id_args args = { |
Chuck Lever | cd93710 | 2012-03-02 17:14:31 -0500 | [diff] [blame] | 5519 | .verifier = &verifier, |
Benny Halevy | 99fe60d | 2009-04-01 09:22:29 -0400 | [diff] [blame] | 5520 | .client = clp, |
Trond Myklebust | 4f0b429 | 2013-05-20 12:24:03 -0400 | [diff] [blame] | 5521 | .flags = EXCHGID4_FLAG_SUPP_MOVED_REFER | |
| 5522 | EXCHGID4_FLAG_BIND_PRINC_STATEID, |
Benny Halevy | 99fe60d | 2009-04-01 09:22:29 -0400 | [diff] [blame] | 5523 | }; |
| 5524 | struct nfs41_exchange_id_res res = { |
Trond Myklebust | 32b0131 | 2012-05-26 13:41:04 -0400 | [diff] [blame] | 5525 | 0 |
Benny Halevy | 99fe60d | 2009-04-01 09:22:29 -0400 | [diff] [blame] | 5526 | }; |
| 5527 | int status; |
| 5528 | struct rpc_message msg = { |
| 5529 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_EXCHANGE_ID], |
| 5530 | .rpc_argp = &args, |
| 5531 | .rpc_resp = &res, |
| 5532 | .rpc_cred = cred, |
| 5533 | }; |
Benny Halevy | 99fe60d | 2009-04-01 09:22:29 -0400 | [diff] [blame] | 5534 | |
Chuck Lever | f092075 | 2012-05-21 22:45:41 -0400 | [diff] [blame] | 5535 | nfs4_init_boot_verifier(clp, &verifier); |
Chuck Lever | e984a55 | 2012-09-14 17:24:21 -0400 | [diff] [blame] | 5536 | args.id_len = nfs4_init_uniform_client_string(clp, args.id, |
| 5537 | sizeof(args.id)); |
Chuck Lever | 6bbb4ae | 2012-07-11 16:30:59 -0400 | [diff] [blame] | 5538 | dprintk("NFS call exchange_id auth=%s, '%.*s'\n", |
| 5539 | clp->cl_rpcclient->cl_auth->au_ops->au_name, |
| 5540 | args.id_len, args.id); |
Benny Halevy | 99fe60d | 2009-04-01 09:22:29 -0400 | [diff] [blame] | 5541 | |
Chuck Lever | acdeb69 | 2012-05-21 22:46:16 -0400 | [diff] [blame] | 5542 | res.server_owner = kzalloc(sizeof(struct nfs41_server_owner), |
Trond Myklebust | bbafffd | 2012-05-24 16:31:39 -0400 | [diff] [blame] | 5543 | GFP_NOFS); |
Chuck Lever | acdeb69 | 2012-05-21 22:46:16 -0400 | [diff] [blame] | 5544 | if (unlikely(res.server_owner == NULL)) { |
Weston Andros Adamson | abe9a6d | 2012-02-16 11:17:05 -0500 | [diff] [blame] | 5545 | status = -ENOMEM; |
| 5546 | goto out; |
| 5547 | } |
Weston Andros Adamson | 78fe0f4 | 2011-05-31 19:05:47 -0400 | [diff] [blame] | 5548 | |
Chuck Lever | 79d4e1f | 2012-05-21 22:44:31 -0400 | [diff] [blame] | 5549 | res.server_scope = kzalloc(sizeof(struct nfs41_server_scope), |
Trond Myklebust | bbafffd | 2012-05-24 16:31:39 -0400 | [diff] [blame] | 5550 | GFP_NOFS); |
Chuck Lever | 177313f | 2012-05-21 22:44:58 -0400 | [diff] [blame] | 5551 | if (unlikely(res.server_scope == NULL)) { |
Benny Halevy | 99fe60d | 2009-04-01 09:22:29 -0400 | [diff] [blame] | 5552 | status = -ENOMEM; |
Chuck Lever | acdeb69 | 2012-05-21 22:46:16 -0400 | [diff] [blame] | 5553 | goto out_server_owner; |
Benny Halevy | 99fe60d | 2009-04-01 09:22:29 -0400 | [diff] [blame] | 5554 | } |
| 5555 | |
Trond Myklebust | bbafffd | 2012-05-24 16:31:39 -0400 | [diff] [blame] | 5556 | res.impl_id = kzalloc(sizeof(struct nfs41_impl_id), GFP_NOFS); |
Chuck Lever | 177313f | 2012-05-21 22:44:58 -0400 | [diff] [blame] | 5557 | if (unlikely(res.impl_id == NULL)) { |
Weston Andros Adamson | 7d2ed9a | 2012-02-17 15:20:26 -0500 | [diff] [blame] | 5558 | status = -ENOMEM; |
| 5559 | goto out_server_scope; |
| 5560 | } |
| 5561 | |
Trond Myklebust | 1bd714f | 2011-04-24 14:29:33 -0400 | [diff] [blame] | 5562 | status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT); |
Chuck Lever | 177313f | 2012-05-21 22:44:58 -0400 | [diff] [blame] | 5563 | if (status == 0) |
Trond Myklebust | 32b0131 | 2012-05-26 13:41:04 -0400 | [diff] [blame] | 5564 | status = nfs4_check_cl_exchange_flags(res.flags); |
Weston Andros Adamson | 78fe0f4 | 2011-05-31 19:05:47 -0400 | [diff] [blame] | 5565 | |
Chuck Lever | 177313f | 2012-05-21 22:44:58 -0400 | [diff] [blame] | 5566 | if (status == 0) { |
Trond Myklebust | 32b0131 | 2012-05-26 13:41:04 -0400 | [diff] [blame] | 5567 | clp->cl_clientid = res.clientid; |
| 5568 | clp->cl_exchange_flags = (res.flags & ~EXCHGID4_FLAG_CONFIRMED_R); |
| 5569 | if (!(res.flags & EXCHGID4_FLAG_CONFIRMED_R)) |
| 5570 | clp->cl_seqid = res.seqid; |
| 5571 | |
Chuck Lever | acdeb69 | 2012-05-21 22:46:16 -0400 | [diff] [blame] | 5572 | kfree(clp->cl_serverowner); |
| 5573 | clp->cl_serverowner = res.server_owner; |
| 5574 | res.server_owner = NULL; |
Chuck Lever | acdeb69 | 2012-05-21 22:46:16 -0400 | [diff] [blame] | 5575 | |
Weston Andros Adamson | 7d2ed9a | 2012-02-17 15:20:26 -0500 | [diff] [blame] | 5576 | /* use the most recent implementation id */ |
Chuck Lever | 5915554 | 2012-05-21 22:44:41 -0400 | [diff] [blame] | 5577 | kfree(clp->cl_implid); |
| 5578 | clp->cl_implid = res.impl_id; |
Weston Andros Adamson | 7d2ed9a | 2012-02-17 15:20:26 -0500 | [diff] [blame] | 5579 | |
Chuck Lever | 177313f | 2012-05-21 22:44:58 -0400 | [diff] [blame] | 5580 | if (clp->cl_serverscope != NULL && |
Chuck Lever | 79d4e1f | 2012-05-21 22:44:31 -0400 | [diff] [blame] | 5581 | !nfs41_same_server_scope(clp->cl_serverscope, |
Weston Andros Adamson | 78fe0f4 | 2011-05-31 19:05:47 -0400 | [diff] [blame] | 5582 | res.server_scope)) { |
| 5583 | dprintk("%s: server_scope mismatch detected\n", |
| 5584 | __func__); |
| 5585 | set_bit(NFS4CLNT_SERVER_SCOPE_MISMATCH, &clp->cl_state); |
Chuck Lever | 79d4e1f | 2012-05-21 22:44:31 -0400 | [diff] [blame] | 5586 | kfree(clp->cl_serverscope); |
| 5587 | clp->cl_serverscope = NULL; |
Weston Andros Adamson | 78fe0f4 | 2011-05-31 19:05:47 -0400 | [diff] [blame] | 5588 | } |
| 5589 | |
Chuck Lever | 177313f | 2012-05-21 22:44:58 -0400 | [diff] [blame] | 5590 | if (clp->cl_serverscope == NULL) { |
Chuck Lever | 79d4e1f | 2012-05-21 22:44:31 -0400 | [diff] [blame] | 5591 | clp->cl_serverscope = res.server_scope; |
Weston Andros Adamson | abe9a6d | 2012-02-16 11:17:05 -0500 | [diff] [blame] | 5592 | goto out; |
| 5593 | } |
Trond Myklebust | 32b0131 | 2012-05-26 13:41:04 -0400 | [diff] [blame] | 5594 | } else |
| 5595 | kfree(res.impl_id); |
Weston Andros Adamson | 7d2ed9a | 2012-02-17 15:20:26 -0500 | [diff] [blame] | 5596 | |
Chuck Lever | acdeb69 | 2012-05-21 22:46:16 -0400 | [diff] [blame] | 5597 | out_server_owner: |
| 5598 | kfree(res.server_owner); |
Weston Andros Adamson | 7d2ed9a | 2012-02-17 15:20:26 -0500 | [diff] [blame] | 5599 | out_server_scope: |
Weston Andros Adamson | abe9a6d | 2012-02-16 11:17:05 -0500 | [diff] [blame] | 5600 | kfree(res.server_scope); |
| 5601 | out: |
Chuck Lever | 177313f | 2012-05-21 22:44:58 -0400 | [diff] [blame] | 5602 | if (clp->cl_implid != NULL) |
Chuck Lever | 6bbb4ae | 2012-07-11 16:30:59 -0400 | [diff] [blame] | 5603 | dprintk("NFS reply exchange_id: Server Implementation ID: " |
Weston Andros Adamson | 7d2ed9a | 2012-02-17 15:20:26 -0500 | [diff] [blame] | 5604 | "domain: %s, name: %s, date: %llu,%u\n", |
Chuck Lever | 6bbb4ae | 2012-07-11 16:30:59 -0400 | [diff] [blame] | 5605 | clp->cl_implid->domain, clp->cl_implid->name, |
Chuck Lever | 5915554 | 2012-05-21 22:44:41 -0400 | [diff] [blame] | 5606 | clp->cl_implid->date.seconds, |
| 5607 | clp->cl_implid->date.nseconds); |
Chuck Lever | 6bbb4ae | 2012-07-11 16:30:59 -0400 | [diff] [blame] | 5608 | dprintk("NFS reply exchange_id: %d\n", status); |
Benny Halevy | 99fe60d | 2009-04-01 09:22:29 -0400 | [diff] [blame] | 5609 | return status; |
| 5610 | } |
| 5611 | |
Trond Myklebust | 6624553 | 2012-05-25 17:18:09 -0400 | [diff] [blame] | 5612 | static int _nfs4_proc_destroy_clientid(struct nfs_client *clp, |
| 5613 | struct rpc_cred *cred) |
| 5614 | { |
| 5615 | struct rpc_message msg = { |
| 5616 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DESTROY_CLIENTID], |
| 5617 | .rpc_argp = clp, |
| 5618 | .rpc_cred = cred, |
| 5619 | }; |
| 5620 | int status; |
| 5621 | |
| 5622 | status = rpc_call_sync(clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT); |
| 5623 | if (status) |
Trond Myklebust | 02c6752 | 2012-06-07 13:45:53 -0400 | [diff] [blame] | 5624 | dprintk("NFS: Got error %d from the server %s on " |
Trond Myklebust | 6624553 | 2012-05-25 17:18:09 -0400 | [diff] [blame] | 5625 | "DESTROY_CLIENTID.", status, clp->cl_hostname); |
| 5626 | return status; |
| 5627 | } |
| 5628 | |
| 5629 | static int nfs4_proc_destroy_clientid(struct nfs_client *clp, |
| 5630 | struct rpc_cred *cred) |
| 5631 | { |
| 5632 | unsigned int loop; |
| 5633 | int ret; |
| 5634 | |
| 5635 | for (loop = NFS4_MAX_LOOP_ON_RECOVER; loop != 0; loop--) { |
| 5636 | ret = _nfs4_proc_destroy_clientid(clp, cred); |
| 5637 | switch (ret) { |
| 5638 | case -NFS4ERR_DELAY: |
| 5639 | case -NFS4ERR_CLIENTID_BUSY: |
| 5640 | ssleep(1); |
| 5641 | break; |
| 5642 | default: |
| 5643 | return ret; |
| 5644 | } |
| 5645 | } |
| 5646 | return 0; |
| 5647 | } |
| 5648 | |
| 5649 | int nfs4_destroy_clientid(struct nfs_client *clp) |
| 5650 | { |
| 5651 | struct rpc_cred *cred; |
| 5652 | int ret = 0; |
| 5653 | |
| 5654 | if (clp->cl_mvops->minor_version < 1) |
| 5655 | goto out; |
| 5656 | if (clp->cl_exchange_flags == 0) |
| 5657 | goto out; |
Chuck Lever | 05f4c35 | 2012-09-14 17:24:32 -0400 | [diff] [blame] | 5658 | if (clp->cl_preserve_clid) |
| 5659 | goto out; |
Trond Myklebust | 6624553 | 2012-05-25 17:18:09 -0400 | [diff] [blame] | 5660 | cred = nfs4_get_exchange_id_cred(clp); |
| 5661 | ret = nfs4_proc_destroy_clientid(clp, cred); |
| 5662 | if (cred) |
| 5663 | put_rpccred(cred); |
| 5664 | switch (ret) { |
| 5665 | case 0: |
| 5666 | case -NFS4ERR_STALE_CLIENTID: |
| 5667 | clp->cl_exchange_flags = 0; |
| 5668 | } |
| 5669 | out: |
| 5670 | return ret; |
| 5671 | } |
| 5672 | |
Andy Adamson | 2050f0c | 2009-04-01 09:22:30 -0400 | [diff] [blame] | 5673 | struct nfs4_get_lease_time_data { |
| 5674 | struct nfs4_get_lease_time_args *args; |
| 5675 | struct nfs4_get_lease_time_res *res; |
| 5676 | struct nfs_client *clp; |
| 5677 | }; |
| 5678 | |
| 5679 | static void nfs4_get_lease_time_prepare(struct rpc_task *task, |
| 5680 | void *calldata) |
| 5681 | { |
Andy Adamson | 2050f0c | 2009-04-01 09:22:30 -0400 | [diff] [blame] | 5682 | struct nfs4_get_lease_time_data *data = |
| 5683 | (struct nfs4_get_lease_time_data *)calldata; |
| 5684 | |
| 5685 | dprintk("--> %s\n", __func__); |
| 5686 | /* just setup sequence, do not trigger session recovery |
| 5687 | since we're invoked within one */ |
Trond Myklebust | d9afbd1 | 2012-10-22 20:28:44 -0400 | [diff] [blame] | 5688 | nfs41_setup_sequence(data->clp->cl_session, |
| 5689 | &data->args->la_seq_args, |
| 5690 | &data->res->lr_seq_res, |
| 5691 | task); |
Andy Adamson | 2050f0c | 2009-04-01 09:22:30 -0400 | [diff] [blame] | 5692 | dprintk("<-- %s\n", __func__); |
| 5693 | } |
| 5694 | |
| 5695 | /* |
| 5696 | * Called from nfs4_state_manager thread for session setup, so don't recover |
| 5697 | * from sequence operation or clientid errors. |
| 5698 | */ |
| 5699 | static void nfs4_get_lease_time_done(struct rpc_task *task, void *calldata) |
| 5700 | { |
| 5701 | struct nfs4_get_lease_time_data *data = |
| 5702 | (struct nfs4_get_lease_time_data *)calldata; |
| 5703 | |
| 5704 | dprintk("--> %s\n", __func__); |
Trond Myklebust | 14516c3 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 5705 | if (!nfs41_sequence_done(task, &data->res->lr_seq_res)) |
| 5706 | return; |
Andy Adamson | 2050f0c | 2009-04-01 09:22:30 -0400 | [diff] [blame] | 5707 | switch (task->tk_status) { |
| 5708 | case -NFS4ERR_DELAY: |
| 5709 | case -NFS4ERR_GRACE: |
| 5710 | dprintk("%s Retry: tk_status %d\n", __func__, task->tk_status); |
| 5711 | rpc_delay(task, NFS4_POLL_RETRY_MIN); |
| 5712 | task->tk_status = 0; |
Andy Adamson | a8a4ae3 | 2011-05-03 13:43:03 -0400 | [diff] [blame] | 5713 | /* fall through */ |
| 5714 | case -NFS4ERR_RETRY_UNCACHED_REP: |
Trond Myklebust | d00c5d4 | 2011-10-19 12:17:29 -0700 | [diff] [blame] | 5715 | rpc_restart_call_prepare(task); |
Andy Adamson | 2050f0c | 2009-04-01 09:22:30 -0400 | [diff] [blame] | 5716 | return; |
| 5717 | } |
Andy Adamson | 2050f0c | 2009-04-01 09:22:30 -0400 | [diff] [blame] | 5718 | dprintk("<-- %s\n", __func__); |
| 5719 | } |
| 5720 | |
Trond Myklebust | 1728017 | 2012-03-11 13:11:00 -0400 | [diff] [blame] | 5721 | static const struct rpc_call_ops nfs4_get_lease_time_ops = { |
Andy Adamson | 2050f0c | 2009-04-01 09:22:30 -0400 | [diff] [blame] | 5722 | .rpc_call_prepare = nfs4_get_lease_time_prepare, |
| 5723 | .rpc_call_done = nfs4_get_lease_time_done, |
| 5724 | }; |
| 5725 | |
| 5726 | int nfs4_proc_get_lease_time(struct nfs_client *clp, struct nfs_fsinfo *fsinfo) |
| 5727 | { |
| 5728 | struct rpc_task *task; |
| 5729 | struct nfs4_get_lease_time_args args; |
| 5730 | struct nfs4_get_lease_time_res res = { |
| 5731 | .lr_fsinfo = fsinfo, |
| 5732 | }; |
| 5733 | struct nfs4_get_lease_time_data data = { |
| 5734 | .args = &args, |
| 5735 | .res = &res, |
| 5736 | .clp = clp, |
| 5737 | }; |
| 5738 | struct rpc_message msg = { |
| 5739 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GET_LEASE_TIME], |
| 5740 | .rpc_argp = &args, |
| 5741 | .rpc_resp = &res, |
| 5742 | }; |
| 5743 | struct rpc_task_setup task_setup = { |
| 5744 | .rpc_client = clp->cl_rpcclient, |
| 5745 | .rpc_message = &msg, |
| 5746 | .callback_ops = &nfs4_get_lease_time_ops, |
Trond Myklebust | 1bd714f | 2011-04-24 14:29:33 -0400 | [diff] [blame] | 5747 | .callback_data = &data, |
| 5748 | .flags = RPC_TASK_TIMEOUT, |
Andy Adamson | 2050f0c | 2009-04-01 09:22:30 -0400 | [diff] [blame] | 5749 | }; |
| 5750 | int status; |
| 5751 | |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 5752 | nfs41_init_sequence(&args.la_seq_args, &res.lr_seq_res, 0); |
Trond Myklebust | 8fe72ba | 2012-10-29 19:02:20 -0400 | [diff] [blame] | 5753 | nfs4_set_sequence_privileged(&args.la_seq_args); |
Andy Adamson | 2050f0c | 2009-04-01 09:22:30 -0400 | [diff] [blame] | 5754 | dprintk("--> %s\n", __func__); |
| 5755 | task = rpc_run_task(&task_setup); |
| 5756 | |
| 5757 | if (IS_ERR(task)) |
| 5758 | status = PTR_ERR(task); |
| 5759 | else { |
| 5760 | status = task->tk_status; |
| 5761 | rpc_put_task(task); |
| 5762 | } |
| 5763 | dprintk("<-- %s return %d\n", __func__, status); |
| 5764 | |
| 5765 | return status; |
| 5766 | } |
| 5767 | |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 5768 | /* |
| 5769 | * Initialize the values to be used by the client in CREATE_SESSION |
| 5770 | * If nfs4_init_session set the fore channel request and response sizes, |
| 5771 | * use them. |
| 5772 | * |
| 5773 | * Set the back channel max_resp_sz_cached to zero to force the client to |
| 5774 | * always set csa_cachethis to FALSE because the current implementation |
| 5775 | * of the back channel DRC only supports caching the CB_SEQUENCE operation. |
| 5776 | */ |
| 5777 | static void nfs4_init_channel_attrs(struct nfs41_create_session_args *args) |
| 5778 | { |
| 5779 | struct nfs4_session *session = args->client->cl_session; |
Trond Myklebust | ae72ae67 | 2012-11-20 11:02:55 -0500 | [diff] [blame] | 5780 | unsigned int mxrqst_sz = session->fc_target_max_rqst_sz, |
| 5781 | mxresp_sz = session->fc_target_max_resp_sz; |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 5782 | |
| 5783 | if (mxrqst_sz == 0) |
| 5784 | mxrqst_sz = NFS_MAX_FILE_IO_SIZE; |
| 5785 | if (mxresp_sz == 0) |
| 5786 | mxresp_sz = NFS_MAX_FILE_IO_SIZE; |
| 5787 | /* Fore channel attributes */ |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 5788 | args->fc_attrs.max_rqst_sz = mxrqst_sz; |
| 5789 | args->fc_attrs.max_resp_sz = mxresp_sz; |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 5790 | args->fc_attrs.max_ops = NFS4_MAX_OPS; |
Trond Myklebust | ef159e9 | 2012-02-06 19:50:40 -0500 | [diff] [blame] | 5791 | args->fc_attrs.max_reqs = max_session_slots; |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 5792 | |
| 5793 | dprintk("%s: Fore Channel : max_rqst_sz=%u max_resp_sz=%u " |
Mike Sager | 8e0d46e | 2009-12-17 12:06:26 -0500 | [diff] [blame] | 5794 | "max_ops=%u max_reqs=%u\n", |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 5795 | __func__, |
| 5796 | args->fc_attrs.max_rqst_sz, args->fc_attrs.max_resp_sz, |
Mike Sager | 8e0d46e | 2009-12-17 12:06:26 -0500 | [diff] [blame] | 5797 | args->fc_attrs.max_ops, args->fc_attrs.max_reqs); |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 5798 | |
| 5799 | /* Back channel attributes */ |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 5800 | args->bc_attrs.max_rqst_sz = PAGE_SIZE; |
| 5801 | args->bc_attrs.max_resp_sz = PAGE_SIZE; |
| 5802 | args->bc_attrs.max_resp_sz_cached = 0; |
| 5803 | args->bc_attrs.max_ops = NFS4_MAX_BACK_CHANNEL_OPS; |
| 5804 | args->bc_attrs.max_reqs = 1; |
| 5805 | |
| 5806 | dprintk("%s: Back Channel : max_rqst_sz=%u max_resp_sz=%u " |
| 5807 | "max_resp_sz_cached=%u max_ops=%u max_reqs=%u\n", |
| 5808 | __func__, |
| 5809 | args->bc_attrs.max_rqst_sz, args->bc_attrs.max_resp_sz, |
| 5810 | args->bc_attrs.max_resp_sz_cached, args->bc_attrs.max_ops, |
| 5811 | args->bc_attrs.max_reqs); |
| 5812 | } |
| 5813 | |
J. Bruce Fields | 43c2e88 | 2010-10-02 15:19:01 -0400 | [diff] [blame] | 5814 | 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] | 5815 | { |
J. Bruce Fields | 43c2e88 | 2010-10-02 15:19:01 -0400 | [diff] [blame] | 5816 | struct nfs4_channel_attrs *sent = &args->fc_attrs; |
| 5817 | struct nfs4_channel_attrs *rcvd = &session->fc_attrs; |
| 5818 | |
J. Bruce Fields | 43c2e88 | 2010-10-02 15:19:01 -0400 | [diff] [blame] | 5819 | if (rcvd->max_resp_sz > sent->max_resp_sz) |
| 5820 | return -EINVAL; |
| 5821 | /* |
| 5822 | * Our requested max_ops is the minimum we need; we're not |
| 5823 | * prepared to break up compounds into smaller pieces than that. |
| 5824 | * So, no point even trying to continue if the server won't |
| 5825 | * cooperate: |
| 5826 | */ |
| 5827 | if (rcvd->max_ops < sent->max_ops) |
| 5828 | return -EINVAL; |
| 5829 | if (rcvd->max_reqs == 0) |
| 5830 | return -EINVAL; |
Vitaliy Gusev | b4b9a0c | 2012-02-15 19:38:25 +0400 | [diff] [blame] | 5831 | if (rcvd->max_reqs > NFS4_MAX_SLOT_TABLE) |
| 5832 | rcvd->max_reqs = NFS4_MAX_SLOT_TABLE; |
J. Bruce Fields | 43c2e88 | 2010-10-02 15:19:01 -0400 | [diff] [blame] | 5833 | return 0; |
Andy Adamson | 8d35301 | 2009-04-01 09:22:32 -0400 | [diff] [blame] | 5834 | } |
| 5835 | |
J. Bruce Fields | 43c2e88 | 2010-10-02 15:19:01 -0400 | [diff] [blame] | 5836 | static int nfs4_verify_back_channel_attrs(struct nfs41_create_session_args *args, struct nfs4_session *session) |
| 5837 | { |
| 5838 | struct nfs4_channel_attrs *sent = &args->bc_attrs; |
| 5839 | struct nfs4_channel_attrs *rcvd = &session->bc_attrs; |
Andy Adamson | 8d35301 | 2009-04-01 09:22:32 -0400 | [diff] [blame] | 5840 | |
J. Bruce Fields | 43c2e88 | 2010-10-02 15:19:01 -0400 | [diff] [blame] | 5841 | if (rcvd->max_rqst_sz > sent->max_rqst_sz) |
| 5842 | return -EINVAL; |
| 5843 | if (rcvd->max_resp_sz < sent->max_resp_sz) |
| 5844 | return -EINVAL; |
| 5845 | if (rcvd->max_resp_sz_cached > sent->max_resp_sz_cached) |
| 5846 | return -EINVAL; |
| 5847 | /* These would render the backchannel useless: */ |
Vitaliy Gusev | b4b9a0c | 2012-02-15 19:38:25 +0400 | [diff] [blame] | 5848 | if (rcvd->max_ops != sent->max_ops) |
J. Bruce Fields | 43c2e88 | 2010-10-02 15:19:01 -0400 | [diff] [blame] | 5849 | return -EINVAL; |
Vitaliy Gusev | b4b9a0c | 2012-02-15 19:38:25 +0400 | [diff] [blame] | 5850 | if (rcvd->max_reqs != sent->max_reqs) |
J. Bruce Fields | 43c2e88 | 2010-10-02 15:19:01 -0400 | [diff] [blame] | 5851 | return -EINVAL; |
| 5852 | return 0; |
| 5853 | } |
Andy Adamson | 8d35301 | 2009-04-01 09:22:32 -0400 | [diff] [blame] | 5854 | |
Andy Adamson | 8d35301 | 2009-04-01 09:22:32 -0400 | [diff] [blame] | 5855 | static int nfs4_verify_channel_attrs(struct nfs41_create_session_args *args, |
| 5856 | struct nfs4_session *session) |
| 5857 | { |
J. Bruce Fields | 43c2e88 | 2010-10-02 15:19:01 -0400 | [diff] [blame] | 5858 | int ret; |
Andy Adamson | 8d35301 | 2009-04-01 09:22:32 -0400 | [diff] [blame] | 5859 | |
J. Bruce Fields | 43c2e88 | 2010-10-02 15:19:01 -0400 | [diff] [blame] | 5860 | ret = nfs4_verify_fore_channel_attrs(args, session); |
| 5861 | if (ret) |
| 5862 | return ret; |
| 5863 | return nfs4_verify_back_channel_attrs(args, session); |
Andy Adamson | 8d35301 | 2009-04-01 09:22:32 -0400 | [diff] [blame] | 5864 | } |
| 5865 | |
Trond Myklebust | 848f5bd | 2012-05-25 17:51:23 -0400 | [diff] [blame] | 5866 | static int _nfs4_proc_create_session(struct nfs_client *clp, |
| 5867 | struct rpc_cred *cred) |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 5868 | { |
| 5869 | struct nfs4_session *session = clp->cl_session; |
| 5870 | struct nfs41_create_session_args args = { |
| 5871 | .client = clp, |
| 5872 | .cb_program = NFS4_CALLBACK, |
| 5873 | }; |
| 5874 | struct nfs41_create_session_res res = { |
| 5875 | .client = clp, |
| 5876 | }; |
| 5877 | struct rpc_message msg = { |
| 5878 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_CREATE_SESSION], |
| 5879 | .rpc_argp = &args, |
| 5880 | .rpc_resp = &res, |
Trond Myklebust | 848f5bd | 2012-05-25 17:51:23 -0400 | [diff] [blame] | 5881 | .rpc_cred = cred, |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 5882 | }; |
| 5883 | int status; |
| 5884 | |
| 5885 | nfs4_init_channel_attrs(&args); |
Andy Adamson | 0f91421 | 2009-04-01 09:23:16 -0400 | [diff] [blame] | 5886 | args.flags = (SESSION4_PERSIST | SESSION4_BACK_CHAN); |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 5887 | |
Trond Myklebust | 1bd714f | 2011-04-24 14:29:33 -0400 | [diff] [blame] | 5888 | status = rpc_call_sync(session->clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT); |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 5889 | |
Trond Myklebust | 43095d3 | 2012-11-20 11:13:12 -0500 | [diff] [blame] | 5890 | if (!status) { |
Andy Adamson | 8d35301 | 2009-04-01 09:22:32 -0400 | [diff] [blame] | 5891 | /* Verify the session's negotiated channel_attrs values */ |
| 5892 | status = nfs4_verify_channel_attrs(&args, session); |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 5893 | /* Increment the clientid slot sequence id */ |
| 5894 | clp->cl_seqid++; |
| 5895 | } |
| 5896 | |
| 5897 | return status; |
| 5898 | } |
| 5899 | |
| 5900 | /* |
| 5901 | * Issues a CREATE_SESSION operation to the server. |
| 5902 | * It is the responsibility of the caller to verify the session is |
| 5903 | * expired before calling this routine. |
| 5904 | */ |
Trond Myklebust | 848f5bd | 2012-05-25 17:51:23 -0400 | [diff] [blame] | 5905 | 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] | 5906 | { |
| 5907 | int status; |
| 5908 | unsigned *ptr; |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 5909 | struct nfs4_session *session = clp->cl_session; |
| 5910 | |
| 5911 | dprintk("--> %s clp=%p session=%p\n", __func__, clp, session); |
| 5912 | |
Trond Myklebust | 848f5bd | 2012-05-25 17:51:23 -0400 | [diff] [blame] | 5913 | status = _nfs4_proc_create_session(clp, cred); |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 5914 | if (status) |
| 5915 | goto out; |
| 5916 | |
Andy Adamson | aacd553 | 2011-11-09 13:58:21 -0500 | [diff] [blame] | 5917 | /* Init or reset the session slot tables */ |
| 5918 | status = nfs4_setup_session_slot_tables(session); |
| 5919 | dprintk("slot table setup returned %d\n", status); |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 5920 | if (status) |
| 5921 | goto out; |
| 5922 | |
| 5923 | ptr = (unsigned *)&session->sess_id.data[0]; |
| 5924 | dprintk("%s client>seqid %d sessionid %u:%u:%u:%u\n", __func__, |
| 5925 | clp->cl_seqid, ptr[0], ptr[1], ptr[2], ptr[3]); |
Andy Adamson | fc93158 | 2009-04-01 09:22:31 -0400 | [diff] [blame] | 5926 | out: |
| 5927 | dprintk("<-- %s\n", __func__); |
| 5928 | return status; |
| 5929 | } |
| 5930 | |
Andy Adamson | 0f3e66c | 2009-04-01 09:22:34 -0400 | [diff] [blame] | 5931 | /* |
| 5932 | * Issue the over-the-wire RPC DESTROY_SESSION. |
| 5933 | * The caller must serialize access to this routine. |
| 5934 | */ |
Trond Myklebust | 848f5bd | 2012-05-25 17:51:23 -0400 | [diff] [blame] | 5935 | int nfs4_proc_destroy_session(struct nfs4_session *session, |
| 5936 | struct rpc_cred *cred) |
Andy Adamson | 0f3e66c | 2009-04-01 09:22:34 -0400 | [diff] [blame] | 5937 | { |
Trond Myklebust | 848f5bd | 2012-05-25 17:51:23 -0400 | [diff] [blame] | 5938 | struct rpc_message msg = { |
| 5939 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_DESTROY_SESSION], |
| 5940 | .rpc_argp = session, |
| 5941 | .rpc_cred = cred, |
| 5942 | }; |
Andy Adamson | 0f3e66c | 2009-04-01 09:22:34 -0400 | [diff] [blame] | 5943 | int status = 0; |
Andy Adamson | 0f3e66c | 2009-04-01 09:22:34 -0400 | [diff] [blame] | 5944 | |
| 5945 | dprintk("--> nfs4_proc_destroy_session\n"); |
| 5946 | |
| 5947 | /* session is still being setup */ |
| 5948 | if (session->clp->cl_cons_state != NFS_CS_READY) |
| 5949 | return status; |
| 5950 | |
Trond Myklebust | 1bd714f | 2011-04-24 14:29:33 -0400 | [diff] [blame] | 5951 | status = rpc_call_sync(session->clp->cl_rpcclient, &msg, RPC_TASK_TIMEOUT); |
Andy Adamson | 0f3e66c | 2009-04-01 09:22:34 -0400 | [diff] [blame] | 5952 | |
| 5953 | if (status) |
Trond Myklebust | 08106ac | 2012-06-05 10:08:24 -0400 | [diff] [blame] | 5954 | dprintk("NFS: Got error %d from the server on DESTROY_SESSION. " |
Andy Adamson | 0f3e66c | 2009-04-01 09:22:34 -0400 | [diff] [blame] | 5955 | "Session has been destroyed regardless...\n", status); |
| 5956 | |
| 5957 | dprintk("<-- nfs4_proc_destroy_session\n"); |
| 5958 | return status; |
| 5959 | } |
| 5960 | |
Trond Myklebust | 7b38c36 | 2012-05-23 13:23:31 -0400 | [diff] [blame] | 5961 | /* |
Andy Adamson | fc01cea | 2009-04-01 09:22:36 -0400 | [diff] [blame] | 5962 | * Renew the cl_session lease. |
| 5963 | */ |
Trond Myklebust | d5f8d3f | 2010-06-16 09:52:25 -0400 | [diff] [blame] | 5964 | struct nfs4_sequence_data { |
| 5965 | struct nfs_client *clp; |
| 5966 | struct nfs4_sequence_args args; |
| 5967 | struct nfs4_sequence_res res; |
| 5968 | }; |
| 5969 | |
Alexandros Batsakis | dc96aef | 2010-02-05 03:45:04 -0800 | [diff] [blame] | 5970 | static void nfs41_sequence_release(void *data) |
| 5971 | { |
Trond Myklebust | d5f8d3f | 2010-06-16 09:52:25 -0400 | [diff] [blame] | 5972 | struct nfs4_sequence_data *calldata = data; |
| 5973 | struct nfs_client *clp = calldata->clp; |
Alexandros Batsakis | dc96aef | 2010-02-05 03:45:04 -0800 | [diff] [blame] | 5974 | |
Alexandros Batsakis | 7135840 | 2010-02-05 03:45:05 -0800 | [diff] [blame] | 5975 | if (atomic_read(&clp->cl_count) > 1) |
| 5976 | nfs4_schedule_state_renewal(clp); |
| 5977 | nfs_put_client(clp); |
Trond Myklebust | d5f8d3f | 2010-06-16 09:52:25 -0400 | [diff] [blame] | 5978 | kfree(calldata); |
Alexandros Batsakis | dc96aef | 2010-02-05 03:45:04 -0800 | [diff] [blame] | 5979 | } |
| 5980 | |
Trond Myklebust | aa5190d | 2010-06-16 09:52:25 -0400 | [diff] [blame] | 5981 | static int nfs41_sequence_handle_errors(struct rpc_task *task, struct nfs_client *clp) |
| 5982 | { |
| 5983 | switch(task->tk_status) { |
| 5984 | case -NFS4ERR_DELAY: |
Trond Myklebust | aa5190d | 2010-06-16 09:52:25 -0400 | [diff] [blame] | 5985 | rpc_delay(task, NFS4_POLL_RETRY_MAX); |
| 5986 | return -EAGAIN; |
| 5987 | default: |
Trond Myklebust | 0400a6b | 2011-03-09 16:00:53 -0500 | [diff] [blame] | 5988 | nfs4_schedule_lease_recovery(clp); |
Trond Myklebust | aa5190d | 2010-06-16 09:52:25 -0400 | [diff] [blame] | 5989 | } |
| 5990 | return 0; |
| 5991 | } |
| 5992 | |
Alexandros Batsakis | dc96aef | 2010-02-05 03:45:04 -0800 | [diff] [blame] | 5993 | static void nfs41_sequence_call_done(struct rpc_task *task, void *data) |
Andy Adamson | fc01cea | 2009-04-01 09:22:36 -0400 | [diff] [blame] | 5994 | { |
Trond Myklebust | d5f8d3f | 2010-06-16 09:52:25 -0400 | [diff] [blame] | 5995 | struct nfs4_sequence_data *calldata = data; |
| 5996 | struct nfs_client *clp = calldata->clp; |
Andy Adamson | fc01cea | 2009-04-01 09:22:36 -0400 | [diff] [blame] | 5997 | |
Trond Myklebust | 14516c3 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 5998 | if (!nfs41_sequence_done(task, task->tk_msg.rpc_resp)) |
| 5999 | return; |
Andy Adamson | fc01cea | 2009-04-01 09:22:36 -0400 | [diff] [blame] | 6000 | |
| 6001 | if (task->tk_status < 0) { |
| 6002 | dprintk("%s ERROR %d\n", __func__, task->tk_status); |
Alexandros Batsakis | 7135840 | 2010-02-05 03:45:05 -0800 | [diff] [blame] | 6003 | if (atomic_read(&clp->cl_count) == 1) |
| 6004 | goto out; |
Andy Adamson | fc01cea | 2009-04-01 09:22:36 -0400 | [diff] [blame] | 6005 | |
Trond Myklebust | aa5190d | 2010-06-16 09:52:25 -0400 | [diff] [blame] | 6006 | if (nfs41_sequence_handle_errors(task, clp) == -EAGAIN) { |
| 6007 | rpc_restart_call_prepare(task); |
Andy Adamson | fc01cea | 2009-04-01 09:22:36 -0400 | [diff] [blame] | 6008 | return; |
| 6009 | } |
| 6010 | } |
Andy Adamson | fc01cea | 2009-04-01 09:22:36 -0400 | [diff] [blame] | 6011 | dprintk("%s rpc_cred %p\n", __func__, task->tk_msg.rpc_cred); |
Alexandros Batsakis | 7135840 | 2010-02-05 03:45:05 -0800 | [diff] [blame] | 6012 | out: |
Andy Adamson | fc01cea | 2009-04-01 09:22:36 -0400 | [diff] [blame] | 6013 | dprintk("<-- %s\n", __func__); |
| 6014 | } |
| 6015 | |
| 6016 | static void nfs41_sequence_prepare(struct rpc_task *task, void *data) |
| 6017 | { |
Trond Myklebust | d5f8d3f | 2010-06-16 09:52:25 -0400 | [diff] [blame] | 6018 | struct nfs4_sequence_data *calldata = data; |
| 6019 | struct nfs_client *clp = calldata->clp; |
Andy Adamson | fc01cea | 2009-04-01 09:22:36 -0400 | [diff] [blame] | 6020 | struct nfs4_sequence_args *args; |
| 6021 | struct nfs4_sequence_res *res; |
| 6022 | |
Andy Adamson | fc01cea | 2009-04-01 09:22:36 -0400 | [diff] [blame] | 6023 | args = task->tk_msg.rpc_argp; |
| 6024 | res = task->tk_msg.rpc_resp; |
| 6025 | |
Trond Myklebust | d9afbd1 | 2012-10-22 20:28:44 -0400 | [diff] [blame] | 6026 | nfs41_setup_sequence(clp->cl_session, args, res, task); |
Andy Adamson | fc01cea | 2009-04-01 09:22:36 -0400 | [diff] [blame] | 6027 | } |
| 6028 | |
| 6029 | static const struct rpc_call_ops nfs41_sequence_ops = { |
| 6030 | .rpc_call_done = nfs41_sequence_call_done, |
| 6031 | .rpc_call_prepare = nfs41_sequence_prepare, |
Alexandros Batsakis | dc96aef | 2010-02-05 03:45:04 -0800 | [diff] [blame] | 6032 | .rpc_release = nfs41_sequence_release, |
Andy Adamson | fc01cea | 2009-04-01 09:22:36 -0400 | [diff] [blame] | 6033 | }; |
| 6034 | |
Trond Myklebust | 8fe72ba | 2012-10-29 19:02:20 -0400 | [diff] [blame] | 6035 | static struct rpc_task *_nfs41_proc_sequence(struct nfs_client *clp, |
| 6036 | struct rpc_cred *cred, |
| 6037 | bool is_privileged) |
Andy Adamson | fc01cea | 2009-04-01 09:22:36 -0400 | [diff] [blame] | 6038 | { |
Trond Myklebust | d5f8d3f | 2010-06-16 09:52:25 -0400 | [diff] [blame] | 6039 | struct nfs4_sequence_data *calldata; |
Andy Adamson | fc01cea | 2009-04-01 09:22:36 -0400 | [diff] [blame] | 6040 | struct rpc_message msg = { |
| 6041 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SEQUENCE], |
| 6042 | .rpc_cred = cred, |
| 6043 | }; |
Trond Myklebust | 71ac6da | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 6044 | struct rpc_task_setup task_setup_data = { |
| 6045 | .rpc_client = clp->cl_rpcclient, |
| 6046 | .rpc_message = &msg, |
Trond Myklebust | 8fe72ba | 2012-10-29 19:02:20 -0400 | [diff] [blame] | 6047 | .callback_ops = &nfs41_sequence_ops, |
Trond Myklebust | bc7a05c | 2013-04-08 17:50:28 -0400 | [diff] [blame] | 6048 | .flags = RPC_TASK_ASYNC | RPC_TASK_TIMEOUT, |
Trond Myklebust | 71ac6da | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 6049 | }; |
Andy Adamson | fc01cea | 2009-04-01 09:22:36 -0400 | [diff] [blame] | 6050 | |
Alexandros Batsakis | 7135840 | 2010-02-05 03:45:05 -0800 | [diff] [blame] | 6051 | if (!atomic_inc_not_zero(&clp->cl_count)) |
Trond Myklebust | 71ac6da | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 6052 | return ERR_PTR(-EIO); |
Benny Halevy | dfb4f309 | 2010-09-24 09:17:01 -0400 | [diff] [blame] | 6053 | calldata = kzalloc(sizeof(*calldata), GFP_NOFS); |
Trond Myklebust | d5f8d3f | 2010-06-16 09:52:25 -0400 | [diff] [blame] | 6054 | if (calldata == NULL) { |
Alexandros Batsakis | 7135840 | 2010-02-05 03:45:05 -0800 | [diff] [blame] | 6055 | nfs_put_client(clp); |
Trond Myklebust | 71ac6da | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 6056 | return ERR_PTR(-ENOMEM); |
Andy Adamson | fc01cea | 2009-04-01 09:22:36 -0400 | [diff] [blame] | 6057 | } |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 6058 | nfs41_init_sequence(&calldata->args, &calldata->res, 0); |
Trond Myklebust | 8fe72ba | 2012-10-29 19:02:20 -0400 | [diff] [blame] | 6059 | if (is_privileged) |
| 6060 | nfs4_set_sequence_privileged(&calldata->args); |
Trond Myklebust | d5f8d3f | 2010-06-16 09:52:25 -0400 | [diff] [blame] | 6061 | msg.rpc_argp = &calldata->args; |
| 6062 | msg.rpc_resp = &calldata->res; |
| 6063 | calldata->clp = clp; |
Trond Myklebust | 71ac6da | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 6064 | task_setup_data.callback_data = calldata; |
Andy Adamson | fc01cea | 2009-04-01 09:22:36 -0400 | [diff] [blame] | 6065 | |
Trond Myklebust | 71ac6da | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 6066 | return rpc_run_task(&task_setup_data); |
| 6067 | } |
| 6068 | |
Trond Myklebust | 2f60ea6 | 2011-08-24 15:07:37 -0400 | [diff] [blame] | 6069 | 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] | 6070 | { |
| 6071 | struct rpc_task *task; |
| 6072 | int ret = 0; |
| 6073 | |
Trond Myklebust | 2f60ea6 | 2011-08-24 15:07:37 -0400 | [diff] [blame] | 6074 | if ((renew_flags & NFS4_RENEW_TIMEOUT) == 0) |
| 6075 | return 0; |
Trond Myklebust | 8fe72ba | 2012-10-29 19:02:20 -0400 | [diff] [blame] | 6076 | task = _nfs41_proc_sequence(clp, cred, false); |
Trond Myklebust | 71ac6da | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 6077 | if (IS_ERR(task)) |
| 6078 | ret = PTR_ERR(task); |
| 6079 | else |
Trond Myklebust | bf294b4 | 2011-02-21 11:05:41 -0800 | [diff] [blame] | 6080 | rpc_put_task_async(task); |
Trond Myklebust | 71ac6da | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 6081 | dprintk("<-- %s status=%d\n", __func__, ret); |
| 6082 | return ret; |
| 6083 | } |
| 6084 | |
| 6085 | static int nfs4_proc_sequence(struct nfs_client *clp, struct rpc_cred *cred) |
| 6086 | { |
| 6087 | struct rpc_task *task; |
| 6088 | int ret; |
| 6089 | |
Trond Myklebust | 8fe72ba | 2012-10-29 19:02:20 -0400 | [diff] [blame] | 6090 | task = _nfs41_proc_sequence(clp, cred, true); |
Trond Myklebust | 71ac6da | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 6091 | if (IS_ERR(task)) { |
| 6092 | ret = PTR_ERR(task); |
| 6093 | goto out; |
| 6094 | } |
| 6095 | ret = rpc_wait_for_completion_task(task); |
Trond Myklebust | b4410c2 | 2011-03-09 16:00:55 -0500 | [diff] [blame] | 6096 | if (!ret) { |
| 6097 | struct nfs4_sequence_res *res = task->tk_msg.rpc_resp; |
| 6098 | |
| 6099 | if (task->tk_status == 0) |
| 6100 | nfs41_handle_sequence_flag_errors(clp, res->sr_status_flags); |
Trond Myklebust | 71ac6da | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 6101 | ret = task->tk_status; |
Trond Myklebust | b4410c2 | 2011-03-09 16:00:55 -0500 | [diff] [blame] | 6102 | } |
Trond Myklebust | 71ac6da | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 6103 | rpc_put_task(task); |
| 6104 | out: |
| 6105 | dprintk("<-- %s status=%d\n", __func__, ret); |
| 6106 | return ret; |
Andy Adamson | fc01cea | 2009-04-01 09:22:36 -0400 | [diff] [blame] | 6107 | } |
| 6108 | |
Ricardo Labiaga | fce5c83 | 2009-12-05 16:08:41 -0500 | [diff] [blame] | 6109 | struct nfs4_reclaim_complete_data { |
| 6110 | struct nfs_client *clp; |
| 6111 | struct nfs41_reclaim_complete_args arg; |
| 6112 | struct nfs41_reclaim_complete_res res; |
| 6113 | }; |
| 6114 | |
| 6115 | static void nfs4_reclaim_complete_prepare(struct rpc_task *task, void *data) |
| 6116 | { |
| 6117 | struct nfs4_reclaim_complete_data *calldata = data; |
| 6118 | |
Trond Myklebust | d9afbd1 | 2012-10-22 20:28:44 -0400 | [diff] [blame] | 6119 | nfs41_setup_sequence(calldata->clp->cl_session, |
| 6120 | &calldata->arg.seq_args, |
| 6121 | &calldata->res.seq_res, |
| 6122 | task); |
Ricardo Labiaga | fce5c83 | 2009-12-05 16:08:41 -0500 | [diff] [blame] | 6123 | } |
| 6124 | |
Trond Myklebust | aa5190d | 2010-06-16 09:52:25 -0400 | [diff] [blame] | 6125 | static int nfs41_reclaim_complete_handle_errors(struct rpc_task *task, struct nfs_client *clp) |
| 6126 | { |
| 6127 | switch(task->tk_status) { |
| 6128 | case 0: |
| 6129 | case -NFS4ERR_COMPLETE_ALREADY: |
| 6130 | case -NFS4ERR_WRONG_CRED: /* What to do here? */ |
| 6131 | break; |
| 6132 | case -NFS4ERR_DELAY: |
Trond Myklebust | aa5190d | 2010-06-16 09:52:25 -0400 | [diff] [blame] | 6133 | rpc_delay(task, NFS4_POLL_RETRY_MAX); |
Andy Adamson | a8a4ae3 | 2011-05-03 13:43:03 -0400 | [diff] [blame] | 6134 | /* fall through */ |
| 6135 | case -NFS4ERR_RETRY_UNCACHED_REP: |
Trond Myklebust | aa5190d | 2010-06-16 09:52:25 -0400 | [diff] [blame] | 6136 | return -EAGAIN; |
| 6137 | default: |
Trond Myklebust | 0400a6b | 2011-03-09 16:00:53 -0500 | [diff] [blame] | 6138 | nfs4_schedule_lease_recovery(clp); |
Trond Myklebust | aa5190d | 2010-06-16 09:52:25 -0400 | [diff] [blame] | 6139 | } |
| 6140 | return 0; |
| 6141 | } |
| 6142 | |
Ricardo Labiaga | fce5c83 | 2009-12-05 16:08:41 -0500 | [diff] [blame] | 6143 | static void nfs4_reclaim_complete_done(struct rpc_task *task, void *data) |
| 6144 | { |
| 6145 | struct nfs4_reclaim_complete_data *calldata = data; |
| 6146 | struct nfs_client *clp = calldata->clp; |
| 6147 | struct nfs4_sequence_res *res = &calldata->res.seq_res; |
| 6148 | |
| 6149 | dprintk("--> %s\n", __func__); |
Trond Myklebust | 14516c3 | 2010-07-31 14:29:06 -0400 | [diff] [blame] | 6150 | if (!nfs41_sequence_done(task, res)) |
| 6151 | return; |
Ricardo Labiaga | fce5c83 | 2009-12-05 16:08:41 -0500 | [diff] [blame] | 6152 | |
Trond Myklebust | aa5190d | 2010-06-16 09:52:25 -0400 | [diff] [blame] | 6153 | if (nfs41_reclaim_complete_handle_errors(task, clp) == -EAGAIN) { |
| 6154 | rpc_restart_call_prepare(task); |
| 6155 | return; |
| 6156 | } |
Ricardo Labiaga | fce5c83 | 2009-12-05 16:08:41 -0500 | [diff] [blame] | 6157 | dprintk("<-- %s\n", __func__); |
| 6158 | } |
| 6159 | |
| 6160 | static void nfs4_free_reclaim_complete_data(void *data) |
| 6161 | { |
| 6162 | struct nfs4_reclaim_complete_data *calldata = data; |
| 6163 | |
| 6164 | kfree(calldata); |
| 6165 | } |
| 6166 | |
| 6167 | static const struct rpc_call_ops nfs4_reclaim_complete_call_ops = { |
| 6168 | .rpc_call_prepare = nfs4_reclaim_complete_prepare, |
| 6169 | .rpc_call_done = nfs4_reclaim_complete_done, |
| 6170 | .rpc_release = nfs4_free_reclaim_complete_data, |
| 6171 | }; |
| 6172 | |
| 6173 | /* |
| 6174 | * Issue a global reclaim complete. |
| 6175 | */ |
Trond Myklebust | 965e9c2 | 2013-05-20 11:05:17 -0400 | [diff] [blame] | 6176 | static int nfs41_proc_reclaim_complete(struct nfs_client *clp, |
| 6177 | struct rpc_cred *cred) |
Ricardo Labiaga | fce5c83 | 2009-12-05 16:08:41 -0500 | [diff] [blame] | 6178 | { |
| 6179 | struct nfs4_reclaim_complete_data *calldata; |
| 6180 | struct rpc_task *task; |
| 6181 | struct rpc_message msg = { |
| 6182 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_RECLAIM_COMPLETE], |
Trond Myklebust | 965e9c2 | 2013-05-20 11:05:17 -0400 | [diff] [blame] | 6183 | .rpc_cred = cred, |
Ricardo Labiaga | fce5c83 | 2009-12-05 16:08:41 -0500 | [diff] [blame] | 6184 | }; |
| 6185 | struct rpc_task_setup task_setup_data = { |
| 6186 | .rpc_client = clp->cl_rpcclient, |
| 6187 | .rpc_message = &msg, |
| 6188 | .callback_ops = &nfs4_reclaim_complete_call_ops, |
| 6189 | .flags = RPC_TASK_ASYNC, |
| 6190 | }; |
| 6191 | int status = -ENOMEM; |
| 6192 | |
| 6193 | dprintk("--> %s\n", __func__); |
Trond Myklebust | 8535b2b | 2010-05-13 12:51:01 -0400 | [diff] [blame] | 6194 | calldata = kzalloc(sizeof(*calldata), GFP_NOFS); |
Ricardo Labiaga | fce5c83 | 2009-12-05 16:08:41 -0500 | [diff] [blame] | 6195 | if (calldata == NULL) |
| 6196 | goto out; |
| 6197 | calldata->clp = clp; |
| 6198 | calldata->arg.one_fs = 0; |
Ricardo Labiaga | fce5c83 | 2009-12-05 16:08:41 -0500 | [diff] [blame] | 6199 | |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 6200 | nfs41_init_sequence(&calldata->arg.seq_args, &calldata->res.seq_res, 0); |
Trond Myklebust | 8fe72ba | 2012-10-29 19:02:20 -0400 | [diff] [blame] | 6201 | nfs4_set_sequence_privileged(&calldata->arg.seq_args); |
Ricardo Labiaga | fce5c83 | 2009-12-05 16:08:41 -0500 | [diff] [blame] | 6202 | msg.rpc_argp = &calldata->arg; |
| 6203 | msg.rpc_resp = &calldata->res; |
| 6204 | task_setup_data.callback_data = calldata; |
| 6205 | task = rpc_run_task(&task_setup_data); |
Dan Carpenter | acf82b8 | 2010-04-22 11:28:39 +0200 | [diff] [blame] | 6206 | if (IS_ERR(task)) { |
Ricardo Labiaga | fce5c83 | 2009-12-05 16:08:41 -0500 | [diff] [blame] | 6207 | status = PTR_ERR(task); |
Dan Carpenter | acf82b8 | 2010-04-22 11:28:39 +0200 | [diff] [blame] | 6208 | goto out; |
| 6209 | } |
Andy Adamson | c34c32e | 2011-03-09 13:13:46 -0500 | [diff] [blame] | 6210 | status = nfs4_wait_for_completion_rpc_task(task); |
| 6211 | if (status == 0) |
| 6212 | status = task->tk_status; |
Ricardo Labiaga | fce5c83 | 2009-12-05 16:08:41 -0500 | [diff] [blame] | 6213 | rpc_put_task(task); |
Dan Carpenter | acf82b8 | 2010-04-22 11:28:39 +0200 | [diff] [blame] | 6214 | return 0; |
Ricardo Labiaga | fce5c83 | 2009-12-05 16:08:41 -0500 | [diff] [blame] | 6215 | out: |
| 6216 | dprintk("<-- %s status=%d\n", __func__, status); |
| 6217 | return status; |
| 6218 | } |
Andy Adamson | b1f69b7 | 2010-10-20 00:18:03 -0400 | [diff] [blame] | 6219 | |
| 6220 | static void |
| 6221 | nfs4_layoutget_prepare(struct rpc_task *task, void *calldata) |
| 6222 | { |
| 6223 | struct nfs4_layoutget *lgp = calldata; |
Fred Isaman | c31663d | 2011-01-06 11:36:24 +0000 | [diff] [blame] | 6224 | struct nfs_server *server = NFS_SERVER(lgp->args.inode); |
Trond Myklebust | 6ba7db3 | 2012-10-22 20:07:20 -0400 | [diff] [blame] | 6225 | struct nfs4_session *session = nfs4_get_session(server); |
Andy Adamson | b1f69b7 | 2010-10-20 00:18:03 -0400 | [diff] [blame] | 6226 | |
| 6227 | dprintk("--> %s\n", __func__); |
Fred Isaman | c31663d | 2011-01-06 11:36:24 +0000 | [diff] [blame] | 6228 | /* Note the is a race here, where a CB_LAYOUTRECALL can come in |
| 6229 | * right now covering the LAYOUTGET we are about to send. |
| 6230 | * However, that is not so catastrophic, and there seems |
| 6231 | * to be no way to prevent it completely. |
| 6232 | */ |
Trond Myklebust | 6ba7db3 | 2012-10-22 20:07:20 -0400 | [diff] [blame] | 6233 | if (nfs41_setup_sequence(session, &lgp->args.seq_args, |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 6234 | &lgp->res.seq_res, task)) |
Andy Adamson | b1f69b7 | 2010-10-20 00:18:03 -0400 | [diff] [blame] | 6235 | return; |
Fred Isaman | cf7d63f | 2011-01-06 11:36:25 +0000 | [diff] [blame] | 6236 | if (pnfs_choose_layoutget_stateid(&lgp->args.stateid, |
| 6237 | NFS_I(lgp->args.inode)->layout, |
| 6238 | lgp->args.ctx->state)) { |
| 6239 | rpc_exit(task, NFS4_OK); |
Fred Isaman | cf7d63f | 2011-01-06 11:36:25 +0000 | [diff] [blame] | 6240 | } |
Andy Adamson | b1f69b7 | 2010-10-20 00:18:03 -0400 | [diff] [blame] | 6241 | } |
| 6242 | |
| 6243 | static void nfs4_layoutget_done(struct rpc_task *task, void *calldata) |
| 6244 | { |
| 6245 | struct nfs4_layoutget *lgp = calldata; |
Trond Myklebust | ee314c2 | 2012-10-01 17:25:48 -0700 | [diff] [blame] | 6246 | struct inode *inode = lgp->args.inode; |
| 6247 | struct nfs_server *server = NFS_SERVER(inode); |
| 6248 | struct pnfs_layout_hdr *lo; |
| 6249 | struct nfs4_state *state = NULL; |
Weston Andros Adamson | 3000512 | 2013-02-28 20:30:10 -0500 | [diff] [blame] | 6250 | unsigned long timeo, giveup; |
Andy Adamson | b1f69b7 | 2010-10-20 00:18:03 -0400 | [diff] [blame] | 6251 | |
| 6252 | dprintk("--> %s\n", __func__); |
| 6253 | |
Trond Myklebust | 6ba7db3 | 2012-10-22 20:07:20 -0400 | [diff] [blame] | 6254 | if (!nfs41_sequence_done(task, &lgp->res.seq_res)) |
Trond Myklebust | ee314c2 | 2012-10-01 17:25:48 -0700 | [diff] [blame] | 6255 | goto out; |
Andy Adamson | b1f69b7 | 2010-10-20 00:18:03 -0400 | [diff] [blame] | 6256 | |
| 6257 | switch (task->tk_status) { |
| 6258 | case 0: |
Trond Myklebust | ee314c2 | 2012-10-01 17:25:48 -0700 | [diff] [blame] | 6259 | goto out; |
Andy Adamson | b1f69b7 | 2010-10-20 00:18:03 -0400 | [diff] [blame] | 6260 | case -NFS4ERR_LAYOUTTRYLATER: |
| 6261 | case -NFS4ERR_RECALLCONFLICT: |
Weston Andros Adamson | 3000512 | 2013-02-28 20:30:10 -0500 | [diff] [blame] | 6262 | timeo = rpc_get_timeout(task->tk_client); |
| 6263 | giveup = lgp->args.timestamp + timeo; |
| 6264 | if (time_after(giveup, jiffies)) |
| 6265 | task->tk_status = -NFS4ERR_DELAY; |
Trond Myklebust | ee314c2 | 2012-10-01 17:25:48 -0700 | [diff] [blame] | 6266 | break; |
| 6267 | case -NFS4ERR_EXPIRED: |
| 6268 | case -NFS4ERR_BAD_STATEID: |
| 6269 | spin_lock(&inode->i_lock); |
| 6270 | lo = NFS_I(inode)->layout; |
| 6271 | if (!lo || list_empty(&lo->plh_segs)) { |
| 6272 | spin_unlock(&inode->i_lock); |
| 6273 | /* If the open stateid was bad, then recover it. */ |
| 6274 | state = lgp->args.ctx->state; |
| 6275 | } else { |
| 6276 | LIST_HEAD(head); |
| 6277 | |
| 6278 | pnfs_mark_matching_lsegs_invalid(lo, &head, NULL); |
| 6279 | spin_unlock(&inode->i_lock); |
| 6280 | /* Mark the bad layout state as invalid, then |
| 6281 | * retry using the open stateid. */ |
| 6282 | pnfs_free_lseg_list(&head); |
Andy Adamson | b1f69b7 | 2010-10-20 00:18:03 -0400 | [diff] [blame] | 6283 | } |
| 6284 | } |
Trond Myklebust | ee314c2 | 2012-10-01 17:25:48 -0700 | [diff] [blame] | 6285 | if (nfs4_async_handle_error(task, server, state) == -EAGAIN) |
| 6286 | rpc_restart_call_prepare(task); |
| 6287 | out: |
Andy Adamson | b1f69b7 | 2010-10-20 00:18:03 -0400 | [diff] [blame] | 6288 | dprintk("<-- %s\n", __func__); |
| 6289 | } |
| 6290 | |
Idan Kedar | 8554116 | 2012-08-02 11:47:10 +0300 | [diff] [blame] | 6291 | static size_t max_response_pages(struct nfs_server *server) |
| 6292 | { |
| 6293 | u32 max_resp_sz = server->nfs_client->cl_session->fc_attrs.max_resp_sz; |
| 6294 | return nfs_page_array_len(0, max_resp_sz); |
| 6295 | } |
| 6296 | |
| 6297 | static void nfs4_free_pages(struct page **pages, size_t size) |
| 6298 | { |
| 6299 | int i; |
| 6300 | |
| 6301 | if (!pages) |
| 6302 | return; |
| 6303 | |
| 6304 | for (i = 0; i < size; i++) { |
| 6305 | if (!pages[i]) |
| 6306 | break; |
| 6307 | __free_page(pages[i]); |
| 6308 | } |
| 6309 | kfree(pages); |
| 6310 | } |
| 6311 | |
| 6312 | static struct page **nfs4_alloc_pages(size_t size, gfp_t gfp_flags) |
| 6313 | { |
| 6314 | struct page **pages; |
| 6315 | int i; |
| 6316 | |
| 6317 | pages = kcalloc(size, sizeof(struct page *), gfp_flags); |
| 6318 | if (!pages) { |
| 6319 | dprintk("%s: can't alloc array of %zu pages\n", __func__, size); |
| 6320 | return NULL; |
| 6321 | } |
| 6322 | |
| 6323 | for (i = 0; i < size; i++) { |
| 6324 | pages[i] = alloc_page(gfp_flags); |
| 6325 | if (!pages[i]) { |
| 6326 | dprintk("%s: failed to allocate page\n", __func__); |
| 6327 | nfs4_free_pages(pages, size); |
| 6328 | return NULL; |
| 6329 | } |
| 6330 | } |
| 6331 | |
| 6332 | return pages; |
| 6333 | } |
| 6334 | |
Andy Adamson | b1f69b7 | 2010-10-20 00:18:03 -0400 | [diff] [blame] | 6335 | static void nfs4_layoutget_release(void *calldata) |
| 6336 | { |
| 6337 | struct nfs4_layoutget *lgp = calldata; |
Weston Andros Adamson | a47970f | 2013-02-25 21:27:33 -0500 | [diff] [blame] | 6338 | struct inode *inode = lgp->args.inode; |
| 6339 | struct nfs_server *server = NFS_SERVER(inode); |
Idan Kedar | 8554116 | 2012-08-02 11:47:10 +0300 | [diff] [blame] | 6340 | size_t max_pages = max_response_pages(server); |
Andy Adamson | b1f69b7 | 2010-10-20 00:18:03 -0400 | [diff] [blame] | 6341 | |
| 6342 | dprintk("--> %s\n", __func__); |
Idan Kedar | 8554116 | 2012-08-02 11:47:10 +0300 | [diff] [blame] | 6343 | nfs4_free_pages(lgp->args.layout.pages, max_pages); |
Weston Andros Adamson | a47970f | 2013-02-25 21:27:33 -0500 | [diff] [blame] | 6344 | pnfs_put_layout_hdr(NFS_I(inode)->layout); |
Andy Adamson | b1f69b7 | 2010-10-20 00:18:03 -0400 | [diff] [blame] | 6345 | put_nfs_open_context(lgp->args.ctx); |
| 6346 | kfree(calldata); |
| 6347 | dprintk("<-- %s\n", __func__); |
| 6348 | } |
| 6349 | |
| 6350 | static const struct rpc_call_ops nfs4_layoutget_call_ops = { |
| 6351 | .rpc_call_prepare = nfs4_layoutget_prepare, |
| 6352 | .rpc_call_done = nfs4_layoutget_done, |
| 6353 | .rpc_release = nfs4_layoutget_release, |
| 6354 | }; |
| 6355 | |
Trond Myklebust | a0b0a6e | 2012-09-17 17:12:15 -0400 | [diff] [blame] | 6356 | struct pnfs_layout_segment * |
| 6357 | nfs4_proc_layoutget(struct nfs4_layoutget *lgp, gfp_t gfp_flags) |
Andy Adamson | b1f69b7 | 2010-10-20 00:18:03 -0400 | [diff] [blame] | 6358 | { |
Weston Andros Adamson | a47970f | 2013-02-25 21:27:33 -0500 | [diff] [blame] | 6359 | struct inode *inode = lgp->args.inode; |
| 6360 | struct nfs_server *server = NFS_SERVER(inode); |
Idan Kedar | 8554116 | 2012-08-02 11:47:10 +0300 | [diff] [blame] | 6361 | size_t max_pages = max_response_pages(server); |
Andy Adamson | b1f69b7 | 2010-10-20 00:18:03 -0400 | [diff] [blame] | 6362 | struct rpc_task *task; |
| 6363 | struct rpc_message msg = { |
| 6364 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTGET], |
| 6365 | .rpc_argp = &lgp->args, |
| 6366 | .rpc_resp = &lgp->res, |
Trond Myklebust | 6ab5934 | 2013-05-20 10:49:34 -0400 | [diff] [blame] | 6367 | .rpc_cred = lgp->cred, |
Andy Adamson | b1f69b7 | 2010-10-20 00:18:03 -0400 | [diff] [blame] | 6368 | }; |
| 6369 | struct rpc_task_setup task_setup_data = { |
| 6370 | .rpc_client = server->client, |
| 6371 | .rpc_message = &msg, |
| 6372 | .callback_ops = &nfs4_layoutget_call_ops, |
| 6373 | .callback_data = lgp, |
| 6374 | .flags = RPC_TASK_ASYNC, |
| 6375 | }; |
Trond Myklebust | a0b0a6e | 2012-09-17 17:12:15 -0400 | [diff] [blame] | 6376 | struct pnfs_layout_segment *lseg = NULL; |
Andy Adamson | b1f69b7 | 2010-10-20 00:18:03 -0400 | [diff] [blame] | 6377 | int status = 0; |
| 6378 | |
| 6379 | dprintk("--> %s\n", __func__); |
| 6380 | |
Idan Kedar | 8554116 | 2012-08-02 11:47:10 +0300 | [diff] [blame] | 6381 | lgp->args.layout.pages = nfs4_alloc_pages(max_pages, gfp_flags); |
| 6382 | if (!lgp->args.layout.pages) { |
| 6383 | nfs4_layoutget_release(lgp); |
Trond Myklebust | a0b0a6e | 2012-09-17 17:12:15 -0400 | [diff] [blame] | 6384 | return ERR_PTR(-ENOMEM); |
Idan Kedar | 8554116 | 2012-08-02 11:47:10 +0300 | [diff] [blame] | 6385 | } |
| 6386 | lgp->args.layout.pglen = max_pages * PAGE_SIZE; |
Weston Andros Adamson | 3000512 | 2013-02-28 20:30:10 -0500 | [diff] [blame] | 6387 | lgp->args.timestamp = jiffies; |
Idan Kedar | 8554116 | 2012-08-02 11:47:10 +0300 | [diff] [blame] | 6388 | |
Weston Andros Adamson | 35124a0 | 2011-03-24 16:48:21 -0400 | [diff] [blame] | 6389 | lgp->res.layoutp = &lgp->args.layout; |
Andy Adamson | b1f69b7 | 2010-10-20 00:18:03 -0400 | [diff] [blame] | 6390 | lgp->res.seq_res.sr_slot = NULL; |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 6391 | nfs41_init_sequence(&lgp->args.seq_args, &lgp->res.seq_res, 0); |
Weston Andros Adamson | a47970f | 2013-02-25 21:27:33 -0500 | [diff] [blame] | 6392 | |
| 6393 | /* nfs4_layoutget_release calls pnfs_put_layout_hdr */ |
| 6394 | pnfs_get_layout_hdr(NFS_I(inode)->layout); |
| 6395 | |
Andy Adamson | b1f69b7 | 2010-10-20 00:18:03 -0400 | [diff] [blame] | 6396 | task = rpc_run_task(&task_setup_data); |
| 6397 | if (IS_ERR(task)) |
Trond Myklebust | a0b0a6e | 2012-09-17 17:12:15 -0400 | [diff] [blame] | 6398 | return ERR_CAST(task); |
Andy Adamson | b1f69b7 | 2010-10-20 00:18:03 -0400 | [diff] [blame] | 6399 | status = nfs4_wait_for_completion_rpc_task(task); |
Fred Isaman | c31663d | 2011-01-06 11:36:24 +0000 | [diff] [blame] | 6400 | if (status == 0) |
| 6401 | status = task->tk_status; |
Weston Andros Adamson | 085b7a4 | 2013-02-15 16:03:46 -0500 | [diff] [blame] | 6402 | /* if layoutp->len is 0, nfs4_layoutget_prepare called rpc_exit */ |
| 6403 | if (status == 0 && lgp->res.layoutp->len) |
Trond Myklebust | a0b0a6e | 2012-09-17 17:12:15 -0400 | [diff] [blame] | 6404 | lseg = pnfs_layout_process(lgp); |
Andy Adamson | b1f69b7 | 2010-10-20 00:18:03 -0400 | [diff] [blame] | 6405 | rpc_put_task(task); |
| 6406 | dprintk("<-- %s status=%d\n", __func__, status); |
Trond Myklebust | a0b0a6e | 2012-09-17 17:12:15 -0400 | [diff] [blame] | 6407 | if (status) |
| 6408 | return ERR_PTR(status); |
| 6409 | return lseg; |
Andy Adamson | b1f69b7 | 2010-10-20 00:18:03 -0400 | [diff] [blame] | 6410 | } |
| 6411 | |
Benny Halevy | cbe8260 | 2011-05-22 19:52:37 +0300 | [diff] [blame] | 6412 | static void |
| 6413 | nfs4_layoutreturn_prepare(struct rpc_task *task, void *calldata) |
| 6414 | { |
| 6415 | struct nfs4_layoutreturn *lrp = calldata; |
| 6416 | |
| 6417 | dprintk("--> %s\n", __func__); |
Trond Myklebust | d9afbd1 | 2012-10-22 20:28:44 -0400 | [diff] [blame] | 6418 | nfs41_setup_sequence(lrp->clp->cl_session, |
| 6419 | &lrp->args.seq_args, |
| 6420 | &lrp->res.seq_res, |
| 6421 | task); |
Benny Halevy | cbe8260 | 2011-05-22 19:52:37 +0300 | [diff] [blame] | 6422 | } |
| 6423 | |
| 6424 | static void nfs4_layoutreturn_done(struct rpc_task *task, void *calldata) |
| 6425 | { |
| 6426 | struct nfs4_layoutreturn *lrp = calldata; |
| 6427 | struct nfs_server *server; |
| 6428 | |
| 6429 | dprintk("--> %s\n", __func__); |
| 6430 | |
Trond Myklebust | 6ba7db3 | 2012-10-22 20:07:20 -0400 | [diff] [blame] | 6431 | if (!nfs41_sequence_done(task, &lrp->res.seq_res)) |
Benny Halevy | cbe8260 | 2011-05-22 19:52:37 +0300 | [diff] [blame] | 6432 | return; |
| 6433 | |
| 6434 | server = NFS_SERVER(lrp->args.inode); |
| 6435 | if (nfs4_async_handle_error(task, server, NULL) == -EAGAIN) { |
Trond Myklebust | d00c5d4 | 2011-10-19 12:17:29 -0700 | [diff] [blame] | 6436 | rpc_restart_call_prepare(task); |
Benny Halevy | cbe8260 | 2011-05-22 19:52:37 +0300 | [diff] [blame] | 6437 | return; |
| 6438 | } |
Benny Halevy | cbe8260 | 2011-05-22 19:52:37 +0300 | [diff] [blame] | 6439 | dprintk("<-- %s\n", __func__); |
| 6440 | } |
| 6441 | |
| 6442 | static void nfs4_layoutreturn_release(void *calldata) |
| 6443 | { |
| 6444 | struct nfs4_layoutreturn *lrp = calldata; |
Trond Myklebust | 849b286 | 2012-09-24 14:18:39 -0400 | [diff] [blame] | 6445 | struct pnfs_layout_hdr *lo = lrp->args.layout; |
Benny Halevy | cbe8260 | 2011-05-22 19:52:37 +0300 | [diff] [blame] | 6446 | |
| 6447 | dprintk("--> %s\n", __func__); |
Trond Myklebust | 849b286 | 2012-09-24 14:18:39 -0400 | [diff] [blame] | 6448 | spin_lock(&lo->plh_inode->i_lock); |
| 6449 | if (lrp->res.lrs_present) |
| 6450 | pnfs_set_layout_stateid(lo, &lrp->res.stateid, true); |
| 6451 | lo->plh_block_lgets--; |
| 6452 | spin_unlock(&lo->plh_inode->i_lock); |
Trond Myklebust | 70c3bd2 | 2012-09-18 20:51:13 -0400 | [diff] [blame] | 6453 | pnfs_put_layout_hdr(lrp->args.layout); |
Benny Halevy | cbe8260 | 2011-05-22 19:52:37 +0300 | [diff] [blame] | 6454 | kfree(calldata); |
| 6455 | dprintk("<-- %s\n", __func__); |
| 6456 | } |
| 6457 | |
| 6458 | static const struct rpc_call_ops nfs4_layoutreturn_call_ops = { |
| 6459 | .rpc_call_prepare = nfs4_layoutreturn_prepare, |
| 6460 | .rpc_call_done = nfs4_layoutreturn_done, |
| 6461 | .rpc_release = nfs4_layoutreturn_release, |
| 6462 | }; |
| 6463 | |
| 6464 | int nfs4_proc_layoutreturn(struct nfs4_layoutreturn *lrp) |
| 6465 | { |
| 6466 | struct rpc_task *task; |
| 6467 | struct rpc_message msg = { |
| 6468 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTRETURN], |
| 6469 | .rpc_argp = &lrp->args, |
| 6470 | .rpc_resp = &lrp->res, |
Trond Myklebust | 9556000 | 2013-05-20 10:43:47 -0400 | [diff] [blame] | 6471 | .rpc_cred = lrp->cred, |
Benny Halevy | cbe8260 | 2011-05-22 19:52:37 +0300 | [diff] [blame] | 6472 | }; |
| 6473 | struct rpc_task_setup task_setup_data = { |
| 6474 | .rpc_client = lrp->clp->cl_rpcclient, |
| 6475 | .rpc_message = &msg, |
| 6476 | .callback_ops = &nfs4_layoutreturn_call_ops, |
| 6477 | .callback_data = lrp, |
| 6478 | }; |
| 6479 | int status; |
| 6480 | |
| 6481 | dprintk("--> %s\n", __func__); |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 6482 | nfs41_init_sequence(&lrp->args.seq_args, &lrp->res.seq_res, 1); |
Benny Halevy | cbe8260 | 2011-05-22 19:52:37 +0300 | [diff] [blame] | 6483 | task = rpc_run_task(&task_setup_data); |
| 6484 | if (IS_ERR(task)) |
| 6485 | return PTR_ERR(task); |
| 6486 | status = task->tk_status; |
| 6487 | dprintk("<-- %s status=%d\n", __func__, status); |
| 6488 | rpc_put_task(task); |
| 6489 | return status; |
| 6490 | } |
| 6491 | |
Andy Adamson | 7f11d8d | 2011-07-30 20:52:35 -0400 | [diff] [blame] | 6492 | /* |
| 6493 | * Retrieve the list of Data Server devices from the MDS. |
| 6494 | */ |
| 6495 | static int _nfs4_getdevicelist(struct nfs_server *server, |
| 6496 | const struct nfs_fh *fh, |
| 6497 | struct pnfs_devicelist *devlist) |
| 6498 | { |
| 6499 | struct nfs4_getdevicelist_args args = { |
| 6500 | .fh = fh, |
| 6501 | .layoutclass = server->pnfs_curr_ld->id, |
| 6502 | }; |
| 6503 | struct nfs4_getdevicelist_res res = { |
| 6504 | .devlist = devlist, |
| 6505 | }; |
| 6506 | struct rpc_message msg = { |
| 6507 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETDEVICELIST], |
| 6508 | .rpc_argp = &args, |
| 6509 | .rpc_resp = &res, |
| 6510 | }; |
| 6511 | int status; |
| 6512 | |
| 6513 | dprintk("--> %s\n", __func__); |
| 6514 | status = nfs4_call_sync(server->client, server, &msg, &args.seq_args, |
| 6515 | &res.seq_res, 0); |
| 6516 | dprintk("<-- %s status=%d\n", __func__, status); |
| 6517 | return status; |
| 6518 | } |
| 6519 | |
| 6520 | int nfs4_proc_getdevicelist(struct nfs_server *server, |
| 6521 | const struct nfs_fh *fh, |
| 6522 | struct pnfs_devicelist *devlist) |
| 6523 | { |
| 6524 | struct nfs4_exception exception = { }; |
| 6525 | int err; |
| 6526 | |
| 6527 | do { |
| 6528 | err = nfs4_handle_exception(server, |
| 6529 | _nfs4_getdevicelist(server, fh, devlist), |
| 6530 | &exception); |
| 6531 | } while (exception.retry); |
| 6532 | |
| 6533 | dprintk("%s: err=%d, num_devs=%u\n", __func__, |
| 6534 | err, devlist->num_devs); |
| 6535 | |
| 6536 | return err; |
| 6537 | } |
| 6538 | EXPORT_SYMBOL_GPL(nfs4_proc_getdevicelist); |
| 6539 | |
Andy Adamson | b1f69b7 | 2010-10-20 00:18:03 -0400 | [diff] [blame] | 6540 | static int |
Trond Myklebust | cd5875f | 2013-05-20 11:42:54 -0400 | [diff] [blame] | 6541 | _nfs4_proc_getdeviceinfo(struct nfs_server *server, |
| 6542 | struct pnfs_device *pdev, |
| 6543 | struct rpc_cred *cred) |
Andy Adamson | b1f69b7 | 2010-10-20 00:18:03 -0400 | [diff] [blame] | 6544 | { |
| 6545 | struct nfs4_getdeviceinfo_args args = { |
| 6546 | .pdev = pdev, |
| 6547 | }; |
| 6548 | struct nfs4_getdeviceinfo_res res = { |
| 6549 | .pdev = pdev, |
| 6550 | }; |
| 6551 | struct rpc_message msg = { |
| 6552 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_GETDEVICEINFO], |
| 6553 | .rpc_argp = &args, |
| 6554 | .rpc_resp = &res, |
Trond Myklebust | cd5875f | 2013-05-20 11:42:54 -0400 | [diff] [blame] | 6555 | .rpc_cred = cred, |
Andy Adamson | b1f69b7 | 2010-10-20 00:18:03 -0400 | [diff] [blame] | 6556 | }; |
| 6557 | int status; |
| 6558 | |
| 6559 | dprintk("--> %s\n", __func__); |
Bryan Schumaker | 7c51305 | 2011-03-24 17:12:24 +0000 | [diff] [blame] | 6560 | 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] | 6561 | dprintk("<-- %s status=%d\n", __func__, status); |
| 6562 | |
| 6563 | return status; |
| 6564 | } |
| 6565 | |
Trond Myklebust | cd5875f | 2013-05-20 11:42:54 -0400 | [diff] [blame] | 6566 | int nfs4_proc_getdeviceinfo(struct nfs_server *server, |
| 6567 | struct pnfs_device *pdev, |
| 6568 | struct rpc_cred *cred) |
Andy Adamson | b1f69b7 | 2010-10-20 00:18:03 -0400 | [diff] [blame] | 6569 | { |
| 6570 | struct nfs4_exception exception = { }; |
| 6571 | int err; |
| 6572 | |
| 6573 | do { |
| 6574 | err = nfs4_handle_exception(server, |
Trond Myklebust | cd5875f | 2013-05-20 11:42:54 -0400 | [diff] [blame] | 6575 | _nfs4_proc_getdeviceinfo(server, pdev, cred), |
Andy Adamson | b1f69b7 | 2010-10-20 00:18:03 -0400 | [diff] [blame] | 6576 | &exception); |
| 6577 | } while (exception.retry); |
| 6578 | return err; |
| 6579 | } |
| 6580 | EXPORT_SYMBOL_GPL(nfs4_proc_getdeviceinfo); |
| 6581 | |
Andy Adamson | 863a3c6 | 2011-03-23 13:27:54 +0000 | [diff] [blame] | 6582 | static void nfs4_layoutcommit_prepare(struct rpc_task *task, void *calldata) |
| 6583 | { |
| 6584 | struct nfs4_layoutcommit_data *data = calldata; |
| 6585 | struct nfs_server *server = NFS_SERVER(data->args.inode); |
Trond Myklebust | 6ba7db3 | 2012-10-22 20:07:20 -0400 | [diff] [blame] | 6586 | struct nfs4_session *session = nfs4_get_session(server); |
Andy Adamson | 863a3c6 | 2011-03-23 13:27:54 +0000 | [diff] [blame] | 6587 | |
Trond Myklebust | d9afbd1 | 2012-10-22 20:28:44 -0400 | [diff] [blame] | 6588 | nfs41_setup_sequence(session, |
| 6589 | &data->args.seq_args, |
| 6590 | &data->res.seq_res, |
| 6591 | task); |
Andy Adamson | 863a3c6 | 2011-03-23 13:27:54 +0000 | [diff] [blame] | 6592 | } |
| 6593 | |
| 6594 | static void |
| 6595 | nfs4_layoutcommit_done(struct rpc_task *task, void *calldata) |
| 6596 | { |
| 6597 | struct nfs4_layoutcommit_data *data = calldata; |
| 6598 | struct nfs_server *server = NFS_SERVER(data->args.inode); |
| 6599 | |
Trond Myklebust | 6ba7db3 | 2012-10-22 20:07:20 -0400 | [diff] [blame] | 6600 | if (!nfs41_sequence_done(task, &data->res.seq_res)) |
Andy Adamson | 863a3c6 | 2011-03-23 13:27:54 +0000 | [diff] [blame] | 6601 | return; |
| 6602 | |
| 6603 | switch (task->tk_status) { /* Just ignore these failures */ |
Trond Myklebust | e59d27e | 2012-03-27 18:22:19 -0400 | [diff] [blame] | 6604 | case -NFS4ERR_DELEG_REVOKED: /* layout was recalled */ |
| 6605 | case -NFS4ERR_BADIOMODE: /* no IOMODE_RW layout for range */ |
| 6606 | case -NFS4ERR_BADLAYOUT: /* no layout */ |
| 6607 | case -NFS4ERR_GRACE: /* loca_recalim always false */ |
Andy Adamson | 863a3c6 | 2011-03-23 13:27:54 +0000 | [diff] [blame] | 6608 | task->tk_status = 0; |
Trond Myklebust | e59d27e | 2012-03-27 18:22:19 -0400 | [diff] [blame] | 6609 | break; |
| 6610 | case 0: |
Andy Adamson | 863a3c6 | 2011-03-23 13:27:54 +0000 | [diff] [blame] | 6611 | nfs_post_op_update_inode_force_wcc(data->args.inode, |
| 6612 | data->res.fattr); |
Trond Myklebust | e59d27e | 2012-03-27 18:22:19 -0400 | [diff] [blame] | 6613 | break; |
| 6614 | default: |
| 6615 | if (nfs4_async_handle_error(task, server, NULL) == -EAGAIN) { |
| 6616 | rpc_restart_call_prepare(task); |
| 6617 | return; |
| 6618 | } |
| 6619 | } |
Andy Adamson | 863a3c6 | 2011-03-23 13:27:54 +0000 | [diff] [blame] | 6620 | } |
| 6621 | |
| 6622 | static void nfs4_layoutcommit_release(void *calldata) |
| 6623 | { |
| 6624 | struct nfs4_layoutcommit_data *data = calldata; |
| 6625 | |
Andy Adamson | db29c08 | 2011-07-30 20:52:38 -0400 | [diff] [blame] | 6626 | pnfs_cleanup_layoutcommit(data); |
Andy Adamson | 863a3c6 | 2011-03-23 13:27:54 +0000 | [diff] [blame] | 6627 | put_rpccred(data->cred); |
| 6628 | kfree(data); |
| 6629 | } |
| 6630 | |
| 6631 | static const struct rpc_call_ops nfs4_layoutcommit_ops = { |
| 6632 | .rpc_call_prepare = nfs4_layoutcommit_prepare, |
| 6633 | .rpc_call_done = nfs4_layoutcommit_done, |
| 6634 | .rpc_release = nfs4_layoutcommit_release, |
| 6635 | }; |
| 6636 | |
| 6637 | int |
Andy Adamson | ef31153 | 2011-03-12 02:58:10 -0500 | [diff] [blame] | 6638 | nfs4_proc_layoutcommit(struct nfs4_layoutcommit_data *data, bool sync) |
Andy Adamson | 863a3c6 | 2011-03-23 13:27:54 +0000 | [diff] [blame] | 6639 | { |
| 6640 | struct rpc_message msg = { |
| 6641 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_LAYOUTCOMMIT], |
| 6642 | .rpc_argp = &data->args, |
| 6643 | .rpc_resp = &data->res, |
| 6644 | .rpc_cred = data->cred, |
| 6645 | }; |
| 6646 | struct rpc_task_setup task_setup_data = { |
| 6647 | .task = &data->task, |
| 6648 | .rpc_client = NFS_CLIENT(data->args.inode), |
| 6649 | .rpc_message = &msg, |
| 6650 | .callback_ops = &nfs4_layoutcommit_ops, |
| 6651 | .callback_data = data, |
| 6652 | .flags = RPC_TASK_ASYNC, |
| 6653 | }; |
| 6654 | struct rpc_task *task; |
| 6655 | int status = 0; |
| 6656 | |
| 6657 | dprintk("NFS: %4d initiating layoutcommit call. sync %d " |
| 6658 | "lbw: %llu inode %lu\n", |
| 6659 | data->task.tk_pid, sync, |
| 6660 | data->args.lastbytewritten, |
| 6661 | data->args.inode->i_ino); |
| 6662 | |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 6663 | nfs41_init_sequence(&data->args.seq_args, &data->res.seq_res, 1); |
Andy Adamson | 863a3c6 | 2011-03-23 13:27:54 +0000 | [diff] [blame] | 6664 | task = rpc_run_task(&task_setup_data); |
| 6665 | if (IS_ERR(task)) |
| 6666 | return PTR_ERR(task); |
Andy Adamson | ef31153 | 2011-03-12 02:58:10 -0500 | [diff] [blame] | 6667 | if (sync == false) |
Andy Adamson | 863a3c6 | 2011-03-23 13:27:54 +0000 | [diff] [blame] | 6668 | goto out; |
| 6669 | status = nfs4_wait_for_completion_rpc_task(task); |
| 6670 | if (status != 0) |
| 6671 | goto out; |
| 6672 | status = task->tk_status; |
| 6673 | out: |
| 6674 | dprintk("%s: status %d\n", __func__, status); |
| 6675 | rpc_put_task(task); |
| 6676 | return status; |
| 6677 | } |
Bryan Schumaker | fca78d6 | 2011-06-02 14:59:07 -0400 | [diff] [blame] | 6678 | |
| 6679 | static int |
| 6680 | _nfs41_proc_secinfo_no_name(struct nfs_server *server, struct nfs_fh *fhandle, |
| 6681 | struct nfs_fsinfo *info, struct nfs4_secinfo_flavors *flavors) |
| 6682 | { |
| 6683 | struct nfs41_secinfo_no_name_args args = { |
| 6684 | .style = SECINFO_STYLE_CURRENT_FH, |
| 6685 | }; |
| 6686 | struct nfs4_secinfo_res res = { |
| 6687 | .flavors = flavors, |
| 6688 | }; |
| 6689 | struct rpc_message msg = { |
| 6690 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_SECINFO_NO_NAME], |
| 6691 | .rpc_argp = &args, |
| 6692 | .rpc_resp = &res, |
| 6693 | }; |
| 6694 | return nfs4_call_sync(server->client, server, &msg, &args.seq_args, &res.seq_res, 0); |
| 6695 | } |
| 6696 | |
| 6697 | static int |
| 6698 | nfs41_proc_secinfo_no_name(struct nfs_server *server, struct nfs_fh *fhandle, |
| 6699 | struct nfs_fsinfo *info, struct nfs4_secinfo_flavors *flavors) |
| 6700 | { |
| 6701 | struct nfs4_exception exception = { }; |
| 6702 | int err; |
| 6703 | do { |
| 6704 | err = _nfs41_proc_secinfo_no_name(server, fhandle, info, flavors); |
| 6705 | switch (err) { |
| 6706 | case 0: |
| 6707 | case -NFS4ERR_WRONGSEC: |
| 6708 | case -NFS4ERR_NOTSUPP: |
Trond Myklebust | 05e9cfb | 2012-03-27 18:13:02 -0400 | [diff] [blame] | 6709 | goto out; |
Bryan Schumaker | fca78d6 | 2011-06-02 14:59:07 -0400 | [diff] [blame] | 6710 | default: |
| 6711 | err = nfs4_handle_exception(server, err, &exception); |
| 6712 | } |
| 6713 | } while (exception.retry); |
Trond Myklebust | 05e9cfb | 2012-03-27 18:13:02 -0400 | [diff] [blame] | 6714 | out: |
Bryan Schumaker | fca78d6 | 2011-06-02 14:59:07 -0400 | [diff] [blame] | 6715 | return err; |
| 6716 | } |
| 6717 | |
| 6718 | static int |
| 6719 | nfs41_find_root_sec(struct nfs_server *server, struct nfs_fh *fhandle, |
| 6720 | struct nfs_fsinfo *info) |
| 6721 | { |
| 6722 | int err; |
| 6723 | struct page *page; |
| 6724 | rpc_authflavor_t flavor; |
| 6725 | struct nfs4_secinfo_flavors *flavors; |
| 6726 | |
| 6727 | page = alloc_page(GFP_KERNEL); |
| 6728 | if (!page) { |
| 6729 | err = -ENOMEM; |
| 6730 | goto out; |
| 6731 | } |
| 6732 | |
| 6733 | flavors = page_address(page); |
| 6734 | err = nfs41_proc_secinfo_no_name(server, fhandle, info, flavors); |
| 6735 | |
| 6736 | /* |
| 6737 | * Fall back on "guess and check" method if |
| 6738 | * the server doesn't support SECINFO_NO_NAME |
| 6739 | */ |
| 6740 | if (err == -NFS4ERR_WRONGSEC || err == -NFS4ERR_NOTSUPP) { |
| 6741 | err = nfs4_find_root_sec(server, fhandle, info); |
| 6742 | goto out_freepage; |
| 6743 | } |
| 6744 | if (err) |
| 6745 | goto out_freepage; |
| 6746 | |
| 6747 | flavor = nfs_find_best_sec(flavors); |
| 6748 | if (err == 0) |
| 6749 | err = nfs4_lookup_root_sec(server, fhandle, info, flavor); |
| 6750 | |
| 6751 | out_freepage: |
| 6752 | put_page(page); |
| 6753 | if (err == -EACCES) |
| 6754 | return -EPERM; |
| 6755 | out: |
| 6756 | return err; |
| 6757 | } |
Bryan Schumaker | 1cab065 | 2012-01-31 10:39:29 -0500 | [diff] [blame] | 6758 | |
Trond Myklebust | ab7cb0d | 2013-05-20 11:20:27 -0400 | [diff] [blame] | 6759 | static int _nfs41_test_stateid(struct nfs_server *server, |
| 6760 | nfs4_stateid *stateid, |
| 6761 | struct rpc_cred *cred) |
Bryan Schumaker | 7d97479 | 2011-06-02 14:59:08 -0400 | [diff] [blame] | 6762 | { |
| 6763 | int status; |
| 6764 | struct nfs41_test_stateid_args args = { |
Bryan Schumaker | 1cab065 | 2012-01-31 10:39:29 -0500 | [diff] [blame] | 6765 | .stateid = stateid, |
Bryan Schumaker | 7d97479 | 2011-06-02 14:59:08 -0400 | [diff] [blame] | 6766 | }; |
| 6767 | struct nfs41_test_stateid_res res; |
| 6768 | struct rpc_message msg = { |
| 6769 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_TEST_STATEID], |
| 6770 | .rpc_argp = &args, |
| 6771 | .rpc_resp = &res, |
Trond Myklebust | ab7cb0d | 2013-05-20 11:20:27 -0400 | [diff] [blame] | 6772 | .rpc_cred = cred, |
Bryan Schumaker | 7d97479 | 2011-06-02 14:59:08 -0400 | [diff] [blame] | 6773 | }; |
Bryan Schumaker | 1cab065 | 2012-01-31 10:39:29 -0500 | [diff] [blame] | 6774 | |
Chuck Lever | 38527b1 | 2012-07-11 16:30:23 -0400 | [diff] [blame] | 6775 | dprintk("NFS call test_stateid %p\n", stateid); |
Trond Myklebust | 9d12b21 | 2012-01-17 22:04:25 -0500 | [diff] [blame] | 6776 | nfs41_init_sequence(&args.seq_args, &res.seq_res, 0); |
Trond Myklebust | 8fe72ba | 2012-10-29 19:02:20 -0400 | [diff] [blame] | 6777 | nfs4_set_sequence_privileged(&args.seq_args); |
| 6778 | status = nfs4_call_sync_sequence(server->client, server, &msg, |
| 6779 | &args.seq_args, &res.seq_res); |
Chuck Lever | 38527b1 | 2012-07-11 16:30:23 -0400 | [diff] [blame] | 6780 | if (status != NFS_OK) { |
| 6781 | dprintk("NFS reply test_stateid: failed, %d\n", status); |
Chuck Lever | 377e507 | 2012-07-11 16:29:45 -0400 | [diff] [blame] | 6782 | return status; |
Chuck Lever | 38527b1 | 2012-07-11 16:30:23 -0400 | [diff] [blame] | 6783 | } |
| 6784 | dprintk("NFS reply test_stateid: succeeded, %d\n", -res.status); |
Chuck Lever | 377e507 | 2012-07-11 16:29:45 -0400 | [diff] [blame] | 6785 | return -res.status; |
Bryan Schumaker | 7d97479 | 2011-06-02 14:59:08 -0400 | [diff] [blame] | 6786 | } |
| 6787 | |
Chuck Lever | 38527b1 | 2012-07-11 16:30:23 -0400 | [diff] [blame] | 6788 | /** |
| 6789 | * nfs41_test_stateid - perform a TEST_STATEID operation |
| 6790 | * |
| 6791 | * @server: server / transport on which to perform the operation |
| 6792 | * @stateid: state ID to test |
Trond Myklebust | ab7cb0d | 2013-05-20 11:20:27 -0400 | [diff] [blame] | 6793 | * @cred: credential |
Chuck Lever | 38527b1 | 2012-07-11 16:30:23 -0400 | [diff] [blame] | 6794 | * |
| 6795 | * Returns NFS_OK if the server recognizes that "stateid" is valid. |
| 6796 | * Otherwise a negative NFS4ERR value is returned if the operation |
| 6797 | * failed or the state ID is not currently valid. |
| 6798 | */ |
Trond Myklebust | ab7cb0d | 2013-05-20 11:20:27 -0400 | [diff] [blame] | 6799 | static int nfs41_test_stateid(struct nfs_server *server, |
| 6800 | nfs4_stateid *stateid, |
| 6801 | struct rpc_cred *cred) |
Bryan Schumaker | 7d97479 | 2011-06-02 14:59:08 -0400 | [diff] [blame] | 6802 | { |
| 6803 | struct nfs4_exception exception = { }; |
| 6804 | int err; |
| 6805 | do { |
Trond Myklebust | ab7cb0d | 2013-05-20 11:20:27 -0400 | [diff] [blame] | 6806 | err = _nfs41_test_stateid(server, stateid, cred); |
Chuck Lever | 377e507 | 2012-07-11 16:29:45 -0400 | [diff] [blame] | 6807 | if (err != -NFS4ERR_DELAY) |
| 6808 | break; |
| 6809 | nfs4_handle_exception(server, err, &exception); |
Bryan Schumaker | 7d97479 | 2011-06-02 14:59:08 -0400 | [diff] [blame] | 6810 | } while (exception.retry); |
| 6811 | return err; |
| 6812 | } |
Bryan Schumaker | 9aeda35 | 2011-06-02 14:59:09 -0400 | [diff] [blame] | 6813 | |
Trond Myklebust | 7c1d5fa | 2013-05-03 14:40:01 -0400 | [diff] [blame] | 6814 | struct nfs_free_stateid_data { |
| 6815 | struct nfs_server *server; |
| 6816 | struct nfs41_free_stateid_args args; |
Bryan Schumaker | 9aeda35 | 2011-06-02 14:59:09 -0400 | [diff] [blame] | 6817 | struct nfs41_free_stateid_res res; |
Trond Myklebust | 7c1d5fa | 2013-05-03 14:40:01 -0400 | [diff] [blame] | 6818 | }; |
| 6819 | |
| 6820 | static void nfs41_free_stateid_prepare(struct rpc_task *task, void *calldata) |
| 6821 | { |
| 6822 | struct nfs_free_stateid_data *data = calldata; |
| 6823 | nfs41_setup_sequence(nfs4_get_session(data->server), |
| 6824 | &data->args.seq_args, |
| 6825 | &data->res.seq_res, |
| 6826 | task); |
| 6827 | } |
| 6828 | |
| 6829 | static void nfs41_free_stateid_done(struct rpc_task *task, void *calldata) |
| 6830 | { |
| 6831 | struct nfs_free_stateid_data *data = calldata; |
| 6832 | |
| 6833 | nfs41_sequence_done(task, &data->res.seq_res); |
| 6834 | |
| 6835 | switch (task->tk_status) { |
| 6836 | case -NFS4ERR_DELAY: |
| 6837 | if (nfs4_async_handle_error(task, data->server, NULL) == -EAGAIN) |
| 6838 | rpc_restart_call_prepare(task); |
| 6839 | } |
| 6840 | } |
| 6841 | |
| 6842 | static void nfs41_free_stateid_release(void *calldata) |
| 6843 | { |
| 6844 | kfree(calldata); |
| 6845 | } |
| 6846 | |
| 6847 | const struct rpc_call_ops nfs41_free_stateid_ops = { |
| 6848 | .rpc_call_prepare = nfs41_free_stateid_prepare, |
| 6849 | .rpc_call_done = nfs41_free_stateid_done, |
| 6850 | .rpc_release = nfs41_free_stateid_release, |
| 6851 | }; |
| 6852 | |
| 6853 | static struct rpc_task *_nfs41_free_stateid(struct nfs_server *server, |
| 6854 | nfs4_stateid *stateid, |
Trond Myklebust | ab7cb0d | 2013-05-20 11:20:27 -0400 | [diff] [blame] | 6855 | struct rpc_cred *cred, |
Trond Myklebust | 7c1d5fa | 2013-05-03 14:40:01 -0400 | [diff] [blame] | 6856 | bool privileged) |
| 6857 | { |
Bryan Schumaker | 9aeda35 | 2011-06-02 14:59:09 -0400 | [diff] [blame] | 6858 | struct rpc_message msg = { |
| 6859 | .rpc_proc = &nfs4_procedures[NFSPROC4_CLNT_FREE_STATEID], |
Trond Myklebust | ab7cb0d | 2013-05-20 11:20:27 -0400 | [diff] [blame] | 6860 | .rpc_cred = cred, |
Bryan Schumaker | 9aeda35 | 2011-06-02 14:59:09 -0400 | [diff] [blame] | 6861 | }; |
Trond Myklebust | 7c1d5fa | 2013-05-03 14:40:01 -0400 | [diff] [blame] | 6862 | struct rpc_task_setup task_setup = { |
| 6863 | .rpc_client = server->client, |
| 6864 | .rpc_message = &msg, |
| 6865 | .callback_ops = &nfs41_free_stateid_ops, |
| 6866 | .flags = RPC_TASK_ASYNC, |
| 6867 | }; |
| 6868 | struct nfs_free_stateid_data *data; |
Bryan Schumaker | 9aeda35 | 2011-06-02 14:59:09 -0400 | [diff] [blame] | 6869 | |
Chuck Lever | 38527b1 | 2012-07-11 16:30:23 -0400 | [diff] [blame] | 6870 | dprintk("NFS call free_stateid %p\n", stateid); |
Trond Myklebust | 7c1d5fa | 2013-05-03 14:40:01 -0400 | [diff] [blame] | 6871 | data = kmalloc(sizeof(*data), GFP_NOFS); |
| 6872 | if (!data) |
| 6873 | return ERR_PTR(-ENOMEM); |
| 6874 | data->server = server; |
| 6875 | nfs4_stateid_copy(&data->args.stateid, stateid); |
| 6876 | |
| 6877 | task_setup.callback_data = data; |
| 6878 | |
| 6879 | msg.rpc_argp = &data->args; |
| 6880 | msg.rpc_resp = &data->res; |
| 6881 | nfs41_init_sequence(&data->args.seq_args, &data->res.seq_res, 0); |
| 6882 | if (privileged) |
| 6883 | nfs4_set_sequence_privileged(&data->args.seq_args); |
| 6884 | |
| 6885 | return rpc_run_task(&task_setup); |
Bryan Schumaker | 9aeda35 | 2011-06-02 14:59:09 -0400 | [diff] [blame] | 6886 | } |
| 6887 | |
Chuck Lever | 38527b1 | 2012-07-11 16:30:23 -0400 | [diff] [blame] | 6888 | /** |
| 6889 | * nfs41_free_stateid - perform a FREE_STATEID operation |
| 6890 | * |
| 6891 | * @server: server / transport on which to perform the operation |
| 6892 | * @stateid: state ID to release |
Trond Myklebust | ab7cb0d | 2013-05-20 11:20:27 -0400 | [diff] [blame] | 6893 | * @cred: credential |
Chuck Lever | 38527b1 | 2012-07-11 16:30:23 -0400 | [diff] [blame] | 6894 | * |
| 6895 | * Returns NFS_OK if the server freed "stateid". Otherwise a |
| 6896 | * negative NFS4ERR value is returned. |
| 6897 | */ |
Trond Myklebust | ab7cb0d | 2013-05-20 11:20:27 -0400 | [diff] [blame] | 6898 | static int nfs41_free_stateid(struct nfs_server *server, |
| 6899 | nfs4_stateid *stateid, |
| 6900 | struct rpc_cred *cred) |
Bryan Schumaker | 9aeda35 | 2011-06-02 14:59:09 -0400 | [diff] [blame] | 6901 | { |
Trond Myklebust | 7c1d5fa | 2013-05-03 14:40:01 -0400 | [diff] [blame] | 6902 | struct rpc_task *task; |
| 6903 | int ret; |
| 6904 | |
Trond Myklebust | ab7cb0d | 2013-05-20 11:20:27 -0400 | [diff] [blame] | 6905 | task = _nfs41_free_stateid(server, stateid, cred, true); |
Trond Myklebust | 7c1d5fa | 2013-05-03 14:40:01 -0400 | [diff] [blame] | 6906 | if (IS_ERR(task)) |
| 6907 | return PTR_ERR(task); |
| 6908 | ret = rpc_wait_for_completion_task(task); |
| 6909 | if (!ret) |
| 6910 | ret = task->tk_status; |
| 6911 | rpc_put_task(task); |
| 6912 | return ret; |
Bryan Schumaker | 9aeda35 | 2011-06-02 14:59:09 -0400 | [diff] [blame] | 6913 | } |
Trond Myklebust | 36281ca | 2012-03-04 18:13:56 -0500 | [diff] [blame] | 6914 | |
Trond Myklebust | c8b2d0b | 2013-05-03 16:22:55 -0400 | [diff] [blame] | 6915 | static int nfs41_free_lock_state(struct nfs_server *server, struct nfs4_lock_state *lsp) |
| 6916 | { |
| 6917 | struct rpc_task *task; |
Trond Myklebust | ab7cb0d | 2013-05-20 11:20:27 -0400 | [diff] [blame] | 6918 | struct rpc_cred *cred = lsp->ls_state->owner->so_cred; |
Trond Myklebust | c8b2d0b | 2013-05-03 16:22:55 -0400 | [diff] [blame] | 6919 | |
Trond Myklebust | ab7cb0d | 2013-05-20 11:20:27 -0400 | [diff] [blame] | 6920 | task = _nfs41_free_stateid(server, &lsp->ls_stateid, cred, false); |
Trond Myklebust | c8b2d0b | 2013-05-03 16:22:55 -0400 | [diff] [blame] | 6921 | nfs4_free_lock_state(server, lsp); |
| 6922 | if (IS_ERR(task)) |
| 6923 | return PTR_ERR(task); |
| 6924 | rpc_put_task(task); |
| 6925 | return 0; |
| 6926 | } |
| 6927 | |
Trond Myklebust | 36281ca | 2012-03-04 18:13:56 -0500 | [diff] [blame] | 6928 | static bool nfs41_match_stateid(const nfs4_stateid *s1, |
| 6929 | const nfs4_stateid *s2) |
| 6930 | { |
Trond Myklebust | 2d2f24a | 2012-03-04 18:13:57 -0500 | [diff] [blame] | 6931 | if (memcmp(s1->other, s2->other, sizeof(s1->other)) != 0) |
Trond Myklebust | 36281ca | 2012-03-04 18:13:56 -0500 | [diff] [blame] | 6932 | return false; |
| 6933 | |
Trond Myklebust | 2d2f24a | 2012-03-04 18:13:57 -0500 | [diff] [blame] | 6934 | if (s1->seqid == s2->seqid) |
Trond Myklebust | 36281ca | 2012-03-04 18:13:56 -0500 | [diff] [blame] | 6935 | return true; |
Trond Myklebust | 2d2f24a | 2012-03-04 18:13:57 -0500 | [diff] [blame] | 6936 | if (s1->seqid == 0 || s2->seqid == 0) |
Trond Myklebust | 36281ca | 2012-03-04 18:13:56 -0500 | [diff] [blame] | 6937 | return true; |
| 6938 | |
| 6939 | return false; |
| 6940 | } |
| 6941 | |
Andy Adamson | 557134a | 2009-04-01 09:21:53 -0400 | [diff] [blame] | 6942 | #endif /* CONFIG_NFS_V4_1 */ |
| 6943 | |
Trond Myklebust | 36281ca | 2012-03-04 18:13:56 -0500 | [diff] [blame] | 6944 | static bool nfs4_match_stateid(const nfs4_stateid *s1, |
| 6945 | const nfs4_stateid *s2) |
| 6946 | { |
Trond Myklebust | f597c53 | 2012-03-04 18:13:56 -0500 | [diff] [blame] | 6947 | return nfs4_stateid_match(s1, s2); |
Trond Myklebust | 36281ca | 2012-03-04 18:13:56 -0500 | [diff] [blame] | 6948 | } |
| 6949 | |
| 6950 | |
Trond Myklebust | 1728017 | 2012-03-11 13:11:00 -0400 | [diff] [blame] | 6951 | static const struct nfs4_state_recovery_ops nfs40_reboot_recovery_ops = { |
Trond Myklebust | 7eff03a | 2008-12-23 15:21:43 -0500 | [diff] [blame] | 6952 | .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT, |
Trond Myklebust | b79a4a1 | 2008-12-23 15:21:41 -0500 | [diff] [blame] | 6953 | .state_flag_bit = NFS_STATE_RECLAIM_REBOOT, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6954 | .recover_open = nfs4_open_reclaim, |
| 6955 | .recover_lock = nfs4_lock_reclaim, |
Andy Adamson | 591d71c | 2009-04-01 09:22:47 -0400 | [diff] [blame] | 6956 | .establish_clid = nfs4_init_clientid, |
Andy Adamson | 90a1661 | 2009-04-01 09:22:48 -0400 | [diff] [blame] | 6957 | .get_clid_cred = nfs4_get_setclientid_cred, |
Chuck Lever | 05f4c35 | 2012-09-14 17:24:32 -0400 | [diff] [blame] | 6958 | .detect_trunking = nfs40_discover_server_trunking, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6959 | }; |
| 6960 | |
Andy Adamson | 591d71c | 2009-04-01 09:22:47 -0400 | [diff] [blame] | 6961 | #if defined(CONFIG_NFS_V4_1) |
Trond Myklebust | 1728017 | 2012-03-11 13:11:00 -0400 | [diff] [blame] | 6962 | static const struct nfs4_state_recovery_ops nfs41_reboot_recovery_ops = { |
Andy Adamson | 591d71c | 2009-04-01 09:22:47 -0400 | [diff] [blame] | 6963 | .owner_flag_bit = NFS_OWNER_RECLAIM_REBOOT, |
| 6964 | .state_flag_bit = NFS_STATE_RECLAIM_REBOOT, |
| 6965 | .recover_open = nfs4_open_reclaim, |
| 6966 | .recover_lock = nfs4_lock_reclaim, |
Andy Adamson | 4d643d1 | 2009-12-04 15:52:24 -0500 | [diff] [blame] | 6967 | .establish_clid = nfs41_init_clientid, |
Andy Adamson | b4b8260 | 2009-04-01 09:22:49 -0400 | [diff] [blame] | 6968 | .get_clid_cred = nfs4_get_exchange_id_cred, |
Ricardo Labiaga | fce5c83 | 2009-12-05 16:08:41 -0500 | [diff] [blame] | 6969 | .reclaim_complete = nfs41_proc_reclaim_complete, |
Chuck Lever | 05f4c35 | 2012-09-14 17:24:32 -0400 | [diff] [blame] | 6970 | .detect_trunking = nfs41_discover_server_trunking, |
Andy Adamson | 591d71c | 2009-04-01 09:22:47 -0400 | [diff] [blame] | 6971 | }; |
| 6972 | #endif /* CONFIG_NFS_V4_1 */ |
| 6973 | |
Trond Myklebust | 1728017 | 2012-03-11 13:11:00 -0400 | [diff] [blame] | 6974 | static const struct nfs4_state_recovery_ops nfs40_nograce_recovery_ops = { |
Trond Myklebust | 7eff03a | 2008-12-23 15:21:43 -0500 | [diff] [blame] | 6975 | .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE, |
Trond Myklebust | b79a4a1 | 2008-12-23 15:21:41 -0500 | [diff] [blame] | 6976 | .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6977 | .recover_open = nfs4_open_expired, |
| 6978 | .recover_lock = nfs4_lock_expired, |
Andy Adamson | 591d71c | 2009-04-01 09:22:47 -0400 | [diff] [blame] | 6979 | .establish_clid = nfs4_init_clientid, |
Andy Adamson | 90a1661 | 2009-04-01 09:22:48 -0400 | [diff] [blame] | 6980 | .get_clid_cred = nfs4_get_setclientid_cred, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6981 | }; |
| 6982 | |
Andy Adamson | 591d71c | 2009-04-01 09:22:47 -0400 | [diff] [blame] | 6983 | #if defined(CONFIG_NFS_V4_1) |
Trond Myklebust | 1728017 | 2012-03-11 13:11:00 -0400 | [diff] [blame] | 6984 | static const struct nfs4_state_recovery_ops nfs41_nograce_recovery_ops = { |
Andy Adamson | 591d71c | 2009-04-01 09:22:47 -0400 | [diff] [blame] | 6985 | .owner_flag_bit = NFS_OWNER_RECLAIM_NOGRACE, |
| 6986 | .state_flag_bit = NFS_STATE_RECLAIM_NOGRACE, |
Bryan Schumaker | f062eb6 | 2011-06-02 14:59:10 -0400 | [diff] [blame] | 6987 | .recover_open = nfs41_open_expired, |
| 6988 | .recover_lock = nfs41_lock_expired, |
Andy Adamson | 4d643d1 | 2009-12-04 15:52:24 -0500 | [diff] [blame] | 6989 | .establish_clid = nfs41_init_clientid, |
Andy Adamson | b4b8260 | 2009-04-01 09:22:49 -0400 | [diff] [blame] | 6990 | .get_clid_cred = nfs4_get_exchange_id_cred, |
Andy Adamson | 591d71c | 2009-04-01 09:22:47 -0400 | [diff] [blame] | 6991 | }; |
| 6992 | #endif /* CONFIG_NFS_V4_1 */ |
| 6993 | |
Trond Myklebust | 1728017 | 2012-03-11 13:11:00 -0400 | [diff] [blame] | 6994 | static const struct nfs4_state_maintenance_ops nfs40_state_renewal_ops = { |
Benny Halevy | 29fba38 | 2009-04-01 09:22:44 -0400 | [diff] [blame] | 6995 | .sched_state_renewal = nfs4_proc_async_renew, |
Andy Adamson | a7b7210 | 2009-04-01 09:22:46 -0400 | [diff] [blame] | 6996 | .get_state_renewal_cred_locked = nfs4_get_renew_cred_locked, |
Benny Halevy | 8e69514f | 2009-04-01 09:22:45 -0400 | [diff] [blame] | 6997 | .renew_lease = nfs4_proc_renew, |
Benny Halevy | 29fba38 | 2009-04-01 09:22:44 -0400 | [diff] [blame] | 6998 | }; |
| 6999 | |
| 7000 | #if defined(CONFIG_NFS_V4_1) |
Trond Myklebust | 1728017 | 2012-03-11 13:11:00 -0400 | [diff] [blame] | 7001 | static const struct nfs4_state_maintenance_ops nfs41_state_renewal_ops = { |
Benny Halevy | 29fba38 | 2009-04-01 09:22:44 -0400 | [diff] [blame] | 7002 | .sched_state_renewal = nfs41_proc_async_sequence, |
Andy Adamson | a7b7210 | 2009-04-01 09:22:46 -0400 | [diff] [blame] | 7003 | .get_state_renewal_cred_locked = nfs4_get_machine_cred_locked, |
Benny Halevy | 8e69514f | 2009-04-01 09:22:45 -0400 | [diff] [blame] | 7004 | .renew_lease = nfs4_proc_sequence, |
Benny Halevy | 29fba38 | 2009-04-01 09:22:44 -0400 | [diff] [blame] | 7005 | }; |
| 7006 | #endif |
| 7007 | |
Trond Myklebust | 97dc135 | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 7008 | static const struct nfs4_minor_version_ops nfs_v4_0_minor_ops = { |
| 7009 | .minor_version = 0, |
Trond Myklebust | 39c6daa | 2013-03-15 16:11:57 -0400 | [diff] [blame] | 7010 | .init_caps = NFS_CAP_READDIRPLUS |
| 7011 | | NFS_CAP_ATOMIC_OPEN |
| 7012 | | NFS_CAP_CHANGE_ATTR |
| 7013 | | NFS_CAP_POSIX_LOCK, |
Trond Myklebust | 97dc135 | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 7014 | .call_sync = _nfs4_call_sync, |
Trond Myklebust | 36281ca | 2012-03-04 18:13:56 -0500 | [diff] [blame] | 7015 | .match_stateid = nfs4_match_stateid, |
Bryan Schumaker | fca78d6 | 2011-06-02 14:59:07 -0400 | [diff] [blame] | 7016 | .find_root_sec = nfs4_find_root_sec, |
Trond Myklebust | c8b2d0b | 2013-05-03 16:22:55 -0400 | [diff] [blame] | 7017 | .free_lock_state = nfs4_release_lockowner, |
Trond Myklebust | c48f4f3 | 2010-06-16 09:52:27 -0400 | [diff] [blame] | 7018 | .reboot_recovery_ops = &nfs40_reboot_recovery_ops, |
| 7019 | .nograce_recovery_ops = &nfs40_nograce_recovery_ops, |
| 7020 | .state_renewal_ops = &nfs40_state_renewal_ops, |
Trond Myklebust | 97dc135 | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 7021 | }; |
| 7022 | |
| 7023 | #if defined(CONFIG_NFS_V4_1) |
| 7024 | static const struct nfs4_minor_version_ops nfs_v4_1_minor_ops = { |
| 7025 | .minor_version = 1, |
Trond Myklebust | 39c6daa | 2013-03-15 16:11:57 -0400 | [diff] [blame] | 7026 | .init_caps = NFS_CAP_READDIRPLUS |
| 7027 | | NFS_CAP_ATOMIC_OPEN |
| 7028 | | NFS_CAP_CHANGE_ATTR |
Trond Myklebust | 3b66486 | 2013-03-17 15:31:15 -0400 | [diff] [blame] | 7029 | | NFS_CAP_POSIX_LOCK |
Trond Myklebust | 49f9a0f | 2013-03-15 16:44:28 -0400 | [diff] [blame] | 7030 | | NFS_CAP_STATEID_NFSV41 |
| 7031 | | NFS_CAP_ATOMIC_OPEN_V1, |
Bryan Schumaker | 104287c | 2012-11-12 14:13:13 -0500 | [diff] [blame] | 7032 | .call_sync = nfs4_call_sync_sequence, |
Trond Myklebust | 36281ca | 2012-03-04 18:13:56 -0500 | [diff] [blame] | 7033 | .match_stateid = nfs41_match_stateid, |
Bryan Schumaker | fca78d6 | 2011-06-02 14:59:07 -0400 | [diff] [blame] | 7034 | .find_root_sec = nfs41_find_root_sec, |
Trond Myklebust | c8b2d0b | 2013-05-03 16:22:55 -0400 | [diff] [blame] | 7035 | .free_lock_state = nfs41_free_lock_state, |
Trond Myklebust | c48f4f3 | 2010-06-16 09:52:27 -0400 | [diff] [blame] | 7036 | .reboot_recovery_ops = &nfs41_reboot_recovery_ops, |
| 7037 | .nograce_recovery_ops = &nfs41_nograce_recovery_ops, |
| 7038 | .state_renewal_ops = &nfs41_state_renewal_ops, |
Trond Myklebust | 97dc135 | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 7039 | }; |
| 7040 | #endif |
| 7041 | |
Trond Myklebust | 97dc135 | 2010-06-16 09:52:26 -0400 | [diff] [blame] | 7042 | const struct nfs4_minor_version_ops *nfs_v4_minor_ops[] = { |
| 7043 | [0] = &nfs_v4_0_minor_ops, |
| 7044 | #if defined(CONFIG_NFS_V4_1) |
| 7045 | [1] = &nfs_v4_1_minor_ops, |
| 7046 | #endif |
| 7047 | }; |
| 7048 | |
Bryan Schumaker | 73a7970 | 2012-07-16 16:39:12 -0400 | [diff] [blame] | 7049 | const struct inode_operations nfs4_dir_inode_operations = { |
| 7050 | .create = nfs_create, |
| 7051 | .lookup = nfs_lookup, |
| 7052 | .atomic_open = nfs_atomic_open, |
| 7053 | .link = nfs_link, |
| 7054 | .unlink = nfs_unlink, |
| 7055 | .symlink = nfs_symlink, |
| 7056 | .mkdir = nfs_mkdir, |
| 7057 | .rmdir = nfs_rmdir, |
| 7058 | .mknod = nfs_mknod, |
| 7059 | .rename = nfs_rename, |
| 7060 | .permission = nfs_permission, |
| 7061 | .getattr = nfs_getattr, |
| 7062 | .setattr = nfs_setattr, |
| 7063 | .getxattr = generic_getxattr, |
| 7064 | .setxattr = generic_setxattr, |
| 7065 | .listxattr = generic_listxattr, |
| 7066 | .removexattr = generic_removexattr, |
| 7067 | }; |
| 7068 | |
Arjan van de Ven | 92e1d5b | 2007-02-12 00:55:39 -0800 | [diff] [blame] | 7069 | static const struct inode_operations nfs4_file_inode_operations = { |
J. Bruce Fields | 6b3b549 | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 7070 | .permission = nfs_permission, |
| 7071 | .getattr = nfs_getattr, |
| 7072 | .setattr = nfs_setattr, |
Aneesh Kumar K.V | 64c2ce8 | 2010-12-09 11:35:25 +0000 | [diff] [blame] | 7073 | .getxattr = generic_getxattr, |
| 7074 | .setxattr = generic_setxattr, |
| 7075 | .listxattr = generic_listxattr, |
| 7076 | .removexattr = generic_removexattr, |
J. Bruce Fields | 6b3b549 | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 7077 | }; |
| 7078 | |
David Howells | 509de81 | 2006-08-22 20:06:11 -0400 | [diff] [blame] | 7079 | const struct nfs_rpc_ops nfs_v4_clientops = { |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7080 | .version = 4, /* protocol version */ |
| 7081 | .dentry_ops = &nfs4_dentry_operations, |
| 7082 | .dir_inode_ops = &nfs4_dir_inode_operations, |
J. Bruce Fields | 6b3b549 | 2005-06-22 17:16:22 +0000 | [diff] [blame] | 7083 | .file_inode_ops = &nfs4_file_inode_operations, |
Jeff Layton | 1788ea6 | 2011-11-04 13:31:21 -0400 | [diff] [blame] | 7084 | .file_ops = &nfs4_file_operations, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7085 | .getroot = nfs4_proc_get_root, |
Bryan Schumaker | 281cad4 | 2012-04-27 13:27:45 -0400 | [diff] [blame] | 7086 | .submount = nfs4_submount, |
Bryan Schumaker | ff9099f2 | 2012-07-30 16:05:18 -0400 | [diff] [blame] | 7087 | .try_mount = nfs4_try_mount, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7088 | .getattr = nfs4_proc_getattr, |
| 7089 | .setattr = nfs4_proc_setattr, |
| 7090 | .lookup = nfs4_proc_lookup, |
| 7091 | .access = nfs4_proc_access, |
| 7092 | .readlink = nfs4_proc_readlink, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7093 | .create = nfs4_proc_create, |
| 7094 | .remove = nfs4_proc_remove, |
| 7095 | .unlink_setup = nfs4_proc_unlink_setup, |
Bryan Schumaker | 34e137c | 2012-03-19 14:54:41 -0400 | [diff] [blame] | 7096 | .unlink_rpc_prepare = nfs4_proc_unlink_rpc_prepare, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7097 | .unlink_done = nfs4_proc_unlink_done, |
| 7098 | .rename = nfs4_proc_rename, |
Jeff Layton | d3d4152 | 2010-09-17 17:31:57 -0400 | [diff] [blame] | 7099 | .rename_setup = nfs4_proc_rename_setup, |
Bryan Schumaker | c6bfa1a | 2012-03-19 14:54:42 -0400 | [diff] [blame] | 7100 | .rename_rpc_prepare = nfs4_proc_rename_rpc_prepare, |
Jeff Layton | d3d4152 | 2010-09-17 17:31:57 -0400 | [diff] [blame] | 7101 | .rename_done = nfs4_proc_rename_done, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7102 | .link = nfs4_proc_link, |
| 7103 | .symlink = nfs4_proc_symlink, |
| 7104 | .mkdir = nfs4_proc_mkdir, |
| 7105 | .rmdir = nfs4_proc_remove, |
| 7106 | .readdir = nfs4_proc_readdir, |
| 7107 | .mknod = nfs4_proc_mknod, |
| 7108 | .statfs = nfs4_proc_statfs, |
| 7109 | .fsinfo = nfs4_proc_fsinfo, |
| 7110 | .pathconf = nfs4_proc_pathconf, |
David Howells | e9326dc | 2006-08-22 20:06:10 -0400 | [diff] [blame] | 7111 | .set_capabilities = nfs4_server_capabilities, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7112 | .decode_dirent = nfs4_decode_dirent, |
| 7113 | .read_setup = nfs4_proc_read_setup, |
Bryan Schumaker | 1abb5088 | 2012-06-20 15:53:47 -0400 | [diff] [blame] | 7114 | .read_pageio_init = pnfs_pageio_init_read, |
Bryan Schumaker | ea7c330 | 2012-03-19 14:54:40 -0400 | [diff] [blame] | 7115 | .read_rpc_prepare = nfs4_proc_read_rpc_prepare, |
Trond Myklebust | ec06c09 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 7116 | .read_done = nfs4_read_done, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7117 | .write_setup = nfs4_proc_write_setup, |
Bryan Schumaker | 57208fa | 2012-06-20 15:53:48 -0400 | [diff] [blame] | 7118 | .write_pageio_init = pnfs_pageio_init_write, |
Bryan Schumaker | c6cb80d | 2012-03-19 14:54:39 -0400 | [diff] [blame] | 7119 | .write_rpc_prepare = nfs4_proc_write_rpc_prepare, |
Trond Myklebust | 788e7a8 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 7120 | .write_done = nfs4_write_done, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7121 | .commit_setup = nfs4_proc_commit_setup, |
Fred Isaman | 0b7c015 | 2012-04-20 14:47:39 -0400 | [diff] [blame] | 7122 | .commit_rpc_prepare = nfs4_proc_commit_rpc_prepare, |
Trond Myklebust | 788e7a8 | 2006-03-20 13:44:27 -0500 | [diff] [blame] | 7123 | .commit_done = nfs4_commit_done, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7124 | .lock = nfs4_proc_lock, |
J. Bruce Fields | e50a1c2 | 2005-06-22 17:16:23 +0000 | [diff] [blame] | 7125 | .clear_acl_cache = nfs4_zap_acl_attr, |
Trond Myklebust | 7fe5c39 | 2009-03-19 15:35:50 -0400 | [diff] [blame] | 7126 | .close_context = nfs4_close_context, |
Trond Myklebust | 2b48429 | 2010-09-17 10:56:51 -0400 | [diff] [blame] | 7127 | .open_context = nfs4_atomic_open, |
Bryan Schumaker | 011e2a7 | 2012-06-20 15:53:43 -0400 | [diff] [blame] | 7128 | .have_delegation = nfs4_have_delegation, |
Bryan Schumaker | 57ec14c | 2012-06-20 15:53:44 -0400 | [diff] [blame] | 7129 | .return_delegation = nfs4_inode_return_delegation, |
Bryan Schumaker | 6663ee7 | 2012-06-20 15:53:46 -0400 | [diff] [blame] | 7130 | .alloc_client = nfs4_alloc_client, |
Andy Adamson | 45a52a0 | 2011-03-01 01:34:08 +0000 | [diff] [blame] | 7131 | .init_client = nfs4_init_client, |
Bryan Schumaker | cdb7ece | 2012-06-20 15:53:45 -0400 | [diff] [blame] | 7132 | .free_client = nfs4_free_client, |
Bryan Schumaker | 1179acc | 2012-07-30 16:05:19 -0400 | [diff] [blame] | 7133 | .create_server = nfs4_create_server, |
| 7134 | .clone_server = nfs_clone_server, |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7135 | }; |
| 7136 | |
Aneesh Kumar K.V | 64c2ce8 | 2010-12-09 11:35:25 +0000 | [diff] [blame] | 7137 | static const struct xattr_handler nfs4_xattr_nfs4_acl_handler = { |
| 7138 | .prefix = XATTR_NAME_NFSV4_ACL, |
| 7139 | .list = nfs4_xattr_list_nfs4_acl, |
| 7140 | .get = nfs4_xattr_get_nfs4_acl, |
| 7141 | .set = nfs4_xattr_set_nfs4_acl, |
| 7142 | }; |
| 7143 | |
| 7144 | const struct xattr_handler *nfs4_xattr_handlers[] = { |
| 7145 | &nfs4_xattr_nfs4_acl_handler, |
| 7146 | NULL |
| 7147 | }; |
| 7148 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7149 | /* |
| 7150 | * Local variables: |
| 7151 | * c-basic-offset: 8 |
| 7152 | * End: |
| 7153 | */ |