aboutsummaryrefslogtreecommitdiffstats
path: root/fs/lockd/mon.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* NSM: move to xdr_stream-based XDR encoders and decodersChuck Lever2009-01-061-52/+78
* NSM: Move NSM program and procedure numbers to fs/lockd/mon.cChuck Lever2009-01-061-15/+27
* NSM: Move NSM-related XDR data structures to lockd's xdr.hChuck Lever2009-01-061-0/+14
* NSM: Check result of SM_UNMON upcallChuck Lever2009-01-061-0/+2
* NLM: Move the public declaration of nsm_unmonitor() to lockd.hChuck Lever2009-01-061-6/+9
* NSM: Release nsmhandle in nlm_destroy_hostChuck Lever2009-01-061-5/+0
* NLM: Move the public declaration of nsm_monitor() to lockd.hChuck Lever2009-01-061-4/+11
* NSM: Make sure to return an error if the SM_MON call result is not zeroChuck Lever2009-01-061-2/+3
* NSM: Remove BUG_ON() in nsm_monitor()Chuck Lever2009-01-061-1/+0
* NSM: Use sm_name instead of h_name in nsm_monitor() and nsm_unmonitor()Chuck Lever2009-01-061-4/+4
* NSM: Support IPv6 version of mon_nameChuck Lever2009-01-061-19/+8
* NSM: convert printk(KERN_DEBUG) to a dprintk()Chuck Lever2009-01-061-2/+4
* NSM: Use C99 structure initializer to initialize nsm_argsChuck Lever2009-01-061-7/+7
* fs: replace NIPQUAD()Harvey Harrison2008-10-311-1/+1
* NSM: Use sockaddr_storage for sm_addr fieldChuck Lever2008-09-291-1/+1
* lockd: introduce new function to encode private argument in SM_MON requestsChuck Lever2008-03-191-6/+24
* lockd: Fix up incorrect RPC buffer size calculations.Chuck Lever2008-03-191-31/+8
* lockd: document use of mon_id argument in SM_MON requestsChuck Lever2008-03-191-0/+13
* lockd: refactor SM_MON my_id argument encoderChuck Lever2008-03-191-0/+19
* lockd: refactor SM_MON mon_name argument encoderChuck Lever2008-03-191-0/+25
* lockd: Ensure NSM strings aren't longer than protocol allowsChuck Lever2008-03-191-0/+9
* NFS/SUNRPC: use transport protocol naming\"Talpey, Thomas\2007-10-091-1/+2
* SUNRPC: Kill rpc_clnt->cl_oneshotTrond Myklebust2007-07-101-1/+1
* SUNRPC: RPC buffer size estimates are too largeChuck Lever2007-04-301-6/+4