aboutsummaryrefslogtreecommitdiff
path: root/include/linux/sunrpc/sched.h
AgeCommit message (Expand)AuthorFilesLines
2010-08-04SUNRPC: Ensure that rpc_exit() always wakes up a sleeping taskGravatar Trond Myklebust 1-6/+1
2010-05-14SUNRPC: Reorder the struct rpc_task fieldsGravatar Trond Myklebust 1-6/+6
2010-05-14SUNRPC: Remove the 'tk_magic' debugging fieldGravatar Trond Myklebust 1-3/+0
2010-05-14SUNRPC: Move the task->tk_bytes_sent and tk_rtt to struct rpc_rqstGravatar Trond Myklebust 1-3/+1
2010-05-14SUNRPC: Replace jiffies-based metrics with ktime-based metricsGravatar Chuck Lever 1-2/+3
2009-12-15rpc: add a new priority in RPC taskGravatar Alexandros Batsakis 1-1/+12
2009-12-15rpc: add rpc_queue_empty functionGravatar Alexandros Batsakis 1-0/+1
2009-12-03SUNRPC: Allow RPCs to fail quickly if the server is unreachableGravatar Chuck Lever 1-0/+2
2009-06-17nfs41: Add backchannel processing support to RPC state machineGravatar Ricardo Labiaga 1-0/+2
2009-06-17nfs41: sunrpc: Export the call prepare state for session resetGravatar Andy Adamson 1-0/+1
2008-07-09rpc: minor cleanup of scheduler callback codeGravatar \\\"J. Bruce Fields\\\ 1-1/+0
2008-02-28SUNRPC: Remove now-redundant RCU-safe rpc_task free pathGravatar Trond Myklebust 1-2/+0
2008-02-28SUNRPC: Eliminate the now-redundant rpc_start_wakeup()Gravatar Trond Myklebust 1-11/+1
2008-02-28SUNRPC: Switch tasks to using the rpc_waitqueue's timer functionGravatar Trond Myklebust 1-8/+1
2008-02-28SUNRPC: Add a timer function to wait queues.Gravatar Trond Myklebust 1-0/+9
2008-02-28SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queuesGravatar Trond Myklebust 1-0/+1
2008-02-25SUNRPC: Run rpc timeout functions as callbacks instead of in softirqsGravatar Trond Myklebust 1-3/+1
2008-02-25SUNRPC: Convert users of rpc_wake_up_task to use rpc_wake_up_queued_taskGravatar Trond Myklebust 1-1/+0
2008-02-25SUNRPC: Add a new helper rpc_wake_up_queued_task()Gravatar Trond Myklebust 1-1/+3
2008-02-25SUNRPC: Allow the rpc_release() callback to be run on another workqueueGravatar Trond Myklebust 1-0/+1
2008-02-01Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+0
2008-01-30SUNRPC: Remove the obsolete RPC_WAITQ macroGravatar Trond Myklebust 1-23/+0
2008-01-30SUNRPC: Unexport rpc_init_task() and rpc_execute()Gravatar Trond Myklebust 1-1/+0
2008-01-30SUNRPC: allow the caller of rpc_run_task to preallocate the struct rpc_taskGravatar Trond Myklebust 1-0/+1
2008-01-30SUNRPC: Clean up the initialisation of priority queue scheduling info.Gravatar Trond Myklebust 1-8/+9
2008-01-30SUNRPC: Clean up rpc_run_taskGravatar Trond Myklebust 1-2/+1
2008-01-30SUNRPC: Cleanup of rpc_task initialisationGravatar Trond Myklebust 1-5/+9
2007-12-06NFS: Switch from intr mount option to TASK_KILLABLEGravatar Matthew Wilcox 1-2/+0
2007-07-10SUNRPC: Remove the tk_auth macro...Gravatar Trond Myklebust 1-1/+0
2007-07-10SUNRPC: Move rpc_task->tk_task list into struct rpc_clntGravatar Trond Myklebust 1-5/+0
2007-04-30SUNRPC: Eliminate side effects from rpc_mallocGravatar Chuck Lever 1-1/+1
2007-02-20[PATCH] Fix build errors if bitop functions are do {} while macrosGravatar Ralf Baechle 1-6/+6
2007-02-03RPC: Clean up rpc_execute...Gravatar Trond Myklebust 1-1/+1
2007-01-24[PATCH] NFS: Fix Oops in rpc_call_sync()Gravatar Trond Myklebust 1-1/+0
2006-12-07Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linusGravatar Trond Myklebust 1-2/+2
2006-12-07[PATCH] lockdep: name some old style locksGravatar Peter Zijlstra 1-2/+2
2006-12-06SUNRPC: Fix up missing BKL in asynchronous RPC callback functionsGravatar Trond Myklebust 1-0/+1
2006-12-06SUNRPC: Fix a potential race in rpc_wake_up_task()Gravatar Trond Myklebust 1-0/+2
2006-12-06Fix a second potential rpc_wakeup race...Gravatar Trond Myklebust 1-7/+1
2006-09-22SUNRPC: Support for RPC child tasks no longer neededGravatar Chuck Lever 1-5/+0
2006-03-20SUNRPC: eliminate rpc_call()Gravatar Chuck Lever 1-1/+0
2006-03-20SUNRPC: introduce per-task RPC iostatsGravatar Chuck Lever 1-0/+6
2006-03-20SUNRPC: track length of RPC wait queuesGravatar Chuck Lever 1-0/+1
2006-03-20SUNRPC: Run rpci->queue_timeout on the rpciod workqueue instead of genericGravatar Trond Myklebust 1-0/+1
2006-01-06SUNRPC: switchable buffer allocationGravatar Chuck Lever 1-2/+1
2006-01-06NFSv4: stateful NFSv4 RPC call interfaceGravatar Trond Myklebust 1-2/+19
2006-01-06SUNRPC: Further cleanupsGravatar Trond Myklebust 1-0/+1
2006-01-06RPC: Clean up RPC task structureGravatar Trond Myklebust 1-6/+14
2006-01-06SUNRPC: Yet more RPC cleanupsGravatar Trond Myklebust 1-1/+2
2005-06-22[PATCH] RPC: Shrink struct rpc_task by switching to wait_on_bit()Gravatar Trond Myklebust 1-1/+0