| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
| 2023-08-29 | fs: lockd: avoid possible wrong NULL parameter | Su Hui | 1 | -0/+3 |
| 2020-09-21 | Replace HTTP links with HTTPS ones: NFS, SUNRPC, and LOCKD clients | Alexander A. Klimov | 1 | -1/+1 |
| 2019-04-26 | SUNRPC: Cache cred of process creating the rpc_client | Trond Myklebust | 1 | -0/+1 |
| 2018-01-14 | lockd: convert nsm_handle.sm_count from atomic_t to refcount_t | Elena Reshetova | 1 | -7/+7 |
| 2017-11-27 | lockd: remove net pointer from messages | Vasily Averin | 1 | -1/+2 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-05-15 | sunrpc: mark all struct rpc_procinfo instances as const | Christoph Hellwig | 1 | -1/+1 |
| 2017-05-15 | sunrpc: move p_count out of struct rpc_procinfo | Christoph Hellwig | 1 | -1/+3 |
| 2017-05-15 | lockd: fix some weird indentation | Christoph Hellwig | 1 | -8/+8 |
| 2017-05-15 | lockd: fix decoder callback prototypes | Christoph Hellwig | 1 | -4/+6 |
| 2017-05-15 | lockd: fix encoder callback prototypes | Christoph Hellwig | 1 | -4/+4 |
| 2015-10-23 | lockd: get rid of reference-counted NSM RPC clients | Andrey Ryabinin | 1 | -74/+15 |
| 2015-10-12 | lockd: create NSM handles per net namespace | Andrey Ryabinin | 1 | -14/+22 |
| 2015-02-03 | SUNRPC: NULL utsname dereference on NFS umount during namespace cleanup | Trond Myklebust | 1 | -4/+9 |
| 2014-11-06 | lockd: ratelimit "lockd: cannot monitor" messages | Jeff Layton | 1 | -1/+1 |
| 2014-09-24 | lockd: Try to reconnect if statd has moved | Benjamin Coddington | 1 | -0/+6 |
| 2014-07-23 | fs: lockd: Use ktime_get_ns() | Thomas Gleixner | 1 | -3/+1 |
| 2013-02-05 | sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to ... | Jeff Layton | 1 | -0/+1 |
| 2012-11-04 | lockd: Remove trivial BUG_ON()s from the NSM code | Trond Myklebust | 1 | -3/+0 |
| 2012-10-24 | LOCKD: Clear ln->nsm_clnt only when ln->nsm_users is zero | Trond Myklebust | 1 | -8/+6 |
| 2012-10-24 | LOCKD: fix races in nsm_client_get | Trond Myklebust | 1 | -17/+26 |
| 2012-10-01 | lockd: create and use per-net NSM RPC clients on MON/UNMON requests | Stanislav Kinsbursky | 1 | -17/+20 |
| 2012-10-01 | lockd: use rpc client's cl_nodename for id encoding | Stanislav Kinsbursky | 1 | -1/+3 |
| 2012-10-01 | lockd: per-net NSM client creation and destruction helpers introduced | Stanislav Kinsbursky | 1 | -2/+49 |
| 2012-02-15 | LockD: make NSM network namespace aware | Stanislav Kinsbursky | 1 | -6/+7 |
| 2012-01-31 | SUNRPC: constify the rpc_program | Trond Myklebust | 1 | -4/+4 |
| 2012-01-13 | module_param: make bool parameters really bool (drivers & misc) | Rusty Russell | 1 | -1/+1 |
| 2010-12-16 | SUNRPC: New xdr_streams XDR decoder API | Chuck Lever | 1 | -15/+15 |
| 2010-12-16 | SUNRPC: New xdr_streams XDR encoder API | Chuck Lever | 1 | -17/+9 |
| 2010-12-16 | NSM: Avoid return code checking in NSM XDR encoder functions | Chuck Lever | 1 | -43/+25 |
| 2010-10-01 | sunrpc: Add net to rpc_create_args | Pavel Emelyanov | 1 | -0/+1 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2010-02-08 | lockd: don't clear sm_monitored on nsm_reboot_lookup | Jeff Layton | 1 | -9/+3 |
| 2009-08-21 | sunrpc: add routine for comparing addresses | Jeff Layton | 1 | -1/+1 |
| 2009-08-09 | lockd: Replace nsm_display_address() with rpc_ntop() | Chuck Lever | 1 | -39/+5 |
| 2009-06-17 | lockd: Don't bother with RPC ping for NSM upcalls | Chuck Lever | 1 | -0/+1 |
| 2009-06-17 | lockd: Update NSM state from SM_MON replies | Chuck Lever | 1 | -6/+12 |
| 2009-04-01 | NSM: Fix unaligned accesses in nsm_init_private() | Mans Rullgard | 1 | -2/+6 |
| 2009-01-06 | NSM: Move nsm_create() | Chuck Lever | 1 | -31/+20 |
| 2009-01-06 | NSM: Move nsm_use_hostnames to mon.c | Chuck Lever | 1 | -1/+2 |
| 2009-01-06 | NSM: Move nsm_addr() to fs/lockd/mon.c | Chuck Lever | 1 | -0/+5 |
| 2009-01-06 | NSM: Remove include/linux/lockd/sm_inter.h | Chuck Lever | 1 | -2/+0 |
| 2009-01-06 | NSM: Replace IP address as our nlm_reboot lookup key | Chuck Lever | 1 | -9/+19 |
| 2009-01-06 | NSM: More clean up of nsm_get_handle() | Chuck Lever | 1 | -27/+35 |
| 2009-01-06 | NSM: Refactor nsm_handle creation into a helper function | Chuck Lever | 1 | -12/+26 |
| 2009-01-06 | NLM: Remove "create" argument from nsm_find() | Chuck Lever | 1 | -14/+9 |
| 2009-01-06 | NSM: Add nsm_lookup() function | Chuck Lever | 1 | -0/+64 |
| 2009-01-06 | NSM: Encode the new "priv" cookie for NSMPROC_MON requests | Chuck Lever | 1 | -9/+3 |
| 2009-01-06 | NSM: Generate NSMPROC_MON's "priv" argument when nsm_handle is created | Chuck Lever | 1 | -0/+16 |
| 2009-01-06 | NSM: Remove !nsm check from nsm_release() | Chuck Lever | 1 | -2/+0 |
| 2009-01-06 | NSM: Remove NULL pointer check from nsm_find() | Chuck Lever | 1 | -3/+0 |
| 2009-01-06 | NSM: Add dprintk() calls in nsm_find and nsm_release | Chuck Lever | 1 | -0/+7 |
| 2009-01-06 | NSM: Move nsm_find() to fs/lockd/mon.c | Chuck Lever | 1 | -0/+133 |
| 2009-01-06 | NSM: move to xdr_stream-based XDR encoders and decoders | Chuck Lever | 1 | -52/+78 |
| 2009-01-06 | NSM: Move NSM program and procedure numbers to fs/lockd/mon.c | Chuck Lever | 1 | -15/+27 |
| 2009-01-06 | NSM: Move NSM-related XDR data structures to lockd's xdr.h | Chuck Lever | 1 | -0/+14 |
| 2009-01-06 | NSM: Check result of SM_UNMON upcall | Chuck Lever | 1 | -0/+2 |
| 2009-01-06 | NLM: Move the public declaration of nsm_unmonitor() to lockd.h | Chuck Lever | 1 | -6/+9 |
| 2009-01-06 | NSM: Release nsmhandle in nlm_destroy_host | Chuck Lever | 1 | -5/+0 |
| 2009-01-06 | NLM: Move the public declaration of nsm_monitor() to lockd.h | Chuck Lever | 1 | -4/+11 |
| 2009-01-06 | NSM: Make sure to return an error if the SM_MON call result is not zero | Chuck Lever | 1 | -2/+3 |
| 2009-01-06 | NSM: Remove BUG_ON() in nsm_monitor() | Chuck Lever | 1 | -1/+0 |
| 2009-01-06 | NSM: Use sm_name instead of h_name in nsm_monitor() and nsm_unmonitor() | Chuck Lever | 1 | -4/+4 |
| 2009-01-06 | NSM: Support IPv6 version of mon_name | Chuck Lever | 1 | -19/+8 |
| 2009-01-06 | NSM: convert printk(KERN_DEBUG) to a dprintk() | Chuck Lever | 1 | -2/+4 |
| 2009-01-06 | NSM: Use C99 structure initializer to initialize nsm_args | Chuck Lever | 1 | -7/+7 |
| 2008-10-31 | fs: replace NIPQUAD() | Harvey Harrison | 1 | -1/+1 |
| 2008-09-29 | NSM: Use sockaddr_storage for sm_addr field | Chuck Lever | 1 | -1/+1 |
| 2008-03-19 | lockd: introduce new function to encode private argument in SM_MON requests | Chuck Lever | 1 | -6/+24 |
| 2008-03-19 | lockd: Fix up incorrect RPC buffer size calculations. | Chuck Lever | 1 | -31/+8 |
| 2008-03-19 | lockd: document use of mon_id argument in SM_MON requests | Chuck Lever | 1 | -0/+13 |
| 2008-03-19 | lockd: refactor SM_MON my_id argument encoder | Chuck Lever | 1 | -0/+19 |
| 2008-03-19 | lockd: refactor SM_MON mon_name argument encoder | Chuck Lever | 1 | -0/+25 |
| 2008-03-19 | lockd: Ensure NSM strings aren't longer than protocol allows | Chuck Lever | 1 | -0/+9 |
| 2007-10-09 | NFS/SUNRPC: use transport protocol naming | \"Talpey, Thomas\ | 1 | -1/+2 |
| 2007-07-10 | SUNRPC: Kill rpc_clnt->cl_oneshot | Trond Myklebust | 1 | -1/+1 |
| 2007-04-30 | SUNRPC: RPC buffer size estimates are too large | Chuck Lever | 1 | -6/+4 |
| 2006-10-20 | [PATCH] lockd endianness annotations | Al Viro | 1 | -6/+6 |
| 2006-10-04 | [PATCH] knfsd: export nsm_local_state to user space via sysctl | Olaf Kirch | 1 | -1/+1 |
| 2006-10-04 | [PATCH] knfsd: lockd: optionally use hostnames for identifying peers | Olaf Kirch | 1 | -3/+9 |
| 2006-10-04 | [PATCH] knfsd: lockd: make the nsm upcalls use the nsm_handle | Olaf Kirch | 1 | -12/+18 |
| 2006-10-04 | [PATCH] knfsd: lockd: introduce nsm_handle | Olaf Kirch | 1 | -4/+10 |
| 2006-10-04 | [PATCH] knfsd: hide use of lockd's h_monitored flag | Olaf Kirch | 1 | -7/+12 |
| 2006-10-02 | [PATCH] namespaces: utsname: switch to using uts namespaces | Serge E. Hallyn | 1 | -1/+1 |
| 2006-09-22 | LOCKD: Convert to use new rpc_create() API | Chuck Lever | 1 | -24/+17 |
| 2006-03-25 | Merge git://git.linux-nfs.org/pub/linux/nfs-2.6 | Linus Torvalds | 1 | -1/+10 |
| 2006-03-24 | [PATCH] fs: Use ARRAY_SIZE macro | Tobias Klauser | 1 | -3/+3 |
| 2006-03-20 | SUNRPC: eliminate rpc_call() | Chuck Lever | 1 | -1/+6 |
| 2006-03-20 | SUNRPC: display human-readable procedure name in rpc_iostats output | Chuck Lever | 1 | -0/+4 |
| 2006-01-06 | SUNRPC: get rid of cl_chatty | Chuck Lever | 1 | -1/+0 |
| 2005-06-22 | [PATCH] RPC: Make rpc_create_client() probe server for RPC program+version su... | Trond Myklebust | 1 | -1/+1 |
| 2005-06-22 | [PATCH] RPC: Make rpc_create_client() destroy the transport on failure. | Trond Myklebust | 1 | -3/+2 |
| 2005-04-16 | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 1 | -0/+246 |