linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Block fixes for 4.1-rc
@ 2015-05-08 18:12 Jens Axboe
  0 siblings, 0 replies; 3+ messages in thread
From: Jens Axboe @ 2015-05-08 18:12 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

Hi Linus,

A collection of fixes since the merge window. This pull request
contains:

- Fix for a double elevator module release, from Chao Yu. Ancient bug.

- The splice() MORE flag fix from Christophe Leroy.

- A fix for NVMe, fixing a patch that went in in the merge window. From
  Keith.

- Two fixes for blk-mq CPU hotplug handling, from Ming Lei.

- bdi vs blockdev lifetime fix from Neil Brown, fixing and oops in md.

- Two blk-mq fixes from Shaohua, fixing a race on queue stop and a bad
  merge issue with FUA writes.

- Division-by-zero fix for writeback from Tejun.

- A block bounce page accounting fix, making sure we inc/dec after
  bouncing so that pre/post IO pages match up. From Wang YanQing.

Please pull!


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

----------------------------------------------------------------
Chao Yu (1):
      elevator: fix double release of elevator module

Christophe Leroy (1):
      splice: sendfile() at once fails for big files

Keith Busch (1):
      NVMe: Fix VPD B0 max sectors translation

Ming Lei (2):
      blk-mq: fix race between timeout and CPU hotplug
      blk-mq: fix CPU hotplug handling

NeilBrown (1):
      block: destroy bdi before blockdev is unregistered.

Shaohua Li (2):
      blk-mq: fix FUA request hang
      blk-mq: don't lose requests if a stopped queue restarts

Tejun Heo (1):
      writeback: use |1 instead of +1 to protect against div by zero

Wang YanQing (1):
      block:bounce: fix call inc_|dec_zone_page_state on different pages confuse value of NR_BOUNCE

 block/blk-core.c          |  2 ++
 block/blk-mq.c            | 60 ++++++++++++++++++++++++++++-------------------
 block/blk-sysfs.c         |  2 --
 block/bounce.c            |  2 +-
 block/elevator.c          |  6 +----
 drivers/block/loop.c      |  2 +-
 drivers/block/nvme-scsi.c |  3 ++-
 drivers/md/md.c           |  4 ++--
 fs/splice.c               | 12 +++++++++-
 include/linux/blk_types.h |  2 +-
 mm/page-writeback.c       |  6 ++---
 11 files changed, 60 insertions(+), 41 deletions(-)

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT PULL] Block fixes for 4.1-rc
@ 2015-06-03 21:35 Jens Axboe
  0 siblings, 0 replies; 3+ messages in thread
From: Jens Axboe @ 2015-06-03 21:35 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

Hi Linus,

Sending this off now, as I'm not aware of other current bugs, nor do I
expect further fixes before 4.1 final. This pull request contains two
fixes:

- A fix for a bdi unregister warning that gets spewed on md, due to a
  regression introduced earlier in this cycle. From Neil Brown.

- A fix for a compile warning for NVMe on 32-bit platforms, also a
  regression introduced in this cycle. From Arnd Bergmann.

Please pull!


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


----------------------------------------------------------------
Arnd Bergmann (1):
      NVMe: fix type warning on 32-bit

NeilBrown (1):
      block: discard bdi_unregister() in favour of bdi_destroy()

 block/genhd.c                    |  1 -
 drivers/block/nvme-core.c        | 10 ++++++----
 include/linux/backing-dev.h      |  1 -
 include/trace/events/writeback.h |  1 -
 mm/backing-dev.c                 | 18 +-----------------
 5 files changed, 7 insertions(+), 24 deletions(-)

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [GIT PULL] Block fixes for 4.1-rc
@ 2015-05-22 18:07 Jens Axboe
  0 siblings, 0 replies; 3+ messages in thread
From: Jens Axboe @ 2015-05-22 18:07 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel

Hi Linus,

Three small fixes that have been picked up the last few weeks.
Specifically:

- Fix a memory corruption issue in NVMe with malignant user constructed
  request. From Christoph.

- Kill (now) unused blk_queue_bio(), dm was changed to not need this
  anymore. From Mike Snitzer.

- Always use blk_schedule_flush_plug() from the io_schedule() path when
  flushing a plug, fixing a !TASK_RUNNING warning with md. From Shaohua.

Please pull!

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

----------------------------------------------------------------
Christoph Hellwig (1):
      nvme: fix kernel memory corruption with short INQUIRY buffers

Mike Snitzer (1):
      block: remove export for blk_queue_bio

Shaohua Li (1):
      sched: always use blk_schedule_flush_plug in io_schedule_out

 block/blk-core.c          | 5 +++--
 drivers/block/nvme-scsi.c | 3 ++-
 include/linux/blkdev.h    | 2 --
 kernel/sched/core.c       | 5 +----
 4 files changed, 6 insertions(+), 9 deletions(-)

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-06-03 21:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-08 18:12 [GIT PULL] Block fixes for 4.1-rc Jens Axboe
2015-05-22 18:07 Jens Axboe
2015-06-03 21:35 Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).