summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/nfssvc.c
Commit message (Expand)AuthorAgeFilesLines
* sunrpc: mark all struct svc_version instances as constChristoph Hellwig2017-05-151-4/+4
* sunrpc: mark all struct svc_procinfo instances as constChristoph Hellwig2017-05-151-2/+2
* sunrpc: properly type pc_encode callbacksChristoph Hellwig2017-05-151-4/+1
* sunrpc: properly type pc_decode callbacksChristoph Hellwig2017-05-151-3/+2
* sunrpc: properly type pc_func callbacksChristoph Hellwig2017-05-151-1/+1
* nfsd: check for oversized NFSv2/v3 argumentsJ. Bruce Fields2017-04-251-0/+36
* NFSD: fix nfsd_reset_versions for NFSv4.NeilBrown2017-03-101-14/+11
* NFSD: fix nfsd_minorversion(.., NFSD_AVAIL)NeilBrown2017-03-101-1/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* nfsd: fix configuration of supported minor versionsTrond Myklebust2017-02-271-0/+14
* nfsd: initialize sin6_scope_id in nfsd_inet6addr_event()Scott Mayhew2017-01-311-0/+2
* nfsd: add support for the umask attributeAndreas Gruenbacher2016-12-151-2/+2
* NFSD: fix corruption in notifier registrationVasily Averin2016-09-261-4/+14
* nfsd: Fix nfsd leaks sunrpc module referencesKinglong Mee2016-01-071-4/+3
* nfsd: Register callbacks on the inetaddr_chain and inet6addr_chainScott Mayhew2015-12-231-0/+68
* nfsd/sunrpc: abstract out svc_set_num_threads to sv_opsJeff Layton2015-08-101-3/+5
* nfsd/sunrpc: turn enqueueing a svc_xprt into a svc_serv operationJeff Layton2015-08-101-5/+6
* nfsd/sunrpc: move sv_module parm into sv_opsJeff Layton2015-08-101-1/+2
* nfsd/sunrpc: move sv_function into sv_opsJeff Layton2015-08-101-1/+2
* nfsd/sunrpc: add a new svc_serv_ops struct and move sv_shutdown into itJeff Layton2015-08-101-1/+5
* nfsd: default NFSv4.2 to onJ. Bruce Fields2015-02-091-0/+1
* sunrpc: move rq_dropme flag into rq_flagsJeff Layton2014-12-091-1/+1
* NFSD: Decrease nfsd_users in nfsd_startup_generic failKinglong Mee2014-08-011-1/+4
* nfsd: add a new /proc/fs/nfsd/max_connections fileJeff Layton2014-07-081-0/+5
* NFSD: Using min/max/min_t/max_t for calculateKinglong Mee2014-06-231-6/+5
* nfsd: Only set PF_LESS_THROTTLE when really needed.NeilBrown2014-05-221-6/+0
* NFSD: fix compile warning without CONFIG_NFSD_V3Kinglong Mee2014-01-061-0/+4
* NFSD: Don't start lockd when only NFSv4 is runningKinglong Mee2014-01-031-5/+21
* nfsd4: fix minorversion support interfaceJ. Bruce Fields2013-07-121-6/+7
* nfsd4: support minorversion 1 by defaultJ. Bruce Fields2013-07-081-1/+1
* Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-02-281-4/+2
|\
| * nfsd: containerize NFSd filesystemStanislav Kinsbursky2013-02-151-3/+2
| * nfsd: get rid of RC_INTRJeff Layton2013-02-041-1/+0
* | fs/nfsd: change type of max_delegations, nfsd_drc_max_mem and nfsd_drc_mem_usedZhang Yanfei2013-02-231-3/+3
|/
* nfsd: pass proper net to nfsd_destroy() from NFSd kthreadsStanislav Kinsbursky2012-12-101-1/+3
* nfsd: simplify service shutdownStanislav Kinsbursky2012-12-101-7/+2
* nfsd: replace boolean nfsd_up flag by users counterStanislav Kinsbursky2012-12-101-4/+5
* nfsd: simplify NFSv4 state init and shutdownStanislav Kinsbursky2012-12-101-29/+15
* nfsd: introduce helpers for generic resources init and shutdownStanislav Kinsbursky2012-12-101-16/+34
* nfsd: make NFSd service structure allocated per netStanislav Kinsbursky2012-12-101-34/+57
* nfsd: make NFSd service boot time per-netStanislav Kinsbursky2012-12-101-2/+2
* nfsd: per-net NFSd up flag introducedStanislav Kinsbursky2012-12-101-0/+12
* nfsd: move per-net startup code to separated functionStanislav Kinsbursky2012-12-101-15/+33
* nfsd: pass net to nfsd_set_nrthreads()Stanislav Kinsbursky2012-12-101-2/+1
* nfsd: pass net to nfsd_svc()Stanislav Kinsbursky2012-12-101-2/+1
* nfsd: pass net to nfsd_create_serv()Stanislav Kinsbursky2012-12-101-3/+2
* nfsd: pass net to nfsd_startup() and nfsd_shutdown()Stanislav Kinsbursky2012-12-101-9/+6
* nfsd: pass net to nfsd_init_socks()Stanislav Kinsbursky2012-12-101-4/+4
* nfsd: use "init_net" for portmapperStanislav Kinsbursky2012-12-101-2/+1
* nfsd: call state init and shutdown twiceStanislav Kinsbursky2012-11-281-2/+13