aboutsummaryrefslogtreecommitdiff
path: root/fs/lockd/host.c
AgeCommit message (Expand)Author
2012-07-27SUNRPC: service request network namespace helper introducedStanislav Kinsbursky
2012-07-27Lockd: add more debug to host shutdown functionsStanislav Kinsbursky
2012-07-27Lockd: host complaining function introducedStanislav Kinsbursky
2012-07-27LockD: manage used host count per networks namespaceStanislav Kinsbursky
2012-07-27LockD: manage garbage collection timeout per networks namespaceStanislav Kinsbursky
2012-07-27LockD: make garbage collector network namespace aware.Stanislav Kinsbursky
2012-07-27LockD: mark host per network namespace on garbage collectStanislav Kinsbursky
2012-02-15Lockd: shutdown NLM hosts in network namespace contextStanislav Kinsbursky
2012-02-15LockD: make nlm hosts network namespace awareStanislav Kinsbursky
2011-09-14SUNRPC: Replace svc_addr_u by sockaddr_storageMi Jinlong
2011-01-25NLM: Fix "kernel BUG at fs/lockd/host.c:417!" or ".../host.c:283!"Chuck Lever
2011-01-04lockd: double unlock in next_host_state()Dan Carpenter
2010-12-16lockd: Remove src_sap and src_len from nlm_lookup_host_info structChuck Lever
2010-12-16lockd: Remove nlm_lookup_host()Chuck Lever
2010-12-16lockd: Make nrhosts an unsigned longChuck Lever
2010-12-16lockd: Rename nlm_hostsChuck Lever
2010-12-16lockd: Clean up nlmsvc_lookup_host()Chuck Lever
2010-12-16lockd: Create client-side nlm_host cacheChuck Lever
2010-12-16lockd: Add nlm_destroy_host_locked()Chuck Lever
2010-12-16lockd: Add nlm_alloc_host()Chuck Lever
2010-12-16lockd: reorganize nlm_host_rebootedJ. Bruce Fields
2010-12-16lockd: define host_for_each{_safe} macrosJ. Bruce Fields
2010-11-15NLM: Fix a regression in lockdTrond Myklebust
2010-10-01sunrpc: Add net to rpc_create_argsPavel Emelyanov
2010-02-08lockd: release reference to nsm_handle in nlm_host_rebootedJeff Layton
2009-08-21sunrpc: add routine for comparing addressesJeff Layton
2009-08-09lockd: Replace nlm_clear_port()Chuck Lever
2009-01-06NSM: Remove include/linux/lockd/sm_inter.hChuck Lever
2009-01-06NLM: Remove "create" argument from nsm_find()Chuck Lever
2009-01-06NLM: Call nsm_reboot_lookup() instead of nsm_find()Chuck Lever
2009-01-06NLM: Decode "priv" argument of NLMPROC_SM_NOTIFY as an opaqueChuck Lever
2009-01-06NLM: Change nlm_host_rebooted() to take a single nlm_reboot argumentChuck Lever
2009-01-06NSM: Move nsm_find() to fs/lockd/mon.cChuck Lever
2009-01-06NSM: Release nsmhandle in nlm_destroy_hostChuck Lever
2009-01-06NLM: Add helper to handle IPv4 addressesChuck Lever
2009-01-06NLM: Support IPv6 scope IDs in nlm_display_address()Chuck Lever
2009-01-06NLM: Remove AF_UNSPEC arm in nlm_display_address()Chuck Lever
2009-01-06NLM: Remove address eye-catcher buffers from nlm_hostChuck Lever
2008-12-30Merge branch 'devel' into nextTrond Myklebust
2008-12-23NLM: allow lockd requests from an unprivileged portChuck Lever
2008-12-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-24NLM: client-side nlm_lookup_host() should avoid matching on srcaddrChuck Lever
2008-10-31fs: replace NIPQUAD()Harvey Harrison
2008-10-29net: replace %p6 with %pI6Harvey Harrison
2008-10-28misc: replace NIP6_FMT with %p6 format specifierHarvey Harrison
2008-10-03lockd: Adjust nlmsvc_lookup_host() to accomodate AF_INET6 addressesChuck Lever
2008-10-03lockd: Adjust nlmclnt_lookup_host() signature to accomodate non-AF_INETChuck Lever
2008-10-03lockd: Support non-AF_INET addresses in nlm_lookup_host()Chuck Lever
2008-10-03NLM: Convert nlm_lookup_host() to use a single argumentChuck Lever
2008-09-29lockd: Update nsm_find() to support non-AF_INET addressesChuck Lever