linux-bcache.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-24 08:27:21 to 2021-08-29 07:49:51 UTC [more...]

[PATCH] bcache: remove the redundant judgment on bi_size
 2021-08-29  7:49 UTC  (2+ messages)

[PATCH 00/10] block: first batch of add_disk() error handling conversions
 2021-08-27 20:29 UTC  (13+ messages)
` [PATCH 01/10] block/brd: add error handling support for add_disk()
` [PATCH 02/10] bcache: "
` [PATCH 03/10] nvme-multipath: "
` [PATCH 04/10] nvdimm/btt: do not call del_gendisk() if not needed
` [PATCH 05/10] nvdimm/btt: use goto error labels on btt_blk_init()
` [PATCH 06/10] nvdimm/btt: add error handling support for add_disk()
` [PATCH 07/10] nvdimm/blk: avoid calling del_gendisk() on early failures
` [PATCH 08/10] nvdimm/blk: add error handling support for add_disk()
` [PATCH 09/10] xen-blkfront: "
` [PATCH 10/10] zram: "

add a bvec_virt helper
 2021-08-16 16:51 UTC  (30+ messages)
` [PATCH 01/15] bvec: "
` [PATCH 02/15] block: use bvec_virt in bio_integrity_{process,free}
` [PATCH 03/15] dm: make EBS depend on !HIGHMEM
` [PATCH 04/15] dm-ebs: use bvec_virt
` [PATCH 05/15] dm-integrity: "
` [PATCH 06/15] squashfs: "
` [PATCH 07/15] rbd: "
` [PATCH 08/15] virtio_blk: "
` [PATCH 09/15] bcache: "
` [PATCH 10/15] sd: "
  ` [dm-devel] "
` [PATCH 11/15] ubd: "
` [PATCH 12/15] ps3vram: "
` [PATCH 13/15] dasd: "
` [PATCH 14/15] dcssblk: "
` [PATCH 15/15] nvme: "

[PATCH v12 00/12] bcache: support NVDIMM for journaling
 2021-08-15 16:21 UTC  (16+ messages)
` [PATCH v12 01/12] bcache: add initial data structures for nvm pages
` [PATCH v12 02/12] bcache: initialize the nvm pages allocator
` [PATCH v12 03/12] bcache: initialization of the buddy
` [PATCH v12 04/12] bcache: bch_nvmpg_alloc_pages() "
` [PATCH v12 05/12] bcache: bch_nvmpg_free_pages() of the buddy allocator
` [PATCH v12 06/12] bcache: get recs list head for allocated pages by specific uuid
` [PATCH v12 07/12] bcache: use bucket index to set GC_MARK_METADATA for journal buckets in bch_btree_gc_finish()
` [PATCH v12 08/12] bcache: add BCH_FEATURE_INCOMPAT_NVDIMM_META into incompat feature set
` [PATCH v12 09/12] bcache: initialize bcache journal for NVDIMM meta device
` [PATCH v12 10/12] bcache: support storing bcache journal into "
` [PATCH v12 11/12] bcache: read jset from NVDIMM pages for journal replay
` [PATCH v12 12/12] bcache: add sysfs interface register_nvdimm_meta to register NVDIMM meta device

remove GENHD_FL_UP
 2021-08-12 16:30 UTC  (14+ messages)
` [PATCH 1/8] mmc: block: let device_add_disk create disk attributes
` [PATCH 2/8] mmc: block: cleanup gendisk creation
` [PATCH 3/8] nvme: remove the GENHD_FL_UP check in nvme_ns_remove
` [PATCH 4/8] nvme: replace the GENHD_FL_UP check in nvme_mpath_shutdown_disk
` [PATCH 5/8] sx8: use the internal state machine to check if del_gendisk needs to be called
` [PATCH 6/8] bcache: add proper error unwinding in bcache_device_init
` [PATCH 7/8] bcache: move the del_gendisk call out of bcache_device_free
` [PATCH 8/8] block: remove GENHD_FL_UP

[PATCH] block: move some macros to blkdev.h
 2021-08-12  1:40 UTC  (3+ messages)

Can you grow a bcache cachedev without reformat?
 2021-07-29  0:43 UTC 

