summaryrefslogtreecommitdiffstats
path: root/fs/lockd/host.c
Commit message (Expand)AuthorAgeFilesLines
* lockd: Fix server refcountingTrond Myklebust2018-01-241-3/+5
* lockd: convert nsm_handle.sm_count from atomic_t to refcount_tElena Reshetova2018-01-141-1/+1
* lockd: convert nlm_host.h_count from atomic_t to refcount_tElena Reshetova2018-01-141-7/+7
* nlm_shutdown_hosts_net() cleanupVasily Averin2017-11-271-2/+1
* lockd: remove net pointer from messagesVasily Averin2017-11-271-8/+13
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* lockd: get rid of reference-counted NSM RPC clientsAndrey Ryabinin2015-10-231-0/+1
* lockd: create NSM handles per net namespaceAndrey Ryabinin2015-10-121-3/+4
* Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-02-281-0/+1
|\
| * sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton2013-02-051-0/+1
* | hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-17/+12
|/
* lockd: Remove BUG_ON()s in fs/lockd/host.cTrond Myklebust2012-11-041-10/+5
* SUNRPC: service request network namespace helper introducedStanislav Kinsbursky2012-07-271-1/+1
* Lockd: add more debug to host shutdown functionsStanislav Kinsbursky2012-07-271-2/+2
* Lockd: host complaining function introducedStanislav Kinsbursky2012-07-271-27/+30
* LockD: manage used host count per networks namespaceStanislav Kinsbursky2012-07-271-0/+18
* LockD: manage garbage collection timeout per networks namespaceStanislav Kinsbursky2012-07-271-3/+9
* LockD: make garbage collector network namespace aware.Stanislav Kinsbursky2012-07-271-9/+13
* LockD: mark host per network namespace on garbage collectStanislav Kinsbursky2012-07-271-1/+2
* Lockd: shutdown NLM hosts in network namespace contextStanislav Kinsbursky2012-02-151-7/+19
* LockD: make nlm hosts network namespace awareStanislav Kinsbursky2012-02-151-2/+14
* SUNRPC: Replace svc_addr_u by sockaddr_storageMi Jinlong2011-09-141-23/+2
* NLM: Fix "kernel BUG at fs/lockd/host.c:417!" or ".../host.c:283!"Chuck Lever2011-01-251-4/+5
* lockd: double unlock in next_host_state()Dan Carpenter2011-01-041-1/+0
* lockd: Remove src_sap and src_len from nlm_lookup_host_info structChuck Lever2010-12-161-8/+7
* lockd: Remove nlm_lookup_host()Chuck Lever2010-12-161-69/+0
* lockd: Make nrhosts an unsigned longChuck Lever2010-12-161-3/+3
* lockd: Rename nlm_hostsChuck Lever2010-12-161-8/+8
* lockd: Clean up nlmsvc_lookup_host()Chuck Lever2010-12-161-19/+72
* lockd: Create client-side nlm_host cacheChuck Lever2010-12-161-9/+72
* lockd: Add nlm_destroy_host_locked()Chuck Lever2010-12-161-8/+11
* lockd: Add nlm_alloc_host()Chuck Lever2010-12-161-45/+65
* lockd: reorganize nlm_host_rebootedJ. Bruce Fields2010-12-161-24/+34
* lockd: define host_for_each{_safe} macrosJ. Bruce Fields2010-12-161-52/+55
* NLM: Fix a regression in lockdTrond Myklebust2010-11-151-7/+4
* sunrpc: Add net to rpc_create_argsPavel Emelyanov2010-10-011-0/+1
* lockd: release reference to nsm_handle in nlm_host_rebootedJeff Layton2010-02-081-1/+1
* sunrpc: add routine for comparing addressesJeff Layton2009-08-211-2/+2
* lockd: Replace nlm_clear_port()Chuck Lever2009-08-091-13/+1
* NSM: Remove include/linux/lockd/sm_inter.hChuck Lever2009-01-061-1/+0
* NLM: Remove "create" argument from nsm_find()Chuck Lever2009-01-061-2/+2
* NLM: Call nsm_reboot_lookup() instead of nsm_find()Chuck Lever2009-01-061-18/+2
* NLM: Decode "priv" argument of NLMPROC_SM_NOTIFY as an opaqueChuck Lever2009-01-061-1/+2
* NLM: Change nlm_host_rebooted() to take a single nlm_reboot argumentChuck Lever2009-01-061-14/+17
* NSM: Move nsm_find() to fs/lockd/mon.cChuck Lever2009-01-061-128/+0
* NSM: Release nsmhandle in nlm_destroy_hostChuck Lever2009-01-061-5/+3
* NLM: Add helper to handle IPv4 addressesChuck Lever2009-01-061-3/+8
* NLM: Support IPv6 scope IDs in nlm_display_address()Chuck Lever2009-01-061-6/+15
* NLM: Remove AF_UNSPEC arm in nlm_display_address()Chuck Lever2009-01-061-3/+0
* NLM: Remove address eye-catcher buffers from nlm_hostChuck Lever2009-01-061-7/+3