public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: James Bottomley <James.Bottomley@SteelEye.com>
To: Florian Weimer <Florian.Weimer@RUS.Uni-Stuttgart.DE>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Flushing buffer and page cache
Date: Sat, 17 Feb 2001 10:12:11 -0600	[thread overview]
Message-ID: <200102171612.KAA00937@localhost.localdomain> (raw)

> Is it possible to flush all entries in the buffer cache corresponding
> to a single block device (i.e. simply drop them if they aren't dirty,
> or write them to disk and drop them after this if they are dirty)?

Yes, just send the BLKFLSBUF ioctl to the device this syncs the device then 
removes all the buffers from the cache.  We use it as a tool to move a SAN 
device around a cluster, which is similar to what you want to do.

James Bottomley




             reply	other threads:[~2001-02-17 16:12 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-02-17 16:12 James Bottomley [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-02-17 18:24 Flushing buffer and page cache Douglas Gilbert
2001-02-17 10:39 Florian Weimer

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=200102171612.KAA00937@localhost.localdomain \
    --to=james.bottomley@steeleye.com \
    --cc=Florian.Weimer@RUS.Uni-Stuttgart.DE \
    --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