linux-bcache.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-28 16:45:43 to 2021-04-11 13:43:56 UTC [more...]

[PATCH 0/7] bcache patches for Linux 5.13 -- 1st wave
 2021-04-11 13:43 UTC  (3+ messages)
` [PATCH 1/7] bcache: reduce redundant code in bch_cached_dev_run()
` [PATCH 4/7] md: bcache: avoid -Wempty-body warnings

[PATCH v7 00/16] bcache: support NVDIMM for journaling
 2021-04-09 16:43 UTC  (17+ messages)
` [PATCH v7 01/16] bcache: add initial data structures for nvm pages
` [PATCH v7 02/16] bcache: initialize the nvm pages allocator
` [PATCH v7 03/16] bcache: initialization of the buddy
` [PATCH v7 04/16] bcache: bch_nvm_alloc_pages() "
` [PATCH v7 05/16] bcache: bch_nvm_free_pages() "
` [PATCH v7 06/16] bcache: get allocated pages from specific owner
` [PATCH v7 07/16] bcache: nvm-pages fixes for bcache integration testing
` [PATCH v7 08/16] bcache: use bucket index to set GC_MARK_METADATA for journal buckets in bch_btree_gc_finish()
` [PATCH v7 09/16] bcache: add BCH_FEATURE_INCOMPAT_NVDIMM_META into incompat feature set
` [PATCH v7 10/16] bcache: initialize bcache journal for NVDIMM meta device
` [PATCH v7 11/16] bcache: support storing bcache journal into "
` [PATCH v7 12/16] bcache: read jset from NVDIMM pages for journal replay
` [PATCH v7 13/16] bcache: add sysfs interface register_nvdimm_meta to register NVDIMM meta device
` [PATCH v7 14/16] bcache: use div_u64() in init_owner_info()
` [PATCH v7 15/16] bcache: fix BCACHE_NVM_PAGES' dependences in Kconfig
` [PATCH v7 16/16] bcache: more fix for compiling error when BCACHE_NVM_PAGES disabled

[PATCH -next v3] bcache: use DEFINE_MUTEX() for mutex lock
 2021-04-07 12:54 UTC  (2+ messages)

