aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sunrpc/sched.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-02-28SUNRPC: Remove now-redundant RCU-safe rpc_task free pathTrond Myklebust1-2/+0
2008-02-28SUNRPC: Eliminate the now-redundant rpc_start_wakeup()Trond Myklebust1-11/+1
2008-02-28SUNRPC: Switch tasks to using the rpc_waitqueue's timer functionTrond Myklebust1-8/+1
2008-02-28SUNRPC: Add a timer function to wait queues.Trond Myklebust1-0/+9
2008-02-28SUNRPC: Add a (empty for the moment) destructor for rpc_wait_queuesTrond Myklebust1-0/+1
2008-02-25SUNRPC: Run rpc timeout functions as callbacks instead of in softirqsTrond Myklebust1-3/+1
2008-02-25SUNRPC: Convert users of rpc_wake_up_task to use rpc_wake_up_queued_taskTrond Myklebust1-1/+0
2008-02-25SUNRPC: Add a new helper rpc_wake_up_queued_task()Trond Myklebust1-1/+3
2008-02-25SUNRPC: Allow the rpc_release() callback to be run on another workqueueTrond Myklebust1-0/+1
2008-02-01Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/miscLinus Torvalds1-2/+0
2008-01-30SUNRPC: Remove the obsolete RPC_WAITQ macroTrond Myklebust1-23/+0
2008-01-30SUNRPC: Unexport rpc_init_task() and rpc_execute()Trond Myklebust1-1/+0
2008-01-30SUNRPC: allow the caller of rpc_run_task to preallocate the struct rpc_taskTrond Myklebust1-0/+1
2008-01-30SUNRPC: Clean up the initialisation of priority queue scheduling info.Trond Myklebust1-8/+9
2008-01-30SUNRPC: Clean up rpc_run_taskTrond Myklebust1-2/+1
2008-01-30SUNRPC: Cleanup of rpc_task initialisationTrond Myklebust1-5/+9
2007-12-06NFS: Switch from intr mount option to TASK_KILLABLEMatthew Wilcox1-2/+0
2007-07-10SUNRPC: Remove the tk_auth macro...Trond Myklebust1-1/+0
2007-07-10SUNRPC: Move rpc_task->tk_task list into struct rpc_clntTrond Myklebust1-5/+0
2007-04-30SUNRPC: Eliminate side effects from rpc_mallocChuck Lever1-1/+1
2007-02-20[PATCH] Fix build errors if bitop functions are do {} while macrosRalf Baechle1-6/+6
2007-02-03RPC: Clean up rpc_execute...Trond Myklebust1-1/+1
2007-01-24[PATCH] NFS: Fix Oops in rpc_call_sync()Trond Myklebust1-1/+0
2006-12-07Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linusTrond Myklebust1-2/+2
2006-12-07[PATCH] lockdep: name some old style locksPeter Zijlstra1-2/+2
2006-12-06SUNRPC: Fix up missing BKL in asynchronous RPC callback functionsTrond Myklebust1-0/+1
2006-12-06SUNRPC: Fix a potential race in rpc_wake_up_task()Trond Myklebust1-0/+2
2006-12-06Fix a second potential rpc_wakeup race...Trond Myklebust1-7/+1
2006-09-22SUNRPC: Support for RPC child tasks no longer neededChuck Lever1-5/+0
2006-03-20SUNRPC: eliminate rpc_call()Chuck Lever1-1/+0
2006-03-20SUNRPC: introduce per-task RPC iostatsChuck Lever1-0/+6
2006-03-20SUNRPC: track length of RPC wait queuesChuck Lever1-0/+1
2006-03-20SUNRPC: Run rpci->queue_timeout on the rpciod workqueue instead of genericTrond Myklebust1-0/+1
2006-01-06SUNRPC: switchable buffer allocationChuck Lever1-2/+1
2006-01-06NFSv4: stateful NFSv4 RPC call interfaceTrond Myklebust1-2/+19
2006-01-06SUNRPC: Further cleanupsTrond Myklebust1-0/+1
2006-01-06RPC: Clean up RPC task structureTrond Myklebust1-6/+14
2006-01-06SUNRPC: Yet more RPC cleanupsTrond Myklebust1-1/+2
2005-06-22[PATCH] RPC: Shrink struct rpc_task by switching to wait_on_bit()Trond Myklebust1-1/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+273