linux-bcache.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-17 11:22:58 to 2020-08-25 05:05:50 UTC [more...]

[PATCH 00/29] treewide: Convert comma separated statements
 2020-08-25  4:56 UTC  (2+ messages)
` [PATCH 13/29] bcache: Avoid "

[PATCH] bcache-tools: make: permit only one cache device to be specified
 2020-08-22 16:31 UTC 

[PATCH v2 00/12] bcache: remove multiple caches code framework
 2020-08-22 11:45 UTC  (13+ messages)
` [PATCH v2 01/12] bcache: remove 'int n' from parameter list of bch_bucket_alloc_set()
` [PATCH v2 02/12] bcache: explicitly make cache_set only have single cache
` [PATCH v2 03/12] bcache: remove for_each_cache()
` [PATCH v2 04/12] bcache: add set_uuid in struct cache_set
` [PATCH v2 05/12] bcache: only use block_bytes() on struct cache
` [PATCH v2 06/12] bcache: remove useless alloc_bucket_pages()
` [PATCH v2 07/12] bcache: remove useless bucket_pages()
` [PATCH v2 08/12] bcache: only use bucket_bytes() on struct cache
` [PATCH v2 09/12] bcache: don't check seq numbers in register_cache_set()
` [PATCH v2 10/12] bcache: remove can_attach_cache()
` [PATCH v2 11/12] bcache: check and set sync status on cache's in-memory super block
` [PATCH v2 12/12] bcache: remove embedded struct cache_sb from struct cache_set

[PATCH 00/14] bcache: remove multiple caches code framework
 2020-08-22 11:40 UTC  (34+ messages)
` [PATCH 01/14] bcache: remove 'int n' from parameter list of bch_bucket_alloc_set()
` [PATCH 02/14] bcache: explicitly make cache_set only have single cache
` [PATCH 03/14] bcache: remove for_each_cache()
` [PATCH 04/14] bcache: add set_uuid in struct cache_set
` [PATCH 05/14] bcache: only use block_bytes() on struct cache
` [PATCH 06/14] bcache: remove useless alloc_bucket_pages()
` [PATCH 07/14] bcache: remove useless bucket_pages()
` [PATCH 08/14] bcache: only use bucket_bytes() on struct cache
` [PATCH 09/14] bcache: avoid data copy between cache_set->sb and cache->sb
` [PATCH 10/14] bcache: don't check seq numbers in register_cache_set()
` [PATCH 11/14] bcache: remove can_attach_cache()
` [PATCH 12/14] bcache: check and set sync status on cache's in-memory super block
` [PATCH 13/14] bcache: remove embedded struct cache_sb from struct cache_set
` [PATCH 14/14] bcache: move struct cache_sb out of uapi bcache.h

[PATCH 1/3] bcache-tools: Fix potential coredump issues
 2020-08-22 11:20 UTC  (4+ messages)
` [PATCH 2/3] bcache-tools: Export CACHED_UUID and CACHED_LABEL
` [PATCH 3/3] bcache-tools: Remove the dependency on libsmartcols

[PATCH] bcache: doc: update Documentation/admin-guide/bcache.rst
 2020-08-21 15:13 UTC 

Complete disparition of BTRFS FS on bcache, kernel 5.8
 2020-08-21 13:13 UTC  (2+ messages)

[PATCH 1/1] block: move the PAGE_SECTORS definition into <linux/blkdev.h>
 2020-08-21  7:05 UTC  (4+ messages)

[PATCH v2 0/3] block: improve iostat for md/bcache partitions
 2020-08-18 22:26 UTC  (4+ messages)
` [PATCH v2 1/3] block: introduce part_[begin|end]_io_acct
` [PATCH v2 2/3] md: use part_[begin|end]_io_acct instead of disk_[begin|end]_io_acct
` [PATCH v2 3/3] bcache: "

[PATCH 0/4] block: improve iostat for md/bcache partitions
 2020-08-18 19:48 UTC  (8+ messages)
` [PATCH 1/4] block: expose disk_map_sector_rcu() and hd_struct_put in genhd.h
` [PATCH 2/4] block: introduce part_[begin|end]_io_acct
` [PATCH 3/4] md: use part_[begin|end]_io_acct instead of disk_[begin|end]_io_acct
` [PATCH 4/4] bcache: "

[PATCH 0/8] bcache-tools patches for large bucket size incompat feature
 2020-08-17 12:05 UTC  (9+ messages)
