Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
575753e3bea3b67eef8e454fb87f719e3f7da599
/
net
/
sunrpc
/
cache.c
fdef7aa
svcrpc: ensure cache_check caller sees updated entry
by J. Bruce Fields
· 14 years ago
6bab93f
svcrpc: take lock on turning entry NEGATIVE in cache_check
by J. Bruce Fields
· 14 years ago
d76d181
svcrpc: avoid double reply caused by deferral race
by J. Bruce Fields
· 14 years ago
4390110
Merge branch 'for-2.6.37' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 14 years ago
092e0e7
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 14 years ago
a6f8dbc
sunrpc: remove the big kernel lock
by Arnd Bergmann
· 14 years ago
6038f37
llseek: automatically add .llseek fop
by Arnd Bergmann
· 14 years ago
e33534d
sunrpc/cache: centralise handling of size limit on deferred list.
by NeilBrown
· 14 years ago
d29068c4
sunrpc: Simplify cache_defer_req and related functions.
by NeilBrown
· 14 years ago
277f68d
sunrpc: fix race in new cache_wait code.
by NeilBrown
· 14 years ago
4f42d0d
sunrpc: Make the /proc/net/rpc appear in net namespaces
by Pavel Emelyanov
· 14 years ago
593ce16
sunrpc: Add routines that allow registering per-net caches
by Pavel Emelyanov
· 14 years ago
e95dffa
sunrpc/cache: fix recent breakage of cache_clean_deferred
by NeilBrown
· 14 years ago
e7f483e
sunrpc/cache: don't use custom hex_to_bin() converter
by Andy Shevchenko
· 14 years ago
1117449
sunrpc/cache: change deferred-request hash table to use hlist.
by NeilBrown
· 14 years ago
0649752
nfsd4: fix hang on fast-booting nfs servers
by J. Bruce Fields
· 14 years ago
3211af1
svcrpc: cache deferral cleanup
by J. Bruce Fields
· 14 years ago
6610f72
svcrpc: minor cache cleanup
by J. Bruce Fields
· 14 years ago
f16b6e8
sunrpc/cache: allow threads to block while waiting for cache update.
by NeilBrown
· 14 years ago
c5b29f8
sunrpc: use seconds since boot in expiry cache
by NeilBrown
· 14 years ago
e2aa7f8
net: sunrpc: removed duplicated #include
by Andrea Gelmini
· 14 years ago
8eab945
sunrpc: make the cache cleaner workqueue deferrable
by Artem Bityutskiy
· 14 years ago
f137711
Merge branch 'bkl/ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing
by Linus Torvalds
· 14 years ago
9918ff2
sunrpc: Pushdown the bkl from sunrpc cache ioctl
by Frederic Weisbecker
· 14 years ago
f72caf7
Merge branch 'for-2.6.35' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 14 years ago
99df95a
sunrpc: Include missing smp_lock.h
by Frederic Weisbecker
· 15 years ago
d79b6f4
procfs: Push down the bkl from ioctl
by Frederic Weisbecker
· 15 years ago
a5990ea
sunrpc/cache: fix module refcnt leak in a failure path
by Li Zefan
· 15 years ago
d202cce
sunrpc: never return expired entries in sunrpc_cache_lookup
by NeilBrown
· 15 years ago
2f50d8b
sunrpc/cache: factor out cache_is_expired
by NeilBrown
· 15 years ago
3af4974
sunrpc: don't keep expired entries in the auth caches.
by NeilBrown
· 15 years ago
f64f9e7
net: Move && and || to end of previous line
by Joe Perches
· 15 years ago
cd68c374
sunrpc/cache: avoid variable over-loading in cache_defer_req
by NeilBrown
· 15 years ago
67e7328
sunrpc/cache: use list_del_init for the list_head entries in cache_deferred_req
by NeilBrown
· 15 years ago
908329f
sunrpc/cache: simplify cache_fresh_locked and cache_fresh_unlocked.
by NeilBrown
· 15 years ago
9e4c637
sunrpc/cache: change cache_defer_req to return -ve error, not boolean.
by NeilBrown
· 15 years ago
e9dc122
Merge branch 'nfs-for-2.6.32' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6 into for-2.6.32-incoming
by J. Bruce Fields
· 15 years ago
f7e86ab
SUNRPC: cache must take a reference to the cache detail's module on open()
by Trond Myklebust
· 15 years ago
8854e82
SUNRPC: Add an rpc_pipefs front end for the sunrpc cache code
by Trond Myklebust
· 15 years ago
173912a
SUNRPC: Move procfs-specific stuff out of the generic sunrpc cache code
by Trond Myklebust
· 15 years ago
bc74b4f
SUNRPC: Allow the cache_detail to specify alternative upcall mechanisms
by Trond Myklebust
· 15 years ago
da77005
SUNRPC: Remove the global temporary write buffer in net/sunrpc/cache.c
by Trond Myklebust
· 15 years ago
5b7a1b9
SUNRPC: Ensure we initialise the cache_detail before creating procfs files
by Trond Myklebust
· 15 years ago
2da8ca2
NFSD: Clean up the idmapper warning...
by Trond Myklebust
· 15 years ago
989a19b
sunrpc/cache: recheck cache validity after cache_defer_req
by NeilBrown
· 15 years ago
5c4d263
sunrpc/cache: make sure deferred requests eventually get revisited.
by NeilBrown
· 15 years ago
f866a81
sunrpc/cache: rename queue_loose to cache_dequeue
by NeilBrown
· 15 years ago
6aad89c
sunrpc: align cache_clean work's timer
by Anton Blanchard
· 15 years ago
99b7623
proc 2/2: remove struct proc_dir_entry::owner
by Alexey Dobriyan
· 16 years ago
24c3767
SUNRPC: The sunrpc server code should not be used by out-of-tree modules
by Trond Myklebust
· 16 years ago
e7fe233
sunrpc: assign PDE->data before gluing PDE into /proc tree
by Denis V. Lunev
· 17 years ago
67eb6ff
svcrpc: move unused field from cache_deferred_req
by J. Bruce Fields
· 17 years ago
2ce8f04
[SUNRPC]: Use proc_create() to setup ->proc_fops first
by Wang Chen
· 17 years ago
d2f7e79
SUNRPC: Move exported symbol definitions after function declaration part 2
by Trond Myklebust
· 17 years ago
dbf847e
knfsd: allow cache_register to return error on failure
by J. Bruce Fields
· 17 years ago
ffe9386
nfsd: move cache proc (un)registration to separate function
by J. Bruce Fields
· 17 years ago
df95a9d
knfsd: cache unregistration needn't return error
by J. Bruce Fields
· 17 years ago
a490c68
knfsd: fix cache.c comment
by J. Bruce Fields
· 17 years ago
01b2969
SUNRPC: Prevent length underflow in read_flush()
by Chuck Lever
· 17 years ago
9a429c4
[NET]: Add some acquires/releases sparse annotations.
by Eric Dumazet
· 17 years ago
ec93103
[SUNRPC]: Make the sunrpc use the seq_open_private()
by Pavel Emelyanov
· 17 years ago
4011cd9
SUNRPC: Replace flush_workqueue() with cancel_work_sync() and friends
by Trond Myklebust
· 17 years ago
56b3d97
[NET]: Make all initialized struct seq_operations const.
by Philippe De Muyter
· 17 years ago
14690fc
[SUNRPC]: cleanup: use seq_release_private() where appropriate
by Martin Peschke
· 18 years ago
d9bc125c
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/
by Trond Myklebust
· 18 years ago
da7071d
[PATCH] mark struct file_operations const 8
by Arjan van de Ven
· 18 years ago
cca5172
[NET] SUNRPC: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
46121cf
SUNRPC: fix print format for tk_pid
by Chuck Lever
· 18 years ago
01f3bd1
[PATCH] knfsd: svcrpc: remove another silent drop from deferral code
by J.Bruce Fields
· 18 years ago
e0bb89e
[PATCH] knfsd: nfsd: don't drop silently on upcall deferral
by J.Bruce Fields
· 18 years ago
303b46b
[PATCH] struct path: convert sunrpc
by Josef Sipek
· 18 years ago
65f27f3
WorkStruct: Pass the work_struct pointer instead of context data
by David Howells
· 18 years ago
52bad64
WorkStruct: Separate delayable and non-delayable events.
by David Howells
· 18 years ago
2f34931
[PATCH] knfsd: fix race related problem when adding items to and svcrpc auth cache
by Neil Brown
· 18 years ago
f2d3958
[PATCH] knfsd: Fix two problems that can cause rmmod nfsd to die
by NeilBrown
· 18 years ago
74cae61
[PATCH] fs/nfsd/export.c,net/sunrpc/cache.c: make needlessly global code static
by Adrian Bunk
· 19 years ago
baab935
[PATCH] knfsd: Convert sunrpc_cache to use krefs
by NeilBrown
· 19 years ago
ebd0cb1
[PATCH] knfsd: Unexport cache_fresh and fix a small race
by NeilBrown
· 19 years ago
4013ede
[PATCH] knfsd: An assortment of little fixes to the sunrpc cache code
by NeilBrown
· 19 years ago
15a5f6b
[PATCH] knfsd: Create cache_lookup function instead of using a macro to declare one
by NeilBrown
· 19 years ago
4a3e2f7
[NET] sem2mutex: net/
by Arjan van de Ven
· 19 years ago
09a6266
[NET]: Change some "if (x) BUG();" to "BUG_ON(x);"
by Kris Katterjohn
· 19 years ago
f35279d
[PATCH] sunrpc: cache_register can use wrong module reference
by Bruce Allan
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago