aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfssvc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-10nfsd: pass proper net to nfsd_destroy() from NFSd kthreadsStanislav Kinsbursky1-1/+3
2012-12-10nfsd: simplify service shutdownStanislav Kinsbursky1-7/+2
2012-12-10nfsd: replace boolean nfsd_up flag by users counterStanislav Kinsbursky1-4/+5
2012-12-10nfsd: simplify NFSv4 state init and shutdownStanislav Kinsbursky1-29/+15
2012-12-10nfsd: introduce helpers for generic resources init and shutdownStanislav Kinsbursky1-16/+34
2012-12-10nfsd: make NFSd service structure allocated per netStanislav Kinsbursky1-34/+57
2012-12-10nfsd: make NFSd service boot time per-netStanislav Kinsbursky1-2/+2
2012-12-10nfsd: per-net NFSd up flag introducedStanislav Kinsbursky1-0/+12
2012-12-10nfsd: move per-net startup code to separated functionStanislav Kinsbursky1-15/+33
2012-12-10nfsd: pass net to nfsd_set_nrthreads()Stanislav Kinsbursky1-2/+1
2012-12-10nfsd: pass net to nfsd_svc()Stanislav Kinsbursky1-2/+1
2012-12-10nfsd: pass net to nfsd_create_serv()Stanislav Kinsbursky1-3/+2
2012-12-10nfsd: pass net to nfsd_startup() and nfsd_shutdown()Stanislav Kinsbursky1-9/+6
2012-12-10nfsd: pass net to nfsd_init_socks()Stanislav Kinsbursky1-4/+4
2012-12-10nfsd: use "init_net" for portmapperStanislav Kinsbursky1-2/+1
2012-11-28nfsd: call state init and shutdown twiceStanislav Kinsbursky1-2/+13
2012-11-26nfsd: fix v4 reply cachingJ. Bruce Fields1-1/+1
2012-08-21svcrpc: remove handling of unknown errors from svc_recvJ. Bruce Fields1-11/+1
2012-08-21nfsd: remove redundant "port" argumentJ. Bruce Fields1-7/+7
2012-07-25NFSd: set nfsd_serv to NULL after service destructionStanislav Kinsbursky1-5/+5
2012-07-25NFSd: introduce nfsd_destroy() helperStanislav Kinsbursky1-11/+3
2012-05-31SUNRPC: move per-net operations from svc_destroy()Stanislav Kinsbursky1-0/+14
2012-05-31SUNRPC: new svc_bind() routine introducedStanislav Kinsbursky1-0/+9
2012-04-12nfsd: make export cache allocated per network namespace contextStanislav Kinsbursky1-1/+1
2012-04-11Lockd: pass network namespace to creation and destruction routinesStanislav Kinsbursky1-3/+3
2012-03-26Merge nfs containerization work from Trond's treeJ. Bruce Fields1-2/+2
2012-02-03nfsd: fix default iosize calculation on 32bitJ. Bruce Fields1-1/+1
2012-02-03nfsd: cleanup setting of default max_block_sizeJ. Bruce Fields1-20/+24
2012-01-31SUNRPC: unregister service on creation in current network namespaceStanislav Kinsbursky1-2/+2
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-10-31fs: add module.h to files that were implicitly using itPaul Gortmaker1-0/+1
2011-10-25NFSd: call svc rpcbind cleanup explicitlyStanislav Kinsbursky1-0/+2
2011-07-18nfsd: turn on reply cache for NFSv4J. Bruce Fields1-11/+15
2011-07-15nfsd: Remove deprecated nfsctl system call and related code.NeilBrown1-7/+0
2011-01-04svcrpc: simpler request droppingJ. Bruce Fields1-1/+1
2010-10-01sunrpc: Add net argument to svc_create_xprtPavel Emelyanov1-2/+3
2010-08-06nfsd: initialize nfsd versions before creating svcJ. Bruce Fields1-1/+1
2010-08-06nfsd: fix startup/shutdown order bugJ. Bruce Fields1-14/+16
2010-07-23nfsd: minor nfsd_svc() cleanupJ. Bruce Fields1-6/+7
2010-07-23nfsd: move more into nfsd_startup()J. Bruce Fields1-34/+35
2010-07-23nfsd: just keep single lockd reference for nfsdJeff Layton1-11/+14
2010-07-23nfsd: clean up nfsd_create_serv error handlingJeff Layton1-3/+2
2010-07-23nfsd4: fix v4 state shutdown error pathsJeff Layton1-9/+42
2010-05-14NFSD: don't report compiled-out versions as presentPavel Emelyanov1-1/+1
2009-12-15nfsd: remove pointless paths in file headersJ. Bruce Fields1-2/+0
2009-12-14nfsd: Move private headers to source directoryBoaz Harrosh1-2/+2
2009-12-14nfsd: Source files #include cleanupsBoaz Harrosh1-15/+0
2009-11-13nfsd: make fs/nfsd/vfs.h for common includesJ. Bruce Fields1-0/+1
2009-09-22Merge branch 'for-2.6.32' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-14/+40
2009-09-15nfsd4: allow nfs4 state startup to failJ. Bruce Fields1-1/+3