public inbox for linux-bcache@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-01-07 10:31:04 to 2025-05-06 09:38:04 UTC [more...]

add more bio helpers v2
 2025-05-06  9:37 UTC  (37+ 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] bcache: optimize dsync performance in writeback mode with deferred flush
 2025-05-06  7:46 UTC  (2+ messages)
` bcache device tentative status systemctl

[PATCH 0/1] bcache: reduce front IO latency during GC
 2025-05-03 17:33 UTC  (10+ messages)
` [PATCH 1/1] bcache: process fewer btree nodes in incremental GC cycles

add more bio helper
 2025-04-29 14:53 UTC  (73+ messages)
` [PATCH 01/17] block: add a bio_add_virt_nofail helper
` [PATCH 02/17] block: add a bdev_rw_virt helper
` [PATCH 03/17] block: add a bio_add_vmalloc helper
` [PATCH 04/17] block: remove the q argument from blk_rq_map_kern
` [PATCH 05/17] block: pass the operation to bio_{map,copy}_kern
` [PATCH 06/17] block: simplify bio_map_kern
` [PATCH 07/17] bcache: use bio_add_virt_nofail
` [PATCH 08/17] dm-bufio: "
` [PATCH 09/17] dm-integrity: "
` [PATCH 10/17] rnbd-srv: "
` [PATCH 11/17] xfs: simplify xfs_buf_submit_bio
` [PATCH 12/17] xfs: simplify xfs_rw_bdev
` [PATCH 13/17] btrfs: use bdev_rw_virt in scrub_one_super
` [PATCH 14/17] hfsplus: use bdev_rw_virt in hfsplus_submit_bio
` [PATCH 15/17] gfs2: use bdev_rw_virt in gfs2_read_super
` [PATCH 16/17] zonefs: use bdev_rw_virt in zonefs_read_super
` [PATCH 17/17] PM: hibernate: split and simplify hib_submit_io

[PATCH] bcache: add the deferred_flush IO processing path in the writeback mode
 2025-04-28  7:34 UTC  (5+ messages)
  ` [PATCH v2] "

[PATCH] sort.h: hoist cmp_int() into generic header file
 2025-04-28  2:18 UTC  (3+ messages)

[RFC PATCH 00/11] pcache: Persistent Memory Cache for Block Devices
 2025-04-22 13:23 UTC  (19+ 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
` [RFC PATCH 04/11] pcache: introduce cache_segment abstraction
` [RFC PATCH 05/11] pcache: introduce lifecycle management of pcache_cache
` [RFC PATCH 06/11] pcache: gc and writeback
` [RFC PATCH 07/11] pcache: introduce cache_key infrastructure for persistent metadata management
` [RFC PATCH 08/11] pcache: implement request processing and cache I/O path in cache_req
` [RFC PATCH 09/11] pcache: introduce logic block device and request handling
` [RFC PATCH 10/11] pcache: add backing device management
` [RFC PATCH 11/11] block: introduce pcache (persistent memory to be cache for block device)

[PATCH v2] md/bcache: Mark __nonstring look-up table
 2025-04-19  3:55 UTC  (2+ messages)

[PATCH] md/bcache: Mark __nonstring look-up table
 2025-04-17 14:17 UTC  (7+ messages)

[PATCH v2 0/1] bcache: reduce front IO latency during GC
 2025-04-17  5:27 UTC  (6+ messages)
` [PATCH v2 1/1] bcache: process fewer btree nodes in incremental GC cycles

[PATCH v3 0/1] bcache: reduce front IO latency during GC
 2025-04-17  5:25 UTC  (2+ messages)
` [PATCH v3 1/1] bcache: process fewer btree nodes in incremental GC cycles

[PATCH] bcache: remove unused constants
 2025-04-16  9:46 UTC  (2+ messages)

[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  (2+ messages)

[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  (9+ messages)
` [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)


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