From: Martin Knoblauch <spamtrap@knobisoft.de>
To: linux-kernel@vger.kernel.org
Cc: Peter zijlstra <a.p.zijlstra@chello.nl>
Subject: RE: [PATCH 00/23] per device dirty throttling -v9
Date: Thu, 16 Aug 2007 05:49:50 -0700 (PDT) [thread overview]
Message-ID: <913305.55547.qm@web32608.mail.mud.yahoo.com> (raw)
>Per device dirty throttling patches
>
>These patches aim to improve balance_dirty_pages() and directly
>address three issues:
>1) inter device starvation
>2) stacked device deadlocks
>3) inter process starvation
>
>1 and 2 are a direct result from removing the global dirty
>limit and using per device dirty limits. By giving each device
>its own dirty limit is will no longer starve another device,
>and the cyclic dependancy on the dirty limit is broken.
>
>In order to efficiently distribute the dirty limit across
>the independant devices a floating proportion is used, this
>will allocate a share of the total limit proportional to the
>device's recent activity.
>
>3 is done by also scaling the dirty limit proportional to the
>current task's recent dirty rate.
>
>Changes since -v8:
>- cleanup of the proportion code
>- fix percpu_counter_add(&counter, -(unsigned long))
>- fix per task dirty rate code
>- fwd port to .23-rc2-mm2
Peter,
any chance to get a rollup against 2.6.22-stable?
The 2.6.23 series may not be usable for me due to the
nosharedcache changes for NFS (the new default will massively
disturb the user-space automounter).
Cheers
Martin
------------------------------------------------------
Martin Knoblauch
email: k n o b i AT knobisoft DOT de
www: http://www.knobisoft.de
next reply other threads:[~2007-08-16 12:50 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-16 12:49 Martin Knoblauch [this message]
2007-08-16 12:55 ` [PATCH 00/23] per device dirty throttling -v9 Peter Zijlstra
2007-08-16 13:21 ` Martin Knoblauch
2007-08-23 15:59 ` Martin Knoblauch
2007-08-23 17:41 ` Peter Zijlstra
2007-08-24 10:47 ` Martin Knoblauch
2007-09-03 15:20 ` RFC: [PATCH] Small patch on top of " Martin Knoblauch
-- strict thread matches above, loose matches on Subject: below --
2007-08-16 7:45 [PATCH 00/23] " Peter Zijlstra
2007-08-16 21:29 ` Christoph Lameter
2007-08-17 7:19 ` Peter Zijlstra
2007-08-17 20:37 ` Christoph Lameter
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=913305.55547.qm@web32608.mail.mud.yahoo.com \
--to=spamtrap@knobisoft.de \
--cc=a.p.zijlstra@chello.nl \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox