mbox series

[0/5] bcache patches for Linux v5.6-rc1

Message ID 20200201144235.94110-1-colyli@suse.de (mailing list archive)
Headers show
Series bcache patches for Linux v5.6-rc1 | expand

Message

Coly Li Feb. 1, 2020, 2:42 p.m. UTC
Hi Jens,

Here are the bcache patches for Linux v5.6-rc1. All the patches are
tested and survived my I/O pressure tests for 24+ hours intotal.

Please take them. Thank you in advance.

Coly Li
---

Coly Li (5):
  bcache: fix memory corruption in bch_cache_accounting_clear()
  bcache: explicity type cast in bset_bkey_last()
  bcache: add readahead cache policy options via sysfs interface
  bcache: fix incorrect data type usage in btree_flush_write()
  bcache: check return value of prio_read()

 drivers/md/bcache/bcache.h  |  3 +++
 drivers/md/bcache/bset.h    |  3 ++-
 drivers/md/bcache/journal.c |  3 ++-
 drivers/md/bcache/request.c | 17 ++++++++++++-----
 drivers/md/bcache/stats.c   | 10 +++++++---
 drivers/md/bcache/super.c   | 21 ++++++++++++++++-----
 drivers/md/bcache/sysfs.c   | 22 ++++++++++++++++++++++
 7 files changed, 64 insertions(+), 15 deletions(-)

Comments

Jens Axboe Feb. 1, 2020, 2:58 p.m. UTC | #1
On 2/1/20 7:42 AM, Coly Li wrote:
> Hi Jens,
> 
> Here are the bcache patches for Linux v5.6-rc1. All the patches are
> tested and survived my I/O pressure tests for 24+ hours intotal.
> 
> Please take them. Thank you in advance.

Applied for 5.6, thanks.