messages from 2024-10-20 04:02:21 to 2025-04-24 12:01:39 UTC [more...]
add more bio helper
2025-04-24 12:01 UTC (53+ 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
[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 0/1] bcache: reduce front IO latency during GC
2025-04-22 1:44 UTC (8+ messages)
` [PATCH 1/1] bcache: process fewer btree nodes in incremental GC cycles
[PATCH v2] md/bcache: Mark __nonstring look-up table
2025-04-19 3:55 UTC (2+ messages)
[PATCH] bcache: optimize dsync performance in writeback mode with deferred flush
2025-04-18 8:44 UTC
[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 (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 (4+ messages)
` [PATCH 1/3] lib/min_heap: Introduce non-inline versions of min heap API functions
page: next (older) | prev (newer) | latest
- 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