linux-bcache.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-12 20:19:03 to 2022-04-06 09:11:01 UTC [more...]

use block_device based APIs in block layer consumers
 2022-04-06  6:05 UTC  (12+ messages)
` [PATCH 03/27] target: fix discard alignment on partitions
` [PATCH 08/27] ntfs3: use bdev_logical_block_size instead of open coding it
` [PATCH 09/27] mm: use bdev_is_zoned in claim_swapfile
` [PATCH 11/27] block: add a bdev_write_cache helper
` [PATCH 12/27] block: add a bdev_fua helper
` [PATCH 14/27] block: add a bdev_max_zone_append_sectors helper
` [PATCH 18/27] block: move bdev_alignment_offset and queue_limit_alignment_offset out of line
` [PATCH 19/27] block: remove queue_discard_alignment
` [PATCH 21/27] block: move {bdev,queue_limit}_discard_alignment out of line
` [PATCH 24/27] block: add a bdev_discard_granularity helper
` [PATCH 25/27] block: remove QUEUE_FLAG_DISCARD

[PATCH 1/2] bcache: fixup btree_cache_wait list damage
 2022-04-01 12:27 UTC  (2+ messages)
` [PATCH 2/2] bcache: check return in the register process and handle error

cleanup bio_kmalloc v2
 2022-04-01  4:57 UTC  (19+ messages)
` [PATCH 1/5] btrfs: simplify ->flush_bio handling
` [PATCH 2/5] squashfs: always use bio_kmalloc in squashfs_bio_read
` [PATCH 3/5] target/pscsi: remove pscsi_get_bio
` [PATCH 4/5] block: turn bio_kmalloc into a simple kmalloc wrapper
` [PATCH 5/5] pktcdvd: stop using bio_reset

[PATCH v1] bcache: fix AB-BA deadlock between cache register and cache_set_free
 2022-03-29  3:17 UTC 

[PATCH v4] bcache: Use bcache without formatting existing device
 2022-03-28 11:36 UTC 

[PATCH] bcache: remove unnecessary flush_workqueue
 2022-03-27  7:20 UTC 

[PATCH v1] mmc: core: fix AB-BA deadlock between cache register and cache_set_free
 2022-03-26  7:52 UTC 

[PATCH] bcache: add a check for the return of kzalloc()
 2022-03-25  3:27 UTC 

[PATCH v1] bcache: Check for NULL return of kzalloc()
 2022-03-24  9:27 UTC 

[PATCH v3] bcache: Use bcache without formatting existing device
 2022-03-22 12:29 UTC  (2+ messages)

[PATCH] Bcache: don't return BLK_STS_IOERR during cache detach
 2022-03-22  2:08 UTC  (5+ messages)

[PATCH] bcache: Use bcache without formatting existing device
 2022-03-10 12:09 UTC  (5+ messages)
` [RFC PATCH] bcache: bch_service_ioctl_ctrl() can be static

bcache detach lead to xfs force shutdown
 2022-03-10  2:01 UTC  (13+ messages)
              ` [PATCH] Bcache: don't return BLK_STS_IOERR during cache detach

[PATCH] bcache: Add ioctl feature capability to make-bcache
 2022-03-09 11:14 UTC 

[PATCH] bcache: Use bcache without formatting existing device
 2022-03-09  1:41 UTC  (2+ messages)

remove opencoded kmap of bio_vecs v2
 2022-03-05 14:02 UTC  (16+ messages)
` [PATCH 01/10] iss-simdisk: use bvec_kmap_local in simdisk_submit_bio
` [PATCH 02/10] aoe: use bvec_kmap_local in bvcpy
` [PATCH 03/10] zram: use memcpy_to_bvec in zram_bvec_read
` [PATCH 04/10] zram: use memcpy_from_bvec in zram_bvec_write
` [PATCH 05/10] nvdimm-blk: use bvec_kmap_local in nd_blk_rw_integrity
` [PATCH 06/10] nvdimm-btt: use bvec_kmap_local in btt_rw_integrity
` [PATCH 07/10] bcache: use bvec_kmap_local in bio_csum
` [PATCH 08/10] drbd: use bvec_kmap_local in drbd_csum_bio
` [PATCH 09/10] drbd: use bvec_kmap_local in recv_dless_read
` [PATCH 10/10] floppy: use memcpy_{to,from}_bvec

kernel 5.16.11 can't use an existing /dev/bcache0 as backing device for /dev/bcache1
 2022-03-05  9:13 UTC  (4+ messages)

[PATCH v2] md: bcache: check the return value of kzalloc() in detached_dev_do_request()
 2022-03-03  1:55 UTC 

[PATCH] md: bcache: check the return value of kzalloc() in detached_dev_do_request()
 2022-03-03  1:44 UTC  (3+ messages)

remove opencoded kmap of bio_vecs
 2022-03-02 17:04 UTC  (25+ messages)
` [PATCH 01/10] iss-simdisk: use bvec_kmap_local in simdisk_submit_bio
` [PATCH 02/10] aoe: use bvec_kmap_local in bvcpy
` [PATCH 03/10] zram: use memcpy_to_bvec in zram_bvec_read
` [PATCH 04/10] zram: use memcpy_from_bvec in zram_bvec_write
` [PATCH 05/10] nvdimm-blk: use bvec_kmap_local in nd_blk_rw_integrity
` [PATCH 06/10] nvdimm-btt: use bvec_kmap_local in btt_rw_integrity
` [PATCH 07/10] bcache: use bvec_kmap_local in bio_csum
` [PATCH 08/10] drbd: use bvec_kmap_local in drbd_csum_bio
` [PATCH 09/10] drbd: use bvec_kmap_local in recv_dless_read
` [PATCH 10/10] floppy: use memcpy_{to,from}_bvec

[PATCH] bcache: add writeback_dynamic_rate in configfs
 2022-03-02 12:14 UTC  (3+ messages)

[PATCH] md: bcache: check the return value of mempool_alloc() in bch_btree_node_read_done()
 2022-03-02 10:29 UTC  (2+ messages)

cleanup bio_kmalloc
 2022-03-02  3:01 UTC  (9+ messages)
` [PATCH 1/5] btrfs: simplify ->flush_bio handling
` [PATCH 2/5] squashfs: always use bio_kmalloc in squashfs_bio_read
` [PATCH 3/5] target/pscsi: remove pscsi_get_bio
` [PATCH 4/5] block: turn bio_kmalloc into a simple kmalloc wrapper
` [PATCH 5/5] pktcdvd: stop using bio_reset

