aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfsctl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-04-12nfsd: make expkey cache allocated per network namespace contextStanislav Kinsbursky1-1/+2
2012-04-12nfsd: make export cache allocated per network namespace contextStanislav Kinsbursky1-1/+1
2012-04-11nfsd: pass network context to export caches init/shutdown routinesStanislav Kinsbursky1-3/+3
2012-04-11nfsd: pass svc_export_cache pointer as private data to "exports" seq file opsStanislav Kinsbursky1-1/+10
2012-03-29nfsd: only register cld pipe notifier when CONFIG_NFSD_V4 is enabledJeff Layton1-3/+3
2012-03-26nfsd: add notifier to handle mount/unmount of rpc_pipefs sbJeff Layton1-1/+8
2012-03-26nfsd: add a per-net-namespace struct for nfsdJeff Layton1-1/+14
2012-01-31SUNRPC: search for service transports in network namespace contextStanislav Kinsbursky1-2/+2
2012-01-31SUNRPC: parametrize rpc_pton() by network contextStanislav Kinsbursky1-1/+1
2012-01-14Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+9
2012-01-06vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro1-1/+1