Commit Graph

285 Commits (877d03105d04b2c13e241130277fa69c8d2564f0)

Author SHA1 Message Date
Chuck Lever 57df675c60 NLM: Fix GRANT callback address comparison when IPv6 is enabled 16 years ago
J. Bruce Fields 9d9b87c121 lockd: fix regression in lockd's handling of blocked locks 16 years ago
Chuck Lever 0dba7c2a9e NLM: Clean up flow of control in make_socks() function 16 years ago
Chuck Lever d3fe5ea7cf NLM: Refactor make_socks() function 16 years ago
Chuck Lever b064ec038a lockd: Enable NLM use of AF_INET6 16 years ago
Chuck Lever 49b5699b3f NSM: Move nsm_create() 16 years ago
Chuck Lever b7ba597fb9 NSM: Move nsm_use_hostnames to mon.c 16 years ago
Chuck Lever 8529bc51d3 NSM: Move nsm_addr() to fs/lockd/mon.c 16 years ago
Chuck Lever e6765b8397 NSM: Remove include/linux/lockd/sm_inter.h 16 years ago
Chuck Lever 94da7663db NSM: Replace IP address as our nlm_reboot lookup key 16 years ago
Chuck Lever 77a3ef33e2 NSM: More clean up of nsm_get_handle() 16 years ago
Chuck Lever b39b897c25 NSM: Refactor nsm_handle creation into a helper function 16 years ago
Chuck Lever 92fd91b998 NLM: Remove "create" argument from nsm_find() 16 years ago
Chuck Lever 8c7378fd2a NLM: Call nsm_reboot_lookup() instead of nsm_find() 16 years ago
Chuck Lever 3420a8c435 NSM: Add nsm_lookup() function 16 years ago
Chuck Lever 576df4634e NLM: Decode "priv" argument of NLMPROC_SM_NOTIFY as an opaque 16 years ago
Chuck Lever 7fefc9cb9d NLM: Change nlm_host_rebooted() to take a single nlm_reboot argument 16 years ago
Chuck Lever cab2d3c991 NSM: Encode the new "priv" cookie for NSMPROC_MON requests 16 years ago
Chuck Lever 7e44d3bea2 NSM: Generate NSMPROC_MON's "priv" argument when nsm_handle is created 16 years ago
Chuck Lever 05f3a9af58 NSM: Remove !nsm check from nsm_release() 16 years ago
Chuck Lever bc1cc6c4e4 NSM: Remove NULL pointer check from nsm_find() 16 years ago
Chuck Lever 5cf1c4b19d NSM: Add dprintk() calls in nsm_find and nsm_release 16 years ago
Chuck Lever 67c6d107a6 NSM: Move nsm_find() to fs/lockd/mon.c 16 years ago
Chuck Lever 03eb1dcbb7 NSM: move to xdr_stream-based XDR encoders and decoders 16 years ago
Chuck Lever 36e8e668d3 NSM: Move NSM program and procedure numbers to fs/lockd/mon.c 16 years ago
Chuck Lever 9c1bfd037f NSM: Move NSM-related XDR data structures to lockd's xdr.h 16 years ago
Chuck Lever 0c7aef4569 NSM: Check result of SM_UNMON upcall 16 years ago
Chuck Lever 356c3eb466 NLM: Move the public declaration of nsm_unmonitor() to lockd.h 16 years ago
Chuck Lever c8c23c423d NSM: Release nsmhandle in nlm_destroy_host 16 years ago
Chuck Lever 1e49323c4a NLM: Move the public declaration of nsm_monitor() to lockd.h 16 years ago
Chuck Lever 5d254b1198 NSM: Make sure to return an error if the SM_MON call result is not zero 16 years ago
Chuck Lever 5bc74bef7c NSM: Remove BUG_ON() in nsm_monitor() 16 years ago
Chuck Lever 501c1ed3fb NLM: Remove redundant printk() in nlmclnt_lock() 16 years ago
Chuck Lever 9fee49024e NSM: Use sm_name instead of h_name in nsm_monitor() and nsm_unmonitor() 16 years ago
Chuck Lever 29ed1407ed NSM: Support IPv6 version of mon_name 16 years ago
Chuck Lever 5acf43155d NSM: convert printk(KERN_DEBUG) to a dprintk() 16 years ago
Chuck Lever a4846750f0 NSM: Use C99 structure initializer to initialize nsm_args 16 years ago
Chuck Lever afb03699dc NLM: Add helper to handle IPv4 addresses 16 years ago
Chuck Lever bc995801a0 NLM: Support IPv6 scope IDs in nlm_display_address() 16 years ago
Chuck Lever 6999fb4016 NLM: Remove AF_UNSPEC arm in nlm_display_address() 16 years ago
Chuck Lever 1df40b609a NLM: Remove address eye-catcher buffers from nlm_host 16 years ago
Jeff Layton c72a476b4b lockd: set svc_serv->sv_maxconn to a more reasonable value (try #3) 16 years ago
Chuck Lever 0cb2659b81 NLM: allow lockd requests from an unprivileged port 16 years ago
Jeff Layton df94f000c4 lockd: convert reclaimer thread to kthread interface 16 years ago
Trond Myklebust 2de59872a7 LOCKD: Make lockd_up() and lockd_down() exported GPL-only 16 years ago
Chuck Lever a8d82d9b95 NLM: client-side nlm_lookup_host() should avoid matching on srcaddr 16 years ago
J. Bruce Fields 2c5e76158f nfsd: clean up grace period on early exit 16 years ago
Harvey Harrison be85940548 fs: replace NIPQUAD() 16 years ago
Chuck Lever d7dc61d0a7 NLM: Set address family before calling nlm_host_rebooted() 16 years ago
Harvey Harrison 5b095d9892 net: replace %p6 with %pI6 16 years ago