summaryrefslogtreecommitdiff
path: root/fs/lockd/svc.c
AgeCommit message (Expand)Author
2015-01-05LOCKD: Fix a race when initialising nlmsvc_timeoutTrond Myklebust
2014-12-09sunrpc: require svc_create callers to pass in meaningful shutdown routineJeff Layton
2014-10-08Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2014-09-17lockd: add a /proc/fs/lockd/nlm_end_grace fileJeff Layton
2014-09-17lockd: move lockd's grace period handling into its own moduleJeff Layton
2014-09-08lockd: fix rpcbind crash on lockd startup failureJ. Bruce Fields
2014-09-02lockd: Do not start the lockd thread before we've set nlmsvc_rqst->rq_taskTrond Myklebust
2014-08-17lockd: Ensure that lockd_start_svc sets the server rq_task...Trond Myklebust
2014-06-10Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2014-06-06lockd: convert use of typedef ctl_table to struct ctl_tableJoe Perches
2014-05-06lockd: avoid warning when CONFIG_SYSCTL undefinedKees Cook
2014-03-28lockd: ensure we tear down any live sockets when socket creation fails during...Jeff Layton
2013-07-03drivers: avoid parsing names as kthread_run() format stringsKees Cook
2012-10-13Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2012-10-01lockd: per-net NSM client creation and destruction helpers introducedStanislav Kinsbursky
2012-08-21svcrpc: remove handling of unknown errors from svc_recvJ. Bruce Fields
2012-07-27Lockd: move grace period management from lockd() to per-net functionsStanislav Kinsbursky
2012-07-27LockD: pass actual network namespace to grace period management functionsStanislav Kinsbursky
2012-07-27LockD: manage grace list per network namespaceStanislav Kinsbursky
2012-07-27LockD: make lockd manager allocated per network namespaceStanislav Kinsbursky
2012-07-27LockD: manage grace period per network namespaceStanislav Kinsbursky
2012-05-31LockD: add debug message to start and stop functionsStanislav Kinsbursky
2012-05-31LockD: service start function introducedStanislav Kinsbursky
2012-05-31LockD: move global usage counter manipulation from error pathStanislav Kinsbursky
2012-05-31LockD: service creation function introducedStanislav Kinsbursky
2012-05-31LockD: use existing per-net data function on service creationStanislav Kinsbursky
2012-05-31LockD: pass service to per-net up and down functionsStanislav Kinsbursky
2012-05-31SUNRPC: move per-net operations from svc_destroy()Stanislav Kinsbursky
2012-05-31SUNRPC: new svc_bind() routine introducedStanislav Kinsbursky
2012-04-11Lockd: pass network namespace to creation and destruction routinesStanislav Kinsbursky
2012-03-26Merge nfs containerization work from Trond's treeJ. Bruce Fields
2012-02-17lockd: fix arg parsing for grace_period and timeout.NeilBrown
2012-02-15Lockd: shutdown NLM hosts in network namespace contextStanislav Kinsbursky
2012-02-15Lockd: per-net up and down routines introducedStanislav Kinsbursky
2012-02-15Lockd: pernet usage counter introducedStanislav Kinsbursky
2012-02-15Lockd: create permanent lockd sockets in current network namespaceStanislav Kinsbursky
2012-01-31SUNRPC: search for service transports in network namespace contextStanislav Kinsbursky
2011-08-19sunrpc: use better NUMA affinitiesEric Dumazet
2010-10-27lockd: push lock_flocks downArnd Bergmann
2010-10-01sunrpc: Add net argument to svc_create_xprtPavel Emelyanov
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-01-26SUNRPC: Bury "#ifdef IPV6" in svc_create_xprt()Chuck Lever
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman
2009-11-12sysctl fs: Remove dead binary sysctl supportEric W. Biederman
2009-05-06lockd: fix list corruption on lockd restartJ. Bruce Fields
2009-03-28lockd: Start PF_INET6 listener only if IPv6 support is availableChuck Lever
2009-03-28NFS: Revert creation of IPv6 listeners for lockd and NFSv4 callbacksChuck Lever
2009-03-28SUNRPC: Remove @family argument from svc_create() and svc_create_pooled()Chuck Lever
2009-03-28SUNRPC: Change svc_create_xprt() to take a @family argumentChuck Lever
2009-01-07NLM: Clean up flow of control in make_socks() functionChuck Lever