Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1610147

[PATCH 0/3] blk-throttle: add .low limit fix

From Shaohua Li <shli@fb.com>
Newsgroups linux.kernel
Subject [PATCH 0/3] blk-throttle: add .low limit fix
Date 2017-03-28 01:00 +0200
Message-ID <tpLMe-6Ms-15@gated-at.bofh.it> (permalink)
References <tpLMe-6Ms-17@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Jens,

The 3 patches replace the last two patches (patch 17/18) of the series I sent
out today. The new patch overloads blk stat as you suggested.

Thanks,
Shaohua

Shaohua Li (3):
  block: track request size in blk_issue_stat
  blk-throttle: add a mechanism to estimate IO latency
  blk-throttle: add latency target support

 block/blk-core.c          |   2 +-
 block/blk-mq.c            |   2 +-
 block/blk-stat.c          |  15 +++-
 block/blk-stat.h          |  44 +++++++---
 block/blk-throttle.c      | 199 ++++++++++++++++++++++++++++++++++++++++++++--
 block/blk-wbt.h           |  10 +--
 block/blk.h               |   2 +
 include/linux/blk_types.h |   9 ++-
 8 files changed, 254 insertions(+), 29 deletions(-)

-- 
2.9.3

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] blk-throttle: add .low limit fix Shaohua Li <shli@fb.com> - 2017-03-28 01:00 +0200
  [PATCH 3/3] blk-throttle: add latency target support Shaohua Li <shli@fb.com> - 2017-03-28 01:10 +0200
  [PATCH 2/3] blk-throttle: add a mechanism to estimate IO latency Shaohua Li <shli@fb.com> - 2017-03-28 01:10 +0200
  [PATCH 1/3] block: track request size in blk_issue_stat Shaohua Li <shli@fb.com> - 2017-03-28 01:10 +0200

csiph-web