linux-bcache.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-05 15:56:29 to 2020-07-29 10:18:26 UTC [more...]

Add another cache device to existing bcache disk
 2020-07-29 10:08 UTC 

[PATCH] bcache: use disk_{start,end}_io_acct() to count I/O for bcache device
 2020-07-28 15:23 UTC  (3+ messages)

[PATCH 00/25] bcache patches for Linux v5.9
 2020-07-28 15:13 UTC  (34+ messages)
` [PATCH 01/25] bcache: Fix typo in Kconfig name
` [PATCH 02/25] bcache: allocate meta data pages as compound pages
` [PATCH 03/25] bcache: journel: use for_each_clear_bit() to simplify the code
` [PATCH 04/25] bcache: writeback: Remove unneeded variable i
` [PATCH 05/25] bcache: movinggc: Use struct_size() helper in kzalloc()
` [PATCH 06/25] bcache: Use struct_size() "
` [PATCH 07/25] bcache: avoid nr_stripes overflow in bcache_device_init()
` [PATCH 08/25] bcache: fix overflow in offset_to_stripe()
` [PATCH 09/25] bcache: add read_super_common() to read major part of super block
` [PATCH 10/25] bcache: add more accurate error information in read_super_common()
` [PATCH 11/25] bcache: disassemble the big if() checks in bch_cache_set_alloc()
` [PATCH 12/25] bcache: fix super block seq numbers comparision in register_cache_set()
` [PATCH 13/25] bcache: increase super block version for cache device and backing device
` [PATCH 14/25] bcache: move bucket related code into read_super_common()
` [PATCH 15/25] bcache: struct cache_sb is only for in-memory super block now
` [PATCH 16/25] bcache: introduce meta_bucket_pages() related helper routines
` [PATCH 17/25] bcache: handle c->uuids properly for bucket size > 8MB
` [PATCH 18/25] bcache: handle cache prio_buckets and disk_buckets "
` [PATCH 19/25] bcache: handle cache set verify_ondisk "
` [PATCH 20/25] bcache: handle btree node memory allocation "
` [PATCH 21/25] bcache: add bucket_size_hi into struct cache_sb_disk for large bucket
` [PATCH 22/25] bcache: add sysfs file to display feature sets information of cache set
` [PATCH 23/25] bcache: avoid extra memory allocation from mempool c->fill_iter
` [PATCH 24/25] bcache: avoid extra memory consumption in struct bbio for large bucket size
` [PATCH 25/25] bcache: fix bio_{start,end}_io_acct with proper device

[PATCH v2][next] bcache: Use fallthrough pseudo-keyword
 2020-07-28 12:48 UTC  (2+ messages)

[PATCH 1/2] nvme-tcp: use sendpage_ok() to check page for kernel_sendpage()
 2020-07-28 12:42 UTC  (5+ messages)
` [PATCH 2/2] drbd: code cleanup by using "

[PATCH][next] bcache: Use fallthrough pseudo-keyword
 2020-07-27 23:01 UTC  (2+ messages)

[PATCH] bcache: fix bio_{start,end}_io_acct with proper device
 2020-07-24 16:45 UTC 

[PATCH v2] nvme-tcp: don't use sendpage for pages not taking reference counter
 2020-07-20 19:46 UTC  (2+ messages)

[PATCH -next] memory: Convert to DEFINE_SHOW_ATTRIBUTE
 2020-07-20  2:02 UTC  (3+ messages)

[PATCH 1/2] bcache: avoid nr_stripes overflow in bcache_device_init()
 2020-07-17 17:08 UTC  (9+ messages)
` [PATCH 2/2] bcche: fix overflow in offset_to_stripe()

[PATCH v2 1/2] bcache: avoid nr_stripes overflow in bcache_device_init()
 2020-07-17 17:08 UTC  (4+ messages)
` [PATCH v2 2/2] bcche: fix overflow in offset_to_stripe()

