public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Matthew Garrett <mjg59@srcf.ucam.org>
To: Jens Axboe <jens.axboe@oracle.com>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2] laptop-mode: Make flushes per-device
Date: Mon, 14 Dec 2009 20:54:28 +0000	[thread overview]
Message-ID: <20091214205428.GA8917@srcf.ucam.org> (raw)
In-Reply-To: <20091214195806.GV8742@kernel.dk>

On Mon, Dec 14, 2009 at 08:58:06PM +0100, Jens Axboe wrote:
> On Mon, Dec 14 2009, Matthew Garrett wrote:
> > One of the features of laptop-mode is that it forces a writeout of dirty
> > pages if something else triggers a physical read or write from a device.
> > The current implementation flushes pages on all devices, rather than only
> > the one that triggered the flush. This patch alters the behaviour so that
> > only the recently accessed block device is flushed, preventing other
> > disks being spun up for no terribly good reason.
> 
> A few comments... Perhaps the timer deletion should go into the backing,
> since that is where it's sitting?

That was for symmetry with the setup, but I'm not married to it.

> Also, I think it would be cleaner to queue the flush work from the timer
> on the per-bdi thread, instead of having a work struct allocated and
> using that work item to simply call bdi writeback instead.

I had a vague recollection of context awkwardness, but I may have been 
wrong there. I'll try that.

-- 
Matthew Garrett | mjg59@srcf.ucam.org

  reply	other threads:[~2009-12-14 20:54 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-11 16:08 [PATCH] laptop-mode: Make flushes per-device Matthew Garrett
2009-12-11 16:44 ` Matthew Garrett
2009-12-11 17:54   ` Matthew Garrett
2009-12-12 12:24     ` Jens Axboe
2009-12-14 19:05       ` Matthew Garrett
2009-12-14 19:08         ` Jens Axboe
2009-12-14 19:48           ` [PATCH v2] " Matthew Garrett
2009-12-14 19:58             ` Jens Axboe
2009-12-14 20:54               ` Matthew Garrett [this message]
2009-12-15 18:21               ` [PATCH v3] " Matthew Garrett
2010-04-03 17:10                 ` Matthew Garrett
2010-04-06 12:24                   ` Jens Axboe

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=20091214205428.GA8917@srcf.ucam.org \
    --to=mjg59@srcf.ucam.org \
    --cc=jens.axboe@oracle.com \
    --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