` [PATCH 1/8] bcache-tools: add struct cache_sb_disk into bcache.h
` [PATCH 2/8] bcache-tools: bitwise.h: more swap bitwise for different CPU endians
` [PATCH 3/8] bcache-tools: list.h: only define offsetof() when it is undefined
` [PATCH 4/8] bcache-tools: add to_cache_sb() and to_cache_sb_disk()
` [PATCH 5/8] bcache-tools: define separated super block for in-memory and on-disk format
` [PATCH 6/8] bcache-tools: upgrade super block versions for feature sets
` [PATCH 7/8] bcache-tools: add large_bucket incompat feature
` [PATCH 8/8] bcache-tools: add print_cache_set_supported_feature_sets() in lib.c

[PATCH 00/14] bcache: remove multiple caches code framework
 2020-08-15 12:47 UTC  (15+ messages)
` [PATCH v1 01/14] bcache: remove 'int n' from parameter list of bch_bucket_alloc_set()
` [PATCH v1 02/14] bcache: explicitly make cache_set only have single cache
` [PATCH v1 03/14] bcache: remove for_each_cache()
` [PATCH v1 04/14] bcache: add set_uuid in struct cache_set
` [PATCH v1 05/14] bcache: only use block_bytes() on struct cache
` [PATCH v1 06/14] bcache: remove useless alloc_bucket_pages()
` [PATCH v1 07/14] bcache: remove useless bucket_pages()
` [PATCH v1 08/14] bcache: only use bucket_bytes() on struct cache
` [PATCH v1 09/14] bcache: avoid data copy between cache_set->sb and cache->sb
` [PATCH v1 10/14] bcache: don't check seq numbers in register_cache_set()
` [PATCH v1 11/14] bcache: remove can_attach_cache()
` [PATCH v1 12/14] bcache: check and set sync status on cache's in-memory super block
` [PATCH v1 13/14] bcache: remove embedded struct cache_sb from struct cache_set
` [PATCH v1 14/14] bcache: move struct cache_sb out of uapi bcache.h

[PATCH] bcache: share register sysfs with async register
 2020-08-15  9:23 UTC 

Use NVDIMM in bcache
 2020-08-13  7:46 UTC 

[PATCH AUTOSEL 5.8 57/64] bcache: fix super block seq numbers comparision in register_cache_set()
 2020-08-10 19:08 UTC 

[PATCH AUTOSEL 5.7 53/60] bcache: fix super block seq numbers comparision in register_cache_set()
 2020-08-10 19:10 UTC 

[PATCH AUTOSEL 5.4 43/45] bcache: fix super block seq numbers comparision in register_cache_set()
 2020-08-10 19:11 UTC 

[PATCH AUTOSEL 4.14 21/22] bcache: fix super block seq numbers comparision in register_cache_set()
 2020-08-10 19:13 UTC 

[PATCH AUTOSEL 4.9 16/17] bcache: fix super block seq numbers comparision in register_cache_set()
 2020-08-10 19:14 UTC 

[PATCH AUTOSEL 4.4 15/16] bcache: fix super block seq numbers comparision in register_cache_set()
 2020-08-10 19:14 UTC 

[PATCH AUTOSEL 4.19 29/31] bcache: fix super block seq numbers comparision in register_cache_set()
 2020-08-10 19:12 UTC 

[PATCH v4] block: check queue's limits.discard_granularity in __blkdev_issue_discard()
 2020-08-05 23:16 UTC  (2+ messages)

[PATCH v3] block: check queue's limits.discard_granularity in __blkdev_issue_discard()
 2020-08-05 16:49 UTC  (6+ messages)

[PATCH v2] block: check queue's limits.discard_granularity in __blkdev_issue_discard()
 2020-08-05  3:34 UTC  (2+ messages)

[PATCH] block: check queue's limits.discard_granularity in __blkdev_issue_discard()
 2020-08-05  2:59 UTC  (2+ messages)

[PATCH] block: tolerate 0 byte discard_granularity in __blkdev_issue_discard()
 2020-08-05  2:52 UTC  (13+ messages)

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  (2+ messages)

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

[PATCH 2/2] bcche: fix overflow in offset_to_stripe()
 2020-07-17 17:08 UTC  (2+ messages)

[PATCH v2 2/2] bcche: fix overflow in offset_to_stripe()
 2020-07-17 17:08 UTC  (2+ messages)

[PATCH v3 0/2] two generic block layer fixes for 5.9
 2020-07-17 13:15 UTC  (2+ messages)

[PATCH v4 00/16] bcache: extend bucket size to 32bit width
 2020-07-17 11:22 UTC  (14+ messages)
` [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


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