[PATCH -next v2] bcache: use DEFINE_MUTEX() for mutex lock
 2021-04-07 12:18 UTC  (3+ messages)
  ` 答复: "

Undoing an "Auto-Stop" when Cache device has recovered?
 2021-04-06 12:37 UTC  (5+ messages)

[PATCH -next] bcache: use DEFINE_MUTEX() for mutex lock
 2021-04-05 21:17 UTC  (3+ messages)

[bch-nvm-pages v7 0/6] nvm page allocator for bcache
 2021-04-05 15:14 UTC  (14+ messages)
` [bch-nvm-pages v7 1/6] bcache: add initial data structures for nvm pages
` [bch-nvm-pages v7 2/6] bcache: initialize the nvm pages allocator
` [bch-nvm-pages v7 3/6] bcache: initialization of the buddy
` [bch-nvm-pages v7 4/6] bcache: bch_nvm_alloc_pages() "
` [bch-nvm-pages v7 5/6] bcache: bch_nvm_free_pages() "
` [bch-nvm-pages v7 6/6] bcache: get allocated pages from specific owner

[CACHE DEVICE] Space usage
 2021-04-05 10:43 UTC  (3+ messages)

Bidding invitation
 2021-03-31  7:10 UTC 

A note and a question on discarding, from a novice bcache user
 2021-03-25 13:57 UTC  (4+ messages)

Cache Device Failure Expectations
 2021-03-22 16:09 UTC 

[PATCH] md: bcache: avoid -Wempty-body warnings
 2021-03-22 10:48 UTC 

[PATCH] md: bcache: Trivial typo fixes in the file journal.c
 2021-03-17  4:47 UTC  (2+ messages)

[PATCH] bcache: use NULL instead of using plain integer as pointer
 2021-03-16  8:10 UTC 

[PATCH v2] include: Remove pagemap.h from blkdev.h
 2021-03-10 18:28 UTC  (7+ messages)

[PATCH] include: Remove pagemap.h from blkdev.h
 2021-03-10 11:23 UTC  (3+ messages)

Is there a way to clear the dirty data corresponding to a damaged backend
 2021-03-10  3:10 UTC 

Large latency with bcache for Ceph OSD(new mail thread)
 2021-03-08  5:47 UTC  (6+ messages)

[PATCH] bcache: reduce redundant code in bch_cached_dev_run()
 2021-03-06  2:43 UTC 

[PATCH] md: bcache: fix error return code of cached_dev_cache_miss()
 2021-03-05  7:28 UTC  (3+ messages)

Can't mount filesystem after clean shutdown with discard enabled
 2021-03-04 19:25 UTC 

[PATCH] bcache-tools: check whether allocating memory fails in tree()
 2021-03-03  0:50 UTC  (3+ messages)

[PATCH] bcache-tools: fix potential memoryleak problem in, may_add_item()
 2021-03-03  0:50 UTC  (3+ messages)

Large latency with bcache for Ceph OSD
 2021-03-02  5:30 UTC  (11+ messages)

bcacheX is missing after removing a backend and adding it again
 2021-02-26  3:16 UTC 

bcacheX is missing after removing a backend and adding it again
 2021-02-25 14:54 UTC  (2+ messages)

[PATCH 00/20] bcache patches for Linux v5.12
 2021-02-18 21:21 UTC  (26+ messages)
` [PATCH 01/20] bcache: consider the fragmentation when update the writeback rate
` [PATCH 02/20] bcache: Fix register_device_aync typo
` [PATCH 03/20] Revert "bcache: Kill btree_io_wq"
` [PATCH 04/20] bcache: Give btree_io_wq correct semantics again
` [PATCH 05/20] bcache: Move journal work to new flush wq
` [PATCH 06/20] bcache: Avoid comma separated statements
` [PATCH 07/20] bcache: add initial data structures for nvm pages
` [PATCH 08/20] bcache: initialize the nvm pages allocator
` [PATCH 09/20] bcache: initialization of the buddy
` [PATCH 10/20] bcache: bch_nvm_alloc_pages() "
` [PATCH 11/20] bcache: bch_nvm_free_pages() "
` [PATCH 12/20] bcache: get allocated pages from specific owner
` [PATCH 13/20] bcache: persist owner info when alloc/free pages
` [PATCH 14/20] bcache: use bucket index for SET_GC_MARK() in bch_btree_gc_finish()
` [PATCH 15/20] bcache: add BCH_FEATURE_INCOMPAT_NVDIMM_META into incompat feature set
` [PATCH 16/20] bcache: initialize bcache journal for NVDIMM meta device
` [PATCH 17/20] bcache: support storing bcache journal into "
` [PATCH 18/20] bcache: read jset from NVDIMM pages for journal replay
` [PATCH 19/20] bcache: add sysfs interface register_nvdimm_meta to register NVDIMM meta device
` [PATCH 20/20] bcache: only initialize nvm-pages allocator when CONFIG_BCACHE_NVM_PAGES configured

Obsoleted large bucket layout message once
 2021-02-18  3:33 UTC  (2+ messages)

[PATCH][next] bcache: Use 64-bit arithmetic instead of 32-bit
 2021-02-13 15:41 UTC  (6+ messages)

[PATCH] bcache: remove PTR_BUCKET
 2021-02-12  7:05 UTC  (3+ messages)

[PATCH 1/4] bcache: correct return value in register_nvdimm_meta()
 2021-02-10 19:53 UTC  (8+ messages)
` [PATCH 2/4] bcache: use div_u64() in init_owner_info()
` [PATCH 3/4] bcache: unify code comments style in nvm-pages.c
` [PATCH 4/4] bcache: fix a typo in nvme-pages.c

[RFC PATCH v6 0/7] nvm page allocator for bcache
 2021-02-09  3:26 UTC  (11+ messages)
