aboutsummaryrefslogtreecommitdiffstats
path: root/fs/lockd/svc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-24sunrpc: Const-ify struct sv_serv_opsChuck Lever1-1/+1
2017-05-15sunrpc: mark all struct svc_version instances as constChristoph Hellwig1-19/+19
2017-05-15sunrpc: move pc_count out of struct svc_procinfoChristoph Hellwig1-0/+6
2017-05-08lockd: fix lockd shutdown raceJ. Bruce Fields1-2/+4
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-01-31lockd: initialize sin6_scope_id in lockd_inet6addr_event()Scott Mayhew1-0/+2
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-1/+1
2016-06-30lockd: unregister notifier blocks if the service fails to come up completelyScott Mayhew1-3/+10
2016-01-07lockd: constify nlmsvc_binding structureJulia Lawall1-1/+1
2016-01-07lockd: use to_delayed_workGeliang Tang1-2/+1
2015-12-23lockd: Register callbacks on the inetaddr_chain and inet6addr_chainScott Mayhew1-2/+72
2015-10-23lockd: get rid of reference-counted NSM RPC clientsAndrey Ryabinin1-1/+0
2015-10-12lockd: create NSM handles per net namespaceAndrey Ryabinin1-0/+1
2015-08-13lockd: NLM grace period shouldn't block NFSv4 opensJ. Bruce Fields1-0/+1
2015-08-10nfsd/sunrpc: turn enqueueing a svc_xprt into a svc_serv operationJeff Layton1-1/+2
2015-08-10nfsd/sunrpc: add a new svc_serv_ops struct and move sv_shutdown into itJeff Layton1-1/+5
2015-01-05LOCKD: Fix a race when initialising nlmsvc_timeoutTrond Myklebust1-4/+4
2014-12-09sunrpc: require svc_create callers to pass in meaningful shutdown routineJeff Layton1-1/+1
2014-10-08Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-2/+14
2014-09-17lockd: add a /proc/fs/lockd/nlm_end_grace fileJeff Layton1-0/+9
2014-09-17lockd: move lockd's grace period handling into its own moduleJeff Layton1-1/+1
2014-09-08lockd: fix rpcbind crash on lockd startup failureJ. Bruce Fields1-3/+1
2014-09-02lockd: Do not start the lockd thread before we've set nlmsvc_rqst->rq_taskTrond Myklebust1-1/+2
2014-08-17lockd: Ensure that lockd_start_svc sets the server rq_task...Trond Myklebust1-0/+2
2014-06-10Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+1
2014-06-06lockd: convert use of typedef ctl_table to struct ctl_tableJoe Perches1-3/+3
2014-05-06lockd: avoid warning when CONFIG_SYSCTL undefinedKees Cook1-1/+1
2014-03-28lockd: ensure we tear down any live sockets when socket creation fails during lockd_upJeff Layton1-0/+1
2013-07-03drivers: avoid parsing names as kthread_run() format stringsKees Cook1-1/+1
2012-10-13Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-15/+2
2012-10-01lockd: per-net NSM client creation and destruction helpers introducedStanislav Kinsbursky1-0/+1
2012-08-21svcrpc: remove handling of unknown errors from svc_recvJ. Bruce Fields1-15/+2
2012-07-27Lockd: move grace period management from lockd() to per-net functionsStanislav Kinsbursky1-6/+3
2012-07-27LockD: pass actual network namespace to grace period management functionsStanislav Kinsbursky1-7/+9
2012-07-27LockD: manage grace list per network namespaceStanislav Kinsbursky1-0/+1
2012-07-27LockD: make lockd manager allocated per network namespaceStanislav Kinsbursky1-8/+10
2012-07-27LockD: manage grace period per network namespaceStanislav Kinsbursky1-6/+11
2012-05-31LockD: add debug message to start and stop functionsStanislav Kinsbursky1-0/+5
2012-05-31LockD: service start function introducedStanislav Kinsbursky1-25/+42
2012-05-31LockD: move global usage counter manipulation from error pathStanislav Kinsbursky1-3/+2
2012-05-31LockD: service creation function introducedStanislav Kinsbursky1-11/+27
2012-05-31LockD: use existing per-net data function on service creationStanislav Kinsbursky1-16/+7
2012-05-31LockD: pass service to per-net up and down functionsStanislav Kinsbursky1-7/+5
2012-05-31SUNRPC: move per-net operations from svc_destroy()Stanislav Kinsbursky1-12/+15
2012-05-31SUNRPC: new svc_bind() routine introducedStanislav Kinsbursky1-0/+6
2012-04-11Lockd: pass network namespace to creation and destruction routinesStanislav Kinsbursky1-4/+3
2012-03-26Merge nfs containerization work from Trond's treeJ. Bruce Fields1-15/+102
2012-02-17lockd: fix arg parsing for grace_period and timeout.NeilBrown1-1/+1
2012-02-15Lockd: shutdown NLM hosts in network namespace contextStanislav Kinsbursky1-1/+3
2012-02-15Lockd: per-net up and down routines introducedStanislav Kinsbursky1-2/+45