aboutsummaryrefslogtreecommitdiff
path: root/fs/lockd
AgeCommit message (Expand)Author
2009-01-06NSM: Move NSM program and procedure numbers to fs/lockd/mon.cChuck Lever
2009-01-06NSM: Move NSM-related XDR data structures to lockd's xdr.hChuck Lever
2009-01-06NSM: Check result of SM_UNMON upcallChuck Lever
2009-01-06NLM: Move the public declaration of nsm_unmonitor() to lockd.hChuck Lever
2009-01-06NSM: Release nsmhandle in nlm_destroy_hostChuck Lever
2009-01-06NLM: Move the public declaration of nsm_monitor() to lockd.hChuck Lever
2009-01-06NSM: Make sure to return an error if the SM_MON call result is not zeroChuck Lever
2009-01-06NSM: Remove BUG_ON() in nsm_monitor()Chuck Lever
2009-01-06NLM: Remove redundant printk() in nlmclnt_lock()Chuck Lever
2009-01-06NSM: Use sm_name instead of h_name in nsm_monitor() and nsm_unmonitor()Chuck Lever
2009-01-06NSM: Support IPv6 version of mon_nameChuck Lever
2009-01-06NSM: convert printk(KERN_DEBUG) to a dprintk()Chuck Lever
2009-01-06NSM: Use C99 structure initializer to initialize nsm_argsChuck Lever
2009-01-06NLM: Add helper to handle IPv4 addressesChuck Lever
2009-01-06NLM: Support IPv6 scope IDs in nlm_display_address()Chuck Lever
2009-01-06NLM: Remove AF_UNSPEC arm in nlm_display_address()Chuck Lever
2009-01-06NLM: Remove address eye-catcher buffers from nlm_hostChuck Lever
2009-01-06lockd: set svc_serv->sv_maxconn to a more reasonable value (try #3)Jeff Layton
2008-12-30Merge branch 'devel' into nextTrond Myklebust
2008-12-23NLM: allow lockd requests from an unprivileged portChuck Lever
2008-12-23lockd: convert reclaimer thread to kthread interfaceJeff Layton
2008-12-23LOCKD: Make lockd_up() and lockd_down() exported GPL-onlyTrond Myklebust
2008-12-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-11-24NLM: client-side nlm_lookup_host() should avoid matching on srcaddrChuck Lever
2008-11-24nfsd: clean up grace period on early exitJ. Bruce Fields
2008-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-10-31fs: replace NIPQUAD()Harvey Harrison
2008-10-30NLM: Set address family before calling nlm_host_rebooted()Chuck Lever
2008-10-29net: replace %p6 with %pI6Harvey Harrison
2008-10-28misc: replace NIP6_FMT with %p6 format specifierHarvey Harrison
2008-10-04NLM: Remove "proto" argument from lockd_up()Chuck Lever
2008-10-04NLM: Always start both UDP and TCP listenersChuck Lever
2008-10-03lockd: Remove unused fields in the nlm_reboot structureChuck Lever
2008-10-03lockd: Add helper to sanity check incoming NOTIFY requestsChuck Lever
2008-10-03lockd: change nlmclnt_grant() to take a "struct sockaddr *"Chuck Lever
2008-10-03lockd: Adjust nlmsvc_lookup_host() to accomodate AF_INET6 addressesChuck Lever
2008-10-03lockd: Adjust nlmclnt_lookup_host() signature to accomodate non-AF_INETChuck Lever
2008-10-03lockd: Support non-AF_INET addresses in nlm_lookup_host()Chuck Lever
2008-10-03NLM: Convert nlm_lookup_host() to use a single argumentChuck Lever
2008-10-03lockd: reject reclaims outside the grace periodJ. Bruce Fields
2008-10-03lockd: move grace period checks to common codeJ. Bruce Fields
2008-10-03nfsd: common grace period controlJ. Bruce Fields
2008-09-29lockd: Update nsm_find() to support non-AF_INET addressesChuck Lever
2008-09-29lockd: Combine __nsm_find() and nsm_find().Chuck Lever
2008-09-29lockd: Support AF_INET6 when hashing addresses in nlm_lookup_hostChuck Lever
2008-09-29lockd: Teach nlm_cmp_addr() to support AF_INET6 addressesChuck Lever
2008-09-29NSM: Use sockaddr_storage for sm_addr fieldChuck Lever
2008-09-29lockd: Use sockaddr_storage for h_saddr fieldChuck Lever
2008-09-29lockd: Use sockaddr_storage + length for h_addr fieldChuck Lever
2008-09-29lockd: Add address family-agnostic helper for zeroing the port numberChuck Lever