aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-1/+1
2007-10-09SUNRPC: add EXPORT_SYMBOL_GPL for generic transport functions\"Talpey, Thomas\1-0/+2
2007-08-07SUNRPC: Fix a race in rpciod_down()Trond Myklebust1-34/+23
2007-07-20mm: Remove slab destructors from kmem_cache_create().Paul Mundt1-2/+2
2007-07-10SUNRPC: clean up rpc_call_async/rpc_call_sync/rpc_run_taskTrond Myklebust1-23/+0
2007-07-10SUNRPC: Move rpc_register_client and friends into net/sunrpc/clnt.cTrond Myklebust1-62/+0
2007-07-10SUNRPC: Make create_client() take a reference to the rpciod workqueueTrond Myklebust1-31/+0
2007-07-10SUNRPC: Optimise rpciod_up()Trond Myklebust1-28/+21
2007-07-10SUNRPC: Kill rpc_clnt->cl_oneshotTrond Myklebust1-12/+2
2007-07-10SUNRPC: Convert rpc_clnt->cl_users to a krefTrond Myklebust1-4/+2
2007-07-10SUNRPC: Clean up tk_pid allocation and make it locklessTrond Myklebust1-7/+15
2007-07-10SUNRPC: Add a per-rpc_clnt spinlockTrond Myklebust1-20/+27
2007-07-10SUNRPC: Move rpc_task->tk_task list into struct rpc_clntTrond Myklebust1-43/+74
2007-05-14SUNRPC: remove dead variable 'rpciod_running'Christoph Hellwig1-2/+0
2007-05-09sunrpc: fix crash in rpc_malloc()Peter Zijlstra1-0/+4
2007-05-09SUNRPC: Fix pointer arithmetic bug recently introduced in rpc_malloc/freeChuck Lever1-7/+15
2007-05-08Fix sunrpc warning noiseGeert Uytterhoeven1-4/+4
2007-04-30SUNRPC: Eliminate side effects from rpc_mallocChuck Lever1-31/+34
2007-02-12Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust1-4/+4
2007-02-10[NET] SUNRPC: Fix whitespace errors.YOSHIFUJI Hideaki1-4/+4
2007-02-03SUNRPC: fix print format for tk_pidChuck Lever1-31/+35
2007-02-03RPC: Clean up rpc_execute...Trond Myklebust1-7/+5
2007-01-24[PATCH] NFS: Fix Oops in rpc_call_sync()Trond Myklebust1-1/+2
2006-12-07Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linusTrond Myklebust1-2/+2
2006-12-07Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linusTrond Myklebust1-4/+4
2006-12-07[PATCH] slab: remove kmem_cache_tChristoph Lameter1-2/+2
2006-12-06SUNRPC: Remove BKL around the RPC socket operations etc.Trond Myklebust1-4/+4
2006-12-06SUNRPC: Fix up missing BKL in asynchronous RPC callback functionsTrond Myklebust1-4/+11
2006-12-06SUNRPC: Fix a potential race in rpc_wake_up_task()Trond Myklebust1-10/+20
2006-12-06Fix a second potential rpc_wakeup race...Trond Myklebust1-33/+47
2006-12-06Subject: Re: [PATCH] Fix SUNRPC wakeup/execute race conditionChristophe Saout1-4/+6
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells1-4/+4
2006-09-27[PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan1-4/+4
2006-09-22SUNRPC: rpc_delay() should not clobber the rpc_task->tk_statusTrond Myklebust1-10/+6
2006-09-22SUNRPC: remove extraneous header inclusionsChuck Lever1-1/+0
2006-09-22SUNRPC: Support for RPC child tasks no longer neededChuck Lever1-82/+0
2006-03-26[PATCH] mempool: use mempool_create_slab_pool()Matthew Dobson1-8/+4
2006-03-23Merge branch 'linus'Trond Myklebust1-5/+6
2006-03-20[NET] sem2mutex: net/Arjan van de Ven1-5/+6
2006-03-20SUNRPC: Ensure rpc_call_async() always calls tk_ops->rpc_release()Trond Myklebust1-1/+4
2006-03-20SUNRPC: introduce per-task RPC iostatsChuck Lever1-0/+3
2006-03-20SUNRPC: track length of RPC wait queuesChuck Lever1-0/+2
2006-03-20SUNRPC: Run rpci->queue_timeout on the rpciod workqueue instead of genericTrond Myklebust1-1/+1
2006-03-14[PATCH] SUNRPC: Fix potential deadlock in RPC codeTrond Myklebust1-8/+5
2006-02-01[PATCH] DocBook: fix some kernel-doc comments in net/sunrpcMartin Waitz1-4/+5
2006-01-06SUNRPC: switchable buffer allocationChuck Lever1-23/+27
2006-01-06SUNRPC: rpc_execute should not return task->tk_status;Trond Myklebust1-3/+1
2006-01-06NFSv4: stateful NFSv4 RPC call interfaceTrond Myklebust1-19/+59
2006-01-06SUNRPC: Further cleanupsTrond Myklebust1-0/+10
2006-01-06RPC: Clean up RPC task structureTrond Myklebust1-25/+28