summaryrefslogtreecommitdiffstats
path: root/fs/lockd/svc.c
Commit message (Expand)AuthorAgeFilesLines
* LOCKD: Fix a race when initialising nlmsvc_timeoutTrond Myklebust2015-01-051-4/+4
* sunrpc: require svc_create callers to pass in meaningful shutdown routineJeff Layton2014-12-091-1/+1
* Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-10-081-2/+14
|\
| * lockd: add a /proc/fs/lockd/nlm_end_grace fileJeff Layton2014-09-171-0/+9
| * lockd: move lockd's grace period handling into its own moduleJeff Layton2014-09-171-1/+1
| * lockd: Do not start the lockd thread before we've set nlmsvc_rqst->rq_taskTrond Myklebust2014-09-021-1/+2
| * lockd: Ensure that lockd_start_svc sets the server rq_task...Trond Myklebust2014-08-171-0/+2
* | lockd: fix rpcbind crash on lockd startup failureJ. Bruce Fields2014-09-081-3/+1
|/
* Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-06-101-1/+1
|\
| * lockd: avoid warning when CONFIG_SYSCTL undefinedKees Cook2014-05-061-1/+1
* | lockd: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-061-3/+3
|/
* lockd: ensure we tear down any live sockets when socket creation fails during...Jeff Layton2014-03-281-0/+1
* drivers: avoid parsing names as kthread_run() format stringsKees Cook2013-07-031-1/+1
* Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-10-131-15/+2
|\
| * svcrpc: remove handling of unknown errors from svc_recvJ. Bruce Fields2012-08-211-15/+2
* | lockd: per-net NSM client creation and destruction helpers introducedStanislav Kinsbursky2012-10-011-0/+1
|/
* Lockd: move grace period management from lockd() to per-net functionsStanislav Kinsbursky2012-07-271-6/+3
* LockD: pass actual network namespace to grace period management functionsStanislav Kinsbursky2012-07-271-7/+9
* LockD: manage grace list per network namespaceStanislav Kinsbursky2012-07-271-0/+1
* LockD: make lockd manager allocated per network namespaceStanislav Kinsbursky2012-07-271-8/+10
* LockD: manage grace period per network namespaceStanislav Kinsbursky2012-07-271-6/+11
* LockD: add debug message to start and stop functionsStanislav Kinsbursky2012-05-311-0/+5
* LockD: service start function introducedStanislav Kinsbursky2012-05-311-25/+42
* LockD: move global usage counter manipulation from error pathStanislav Kinsbursky2012-05-311-3/+2
* LockD: service creation function introducedStanislav Kinsbursky2012-05-311-11/+27
* LockD: use existing per-net data function on service creationStanislav Kinsbursky2012-05-311-16/+7
* LockD: pass service to per-net up and down functionsStanislav Kinsbursky2012-05-311-7/+5
* SUNRPC: move per-net operations from svc_destroy()Stanislav Kinsbursky2012-05-311-12/+15
* SUNRPC: new svc_bind() routine introducedStanislav Kinsbursky2012-05-311-0/+6
* Lockd: pass network namespace to creation and destruction routinesStanislav Kinsbursky2012-04-111-4/+3
* Merge nfs containerization work from Trond's treeJ. Bruce Fields2012-03-261-15/+102
|\
| * Lockd: shutdown NLM hosts in network namespace contextStanislav Kinsbursky2012-02-151-1/+3
| * Lockd: per-net up and down routines introducedStanislav Kinsbursky2012-02-151-2/+45
| * Lockd: pernet usage counter introducedStanislav Kinsbursky2012-02-151-3/+42
| * Lockd: create permanent lockd sockets in current network namespaceStanislav Kinsbursky2012-02-151-10/+13
| * SUNRPC: search for service transports in network namespace contextStanislav Kinsbursky2012-01-311-1/+1
* | lockd: fix arg parsing for grace_period and timeout.NeilBrown2012-02-171-1/+1
|/
* sunrpc: use better NUMA affinitiesEric Dumazet2011-08-191-1/+1
* lockd: push lock_flocks downArnd Bergmann2010-10-271-11/+0
* sunrpc: Add net argument to svc_create_xprtPavel Emelyanov2010-10-011-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+0
* SUNRPC: Bury "#ifdef IPV6" in svc_create_xprt()Chuck Lever2010-01-261-2/+0
* sysctl: Drop & in front of every proc_handler.Eric W. Biederman2009-11-181-6/+6
* sysctl fs: Remove dead binary sysctl supportEric W. Biederman2009-11-121-11/+3
* lockd: fix list corruption on lockd restartJ. Bruce Fields2009-05-061-4/+11
* lockd: Start PF_INET6 listener only if IPv6 support is availableChuck Lever2009-03-281-9/+21
* NFS: Revert creation of IPv6 listeners for lockd and NFSv4 callbacksChuck Lever2009-03-281-12/+1
* SUNRPC: Remove @family argument from svc_create() and svc_create_pooled()Chuck Lever2009-03-281-1/+1
* SUNRPC: Change svc_create_xprt() to take a @family argumentChuck Lever2009-03-281-1/+2
* NLM: Clean up flow of control in make_socks() functionChuck Lever2009-01-071-8/+14
OpenPOWER on IntegriCloud