bcachefs snapshots
 2021-07-20 21:09 UTC  (2+ messages)

[PATCH] bcache: fix wrong BITMASK offset value for BDEV_CACHE_MODE
 2021-07-20 10:32 UTC 

[PATCH 1/2] bcache-tools: make --discard a per device option
 2021-06-28 16:09 UTC  (4+ messages)
` [PATCH 2/2] bcache-tools: Correct super block version check codes

[PATCH] bcache: fix cache miss's issue
 2021-06-28 16:05 UTC  (2+ messages)

[PATCH 00/14] bcache patches for Linux v5.14
 2021-06-23 12:09 UTC  (60+ messages)
` [PATCH 01/14] bcache: fix error info in register_bcache()
` [PATCH 02/14] md: bcache: Fix spelling of 'acquire'
` [PATCH 03/14] bcache: add initial data structures for nvm pages
  ` Ask help for code review (was Re: [PATCH 03/14] bcache: add initial data structures for nvm pages)
` [PATCH 04/14] bcache: initialize the nvm pages allocator
` [PATCH 05/14] bcache: initialization of the buddy
      ` Re[2]: "
` [PATCH 06/14] bcache: bch_nvm_alloc_pages() "
` [PATCH 07/14] bcache: bch_nvm_free_pages() "
` [PATCH 08/14] bcache: get allocated pages from specific owner
` [PATCH 09/14] bcache: use bucket index to set GC_MARK_METADATA for journal buckets in bch_btree_gc_finish()
` [PATCH 10/14] bcache: add BCH_FEATURE_INCOMPAT_NVDIMM_META into incompat feature set
` [PATCH 11/14] bcache: initialize bcache journal for NVDIMM meta device
` [PATCH 12/14] bcache: support storing bcache journal into "
` [PATCH 13/14] bcache: read jset from NVDIMM pages for journal replay
` [PATCH 14/14] bcache: add sysfs interface register_nvdimm_meta to register NVDIMM meta device

[PATCH] md: use BLK_STS_OK instead of hardcode
 2021-06-22 16:10 UTC  (2+ messages)

[PATCH] bcache-tools: only discard cache device during making when discard is enabled
 2021-06-16 15:12 UTC 

[PATCH v2 0/2] bcache fixes for Linux v5.13-rc6
 2021-06-08 21:06 UTC  (5+ messages)
` [PATCH 1/2] bcache: remove bcache device self-defined readahead
` [PATCH 2/2] bcache: avoid oversized read request in cache missing code path

[PATCH 0/2] bcache fixes for Linux v5.13-rc6
 2021-06-07 12:31 UTC  (8+ messages)
` [PATCH v5 1/2] bcache: remove bcache device self-defined readahead
` [PATCH v5 2/2] bcache: avoid oversized read request in cache missing code path

PROBLEM: bcache related kernel BUG() since Linux 5.12
 2021-06-07 10:11 UTC  (13+ messages)

simplify gendisk and request_queue allocation for bio based drivers
 2021-06-07  4:43 UTC  (11+ messages)
` [PATCH 14/26] md: convert to blk_alloc_disk/blk_cleanup_disk
` [PATCH 17/26] nvdimm-pmem: "

Low hit ratio and cache usage
 2021-06-04 15:56 UTC  (6+ messages)

[PATCH] bcache-tools: bcache-export-cached doesn't match backing device w/ offset, features
 2021-06-03 15:05 UTC  (2+ messages)

[PATCH v5 1/2] bcache: remove bcache device self-defined readahead
 2021-05-31 15:31 UTC  (2+ messages)
` [PATCH v5 2/2] bcache: avoid oversized read request in cache missing code path

[BCACHE KERNEL OOPS AND PANIC] System not boot on fedora 34 with 5.12.5-6 kernel versions
 2021-05-31  9:23 UTC  (2+ messages)

Arch Linux 5.10.39-1-lts bcache bug
 2021-05-29 16:53 UTC 

[PATCH v4] bcache: avoid oversized read request in cache missing code path
 2021-05-27 11:36 UTC  (4+ messages)

IO hang when cache do not have enough buckets on small SSD
 2021-05-26  6:09 UTC  (4+ messages)


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).