linux-bcache.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-08 00:21:42 to 2022-04-07 03:16:00 UTC [more...]

use block_device based APIs in block layer consumers
 2022-04-07  3:15 UTC  (39+ messages)
` [PATCH 01/27] target: remove an incorrect unmap zeroes data deduction
  ` [dm-devel] "
` [PATCH 02/27] target: pass a block_device to target_configure_unmap_from_queue
` [PATCH 03/27] target: fix discard alignment on partitions
` [PATCH 04/27] drbd: remove assign_p_sizes_qlim
` [PATCH 05/27] drbd: use bdev based limit helpers in drbd_send_sizes
` [PATCH 06/27] drbd: cleanup decide_on_discard_support
` [PATCH 07/27] btrfs: use bdev_max_active_zones instead of open coding it
` [PATCH 08/27] ntfs3: use bdev_logical_block_size "
` [PATCH 09/27] mm: use bdev_is_zoned in claim_swapfile
` [PATCH 10/27] block: add a bdev_nonrot helper
` [PATCH 11/27] block: add a bdev_write_cache helper
` [PATCH 12/27] block: add a bdev_fua helper
` [PATCH 13/27] block: add a bdev_stable_writes helper
` [PATCH 14/27] block: add a bdev_max_zone_append_sectors helper
  ` [dm-devel] "
` [PATCH 15/27] block: use bdev_alignment_offset in part_alignment_offset_show
` [PATCH 16/27] drbd: use bdev_alignment_offset instead of queue_alignment_offset
` [PATCH 17/27] block: use bdev_alignment_offset in disk_alignment_offset_show
` [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 20/27] block: use bdev_discard_alignment in part_discard_alignment_show
` [PATCH 21/27] block: move {bdev,queue_limit}_discard_alignment out of line
` [PATCH 22/27] block: refactor discard bio size limiting
` [PATCH 23/27] block: add a bdev_max_discard_sectors helper
  ` [Cluster-devel] "
` [PATCH 24/27] block: add a bdev_discard_granularity helper
` [PATCH 25/27] block: remove QUEUE_FLAG_DISCARD
` [PATCH 26/27] block: uncouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
` [PATCH 27/27] direct-io: remove random prefetches

cleanup bio_kmalloc v3
 2022-04-06 16:25 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 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  (4+ messages)
` [PATCH v13 05/12] bcache: bch_nvmpg_free_pages() of the buddy allocator

[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  (14+ 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  (11+ messages)

[PATCH] bcache: use default_groups in kobj_type
 2022-01-10 15:53 UTC  (4+ 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).