public inbox for linux-bcache@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-06-18 01:42:15 to 2025-04-14 01:45:32 UTC [more...]

[RFC PATCH 00/11] pcache: Persistent Memory Cache for Block Devices
 2025-04-14  1:44 UTC  (4+ messages)
` [RFC PATCH 01/11] pcache: introduce cache_dev for managing persistent memory-based cache devices
` [RFC PATCH 02/11] pcache: introduce segment abstraction
` [RFC PATCH 03/11] pcache: introduce meta_segment abstraction

[PATCH] bcache: fix NULL pointer in cache_set_flush()
 2025-04-09  3:27 UTC  (4+ messages)

[PATCH 0/2] bcache: Fix symbol visibility and type assignment
 2025-04-08 13:27 UTC  (9+ messages)
` [PATCH 1/2] bcache: Fix undeclared symbol warning for bcache_is_reboot
` [PATCH 2/2] bcache: Fix warnings for incorrect type in assignments

[PATCH 0/8][next] Avoid a couple hundred -Wflex-array-member-not-at-end warnings
 2025-02-24 14:04 UTC  (3+ messages)
` [PATCH 8/8][next] bcache: Avoid "

[PATCH] bcache: Use the lastest writeback_delay value when writeback thread is woken up
 2025-02-13  7:01 UTC  (5+ messages)
`  "

[PATCH v2 1/3] bcache: avoid invalidating buckets in use
 2025-01-22  4:42 UTC  (7+ messages)
` [PATCH v2 2/3] bcache: fix io error during cache read race
  `  "
` [PATCH v2 3/3] bcache: remove unused parameters

[PATCH] bcache: fix journal full and c->root write not flushed
 2025-01-22  4:34 UTC  (2+ messages)

[PATCH v3 0/8] Introduce CBD (CXL Block Device)
 2025-01-07 12:21 UTC  (11+ messages)
` [PATCH v3 1/8] cbd: introduce cbd_transport
` [PATCH v3 2/8] cbd: introduce cbd_host
` [PATCH v3 3/8] cbd: introduce cbd_segment
` [PATCH v3 4/8] cbd: introduce cbd_channel
` [PATCH v3 5/8] cbd: introduce cbd_blkdev
` [PATCH v3 6/8] cbd: introduce cbd_backend
` [PATCH v3 7/8] cbd: introduce cbd_cache
` [PATCH v3 8/8] block: Init for CBD(CXL Block Device)

I urge you to understand my viewpoint accurately
 2024-12-13  4:24 UTC 

[PATCH] MAINTAINERS: update Coly Li's email address
 2024-12-10 16:17 UTC  (3+ messages)

[PATCH] bcache: fix -Wunterminated-string-initialization from incoming gcc-15
 2024-12-04 16:47 UTC 

[PATCH] bcache: revert replacing IS_ERR_OR_NULL with IS_ERR again
 2024-12-03 22:56 UTC  (3+ messages)

[PATCH 0/2] block: Delete bio_set_prio() and bio_prio()
 2024-12-03 13:42 UTC  (7+ messages)
` [PATCH 1/2] block: Delete bio_prio()
` [PATCH 2/2] block: Delete bio_set_prio()

bcache: fix oops bug in cache_set_flush
 2024-11-27  5:05 UTC  (15+ messages)
` 回复: "
    ` [PATCH] bcache:fix oops "
              ` [PATCH V2] "
              ` [PATCH V3] bcache: revert replacing IS_ERR_OR_NULL with IS_ERR again

[PATCH v2 00/10] Enhance min heap API with non-inline functions and optimizations
 2024-11-27  8:04 UTC  (19+ messages)
