| Commit message (Expand) | Author | Age | Files | Lines |
* | sunrpc: make debugfs file creation failure non-fatal | Jeff Layton | 2015-03-31 | 1 | -6/+1 |
* | sunrpc: add debugfs file for displaying client rpc_task queue | Jeff Layton | 2014-11-27 | 1 | -0/+8 |
* | sunrpc: eliminate RPC_DEBUG | Jeff Layton | 2014-11-24 | 1 | -2/+2 |
* | sunrpc: create a new dummy pipe for gssd to hold open | Jeff Layton | 2013-12-06 | 1 | -1/+7 |
* | SUNRPC: register PipeFS file system after pernet sybsystem | Stanislav Kinsbursky | 2012-04-18 | 1 | -8/+9 |
* | SUNRPC: Fix a few sparse warnings | Trond Myklebust | 2012-03-12 | 1 | -3/+0 |
* | SUNRPC: init per-net rpcbind spinlock | Stanislav Kinsbursky | 2012-02-16 | 1 | -0/+1 |
* | SUNRPC: create GSS auth cache per network namespace | Stanislav Kinsbursky | 2012-02-01 | 1 | -0/+1 |
* | SUNRPC: create unix gid cache per network namespace | Stanislav Kinsbursky | 2012-02-01 | 1 | -4/+10 |
* | SUNRPC: make SUNPRC clients list per network namespace context | Stanislav Kinsbursky | 2012-02-01 | 1 | -0/+3 |
* | SUNRPC: pipefs per-net operations helper introduced | Stanislav Kinsbursky | 2012-02-01 | 1 | -0/+1 |
* | SUNRPC: remove rpcbind clients destruction on module cleanup | Stanislav Kinsbursky | 2011-10-25 | 1 | -3/+0 |
* | sunrpc: Make the ip_map_cache be per-net | Pavel Emelyanov | 2010-09-27 | 1 | -3/+8 |
* | sunrpc: Make the /proc/net/rpc appear in net namespaces | Pavel Emelyanov | 2010-09-27 | 1 | -6/+10 |
* | sunrpc: The per-net skeleton | Pavel Emelyanov | 2010-09-27 | 1 | -1/+30 |
* | Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2010-08-07 | 1 | -0/+1 |
|\ |
|
| * | sunrpc: make the cache cleaner workqueue deferrable | Artem Bityutskiy | 2010-07-06 | 1 | -0/+1 |
* | | NFS: Ensure the AUTH_UNIX credcache is allocated dynamically | Trond Myklebust | 2010-08-04 | 1 | -5/+10 |
|/ |
|
* | SUNRPC: Use a cached RPC client and transport for rpcbind upcalls | Chuck Lever | 2009-12-03 | 1 | -0/+3 |
* | SUNRPC: Ensure that sunrpc gets initialised before nfs, lockd, etc... | Trond Myklebust | 2009-08-21 | 1 | -1/+1 |
* | sunrpc: Use rcu_barrier() on unload. | Jesper Dangaard Brouer | 2009-06-26 | 1 | -0/+1 |
* | SUNRPC: Move exported symbol definitions after function declaration part 2 | Trond Myklebust | 2008-02-01 | 1 | -41/+0 |
* | svc: Change services to use new svc_create_xprt service | Tom Tucker | 2008-02-01 | 1 | -1/+0 |
* | svc: Make svc_sock the tcp/udp transport | Tom Tucker | 2008-02-01 | 1 | -1/+3 |
* | knfsd: cache unregistration needn't return error | J. Bruce Fields | 2008-02-01 | 1 | -4/+2 |
* | SUNRPC: Move exported declarations to the function declarations | Trond Myklebust | 2008-01-30 | 1 | -66/+0 |
* | SUNRPC: rearrange RPC sockets definitions | \"Talpey, Thomas\ | 2007-10-09 | 1 | -1/+1 |
* | SUNRPC: Convert the credential garbage collector into a shrinker callback | Trond Myklebust | 2007-07-11 | 1 | -1/+2 |
* | SUNRPC: Give credential cache a local spinlock | Trond Myklebust | 2007-07-11 | 1 | -0/+1 |
* | SUNRPC: Fix a memory leak in the auth credcache code | Trond Myklebust | 2007-07-11 | 1 | -1/+1 |
* | SUNRPC: Remove redundant calls to rpciod_up()/rpciod_down() | Trond Myklebust | 2007-07-11 | 1 | -2/+0 |
* | SUNRPC: Remove rpc_clnt->cl_count | Trond Myklebust | 2007-07-11 | 1 | -1/+0 |
* | NFSv4: Clean up nfs4_call_async() | Trond Myklebust | 2007-07-11 | 1 | -1/+0 |
* | SUNRPC: Fix sparse warnings | Trond Myklebust | 2007-05-15 | 1 | -4/+0 |
* | sunrpc: fix error path in module_init | Akinobu Mita | 2007-05-09 | 1 | -2/+4 |
* | [PATCH] remove many unneeded #includes of sched.h | Tim Schmielau | 2007-02-14 | 1 | -1/+0 |
* | [PATCH] knfsd: allow the server to provide a gid list when using AUTH_UNIX au... | NeilBrown | 2007-02-14 | 1 | -1/+4 |
* | SUNRPC: create stubs for xprtsock init and cleanup | Chuck Lever | 2006-12-06 | 1 | -0/+4 |
* | Fix a second potential rpc_wakeup race... | Trond Myklebust | 2006-12-06 | 1 | -1/+0 |
* | [PATCH] knfsd: add svc_set_num_threads | Greg Banks | 2006-10-02 | 1 | -0/+2 |
* | SUNRPC: Eliminate xprt_create_proto and rpc_create_client | Chuck Lever | 2006-09-23 | 1 | -3/+0 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | [PATCH] fs/nfsd/export.c,net/sunrpc/cache.c: make needlessly global code static | Adrian Bunk | 2006-03-27 | 1 | -1/+0 |
* | [PATCH] knfsd: Unexport cache_fresh and fix a small race | NeilBrown | 2006-03-27 | 1 | -1/+0 |
* | [PATCH] knfsd: Change the store of auth_domains to not be a 'cache' | NeilBrown | 2006-03-27 | 1 | -3/+1 |
* | SUNRPC: Get rid of some unused exports | Trond Myklebust | 2006-01-06 | 1 | -4/+0 |
* | SUNRPC: allow sunrpc.o to link when CONFIG_SYSCTL is disabled | Chuck Lever | 2005-11-04 | 1 | -2/+0 |
* | [PATCH] RPC: Eliminate socket.h includes in RPC client | Chuck Lever | 2005-09-23 | 1 | -1/+0 |
* | [PATCH] sunrpc: cache_register can use wrong module reference | Bruce Allan | 2005-09-08 | 1 | -2/+4 |
* | [PATCH] knfsd: nfsd4: fix probe_callback | NeilBrown | 2005-06-24 | 1 | -0/+1 |