Age | Commit message (Expand) | Author |
2013-02-05 | sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ... | Jeff Layton |
2012-11-04 | lockd: Remove trivial BUG_ON()s from the NSM code | Trond Myklebust |
2012-10-24 | LOCKD: Clear ln->nsm_clnt only when ln->nsm_users is zero | Trond Myklebust |
2012-10-24 | LOCKD: fix races in nsm_client_get | Trond Myklebust |
2012-10-01 | lockd: create and use per-net NSM RPC clients on MON/UNMON requests | Stanislav Kinsbursky |
2012-10-01 | lockd: use rpc client's cl_nodename for id encoding | Stanislav Kinsbursky |
2012-10-01 | lockd: per-net NSM client creation and destruction helpers introduced | Stanislav Kinsbursky |
2012-02-15 | LockD: make NSM network namespace aware | Stanislav Kinsbursky |
2012-01-31 | SUNRPC: constify the rpc_program | Trond Myklebust |
2012-01-13 | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell |
2010-12-16 | SUNRPC: New xdr_streams XDR decoder API | Chuck Lever |
2010-12-16 | SUNRPC: New xdr_streams XDR encoder API | Chuck Lever |
2010-12-16 | NSM: Avoid return code checking in NSM XDR encoder functions | Chuck Lever |
2010-10-01 | sunrpc: Add net to rpc_create_args | Pavel Emelyanov |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo |
2010-02-08 | lockd: don't clear sm_monitored on nsm_reboot_lookup | Jeff Layton |
2009-08-21 | sunrpc: add routine for comparing addresses | Jeff Layton |
2009-08-09 | lockd: Replace nsm_display_address() with rpc_ntop() | Chuck Lever |
2009-06-17 | lockd: Don't bother with RPC ping for NSM upcalls | Chuck Lever |
2009-06-17 | lockd: Update NSM state from SM_MON replies | Chuck Lever |
2009-04-01 | NSM: Fix unaligned accesses in nsm_init_private() | Mans Rullgard |
2009-01-06 | NSM: Move nsm_create() | Chuck Lever |
2009-01-06 | NSM: Move nsm_use_hostnames to mon.c | Chuck Lever |
2009-01-06 | NSM: Move nsm_addr() to fs/lockd/mon.c | Chuck Lever |
2009-01-06 | NSM: Remove include/linux/lockd/sm_inter.h | Chuck Lever |
2009-01-06 | NSM: Replace IP address as our nlm_reboot lookup key | Chuck Lever |
2009-01-06 | NSM: More clean up of nsm_get_handle() | Chuck Lever |
2009-01-06 | NSM: Refactor nsm_handle creation into a helper function | Chuck Lever |
2009-01-06 | NLM: Remove "create" argument from nsm_find() | Chuck Lever |
2009-01-06 | NSM: Add nsm_lookup() function | Chuck Lever |
2009-01-06 | NSM: Encode the new "priv" cookie for NSMPROC_MON requests | Chuck Lever |
2009-01-06 | NSM: Generate NSMPROC_MON's "priv" argument when nsm_handle is created | Chuck Lever |
2009-01-06 | NSM: Remove !nsm check from nsm_release() | Chuck Lever |
2009-01-06 | NSM: Remove NULL pointer check from nsm_find() | Chuck Lever |
2009-01-06 | NSM: Add dprintk() calls in nsm_find and nsm_release | Chuck Lever |
2009-01-06 | NSM: Move nsm_find() to fs/lockd/mon.c | Chuck Lever |
2009-01-06 | NSM: move to xdr_stream-based XDR encoders and decoders | Chuck Lever |
2009-01-06 | NSM: Move NSM program and procedure numbers to fs/lockd/mon.c | Chuck Lever |
2009-01-06 | NSM: Move NSM-related XDR data structures to lockd's xdr.h | Chuck Lever |
2009-01-06 | NSM: Check result of SM_UNMON upcall | Chuck Lever |
2009-01-06 | NLM: Move the public declaration of nsm_unmonitor() to lockd.h | Chuck Lever |
2009-01-06 | NSM: Release nsmhandle in nlm_destroy_host | Chuck Lever |
2009-01-06 | NLM: Move the public declaration of nsm_monitor() to lockd.h | Chuck Lever |
2009-01-06 | NSM: Make sure to return an error if the SM_MON call result is not zero | Chuck Lever |
2009-01-06 | NSM: Remove BUG_ON() in nsm_monitor() | Chuck Lever |
2009-01-06 | NSM: Use sm_name instead of h_name in nsm_monitor() and nsm_unmonitor() | Chuck Lever |
2009-01-06 | NSM: Support IPv6 version of mon_name | Chuck Lever |
2009-01-06 | NSM: convert printk(KERN_DEBUG) to a dprintk() | Chuck Lever |
2009-01-06 | NSM: Use C99 structure initializer to initialize nsm_args | Chuck Lever |
2008-10-31 | fs: replace NIPQUAD() | Harvey Harrison |