linux-bcache.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-19 11:42:23 to 2023-03-07 10:19:02 UTC [more...]

[PATCH v6 1/3] bcache: add dirty_data in struct bcache_device
 2023-03-07 10:18 UTC  (2+ messages)
` [PATCH v6 3/3] bcache: support online resizing of cached_dev

[CHERRY-PICK] bcache: fixes that missed a Cc: stable@vger.kernel.org
 2023-03-04  6:46 UTC  (2+ messages)

bugfix commits since 5.15 not marked with Cc: stable
 2023-02-28  3:57 UTC  (2+ messages)

[RFC] Live resize of backing device
 2023-02-28  2:46 UTC  (28+ messages)
          ` Error messages with kernel 6.1.[56]
              ` [RFC] Live resize of bcache backing device

[PATCH] bcache: remove return value from bch_cached_dev_error
 2023-02-27 13:52 UTC  (2+ messages)

[PATCH] bcache: Remove dead references to cache_readaheads
 2023-02-27 11:07 UTC  (2+ messages)

[PATCH v2] bcache: Add support for live resize of backing devices
 2023-02-22  8:55 UTC  (2+ messages)

bcache kernel panic
 2023-02-18 15:26 UTC  (7+ messages)

[RESEND PATCH v3] bcache: Fix __bch_btree_node_alloc to make the failure behavior consistent
 2023-02-18 15:22 UTC  (2+ messages)

[RESEBD PATCH v3] bcache: Remove some unnecessary NULL point check for the return value of __bch_btree_node_alloc-related pointer
 2023-02-18  7:06 UTC  (3+ messages)

[PATCH] bcache-tools: improve is_zoned_device()
 2023-02-17 13:29 UTC 

[PATCH] bcache: make kobj_type structures constant
 2023-02-14 16:16 UTC  (4+ messages)

Bcache btree cache size bug
 2023-02-10 10:44 UTC  (3+ messages)

Can you switch caching modes on the fly during use?
 2023-02-09  2:38 UTC  (2+ messages)

[PATCH 6.1 110/208] bcache: Silence memcpy() run-time false positive warnings
 2023-02-07 12:56 UTC 

Throttling performance due to backing device latency
 2023-02-07 11:43 UTC 

[PATCH v3] bcache: Remove some unnecessary NULL point check for the return value of __bch_btree_node_alloc-related pointer
 2023-02-03  4:11 UTC 

[PATCH v3] bcache: Fix __bch_btree_node_alloc to make the failure behavior consistent
 2023-02-03  4:09 UTC 

[PATCH v2] bcache: Remove some unnecessary NULL point check for the return value of __bch_btree_node_alloc-related pointer
 2023-02-03  3:27 UTC 

[PATCH] bcache: Remove some unnecessary NULL point check for the return value of __bch_btree_node_alloc-related pointer
 2023-02-03  2:47 UTC  (4+ messages)

[PATCH] bcache: Fix __bch_btree_node_alloc to make the failure behavior consistent
 2023-02-03  2:08 UTC  (5+ messages)

[PATCH] bcache: Fix a NULL or wild pointer dereference in btree_split
 2023-02-02 14:21 UTC  (7+ messages)

[PATCH 1/3] bcache: make writeback inflight configurable in sysfs
 2023-02-02  5:48 UTC  (8+ messages)
` [PATCH 2/3] bcache: submit writeback inflight dirty writes in batch
` [PATCH 3/3] bcache: support overlay bcache

[PATCH v2 1/3] bcache: make writeback inflight configurable in sysfs
 2023-02-02  3:02 UTC  (3+ messages)
` [PATCH v2 2/3] bcache: submit writeback inflight dirty writes in batch
` [PATCH v2 3/3] bcache: support overlay bcache

Multi-Level Caching
 2023-02-01 18:04 UTC  (6+ messages)

[PATCH AUTOSEL 6.1 19/20] bcache: Silence memcpy() run-time false positive warnings
 2023-01-31 14:59 UTC 

[GIT PULL] kernel hardening fixes for v6.2-rc6
 2023-01-28  0:20 UTC  (2+ messages)

[PATCH for-6.2/block V3 1/2] block: Data type conversion for IO accounting
 2023-01-17 17:52 UTC  (7+ messages)
` [PATCH for-6.2/block V3 2/2] block: Change the granularity of io ticks from ms to ns

[PATCH] bcache: improve bch_hprint() output
 2023-01-09  6:39 UTC  (2+ messages)
`  "

[PATCH v5 1/3] bcache: add dirty_data in struct bcache_device
 2023-01-09  6:14 UTC  (3+ messages)
` [PATCH v5 2/3] bcache: allocate stripe memory when partial_stripes_expensive is true
` [PATCH v5 3/3] bcache: support online resizing of cached_dev

[PATCH v4 1/3] bcache: add dirty_data in struct bcache_device
 2023-01-09  3:11 UTC  (3+ messages)
` [PATCH v4 2/3] bcache: allocate stripe memory when partial_stripes_expensive is true
` [PATCH v4 3/3] bcache: support online resizing of cached_dev

[regression] Bug 216785 - "memcpy: detected field-spanning write..." warnings with bcache
 2023-01-06 20:16 UTC  (6+ messages)
` [regression] Bug 216785 - "memcpy: detected field-spanning write..." warnings with bcache #forregzbot

