aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/cache.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-01kernel.h: split out kstrtox() and simple_strtox() to a separate headerAndy Shevchenko1-0/+1
2020-09-21sunrpc: fix duplicated word in <linux/sunrpc/cache.h>Randy Dunlap1-1/+2
2020-03-27SUNRPC/cache: don't allow invalid entries to be flushedJ. Bruce Fields1-2/+5
2020-03-16SUNRPC/cache: Allow garbage collection of invalid cache entriesTrond Myklebust1-3/+0
2020-03-16nfsd: export upcalls must not return ESTALE when mountd is downTrond Myklebust1-0/+3
2019-12-18nfs: use time64_t internallyArnd Bergmann1-19/+23
2019-08-19sunrpc: add a new cache_detail operation for when a cache is flushedJeff Layton1-0/+1
2019-07-30SUNRPC: Track writers of the 'channel' file to improve cache_listeners_existDave Wysochanski1-3/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 363Thomas Gleixner1-3/+1
2018-10-29SUNRPC: Replace the cache_detail->hash_lock with a regular spinlockTrond Myklebust1-1/+1
2018-10-29SUNRPC: Remove non-RCU protected lookupTrond Myklebust1-6/+0
2018-10-29SUNRPC: Allow cache lookups to use RCU protection rather than the r/w spinlockTrond Myklebust1-0/+12
2017-11-27sunrpc: make the function arg as constBhumika Goyal1-1/+1
2017-03-01Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds1-12/+3
2017-02-28Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-1/+5
2017-02-08sunrpc/nfs: cleanup procfs/pipefs entry in cache_detailKinglong Mee1-12/+3
2017-02-08SUNRPC/Cache: Always treat the invalid cache as unexpiredKinglong Mee1-1/+4
2017-01-31svcrpc: free contexts immediately on PROC_DESTROYNeil Brown1-0/+1
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra1-1/+1
2016-07-13sunrpc: remove 'inuse' flag from struct cache_detail.NeilBrown1-2/+0
2015-10-23sunrpc/cache: make cache flushing more reliable.Neil Brown1-5/+11
2015-08-13sunrpc: Switch to using hash list instead single listKinglong Mee1-2/+2
2015-08-13sunrpc/nfsd: Remove redundant code by exports seq_operations functionsKinglong Mee1-0/+5
2013-08-19sunrpc: prepare NFS for 2038Harshula Jayasuriya1-2/+20
2013-07-01net/sunrpc: xpt_auth_cache should be ignored when expired.NeilBrown1-27/+21
2013-07-01sunrpc/cache: ensure items removed from cache do not have pending upcalls.NeilBrown1-0/+1
2013-02-15SUNRPC: remove "cache_request" argument in sunrpc_cache_pipe_upcall() functionStanislav Kinsbursky1-5/+1
2013-02-15SUNRPC: introduce cache_detail->cache_request callbackStanislav Kinsbursky1-0/+4
2012-11-15svcrpc: Revert "sunrpc/cache.h: replace simple_strtoul"J. Bruce Fields1-1/+5
2012-07-25nfsd: add get_uint for u32'sJ. Bruce Fields1-0/+16
2012-07-11sunrpc/cache.h: replace simple_strtoulEldad Zack1-5/+1
2012-07-11sunrpc/cache.h: fix coding styleEldad Zack1-4/+10
2012-01-31SUNRPC: generic cache register routines removedStanislav Kinsbursky1-2/+0
2012-01-31SUNRPC: cache creation and destruction routines introducedStanislav Kinsbursky1-0/+4
2012-01-31SUNRPC: split cache creation and PipeFS registrationStanislav Kinsbursky1-0/+2
2012-01-03sunrpc: propagate umode_tAl Viro1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-15nfsd: Remove deprecated nfsctl system call and related code.NeilBrown1-9/+0
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-01-14Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-0/+3
2011-01-10headers: kobject.h reduxAlexey Dobriyan1-0/+1
2011-01-04SUNRPC: Remove more code when NFSD_DEPRECATED is not configuredJ. Bruce Fields1-0/+3
2010-09-27sunrpc: Add routines that allow registering per-net cachesPavel Emelyanov1-0/+2
2010-09-21sunrpc/cache: change deferred-request hash table to use hlist.NeilBrown1-1/+1
2010-09-07sunrpc/cache: allow threads to block while waiting for cache update.NeilBrown1-0/+3
2010-09-07sunrpc: use seconds since boot in expiry cacheNeilBrown1-3/+25
2010-09-07sunrpc: extract some common sunrpc_cache code from nfsdNeilBrown1-0/+6
2010-07-06sunrpc: make the cache cleaner workqueue deferrableArtem Bityutskiy1-0/+1
2009-08-09SUNRPC: Add an rpc_pipefs front end for the sunrpc cache codeTrond Myklebust1-0/+13
2009-08-09SUNRPC: Move procfs-specific stuff out of the generic sunrpc cache codeTrond Myklebust1-2/+9