aboutsummaryrefslogtreecommitdiffstats
path: root/fs/lockd/svc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-03-28SUNRPC: Remove @family argument from svc_create() and svc_create_pooled()Chuck Lever1-1/+1
2009-03-28SUNRPC: Change svc_create_xprt() to take a @family argumentChuck Lever1-1/+2
2009-01-07NLM: Clean up flow of control in make_socks() functionChuck Lever1-8/+14
2009-01-07NLM: Refactor make_socks() functionChuck Lever1-15/+16
2009-01-06lockd: Enable NLM use of AF_INET6Chuck Lever1-1/+12
2009-01-06NSM: Move nsm_use_hostnames to mon.cChuck Lever1-1/+0
2009-01-06NSM: Remove include/linux/lockd/sm_inter.hChuck Lever1-1/+0
2009-01-06lockd: set svc_serv->sv_maxconn to a more reasonable value (try #3)Jeff Layton1-0/+8
2008-12-23LOCKD: Make lockd_up() and lockd_down() exported GPL-onlyTrond Myklebust1-3/+3
2008-11-24nfsd: clean up grace period on early exitJ. Bruce Fields1-0/+1
2008-10-04NLM: Remove "proto" argument from lockd_up()Chuck Lever1-2/+1
2008-10-04NLM: Always start both UDP and TCP listenersChuck Lever1-18/+19
2008-10-03nfsd: common grace period controlJ. Bruce Fields1-15/+5
2008-09-29lockd: don't depend on lockd main loop to end graceJ. Bruce Fields1-11/+13
2008-09-29locks: allow lockd to process blocked locks during grace periodJ. Bruce Fields1-9/+3
2008-09-29SUNRPC: Add address family field to svc_serv data structureChuck Lever1-1/+1
2008-06-23lockd: close potential race with rapid lockd_up/lockd_down cycleJeff Layton1-20/+13
2008-04-24Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-0/+12
2008-04-23NLM: don't let lockd exit on unexpected svc_recv errors (try #2)Jeff Layton1-6/+12