` [RFC PATCH v6 1/7] bcache: add initial data structures for nvm pages
` [RFC PATCH v6 2/7] bcache: initialize the nvm pages allocator
` [RFC PATCH v6 3/7] bcache: initialization of the buddy
` [RFC PATCH v6 4/7] bcache: bch_nvm_alloc_pages() "
` [RFC PATCH v6 5/7] bcache: bch_nvm_free_pages() "
` [RFC PATCH v6 6/7] bcache: get allocated pages from specific owner
` [RFC PATCH v6 7/7] bcache: persist owner info when alloc/free pages

bch_cached_dev_attach() The obsoleted large bucket layout is unsupported, set the bcache device into read-only
 2021-02-07 15:29 UTC  (2+ messages)

[PATCH 0/6] bcache: store bcache journal on NVDIMM pages
 2021-02-07 15:24 UTC  (7+ messages)
` [PATCH 1/6] bcache: use bucket index for SET_GC_MARK() in bch_btree_gc_finish()
` [PATCH 2/6] bcache: add BCH_FEATURE_INCOMPAT_NVDIMM_META into incompat feature set
` [PATCH 3/6] bcache: initialize bcache journal for NVDIMM meta device
` [PATCH 4/6] bcache: support storing bcache journal into "
` [PATCH 5/6] bache: read jset from NVDIMM pages for journal replay
` [PATCH 6/6] bcache: add sysfs interface register_nvdimm_meta to register NVDIMM meta device

[PATCH 0/6] bcache-tools: store meta data on NVDIMM
 2021-02-06  7:20 UTC  (7+ messages)
` [PATCH 1/6] bcache-tools: add initial data structures for nvm_pages
` [PATCH 2/6] bcache-tools: reduce parameters of write_sb()
` [PATCH 3/6] bcache-tools: add BCH_FEATURE_INCOMPAT_NVDIMM_META to incompatible feature set
` [PATCH 4/6] bcache-tools: move super block info display routines into show.c
` [PATCH 5/6] bcache-tools: write nvm namespace super block on nvdimm
` [PATCH 6/6] bcache-tools: support "bcache show -d" for nvdimm-meta device

[RFC PATCH v5 0/8] nvm page allocator for bcache
 2021-02-02 10:23 UTC  (9+ messages)
` [RFC PATCH v5 1/8] bcache: add initial data structures for nvm pages
` [RFC PATCH v5 2/8] bcache: initialize the nvm pages allocator
` [RFC PATCH v5 3/8] bcache: initialization of the buddy
` [RFC PATCH v5 4/8] bcache: bch_nvm_alloc_pages() "
` [RFC PATCH v5 5/8] bcache: bch_nvm_free_pages() "
` [RFC PATCH v5 6/8] bcache: get allocated pages from specific owner
` [RFC PATCH v5 7/8] bcache: persist owner info when alloc/free pages
` [RFC PATCH v5 8/8] bcache: testing module for nvm pages allocator

misc bio allocation cleanups
 2021-02-01 12:22 UTC  (9+ messages)
` [PATCH 04/17] block: split bio_kmalloc from bio_alloc_bioset
` [PATCH 07/17] f2fs: use blkdev_issue_flush in __submit_flush_wait
  ` [f2fs-dev] "
` [PATCH 08/17] f2fs: remove FAULT_ALLOC_BIO
  ` [f2fs-dev] "

[PATCH 00/29] treewide: Convert comma separated statements
 2021-01-31 15:58 UTC  (4+ messages)
` [PATCH 13/29] bcache: Avoid "

Fix degraded system performance due to workqueue overload
 2021-01-29 16:59 UTC  (14+ messages)
` [PATCH v2 1/2] Revert "bcache: Kill btree_io_wq"
  ` [PATCH v2 2/2] bcache: Move journal work to new background wq
` [PATCH v3 1/3] Revert "bcache: Kill btree_io_wq"
  ` [PATCH v3 2/3] bcache: Give btree_io_wq correct semantics again
  ` [PATCH v3 3/3] bcache: Move journal work to new background wq
` [PATCH v4 1/3] Revert "bcache: Kill btree_io_wq"
  ` [PATCH v4 2/3] bcache: Give btree_io_wq correct semantics again
  ` [PATCH v4 3/3] bcache: Move journal work to new flush wq


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