public inbox for linux-block@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] Twelve small block layer patches
@ 2017-08-17 23:22 Bart Van Assche
  2017-08-17 23:23 ` [PATCH 01/12] block: Fix two comments that refer to .queue_rq() return values Bart Van Assche
                   ` (12 more replies)
  0 siblings, 13 replies; 35+ messages in thread
From: Bart Van Assche @ 2017-08-17 23:22 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-block, Christoph Hellwig, Bart Van Assche

Hello Jens,

The twelve patches in this series are patches I came up with while working
on block drivers and SCSI drivers. Please consider these for inclusion in
kernel v4.14.

Thanks,

Bart.

Bart Van Assche (12):
  block: Fix two comments that refer to .queue_rq() return values
  block: Unexport blk_queue_end_tag()
  blk-mq: Explain when 'active_queues' is decremented
  blk-mq: Make blk_mq_reinit_tagset() calls easier to read
  blk-mq-debugfs: Declare a local symbol static
  blk-mq-debugfs: Generate name-to-text translation tables
  genhd: Annotate all part and part_tbl pointer dereferences
  ide-floppy: Use blk_rq_is_scsi()
  virtio_blk: Use blk_rq_is_scsi()
  xen-blkback: Fix indentation
  xen-blkback: Avoid that gcc 7 warns about fall-through when building
    with W=1
  xen-blkfront: Avoid that gcc 7 warns about fall-through when building
    with W=1

 block/.gitignore                    |   1 +
 block/Makefile                      |  58 ++++++++++++++++
 block/blk-mq-debugfs.c              | 132 +-----------------------------------
 block/blk-mq-tag.c                  |   9 +--
 block/blk-mq.c                      |   8 ++-
 block/blk-tag.c                     |   1 -
 block/genhd.c                       |  15 ++--
 block/partition-generic.c           |  15 +++-
 drivers/block/virtio_blk.c          |   2 +-
 drivers/block/xen-blkback/blkback.c |   5 +-
 drivers/block/xen-blkback/xenbus.c  |   3 +-
 drivers/block/xen-blkfront.c        |   2 +-
 drivers/ide/ide-floppy.c            |   2 +-
 drivers/nvme/host/fc.c              |   4 +-
 drivers/nvme/host/rdma.c            |  11 +--
 include/linux/blk-mq.h              |   5 +-
 16 files changed, 112 insertions(+), 161 deletions(-)
 create mode 100644 block/.gitignore

-- 
2.14.0

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

end of thread, other threads:[~2017-08-20  6:15 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-17 23:22 [PATCH 00/12] Twelve small block layer patches Bart Van Assche
2017-08-17 23:23 ` [PATCH 01/12] block: Fix two comments that refer to .queue_rq() return values Bart Van Assche
2017-08-18  7:31   ` Hannes Reinecke
2017-08-17 23:23 ` [PATCH 02/12] block: Unexport blk_queue_end_tag() Bart Van Assche
2017-08-18  7:31   ` Hannes Reinecke
2017-08-17 23:23 ` [PATCH 03/12] blk-mq: Explain when 'active_queues' is decremented Bart Van Assche
2017-08-18  7:32   ` Hannes Reinecke
2017-08-18 14:34   ` Jens Axboe
2017-08-17 23:23 ` [PATCH 04/12] blk-mq: Make blk_mq_reinit_tagset() calls easier to read Bart Van Assche
2017-08-18  7:32   ` Hannes Reinecke
2017-08-20  6:15   ` Sagi Grimberg
2017-08-17 23:23 ` [PATCH 05/12] blk-mq-debugfs: Declare a local symbol static Bart Van Assche
2017-08-18  6:52   ` Omar Sandoval
2017-08-18  7:33   ` Hannes Reinecke
2017-08-17 23:23 ` [PATCH 06/12] blk-mq-debugfs: Generate name-to-text translation tables Bart Van Assche
2017-08-18  7:38   ` Hannes Reinecke
2017-08-18 14:35   ` Jens Axboe
2017-08-18 15:11     ` Bart Van Assche
2017-08-18 15:36       ` Jens Axboe
2017-08-17 23:23 ` [PATCH 07/12] genhd: Annotate all part and part_tbl pointer dereferences Bart Van Assche
2017-08-18  7:39   ` Hannes Reinecke
2017-08-17 23:23 ` [PATCH 08/12] ide-floppy: Use blk_rq_is_scsi() Bart Van Assche
2017-08-18  5:00   ` David Miller
2017-08-18  7:39   ` Hannes Reinecke
2017-08-17 23:23 ` [PATCH 09/12] virtio_blk: " Bart Van Assche
2017-08-18  7:39   ` Hannes Reinecke
2017-08-17 23:23 ` [PATCH 10/12] xen-blkback: Fix indentation Bart Van Assche
2017-08-18  7:40   ` Hannes Reinecke
2017-08-17 23:23 ` [PATCH 11/12] xen-blkback: Avoid that gcc 7 warns about fall-through when building with W=1 Bart Van Assche
2017-08-18  7:40   ` Hannes Reinecke
2017-08-17 23:23 ` [PATCH 12/12] xen-blkfront: " Bart Van Assche
2017-08-18  8:54   ` Roger Pau Monn303251
2017-08-18 11:46     ` [Xen-devel] " Anthony PERARD
2017-08-18 11:57       ` Roger Pau Monn303251
2017-08-18 14:37 ` [PATCH 00/12] Twelve small block layer patches Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox