public inbox for linux-bcache@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-08-04 03:48:44 to 2026-01-13 16:25:02 UTC [more...]

[PATCH] Revert "bcache: fix improper use of bi_end_io"
 2026-01-13 16:25 UTC  (12+ messages)

[RFC PATCH] bcache: make bcache_is_reboot atomic
 2025-12-31 11:02 UTC  (3+ messages)

[PATCH AUTOSEL 6.18-6.1] bcache: fix improper use of bi_end_io
 2025-12-15  0:41 UTC 

[PATCH v7 0/2] Fix bio chain related issues
 2025-12-09 17:21 UTC  (4+ messages)
` [PATCH v7 1/2] bcache: fix improper use of bi_end_io
` [PATCH v7 2/2] block: prohibit calls to bio_chain_endio

[PATCH v6 0/3] Fix bio chain related issues
 2025-12-08  9:02 UTC  (6+ messages)
` [PATCH v6 1/3] bcache: fix improper use of bi_end_io
` [PATCH v6 2/3] block: prohibit calls to bio_chain_endio
` [PATCH v6 3/3] block: prevent race condition on bi_status in __bio_chain_endio

[PATCH v2 00/12] Fix bio chain related issues
 2025-12-07 10:03 UTC  (31+ messages)
` [PATCH v2 01/12] block: fix incorrect logic in bio_chain_endio
` [PATCH v2 02/12] block: prevent race condition on bi_status in __bio_chain_endio
` [PATCH v2 03/12] md: bcache: fix improper use of bi_end_io
` [PATCH v2 04/12] block: prohibit calls to bio_chain_endio
` [PATCH v2 05/12] block: export bio_chain_and_submit
` [PATCH v2 06/12] gfs2: Replace the repetitive bio chaining code patterns
` [PATCH v2 07/12] xfs: "
` [PATCH v2 08/12] block: "
` [PATCH v2 09/12] fs/ntfs3: "
` [PATCH v2 10/12] zram: "
` [PATCH v2 11/12] nvdimm: "
` [PATCH v2 12/12] nvmet: use bio_chain_and_submit to simplify bio chaining

[PATCH v3 0/9] Fix bio chain related issues
 2025-12-06 18:01 UTC  (17+ messages)
` [PATCH v3 1/9] md: bcache: fix improper use of bi_end_io
` [PATCH v3 2/9] block: prohibit calls to bio_chain_endio
` [PATCH v3 3/9] block: prevent race condition on bi_status in __bio_chain_endio
` [PATCH v3 4/9] block: export bio_chain_and_submit
` [PATCH v3 5/9] xfs: Replace the repetitive bio chaining code patterns
` [PATCH v3 6/9] block: "
` [PATCH v3 7/9] fs/ntfs3: "
` [PATCH v3 8/9] zram: "
` [PATCH v3 9/9] nvdimm: "

[PATCH v5 0/3] Fix bio chain related issues
 2025-12-06  9:26 UTC  (9+ messages)
` [PATCH v5 1/3] bcache: fix improper use of bi_end_io
` [PATCH v5 2/3] block: prohibit calls to bio_chain_endio
` [PATCH v5 3/3] block: prevent race condition on bi_status in __bio_chain_endio

[PATCH v4 0/3] Fix bio chain related issues
 2025-12-04  1:17 UTC  (15+ messages)
` [PATCH v4 1/3] bcache: fix improper use of bi_end_io
` [PATCH v4 2/3] block: prohibit calls to bio_chain_endio
` [PATCH v4 3/3] block: prevent race condition on bi_status in __bio_chain_endio

[PATCH] bcache: fix improper use of bi_end_io
 2025-12-01  9:08 UTC  (2+ messages)

[PATCH] bcache: call bio_endio() to replace directly calling bio->bi_end_io()
 2025-12-01  5:42 UTC  (2+ messages)

[PATCH] bcache: call bio_endio() to replace directly calling bio->bi_end_io()
 2025-11-30 15:08 UTC 

[PATCH][next] bcache: Avoid -Wflex-array-member-not-at-end warning
 2025-11-24  8:34 UTC  (6+ messages)

Fix potential data loss and corruption due to Incorrect BIO Chain Handling
 2025-11-24  2:00 UTC  (4+ messages)

[PATCH v1 bcache] bcache: fix UAF in cached_dev_free and safely
 2025-11-19  8:12 UTC  (6+ messages)
      ` [PATCH v2] bcache: fix UAF in cached_dev_free and safely flush/destroy

[PATCH v2] bcache: add "clock" cache replacement policy
 2025-11-18 21:19 UTC  (3+ messages)

[PATCH 1/9] bcache: get rid of discard code from journal
 2025-11-14  9:03 UTC 

[PATCH 0/9] bcache patches for Linux 6.19
 2025-11-13 16:26 UTC  (11+ messages)
` [PATCH 1/9] bcache: get rid of discard code from journal
` [PATCH 2/9] bcache: remove discard code from alloc.c
` [PATCH 3/9] bcache: drop discard sysfs interface
` [PATCH 4/9] bcache: remove discard sysfs interface document
` [PATCH 5/9] bcache: reduce gc latency by processing less nodes and sleep less time
` [PATCH 6/9] bcache: remove redundant __GFP_NOWARN
` [PATCH 7/9] bcache: replace use of system_wq with system_percpu_wq
` [PATCH 8/9] bcache: WQ_PERCPU added to alloc_workqueue users
` [PATCH 9/9] bcache: Avoid -Wflex-array-member-not-at-end warning

[PATCH v1 bcache] bcache: fix UAF in cached_dev_free and safely
 2025-11-08  9:07 UTC 

[PATCH 0/2] replace system_wq with system_percpu_wq, add WQ_PERCPU to alloc_workqueue
 2025-11-05 14:50 UTC  (3+ messages)
` [PATCH 1/2] bcache: replace use of system_wq with system_percpu_wq
` [PATCH 2/2] bcache: WQ_PERCPU added to alloc_workqueue users

[PATCH v3] bcache: Use vmalloc_array() to improve code
 2025-10-23  6:14 UTC  (2+ messages)

[PATCH v2] bcache: Use vmalloc_array() to improve code
 2025-10-23  5:00 UTC  (2+ messages)

[PATCH v1] bcache: Use vmalloc_array() to improve code
 2025-10-22 16:29 UTC  (5+ messages)

[PATCH] bcache: avoid redundant access RB tree in read_dirty
 2025-10-21  4:10 UTC  (7+ messages)
    ` Discard option

[PATCH] bcache: add "clock" cache replacement policy
 2025-10-08  5:12 UTC  (3+ messages)

[PATCH] bcache: improve writeback throughput when frontend I/O is idle
 2025-10-07  9:27 UTC 

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  (24+ messages)
            ` [PATCH v2] "
              `  "

[PATCH 0/3] md: remove redundant __GFP_NOWARN
 2025-08-11 13:46 UTC  (4+ messages)
` [PATCH 1/3] bcache: "


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