aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/sched.c
Commit message (Expand)AuthorAgeFilesLines
...
* | SUNRPC: Cleanup of rpc_task initialisationTrond Myklebust2008-01-301-14/+13
* | SUNRPC: Restrict sunrpc client exportsTrond Myklebust2008-01-301-13/+13
* | SUNRPC: Move exported declarations to the function declarationsTrond Myklebust2008-01-301-0/+9
* | [NET]: Convert init_timer into setup_timerPavel Emelyanov2008-01-281-3/+2
|/
* Use helpers to obtain task pid in printksPavel Emelyanov2007-10-191-1/+1
* SUNRPC: add EXPORT_SYMBOL_GPL for generic transport functions\"Talpey, Thomas\2007-10-091-0/+2
* SUNRPC: Fix a race in rpciod_down()Trond Myklebust2007-08-071-34/+23
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-2/+2
* SUNRPC: clean up rpc_call_async/rpc_call_sync/rpc_run_taskTrond Myklebust2007-07-101-23/+0
* SUNRPC: Move rpc_register_client and friends into net/sunrpc/clnt.cTrond Myklebust2007-07-101-62/+0
* SUNRPC: Make create_client() take a reference to the rpciod workqueueTrond Myklebust2007-07-101-31/+0
* SUNRPC: Optimise rpciod_up()Trond Myklebust2007-07-101-28/+21
* SUNRPC: Kill rpc_clnt->cl_oneshotTrond Myklebust2007-07-101-12/+2
* SUNRPC: Convert rpc_clnt->cl_users to a krefTrond Myklebust2007-07-101-4/+2
* SUNRPC: Clean up tk_pid allocation and make it locklessTrond Myklebust2007-07-101-7/+15
* SUNRPC: Add a per-rpc_clnt spinlockTrond Myklebust2007-07-101-20/+27
* SUNRPC: Move rpc_task->tk_task list into struct rpc_clntTrond Myklebust2007-07-101-43/+74
* SUNRPC: remove dead variable 'rpciod_running'Christoph Hellwig2007-05-141-2/+0
* sunrpc: fix crash in rpc_malloc()Peter Zijlstra2007-05-091-0/+4
* SUNRPC: Fix pointer arithmetic bug recently introduced in rpc_malloc/freeChuck Lever2007-05-091-7/+15
* Fix sunrpc warning noiseGeert Uytterhoeven2007-05-081-4/+4
* SUNRPC: Eliminate side effects from rpc_mallocChuck Lever2007-04-301-31/+34
* Merge branch 'master' of /home/trondmy/kernel/linux-2.6/Trond Myklebust2007-02-121-4/+4
|\
| * [NET] SUNRPC: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-4/+4
* | SUNRPC: fix print format for tk_pidChuck Lever2007-02-031-31/+35
* | RPC: Clean up rpc_execute...Trond Myklebust2007-02-031-7/+5
|/
* [PATCH] NFS: Fix Oops in rpc_call_sync()Trond Myklebust2007-01-241-1/+2
* Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linusTrond Myklebust2006-12-071-2/+2
|\
| * [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-2/+2
* | Merge branch 'master' of /home/trondmy/kernel/linux-2.6/ into merge_linusTrond Myklebust2006-12-071-4/+4
|\ \ | |/
| * WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells2006-11-221-4/+4
* | SUNRPC: Remove BKL around the RPC socket operations etc.Trond Myklebust2006-12-061-4/+4
* | SUNRPC: Fix up missing BKL in asynchronous RPC callback functionsTrond Myklebust2006-12-061-4/+11
* | SUNRPC: Fix a potential race in rpc_wake_up_task()Trond Myklebust2006-12-061-10/+20
* | Fix a second potential rpc_wakeup race...Trond Myklebust2006-12-061-33/+47
* | Subject: Re: [PATCH] Fix SUNRPC wakeup/execute race conditionChristophe Saout2006-12-061-4/+6
|/
* [PATCH] Really ignore kmem_cache_destroy return valueAlexey Dobriyan2006-09-271-4/+4
* SUNRPC: rpc_delay() should not clobber the rpc_task->tk_statusTrond Myklebust2006-09-221-10/+6
* SUNRPC: remove extraneous header inclusionsChuck Lever2006-09-221-1/+0
* SUNRPC: Support for RPC child tasks no longer neededChuck Lever2006-09-221-82/+0
* [PATCH] mempool: use mempool_create_slab_pool()Matthew Dobson2006-03-261-8/+4
* Merge branch 'linus'Trond Myklebust2006-03-231-5/+6
|\
| * [NET] sem2mutex: net/Arjan van de Ven2006-03-201-5/+6
* | SUNRPC: Ensure rpc_call_async() always calls tk_ops->rpc_release()Trond Myklebust2006-03-201-1/+4
* | SUNRPC: introduce per-task RPC iostatsChuck Lever2006-03-201-0/+3
* | SUNRPC: track length of RPC wait queuesChuck Lever2006-03-201-0/+2
* | SUNRPC: Run rpci->queue_timeout on the rpciod workqueue instead of genericTrond Myklebust2006-03-201-1/+1
|/
* [PATCH] SUNRPC: Fix potential deadlock in RPC codeTrond Myklebust2006-03-141-8/+5
* [PATCH] DocBook: fix some kernel-doc comments in net/sunrpcMartin Waitz2006-02-011-4/+5
* SUNRPC: switchable buffer allocationChuck Lever2006-01-061-23/+27