[PATCH] bcache: fixup multiple threads crash
 2022-02-23  9:10 UTC  (7+ messages)

[PATCH v13 00/12] bcache for 5.17: enable NVDIMM for bcache journal
 2022-02-22  5:03 UTC  (21+ messages)
` [PATCH v13 02/12] bcache: initialize the nvm pages allocator
` [PATCH v13 03/12] bcache: initialization of the buddy
` [PATCH v13 04/12] bcache: bch_nvmpg_alloc_pages() "
` [PATCH v13 05/12] bcache: bch_nvmpg_free_pages() of the buddy allocator
` [PATCH v13 06/12] bcache: get recs list head for allocated pages by specific uuid

[PATCH] bcache: fix insane -ESRCH error in bch_journal_replay
 2022-02-15  8:28 UTC 

Consistent failure of bcache upgrading from 5.10 to 5.15.2
 2022-02-07  8:13 UTC  (16+ messages)

Bad/Unaligned block number requested
 2022-02-07  7:56 UTC 

B2カラーへの法人問い合せを受け付けました。
 2022-02-06 21:27 UTC 

【ご入会完了のご連絡】
 2022-01-30  8:45 UTC 

[PATCH] bcache: shrink the scope of bch_register_lock
 2022-01-28 14:57 UTC  (2+ messages)

[PATCH] bcache: Fix a NULL or wild pointer dereference in btree_gc_rewrite_node()
 2022-01-28 14:34 UTC  (4+ messages)

[PATCH] bcache: fixup bcache_dev_sectors_dirty_add() multithreaded CPU false sharing
 2022-01-17 21:16 UTC  (4+ messages)

[PATCH] bcache: make stripe_size configurable and persistent for hardware raid5/6
 2022-01-11  2:55 UTC  (12+ messages)

[PATCH] bcache: use default_groups in kobj_type
 2022-01-10 15:53 UTC  (4+ messages)

Hot-grow bcache backing device
 2022-01-07  2:24 UTC  (2+ messages)

On vacation up to Feb 9
 2022-01-06 16:27 UTC 

[PATCH] bcache: fixup bcache_dev_sectors_dirty_add() multithreaded CPU false sharing
 2022-01-06 15:30 UTC  (2+ messages)

Bcache is not caching anything. cache state=inconsistent, how to clear?
 2022-01-06  3:00 UTC  (3+ messages)

Słowa kluczowe do wypozycjonowania
 2022-01-03  9:10 UTC 

Happy Weekend:
 2021-12-26  9:29 UTC 

【World Silica】お問い合わせありがとうございます
 2021-12-26  2:47 UTC 

Wycena paneli fotowoltaicznych
 2021-12-23  7:45 UTC 

【メガネの三愛】お問い合わせいただきありがとうございます。
 2021-12-16 17:40 UTC 

[PATCH 0/1] bcache patche for Linux v5.16-rc1
 2021-12-15  3:33 UTC  (2+ messages)

bcache-register hang after reboot
 2021-12-14 16:43 UTC  (5+ messages)

Wycena paneli fotowoltaicznych
 2021-12-14  8:32 UTC 


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