summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfsctl.c
Commit message (Expand)AuthorAgeFilesLines
* nfsd: randomize SETCLIENTID reply to help distinguish serversJ. Bruce Fields2016-09-261-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-07-291-9/+4
|\
| * vfs: Pass data, ns, and ns->userns to mount_nsEric W. Biederman2016-06-231-9/+4
* | drop redundant ->owner initializationsAl Viro2016-05-291-3/+0
|/
* nfsd: fix nsfd startup race triggering BUG_ONGiuseppe Cantavenera2015-04-211-8/+8
* nfsd: implement pNFS operationsChristoph Hellwig2015-02-021-1/+8
* Merge branch 'for-3.19' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-12-161-3/+3
|\
| * nfsd: minor off by one checks in __write_versions()Dan Carpenter2014-12-011-3/+3
* | nfsd/nfsctl.c: new helperAl Viro2014-11-191-21/+16
|/
* nfsd: add a v4_end_grace file to /proc/fs/nfsdJeff Layton2014-09-171-0/+45
* nfsd: add a new /proc/fs/nfsd/max_connections fileJeff Layton2014-07-081-0/+42
* NFSD: Using min/max/min_t/max_t for calculateKinglong Mee2014-06-231-6/+3
* NFSD: Get rid of empty function nfs4_state_initKinglong Mee2014-05-081-1/+0
* nfsd: check passed socket's net matches NFSd superblock's oneStanislav Kinsbursky2014-03-311-0/+5
* Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-05-031-1/+12
|\
| * nfsd: remove /proc/fs/nfs when create /proc/fs/nfs/exports errorfanchaoting2013-04-031-1/+3
| * nfsd: add new reply_cache_stats file in nfsdfsJeff Layton2013-04-031-0/+9
* | constify a bunch of struct file_operations instancesAl Viro2013-04-091-2/+2
|/
* fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman2013-03-031-0/+1
* Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-02-281-21/+60
|\
| * nfsd: use proper net while reading "exports" fileStanislav Kinsbursky2013-02-151-6/+25
| * nfsd: containerize NFSd filesystemStanislav Kinsbursky2013-02-151-13/+33
| * sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton2013-02-051-1/+1
| * nfsd4: require version 4 when enabling or disabling minorversionJ. Bruce Fields2013-01-231-1/+1
* | new helper: file_inode(file)Al Viro2013-02-221-1/+1
|/
* nfsd: make NFSd service structure allocated per netStanislav Kinsbursky2012-12-101-25/+38
* nfsd: pass net to __write_ports() and downStanislav Kinsbursky2012-12-101-8/+8
* nfsd: pass net to nfsd_set_nrthreads()Stanislav Kinsbursky2012-12-101-1/+2
* nfsd: pass net to nfsd_svc()Stanislav Kinsbursky2012-12-101-1/+3
* nfsd: pass net to nfsd_create_serv()Stanislav Kinsbursky2012-12-101-2/+2
* NFSD: Fold fault_inject.h into state.hBryan Schumaker2012-11-281-1/+1
* nfsd: make NFSv4 grace time per netStanislav Kinsbursky2012-11-281-1/+3
* nfsd: make NFSv4 lease time per netStanislav Kinsbursky2012-11-281-1/+4
* nfsd: remove redundant declarationsStanislav Kinsbursky2012-11-281-3/+0
* nfsd: remove unused listener-removal interfacesJ. Bruce Fields2012-09-101-78/+0
* nfsd: allow configuring nfsd to listen on 5-digit portsJ. Bruce Fields2012-08-211-1/+1
* nfsd: remove redundant "port" argumentJ. Bruce Fields2012-08-211-1/+1
* nfsd4: declare nfs4_recoverydir properlyJ. Bruce Fields2012-08-201-2/+0
* NFSd: introduce nfsd_destroy() helperStanislav Kinsbursky2012-07-251-6/+2
* SUNRPC: move per-net operations from svc_destroy()Stanislav Kinsbursky2012-05-311-3/+9
* nfsd: allocate id-to-name and name-to-id caches in per-net operations.Stanislav Kinsbursky2012-04-121-7/+7
* nfsd: pass network context to idmap init/exit functionsStanislav Kinsbursky2012-04-121-3/+3
* nfsd: allocate export and expkey caches in per-net operations.Stanislav Kinsbursky2012-04-121-6/+21
* nfsd: make expkey cache allocated per network namespace contextStanislav Kinsbursky2012-04-121-1/+2
* nfsd: make export cache allocated per network namespace contextStanislav Kinsbursky2012-04-121-1/+1
* nfsd: pass network context to export caches init/shutdown routinesStanislav Kinsbursky2012-04-111-3/+3
* nfsd: pass svc_export_cache pointer as private data to "exports" seq file opsStanislav Kinsbursky2012-04-111-1/+10
* nfsd: only register cld pipe notifier when CONFIG_NFSD_V4 is enabledJeff Layton2012-03-291-3/+3
* nfsd: add notifier to handle mount/unmount of rpc_pipefs sbJeff Layton2012-03-261-1/+8
* nfsd: add a per-net-namespace struct for nfsdJeff Layton2012-03-261-1/+14