blob: ca73ca79a0ee40998a7b0a8d7afc5c81eb2440ba [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002 * Syscall interface to knfsd.
3 *
4 * Copyright (C) 1995, 1996 Olaf Kirch <okir@monad.swb.de>
5 */
6
Tejun Heo5a0e3ad2010-03-24 17:04:11 +09007#include <linux/slab.h>
Al Viro3f8206d2008-07-26 03:46:43 -04008#include <linux/namei.h>
NeilBrownb41b66d2006-10-02 02:17:48 -07009#include <linux/ctype.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070010
NeilBrown80212d52006-10-02 02:17:47 -070011#include <linux/sunrpc/svcsock.h>
Wendy Cheng4373ea82008-01-17 11:10:12 -050012#include <linux/lockd/lockd.h>
Jeff Layton59766872013-02-04 12:50:00 -050013#include <linux/sunrpc/addr.h>
Kevin Coffmanb0b0c0a2011-03-02 19:51:42 -050014#include <linux/sunrpc/gss_api.h>
J. Bruce Fieldsb084f592011-05-31 12:24:58 -040015#include <linux/sunrpc/gss_krb5_enctypes.h>
Jeff Layton813fd322012-03-21 09:52:08 -040016#include <linux/sunrpc/rpc_pipe_fs.h>
Paul Gortmaker143cb492011-07-01 14:23:34 -040017#include <linux/module.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070018
J. Bruce Fields2ca72e12011-01-04 17:37:15 -050019#include "idmap.h"
Boaz Harrosh9a74af22009-12-03 20:30:56 +020020#include "nfsd.h"
21#include "cache.h"
Bryan Schumakerf3c75212012-11-27 09:35:10 -050022#include "state.h"
Jeff Layton7ea34ac2012-03-21 09:52:05 -040023#include "netns.h"
Boaz Harrosh9a74af22009-12-03 20:30:56 +020024
Linus Torvalds1da177e2005-04-16 15:20:36 -070025/*
Kevin Coffmanb0b0c0a2011-03-02 19:51:42 -050026 * We have a single directory with several nodes in it.
Linus Torvalds1da177e2005-04-16 15:20:36 -070027 */
28enum {
29 NFSD_Root = 1,
Linus Torvalds1da177e2005-04-16 15:20:36 -070030 NFSD_List,
J. Bruce Fieldse8e87532009-12-14 12:53:32 -050031 NFSD_Export_features,
Linus Torvalds1da177e2005-04-16 15:20:36 -070032 NFSD_Fh,
Wendy Cheng4373ea82008-01-17 11:10:12 -050033 NFSD_FO_UnlockIP,
Wendy Cheng17efa372008-01-17 11:10:12 -050034 NFSD_FO_UnlockFS,
Linus Torvalds1da177e2005-04-16 15:20:36 -070035 NFSD_Threads,
Greg Bankseed29652006-10-02 02:18:02 -070036 NFSD_Pool_Threads,
Greg Banks03cf6c92009-01-13 21:26:36 +110037 NFSD_Pool_Stats,
Jeff Laytona2f999a2013-03-27 10:15:38 -040038 NFSD_Reply_Cache_Stats,
NeilBrown70c3b762005-11-07 01:00:25 -080039 NFSD_Versions,
NeilBrown80212d52006-10-02 02:17:47 -070040 NFSD_Ports,
NeilBrown596bbe52006-10-04 02:15:48 -070041 NFSD_MaxBlkSize,
Jeff Layton5b8db002014-07-02 16:11:22 -040042 NFSD_MaxConnections,
Kevin Coffmanb0b0c0a2011-03-02 19:51:42 -050043 NFSD_SupportedEnctypes,
NeilBrown70c3b762005-11-07 01:00:25 -080044 /*
45 * The below MUST come last. Otherwise we leave a hole in nfsd_files[]
46 * with !CONFIG_NFSD_V4 and simple_fill_super() goes oops
47 */
48#ifdef CONFIG_NFSD_V4
Linus Torvalds1da177e2005-04-16 15:20:36 -070049 NFSD_Leasetime,
J. Bruce Fieldsefc4bb4f2010-03-02 11:04:06 -050050 NFSD_Gracetime,
NeilBrown0964a3d2005-06-23 22:04:32 -070051 NFSD_RecoveryDir,
Jeff Layton7f5ef2e2014-09-12 16:40:21 -040052 NFSD_V4EndGrace,
NeilBrown70c3b762005-11-07 01:00:25 -080053#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -070054};
55
56/*
57 * write() for these nodes.
58 */
Linus Torvalds1da177e2005-04-16 15:20:36 -070059static ssize_t write_filehandle(struct file *file, char *buf, size_t size);
Chuck Leverb046ccd2008-12-12 16:57:13 -050060static ssize_t write_unlock_ip(struct file *file, char *buf, size_t size);
61static ssize_t write_unlock_fs(struct file *file, char *buf, size_t size);
Linus Torvalds1da177e2005-04-16 15:20:36 -070062static ssize_t write_threads(struct file *file, char *buf, size_t size);
Greg Bankseed29652006-10-02 02:18:02 -070063static ssize_t write_pool_threads(struct file *file, char *buf, size_t size);
NeilBrown70c3b762005-11-07 01:00:25 -080064static ssize_t write_versions(struct file *file, char *buf, size_t size);
NeilBrown80212d52006-10-02 02:17:47 -070065static ssize_t write_ports(struct file *file, char *buf, size_t size);
NeilBrown596bbe52006-10-04 02:15:48 -070066static ssize_t write_maxblksize(struct file *file, char *buf, size_t size);
Jeff Layton5b8db002014-07-02 16:11:22 -040067static ssize_t write_maxconn(struct file *file, char *buf, size_t size);
NeilBrown70c3b762005-11-07 01:00:25 -080068#ifdef CONFIG_NFSD_V4
Linus Torvalds1da177e2005-04-16 15:20:36 -070069static ssize_t write_leasetime(struct file *file, char *buf, size_t size);
J. Bruce Fieldsefc4bb4f2010-03-02 11:04:06 -050070static ssize_t write_gracetime(struct file *file, char *buf, size_t size);
NeilBrown0964a3d2005-06-23 22:04:32 -070071static ssize_t write_recoverydir(struct file *file, char *buf, size_t size);
Jeff Layton7f5ef2e2014-09-12 16:40:21 -040072static ssize_t write_v4_end_grace(struct file *file, char *buf, size_t size);
NeilBrown70c3b762005-11-07 01:00:25 -080073#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -070074
75static ssize_t (*write_op[])(struct file *, char *, size_t) = {
Linus Torvalds1da177e2005-04-16 15:20:36 -070076 [NFSD_Fh] = write_filehandle,
Chuck Leverb046ccd2008-12-12 16:57:13 -050077 [NFSD_FO_UnlockIP] = write_unlock_ip,
78 [NFSD_FO_UnlockFS] = write_unlock_fs,
Linus Torvalds1da177e2005-04-16 15:20:36 -070079 [NFSD_Threads] = write_threads,
Greg Bankseed29652006-10-02 02:18:02 -070080 [NFSD_Pool_Threads] = write_pool_threads,
NeilBrown70c3b762005-11-07 01:00:25 -080081 [NFSD_Versions] = write_versions,
NeilBrown80212d52006-10-02 02:17:47 -070082 [NFSD_Ports] = write_ports,
NeilBrown596bbe52006-10-04 02:15:48 -070083 [NFSD_MaxBlkSize] = write_maxblksize,
Jeff Layton5b8db002014-07-02 16:11:22 -040084 [NFSD_MaxConnections] = write_maxconn,
NeilBrown70c3b762005-11-07 01:00:25 -080085#ifdef CONFIG_NFSD_V4
Linus Torvalds1da177e2005-04-16 15:20:36 -070086 [NFSD_Leasetime] = write_leasetime,
J. Bruce Fieldsefc4bb4f2010-03-02 11:04:06 -050087 [NFSD_Gracetime] = write_gracetime,
NeilBrown0964a3d2005-06-23 22:04:32 -070088 [NFSD_RecoveryDir] = write_recoverydir,
Jeff Layton7f5ef2e2014-09-12 16:40:21 -040089 [NFSD_V4EndGrace] = write_v4_end_grace,
NeilBrown70c3b762005-11-07 01:00:25 -080090#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -070091};
92
93static ssize_t nfsctl_transaction_write(struct file *file, const char __user *buf, size_t size, loff_t *pos)
94{
Al Viro496ad9a2013-01-23 17:07:38 -050095 ino_t ino = file_inode(file)->i_ino;
Linus Torvalds1da177e2005-04-16 15:20:36 -070096 char *data;
97 ssize_t rv;
98
Tobias Klausere8c96f82006-03-24 03:15:34 -080099 if (ino >= ARRAY_SIZE(write_op) || !write_op[ino])
Linus Torvalds1da177e2005-04-16 15:20:36 -0700100 return -EINVAL;
101
102 data = simple_transaction_get(file, buf, size);
103 if (IS_ERR(data))
104 return PTR_ERR(data);
105
106 rv = write_op[ino](file, data, size);
NeilBrown8971a102007-02-14 00:33:11 -0800107 if (rv >= 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700108 simple_transaction_set(file, rv);
109 rv = size;
110 }
111 return rv;
112}
113
NeilBrown73900222005-11-07 01:00:24 -0800114static ssize_t nfsctl_transaction_read(struct file *file, char __user *buf, size_t size, loff_t *pos)
115{
116 if (! file->private_data) {
117 /* An attempt to read a transaction file without writing
118 * causes a 0-byte write so that the file can return
119 * state information
120 */
121 ssize_t rv = nfsctl_transaction_write(file, buf, 0, pos);
122 if (rv < 0)
123 return rv;
124 }
125 return simple_transaction_read(file, buf, size, pos);
126}
127
Arjan van de Ven4b6f5d22006-03-28 01:56:42 -0800128static const struct file_operations transaction_ops = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700129 .write = nfsctl_transaction_write,
NeilBrown73900222005-11-07 01:00:24 -0800130 .read = nfsctl_transaction_read,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700131 .release = simple_transaction_release,
Arnd Bergmann6038f372010-08-15 18:52:59 +0200132 .llseek = default_llseek,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700133};
134
Stanislav Kinsbursky96d851c2013-02-01 15:56:17 +0300135static int exports_net_open(struct net *net, struct file *file)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700136{
Stanislav Kinsburskyf2c7ea12012-03-28 19:09:29 +0400137 int err;
138 struct seq_file *seq;
Stanislav Kinsbursky96d851c2013-02-01 15:56:17 +0300139 struct nfsd_net *nn = net_generic(net, nfsd_net_id);
Stanislav Kinsburskyf2c7ea12012-03-28 19:09:29 +0400140
141 err = seq_open(file, &nfs_exports_op);
142 if (err)
143 return err;
144
145 seq = file->private_data;
Stanislav Kinsburskye5f06f72012-04-11 15:13:28 +0400146 seq->private = nn->svc_export_cache;
Stanislav Kinsburskyf2c7ea12012-03-28 19:09:29 +0400147 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700148}
149
Stanislav Kinsbursky96d851c2013-02-01 15:56:17 +0300150static int exports_proc_open(struct inode *inode, struct file *file)
151{
152 return exports_net_open(current->nsproxy->net_ns, file);
153}
154
155static const struct file_operations exports_proc_operations = {
156 .open = exports_proc_open,
157 .read = seq_read,
158 .llseek = seq_lseek,
159 .release = seq_release,
160 .owner = THIS_MODULE,
161};
162
163static int exports_nfsd_open(struct inode *inode, struct file *file)
164{
165 return exports_net_open(inode->i_sb->s_fs_info, file);
166}
167
168static const struct file_operations exports_nfsd_operations = {
169 .open = exports_nfsd_open,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700170 .read = seq_read,
171 .llseek = seq_lseek,
172 .release = seq_release,
Denis V. Lunev9ef2db22008-04-29 01:02:04 -0700173 .owner = THIS_MODULE,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700174};
175
J. Bruce Fieldse8e87532009-12-14 12:53:32 -0500176static int export_features_show(struct seq_file *m, void *v)
177{
178 seq_printf(m, "0x%x 0x%x\n", NFSEXP_ALLFLAGS, NFSEXP_SECINFO_FLAGS);
179 return 0;
180}
181
182static int export_features_open(struct inode *inode, struct file *file)
183{
184 return single_open(file, export_features_show, NULL);
185}
186
Al Viro75ef9de2013-04-04 19:09:41 -0400187static const struct file_operations export_features_operations = {
J. Bruce Fieldse8e87532009-12-14 12:53:32 -0500188 .open = export_features_open,
189 .read = seq_read,
190 .llseek = seq_lseek,
191 .release = single_release,
192};
193
J. Bruce Fieldsb084f592011-05-31 12:24:58 -0400194#if defined(CONFIG_SUNRPC_GSS) || defined(CONFIG_SUNRPC_GSS_MODULE)
Kevin Coffmanb0b0c0a2011-03-02 19:51:42 -0500195static int supported_enctypes_show(struct seq_file *m, void *v)
196{
J. Bruce Fieldsb084f592011-05-31 12:24:58 -0400197 seq_printf(m, KRB5_SUPPORTED_ENCTYPES);
Kevin Coffmanb0b0c0a2011-03-02 19:51:42 -0500198 return 0;
199}
200
201static int supported_enctypes_open(struct inode *inode, struct file *file)
202{
203 return single_open(file, supported_enctypes_show, NULL);
204}
205
Al Viro75ef9de2013-04-04 19:09:41 -0400206static const struct file_operations supported_enctypes_ops = {
Kevin Coffmanb0b0c0a2011-03-02 19:51:42 -0500207 .open = supported_enctypes_open,
208 .read = seq_read,
209 .llseek = seq_lseek,
210 .release = single_release,
211};
J. Bruce Fieldsb084f592011-05-31 12:24:58 -0400212#endif /* CONFIG_SUNRPC_GSS or CONFIG_SUNRPC_GSS_MODULE */
Kevin Coffmanb0b0c0a2011-03-02 19:51:42 -0500213
Alexey Dobriyan828c0952009-10-01 15:43:56 -0700214static const struct file_operations pool_stats_operations = {
Greg Banks03cf6c92009-01-13 21:26:36 +1100215 .open = nfsd_pool_stats_open,
216 .read = seq_read,
217 .llseek = seq_lseek,
Ryusei Yamaguchied2d8ae2009-08-16 00:54:41 +0900218 .release = nfsd_pool_stats_release,
Greg Banks03cf6c92009-01-13 21:26:36 +1100219 .owner = THIS_MODULE,
220};
221
Jeff Laytona2f999a2013-03-27 10:15:38 -0400222static struct file_operations reply_cache_stats_operations = {
223 .open = nfsd_reply_cache_stats_open,
224 .read = seq_read,
225 .llseek = seq_lseek,
226 .release = single_release,
227};
228
Linus Torvalds1da177e2005-04-16 15:20:36 -0700229/*----------------------------------------------------------------------------*/
230/*
231 * payload - write methods
Linus Torvalds1da177e2005-04-16 15:20:36 -0700232 */
233
Linus Torvalds1da177e2005-04-16 15:20:36 -0700234
Chuck Lever262a0982008-12-12 16:57:35 -0500235/**
236 * write_unlock_ip - Release all locks used by a client
237 *
238 * Experimental.
239 *
240 * Input:
241 * buf: '\n'-terminated C string containing a
Chuck Lever41160922009-08-09 15:09:40 -0400242 * presentation format IP address
Chuck Lever262a0982008-12-12 16:57:35 -0500243 * size: length of C string in @buf
244 * Output:
245 * On success: returns zero if all specified locks were released;
246 * returns one if one or more locks were not released
247 * On error: return code is negative errno value
Chuck Lever262a0982008-12-12 16:57:35 -0500248 */
Chuck Leverb046ccd2008-12-12 16:57:13 -0500249static ssize_t write_unlock_ip(struct file *file, char *buf, size_t size)
Wendy Cheng4373ea82008-01-17 11:10:12 -0500250{
Chuck Lever41160922009-08-09 15:09:40 -0400251 struct sockaddr_storage address;
252 struct sockaddr *sap = (struct sockaddr *)&address;
253 size_t salen = sizeof(address);
Chuck Lever367c8c72008-06-30 18:58:14 -0400254 char *fo_path;
Stanislav Kinsbursky11f77942013-02-01 15:56:12 +0300255 struct net *net = file->f_dentry->d_sb->s_fs_info;
Wendy Cheng4373ea82008-01-17 11:10:12 -0500256
257 /* sanity check */
258 if (size == 0)
259 return -EINVAL;
260
261 if (buf[size-1] != '\n')
262 return -EINVAL;
263
264 fo_path = buf;
265 if (qword_get(&buf, fo_path, size) < 0)
266 return -EINVAL;
267
Stanislav Kinsbursky11f77942013-02-01 15:56:12 +0300268 if (rpc_pton(net, fo_path, size, sap, salen) == 0)
Wendy Cheng4373ea82008-01-17 11:10:12 -0500269 return -EINVAL;
Wendy Cheng4373ea82008-01-17 11:10:12 -0500270
Chuck Lever41160922009-08-09 15:09:40 -0400271 return nlmsvc_unlock_all_by_ip(sap);
Wendy Cheng4373ea82008-01-17 11:10:12 -0500272}
273
Chuck Lever262a0982008-12-12 16:57:35 -0500274/**
275 * write_unlock_fs - Release all locks on a local file system
276 *
277 * Experimental.
278 *
279 * Input:
280 * buf: '\n'-terminated C string containing the
281 * absolute pathname of a local file system
282 * size: length of C string in @buf
283 * Output:
284 * On success: returns zero if all specified locks were released;
285 * returns one if one or more locks were not released
286 * On error: return code is negative errno value
287 */
Chuck Leverb046ccd2008-12-12 16:57:13 -0500288static ssize_t write_unlock_fs(struct file *file, char *buf, size_t size)
Wendy Cheng17efa372008-01-17 11:10:12 -0500289{
Al Viroa63bb992008-08-02 01:03:36 -0400290 struct path path;
Wendy Cheng17efa372008-01-17 11:10:12 -0500291 char *fo_path;
292 int error;
293
294 /* sanity check */
295 if (size == 0)
296 return -EINVAL;
297
298 if (buf[size-1] != '\n')
299 return -EINVAL;
300
301 fo_path = buf;
302 if (qword_get(&buf, fo_path, size) < 0)
303 return -EINVAL;
304
Al Viroa63bb992008-08-02 01:03:36 -0400305 error = kern_path(fo_path, 0, &path);
Wendy Cheng17efa372008-01-17 11:10:12 -0500306 if (error)
307 return error;
308
Chuck Lever262a0982008-12-12 16:57:35 -0500309 /*
310 * XXX: Needs better sanity checking. Otherwise we could end up
311 * releasing locks on the wrong file system.
312 *
313 * For example:
314 * 1. Does the path refer to a directory?
315 * 2. Is that directory a mount point, or
316 * 3. Is that directory the root of an exported file system?
317 */
Al Virod8c95842011-12-07 18:16:57 -0500318 error = nlmsvc_unlock_all_by_sb(path.dentry->d_sb);
Wendy Cheng17efa372008-01-17 11:10:12 -0500319
Al Viroa63bb992008-08-02 01:03:36 -0400320 path_put(&path);
Wendy Cheng17efa372008-01-17 11:10:12 -0500321 return error;
322}
323
Chuck Lever262a0982008-12-12 16:57:35 -0500324/**
325 * write_filehandle - Get a variable-length NFS file handle by path
326 *
327 * On input, the buffer contains a '\n'-terminated C string comprised of
328 * three alphanumeric words separated by whitespace. The string may
329 * contain escape sequences.
330 *
331 * Input:
332 * buf:
333 * domain: client domain name
334 * path: export pathname
335 * maxsize: numeric maximum size of
336 * @buf
337 * size: length of C string in @buf
338 * Output:
339 * On success: passed-in buffer filled with '\n'-terminated C
340 * string containing a ASCII hex text version
341 * of the NFS file handle;
342 * return code is the size in bytes of the string
343 * On error: return code is negative errno value
344 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700345static ssize_t write_filehandle(struct file *file, char *buf, size_t size)
346{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700347 char *dname, *path;
Andrew Morton246d95b2007-08-09 00:53:50 -0700348 int uninitialized_var(maxsize);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700349 char *mesg = buf;
350 int len;
351 struct auth_domain *dom;
352 struct knfsd_fh fh;
Stanislav Kinsbursky11f77942013-02-01 15:56:12 +0300353 struct net *net = file->f_dentry->d_sb->s_fs_info;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700354
J. Bruce Fields87d26ea2008-01-22 17:40:42 -0500355 if (size == 0)
356 return -EINVAL;
357
Linus Torvalds1da177e2005-04-16 15:20:36 -0700358 if (buf[size-1] != '\n')
359 return -EINVAL;
360 buf[size-1] = 0;
361
362 dname = mesg;
363 len = qword_get(&mesg, dname, size);
Chuck Lever54224f02008-12-12 16:57:20 -0500364 if (len <= 0)
365 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700366
367 path = dname+len+1;
368 len = qword_get(&mesg, path, size);
Chuck Lever54224f02008-12-12 16:57:20 -0500369 if (len <= 0)
370 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700371
372 len = get_int(&mesg, &maxsize);
373 if (len)
374 return len;
375
376 if (maxsize < NFS_FHSIZE)
377 return -EINVAL;
Kinglong Mee3c7aa152014-06-10 18:08:19 +0800378 maxsize = min(maxsize, NFS3_FHSIZE);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700379
380 if (qword_get(&mesg, mesg, size)>0)
381 return -EINVAL;
382
383 /* we have all the words, they are in buf.. */
384 dom = unix_domain_find(dname);
385 if (!dom)
386 return -ENOMEM;
387
Stanislav Kinsbursky11f77942013-02-01 15:56:12 +0300388 len = exp_rootfh(net, dom, path, &fh, maxsize);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700389 auth_domain_put(dom);
390 if (len)
391 return len;
392
Chuck Lever54224f02008-12-12 16:57:20 -0500393 mesg = buf;
394 len = SIMPLE_TRANSACTION_LIMIT;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700395 qword_addhex(&mesg, &len, (char*)&fh.fh_base, fh.fh_size);
396 mesg[-1] = '\n';
397 return mesg - buf;
398}
399
Chuck Lever262a0982008-12-12 16:57:35 -0500400/**
401 * write_threads - Start NFSD, or report the current number of running threads
402 *
403 * Input:
404 * buf: ignored
405 * size: zero
406 * Output:
407 * On success: passed-in buffer filled with '\n'-terminated C
408 * string numeric value representing the number of
409 * running NFSD threads;
410 * return code is the size in bytes of the string
411 * On error: return code is zero
412 *
413 * OR
414 *
415 * Input:
416 * buf: C string containing an unsigned
417 * integer value representing the
418 * number of NFSD threads to start
419 * size: non-zero length of C string in @buf
420 * Output:
421 * On success: NFS service is started;
422 * passed-in buffer filled with '\n'-terminated C
423 * string numeric value representing the number of
424 * running NFSD threads;
425 * return code is the size in bytes of the string
426 * On error: return code is zero or a negative errno value
427 */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700428static ssize_t write_threads(struct file *file, char *buf, size_t size)
429{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700430 char *mesg = buf;
431 int rv;
Stanislav Kinsbursky11f77942013-02-01 15:56:12 +0300432 struct net *net = file->f_dentry->d_sb->s_fs_info;
Stanislav Kinsburskyd41a9412012-12-10 12:19:25 +0300433
Linus Torvalds1da177e2005-04-16 15:20:36 -0700434 if (size > 0) {
435 int newthreads;
436 rv = get_int(&mesg, &newthreads);
437 if (rv)
438 return rv;
Chuck Lever9e074852008-12-12 16:57:27 -0500439 if (newthreads < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700440 return -EINVAL;
Stanislav Kinsburskyd41a9412012-12-10 12:19:25 +0300441 rv = nfsd_svc(newthreads, net);
NeilBrown82e12fe2009-06-16 11:03:07 +1000442 if (rv < 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700443 return rv;
NeilBrown82e12fe2009-06-16 11:03:07 +1000444 } else
Stanislav Kinsbursky9dd98452012-12-06 14:23:24 +0300445 rv = nfsd_nrthreads(net);
Chuck Levere06b6402009-04-23 19:33:25 -0400446
NeilBrown82e12fe2009-06-16 11:03:07 +1000447 return scnprintf(buf, SIMPLE_TRANSACTION_LIMIT, "%d\n", rv);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700448}
449
Chuck Lever262a0982008-12-12 16:57:35 -0500450/**
451 * write_pool_threads - Set or report the current number of threads per pool
452 *
453 * Input:
454 * buf: ignored
455 * size: zero
456 *
457 * OR
458 *
459 * Input:
460 * buf: C string containing whitespace-
461 * separated unsigned integer values
462 * representing the number of NFSD
463 * threads to start in each pool
464 * size: non-zero length of C string in @buf
465 * Output:
466 * On success: passed-in buffer filled with '\n'-terminated C
467 * string containing integer values representing the
468 * number of NFSD threads in each pool;
469 * return code is the size in bytes of the string
470 * On error: return code is zero or a negative errno value
471 */
Greg Bankseed29652006-10-02 02:18:02 -0700472static ssize_t write_pool_threads(struct file *file, char *buf, size_t size)
473{
474 /* if size > 0, look for an array of number of threads per node
475 * and apply them then write out number of threads per node as reply
476 */
477 char *mesg = buf;
478 int i;
479 int rv;
480 int len;
Neil Brownbedbdd82008-06-10 08:40:35 -0400481 int npools;
Greg Bankseed29652006-10-02 02:18:02 -0700482 int *nthreads;
Stanislav Kinsbursky11f77942013-02-01 15:56:12 +0300483 struct net *net = file->f_dentry->d_sb->s_fs_info;
Greg Bankseed29652006-10-02 02:18:02 -0700484
Neil Brownbedbdd82008-06-10 08:40:35 -0400485 mutex_lock(&nfsd_mutex);
Stanislav Kinsbursky9dd98452012-12-06 14:23:24 +0300486 npools = nfsd_nrpools(net);
Greg Bankseed29652006-10-02 02:18:02 -0700487 if (npools == 0) {
488 /*
489 * NFS is shut down. The admin can start it by
490 * writing to the threads file but NOT the pool_threads
491 * file, sorry. Report zero threads.
492 */
Neil Brownbedbdd82008-06-10 08:40:35 -0400493 mutex_unlock(&nfsd_mutex);
Greg Bankseed29652006-10-02 02:18:02 -0700494 strcpy(buf, "0\n");
495 return strlen(buf);
496 }
497
498 nthreads = kcalloc(npools, sizeof(int), GFP_KERNEL);
Neil Brownbedbdd82008-06-10 08:40:35 -0400499 rv = -ENOMEM;
Greg Bankseed29652006-10-02 02:18:02 -0700500 if (nthreads == NULL)
Neil Brownbedbdd82008-06-10 08:40:35 -0400501 goto out_free;
Greg Bankseed29652006-10-02 02:18:02 -0700502
503 if (size > 0) {
504 for (i = 0; i < npools; i++) {
505 rv = get_int(&mesg, &nthreads[i]);
506 if (rv == -ENOENT)
507 break; /* fewer numbers than pools */
508 if (rv)
509 goto out_free; /* syntax error */
510 rv = -EINVAL;
511 if (nthreads[i] < 0)
512 goto out_free;
513 }
Stanislav Kinsbursky3938a0d2012-12-10 12:19:30 +0300514 rv = nfsd_set_nrthreads(i, nthreads, net);
Greg Bankseed29652006-10-02 02:18:02 -0700515 if (rv)
516 goto out_free;
517 }
518
Stanislav Kinsbursky9dd98452012-12-06 14:23:24 +0300519 rv = nfsd_get_nrthreads(npools, nthreads, net);
Greg Bankseed29652006-10-02 02:18:02 -0700520 if (rv)
521 goto out_free;
522
523 mesg = buf;
524 size = SIMPLE_TRANSACTION_LIMIT;
525 for (i = 0; i < npools && size > 0; i++) {
526 snprintf(mesg, size, "%d%c", nthreads[i], (i == npools-1 ? '\n' : ' '));
527 len = strlen(mesg);
528 size -= len;
529 mesg += len;
530 }
J. Bruce Fields413d63d7102009-07-28 11:37:25 -0400531 rv = mesg - buf;
Greg Bankseed29652006-10-02 02:18:02 -0700532out_free:
533 kfree(nthreads);
Neil Brownbedbdd82008-06-10 08:40:35 -0400534 mutex_unlock(&nfsd_mutex);
Greg Bankseed29652006-10-02 02:18:02 -0700535 return rv;
536}
537
Jeff Layton3dd98a32008-06-10 08:40:36 -0400538static ssize_t __write_versions(struct file *file, char *buf, size_t size)
NeilBrown70c3b762005-11-07 01:00:25 -0800539{
NeilBrown70c3b762005-11-07 01:00:25 -0800540 char *mesg = buf;
Benny Halevy8daf2202009-04-03 08:28:59 +0300541 char *vers, *minorp, sign;
Chuck Lever261758b2009-04-23 19:33:18 -0400542 int len, num, remaining;
Benny Halevy8daf2202009-04-03 08:28:59 +0300543 unsigned minor;
NeilBrown70c3b762005-11-07 01:00:25 -0800544 ssize_t tlen = 0;
545 char *sep;
Stanislav Kinsbursky11f77942013-02-01 15:56:12 +0300546 struct net *net = file->f_dentry->d_sb->s_fs_info;
Stanislav Kinsbursky9dd98452012-12-06 14:23:24 +0300547 struct nfsd_net *nn = net_generic(net, nfsd_net_id);
NeilBrown70c3b762005-11-07 01:00:25 -0800548
549 if (size>0) {
Stanislav Kinsbursky9dd98452012-12-06 14:23:24 +0300550 if (nn->nfsd_serv)
NeilBrown6658d3a2006-10-02 02:17:46 -0700551 /* Cannot change versions without updating
Stanislav Kinsbursky9dd98452012-12-06 14:23:24 +0300552 * nn->nfsd_serv->sv_xdrsize, and reallocing
NeilBrown6658d3a2006-10-02 02:17:46 -0700553 * rq_argp and rq_resp
554 */
NeilBrown70c3b762005-11-07 01:00:25 -0800555 return -EBUSY;
556 if (buf[size-1] != '\n')
557 return -EINVAL;
558 buf[size-1] = 0;
559
560 vers = mesg;
561 len = qword_get(&mesg, vers, size);
562 if (len <= 0) return -EINVAL;
563 do {
564 sign = *vers;
565 if (sign == '+' || sign == '-')
Benny Halevy8daf2202009-04-03 08:28:59 +0300566 num = simple_strtol((vers+1), &minorp, 0);
NeilBrown70c3b762005-11-07 01:00:25 -0800567 else
Benny Halevy8daf2202009-04-03 08:28:59 +0300568 num = simple_strtol(vers, &minorp, 0);
569 if (*minorp == '.') {
J. Bruce Fieldsff89be82013-01-23 18:25:01 -0500570 if (num != 4)
Benny Halevy8daf2202009-04-03 08:28:59 +0300571 return -EINVAL;
572 minor = simple_strtoul(minorp+1, NULL, 0);
573 if (minor == 0)
574 return -EINVAL;
575 if (nfsd_minorversion(minor, sign == '-' ?
576 NFSD_CLEAR : NFSD_SET) < 0)
577 return -EINVAL;
578 goto next;
579 }
NeilBrown70c3b762005-11-07 01:00:25 -0800580 switch(num) {
581 case 2:
582 case 3:
583 case 4:
NeilBrown6658d3a2006-10-02 02:17:46 -0700584 nfsd_vers(num, sign == '-' ? NFSD_CLEAR : NFSD_SET);
NeilBrown70c3b762005-11-07 01:00:25 -0800585 break;
586 default:
587 return -EINVAL;
588 }
Benny Halevy8daf2202009-04-03 08:28:59 +0300589 next:
NeilBrown70c3b762005-11-07 01:00:25 -0800590 vers += len + 1;
NeilBrown70c3b762005-11-07 01:00:25 -0800591 } while ((len = qword_get(&mesg, vers, size)) > 0);
592 /* If all get turned off, turn them back on, as
593 * having no versions is BAD
594 */
NeilBrown6658d3a2006-10-02 02:17:46 -0700595 nfsd_reset_versions();
NeilBrown70c3b762005-11-07 01:00:25 -0800596 }
Chuck Lever261758b2009-04-23 19:33:18 -0400597
NeilBrown70c3b762005-11-07 01:00:25 -0800598 /* Now write current state into reply buffer */
599 len = 0;
600 sep = "";
Chuck Lever261758b2009-04-23 19:33:18 -0400601 remaining = SIMPLE_TRANSACTION_LIMIT;
NeilBrown70c3b762005-11-07 01:00:25 -0800602 for (num=2 ; num <= 4 ; num++)
NeilBrown6658d3a2006-10-02 02:17:46 -0700603 if (nfsd_vers(num, NFSD_AVAIL)) {
Chuck Lever261758b2009-04-23 19:33:18 -0400604 len = snprintf(buf, remaining, "%s%c%d", sep,
NeilBrown6658d3a2006-10-02 02:17:46 -0700605 nfsd_vers(num, NFSD_TEST)?'+':'-',
NeilBrown70c3b762005-11-07 01:00:25 -0800606 num);
607 sep = " ";
Chuck Lever261758b2009-04-23 19:33:18 -0400608
609 if (len > remaining)
610 break;
611 remaining -= len;
612 buf += len;
613 tlen += len;
NeilBrown70c3b762005-11-07 01:00:25 -0800614 }
Benny Halevy8daf2202009-04-03 08:28:59 +0300615 if (nfsd_vers(4, NFSD_AVAIL))
Chuck Lever261758b2009-04-23 19:33:18 -0400616 for (minor = 1; minor <= NFSD_SUPPORTED_MINOR_VERSION;
617 minor++) {
618 len = snprintf(buf, remaining, " %c4.%u",
Benny Halevy8daf2202009-04-03 08:28:59 +0300619 (nfsd_vers(4, NFSD_TEST) &&
620 nfsd_minorversion(minor, NFSD_TEST)) ?
621 '+' : '-',
622 minor);
Chuck Lever261758b2009-04-23 19:33:18 -0400623
624 if (len > remaining)
625 break;
626 remaining -= len;
627 buf += len;
628 tlen += len;
629 }
630
631 len = snprintf(buf, remaining, "\n");
632 if (len > remaining)
633 return -EINVAL;
634 return tlen + len;
NeilBrown70c3b762005-11-07 01:00:25 -0800635}
636
Chuck Lever262a0982008-12-12 16:57:35 -0500637/**
638 * write_versions - Set or report the available NFS protocol versions
639 *
640 * Input:
641 * buf: ignored
642 * size: zero
643 * Output:
644 * On success: passed-in buffer filled with '\n'-terminated C
645 * string containing positive or negative integer
646 * values representing the current status of each
647 * protocol version;
648 * return code is the size in bytes of the string
649 * On error: return code is zero or a negative errno value
650 *
651 * OR
652 *
653 * Input:
654 * buf: C string containing whitespace-
655 * separated positive or negative
656 * integer values representing NFS
657 * protocol versions to enable ("+n")
658 * or disable ("-n")
659 * size: non-zero length of C string in @buf
660 * Output:
661 * On success: status of zero or more protocol versions has
662 * been updated; passed-in buffer filled with
663 * '\n'-terminated C string containing positive
664 * or negative integer values representing the
665 * current status of each protocol version;
666 * return code is the size in bytes of the string
667 * On error: return code is zero or a negative errno value
668 */
Jeff Layton3dd98a32008-06-10 08:40:36 -0400669static ssize_t write_versions(struct file *file, char *buf, size_t size)
670{
671 ssize_t rv;
672
673 mutex_lock(&nfsd_mutex);
674 rv = __write_versions(file, buf, size);
675 mutex_unlock(&nfsd_mutex);
676 return rv;
677}
678
Chuck Lever4cd5dc72009-04-23 19:31:32 -0400679/*
Chuck Lever0a5372d2009-04-23 19:32:10 -0400680 * Zero-length write. Return a list of NFSD's current listener
681 * transports.
682 */
Stanislav Kinsbursky9dd98452012-12-06 14:23:24 +0300683static ssize_t __write_ports_names(char *buf, struct net *net)
Chuck Lever0a5372d2009-04-23 19:32:10 -0400684{
Stanislav Kinsbursky9dd98452012-12-06 14:23:24 +0300685 struct nfsd_net *nn = net_generic(net, nfsd_net_id);
686
687 if (nn->nfsd_serv == NULL)
Chuck Lever0a5372d2009-04-23 19:32:10 -0400688 return 0;
Stanislav Kinsbursky9dd98452012-12-06 14:23:24 +0300689 return svc_xprt_names(nn->nfsd_serv, buf, SIMPLE_TRANSACTION_LIMIT);
Chuck Lever0a5372d2009-04-23 19:32:10 -0400690}
691
692/*
Chuck Lever0b7c2f62009-04-23 19:31:55 -0400693 * A single 'fd' number was written, in which case it must be for
694 * a socket of a supported family/protocol, and we use it as an
695 * nfsd listener.
696 */
Stanislav Kinsbursky08160352012-12-10 12:19:35 +0300697static ssize_t __write_ports_addfd(char *buf, struct net *net)
Chuck Lever0b7c2f62009-04-23 19:31:55 -0400698{
699 char *mesg = buf;
700 int fd, err;
Stanislav Kinsbursky9dd98452012-12-06 14:23:24 +0300701 struct nfsd_net *nn = net_generic(net, nfsd_net_id);
Chuck Lever0b7c2f62009-04-23 19:31:55 -0400702
703 err = get_int(&mesg, &fd);
704 if (err != 0 || fd < 0)
705 return -EINVAL;
706
Stanislav Kinsbursky30646392014-02-26 16:50:01 +0300707 if (svc_alien_sock(net, fd)) {
708 printk(KERN_ERR "%s: socket net is different to NFSd's one\n", __func__);
709 return -EINVAL;
710 }
711
Stanislav Kinsbursky67774362012-12-10 12:19:20 +0300712 err = nfsd_create_serv(net);
Chuck Lever0b7c2f62009-04-23 19:31:55 -0400713 if (err != 0)
714 return err;
715
Stanislav Kinsbursky9dd98452012-12-06 14:23:24 +0300716 err = svc_addsock(nn->nfsd_serv, fd, buf, SIMPLE_TRANSACTION_LIMIT);
Jeff Layton78a8d7c2010-07-19 16:50:05 -0400717 if (err < 0) {
Stanislav Kinsbursky19f7e2c2012-07-03 16:46:41 +0400718 nfsd_destroy(net);
Jeff Layton78a8d7c2010-07-19 16:50:05 -0400719 return err;
720 }
Chuck Lever0b7c2f62009-04-23 19:31:55 -0400721
Chuck Leverea068ba2009-04-23 19:32:18 -0400722 /* Decrease the count, but don't shut down the service */
Stanislav Kinsbursky9dd98452012-12-06 14:23:24 +0300723 nn->nfsd_serv->sv_nrthreads--;
Chuck Leverea068ba2009-04-23 19:32:18 -0400724 return err;
Chuck Lever0b7c2f62009-04-23 19:31:55 -0400725}
726
727/*
Chuck Lever4eb68c22009-04-23 19:31:40 -0400728 * A transport listener is added by writing it's transport name and
729 * a port number.
730 */
Stanislav Kinsbursky08160352012-12-10 12:19:35 +0300731static ssize_t __write_ports_addxprt(char *buf, struct net *net)
Chuck Lever4eb68c22009-04-23 19:31:40 -0400732{
733 char transport[16];
Chuck Lever37498292010-01-26 14:04:22 -0500734 struct svc_xprt *xprt;
Chuck Lever4eb68c22009-04-23 19:31:40 -0400735 int port, err;
Stanislav Kinsbursky9dd98452012-12-06 14:23:24 +0300736 struct nfsd_net *nn = net_generic(net, nfsd_net_id);
Chuck Lever4eb68c22009-04-23 19:31:40 -0400737
J. Bruce Fieldsa10fded2012-08-14 17:48:39 -0400738 if (sscanf(buf, "%15s %5u", transport, &port) != 2)
Chuck Lever4eb68c22009-04-23 19:31:40 -0400739 return -EINVAL;
740
Alexey Dobriyan4be929b2010-05-24 14:33:03 -0700741 if (port < 1 || port > USHRT_MAX)
Chuck Lever4eb68c22009-04-23 19:31:40 -0400742 return -EINVAL;
743
Stanislav Kinsbursky67774362012-12-10 12:19:20 +0300744 err = nfsd_create_serv(net);
Chuck Lever4eb68c22009-04-23 19:31:40 -0400745 if (err != 0)
746 return err;
747
Stanislav Kinsbursky9dd98452012-12-06 14:23:24 +0300748 err = svc_create_xprt(nn->nfsd_serv, transport, net,
Chuck Lever4eb68c22009-04-23 19:31:40 -0400749 PF_INET, port, SVC_SOCK_ANONYMOUS);
Chuck Lever68717902010-01-26 14:04:13 -0500750 if (err < 0)
Chuck Lever37498292010-01-26 14:04:22 -0500751 goto out_err;
752
Stanislav Kinsbursky9dd98452012-12-06 14:23:24 +0300753 err = svc_create_xprt(nn->nfsd_serv, transport, net,
Chuck Lever37498292010-01-26 14:04:22 -0500754 PF_INET6, port, SVC_SOCK_ANONYMOUS);
755 if (err < 0 && err != -EAFNOSUPPORT)
756 goto out_close;
Jeff Layton0cd14a02010-07-19 16:50:06 -0400757
758 /* Decrease the count, but don't shut down the service */
Stanislav Kinsbursky9dd98452012-12-06 14:23:24 +0300759 nn->nfsd_serv->sv_nrthreads--;
Chuck Lever4eb68c22009-04-23 19:31:40 -0400760 return 0;
Chuck Lever37498292010-01-26 14:04:22 -0500761out_close:
Stanislav Kinsbursky9dd98452012-12-06 14:23:24 +0300762 xprt = svc_find_xprt(nn->nfsd_serv, transport, net, PF_INET, port);
Chuck Lever37498292010-01-26 14:04:22 -0500763 if (xprt != NULL) {
764 svc_close_xprt(xprt);
765 svc_xprt_put(xprt);
766 }
767out_err:
Stanislav Kinsbursky19f7e2c2012-07-03 16:46:41 +0400768 nfsd_destroy(net);
Chuck Lever37498292010-01-26 14:04:22 -0500769 return err;
Chuck Lever4eb68c22009-04-23 19:31:40 -0400770}
771
Stanislav Kinsbursky08160352012-12-10 12:19:35 +0300772static ssize_t __write_ports(struct file *file, char *buf, size_t size,
773 struct net *net)
NeilBrown80212d52006-10-02 02:17:47 -0700774{
Chuck Lever0a5372d2009-04-23 19:32:10 -0400775 if (size == 0)
Stanislav Kinsbursky9dd98452012-12-06 14:23:24 +0300776 return __write_ports_names(buf, net);
Chuck Lever0b7c2f62009-04-23 19:31:55 -0400777
778 if (isdigit(buf[0]))
Stanislav Kinsbursky08160352012-12-10 12:19:35 +0300779 return __write_ports_addfd(buf, net);
Chuck Lever82d56592009-04-23 19:31:48 -0400780
Chuck Lever4eb68c22009-04-23 19:31:40 -0400781 if (isalpha(buf[0]))
Stanislav Kinsbursky08160352012-12-10 12:19:35 +0300782 return __write_ports_addxprt(buf, net);
Chuck Lever4cd5dc72009-04-23 19:31:32 -0400783
NeilBrownb41b66d2006-10-02 02:17:48 -0700784 return -EINVAL;
NeilBrown80212d52006-10-02 02:17:47 -0700785}
786
Chuck Lever262a0982008-12-12 16:57:35 -0500787/**
788 * write_ports - Pass a socket file descriptor or transport name to listen on
789 *
790 * Input:
791 * buf: ignored
792 * size: zero
793 * Output:
794 * On success: passed-in buffer filled with a '\n'-terminated C
795 * string containing a whitespace-separated list of
796 * named NFSD listeners;
797 * return code is the size in bytes of the string
798 * On error: return code is zero or a negative errno value
799 *
800 * OR
801 *
802 * Input:
803 * buf: C string containing an unsigned
804 * integer value representing a bound
805 * but unconnected socket that is to be
Chuck Leverc71206a2009-04-23 19:32:03 -0400806 * used as an NFSD listener; listen(3)
807 * must be called for a SOCK_STREAM
808 * socket, otherwise it is ignored
Chuck Lever262a0982008-12-12 16:57:35 -0500809 * size: non-zero length of C string in @buf
810 * Output:
811 * On success: NFS service is started;
812 * passed-in buffer filled with a '\n'-terminated C
813 * string containing a unique alphanumeric name of
814 * the listener;
815 * return code is the size in bytes of the string
816 * On error: return code is a negative errno value
817 *
818 * OR
819 *
820 * Input:
Chuck Lever262a0982008-12-12 16:57:35 -0500821 * buf: C string containing a transport
822 * name and an unsigned integer value
823 * representing the port to listen on,
824 * separated by whitespace
825 * size: non-zero length of C string in @buf
826 * Output:
827 * On success: returns zero; NFS service is started
828 * On error: return code is a negative errno value
Chuck Lever262a0982008-12-12 16:57:35 -0500829 */
Neil Brownbedbdd82008-06-10 08:40:35 -0400830static ssize_t write_ports(struct file *file, char *buf, size_t size)
831{
832 ssize_t rv;
Stanislav Kinsbursky11f77942013-02-01 15:56:12 +0300833 struct net *net = file->f_dentry->d_sb->s_fs_info;
Jeff Layton3dd98a32008-06-10 08:40:36 -0400834
Neil Brownbedbdd82008-06-10 08:40:35 -0400835 mutex_lock(&nfsd_mutex);
Stanislav Kinsbursky08160352012-12-10 12:19:35 +0300836 rv = __write_ports(file, buf, size, net);
Neil Brownbedbdd82008-06-10 08:40:35 -0400837 mutex_unlock(&nfsd_mutex);
838 return rv;
839}
840
841
NeilBrown596bbe52006-10-04 02:15:48 -0700842int nfsd_max_blksize;
843
Chuck Lever262a0982008-12-12 16:57:35 -0500844/**
845 * write_maxblksize - Set or report the current NFS blksize
846 *
847 * Input:
848 * buf: ignored
849 * size: zero
850 *
851 * OR
852 *
853 * Input:
854 * buf: C string containing an unsigned
855 * integer value representing the new
856 * NFS blksize
857 * size: non-zero length of C string in @buf
858 * Output:
859 * On success: passed-in buffer filled with '\n'-terminated C string
860 * containing numeric value of the current NFS blksize
861 * setting;
862 * return code is the size in bytes of the string
863 * On error: return code is zero or a negative errno value
864 */
NeilBrown596bbe52006-10-04 02:15:48 -0700865static ssize_t write_maxblksize(struct file *file, char *buf, size_t size)
866{
867 char *mesg = buf;
Stanislav Kinsbursky11f77942013-02-01 15:56:12 +0300868 struct net *net = file->f_dentry->d_sb->s_fs_info;
Stanislav Kinsbursky9dd98452012-12-06 14:23:24 +0300869 struct nfsd_net *nn = net_generic(net, nfsd_net_id);
870
NeilBrown596bbe52006-10-04 02:15:48 -0700871 if (size > 0) {
872 int bsize;
873 int rv = get_int(&mesg, &bsize);
874 if (rv)
875 return rv;
876 /* force bsize into allowed range and
877 * required alignment.
878 */
Kinglong Mee3c7aa152014-06-10 18:08:19 +0800879 bsize = max_t(int, bsize, 1024);
880 bsize = min_t(int, bsize, NFSSVC_MAXBLKSIZE);
NeilBrown596bbe52006-10-04 02:15:48 -0700881 bsize &= ~(1024-1);
Neil Brownbedbdd82008-06-10 08:40:35 -0400882 mutex_lock(&nfsd_mutex);
Stanislav Kinsbursky9dd98452012-12-06 14:23:24 +0300883 if (nn->nfsd_serv) {
Neil Brownbedbdd82008-06-10 08:40:35 -0400884 mutex_unlock(&nfsd_mutex);
NeilBrown596bbe52006-10-04 02:15:48 -0700885 return -EBUSY;
886 }
887 nfsd_max_blksize = bsize;
Neil Brownbedbdd82008-06-10 08:40:35 -0400888 mutex_unlock(&nfsd_mutex);
NeilBrown596bbe52006-10-04 02:15:48 -0700889 }
Chuck Levere06b6402009-04-23 19:33:25 -0400890
891 return scnprintf(buf, SIMPLE_TRANSACTION_LIMIT, "%d\n",
892 nfsd_max_blksize);
NeilBrown596bbe52006-10-04 02:15:48 -0700893}
894
Jeff Layton5b8db002014-07-02 16:11:22 -0400895/**
896 * write_maxconn - Set or report the current max number of connections
897 *
898 * Input:
899 * buf: ignored
900 * size: zero
901 * OR
902 *
903 * Input:
904 * buf: C string containing an unsigned
905 * integer value representing the new
906 * number of max connections
907 * size: non-zero length of C string in @buf
908 * Output:
909 * On success: passed-in buffer filled with '\n'-terminated C string
910 * containing numeric value of max_connections setting
911 * for this net namespace;
912 * return code is the size in bytes of the string
913 * On error: return code is zero or a negative errno value
914 */
915static ssize_t write_maxconn(struct file *file, char *buf, size_t size)
916{
917 char *mesg = buf;
918 struct net *net = file->f_dentry->d_sb->s_fs_info;
919 struct nfsd_net *nn = net_generic(net, nfsd_net_id);
920 unsigned int maxconn = nn->max_connections;
921
922 if (size > 0) {
923 int rv = get_uint(&mesg, &maxconn);
924
925 if (rv)
926 return rv;
927 nn->max_connections = maxconn;
928 }
929
930 return scnprintf(buf, SIMPLE_TRANSACTION_LIMIT, "%u\n", maxconn);
931}
932
NeilBrown70c3b762005-11-07 01:00:25 -0800933#ifdef CONFIG_NFSD_V4
Stanislav Kinsbursky9dd98452012-12-06 14:23:24 +0300934static ssize_t __nfsd4_write_time(struct file *file, char *buf, size_t size,
935 time_t *time, struct nfsd_net *nn)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700936{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700937 char *mesg = buf;
J. Bruce Fieldsf0135742010-03-01 19:32:36 -0500938 int rv, i;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700939
940 if (size > 0) {
Stanislav Kinsbursky9dd98452012-12-06 14:23:24 +0300941 if (nn->nfsd_serv)
Jeff Layton3dd98a32008-06-10 08:40:36 -0400942 return -EBUSY;
J. Bruce Fieldsf0135742010-03-01 19:32:36 -0500943 rv = get_int(&mesg, &i);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700944 if (rv)
945 return rv;
J. Bruce Fieldse7b184f2010-03-02 11:18:40 -0500946 /*
947 * Some sanity checking. We don't have a reason for
948 * these particular numbers, but problems with the
949 * extremes are:
950 * - Too short: the briefest network outage may
951 * cause clients to lose all their locks. Also,
952 * the frequent polling may be wasteful.
953 * - Too long: do you really want reboot recovery
954 * to take more than an hour? Or to make other
955 * clients wait an hour before being able to
956 * revoke a dead client's locks?
957 */
J. Bruce Fieldsf0135742010-03-01 19:32:36 -0500958 if (i < 10 || i > 3600)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700959 return -EINVAL;
J. Bruce Fieldsf0135742010-03-01 19:32:36 -0500960 *time = i;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700961 }
Chuck Levere06b6402009-04-23 19:33:25 -0400962
J. Bruce Fieldsf0135742010-03-01 19:32:36 -0500963 return scnprintf(buf, SIMPLE_TRANSACTION_LIMIT, "%ld\n", *time);
964}
965
Stanislav Kinsbursky9dd98452012-12-06 14:23:24 +0300966static ssize_t nfsd4_write_time(struct file *file, char *buf, size_t size,
967 time_t *time, struct nfsd_net *nn)
J. Bruce Fieldsf0135742010-03-01 19:32:36 -0500968{
969 ssize_t rv;
970
971 mutex_lock(&nfsd_mutex);
Stanislav Kinsbursky9dd98452012-12-06 14:23:24 +0300972 rv = __nfsd4_write_time(file, buf, size, time, nn);
J. Bruce Fieldsf0135742010-03-01 19:32:36 -0500973 mutex_unlock(&nfsd_mutex);
974 return rv;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700975}
976
Chuck Lever262a0982008-12-12 16:57:35 -0500977/**
978 * write_leasetime - Set or report the current NFSv4 lease time
979 *
980 * Input:
981 * buf: ignored
982 * size: zero
983 *
984 * OR
985 *
986 * Input:
987 * buf: C string containing an unsigned
988 * integer value representing the new
989 * NFSv4 lease expiry time
990 * size: non-zero length of C string in @buf
991 * Output:
992 * On success: passed-in buffer filled with '\n'-terminated C
993 * string containing unsigned integer value of the
994 * current lease expiry time;
995 * return code is the size in bytes of the string
996 * On error: return code is zero or a negative errno value
997 */
Jeff Layton3dd98a32008-06-10 08:40:36 -0400998static ssize_t write_leasetime(struct file *file, char *buf, size_t size)
999{
Stanislav Kinsbursky11f77942013-02-01 15:56:12 +03001000 struct net *net = file->f_dentry->d_sb->s_fs_info;
1001 struct nfsd_net *nn = net_generic(net, nfsd_net_id);
Stanislav Kinsbursky9dd98452012-12-06 14:23:24 +03001002 return nfsd4_write_time(file, buf, size, &nn->nfsd4_lease, nn);
Jeff Layton3dd98a32008-06-10 08:40:36 -04001003}
1004
J. Bruce Fieldsefc4bb4f2010-03-02 11:04:06 -05001005/**
1006 * write_gracetime - Set or report current NFSv4 grace period time
1007 *
1008 * As above, but sets the time of the NFSv4 grace period.
1009 *
1010 * Note this should never be set to less than the *previous*
1011 * lease-period time, but we don't try to enforce this. (In the common
1012 * case (a new boot), we don't know what the previous lease time was
1013 * anyway.)
1014 */
1015static ssize_t write_gracetime(struct file *file, char *buf, size_t size)
1016{
Stanislav Kinsbursky11f77942013-02-01 15:56:12 +03001017 struct net *net = file->f_dentry->d_sb->s_fs_info;
1018 struct nfsd_net *nn = net_generic(net, nfsd_net_id);
Stanislav Kinsbursky9dd98452012-12-06 14:23:24 +03001019 return nfsd4_write_time(file, buf, size, &nn->nfsd4_grace, nn);
J. Bruce Fieldsefc4bb4f2010-03-02 11:04:06 -05001020}
1021
Stanislav Kinsbursky9dd98452012-12-06 14:23:24 +03001022static ssize_t __write_recoverydir(struct file *file, char *buf, size_t size,
1023 struct nfsd_net *nn)
NeilBrown0964a3d2005-06-23 22:04:32 -07001024{
1025 char *mesg = buf;
1026 char *recdir;
1027 int len, status;
1028
Jeff Layton3dd98a32008-06-10 08:40:36 -04001029 if (size > 0) {
Stanislav Kinsbursky9dd98452012-12-06 14:23:24 +03001030 if (nn->nfsd_serv)
Jeff Layton3dd98a32008-06-10 08:40:36 -04001031 return -EBUSY;
1032 if (size > PATH_MAX || buf[size-1] != '\n')
1033 return -EINVAL;
1034 buf[size-1] = 0;
NeilBrown0964a3d2005-06-23 22:04:32 -07001035
Jeff Layton3dd98a32008-06-10 08:40:36 -04001036 recdir = mesg;
1037 len = qword_get(&mesg, recdir, size);
1038 if (len <= 0)
1039 return -EINVAL;
NeilBrown0964a3d2005-06-23 22:04:32 -07001040
Jeff Layton3dd98a32008-06-10 08:40:36 -04001041 status = nfs4_reset_recoverydir(recdir);
Andi Kleen69049962010-07-20 15:24:27 -07001042 if (status)
1043 return status;
Jeff Layton3dd98a32008-06-10 08:40:36 -04001044 }
Chuck Lever3d72ab82009-04-23 19:33:10 -04001045
1046 return scnprintf(buf, SIMPLE_TRANSACTION_LIMIT, "%s\n",
1047 nfs4_recoverydir());
NeilBrown0964a3d2005-06-23 22:04:32 -07001048}
Jeff Layton3dd98a32008-06-10 08:40:36 -04001049
Chuck Lever262a0982008-12-12 16:57:35 -05001050/**
1051 * write_recoverydir - Set or report the pathname of the recovery directory
1052 *
1053 * Input:
1054 * buf: ignored
1055 * size: zero
1056 *
1057 * OR
1058 *
1059 * Input:
1060 * buf: C string containing the pathname
1061 * of the directory on a local file
1062 * system containing permanent NFSv4
1063 * recovery data
1064 * size: non-zero length of C string in @buf
1065 * Output:
1066 * On success: passed-in buffer filled with '\n'-terminated C string
1067 * containing the current recovery pathname setting;
1068 * return code is the size in bytes of the string
1069 * On error: return code is zero or a negative errno value
1070 */
Jeff Layton3dd98a32008-06-10 08:40:36 -04001071static ssize_t write_recoverydir(struct file *file, char *buf, size_t size)
1072{
1073 ssize_t rv;
Stanislav Kinsbursky11f77942013-02-01 15:56:12 +03001074 struct net *net = file->f_dentry->d_sb->s_fs_info;
1075 struct nfsd_net *nn = net_generic(net, nfsd_net_id);
Jeff Layton3dd98a32008-06-10 08:40:36 -04001076
1077 mutex_lock(&nfsd_mutex);
Stanislav Kinsbursky9dd98452012-12-06 14:23:24 +03001078 rv = __write_recoverydir(file, buf, size, nn);
Jeff Layton3dd98a32008-06-10 08:40:36 -04001079 mutex_unlock(&nfsd_mutex);
1080 return rv;
1081}
1082
Jeff Layton7f5ef2e2014-09-12 16:40:21 -04001083/**
1084 * write_v4_end_grace - release grace period for nfsd's v4.x lock manager
1085 *
1086 * Input:
1087 * buf: ignored
1088 * size: zero
1089 * OR
1090 *
1091 * Input:
1092 * buf: any value
1093 * size: non-zero length of C string in @buf
1094 * Output:
1095 * passed-in buffer filled with "Y" or "N" with a newline
1096 * and NULL-terminated C string. This indicates whether
1097 * the grace period has ended in the current net
1098 * namespace. Return code is the size in bytes of the
1099 * string. Writing a string that starts with 'Y', 'y', or
1100 * '1' to the file will end the grace period for nfsd's v4
1101 * lock manager.
1102 */
1103static ssize_t write_v4_end_grace(struct file *file, char *buf, size_t size)
1104{
1105 struct net *net = file->f_dentry->d_sb->s_fs_info;
1106 struct nfsd_net *nn = net_generic(net, nfsd_net_id);
1107
1108 if (size > 0) {
1109 switch(buf[0]) {
1110 case 'Y':
1111 case 'y':
1112 case '1':
1113 nfsd4_end_grace(nn);
1114 break;
1115 default:
1116 return -EINVAL;
1117 }
1118 }
1119
1120 return scnprintf(buf, SIMPLE_TRANSACTION_LIMIT, "%c\n",
1121 nn->grace_ended ? 'Y' : 'N');
1122}
1123
NeilBrown70c3b762005-11-07 01:00:25 -08001124#endif
NeilBrown0964a3d2005-06-23 22:04:32 -07001125
Linus Torvalds1da177e2005-04-16 15:20:36 -07001126/*----------------------------------------------------------------------------*/
1127/*
1128 * populating the filesystem.
1129 */
1130
1131static int nfsd_fill_super(struct super_block * sb, void * data, int silent)
1132{
1133 static struct tree_descr nfsd_files[] = {
Stanislav Kinsbursky96d851c2013-02-01 15:56:17 +03001134 [NFSD_List] = {"exports", &exports_nfsd_operations, S_IRUGO},
J. Bruce Fieldse8e87532009-12-14 12:53:32 -05001135 [NFSD_Export_features] = {"export_features",
1136 &export_features_operations, S_IRUGO},
Wendy Cheng4373ea82008-01-17 11:10:12 -05001137 [NFSD_FO_UnlockIP] = {"unlock_ip",
1138 &transaction_ops, S_IWUSR|S_IRUSR},
Wendy Cheng17efa372008-01-17 11:10:12 -05001139 [NFSD_FO_UnlockFS] = {"unlock_filesystem",
1140 &transaction_ops, S_IWUSR|S_IRUSR},
Linus Torvalds1da177e2005-04-16 15:20:36 -07001141 [NFSD_Fh] = {"filehandle", &transaction_ops, S_IWUSR|S_IRUSR},
1142 [NFSD_Threads] = {"threads", &transaction_ops, S_IWUSR|S_IRUSR},
Greg Bankseed29652006-10-02 02:18:02 -07001143 [NFSD_Pool_Threads] = {"pool_threads", &transaction_ops, S_IWUSR|S_IRUSR},
Greg Banks03cf6c92009-01-13 21:26:36 +11001144 [NFSD_Pool_Stats] = {"pool_stats", &pool_stats_operations, S_IRUGO},
Jeff Laytona2f999a2013-03-27 10:15:38 -04001145 [NFSD_Reply_Cache_Stats] = {"reply_cache_stats", &reply_cache_stats_operations, S_IRUGO},
NeilBrown70c3b762005-11-07 01:00:25 -08001146 [NFSD_Versions] = {"versions", &transaction_ops, S_IWUSR|S_IRUSR},
NeilBrown80212d52006-10-02 02:17:47 -07001147 [NFSD_Ports] = {"portlist", &transaction_ops, S_IWUSR|S_IRUGO},
NeilBrown596bbe52006-10-04 02:15:48 -07001148 [NFSD_MaxBlkSize] = {"max_block_size", &transaction_ops, S_IWUSR|S_IRUGO},
Jeff Layton5b8db002014-07-02 16:11:22 -04001149 [NFSD_MaxConnections] = {"max_connections", &transaction_ops, S_IWUSR|S_IRUGO},
J. Bruce Fieldsb084f592011-05-31 12:24:58 -04001150#if defined(CONFIG_SUNRPC_GSS) || defined(CONFIG_SUNRPC_GSS_MODULE)
Kevin Coffmanb0b0c0a2011-03-02 19:51:42 -05001151 [NFSD_SupportedEnctypes] = {"supported_krb5_enctypes", &supported_enctypes_ops, S_IRUGO},
J. Bruce Fieldsb084f592011-05-31 12:24:58 -04001152#endif /* CONFIG_SUNRPC_GSS or CONFIG_SUNRPC_GSS_MODULE */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001153#ifdef CONFIG_NFSD_V4
1154 [NFSD_Leasetime] = {"nfsv4leasetime", &transaction_ops, S_IWUSR|S_IRUSR},
J. Bruce Fieldsefc4bb4f2010-03-02 11:04:06 -05001155 [NFSD_Gracetime] = {"nfsv4gracetime", &transaction_ops, S_IWUSR|S_IRUSR},
NeilBrown0964a3d2005-06-23 22:04:32 -07001156 [NFSD_RecoveryDir] = {"nfsv4recoverydir", &transaction_ops, S_IWUSR|S_IRUSR},
Jeff Layton7f5ef2e2014-09-12 16:40:21 -04001157 [NFSD_V4EndGrace] = {"v4_end_grace", &transaction_ops, S_IWUSR|S_IRUGO},
Linus Torvalds1da177e2005-04-16 15:20:36 -07001158#endif
1159 /* last one */ {""}
1160 };
Stanislav Kinsbursky11f77942013-02-01 15:56:12 +03001161 struct net *net = data;
1162 int ret;
1163
1164 ret = simple_fill_super(sb, 0x6e667364, nfsd_files);
1165 if (ret)
1166 return ret;
1167 sb->s_fs_info = get_net(net);
1168 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001169}
1170
Al Virofc14f2f2010-07-25 01:48:30 +04001171static struct dentry *nfsd_mount(struct file_system_type *fs_type,
1172 int flags, const char *dev_name, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001173{
Stanislav Kinsbursky11f77942013-02-01 15:56:12 +03001174 return mount_ns(fs_type, flags, current->nsproxy->net_ns, nfsd_fill_super);
1175}
1176
1177static void nfsd_umount(struct super_block *sb)
1178{
1179 struct net *net = sb->s_fs_info;
1180
1181 kill_litter_super(sb);
1182 put_net(net);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001183}
1184
1185static struct file_system_type nfsd_fs_type = {
1186 .owner = THIS_MODULE,
1187 .name = "nfsd",
Al Virofc14f2f2010-07-25 01:48:30 +04001188 .mount = nfsd_mount,
Stanislav Kinsbursky11f77942013-02-01 15:56:12 +03001189 .kill_sb = nfsd_umount,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001190};
Eric W. Biederman7f78e032013-03-02 19:39:14 -08001191MODULE_ALIAS_FS("nfsd");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001192
J. Bruce Fieldse331f602007-11-12 17:32:21 -05001193#ifdef CONFIG_PROC_FS
1194static int create_proc_exports_entry(void)
1195{
1196 struct proc_dir_entry *entry;
1197
1198 entry = proc_mkdir("fs/nfs", NULL);
1199 if (!entry)
1200 return -ENOMEM;
Stanislav Kinsbursky96d851c2013-02-01 15:56:17 +03001201 entry = proc_create("exports", 0, entry,
1202 &exports_proc_operations);
fanchaotingff7c4b32013-03-27 16:31:18 +08001203 if (!entry) {
1204 remove_proc_entry("fs/nfs", NULL);
J. Bruce Fieldse331f602007-11-12 17:32:21 -05001205 return -ENOMEM;
fanchaotingff7c4b32013-03-27 16:31:18 +08001206 }
J. Bruce Fieldse331f602007-11-12 17:32:21 -05001207 return 0;
1208}
1209#else /* CONFIG_PROC_FS */
1210static int create_proc_exports_entry(void)
1211{
1212 return 0;
1213}
1214#endif
1215
Jeff Layton7ea34ac2012-03-21 09:52:05 -04001216int nfsd_net_id;
Stanislav Kinsbursky5717e012012-04-11 15:13:35 +04001217
1218static __net_init int nfsd_init_net(struct net *net)
1219{
1220 int retval;
Stanislav Kinsbursky3d733712012-11-27 14:11:44 +03001221 struct nfsd_net *nn = net_generic(net, nfsd_net_id);
Stanislav Kinsbursky5717e012012-04-11 15:13:35 +04001222
1223 retval = nfsd_export_init(net);
1224 if (retval)
1225 goto out_export_error;
Stanislav Kinsburskyf69adb22012-04-11 17:33:05 +04001226 retval = nfsd_idmap_init(net);
1227 if (retval)
1228 goto out_idmap_error;
Stanislav Kinsbursky3d733712012-11-27 14:11:44 +03001229 nn->nfsd4_lease = 90; /* default lease time */
Stanislav Kinsbursky5284b442012-11-27 14:11:49 +03001230 nn->nfsd4_grace = 90;
Stanislav Kinsbursky5717e012012-04-11 15:13:35 +04001231 return 0;
1232
Stanislav Kinsburskyf69adb22012-04-11 17:33:05 +04001233out_idmap_error:
1234 nfsd_export_shutdown(net);
Stanislav Kinsbursky5717e012012-04-11 15:13:35 +04001235out_export_error:
1236 return retval;
1237}
1238
1239static __net_exit void nfsd_exit_net(struct net *net)
1240{
Stanislav Kinsburskyf69adb22012-04-11 17:33:05 +04001241 nfsd_idmap_shutdown(net);
Stanislav Kinsbursky5717e012012-04-11 15:13:35 +04001242 nfsd_export_shutdown(net);
1243}
1244
Jeff Layton7ea34ac2012-03-21 09:52:05 -04001245static struct pernet_operations nfsd_net_ops = {
Stanislav Kinsbursky5717e012012-04-11 15:13:35 +04001246 .init = nfsd_init_net,
1247 .exit = nfsd_exit_net,
Jeff Layton7ea34ac2012-03-21 09:52:05 -04001248 .id = &nfsd_net_id,
1249 .size = sizeof(struct nfsd_net),
1250};
1251
Linus Torvalds1da177e2005-04-16 15:20:36 -07001252static int __init init_nfsd(void)
1253{
1254 int retval;
1255 printk(KERN_INFO "Installing knfsd (copyright (C) 1996 okir@monad.swb.de).\n");
1256
Jeff Layton797a9d72012-03-29 07:52:49 -04001257 retval = register_cld_notifier();
Jeff Layton813fd322012-03-21 09:52:08 -04001258 if (retval)
1259 return retval;
Jeff Layton7ea34ac2012-03-21 09:52:05 -04001260 retval = register_pernet_subsys(&nfsd_net_ops);
1261 if (retval < 0)
Jeff Layton813fd322012-03-21 09:52:08 -04001262 goto out_unregister_notifier;
Bryan Schumaker72083392011-11-01 15:24:59 -04001263 retval = nfsd4_init_slabs();
J. Bruce Fieldse8ff2a82007-08-01 15:30:59 -04001264 if (retval)
Jeff Layton7ea34ac2012-03-21 09:52:05 -04001265 goto out_unregister_pernet;
Bryan Schumaker65178db2011-11-01 13:35:21 -04001266 retval = nfsd_fault_inject_init(); /* nfsd fault injection controls */
1267 if (retval)
1268 goto out_free_slabs;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001269 nfsd_stat_init(); /* Statistics */
J. Bruce Fieldsd5c34282007-11-09 14:10:56 -05001270 retval = nfsd_reply_cache_init();
1271 if (retval)
1272 goto out_free_stat;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001273 nfsd_lockd_init(); /* lockd->nfsd callbacks */
J. Bruce Fieldse331f602007-11-12 17:32:21 -05001274 retval = create_proc_exports_entry();
1275 if (retval)
Stanislav Kinsburskyf69adb22012-04-11 17:33:05 +04001276 goto out_free_lockd;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001277 retval = register_filesystem(&nfsd_fs_type);
J. Bruce Fields26808d32007-11-09 13:44:06 -05001278 if (retval)
1279 goto out_free_all;
1280 return 0;
1281out_free_all:
J. Bruce Fields26808d32007-11-09 13:44:06 -05001282 remove_proc_entry("fs/nfs/exports", NULL);
1283 remove_proc_entry("fs/nfs", NULL);
J. Bruce Fieldsdbf847e2007-11-08 17:20:34 -05001284out_free_lockd:
J. Bruce Fields26808d32007-11-09 13:44:06 -05001285 nfsd_lockd_shutdown();
J. Bruce Fieldse331f602007-11-12 17:32:21 -05001286 nfsd_reply_cache_shutdown();
J. Bruce Fieldsd5c34282007-11-09 14:10:56 -05001287out_free_stat:
1288 nfsd_stat_shutdown();
Bryan Schumaker65178db2011-11-01 13:35:21 -04001289 nfsd_fault_inject_cleanup();
1290out_free_slabs:
J. Bruce Fields26808d32007-11-09 13:44:06 -05001291 nfsd4_free_slabs();
Jeff Layton7ea34ac2012-03-21 09:52:05 -04001292out_unregister_pernet:
1293 unregister_pernet_subsys(&nfsd_net_ops);
Jeff Layton813fd322012-03-21 09:52:08 -04001294out_unregister_notifier:
Jeff Layton797a9d72012-03-29 07:52:49 -04001295 unregister_cld_notifier();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001296 return retval;
1297}
1298
1299static void __exit exit_nfsd(void)
1300{
J. Bruce Fieldsd5c34282007-11-09 14:10:56 -05001301 nfsd_reply_cache_shutdown();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001302 remove_proc_entry("fs/nfs/exports", NULL);
1303 remove_proc_entry("fs/nfs", NULL);
1304 nfsd_stat_shutdown();
1305 nfsd_lockd_shutdown();
J. Bruce Fieldse8ff2a82007-08-01 15:30:59 -04001306 nfsd4_free_slabs();
Bryan Schumaker65178db2011-11-01 13:35:21 -04001307 nfsd_fault_inject_cleanup();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001308 unregister_filesystem(&nfsd_fs_type);
Jeff Layton7ea34ac2012-03-21 09:52:05 -04001309 unregister_pernet_subsys(&nfsd_net_ops);
Jeff Layton797a9d72012-03-29 07:52:49 -04001310 unregister_cld_notifier();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001311}
1312
1313MODULE_AUTHOR("Olaf Kirch <okir@monad.swb.de>");
1314MODULE_LICENSE("GPL");
1315module_init(init_nfsd)
1316module_exit(exit_nfsd)