aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfssvc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-26NFSD: fix corruption in notifier registrationVasily Averin1-4/+14
2016-01-07nfsd: Fix nfsd leaks sunrpc module referencesKinglong Mee1-4/+3
2015-12-23nfsd: Register callbacks on the inetaddr_chain and inet6addr_chainScott Mayhew1-0/+68
2015-08-10nfsd/sunrpc: abstract out svc_set_num_threads to sv_opsJeff Layton1-3/+5
2015-08-10nfsd/sunrpc: turn enqueueing a svc_xprt into a svc_serv operationJeff Layton1-5/+6
2015-08-10nfsd/sunrpc: move sv_module parm into sv_opsJeff Layton1-1/+2
2015-08-10nfsd/sunrpc: move sv_function into sv_opsJeff Layton1-1/+2
2015-08-10nfsd/sunrpc: add a new svc_serv_ops struct and move sv_shutdown into itJeff Layton1-1/+5
2015-02-09nfsd: default NFSv4.2 to onJ. Bruce Fields1-0/+1
2014-12-09sunrpc: move rq_dropme flag into rq_flagsJeff Layton1-1/+1
2014-08-01NFSD: Decrease nfsd_users in nfsd_startup_generic failKinglong Mee1-1/+4
2014-07-08nfsd: add a new /proc/fs/nfsd/max_connections fileJeff Layton1-0/+5
2014-06-23NFSD: Using min/max/min_t/max_t for calculateKinglong Mee1-6/+5
2014-05-22nfsd: Only set PF_LESS_THROTTLE when really needed.NeilBrown1-6/+0
2014-01-06NFSD: fix compile warning without CONFIG_NFSD_V3Kinglong Mee1-0/+4
2014-01-03NFSD: Don't start lockd when only NFSv4 is runningKinglong Mee1-5/+21
2013-07-12nfsd4: fix minorversion support interfaceJ. Bruce Fields1-6/+7
2013-07-08nfsd4: support minorversion 1 by defaultJ. Bruce Fields1-1/+1
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-4/+2
2013-02-23fs/nfsd: change type of max_delegations, nfsd_drc_max_mem and nfsd_drc_mem_usedZhang Yanfei1-3/+3
2013-02-15nfsd: containerize NFSd filesystemStanislav Kinsbursky1-3/+2
2013-02-04nfsd: get rid of RC_INTRJeff Layton1-1/+0
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