summaryrefslogtreecommitdiff
path: root/fs/lockd
AgeCommit message (Expand)AuthorFilesLines
2009-01-06NSM: Use C99 structure initializer to initialize nsm_argsChuck Lever1-7/+7
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
2009-01-06lockd: set svc_serv->sv_maxconn to a more reasonable value (try #3)Jeff Layton1-0/+8
2008-12-31Merge branch 'devel' into nextTrond Myklebust3-11/+28
2008-12-23NLM: allow lockd requests from an unprivileged portChuck Lever2-2/+10
2008-12-23lockd: convert reclaimer thread to kthread interfaceJeff Layton1-6/+15
2008-12-23LOCKD: Make lockd_up() and lockd_down() exported GPL-onlyTrond Myklebust1-3/+3
2008-12-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-1/+3
2008-11-24NLM: client-side nlm_lookup_host() should avoid matching on srcaddrChuck Lever1-1/+2
2008-11-24nfsd: clean up grace period on early exitJ. Bruce Fields1-0/+1
2008-11-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2-0/+2
2008-10-31fs: replace NIPQUAD()Harvey Harrison2-4/+4
2008-10-31NLM: Set address family before calling nlm_host_rebooted()Chuck Lever2-0/+2
2008-10-29net: replace %p6 with %pI6Harvey Harrison1-1/+1
2008-10-29misc: replace NIP6_FMT with %p6 format specifierHarvey Harrison1-1/+1
2008-10-05NLM: Remove "proto" argument from lockd_up()Chuck Lever2-4/+3
2008-10-05NLM: Always start both UDP and TCP listenersChuck Lever1-18/+19
2008-10-04lockd: Remove unused fields in the nlm_reboot structureChuck Lever2-4/+0
2008-10-04lockd: Add helper to sanity check incoming NOTIFY requestsChuck Lever2-8/+4
2008-10-04lockd: change nlmclnt_grant() to take a "struct sockaddr *"Chuck Lever3-5/+4
2008-10-04lockd: Adjust nlmsvc_lookup_host() to accomodate AF_INET6 addressesChuck Lever1-9/+38
2008-10-04lockd: Adjust nlmclnt_lookup_host() signature to accomodate non-AF_INETChuck Lever2-14/+23
2008-10-04lockd: Support non-AF_INET addresses in nlm_lookup_host()Chuck Lever1-17/+20
2008-10-04NLM: Convert nlm_lookup_host() to use a single argumentChuck Lever1-30/+56
2008-10-04lockd: reject reclaims outside the grace periodJ. Bruce Fields1-0/+4
2008-10-04lockd: move grace period checks to common codeJ. Bruce Fields3-27/+17
2008-10-04nfsd: common grace period controlJ. Bruce Fields5-28/+77
2008-09-30lockd: Update nsm_find() to support non-AF_INET addressesChuck Lever1-8/+12
2008-09-30lockd: Combine __nsm_find() and nsm_find().Chuck Lever1-21/+11
2008-09-30lockd: Support AF_INET6 when hashing addresses in nlm_lookup_hostChuck Lever1-6/+43
2008-09-30lockd: Teach nlm_cmp_addr() to support AF_INET6 addressesChuck Lever3-5/+6
2008-09-30NSM: Use sockaddr_storage for sm_addr fieldChuck Lever2-3/+4
2008-09-30lockd: Use sockaddr_storage for h_saddr fieldChuck Lever2-7/+7
2008-09-30lockd: Use sockaddr_storage + length for h_addr fieldChuck Lever2-6/+7
2008-09-30lockd: Add address family-agnostic helper for zeroing the port numberChuck Lever1-1/+13
2008-09-30lockd: Specify address family for source addressChuck Lever1-5/+9
2008-09-30lockd: address-family independent printable addressesChuck Lever1-17/+61
2008-09-30NLM: Clean up before introducing new debugging messagesChuck Lever1-8/+11
2008-09-30lockd: don't depend on lockd main loop to end graceJ. Bruce Fields1-11/+13
2008-09-30locks: allow lockd to process blocked locks during grace periodJ. Bruce Fields1-9/+3
2008-09-30SUNRPC: Add address family field to svc_serv data structureChuck Lever1-1/+1
2008-08-13Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-4/+4
2008-07-25locks: add special return value for asynchronous locksMiklos Szeredi1-9/+4
2008-07-25lockd: dont return EAGAIN for a permanent errorMiklos Szeredi1-1/+9
2008-07-23lockd: trivial sparse endian annotationsHarvey Harrison2-4/+4
2008-07-21Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linuxLinus Torvalds5-60/+52
2008-07-16SUNRPC: Remove the BKL from the callback functionsTrond Myklebust4-1/+16