linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/15] bcache: series of patches for 4.15
@ 2017-10-13 23:35 Michael Lyle
  2017-10-13 23:35 ` [PATCH 01/15] bcache: Avoid nested function definition Michael Lyle
                   ` (15 more replies)
  0 siblings, 16 replies; 17+ messages in thread
From: Michael Lyle @ 2017-10-13 23:35 UTC (permalink / raw)
  To: linux-bcache, linux-block; +Cc: axboe

Jens, and everyone:

Here is the current series of work for inclusion in next and for 4.15's
merge window.  We may get some additional fixes, but this is most of the
work we expect.  All have been previously sent to these lists except the
very last one.

There's a lot of small cleanup patches and fixes for race conditions.

Also included is my new rate controller which we've been measuring for
some time, and other related changes to writeback rate management.

Thanks,

Mike

Summaries below:

 MAINTAINERS                   |   4 +-
 drivers/md/bcache/alloc.c     |   5 ++-
 drivers/md/bcache/bcache.h    |  11 +++--
 drivers/md/bcache/closure.h   |   6 +++
 drivers/md/bcache/request.c   |  20 ++++++---
 drivers/md/bcache/super.c     |  40 ++++++++++-------
 drivers/md/bcache/sysfs.c     |  28 +++++++-----
 drivers/md/bcache/util.c      |  10 ++++-
 drivers/md/bcache/util.h      |   4 +-
 drivers/md/bcache/writeback.c | 117 +++++++++++++++++++++++++++++-------------------
 drivers/md/bcache/writeback.h |   4 +-
 11 files changed, 156 insertions(+), 93 deletions(-)

[PATCH 01/15] bcache: Avoid nested function definition
[PATCH 02/15] bcache: check ca->alloc_thread initialized before wake
[PATCH 03/15] bcache: fix a comments typo in bch_alloc_sectors()
[PATCH 04/15] bcache: rewrite multiple partitions support
[PATCH 05/15] bcache: Remove redundant set_capacity
[PATCH 06/15] bcache: update bio->bi_opf bypass/writeback REQ_ flag
[PATCH 07/15] bcache: remove unused parameter
[PATCH 08/15] bcache: don't write back data if reading it failed
[PATCH 09/15] bcache: implement PI controller for writeback rate
[PATCH 10/15] bcache: smooth writeback rate control
[PATCH 11/15] bcache: writeback rate shouldn't artifically clamp
[PATCH 12/15] bcache: rearrange writeback main thread ratelimit
[PATCH 13/15] bcache: safeguard a dangerous addressing in
[PATCH 14/15] bcache: Add Michael Lyle to MAINTAINERS
[PATCH 15/15] bcache: MAINTAINERS: set bcache to MAINTAINED

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

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

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-13 23:35 [PATCH 00/15] bcache: series of patches for 4.15 Michael Lyle
2017-10-13 23:35 ` [PATCH 01/15] bcache: Avoid nested function definition Michael Lyle
2017-10-13 23:35 ` [PATCH 02/15] bcache: check ca->alloc_thread initialized before wake up it Michael Lyle
2017-10-13 23:35 ` [PATCH 03/15] bcache: fix a comments typo in bch_alloc_sectors() Michael Lyle
2017-10-13 23:35 ` [PATCH 04/15] bcache: rewrite multiple partitions support Michael Lyle
2017-10-13 23:35 ` [PATCH 05/15] bcache: Remove redundant set_capacity Michael Lyle
2017-10-13 23:35 ` [PATCH 06/15] bcache: update bio->bi_opf bypass/writeback REQ_ flag hints Michael Lyle
2017-10-13 23:35 ` [PATCH 07/15] bcache: remove unused parameter Michael Lyle
2017-10-13 23:35 ` [PATCH 08/15] bcache: don't write back data if reading it failed Michael Lyle
2017-10-13 23:35 ` [PATCH 09/15] bcache: implement PI controller for writeback rate Michael Lyle
2017-10-13 23:35 ` [PATCH 10/15] bcache: smooth writeback rate control Michael Lyle
2017-10-13 23:35 ` [PATCH 11/15] bcache: writeback rate shouldn't artifically clamp Michael Lyle
2017-10-13 23:35 ` [PATCH 12/15] bcache: rearrange writeback main thread ratelimit Michael Lyle
2017-10-13 23:35 ` [PATCH 13/15] bcache: safeguard a dangerous addressing in closure_queue Michael Lyle
2017-10-13 23:35 ` [PATCH 14/15] bcache: Add Michael Lyle to MAINTAINERS Michael Lyle
2017-10-13 23:35 ` [PATCH 15/15] bcache: MAINTAINERS: set bcache to MAINTAINED Michael Lyle
2017-10-16 15:08 ` [PATCH 00/15] bcache: series of patches for 4.15 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).