linux-bcache.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-26 09:57:18 to 2021-05-20 08:06:28 UTC [more...]

[PATCH v3] bcache: avoid oversized read request in cache missing code path
 2021-05-20  8:05 UTC  (2+ messages)

[PATCH] bcache: fix error info in register_bcache()
 2021-05-19 16:43 UTC  (2+ messages)

[PATCH v2] bcache: avoid oversized read request in cache missing code path
 2021-05-18 10:55 UTC 

[PATCH] bcache: avoid oversized read request in cache missing code path
 2021-05-18  4:03 UTC  (2+ messages)

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

IO hang when cache do not have enough buckets on small SSD
 2021-05-17 11:53 UTC  (2+ messages)

[BCACHE] Forcing the PD controller to follow the disks activity time
 2021-05-16 19:42 UTC 

[PATCH v2] RFC - Write Bypass Race Bug
 2021-05-16 14:58 UTC  (4+ messages)

PROBLEM: bcache related kernel BUG() since Linux 5.12
 2021-05-16 14:43 UTC  (3+ messages)

[PATCH] bcache-tools: bcache-export-cached doesn't match backing device w/ offset, features
 2021-05-11 19:06 UTC 

Dirty data loss after cache disk error recovery
 2021-05-07 14:56 UTC  (7+ messages)

Kernel Oops: kernel BUG at block/bio.c:52
 2021-05-06 15:46 UTC  (7+ messages)

[PATCH -next v4] bcache: Use DEFINE_MUTEX() for mutex lock
 2021-05-06  8:32 UTC  (3+ messages)
  ` 答复: "

[BCACHE] Parameter setting
 2021-05-01 15:26 UTC 

[BACKING DEVICE] Resize
 2021-05-01 15:01 UTC 

[PATCH -next] bcache: use DEFINE_MUTEX() for mutex lock
 2021-04-29 10:05 UTC  (6+ messages)

[PATCH] RFC - Write Bypass Race Bug
 2021-04-26 21:22 UTC 

Race Condition Leads to Corruption
 2021-04-26 16:23 UTC  (5+ messages)

[PATCH] bcache: add BLK_DEV dependency for BCACHE_NVM_PAGES
 2021-04-21 14:17 UTC  (2+ messages)

[PATCH 0/2] bcache patches for Linux v5.13 - 3rd wave
 2021-04-20  5:36 UTC  (4+ messages)
` [PATCH 1/2] bcache: Kconfig dependence fix for NVDIMM support
` [PATCH 2/2] bcache: Set error return err to -ENOMEM on allocation failure

linux-next: Tree for Apr 19 (bcache)
 2021-04-20  4:24 UTC  (4+ messages)

[PATCH][next] bcache: Set error return err to -ENOMEM on allocation failure
 2021-04-19 16:04 UTC  (2+ messages)

[PATCH 00/13] bcache patches for Linux v5.13 -- 2nd wave
 2021-04-16 12:26 UTC  (18+ messages)
` [PATCH 01/13] bcache: add initial data structures for nvm pages
` [PATCH 02/13] bcache: initialize the nvm pages allocator
` [PATCH 03/13] bcache: initialization of the buddy
` [PATCH 04/13] bcache: bch_nvm_alloc_pages() "
` [PATCH 05/13] bcache: bch_nvm_free_pages() "
` [PATCH 06/13] bcache: get allocated pages from specific owner
` [PATCH 07/13] bcache: use bucket index to set GC_MARK_METADATA for journal buckets in bch_btree_gc_finish()
` [PATCH 08/13] bcache: add BCH_FEATURE_INCOMPAT_NVDIMM_META into incompat feature set
` [PATCH 09/13] bcache: initialize bcache journal for NVDIMM meta device
` [PATCH 10/13] bcache: support storing bcache journal into "
` [PATCH 11/13] bcache: read jset from NVDIMM pages for journal replay
` [PATCH 12/13] bcache: add sysfs interface register_nvdimm_meta to register NVDIMM meta device
` [PATCH 13/13] bcache: use div_u64() in init_owner_info()

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

[PATCH 0/7] bcache patches for Linux 5.13 -- 1st wave
 2021-04-12 13:13 UTC  (13+ messages)
` [PATCH 1/7] bcache: reduce redundant code in bch_cached_dev_run()
` [PATCH 2/7] bcache: remove PTR_CACHE
` [PATCH 3/7] bcache: use NULL instead of using plain integer as pointer
` [PATCH 4/7] md: bcache: avoid -Wempty-body warnings
` [PATCH 5/7] md: bcache: Trivial typo fixes in the file journal.c
` [PATCH 6/7] bcache: Use 64-bit arithmetic instead of 32-bit
` [PATCH 7/7] bcache: fix a regression of code compiling failure in debug.c

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

[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  (10+ 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).