All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Stodden <daniel.stodden@citrix.com>
To: Xen <xen-devel@lists.xensource.com>
Cc: Jeremy Fitzhardinge <jeremy@goop.org>
Subject: [PATCH 00 of 10] blkfront pvops updates
Date: Thu, 29 Apr 2010 02:19:37 -0000	[thread overview]
Message-ID: <patchbomb.1272507577@agari.van.xensource.com> (raw)


Hi.

Here are couple of bugfixes for blkfront.

 1. Bdev removal was slightly buggy. [Is nobody out there using
    block-detach??] Also it seems like we'be been leaking the gendisk
    structs for a long time.

 2. Fixes most common occasions where disk open/close races against
    backend state switches. This one didn't come for free:
	* xenbus_switch_state growing transactions again.
	* New mutex in blkfront_info
	* Bdev .open/.close rewritten accordingly.

Cheers,
Daniel

             reply	other threads:[~2010-04-29  2:19 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-29  2:19 Daniel Stodden [this message]
2010-04-29  2:19 ` [PATCH 01 of 10] xenbus: Make xenbus_switch_state transactional (again) Daniel Stodden
2010-04-29  2:19 ` [PATCH 02 of 10] blkfront: Fix backtrace in del_gendisk Daniel Stodden
2010-04-29  2:19 ` [PATCH 03 of 10] blkfront: Fix gendisk leak Daniel Stodden
2010-04-29  2:19 ` [PATCH 04 of 10] blkfront: Clean up vbd release Daniel Stodden
2010-04-29  2:19 ` [PATCH 05 of 10] blkfront: Lock blkfront_info when closing Daniel Stodden
2010-04-29  2:19 ` [PATCH 06 of 10] blkfront: Fix blkfront backend switch race (bdev open) Daniel Stodden
2010-04-29  2:19 ` [PATCH 07 of 10] blkfront: Fix blkfront backend switch race (bdev release) Daniel Stodden
2010-04-29  2:19 ` [PATCH 08 of 10] blkfront: Lock blockfront_info during xbdev removal Daniel Stodden
2010-04-29  2:19 ` [PATCH 09 of 10] blkfront: Remove obsolete info->users Daniel Stodden
2010-04-29  2:19 ` [PATCH 10 of 10] blkfront: Klog the unclean release path Daniel Stodden
2010-04-29 19:50 ` [PATCH 00 of 10] blkfront pvops updates Jeremy Fitzhardinge
2010-04-29 20:11   ` Daniel Stodden
2010-04-29 20:58     ` Daniel Stodden
2010-04-29 21:10       ` Jeremy Fitzhardinge
2010-04-29 21:28         ` Daniel Stodden
2010-04-29 21:36           ` Jeremy Fitzhardinge
2010-04-29 23:05             ` Daniel Stodden
2010-04-30 18:01               ` Jeremy Fitzhardinge
2010-04-30 18:13               ` Jeremy Fitzhardinge
2010-04-30 20:12                 ` Daniel Stodden
2010-04-30 11:34     ` Daniel Stodden

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=patchbomb.1272507577@agari.van.xensource.com \
    --to=daniel.stodden@citrix.com \
    --cc=jeremy@goop.org \
    --cc=xen-devel@lists.xensource.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.