aboutsummaryrefslogtreecommitdiff
path: root/net/sunrpc/sched.c
AgeCommit message (Expand)Author
2008-02-01Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2008-01-30SUNRPC: Cleanup to remove the last users of the RPC_WAITQ declarationTrond Myklebust
2008-01-30SUNRPC: Unexport rpc_init_task() and rpc_execute()Trond Myklebust
2008-01-30SUNRPC: allow the caller of rpc_run_task to preallocate the struct rpc_taskTrond Myklebust
2008-01-30SUNRPC: Allow rpc_init_task() to initialise the rpc_task->tk_msgTrond Myklebust
2008-01-30SUNRPC: Clean up the initialisation of priority queue scheduling info.Trond Myklebust
2008-01-30SUNRPC: Cleanup of rpc_task initialisationTrond Myklebust
2008-01-30SUNRPC: Restrict sunrpc client exportsTrond Myklebust
2008-01-30SUNRPC: Move exported declarations to the function declarationsTrond Myklebust
2008-01-28[NET]: Convert init_timer into setup_timerPavel Emelyanov
2007-12-06NFS: Switch from intr mount option to TASK_KILLABLEMatthew Wilcox
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov
2007-10-09SUNRPC: add EXPORT_SYMBOL_GPL for generic transport functions\"Talpey, Thomas\
2007-08-07SUNRPC: Fix a race in rpciod_down()Trond Myklebust
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt
2007-07-10SUNRPC: clean up rpc_call_async/rpc_call_sync/rpc_run_taskTrond Myklebust
2007-07-10SUNRPC: Move rpc_register_client and friends into net/sunrpc/clnt.cTrond Myklebust
2007-07-10SUNRPC: Make create_client() take a reference to the rpciod workqueueTrond Myklebust
2007-07-10SUNRPC: Optimise rpciod_up()Trond Myklebust
2007-07-10SUNRPC: Kill rpc_clnt->cl_oneshotTrond Myklebust
2007-07-10SUNRPC: Convert rpc_clnt->cl_users to a krefTrond Myklebust
2007-07-10SUNRPC: Clean up tk_pid allocation and make it locklessTrond Myklebust
2007-07-10SUNRPC: Add a per-rpc_clnt spinlockTrond Myklebust
2007-07-10SUNRPC: Move rpc_task->tk_task list into struct rpc_clntTrond Myklebust
2007-05-14SUNRPC: remove dead variable 'rpciod_running'Christoph Hellwig
2007-05-09sunrpc: fix crash in rpc_malloc()Peter Zijlstra
2007-05-09SUNRPC: Fix pointer arithmetic bug recently introduced in rpc_malloc/freeChuck Lever
2007-05-08Fix sunrpc warning noiseGeert Uytterhoeven
2007-04-30SUNRPC: Eliminate side effects from rpc_mallocChuck Lever
2007-02-12Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust
2007-02-10[NET] SUNRPC: Fix whitespace errors.YOSHIFUJI Hideaki
2007-02-03SUNRPC: fix print format for tk_pidChuck Lever
2007-02-03RPC: Clean up rpc_execute...Trond Myklebust
2007-01-24[PATCH] NFS: Fix Oops in rpc_call_sync()Trond Myklebust
2006-12-07Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linusTrond Myklebust
2006-12-07Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linusTrond Myklebust
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter
2006-12-06SUNRPC: Remove BKL around the RPC socket operations etc.Trond Myklebust
2006-12-06SUNRPC: Fix up missing BKL in asynchronous RPC callback functionsTrond Myklebust
2006-12-06SUNRPC: Fix a potential race in rpc_wake_up_task()Trond Myklebust
2006-12-06Fix a second potential rpc_wakeup race...Trond Myklebust
2006-12-06Subject: Re: [PATCH] Fix SUNRPC wakeup/execute race conditionChristophe Saout
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan
2006-09-22SUNRPC: rpc_delay() should not clobber the rpc_task->tk_statusTrond Myklebust
2006-09-22SUNRPC: remove extraneous header inclusionsChuck Lever
2006-09-22SUNRPC: Support for RPC child tasks no longer neededChuck Lever
2006-03-26[PATCH] mempool: use mempool_create_slab_pool()Matthew Dobson
2006-03-23Merge branch 'linus'Trond Myklebust
2006-03-20[NET] sem2mutex: net/Arjan van de Ven