summaryrefslogtreecommitdiffstats
path: root/fs/lockd/host.c
Commit message (Expand)AuthorAgeFilesLines
* lockd: purge resources held on behalf of nlm clients when shutting downJeff Layton2023-04-261-0/+1
* lockd: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-261-1/+1
* fs/lockd: convert comma to semicolonZheng Yongjun2020-12-161-1/+1
* lockd: don't use interval-based rebinding over TCPCalum Mackay2020-12-021-9/+11
* NFSv4.1: Don't rebind to the same source port when reconnecting to the serverTrond Myklebust2019-11-031-1/+2
* lockd: Store the lockd client credential in struct nlm_hostTrond Myklebust2019-04-261-2/+9
* SUNRPC: Cache cred of process creating the rpc_clientTrond Myklebust2019-04-261-0/+1
* NFS: fix mount/umount race in nlmclnt.NeilBrown2019-03-181-2/+1
* lockd: fix access beyond unterminated strings in printsAmir Goldstein2018-10-291-1/+1
* 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