aboutsummaryrefslogtreecommitdiffstats
path: root/fs/lockd/svc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-02-15Lockd: pernet usage counter introducedStanislav Kinsbursky1-3/+42
2012-02-15Lockd: create permanent lockd sockets in current network namespaceStanislav Kinsbursky1-10/+13
2012-01-31SUNRPC: search for service transports in network namespace contextStanislav Kinsbursky1-1/+1
2011-08-19sunrpc: use better NUMA affinitiesEric Dumazet1-1/+1
2010-10-27lockd: push lock_flocks downArnd Bergmann1-11/+0
2010-10-01sunrpc: Add net argument to svc_create_xprtPavel Emelyanov1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-1/+0
2010-01-26SUNRPC: Bury "#ifdef IPV6" in svc_create_xprt()Chuck Lever1-2/+0
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman1-6/+6
2009-11-12sysctl fs: Remove dead binary sysctl supportEric W. Biederman1-11/+3
2009-05-06lockd: fix list corruption on lockd restartJ. Bruce Fields1-4/+11
2009-03-28lockd: Start PF_INET6 listener only if IPv6 support is availableChuck Lever1-9/+21
2009-03-28NFS: Revert creation of IPv6 listeners for lockd and NFSv4 callbacksChuck Lever1-12/+1