summaryrefslogtreecommitdiffstats
path: root/fs/lockd/mon.c
Commit message (Expand)AuthorAgeFilesLines
* lockd: convert nsm_handle.sm_count from atomic_t to refcount_tElena Reshetova2018-01-141-7/+7
* lockd: remove net pointer from messagesVasily Averin2017-11-271-1/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig2017-05-151-1/+1
* sunrpc: move p_count out of struct rpc_procinfoChristoph Hellwig2017-05-151-1/+3
* lockd: fix some weird indentationChristoph Hellwig2017-05-151-8/+8
* lockd: fix decoder callback prototypesChristoph Hellwig2017-05-151-4/+6
* lockd: fix encoder callback prototypesChristoph Hellwig2017-05-151-4/+4
* lockd: get rid of reference-counted NSM RPC clientsAndrey Ryabinin2015-10-231-74/+15
* lockd: create NSM handles per net namespaceAndrey Ryabinin2015-10-121-14/+22
* SUNRPC: NULL utsname dereference on NFS umount during namespace cleanupTrond Myklebust2015-02-031-4/+9
* lockd: ratelimit "lockd: cannot monitor" messagesJeff Layton2014-11-061-1/+1
* lockd: Try to reconnect if statd has movedBenjamin Coddington2014-09-241-0/+6
* fs: lockd: Use ktime_get_ns()Thomas Gleixner2014-07-231-3/+1
* sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ...Jeff Layton2013-02-051-0/+1
* lockd: Remove trivial BUG_ON()s from the NSM codeTrond Myklebust2012-11-041-3/+0
* LOCKD: Clear ln->nsm_clnt only when ln->nsm_users is zeroTrond Myklebust2012-10-241-8/+6
* LOCKD: fix races in nsm_client_getTrond Myklebust2012-10-241-17/+26
* lockd: create and use per-net NSM RPC clients on MON/UNMON requestsStanislav Kinsbursky2012-10-011-17/+20
* lockd: use rpc client's cl_nodename for id encodingStanislav Kinsbursky2012-10-011-1/+3
* lockd: per-net NSM client creation and destruction helpers introducedStanislav Kinsbursky2012-10-011-2/+49
* LockD: make NSM network namespace awareStanislav Kinsbursky2012-02-151-6/+7
* SUNRPC: constify the rpc_programTrond Myklebust2012-01-311-4/+4
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* SUNRPC: New xdr_streams XDR decoder APIChuck Lever2010-12-161-15/+15
* SUNRPC: New xdr_streams XDR encoder APIChuck Lever2010-12-161-17/+9
* NSM: Avoid return code checking in NSM XDR encoder functionsChuck Lever2010-12-161-43/+25
* sunrpc: Add net to rpc_create_argsPavel Emelyanov2010-10-011-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* lockd: don't clear sm_monitored on nsm_reboot_lookupJeff Layton2010-02-081-9/+3
* sunrpc: add routine for comparing addressesJeff Layton2009-08-211-1/+1
* lockd: Replace nsm_display_address() with rpc_ntop()Chuck Lever2009-08-091-39/+5
* lockd: Don't bother with RPC ping for NSM upcallsChuck Lever2009-06-171-0/+1
* lockd: Update NSM state from SM_MON repliesChuck Lever2009-06-171-6/+12
* NSM: Fix unaligned accesses in nsm_init_private()Mans Rullgard2009-04-011-2/+6
* NSM: Move nsm_create()Chuck Lever2009-01-061-31/+20
* NSM: Move nsm_use_hostnames to mon.cChuck Lever2009-01-061-1/+2
* NSM: Move nsm_addr() to fs/lockd/mon.cChuck Lever2009-01-061-0/+5
* NSM: Remove include/linux/lockd/sm_inter.hChuck Lever2009-01-061-2/+0
* NSM: Replace IP address as our nlm_reboot lookup keyChuck Lever2009-01-061-9/+19
* NSM: More clean up of nsm_get_handle()Chuck Lever2009-01-061-27/+35
* NSM: Refactor nsm_handle creation into a helper functionChuck Lever2009-01-061-12/+26
* NLM: Remove "create" argument from nsm_find()Chuck Lever2009-01-061-14/+9
* NSM: Add nsm_lookup() functionChuck Lever2009-01-061-0/+64
* NSM: Encode the new "priv" cookie for NSMPROC_MON requestsChuck Lever2009-01-061-9/+3
* NSM: Generate NSMPROC_MON's "priv" argument when nsm_handle is createdChuck Lever2009-01-061-0/+16
* NSM: Remove !nsm check from nsm_release()Chuck Lever2009-01-061-2/+0
* NSM: Remove NULL pointer check from nsm_find()Chuck Lever2009-01-061-3/+0
* NSM: Add dprintk() calls in nsm_find and nsm_releaseChuck Lever2009-01-061-0/+7
* NSM: Move nsm_find() to fs/lockd/mon.cChuck Lever2009-01-061-0/+133