index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
/
cache.c
Commit message (
Expand
)
Author
Age
*
sunrpc/cache: avoid variable over-loading in cache_defer_req
NeilBrown
2009-09-18
*
sunrpc/cache: use list_del_init for the list_head entries in cache_deferred_req
NeilBrown
2009-09-18
*
sunrpc/cache: simplify cache_fresh_locked and cache_fresh_unlocked.
NeilBrown
2009-09-11
*
sunrpc/cache: change cache_defer_req to return -ve error, not boolean.
NeilBrown
2009-09-11
*
Merge branch 'nfs-for-2.6.32' of git://git.linux-nfs.org/projects/trondmy/nfs...
J. Bruce Fields
2009-08-21
|
\
|
*
SUNRPC: cache must take a reference to the cache detail's module on open()
Trond Myklebust
2009-08-19
|
*
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
|
*
SUNRPC: Remove the global temporary write buffer in net/sunrpc/cache.c
Trond Myklebust
2009-08-09
|
*
SUNRPC: Ensure we initialise the cache_detail before creating procfs files
Trond Myklebust
2009-08-09
|
*
NFSD: Clean up the idmapper warning...
Trond Myklebust
2009-08-09
*
|
sunrpc/cache: recheck cache validity after cache_defer_req
NeilBrown
2009-08-04
*
|
sunrpc/cache: make sure deferred requests eventually get revisited.
NeilBrown
2009-08-04
*
|
sunrpc/cache: rename queue_loose to cache_dequeue
NeilBrown
2009-08-04
|
/
*
sunrpc: align cache_clean work's timer
Anton Blanchard
2009-06-15
*
proc 2/2: remove struct proc_dir_entry::owner
Alexey Dobriyan
2009-03-30
*
SUNRPC: The sunrpc server code should not be used by out-of-tree modules
Trond Myklebust
2009-01-07
*
sunrpc: assign PDE->data before gluing PDE into /proc tree
Denis V. Lunev
2008-05-02
*
svcrpc: move unused field from cache_deferred_req
J. Bruce Fields
2008-04-23
*
[SUNRPC]: Use proc_create() to setup ->proc_fops first
Wang Chen
2008-02-28
*
SUNRPC: Move exported symbol definitions after function declaration part 2
Trond Myklebust
2008-02-01
*
knfsd: allow cache_register to return error on failure
J. Bruce Fields
2008-02-01
*
nfsd: move cache proc (un)registration to separate function
J. Bruce Fields
2008-02-01
*
knfsd: cache unregistration needn't return error
J. Bruce Fields
2008-02-01
*
knfsd: fix cache.c comment
J. Bruce Fields
2008-02-01
*
SUNRPC: Prevent length underflow in read_flush()
Chuck Lever
2008-02-01
*
[NET]: Add some acquires/releases sparse annotations.
Eric Dumazet
2008-01-28
*
[SUNRPC]: Make the sunrpc use the seq_open_private()
Pavel Emelyanov
2007-10-10
*
SUNRPC: Replace flush_workqueue() with cancel_work_sync() and friends
Trond Myklebust
2007-08-07
*
[NET]: Make all initialized struct seq_operations const.
Philippe De Muyter
2007-07-11
*
[SUNRPC]: cleanup: use seq_release_private() where appropriate
Martin Peschke
2007-04-26
*
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/
Trond Myklebust
2007-02-13
|
\
|
*
[PATCH] mark struct file_operations const 8
Arjan van de Ven
2007-02-12
|
*
[NET] SUNRPC: Fix whitespace errors.
YOSHIFUJI Hideaki
2007-02-11
*
|
SUNRPC: fix print format for tk_pid
Chuck Lever
2007-02-03
|
/
*
[PATCH] knfsd: svcrpc: remove another silent drop from deferral code
J.Bruce Fields
2006-12-13
*
[PATCH] knfsd: nfsd: don't drop silently on upcall deferral
J.Bruce Fields
2006-12-13
*
[PATCH] struct path: convert sunrpc
Josef Sipek
2006-12-08
*
WorkStruct: Pass the work_struct pointer instead of context data
David Howells
2006-11-22
*
WorkStruct: Separate delayable and non-delayable events.
David Howells
2006-11-22
*
[PATCH] knfsd: fix race related problem when adding items to and svcrpc auth ...
Neil Brown
2006-08-06
*
[PATCH] knfsd: Fix two problems that can cause rmmod nfsd to die
NeilBrown
2006-05-23
*
[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
2006-03-27
*
[PATCH] knfsd: Unexport cache_fresh and fix a small race
NeilBrown
2006-03-27
*
[PATCH] knfsd: An assortment of little fixes to the sunrpc cache code
NeilBrown
2006-03-27
*
[PATCH] knfsd: Create cache_lookup function instead of using a macro to decla...
NeilBrown
2006-03-27
*
[NET] sem2mutex: net/
Arjan van de Ven
2006-03-21
*
[NET]: Change some "if (x) BUG();" to "BUG_ON(x);"
Kris Katterjohn
2006-01-09
[next]