index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
cache.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-24
sunrpc/cache: handle missing listeners better.
NeilBrown
1
-1
/
+3
2019-04-05
sunrpc: don't mark uninitialised items as VALID.
NeilBrown
1
-0
/
+3
2018-12-04
sunrpc: fix cache_head leak due to queued request
Vasily Averin
1
-1
/
+9
2018-10-29
SUNRPC: Replace the cache_detail->hash_lock with a regular spinlock
Trond Myklebust
1
-23
/
+23
2018-10-29
SUNRPC: Remove non-RCU protected lookup
Trond Myklebust
1
-57
/
+4
2018-10-29
SUNRPC: Allow cache lookups to use RCU protection rather than the r/w spinlock
Trond Myklebust
1
-14
/
+79
2018-10-03
SUNRPC: Refactor sunrpc_cache_lookup
Trond Myklebust
1
-8
/
+25
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
2018-04-05
Merge tag 'nfsd-4.17' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-16
/
+16
2018-03-26
net: Use octal not symbolic permissions
Joe Perches
1
-5
/
+5
2018-03-19
SUNRPC: cache: ignore timestamp written to 'flush' file.
NeilBrown
1
-16
/
+16
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-2
/
+2
2018-01-30
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-4
/
+4
2017-11-27
sunrpc: make the function arg as const
Bhumika Goyal
1
-1
/
+1
2017-11-27
net: annotate ->poll() instances
Al Viro
1
-4
/
+4
2017-03-01
Merge tag 'nfs-for-4.11-1' of git://git.linux-nfs.org/projects/anna/linux-nfs
Linus Torvalds
1
-46
/
+22
2017-02-28
Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-15
/
+38
2017-02-08
sunrpc: use simple_read_from_buffer for reading cache flush
Kinglong Mee
1
-12
/
+3
2017-02-08
sunrpc: update the comments of sunrpc proc path
Kinglong Mee
1
-2
/
+2
2017-02-08
sunrpc/nfs: cleanup procfs/pipefs entry in cache_detail
Kinglong Mee
1
-32
/
+17
2017-02-08
SUNRPC: Drop all entries from cache_detail when cache_purge()
Kinglong Mee
1
-15
/
+26
2017-01-31
svcrpc: free contexts immediately on PROC_DESTROY
Neil Brown
1
-0
/
+12
2017-01-14
locking/atomic, kref: Add kref_read()
Peter Zijlstra
1
-1
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-09-27
sunrpc: queue work on system_power_efficient_wq
Ke Wang
1
-2
/
+3
2016-07-13
sunrpc: remove 'inuse' flag from struct cache_detail.
NeilBrown
1
-1
/
+1
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
1
-2
/
+2
2016-03-17
sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a race
NeilBrown
1
-3
/
+3
2016-02-23
sunrpc/cache: fix off-by-one in qword_get()
Stefan Hajnoczi
1
-1
/
+1
2016-01-22
wrappers for ->i_mutex access
Al Viro
1
-5
/
+5
2015-10-23
sunrpc/cache: make cache flushing more reliable.
Neil Brown
1
-13
/
+40
2015-08-13
sunrpc: Switch to using hash list instead single list
Kinglong Mee
1
-29
/
+31
2015-08-13
sunrpc/nfsd: Remove redundant code by exports seq_operations functions
Kinglong Mee
1
-6
/
+9
2015-08-13
sunrpc: Store cache_detail in seq_file's private directly
Kinglong Mee
1
-15
/
+13
2015-04-15
lib/string_helpers.c: change semantics of string_escape_mem
Rasmus Villemoes
1
-3
/
+5
2015-03-08
sunrpc: fix braino in ->poll()
Al Viro
1
-1
/
+1
2014-12-09
sunrpc/cache: convert to use string_escape_str()
Andy Shevchenko
1
-20
/
+6
2014-05-08
SUNRPC: Fix printk that is not only for nfsd
Kinglong Mee
1
-1
/
+1
2014-01-30
Merge branch 'for-3.14' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-3
/
+1
2014-01-14
net: replace macros net_random and net_srandom with direct calls to prandom
Aruna-Hewapathirane
1
-1
/
+1
2013-12-12
net/sunrpc/cache: simplify code by using hex_pack_byte()
Andy Shevchenko
1
-3
/
+1
2013-07-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-13
/
+5
2013-07-14
rpc_create_*_dir: don't bother with qstr
Al Viro
1
-13
/
+5
2013-07-01
sunrpc: Don't schedule an upcall on a replaced cache entry.
NeilBrown
1
-1
/
+2
2013-07-01
net/sunrpc: xpt_auth_cache should be ignored when expired.
NeilBrown
1
-6
/
+0
2013-07-01
sunrpc/cache: ensure items removed from cache do not have pending upcalls.
NeilBrown
1
-1
/
+5
2013-07-01
sunrpc/cache: use cache_fresh_unlocked consistently and correctly.
NeilBrown
1
-13
/
+7
2013-07-01
sunrpc/cache: remove races with queuing an upcall.
NeilBrown
1
-11
/
+29
2013-05-21
sunrpc: the cache_detail in cache_is_valid is unused any more
chaoting fan
1
-4
/
+4
2013-05-03
Merge branch 'for-3.10' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-1
/
+3
[next]