linux-bcache.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-09-14 14:54:19 to 2017-10-13 23:36:03 UTC [more...]

[PATCH 00/15] bcache: series of patches for 4.15
 2017-10-13 23:35 UTC  (15+ messages)
` [PATCH 01/15] bcache: Avoid nested function definition
` [PATCH 02/15] bcache: check ca->alloc_thread initialized before wake up it
` [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 hints
` [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 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 closure_queue
` [PATCH 14/15] bcache: Add Michael Lyle to MAINTAINERS
` [PATCH 15/15] bcache: MAINTAINERS: set bcache to MAINTAINED

(unknown),
 2017-10-13 23:20 UTC  (5+ messages)
` [PATCH v2 1/2] bcache: writeback rate shouldn't artifically clamp
` [PATCH v2 2/2] bcache: rearrange writeback main thread ratelimit

bcache request for pull
 2017-10-13 20:56 UTC  (2+ messages)

bcache failure hangs something in kernel
 2017-10-13 10:11 UTC  (7+ messages)

[PATCH] bcache: Add Michael Lyle to MAINTAINERS
 2017-10-13  5:52 UTC  (2+ messages)

[PATCH v2] bcache: safeguard a dangerous addressing in closure_queue
 2017-10-13  5:48 UTC  (2+ messages)

New bcache maintainer
 2017-10-13  5:46 UTC  (2+ messages)

[PATCH] bcache: safeguard a dangerous addressing in closure_queue
 2017-10-13  5:02 UTC  (3+ messages)

[PATCH v2] bcache: explicitly destroy mutex while exiting
 2017-10-10 15:44 UTC  (3+ messages)

[PATCH] bcache: fix race in setting bdev state
 2017-10-10  7:46 UTC  (2+ messages)

[PATCH] bcache: mark expected switch fall-throughs in STRTO_H
 2017-10-10  6:31 UTC  (3+ messages)

[PATCH] [PATCH v3] bcache: gc does not work when triggering by manual
 2017-10-10  6:12 UTC  (3+ messages)

[PATCH] bcache: fix race in setting bdev state
 2017-10-10  6:04 UTC  (2+ messages)

[PATCH] bcache: fix race in setting bdev state
 2017-10-10  4:14 UTC  (2+ messages)

[PATCH 4/5] bcache: writeback: collapse contiguous IO better
 2017-10-10  0:00 UTC  (40+ messages)

[PATCH] bcache: writeback rate shouldn't artifically clamp
 2017-10-08 18:10 UTC  (4+ messages)

(unknown),
 2017-10-08 14:15 UTC 

(unknown),
 2017-10-08  5:08 UTC  (9+ messages)
` [PATCH v3 1/5] bcache: don't write back data if reading it failed
` [PATCH v3 2/5] bcache: implement PI controller for writeback rate
` [PATCH v3 3/5] bcache: smooth writeback rate control
` [PATCH v3 4/5] bcache: writeback: collapse contiguous IO better
` [PATCH v3 5/5] bcache: writeback: properly order backing device IO

[PATCH] bcache: rewrite multiple partitions support
 2017-10-07 22:01 UTC  (3+ messages)

[PATCH] bcache: check ca->alloc_thread initialized before wake up it
 2017-10-07 21:46 UTC  (2+ messages)

[PATCH] bcache: Remove nested function from sysfs
 2017-10-07  2:33 UTC  (2+ messages)

zhujing@ecloutech.com.cn; qinxq@ecloutech.com.cn; qiulg@ecloutech.com.cn
 2017-10-01 16:00 UTC  (7+ messages)
  ` /dev/bcacheX can still be written when plug out backing device

bcache: readahead option seems to prevent cache being filled
 2017-09-30 15:35 UTC 

(unknown),
 2017-09-29 18:01 UTC 

[PATCH 4/5] bcache: writeback: collapse contiguous IO better
 2017-09-29  4:27 UTC  (5+ messages)

[PATCH 0/1] bcache fix for 4.14-rc4
 2017-09-28  0:46 UTC  (8+ messages)
` [PATCH 1/1] bcache: use llist_for_each_entry_safe() in __closure_wake_up()

[PATCH 1/5] bcache: don't write back data if reading it failed
 2017-09-27  8:44 UTC  (11+ messages)
` [PATCH 2/5] bcache: implement PI controller for writeback rate
` [PATCH 3/5] bcache: smooth writeback rate control
` [PATCH 4/5] bcache: writeback: collapse contiguous IO better
` [PATCH 5/5] bcache: writeback: properly order backing device IO

[PATCH 1/5] bcache: don't write back data if reading it failed
 2017-09-27  7:09 UTC  (2+ messages)

[PATCH 1/5] bcache: don't write back data if reading it failed
 2017-09-27  3:27 UTC 

SSD usage for bcache - Read and Writeback
 2017-09-26 20:27 UTC  (17+ messages)

[PATCH 00/13] bcache: fixes and update for 4.14
 2017-09-26 19:55 UTC  (12+ messages)
` [PATCH 04/12] bcache: Don't reinvent the wheel but use existing llist API

[PATCH] bcache: fix a comments typo in bch_alloc_sectors()
 2017-09-26 11:20 UTC 

[PATCH] bcache: use llist_for_each_entry_safe() in __closure_wake_up()
 2017-09-26  8:16 UTC  (2+ messages)

[PATCH] bcache: PI controller for writeback rate V2
 2017-09-26  4:46 UTC  (2+ messages)

[PATCH] bcache: fix a comments typo in bch_alloc_sectors()
 2017-09-21 20:01 UTC 

[PATCHv3] bcache: only permit to recovery read error when cache device is clean
 2017-09-21 19:54 UTC 

[PATCH] bcache: smooth writeback rate control
 2017-09-21 19:20 UTC  (9+ messages)

[PATCHv2] bcache: option for allow stale data on read failure
 2017-09-20 19:46 UTC  (7+ messages)

Writeback efficiency -- proposal
 2017-09-20 15:42 UTC  (6+ messages)

[PATCH] bcache: option for recovery from staled data
 2017-09-17 21:11 UTC  (3+ messages)


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).