aboutsummaryrefslogtreecommitdiffstats
path: root/fs/lockd/host.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-01lockd: discard nlmsvc_timeoutNeilBrown1-1/+1
2024-05-06lockd: host: Remove unnecessary statements'host = NULL;'Li kunyu1-1/+0
2023-04-26lockd: purge resources held on behalf of nlm clients when shutting downJeff Layton1-0/+1
2022-09-26lockd: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2020-12-16fs/lockd: convert comma to semicolonZheng Yongjun1-1/+1
2020-12-02lockd: don't use interval-based rebinding over TCPCalum Mackay1-9/+11
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 ...Jeff 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/ne...David 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
2008-10-28misc: replace NIP6_FMT with %p6 format specifierHarvey Harrison1-1/+1
2008-10-03lockd: Adjust nlmsvc_lookup_host() to accomodate AF_INET6 addressesChuck Lever1-9/+38
2008-10-03lockd: Adjust nlmclnt_lookup_host() signature to accomodate non-AF_INETChuck Lever1-11/+21
2008-10-03lockd: Support non-AF_INET addresses in nlm_lookup_host()Chuck Lever1-17/+20
2008-10-03NLM: Convert nlm_lookup_host() to use a single argumentChuck Lever1-30/+56
2008-09-29lockd: Update nsm_find() to support non-AF_INET addressesChuck Lever1-8/+12
2008-09-29lockd: Combine __nsm_find() and nsm_find().Chuck Lever1-21/+11
2008-09-29lockd: Support AF_INET6 when hashing addresses in nlm_lookup_hostChuck Lever1-6/+43
2008-09-29lockd: Teach nlm_cmp_addr() to support AF_INET6 addressesChuck Lever1-3/+3
2008-09-29NSM: Use sockaddr_storage for sm_addr fieldChuck Lever1-2/+3
2008-09-29lockd: Use sockaddr_storage for h_saddr fieldChuck Lever1-6/+6
2008-09-29lockd: Use sockaddr_storage + length for h_addr fieldChuck Lever1-5/+6
2008-09-29lockd: Add address family-agnostic helper for zeroing the port numberChuck Lever1-1/+13
2008-09-29lockd: Specify address family for source addressChuck Lever1-5/+9
2008-09-29lockd: address-family independent printable addressesChuck Lever1-17/+61
2008-09-29NLM: Clean up before introducing new debugging messagesChuck Lever1-8/+11
2008-04-24Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds1-9/+11
2008-04-23lockd: convert nsm_mutex to a spinlockJ. Bruce Fields1-15/+19
2008-04-23lockd: clean up __nsm_find()J. Bruce Fields1-16/+16
2008-04-23lockd: fix race in nlm_release()J. Bruce Fields1-6/+4
2008-04-23knfsd: Remove NLM_HOST_MAX and associated logic.NeilBrown1-6/+3
2008-03-19NLM: NLM protocol version numbers are u32Chuck Lever1-9/+11
2008-02-10NLM: have server-side RPC clients default to soft RPC tasksJeff Layton1-2/+9
2008-02-10NLM: set RPC_CLNT_CREATE_NOPING for NLM RPC clientsJeff Layton1-0/+1
2008-02-01NLM: tear down RPC clients in nlm_shutdown_hostsJeff Layton1-1/+6
2008-02-01NLM: Fix sign of length of NLM variable length stringsChuck Lever1-8/+11
2007-07-10NLM: fix source address of callback to clientFrank van Maarseveen1-8/+19
2007-07-10SUNRPC: Convert rpc_clnt->cl_users to a krefTrond Myklebust1-9/+3
2007-05-14NLM: Fix locking client timeouts...Trond Myklebust1-1/+1
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-12[PATCH] knfsd: SUNRPC: Provide room in svc_rqst for larger addressesChuck Lever1-1/+1
2006-12-07[PATCH] fs/lockd/host.c: make 2 functions staticAdrian Bunk1-25/+28
2006-10-04[PATCH] knfsd: lockd: fix refount on nsmNeilBrown1-2/+4
2006-10-04[PATCH] Convert lockd to use the newer mutex instead of the older semaphoreNeil Brown1-5/+6
2006-10-04[PATCH] knfsd: lockd: optionally use hostnames for identifying peersOlaf Kirch1-1/+5
2006-10-04[PATCH] knfsd: simplify nlmsvc_invalidate_allNeilBrown1-27/+0
2006-10-04[PATCH] knfsd: lockd: Add nlm_destroy_hostOlaf Kirch1-16/+29
2006-10-04[PATCH] knfsd: lockd: make the hash chains use a hlist_nodeOlaf Kirch1-32/+39
2006-10-04[PATCH] knfsd: lockd: Make nlm_host_rebooted use the nsm_handleOlaf Kirch1-17/+46
2006-10-04[PATCH] knfsd: misc minor fixes, indentation changesOlaf Kirch1-9/+6
2006-10-04[PATCH] knfsd: lockd: introduce nsm_handleOlaf Kirch1-11/+110
2006-10-04[PATCH] knfsd: when looking up a lockd host, pass hostname & lengthOlaf Kirch1-12/+25
2006-10-04[PATCH] knfsd: consolidate common code for statd->lockd notificationOlaf Kirch1-2/+28
2006-10-04[PATCH] knfsd: hide use of lockd's h_monitored flagOlaf Kirch1-3/+6
2006-09-27[PATCH] fs: Conversions from kmalloc+memset to k(z|c)allocPanagiotis Issaris1-2/+2
2006-09-22LOCKD: Convert to use new rpc_create() APIChuck Lever1-23/+27
2006-09-22SUNRPC: Clean-up after previous patches.Chuck Lever1-1/+0
2006-06-09NLM: Fix reclaim racesTrond Myklebust1-0/+1
2006-06-09NLM: sem to mutex conversionTrond Myklebust1-4/+4
2006-03-26[PATCH] sem2mutex: fs/Ingo Molnar1-9/+10
2006-03-20lockd: Fix Oopses due to list manipulation errors.Trond Myklebust1-2/+5
2006-03-20lockd: stop abusing file_lock_listChristoph Hellwig1-0/+2
2006-03-20lockd: Make lockd use rpc_new_client() instead of rpc_create_clientTrond Myklebust1-1/+2
2006-01-06SUNRPC: new interface to force an RPC rebindChuck Lever1-2/+2
2005-09-23[PATCH] RPC: remove xprt->nocongChuck Lever1-1/+0
2005-09-23[PATCH] RPC: get rid of xprt->streamChuck Lever1-2/+1
2005-06-22[PATCH] RPC: Make rpc_create_client() probe server for RPC program+version su...Trond Myklebust1-2/+2
2005-06-22[PATCH] RPC: Make rpc_create_client() destroy the transport on failure.Trond Myklebust1-3/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+346