summaryrefslogtreecommitdiff
path: root/fs/lockd
AgeCommit message (Expand)AuthorFilesLines
2009-01-06NLM: Decode "priv" argument of NLMPROC_SM_NOTIFY as an opaqueChuck Lever3-5/+6
2009-01-06NLM: Change nlm_host_rebooted() to take a single nlm_reboot argumentChuck Lever3-34/+19
2009-01-06NSM: Encode the new "priv" cookie for NSMPROC_MON requestsChuck Lever1-9/+3
2009-01-06NSM: Generate NSMPROC_MON's "priv" argument when nsm_handle is createdChuck Lever1-0/+16
2009-01-06NSM: Remove !nsm check from nsm_release()Chuck Lever1-2/+0
2009-01-06NSM: Remove NULL pointer check from nsm_find()Chuck Lever1-3/+0
2009-01-06NSM: Add dprintk() calls in nsm_find and nsm_releaseChuck Lever1-0/+7
2009-01-06NSM: Move nsm_find() to fs/lockd/mon.cChuck Lever2-128/+133
2009-01-06NSM: move to xdr_stream-based XDR encoders and decodersChuck Lever1-52/+78
2009-01-06NSM: Move NSM program and procedure numbers to fs/lockd/mon.cChuck Lever1-15/+27
2009-01-06NSM: Move NSM-related XDR data structures to lockd's xdr.hChuck Lever1-0/+14
2009-01-06NSM: Check result of SM_UNMON upcallChuck Lever1-0/+2
2009-01-06NLM: Move the public declaration of nsm_unmonitor() to lockd.hChuck Lever1-6/+9
2009-01-06NSM: Release nsmhandle in nlm_destroy_hostChuck Lever2-10/+3
2009-01-06NLM: Move the public declaration of nsm_monitor() to lockd.hChuck Lever1-4/+11
2009-01-06NSM: Make sure to return an error if the SM_MON call result is not zeroChuck Lever1-2/+3
2009-01-06NSM: Remove BUG_ON() in nsm_monitor()Chuck Lever1-1/+0
2009-01-06NLM: Remove redundant printk() in nlmclnt_lock()Chuck Lever1-4/+2
2009-01-06NSM: Use sm_name instead of h_name in nsm_monitor() and nsm_unmonitor()Chuck Lever1-4/+4
2009-01-06NSM: Support IPv6 version of mon_nameChuck Lever1-19/+8
2009-01-06NSM: convert printk(KERN_DEBUG) to a dprintk()Chuck Lever1-2/+4
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