[PATCH v3 0/2] two generic block layer fixes for 5.9
 2020-07-17 13:15 UTC  (5+ messages)
` [PATCH v3 1/2] block: change REQ_OP_ZONE_RESET and REQ_OP_ZONE_RESET_ALL to be odd numbers
` [PATCH v3 2/2] block: improve discard bio alignment in __blkdev_issue_discard()

[PATCH v4 00/16] bcache: extend bucket size to 32bit width
 2020-07-17 11:22 UTC  (17+ messages)
` [PATCH v4 01/16] bcache: add read_super_common() to read major part of super block
` [PATCH v4 02/16] bcache: add more accurate error information in read_super_common()
` [PATCH v4 03/16] bcache: disassemble the big if() checks in bch_cache_set_alloc()
` [PATCH v4 04/16] bcache: fix super block seq numbers comparision in register_cache_set()
` [PATCH v4 05/16] bcache: increase super block version for cache device and backing device
` [PATCH v4 06/16] bcache: move bucket related code into read_super_common()
` [PATCH v4 07/16] bcache: struct cache_sb is only for in-memory super block now
` [PATCH v4 08/16] bcache: introduce meta_bucket_pages() related helper routines
` [PATCH v4 09/16] bcache: handle c->uuids properly for bucket size > 8MB
` [PATCH v4 10/16] bcache: handle cache prio_buckets and disk_buckets "
` [PATCH v4 11/16] bcache: handle cache set verify_ondisk "
` [PATCH v4 12/16] bcache: handle btree node memory allocation "
` [PATCH v4 13/16] bcache: add bucket_size_hi into struct cache_sb_disk for large bucket
` [PATCH v4 14/16] bcache: add sysfs file to display feature sets information of cache set
` [PATCH v4 15/16] bcache: avoid extra memory allocation from mempool c->fill_iter
` [PATCH v4 16/16] bcache: avoid extra memory consumption in struct bbio for large bucket size

how does the caching works in bcachefs
 2020-07-16 21:07 UTC  (5+ messages)

[PATCH v3] block: improve discard bio alignment in __blkdev_issue_discard()
 2020-07-16 17:43 UTC 

[PATCH] bcache: Fix typo in Kconfig name
 2020-07-16  8:36 UTC  (2+ messages)

[PATCH v3 00/16] bcache: extend bucket size to 32bit width
 2020-07-16  7:08 UTC  (33+ messages)
` [PATCH v3 01/16] bcache: add read_super_common() to read major part of super block
` [PATCH v3 02/16] bcache: add more accurate error information in read_super_common()
` [PATCH v3 03/16] bcache: disassemble the big if() checks in bch_cache_set_alloc()
` [PATCH v3 04/16] bcache: fix super block seq numbers comparision in register_cache_set()
` [PATCH v3 05/16] bcache: increase super block version for cache device and backing device
` [PATCH v3 06/16] bcache: move bucket related code into read_super_common()
` [PATCH v3 07/16] bcache: struct cache_sb is only for in-memory super block now
` [PATCH v3 08/16] bcache: introduce meta_bucket_pages() related helper routines
` [PATCH v3 09/16] bcache: handle c->uuids properly for bucket size > 8MB
` [PATCH v3 10/16] bcache: handle cache prio_buckets and disk_buckets "
` [PATCH v3 11/16] bcache: handle cache set verify_ondisk "
` [PATCH v3 12/16] bcache: handle btree node memory allocation "
` [PATCH v3 13/16] bcache: add bucket_size_hi into struct cache_sb_disk for large bucket
` [PATCH v3 14/16] bcache: add sysfs file to display feature sets information of cache set
` [PATCH v3 15/16] bcache: avoid extra memory allocation from mempool c->fill_iter
` [PATCH v3 16/16] bcache: avoid extra memory consumption in struct bbio for large bucket size

[PATCH v2 00/17] bcache: extend bucket size to 32bit width
 2020-07-15 10:35 UTC  (29+ messages)
