aboutsummaryrefslogtreecommitdiffstats
path: root/fs/lockd/host.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/net-2.6David 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