summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfsctl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* SUNRPC: search for service transports in network namespace contextStanislav Kinsbursky2012-01-311-2/+2
* SUNRPC: parametrize rpc_pton() by network contextStanislav Kinsbursky2012-01-311-1/+1
* Merge branch 'for-3.3' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-01-141-1/+9
|\
| * NFSD: Call nfsd4_init_slabs() from init_nfsd()Bryan Schumaker2011-11-071-1/+2
| * NFSD: Added fault injectionBryan Schumaker2011-11-071-0/+7
* | vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro2012-01-061-1/+1
|/
* fs: add module.h to files that were implicitly using itPaul Gortmaker2011-10-311-0/+1
* nfsd: remove include/linux/nfsd/syscall.hJ. Bruce Fields2011-08-311-1/+0
* nfsd: Remove deprecated nfsctl system call and related code.NeilBrown2011-07-151-343/+0
* nfsd: fix dependency of nfsd on auth_rpcgssJ. Bruce Fields2011-06-061-13/+6
* nfsd: fix compile errorJ. Bruce Fields2011-03-141-0/+4
* nfsd: add proc file listing kernel's gss_krb5 enctypesKevin Coffman2011-03-071-1/+30
* nfsd4: move idmap and acl header files into fs/nfsdJ. Bruce Fields2011-01-041-1/+1
* nfs: add missed CONFIG_NFSD_DEPRECATEDbookjovi@gmail.com2010-12-171-0/+2
* convert get_sb_single() usersAl Viro2010-10-291-4/+4
* Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-10-261-4/+22
|\
| * sunrpc: Add net argument to svc_create_xprtPavel Emelyanov2010-10-011-2/+2
| * sunrpc: Add net to pure API callsPavel Emelyanov2010-09-271-2/+2
| * nfsd: Export get_task_comm for nfsdPavel Emelyanov2010-09-231-3/+1
| * nfsd: allow deprecated interface to be compiled out.NeilBrown2010-09-221-0/+10
| * nfsd: formally deprecate legacy nfsd syscall interfaceNeilBrown2010-09-221-0/+10
* | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
|/
* nfsd: don't allow setting maxblksize after svc createdJ. Bruce Fields2010-08-061-1/+1
* gcc-4.6: nfsd: fix initialized but not read warningsAndi Kleen2010-07-291-0/+2
* nfsd: just keep single lockd reference for nfsdJeff Layton2010-07-231-10/+0