All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@kernel.dk>
To: Linus Torvalds <torvalds@linux-foundation.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] block fixes for 3.3 final
Date: Wed, 14 Mar 2012 15:37:31 +0100	[thread overview]
Message-ID: <4F60AD2B.3040702@kernel.dk> (raw)

Hi Linus,

Been sitting on this for a while, but lets get this out the door.
This fixes various important bugs for 3.3 final, along with a few more
trivial ones. Please pull!


  git://git.kernel.dk/linux-block.git for-linus


Alan Stern (1):
      Block: use a freezable workqueue for disk-event polling

Dan Carpenter (1):
      block, sx8: fix pointer math issue getting fw version

Danny Kukawka (2):
      drivers/block/DAC960: fix DAC960_V2_IOCTL_Opcode_T -Wenum-compare warning
      drivers/block/DAC960: fix -Wuninitialized warning

Jun'ichi Nomura (1):
      block: Fix NULL pointer dereference in sd_revalidate_disk

Muthukumar R (1):
      block: Fix setting bio flags in drivers (sd_dif/floppy)

Stanislaw Gruszka (1):
      block: fix __blkdev_get and add_disk race condition

Tejun Heo (3):
      block: replace icq->changed with icq->flags
      block: simplify ioc_release_fn()
      block: exit_io_context() should call elevator_exit_icq_fn()

Xiaotian Feng (1):
      block: fix ioc leak in put_io_context

 block/blk-ioc.c           |  135 +++++++++++++++++++++++++++++----------------
 block/cfq-iosched.c       |   12 ++--
 block/genhd.c             |   42 ++++++++------
 block/partition-generic.c |   48 +++++++++++++---
 drivers/block/DAC960.c    |   18 +++---
 drivers/block/floppy.c    |    2 +-
 drivers/block/sx8.c       |    2 +-
 drivers/scsi/sd_dif.c     |    2 +-
 fs/block_dev.c            |   16 ++++--
 include/linux/genhd.h     |    1 +
 include/linux/iocontext.h |   10 +++-
 include/linux/workqueue.h |    4 ++
 kernel/workqueue.c        |    7 ++-
 13 files changed, 201 insertions(+), 98 deletions(-)

-- 
Jens Axboe


                 reply	other threads:[~2012-03-14 14:38 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=4F60AD2B.3040702@kernel.dk \
    --to=axboe@kernel.dk \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.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 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.