summaryrefslogtreecommitdiffstats
path: root/fs/lockd/host.c
AgeCommit message (Expand)AuthorLines
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds-0/+1
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin-17/+12
2013-02-05sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton-0/+1
2012-11-04lockd: Remove BUG_ON()s in fs/lockd/host.cTrond Myklebust-10/+5
2012-07-27SUNRPC: service request network namespace helper introducedStanislav Kinsbursky-1/+1
2012-07-27Lockd: add more debug to host shutdown functionsStanislav Kinsbursky-2/+2
2012-07-27Lockd: host complaining function introducedStanislav Kinsbursky-27/+30
2012-07-27LockD: manage used host count per networks namespaceStanislav Kinsbursky-0/+18
2012-07-27LockD: manage garbage collection timeout per networks namespaceStanislav Kinsbursky-3/+9
2012-07-27LockD: make garbage collector network namespace aware.Stanislav Kinsbursky-9/+13
2012-07-27LockD: mark host per network namespace on garbage collectStanislav Kinsbursky-1/+2
2012-02-15Lockd: shutdown NLM hosts in network namespace contextStanislav Kinsbursky-7/+19
2012-02-15LockD: make nlm hosts network namespace awareStanislav Kinsbursky-2/+14
2011-09-14SUNRPC: Replace svc_addr_u by sockaddr_storageMi Jinlong-23/+2
2011-01-25NLM: Fix "kernel BUG at fs/lockd/host.c:417!" or ".../host.c:283!"Chuck Lever-4/+5
2011-01-04lockd: double unlock in next_host_state()Dan Carpenter-1/+0
2010-12-16lockd: Remove src_sap and src_len from nlm_lookup_host_info structChuck Lever-8/+7
2010-12-16lockd: Remove nlm_lookup_host()Chuck Lever-69/+0
2010-12-16lockd: Make nrhosts an unsigned longChuck Lever-3/+3
2010-12-16lockd: Rename nlm_hostsChuck Lever-8/+8
2010-12-16lockd: Clean up nlmsvc_lookup_host()Chuck Lever-19/+72
2010-12-16lockd: Create client-side nlm_host cacheChuck Lever-9/+72
2010-12-16lockd: Add nlm_destroy_host_locked()Chuck Lever-8/+11
2010-12-16lockd: Add nlm_alloc_host()Chuck Lever-45/+65
2010-12-16lockd: reorganize nlm_host_rebootedJ. Bruce Fields-24/+34
2010-12-16lockd: define host_for_each{_safe} macrosJ. Bruce Fields-52/+55
2010-11-15NLM: Fix a regression in lockdTrond Myklebust-7/+4
2010-10-01sunrpc: Add net to rpc_create_argsPavel Emelyanov-0/+1
2010-02-08lockd: release reference to nsm_handle in nlm_host_rebootedJeff Layton-1/+1
2009-08-21sunrpc: add routine for comparing addressesJeff Layton-2/+2
2009-08-09lockd: Replace nlm_clear_port()Chuck Lever-13/+1
2009-01-06NSM: Remove include/linux/lockd/sm_inter.hChuck Lever-1/+0
2009-01-06NLM: Remove "create" argument from nsm_find()Chuck Lever-2/+2
2009-01-06NLM: Call nsm_reboot_lookup() instead of nsm_find()Chuck Lever-18/+2
2009-01-06NLM: Decode "priv" argument of NLMPROC_SM_NOTIFY as an opaqueChuck Lever-1/+2
2009-01-06NLM: Change nlm_host_rebooted() to take a single nlm_reboot argumentChuck Lever-14/+17
2009-01-06NSM: Move nsm_find() to fs/lockd/mon.cChuck Lever-128/+0
2009-01-06NSM: Release nsmhandle in nlm_destroy_hostChuck Lever-5/+3
2009-01-06NLM: Add helper to handle IPv4 addressesChuck Lever-3/+8
2009-01-06NLM: Support IPv6 scope IDs in nlm_display_address()Chuck Lever-6/+15
2009-01-06NLM: Remove AF_UNSPEC arm in nlm_display_address()Chuck Lever-3/+0
2009-01-06NLM: Remove address eye-catcher buffers from nlm_hostChuck Lever-7/+3
2008-12-30Merge branch 'devel' into nextTrond Myklebust-1/+9
2008-12-23NLM: allow lockd requests from an unprivileged portChuck Lever-1/+9
2008-12-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller-1/+2
2008-11-24NLM: client-side nlm_lookup_host() should avoid matching on srcaddrChuck Lever-1/+2
2008-10-31fs: replace NIPQUAD()Harvey Harrison-3/+3
2008-10-29net: replace %p6 with %pI6Harvey Harrison-1/+1
2008-10-28misc: replace NIP6_FMT with %p6 format specifierHarvey Harrison-1/+1
2008-10-03lockd: Adjust nlmsvc_lookup_host() to accomodate AF_INET6 addressesChuck Lever-9/+38