Age | Commit message (Expand) | Author |
2018-10-29 | SUNRPC: Replace the cache_detail->hash_lock with a regular spinlock | Trond Myklebust |
2018-10-29 | SUNRPC: Remove non-RCU protected lookup | Trond Myklebust |
2018-10-29 | SUNRPC: Allow cache lookups to use RCU protection rather than the r/w spinlock | Trond Myklebust |
2017-11-27 | sunrpc: make the function arg as const | Bhumika Goyal |
2017-03-01 | Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds |
2017-02-28 | Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2017-02-08 | sunrpc/nfs: cleanup procfs/pipefs entry in cache_detail | Kinglong Mee |
2017-02-08 | SUNRPC/Cache: Always treat the invalid cache as unexpired | Kinglong Mee |
2017-01-31 | svcrpc: free contexts immediately on PROC_DESTROY | Neil Brown |
2017-01-14 | locking/atomic, kref: Add kref_read() | Peter Zijlstra |
2016-07-13 | sunrpc: remove 'inuse' flag from struct cache_detail. | NeilBrown |
2015-10-23 | sunrpc/cache: make cache flushing more reliable. | Neil Brown |
2015-08-13 | sunrpc: Switch to using hash list instead single list | Kinglong Mee |
2015-08-13 | sunrpc/nfsd: Remove redundant code by exports seq_operations functions | Kinglong Mee |
2013-08-19 | sunrpc: prepare NFS for 2038 | Harshula Jayasuriya |
2013-07-01 | net/sunrpc: xpt_auth_cache should be ignored when expired. | NeilBrown |
2013-07-01 | sunrpc/cache: ensure items removed from cache do not have pending upcalls. | NeilBrown |
2013-02-15 | SUNRPC: remove "cache_request" argument in sunrpc_cache_pipe_upcall() function | Stanislav Kinsbursky |
2013-02-15 | SUNRPC: introduce cache_detail->cache_request callback | Stanislav Kinsbursky |
2012-11-15 | svcrpc: Revert "sunrpc/cache.h: replace simple_strtoul" | J. Bruce Fields |
2012-07-25 | nfsd: add get_uint for u32's | J. Bruce Fields |
2012-07-11 | sunrpc/cache.h: replace simple_strtoul | Eldad Zack |
2012-07-11 | sunrpc/cache.h: fix coding style | Eldad Zack |
2012-01-31 | SUNRPC: generic cache register routines removed | Stanislav Kinsbursky |
2012-01-31 | SUNRPC: cache creation and destruction routines introduced | Stanislav Kinsbursky |
2012-01-31 | SUNRPC: split cache creation and PipeFS registration | Stanislav Kinsbursky |
2012-01-03 | sunrpc: propagate umode_t | Al Viro |
2011-07-26 | atomic: use <linux/atomic.h> | Arun Sharma |
2011-07-15 | nfsd: Remove deprecated nfsctl system call and related code. | NeilBrown |
2011-03-31 | Fix common misspellings | Lucas De Marchi |
2011-01-14 | Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2011-01-10 | headers: kobject.h redux | Alexey Dobriyan |
2011-01-04 | SUNRPC: Remove more code when NFSD_DEPRECATED is not configured | J. Bruce Fields |
2010-09-27 | sunrpc: Add routines that allow registering per-net caches | Pavel Emelyanov |
2010-09-21 | sunrpc/cache: change deferred-request hash table to use hlist. | NeilBrown |
2010-09-07 | sunrpc/cache: allow threads to block while waiting for cache update. | NeilBrown |
2010-09-07 | sunrpc: use seconds since boot in expiry cache | NeilBrown |
2010-09-07 | sunrpc: extract some common sunrpc_cache code from nfsd | NeilBrown |
2010-07-06 | sunrpc: make the cache cleaner workqueue deferrable | Artem Bityutskiy |
2009-08-09 | SUNRPC: Add an rpc_pipefs front end for the sunrpc cache code | Trond Myklebust |
2009-08-09 | SUNRPC: Move procfs-specific stuff out of the generic sunrpc cache code | Trond Myklebust |
2009-08-09 | SUNRPC: Allow the cache_detail to specify alternative upcall mechanisms | Trond Myklebust |
2009-08-09 | NFSD: Clean up the idmapper warning... | Trond Myklebust |
2008-04-23 | svcrpc: move unused field from cache_deferred_req | J. Bruce Fields |
2008-02-01 | knfsd: allow cache_register to return error on failure | J. Bruce Fields |
2008-02-01 | knfsd: cache unregistration needn't return error | J. Bruce Fields |
2007-10-09 | nfsd: remove unused cache_for_each macro | J. Bruce Fields |
2006-10-04 | [PATCH] knfsd: knfsd: cache ipmap per TCP socket | Greg Banks |
2006-03-27 | [PATCH] fs/nfsd/export.c,net/sunrpc/cache.c: make needlessly global code static | Adrian Bunk |
2006-03-27 | [PATCH] knfsd: Convert sunrpc_cache to use krefs | NeilBrown |