aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfsctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-03-10NFSD: further refinement of content of /proc/fs/nfsd/versionsNeilBrown1-10/+33
2017-02-27nfsd: Fix display of the version stringTrond Myklebust1-30/+26
2017-02-27nfsd: fix configuration of supported minor versionsTrond Myklebust1-8/+8
2017-01-31NFSD: correctly range-check v4.x minor version when setting versions.NeilBrown1-3/+7
2016-12-16Merge tag 'nfsd-4.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-1/+1
2016-11-14nfsd: constify reply_cache_stats_operations structureJulia Lawall1-1/+1
2016-09-26nfsd: randomize SETCLIENTID reply to help distinguish serversJ. Bruce Fields1-0/+2
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-9/+4
2016-06-23vfs: Pass data, ns, and ns->userns to mount_nsEric W. Biederman1-9/+4
2016-05-29drop redundant ->owner initializationsAl Viro1-3/+0
2015-04-21nfsd: fix nsfd startup race triggering BUG_ONGiuseppe Cantavenera1-8/+8
2015-02-02nfsd: implement pNFS operationsChristoph Hellwig1-1/+8
2014-12-16Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-3/+3
2014-12-01nfsd: minor off by one checks in __write_versions()Dan Carpenter1-3/+3
2014-11-19nfsd/nfsctl.c: new helperAl Viro1-21/+16
2014-09-17nfsd: add a v4_end_grace file to /proc/fs/nfsdJeff Layton1-0/+45
2014-07-08nfsd: add a new /proc/fs/nfsd/max_connections fileJeff Layton1-0/+42
2014-06-23NFSD: Using min/max/min_t/max_t for calculateKinglong Mee1-6/+3
2014-05-08NFSD: Get rid of empty function nfs4_state_initKinglong Mee1-1/+0
2014-03-31nfsd: check passed socket's net matches NFSd superblock's oneStanislav Kinsbursky1-0/+5
2013-05-03Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+12
2013-04-09constify a bunch of struct file_operations instancesAl Viro1-2/+2
2013-04-03nfsd: remove /proc/fs/nfs when create /proc/fs/nfs/exports errorfanchaoting1-1/+3
2013-04-03nfsd: add new reply_cache_stats file in nfsdfsJeff Layton1-0/+9
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman1-0/+1
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-21/+60
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-15nfsd: use proper net while reading "exports" fileStanislav Kinsbursky1-6/+25
2013-02-15nfsd: containerize NFSd filesystemStanislav Kinsbursky1-13/+33
2013-02-05sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to addr.hJeff Layton1-1/+1
2013-01-23nfsd4: require version 4 when enabling or disabling minorversionJ. Bruce Fields1-1/+1
2012-12-10nfsd: make NFSd service structure allocated per netStanislav Kinsbursky1-25/+38
2012-12-10nfsd: pass net to __write_ports() and downStanislav Kinsbursky1-8/+8
2012-12-10nfsd: pass net to nfsd_set_nrthreads()Stanislav Kinsbursky1-1/+2
2012-12-10nfsd: pass net to nfsd_svc()Stanislav Kinsbursky1-1/+3
2012-12-10nfsd: pass net to nfsd_create_serv()Stanislav Kinsbursky1-2/+2
2012-11-28NFSD: Fold fault_inject.h into state.hBryan Schumaker1-1/+1
2012-11-28nfsd: make NFSv4 grace time per netStanislav Kinsbursky1-1/+3
2012-11-28nfsd: make NFSv4 lease time per netStanislav Kinsbursky1-1/+4
2012-11-28nfsd: remove redundant declarationsStanislav Kinsbursky1-3/+0
2012-09-10nfsd: remove unused listener-removal interfacesJ. Bruce Fields1-78/+0
2012-08-21nfsd: allow configuring nfsd to listen on 5-digit portsJ. Bruce Fields1-1/+1
2012-08-21nfsd: remove redundant "port" argumentJ. Bruce Fields1-1/+1
2012-08-20nfsd4: declare nfs4_recoverydir properlyJ. Bruce Fields1-2/+0
2012-07-25NFSd: introduce nfsd_destroy() helperStanislav Kinsbursky1-6/+2
2012-05-31SUNRPC: move per-net operations from svc_destroy()Stanislav Kinsbursky1-3/+9
2012-04-12nfsd: allocate id-to-name and name-to-id caches in per-net operations.Stanislav Kinsbursky1-7/+7
2012-04-12nfsd: pass network context to idmap init/exit functionsStanislav Kinsbursky1-3/+3
2012-04-12nfsd: allocate export and expkey caches in per-net operations.Stanislav Kinsbursky1-6/+21