` [PATCH v2 01/10] lib/min_heap: Introduce non-inline versions of min heap API functions
` [PATCH v2 02/10] lib min_heap: Optimize min heap by prescaling counters for better performance
` [PATCH v2 03/10] lib min_heap: Avoid indirect function call by providing default swap
` [PATCH v2 04/10] lib/test_min_heap: Update min_heap_callbacks to use default builtin swap
` [PATCH v2 05/10] perf/core: "
` [PATCH v2 06/10] dm vdo: "
` [PATCH v2 07/10] bcache: "
` [PATCH v2 08/10] bcachefs: Clean up duplicate min_heap_callbacks declarations
` [PATCH v2 09/10] bcachefs: Update min_heap_callbacks to use default builtin swap
` [PATCH v2 10/10] Documentation/core-api: Add min heap API introduction

[PATCH 1/3] bcache: avoid invalidating buckets in use
 2024-11-22  1:46 UTC  (6+ messages)
` [PATCH 2/3] bcache: fix io error during cache read race
` [PATCH 3/3] bcache: remove unused parameters

[PATCH 1/3] bcache: avoid invalidating buckets in use
 2024-11-18  9:26 UTC  (2+ messages)
` [PATCH 2/3] bcache: fix io error during cache read race

[PATCH] bcache: fix io error during cache read race
 2024-11-06  6:09 UTC 

[PATCH 0/3] Enhance min heap API with non-inline functions and optimizations
 2024-10-20  5:15 UTC  (18+ messages)
` [PATCH 1/3] lib/min_heap: Introduce non-inline versions of min heap API functions
` [PATCH 2/3] lib min_heap: Optimize min heap by prescaling counters for better performance
` [PATCH 3/3] Documentation/core-api: Add min heap API introduction

bcache test suites
 2024-10-16 23:53 UTC 

Build regressions/improvements in v6.12-rc1
 2024-09-30 16:26 UTC  (2+ messages)

multipath'd bcache device
 2024-09-28 22:55 UTC  (15+ messages)

[PATCH v1] md: Correct typos in multiple comments across various files
 2024-09-25  9:05 UTC  (5+ messages)

[PATCH v2 0/8] Introduce CBD (CXL Block Device)
 2024-09-25  1:48 UTC  (11+ messages)
` [PATCH v2 1/8] cbd: introduce cbd_transport
` [PATCH v2 2/8] cbd: introduce cbd_host
` [PATCH v2 3/8] cbd: introduce cbd_segment
` [PATCH v2 4/8] cbd: introduce cbd_channel
` [PATCH v2 5/8] cbd: introduce cbd_cache
` [PATCH v2 6/8] cbd: introduce cbd_blkdev
` [PATCH v2 7/8] cbd: introduce cbd_backend
` [PATCH v2 8/8] block: Init for CBD(CXL Block Device) module

Filesystem stability and recommendations?
 2024-08-24 20:17 UTC 

bcachefs mount issue
 2024-08-06 20:27 UTC  (6+ messages)

move features flags into queue_limits v2
 2024-07-25 13:00 UTC  (13+ messages)
` [PATCH 12/26] block: remove blk_flush_policy
` [PATCH 14/26] block: move the nonrot flag to queue_limits

[axboe-block:for-next] [block] 1122c0c1cc: aim7.jobs-per-min 22.6% improvement
 2024-07-02  7:32 UTC  (8+ messages)

[PATCH] bcache: work around a __bitwise to bool conversion sparse warning
 2024-06-28 16:25 UTC  (3+ messages)

[axboe-block:for-next] [block] bd4a633b6f: fsmark.files_per_sec -64.5% regression
 2024-06-26  6:18 UTC  (6+ messages)

misc queue_limits fixups
 2024-06-20 12:56 UTC  (11+ messages)
` [PATCH 1/6] block: remove the unused blk_bounce enum
` [PATCH 2/6] block: fix spelling and grammar for in writeback_cache_control.rst
` [PATCH 3/6] block: renumber and rename the cache disabled flag
` [PATCH 4/6] block: move the misaligned flag into the features field
` [PATCH 5/6] block: remove the discard_alignment flag
` [PATCH 6/6] block: move the raid_partial_stripes_expensive flag into the features field


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox