aboutsummaryrefslogtreecommitdiffstats
path: root/fs/lockd/host.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-03NFSv4.1: Don't rebind to the same source port when reconnecting to the serverTrond Myklebust1-1/+2
2019-04-26lockd: Store the lockd client credential in struct nlm_hostTrond Myklebust1-2/+9
2019-04-26SUNRPC: Cache cred of process creating the rpc_clientTrond Myklebust1-0/+1
2019-03-18NFS: fix mount/umount race in nlmclnt.NeilBrown1-2/+1
2018-10-29lockd: fix access beyond unterminated strings in printsAmir Goldstein1-1/+1
2018-01-24lockd: Fix server refcountingTrond Myklebust1-3/+5
2018-01-14lockd: convert nsm_handle.sm_count from atomic_t to refcount_tElena Reshetova1-1/+1
2018-01-14lockd: convert nlm_host.h_count from atomic_t to refcount_tElena Reshetova1-7/+7
2017-11-27nlm_shutdown_hosts_net() cleanupVasily Averin1-2/+1
2017-11-27lockd: remove net pointer from messagesVasily Averin1-8/+13
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
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