All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Block layer cleanup patches
@ 2022-10-25 19:17 Bart Van Assche
  2022-10-25 19:17 ` [PATCH v2 1/3] block: Remove request.write_hint Bart Van Assche
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Bart Van Assche @ 2022-10-25 19:17 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-block, Christoph Hellwig, Bart Van Assche

Hi Jens,

There are two cleanup patches in this series and one small performance
improvement patch. Please consider these patches for the next merge window.

Changes compared to v1:
- Extracted these patches from a larger patch series.
- Added Mings' Reviewed-by.

Bart Van Assche (3):
  block: Remove request.write_hint
  block: Constify most queue limits pointers
  block: Micro-optimize get_max_segment_size()

 block/blk-map.c        |  2 +-
 block/blk-merge.c      | 44 ++++++++++++++++++++++++++----------------
 block/blk-settings.c   |  6 +++---
 block/blk.h            | 11 ++++++-----
 include/linux/blk-mq.h |  1 -
 5 files changed, 37 insertions(+), 27 deletions(-)


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

end of thread, other threads:[~2022-10-25 19:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-25 19:17 [PATCH 0/3] Block layer cleanup patches Bart Van Assche
2022-10-25 19:17 ` [PATCH v2 1/3] block: Remove request.write_hint Bart Van Assche
2022-10-25 19:17 ` [PATCH v2 2/3] block: Constify most queue limits pointers Bart Van Assche
2022-10-25 19:17 ` [PATCH v2 3/3] block: Micro-optimize get_max_segment_size() Bart Van Assche
2022-10-25 19:40 ` [PATCH 0/3] Block layer cleanup patches Keith Busch
2022-10-25 19:42 ` 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.