summaryrefslogtreecommitdiffstats
path: root/fs/lockd/mon.c
AgeCommit message (Expand)Author
2015-10-23lockd: get rid of reference-counted NSM RPC clientsAndrey Ryabinin
2015-10-12lockd: create NSM handles per net namespaceAndrey Ryabinin
2015-02-03SUNRPC: NULL utsname dereference on NFS umount during namespace cleanupTrond Myklebust
2014-11-06lockd: ratelimit "lockd: cannot monitor" messagesJeff Layton
2014-09-24lockd: Try to reconnect if statd has movedBenjamin Coddington
2014-07-23fs: lockd: Use ktime_get_ns()Thomas Gleixner
2013-02-05sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton
2012-11-04lockd: Remove trivial BUG_ON()s from the NSM codeTrond Myklebust
2012-10-24LOCKD: Clear ln->nsm_clnt only when ln->nsm_users is zeroTrond Myklebust
2012-10-24LOCKD: fix races in nsm_client_getTrond Myklebust
2012-10-01lockd: create and use per-net NSM RPC clients on MON/UNMON requestsStanislav Kinsbursky
2012-10-01lockd: use rpc client's cl_nodename for id encodingStanislav Kinsbursky
2012-10-01lockd: per-net NSM client creation and destruction helpers introducedStanislav Kinsbursky
2012-02-15LockD: make NSM network namespace awareStanislav Kinsbursky
2012-01-31SUNRPC: constify the rpc_programTrond Myklebust
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2010-12-16SUNRPC: New xdr_streams XDR decoder APIChuck Lever
2010-12-16SUNRPC: New xdr_streams XDR encoder APIChuck Lever
2010-12-16NSM: Avoid return code checking in NSM XDR encoder functionsChuck Lever
2010-10-01sunrpc: Add net to rpc_create_argsPavel Emelyanov
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-08lockd: don't clear sm_monitored on nsm_reboot_lookupJeff Layton
2009-08-21sunrpc: add routine for comparing addressesJeff Layton
2009-08-09lockd: Replace nsm_display_address() with rpc_ntop()Chuck Lever
2009-06-17lockd: Don't bother with RPC ping for NSM upcallsChuck Lever
2009-06-17lockd: Update NSM state from SM_MON repliesChuck Lever
2009-04-01NSM: Fix unaligned accesses in nsm_init_private()Mans Rullgard
2009-01-06NSM: Move nsm_create()Chuck Lever
2009-01-06NSM: Move nsm_use_hostnames to mon.cChuck Lever
2009-01-06NSM: Move nsm_addr() to fs/lockd/mon.cChuck Lever
2009-01-06NSM: Remove include/linux/lockd/sm_inter.hChuck Lever
2009-01-06NSM: Replace IP address as our nlm_reboot lookup keyChuck Lever
2009-01-06NSM: More clean up of nsm_get_handle()Chuck Lever
2009-01-06NSM: Refactor nsm_handle creation into a helper functionChuck Lever
2009-01-06NLM: Remove "create" argument from nsm_find()Chuck Lever
2009-01-06NSM: Add nsm_lookup() functionChuck Lever
2009-01-06NSM: Encode the new "priv" cookie for NSMPROC_MON requestsChuck Lever
2009-01-06NSM: Generate NSMPROC_MON's "priv" argument when nsm_handle is createdChuck Lever
2009-01-06NSM: Remove !nsm check from nsm_release()Chuck Lever
2009-01-06NSM: Remove NULL pointer check from nsm_find()Chuck Lever
2009-01-06NSM: Add dprintk() calls in nsm_find and nsm_releaseChuck Lever
2009-01-06NSM: Move nsm_find() to fs/lockd/mon.cChuck Lever
2009-01-06NSM: move to xdr_stream-based XDR encoders and decodersChuck Lever
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