index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
sunrpc
/
cache.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-10-29
SUNRPC: Replace the cache_detail->hash_lock with a regular spinlock
Trond Myklebust
1
-1
/
+1
2018-10-29
SUNRPC: Remove non-RCU protected lookup
Trond Myklebust
1
-6
/
+0
2018-10-29
SUNRPC: Allow cache lookups to use RCU protection rather than the r/w spinlock
Trond Myklebust
1
-0
/
+12
2017-11-28
sunrpc: make the function arg as const
Bhumika Goyal
1
-1
/
+1
2017-03-02
Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-12
/
+3
2017-03-01
Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-1
/
+5
2017-02-09
sunrpc/nfs: cleanup procfs/pipefs entry in cache_detail
Kinglong Mee
1
-12
/
+3
2017-02-09
SUNRPC/Cache: Always treat the invalid cache as unexpired
Kinglong Mee
1
-1
/
+4
2017-01-31
svcrpc: free contexts immediately on PROC_DESTROY
Neil Brown
1
-0
/
+1
2017-01-14
locking/atomic, kref: Add kref_read()
Peter Zijlstra
1
-1
/
+1
2016-07-13
sunrpc: remove 'inuse' flag from struct cache_detail.
NeilBrown
1
-2
/
+0
2015-10-23
sunrpc/cache: make cache flushing more reliable.
Neil Brown
1
-5
/
+11
2015-08-13
sunrpc: Switch to using hash list instead single list
Kinglong Mee
1
-2
/
+2
2015-08-13
sunrpc/nfsd: Remove redundant code by exports seq_operations functions
Kinglong Mee
1
-0
/
+5
2013-08-19
sunrpc: prepare NFS for 2038
Harshula Jayasuriya
1
-2
/
+20
2013-07-02
net/sunrpc: xpt_auth_cache should be ignored when expired.
NeilBrown
1
-27
/
+21
2013-07-02
sunrpc/cache: ensure items removed from cache do not have pending upcalls.
NeilBrown
1
-0
/
+1
2013-02-15
SUNRPC: remove "cache_request" argument in sunrpc_cache_pipe_upcall() function
Stanislav Kinsbursky
1
-5
/
+1
2013-02-15
SUNRPC: introduce cache_detail->cache_request callback
Stanislav Kinsbursky
1
-0
/
+4
2012-11-15
svcrpc: Revert "sunrpc/cache.h: replace simple_strtoul"
J. Bruce Fields
1
-1
/
+5
2012-07-25
nfsd: add get_uint for u32's
J. Bruce Fields
1
-0
/
+16
2012-07-12
sunrpc/cache.h: replace simple_strtoul
Eldad Zack
1
-5
/
+1
2012-07-12
sunrpc/cache.h: fix coding style
Eldad Zack
1
-4
/
+10
2012-02-01
SUNRPC: generic cache register routines removed
Stanislav Kinsbursky
1
-2
/
+0
2012-02-01
SUNRPC: cache creation and destruction routines introduced
Stanislav Kinsbursky
1
-0
/
+4
2012-02-01
SUNRPC: split cache creation and PipeFS registration
Stanislav Kinsbursky
1
-0
/
+2
2012-01-04
sunrpc: propagate umode_t
Al Viro
1
-1
/
+1
2011-07-27
atomic: use <linux/atomic.h>
Arun Sharma
1
-1
/
+1
2011-07-16
nfsd: Remove deprecated nfsctl system call and related code.
NeilBrown
1
-9
/
+0
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-2
/
+2
2011-01-15
Merge branch 'for-2.6.38' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-0
/
+3
2011-01-10
headers: kobject.h redux
Alexey Dobriyan
1
-0
/
+1
2011-01-05
SUNRPC: Remove more code when NFSD_DEPRECATED is not configured
J. Bruce Fields
1
-0
/
+3
2010-09-27
sunrpc: Add routines that allow registering per-net caches
Pavel Emelyanov
1
-0
/
+2
2010-09-22
sunrpc/cache: change deferred-request hash table to use hlist.
NeilBrown
1
-1
/
+1
2010-09-08
sunrpc/cache: allow threads to block while waiting for cache update.
NeilBrown
1
-0
/
+3
2010-09-08
sunrpc: use seconds since boot in expiry cache
NeilBrown
1
-3
/
+25
2010-09-08
sunrpc: extract some common sunrpc_cache code from nfsd
NeilBrown
1
-0
/
+6
2010-07-06
sunrpc: make the cache cleaner workqueue deferrable
Artem Bityutskiy
1
-0
/
+1
2009-08-09
SUNRPC: Add an rpc_pipefs front end for the sunrpc cache code
Trond Myklebust
1
-0
/
+13
2009-08-09
SUNRPC: Move procfs-specific stuff out of the generic sunrpc cache code
Trond Myklebust
1
-2
/
+9
2009-08-09
SUNRPC: Allow the cache_detail to specify alternative upcall mechanisms
Trond Myklebust
1
-3
/
+10
2009-08-09
NFSD: Clean up the idmapper warning...
Trond Myklebust
1
-1
/
+2
2008-04-24
svcrpc: move unused field from cache_deferred_req
J. Bruce Fields
1
-1
/
+0
2008-02-02
knfsd: allow cache_register to return error on failure
J. Bruce Fields
1
-1
/
+1
2008-02-02
knfsd: cache unregistration needn't return error
J. Bruce Fields
1
-1
/
+1
2007-10-10
nfsd: remove unused cache_for_each macro
J. Bruce Fields
1
-10
/
+0
2006-10-04
[PATCH] knfsd: knfsd: cache ipmap per TCP socket
Greg Banks
1
-0
/
+11
2006-03-27
[PATCH] fs/nfsd/export.c,net/sunrpc/cache.c: make needlessly global code static
Adrian Bunk
1
-1
/
+0
2006-03-27
[PATCH] knfsd: Convert sunrpc_cache to use krefs
NeilBrown
1
-7
/
+6
[next]