aboutsummaryrefslogtreecommitdiffstats
path: root/net/sunrpc/sched.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* SUNRPC: rpc_execute should not return task->tk_status;Trond Myklebust2006-01-061-3/+1
* NFSv4: stateful NFSv4 RPC call interfaceTrond Myklebust2006-01-061-19/+59
* SUNRPC: Further cleanupsTrond Myklebust2006-01-061-0/+10
* RPC: Clean up RPC task structureTrond Myklebust2006-01-061-25/+28
* SUNRPC: Yet more RPC cleanupsTrond Myklebust2006-01-061-19/+12
* [PATCH] gfp flags annotations - part 1Al Viro2005-10-081-1/+1
* [RPC]: fix sparse gfp nocast warningsRandy Dunlap2005-10-041-1/+1
* [NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointersEric Dumazet2005-08-291-4/+4
* [PATCH] RPC: Shrink struct rpc_task by switching to wait_on_bit()Trond Myklebust2005-06-221-13/+18
* [PATCH] RPC: Fix a race with rpc_restart_call()Trond Myklebust2005-06-221-23/+30
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+1119