[PATCH] bcache: Silence memcpy() run-time false positive warnings
 2023-01-06 19:53 UTC  (5+ messages)

On vacation from Jan 9 to Jan 13
 2023-01-06 14:48 UTC 

[PATCH v3 1/3] bcache: add dirty_data in struct bcache_device
 2022-12-12 12:32 UTC  (3+ messages)
` [PATCH v3 2/3] bcache: allocate stripe memory when partial_stripes_expensive is true
` [PATCH v3 3/3] bcache: support online resizing of cached_dev

[PATCH v2 1/3] bcache: add dirty_data in struct bcache_device
 2022-12-12  6:09 UTC  (3+ messages)
` [PATCH v2 2/3] bcache: allocate stripe memory when partial_stripes_expensive is true
` [PATCH v2 3/3] bcache: support online resizing of cached_dev

[PATCH 1/3] bcache: add dirty_data in struct bcache_device
 2022-12-12  3:20 UTC  (3+ messages)
` [PATCH 2/3] bcache: allocate stripe memory when partial_stripes_expensive is true
` [PATCH 3/3] bcache: support online resizing of cached_dev

[RFC for-6.2/block V2] block: Change the granularity of io ticks from ms to ns
 2022-12-08  2:55 UTC  (7+ messages)

[RFC] block: Change the granularity of io ticks from ms to ns
 2022-12-07 17:22 UTC  (7+ messages)

[PATCH] block: remove bio_set_op_attrs
 2022-12-07 16:43 UTC  (7+ messages)
    ` [dm-devel] "

[PATCH] bcache: Convert to use sysfs_emit()/sysfs_emit_at() APIs
 2022-12-07 13:04 UTC  (2+ messages)

[PATCH] bcache: don't export tracepoints
 2022-12-02  9:52 UTC  (3+ messages)

bcache: Data is inconsistent when the cache device failed in writearound mode
 2022-11-24  7:57 UTC 

automatically detach missing cache devices
 2022-11-24  7:13 UTC 

die Info -35 % gehören Ihnen
 2022-11-17 10:30 UTC 

Reviews For Jazalyn's Novels
 2022-11-06 19:09 UTC 

Reviews for Jazalyn's Novels
 2022-11-01 20:06 UTC 

bcachefs-tools: O_DIRECT necessary?
 2022-10-31  3:10 UTC  (3+ messages)

[PATCH] bcache-tools: fix incorrect id to find cache dev
 2022-10-29  9:24 UTC 

[PATCH v2 1/2] bcache: add the writeback_rate of cache_set in sysfs
 2022-10-19  7:50 UTC  (2+ messages)
` [PATCH v2 2/2] bcache: support QoS for the writeback_rate of cache_set

[PATCH AUTOSEL 5.15 20/47] bcache: fix set_at_max_writeback_rate() for multiple attached devices
 2022-10-13  0:20 UTC 

[PATCH AUTOSEL 5.4 11/27] bcache: fix set_at_max_writeback_rate() for multiple attached devices
 2022-10-13  0:24 UTC 

[PATCH AUTOSEL 5.10 15/33] bcache: fix set_at_max_writeback_rate() for multiple attached devices
 2022-10-13  0:23 UTC 

[PATCH AUTOSEL 5.19 26/63] bcache: fix set_at_max_writeback_rate() for multiple attached devices
 2022-10-13  0:18 UTC 

[PATCH AUTOSEL 6.0 27/67] bcache: fix set_at_max_writeback_rate() for multiple attached devices
 2022-10-13  0:15 UTC 

Feature Request - Full Bypass/Verify Mode
 2022-10-10 11:38 UTC  (3+ messages)

[PATCH 1/3] bcache: add the writeback_rate of cache_set in sysfs
 2022-09-30  9:02 UTC  (3+ messages)
` [PATCH 2/3] bcache: support QoS for the writeback_rate of cache_set
` [PATCH 3/3] bcache: make writeback inflight configurable in sysfs

[PATCH][next] bcache: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helper
 2022-09-26 22:00 UTC  (2+ messages)

[PATCH] bcache: improve race performance of closure debug by rcu
 2022-09-26 15:01 UTC 

About to orphan bcache-tools for Fedora
 2022-09-25 13:14 UTC 

[PATCH v4 1/3] bcache: bch_sectors_dirty_init() check each thread result and return error
 2022-09-22  2:20 UTC  (3+ messages)
` [PATCH v4 2/3] bcache: check bch_sectors_dirty_init() return value
` [PATCH v4 3/3] bcache: check bch_cached_dev_attach() "

[PATCH v3 1/3] bcache: bch_sectors_dirty_init() check each thread result and return error
 2022-09-20 21:20 UTC  (4+ messages)
` [PATCH v3 2/3] bcache: check bch_sectors_dirty_init() return value
` [PATCH v3 3/3] bcache: check bch_cached_dev_attach() "

[PATCH 0/5] bcache patches for Linux v6.1
 2022-09-19 17:12 UTC  (7+ messages)
` [PATCH 1/5] bcache: remove unnecessary flush_workqueue
` [PATCH 2/5] bcache: remove unused bch_mark_cache_readahead function def in stats.h
` [PATCH 3/5] bcache: bset: Fix comment typos
` [PATCH 4/5] bcache:: fix repeated words in comments
` [PATCH 5/5] bcache: fix set_at_max_writeback_rate() for multiple attached devices


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