aboutsummaryrefslogtreecommitdiffstats
path: root/fs/lockd/mon.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-14lockd: convert nsm_handle.sm_count from atomic_t to refcount_tElena Reshetova1-7/+7
2017-11-27lockd: remove net pointer from messagesVasily Averin1-1/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-15sunrpc: mark all struct rpc_procinfo instances as constChristoph Hellwig1-1/+1
2017-05-15sunrpc: move p_count out of struct rpc_procinfoChristoph Hellwig1-1/+3
2017-05-15lockd: fix some weird indentationChristoph Hellwig1-8/+8
2017-05-15lockd: fix decoder callback prototypesChristoph Hellwig1-4/+6
2017-05-15lockd: fix encoder callback prototypesChristoph Hellwig1-4/+4
2015-10-23lockd: get rid of reference-counted NSM RPC clientsAndrey Ryabinin1-74/+15
2015-10-12lockd: create NSM handles per net namespaceAndrey Ryabinin1-14/+22
2015-02-03SUNRPC: NULL utsname dereference on NFS umount during namespace cleanupTrond Myklebust1-4/+9
2014-11-06lockd: ratelimit "lockd: cannot monitor" messagesJeff Layton1-1/+1
2014-09-24lockd: Try to reconnect if statd has movedBenjamin Coddington1-0/+6
2014-07-23fs: lockd: Use ktime_get_ns()Thomas Gleixner1-3/+1
2013-02-05sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to addr.hJeff Layton1-0/+1
2012-11-04lockd: Remove trivial BUG_ON()s from the NSM codeTrond Myklebust1-3/+0
2012-10-24LOCKD: Clear ln->nsm_clnt only when ln->nsm_users is zeroTrond Myklebust1-8/+6
2012-10-24LOCKD: fix races in nsm_client_getTrond Myklebust1-17/+26
2012-10-01lockd: create and use per-net NSM RPC clients on MON/UNMON requestsStanislav Kinsbursky1-17/+20
2012-10-01lockd: use rpc client's cl_nodename for id encodingStanislav Kinsbursky1-1/+3
2012-10-01lockd: per-net NSM client creation and destruction helpers introducedStanislav Kinsbursky1-2/+49
2012-02-15LockD: make NSM network namespace awareStanislav Kinsbursky1-6/+7
2012-01-31SUNRPC: constify the rpc_programTrond Myklebust1-4/+4
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2010-12-16SUNRPC: New xdr_streams XDR decoder APIChuck Lever1-15/+15
2010-12-16SUNRPC: New xdr_streams XDR encoder APIChuck Lever1-17/+9
2010-12-16NSM: Avoid return code checking in NSM XDR encoder functionsChuck Lever1-43/+25
2010-10-01sunrpc: Add net to rpc_create_argsPavel Emelyanov1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-08lockd: don't clear sm_monitored on nsm_reboot_lookupJeff Layton1-9/+3
2009-08-21sunrpc: add routine for comparing addressesJeff Layton1-1/+1
2009-08-09lockd: Replace nsm_display_address() with rpc_ntop()Chuck Lever1-39/+5
2009-06-17lockd: Don't bother with RPC ping for NSM upcallsChuck Lever1-0/+1
2009-06-17lockd: Update NSM state from SM_MON repliesChuck Lever1-6/+12
2009-04-01NSM: Fix unaligned accesses in nsm_init_private()Mans Rullgard1-2/+6
2009-01-06NSM: Move nsm_create()Chuck Lever1-31/+20
2009-01-06NSM: Move nsm_use_hostnames to mon.cChuck Lever1-1/+2
2009-01-06NSM: Move nsm_addr() to fs/lockd/mon.cChuck Lever1-0/+5
2009-01-06NSM: Remove include/linux/lockd/sm_inter.hChuck Lever1-2/+0
2009-01-06NSM: Replace IP address as our nlm_reboot lookup keyChuck Lever1-9/+19
2009-01-06NSM: More clean up of nsm_get_handle()Chuck Lever1-27/+35
2009-01-06NSM: Refactor nsm_handle creation into a helper functionChuck Lever1-12/+26
2009-01-06NLM: Remove "create" argument from nsm_find()Chuck Lever1-14/+9
2009-01-06NSM: Add nsm_lookup() functionChuck Lever1-0/+64
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 Lever1-0/+133