All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] Pending bcache patches for review
@ 2018-07-26 14:22 Coly Li
  2018-07-26 14:22 ` [PATCH 1/9] bcache: do not check return value of debugfs_create_dir() Coly Li
                   ` (8 more replies)
  0 siblings, 9 replies; 15+ messages in thread
From: Coly Li @ 2018-07-26 14:22 UTC (permalink / raw)
  To: colyli, linux-bcache; +Cc: linux-block

Hi folks,

I ask for help to review these patches, some of them are posted for months.
They are OK with my test for a while, still tt would be great to have more
reviewer before these patches go into v4.19.

Thanks in advance. 

Coly Li
---
Coly Li (9):
  bcache: do not check return value of debugfs_create_dir()
  bcache: display rate debug parameters to 0 when writeback is not
    running
  bcache: avoid unncessary cache prefetch bch_btree_node_get()
  bcache: add a comment in register_bdev()
  bcache: fix mistaken code comments in struct cache
  bcache: fix mistaken comments in bch_keylist_realloc()
  bcache: add code comments for bset.c
  bcache: initiate bcache_debug to NULL
  bcache: set max writeback rate when I/O request is idle

 drivers/md/bcache/bcache.h    | 16 +++---
 drivers/md/bcache/bset.c      | 63 ++++++++++++++++++++++++
 drivers/md/bcache/btree.c     | 14 +++---
 drivers/md/bcache/closure.c   | 13 +++--
 drivers/md/bcache/closure.h   |  4 +-
 drivers/md/bcache/debug.c     | 13 ++---
 drivers/md/bcache/request.c   | 56 ++++++++++++++++++++-
 drivers/md/bcache/super.c     |  9 +++-
 drivers/md/bcache/sysfs.c     | 37 +++++++++-----
 drivers/md/bcache/util.c      |  2 +-
 drivers/md/bcache/util.h      |  2 +-
 drivers/md/bcache/writeback.c | 91 +++++++++++++++++++++++------------
 12 files changed, 244 insertions(+), 76 deletions(-)

-- 
2.17.1

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

end of thread, other threads:[~2018-07-28  6:49 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-26 14:22 [PATCH 0/9] Pending bcache patches for review Coly Li
2018-07-26 14:22 ` [PATCH 1/9] bcache: do not check return value of debugfs_create_dir() Coly Li
2018-07-26 14:22 ` [PATCH 2/9] bcache: display rate debug parameters to 0 when writeback is not running Coly Li
2018-07-26 14:22 ` [PATCH 3/9] bcache: avoid unncessary cache prefetch bch_btree_node_get() Coly Li
2018-07-26 14:22 ` [PATCH 4/9] bcache: add a comment in register_bdev() Coly Li
2018-07-26 14:22 ` [PATCH 5/9] bcache: fix mistaken code comments in struct cache Coly Li
2018-07-26 14:22 ` [PATCH 6/9] bcache: fix mistaken comments in bch_keylist_realloc() Coly Li
2018-07-26 14:22 ` [PATCH 7/9] bcache: add code comments for bset.c Coly Li
2018-07-26 14:22 ` [PATCH 8/9] bcache: initiate bcache_debug to NULL Coly Li
2018-07-27 17:37   ` Noah Massey
2018-07-27 19:32     ` Noah Massey
2018-07-28  5:24       ` Coly Li
2018-07-27 21:53     ` Vojtech Pavlik
2018-07-27 19:49   ` Bart Van Assche
2018-07-26 14:22 ` [PATCH 9/9] bcache: set max writeback rate when I/O request is idle Coly Li

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.