gen wraparound warning: is this a problem?
2025-09-24 16:04 UTC (3+ messages)
[PATCH 1/4] bcache: get rid of discard code from journal
2025-09-14 16:32 UTC (4+ messages)
` [PATCH 2/4] bcache: remove discard code from alloc.c
` [PATCH 3/4] bcache: drop discard sysfs interface
` [PATCH 4/4] bcache: remove discard sysfs interface document
[PATCH v2] bcache: reduce gc latency by processing less nodes and sleep less time
2025-09-14 16:26 UTC
[RFC PATCH] bcache: reduce gc latency by processing less nodes and sleep less time
2025-09-05 22:43 UTC (2+ messages)
[PATCH] bcache: improve writeback throughput when frontend I/O is idle
2025-08-30 7:28 UTC (4+ messages)
[PATCH] bcache: fixed the issue of low rate at the tail end of dirty data writeback
2025-08-29 2:51 UTC (2+ messages)
[PATCH 1/4] bcache: get rid of discard code from journal
2025-08-28 16:17 UTC (4+ messages)
` [PATCH 2/4] bcache: remove discard code from alloc.c
` [PATCH 3/4] bcache: drop discard sysfs interface
` [PATCH 4/4] bcache: remove discard sysfs interface document
[PATCH] bcache: change maintainer's email address
2025-08-28 16:06 UTC (2+ messages)
[PATCH] bcache: enhancing the security of dirty data writeback
2025-08-13 7:11 UTC (25+ messages)
` [PATCH v2] "
` "
[PATCH 0/3] md: remove redundant __GFP_NOWARN
2025-08-11 13:46 UTC (4+ messages)
` [PATCH 1/3] bcache: "
[PATCH 0/1] bcache: reduce front IO latency during GC
2025-07-18 6:09 UTC (22+ messages)
[PATCH v2] bcache: fix "for/take a while" typos
2025-07-04 0:45 UTC (2+ messages)
[PATCH] global: fix misapplications of "awhile"
2025-07-03 5:35 UTC (2+ messages)
[PATCH] bcache: Use a folio
2025-07-02 23:20 UTC (4+ messages)
[PATCH] bcache-tools: fix strncpy compiler warning in replace_line()
2025-06-24 12:32 UTC (2+ messages)
[PATCH] bcache-tools: fix strncpy compiler warning in replace_line()
2025-06-24 12:04 UTC
[PATCH] bcache: Use a folio
2025-06-23 19:56 UTC (4+ messages)
[PATCH v2 0/3] bcache: Revert min_heap migration due to performance regression
2025-06-15 5:52 UTC (7+ messages)
` [PATCH v2 1/3] Revert "bcache: update min_heap_callbacks to use default builtin swap"
` [PATCH v2 2/3] Revert "bcache: remove heap-related macros and switch to generic min_heap"
` [PATCH v2 3/3] bcache: Remove unnecessary select MIN_HEAP
[PATCH 0/8] Fix bcache regression with equality-aware heap APIs
2025-06-14 1:31 UTC (18+ messages)
` [PATCH 1/8] lib min_heap: Add equal-elements-aware sift_down variant
` [PATCH 2/8] lib min_heap: Add typedef for sift_down function pointer
` [PATCH 3/8] lib min_heap: add eqaware variant of min_heapify_all()
` [PATCH 4/8] lib min_heap: add eqaware variant of min_heap_pop()
` [PATCH 5/8] lib min_heap: add eqaware variant of min_heap_pop_push()
` [PATCH 6/8] lib min_heap: add eqaware variant of min_heap_del()
` [PATCH 7/8] Documentation/core-api: min_heap: Document _eqaware variants of min-heap APIs
` [PATCH 8/8] bcache: Fix the tail IO latency regression by using equality-aware min heap API
[PATCH 0/3] bcache: Fix the tail IO latency regression due to the use of lib min_heap
2025-06-10 12:44 UTC (7+ messages)
` [PATCH 1/3] lib min_heap: refactor min_heap to allow the alternative sift-down function to be used
` [PATCH 2/3] lib min_heap: add alternative APIs that use the conventional top-down strategy to sift down elements
` [PATCH 3/3] bcache: Fix the tail IO latency regression due to the use of lib min_heap
[PATCH AUTOSEL 5.10 2/9] bcache: fix NULL pointer in cache_set_flush()
2025-06-09 13:48 UTC
[PATCH AUTOSEL 5.15 02/12] bcache: fix NULL pointer in cache_set_flush()
2025-06-09 13:47 UTC
[PATCH AUTOSEL 6.1 03/16] bcache: fix NULL pointer in cache_set_flush()
2025-06-09 13:47 UTC
[PATCH AUTOSEL 6.6 03/18] bcache: fix NULL pointer in cache_set_flush()
2025-06-09 13:46 UTC
[PATCH AUTOSEL 6.12 05/23] bcache: fix NULL pointer in cache_set_flush()
2025-06-09 13:45 UTC
[PATCH AUTOSEL 6.14 06/29] bcache: fix NULL pointer in cache_set_flush()
2025-06-09 13:44 UTC
[PATCH AUTOSEL 6.15 10/35] bcache: fix NULL pointer in cache_set_flush()
2025-06-09 13:43 UTC
[PATCH 0/3] bcache-6.16-20250527
2025-05-27 13:38 UTC (5+ messages)
` [PATCH 1/3] bcache: fix NULL pointer in cache_set_flush()
` [PATCH 2/3] bcache: remove unused constants
` [PATCH 3/3] bcache: reserve more RESERVE_BTREE buckets to prevent allocator hang
[PATCH] bcache: add the deferred_flush IO processing path in the writeback mode
2025-05-26 9:44 UTC (6+ messages)
` [PATCH v2] "
` "
riscv gcc-13 allyesconfig error the frame size of 2064 bytes is larger than 2048 bytes [-Werror=frame-larger-than=]
2025-05-25 20:04 UTC (14+ messages)
[PATCH] bcache: reserve more RESERVE_BTREE buckets to prevent allocator hang
2025-05-20 12:25 UTC (2+ messages)
[PATCH v2] md/bcache: Mark __nonstring look-up table
2025-05-08 15:59 UTC (5+ messages)
add more bio helpers v3
2025-05-08 13:23 UTC (25+ messages)
` [PATCH 01/19] block: add a bio_add_virt_nofail helper
` [PATCH 02/19] block: add a bdev_rw_virt helper
` [PATCH 03/19] block: add a bio_add_max_vecs helper
` [PATCH 04/19] block: add a bio_add_vmalloc helpers
` [PATCH 05/19] block: remove the q argument from blk_rq_map_kern
` [PATCH 06/19] block: pass the operation to bio_{map,copy}_kern
` [PATCH 07/19] block: simplify bio_map_kern
` [PATCH 08/19] bcache: use bio_add_virt_nofail
` [PATCH 09/19] rnbd-srv: "
` [PATCH 10/19] gfs2: use bdev_rw_virt in gfs2_read_super
` [PATCH 11/19] zonefs: use bdev_rw_virt in zonefs_read_super
` [PATCH 12/19] PM: hibernate: split and simplify hib_submit_io
` [PATCH 13/19] dm-bufio: use bio_add_virt_nofail
` [PATCH 14/19] dm-integrity: "
` [PATCH 15/19] xfs: simplify xfs_buf_submit_bio
` [PATCH 16/19] xfs: simplify xfs_rw_bdev
` [PATCH 17/19] xfs: simplify building the bio in xlog_write_iclog
` [PATCH 18/19] btrfs: use bdev_rw_virt in scrub_one_super
` [PATCH 19/19] hfsplus: use bdev_rw_virt in hfsplus_submit_bio
[PATCH v2] bcache: fix NULL pointer in cache_set_flush()
2025-05-06 11:36 UTC (2+ messages)
add more bio helpers v2
2025-05-06 10:05 UTC (29+ messages)
` [PATCH 03/19] block: add a bio_add_max_vecs helper
` [PATCH 04/19] block: add a bio_add_vmalloc helpers
` [PATCH 07/19] block: simplify bio_map_kern
` [PATCH 13/19] dm-bufio: use bio_add_virt_nofail
` [PATCH 14/19] dm-integrity: "
` [PATCH 15/19] xfs: simplify xfs_buf_submit_bio
` [PATCH 17/19] xfs: simplify building the bio in xlog_write_iclog
` [PATCH 18/19] btrfs: use bdev_rw_virt in scrub_one_super
` [PATCH 19/19] hfsplus: use bdev_rw_virt in hfsplus_submit_bio
` 回复: "
[PATCH] bcache: optimize dsync performance in writeback mode with deferred flush
2025-05-06 7:46 UTC (2+ messages)
` bcache device tentative status systemctl
page: next (older)
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).