All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Five small zoned block device patches
@ 2018-06-15 21:55 Bart Van Assche
  2018-06-15 21:55 ` [PATCH 1/5] block: Remove a superfluous cast from blkdev_report_zones() Bart Van Assche
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Bart Van Assche @ 2018-06-15 21:55 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-block, Christoph Hellwig, Bart Van Assche

Hello Jens,

In this patch series there are five patches with small improvements for the
zoned block device code. Please consider these patches for the upstream kernel.

Thanks,

Bart.

Bart Van Assche (5):
  block: Remove a superfluous cast from blkdev_report_zones()
  include/uapi/linux/blkzoned.h: Remove a superfluous __packed directive
  block: Remove bdev_nr_zones()
  block: Inline blk_queue_nr_zones()
  block: Make struct request_queue smaller for CONFIG_BLK_DEV_ZONED=n

 block/Kconfig                 |  4 ++++
 block/Makefile                |  1 +
 block/blk-mq-debugfs-zoned.c  | 24 ++++++++++++++++++++++++
 block/blk-mq-debugfs.c        | 15 ---------------
 block/blk-mq-debugfs.h        |  9 +++++++++
 block/blk-zoned.c             |  2 +-
 include/linux/blkdev.h        | 20 ++++++--------------
 include/uapi/linux/blkzoned.h |  2 +-
 8 files changed, 46 insertions(+), 31 deletions(-)
 create mode 100644 block/blk-mq-debugfs-zoned.c

-- 
2.17.0

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

end of thread, other threads:[~2018-06-16 21:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-15 21:55 [PATCH 0/5] Five small zoned block device patches Bart Van Assche
2018-06-15 21:55 ` [PATCH 1/5] block: Remove a superfluous cast from blkdev_report_zones() Bart Van Assche
2018-06-15 21:55 ` [PATCH 2/5] include/uapi/linux/blkzoned.h: Remove a superfluous __packed directive Bart Van Assche
2018-06-15 21:55 ` [PATCH 3/5] block: Remove bdev_nr_zones() Bart Van Assche
2018-06-15 21:55 ` [PATCH 4/5] block: Inline blk_queue_nr_zones() Bart Van Assche
2018-06-15 21:55 ` [PATCH 5/5] block: Make struct request_queue smaller for CONFIG_BLK_DEV_ZONED=n Bart Van Assche
2018-06-16 18:27 ` [PATCH 0/5] Five small zoned block device patches Jens Axboe
2018-06-16 20:58   ` Bart Van Assche
2018-06-16 21:00     ` Jens Axboe

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.