` [PATCH v2 01/17] bcache: add comments to mark member offset of struct cache_sb_disk
` [PATCH v2 02/17] bcache: add read_super_basic() to read major part of super block
` [PATCH v2 03/17] bcache: add more accurate error information in read_super_basic()
` [PATCH v2 04/17] bcache: disassemble the big if() checks in bch_cache_set_alloc()
` [PATCH v2 05/17] bcache: fix super block seq numbers comparision in register_cache_set()
` [PATCH v2 06/17] bcache: increase super block version for cache device and backing device
` [PATCH v2 07/17] bcache: move bucket related code into read_super_basic()
` [PATCH v2 08/17] bcache: struct cache_sb is only for in-memory super block now
` [PATCH v2 09/17] bcache: introduce meta_bucket_pages() related helper routines
` [PATCH v2 10/17] bcache: handle c->uuids properly for bucket size > 8MB
` [PATCH v2 11/17] bcache: handle cache prio_buckets and disk_buckets "
` [PATCH v2 12/17] bcache: handle cache set verify_ondisk "
` [PATCH v2 13/17] bcache: handle btree node memory allocation "
` [PATCH v2 14/17] bcache: add bucket_size_hi into struct cache_sb_disk for large bucket
` [PATCH v2 15/17] bcache: add sysfs file to display feature sets information of cache set
` [PATCH v2 16/17] bcache: avoid extra memory allocation from mempool c->fill_iter
` [PATCH v2 17/17] bcache: avoid extra memory consumption in struct bbio for large bucket size

[PATCH 1/2] nvme-tpc: don't use sendpage for pages not taking reference counter
 2020-07-14  7:19 UTC  (4+ messages)
` [PATCH 2/2] bcache: allocate meta data pages as compound pages

[PATCH] bcache: add a new sysfs interface to disable refill when read miss
 2020-07-14  6:20 UTC  (3+ messages)

bcache integer overflow for large devices w/small io_opt
 2020-07-12  9:31 UTC  (4+ messages)

remove dead bdi congestion leftovers
 2020-07-09 14:01 UTC  (9+ messages)

[PATCH] bcache: writeback: Remove unneeded variable i
 2020-07-09  6:04 UTC  (3+ messages)

[PATCH] bcache: writeback: Remove unneeded variable ret
 2020-07-09  4:07 UTC  (3+ messages)

My Dear Beloved One,
 2020-07-08 12:33 UTC 

[RFC PATCH 0/4] bcache-tools: changes for large bucket size
 2020-07-05 16:04 UTC  (7+ messages)
` [RFC PATCH 1/4] bcache-tools: comments offset for members of struct cache_sb
` [RFC PATCH 2/4] struct_offset: print offset of each member of the on-disk data structure
` [RFC PATCH 3/4] bcache-tools: The new super block version BCACHE_SB_VERSION_BDEV_WITH_FEATURES
` [RFC PATCH 4/4] bcache-tools: add large_bucket incompat feature

[RFC PATCH 00/16] bcache: extend bucket size to 32bit width
 2020-07-05 15:56 UTC  (13+ messages)
` [RFC PATCH 08/16] bcache: struct cache_sb is only for in-memory super block now
` [RFC PATCH 09/16] bcache: introduce meta_bucket_pages() related helper routines
` [RFC PATCH 10/16] bcache: handle c->uuids properly for bucket size > 8MB
` [RFC PATCH 11/16] bcache: handle cache prio_buckets and disk_buckets "
` [RFC PATCH 12/16] bcache: handle cache set verify_ondisk "
` [RFC PATCH 13/16] bcache: handle btree node memory allocation "
` [RFC PATCH 14/16] bcache: add bucket_size_hi into struct cache_sb_disk for large bucket
` [RFC PATCH 15/16] bcache: avoid extra memory allocation from mempool c->fill_iter
` [RFC PATCH 16/16] bcache: avoid extra memory consumption in struct bbio for large bucket size


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