linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/19] bcache patches for Linux v5.1
@ 2019-02-09  4:52 Coly Li
  2019-02-09  4:52 ` [PATCH 01/19] bcache: never writeback a discard operation Coly Li
                   ` (19 more replies)
  0 siblings, 20 replies; 23+ messages in thread
From: Coly Li @ 2019-02-09  4:52 UTC (permalink / raw)
  To: axboe; +Cc: linux-bcache, linux-block, Coly Li

Hi Jens,

This is the bcache patch set for Linux v5.1 merge window.

In this series, we have 4 majour contributers for 19 changes,
- Colin Ian King contributes a patch to improve indent format.
- Danial Axtens fixes a bug by not caching DISCARD/TRIM bio onto cache
  device, to avoid an oops in block layer code.
- Junhui Tang contributes a fix which removes a bogus BUG_ON() panic
  by stale and dirty keys.
- I fixes a series of input overflow issues in bcache sysfs interface,
  and export backing device uuid and name for user space tool. There
  also is a patch to fix caching read ahead metadata issue for XFS.

Please take them in your for-next.

Thanks in advance.

Coly Li
---

Colin Ian King (1):
  bcache: fix indentation issue, remove tabs on a hunk of code

Coly Li (16):
  bcache: not use hard coded memset size in bch_cache_accounting_clear()
  bcache: export backing_dev_name via sysfs
  bcache: export backing_dev_uuid via sysfs
  bcache: improve sysfs_strtoul_clamp()
  bcache: fix input integer overflow of congested threshold
  bcache: fix input overflow to sequential_cutoff
  bcache: add sysfs_strtoul_bool() for setting bit-field variables
  bcache: use sysfs_strtoul_bool() to set bit-field variables
  bcache: fix input overflow to writeback_delay
  bcache: fix potential div-zero error of writeback_rate_i_term_inverse
  bcache: fix potential div-zero error of writeback_rate_p_term_inverse
  bcache: fix input overflow to writeback_rate_minimum
  bcache: fix input overflow to journal_delay_ms
  bcache: fix input overflow to cache set io_error_limit
  bcache: fix input overflow to cache set sysfs file io_error_halflife
  bcache: use (REQ_META|REQ_PRIO) to indicate bio for metadata

Daniel Axtens (1):
  bcache: never writeback a discard operation

Tang Junhui (1):
  bcache: treat stale && dirty keys as bad keys

 drivers/md/bcache/extents.c   | 13 +++----
 drivers/md/bcache/request.c   |  7 ++--
 drivers/md/bcache/stats.c     |  2 +-
 drivers/md/bcache/super.c     | 30 ++++++++--------
 drivers/md/bcache/sysfs.c     | 81 +++++++++++++++++++++++++++++++------------
 drivers/md/bcache/sysfs.h     | 23 ++++++++++--
 drivers/md/bcache/writeback.h |  3 ++
 7 files changed, 109 insertions(+), 50 deletions(-)

-- 
2.16.4


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

end of thread, other threads:[~2019-02-12 16:48 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-09  4:52 [PATCH 00/19] bcache patches for Linux v5.1 Coly Li
2019-02-09  4:52 ` [PATCH 01/19] bcache: never writeback a discard operation Coly Li
2019-02-09  4:52 ` [PATCH 02/19] bcache: not use hard coded memset size in bch_cache_accounting_clear() Coly Li
2019-02-09  4:52 ` [PATCH 03/19] bcache: export backing_dev_name via sysfs Coly Li
2019-02-09  4:52 ` [PATCH 04/19] bcache: export backing_dev_uuid " Coly Li
2019-02-09  4:52 ` [PATCH 05/19] bcache: fix indentation issue, remove tabs on a hunk of code Coly Li
2019-02-09  4:52 ` [PATCH 06/19] bcache: treat stale && dirty keys as bad keys Coly Li
     [not found]   ` <20190212132825.E476F217D9@mail.kernel.org>
2019-02-12 16:42     ` Coly Li
2019-02-09  4:52 ` [PATCH 07/19] bcache: improve sysfs_strtoul_clamp() Coly Li
2019-02-09  4:53 ` [PATCH 08/19] bcache: fix input integer overflow of congested threshold Coly Li
2019-02-09  4:53 ` [PATCH 09/19] bcache: fix input overflow to sequential_cutoff Coly Li
2019-02-09  4:53 ` [PATCH 10/19] bcache: add sysfs_strtoul_bool() for setting bit-field variables Coly Li
2019-02-09  4:53 ` [PATCH 11/19] bcache: use sysfs_strtoul_bool() to set " Coly Li
2019-02-09  4:53 ` [PATCH 12/19] bcache: fix input overflow to writeback_delay Coly Li
2019-02-09  4:53 ` [PATCH 13/19] bcache: fix potential div-zero error of writeback_rate_i_term_inverse Coly Li
2019-02-09  4:53 ` [PATCH 14/19] bcache: fix potential div-zero error of writeback_rate_p_term_inverse Coly Li
2019-02-09  4:53 ` [PATCH 15/19] bcache: fix input overflow to writeback_rate_minimum Coly Li
2019-02-09  4:53 ` [PATCH 16/19] bcache: fix input overflow to journal_delay_ms Coly Li
2019-02-09  4:53 ` [PATCH 17/19] bcache: fix input overflow to cache set io_error_limit Coly Li
2019-02-09  4:53 ` [PATCH 18/19] bcache: fix input overflow to cache set sysfs file io_error_halflife Coly Li
2019-02-09  4:53 ` [PATCH 19/19] bcache: use (REQ_META|REQ_PRIO) to indicate bio for metadata Coly Li
     [not found]   ` <20190212132824.1D1502084E@mail.kernel.org>
2019-02-12 16:48     ` Coly Li
2019-02-09 14:19 ` [PATCH 00/19] bcache patches for Linux v5.1 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).