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