linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] Block layer patches for kernel v5.5
@ 2019-09-30 23:00 Bart Van Assche
  2019-09-30 23:00 ` [PATCH 1/8] block: Fix three kernel-doc warnings Bart Van Assche
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Bart Van Assche @ 2019-09-30 23:00 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-block, Christoph Hellwig, Bart Van Assche

Hi Jens,

This patch series includes the patches I prepared for kernel v5.5. Please
consider these patches for inclusion in the upstream kernel.

Thanks,

Bart.

Bart Van Assche (8):
  block: Fix three kernel-doc warnings
  block: Fix writeback throttling W=1 compiler warnings
  block: Remove request_queue.nr_queues
  block: Remove "dying" checks from sysfs callbacks
  block: Reduce sysfs_lock locking inside blk_cleanup_queue()
  block: Document all members of blk_mq_tag_set and bkl_mq_queue_map
  null_blk: Improve nullb_device_##NAME##_store() readability
  null_blk: Enable modifying 'submit_queues' after an instance has been
    configured

 block/blk-core.c              |  4 +-
 block/blk-mq-sysfs.c          | 16 ++-----
 block/blk-mq.c                |  6 +--
 block/blk-sysfs.c             |  8 ----
 block/t10-pi.c                |  8 +---
 drivers/block/null_blk_main.c | 78 +++++++++++++++++++++++------------
 include/linux/blk-mq.h        | 54 +++++++++++++++++++-----
 include/linux/blkdev.h        |  1 -
 include/trace/events/wbt.h    | 12 ++++--
 9 files changed, 114 insertions(+), 73 deletions(-)



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

end of thread, other threads:[~2019-10-02  3:28 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-30 23:00 [PATCH 0/8] Block layer patches for kernel v5.5 Bart Van Assche
2019-09-30 23:00 ` [PATCH 1/8] block: Fix three kernel-doc warnings Bart Van Assche
2019-09-30 23:00 ` [PATCH 2/8] block: Fix writeback throttling W=1 compiler warnings Bart Van Assche
2019-09-30 23:00 ` [PATCH 3/8] block: Remove request_queue.nr_queues Bart Van Assche
2019-09-30 23:00 ` [PATCH 4/8] block: Remove "dying" checks from sysfs callbacks Bart Van Assche
2019-09-30 23:00 ` [PATCH 5/8] block: Reduce sysfs_lock locking inside blk_cleanup_queue() Bart Van Assche
2019-09-30 23:00 ` [PATCH 6/8] block: Document all members of blk_mq_tag_set and bkl_mq_queue_map Bart Van Assche
2019-09-30 23:00 ` [PATCH 7/8] null_blk: Improve nullb_device_##NAME##_store() readability Bart Van Assche
2019-09-30 23:00 ` [PATCH 8/8] null_blk: Enable modifying 'submit_queues' after an instance has been configured Bart Van Assche
2019-10-02  3:28 ` [PATCH 0/8] Block layer patches for kernel v5.5 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).