linux-bcache.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-28 18:50:30 to 2020-05-26 16:01:53 UTC [more...]

Canada Offer
 2020-05-26 16:01 UTC 

[PATCH 0/5] bcache patches for Linux-5.8
 2020-05-26 15:59 UTC  (10+ messages)
` [PATCH 1/5] bcache: remove redundant variables i and n
` [PATCH 2/5] bcache: Convert pr_<level> uses to a more typical style
` [PATCH 3/5] bcache: fix refcount underflow in bcache_device_free()
` [PATCH 4/5] bcache: asynchronous devices registration
` [PATCH 5/5] bcache: configure the asynchronous registertion to be experimental

[PATCH] bcache: fix refcount underflow in bcache_device_free()
 2020-05-26  8:47 UTC 

[PATCH 0/2] bcache: asynchronous devices registration
 2020-05-26  8:46 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] bcache: configure the asynchronous registertion to be experimental

block I/O accounting improvements
 2020-05-25 13:03 UTC  (33+ messages)
` [PATCH 01/16] block: add disk/bio-based accounting helpers
` [PATCH 02/16] drbd: use bio_{start,end}_io_acct
` [PATCH 03/16] rsxx: "
` [PATCH 04/16] lightnvm/pblk: "
` [PATCH 05/16] bcache: "
` [PATCH 06/16] dm: "
` [PATCH 07/16] nvdimm: "
` [PATCH 08/16] zram: nvdimm: use bio_{start,end}_io_acct and disk_{start,end}_io_acct
` [PATCH 09/16] block: remove generic_{start,end}_io_acct
` [PATCH 10/16] block: move update_io_ticks to blk-core.c
` [PATCH 11/16] block: always use a percpu variable for disk stats
` [PATCH 12/16] block: account merge of two requests
` [PATCH 13/16] block: add a blk_account_io_merge_bio helper
` [PATCH 14/16] block: remove rcu_read_lock() from part_stat_lock()
` [PATCH 15/16] block: use __this_cpu_add() instead of access by smp_processor_id()
` [PATCH 16/16] block: reduce part_stat_lock() scope

[RFC PATCH v4 0/3] bcache: support zoned device as bcache backing device
 2020-05-25  8:14 UTC  (13+ messages)
` [RFC PATCH v4 1/3] bcache: export bcache zone information for zoned "
` [RFC PATCH v4 2/3] bcache: handle zone management bios for bcache device
` [RFC PATCH v4 3/3] bcache: reject writeback cache mode for zoned backing device

[PATCH] block: change REQ_OP_ZONE_RESET and REQ_OP_ZONE_RESET_ALL to be odd numbers
 2020-05-25  4:01 UTC  (3+ messages)

jjCompliment
 2020-05-23 18:00 UTC 

Offer
 2020-05-22  5:17 UTC 

Offer
 2020-05-21 18:48 UTC 

(DONATION) $2 Million Has Been Donated
 2020-05-18 11:03 UTC 

[RFC PATCH v2 0/4] block layer change necessary for bcache zoned device support
 2020-05-18  6:56 UTC  (36+ messages)
` [RFC PATCH v2 1/4] block: change REQ_OP_ZONE_RESET from 6 to 13
` [RFC PATCH v2 2/4] block: block: change REQ_OP_ZONE_RESET_ALL from 8 to 15
` [RFC PATCH v2 3/4] block: remove queue_is_mq restriction from blk_revalidate_disk_zones()
` [RFC PATCH v2 4/4] block: set bi_size to REQ_OP_ZONE_RESET bio

[PATCH 0/3] bcache-tools: suport zoned device as making backing evice
 2020-05-16 14:09 UTC  (4+ messages)
` [PATCH 1/3] bcache-tools: set zoned size aligned data_offset on backing device for zoned devive
` [PATCH 2/3] bcache-tools: add is_zoned_device()
` [PATCH 3/3] bcache-tools: convert writeback to writethrough mode for zoned backing device

[RFC PATCH 0/4] block layer change necessary for bcache zoned device support
 2020-05-15 17:22 UTC  (9+ messages)
` [RFC PATCH 1/4] block: change REQ_OP_ZONE_RESET from 6 to 13
` [RFC PATCH 2/4] block: block: change REQ_OP_ZONE_RESET from 8 to 15
` [RFC PATCH 3/4] block: remove queue_is_mq restriction from blk_revalidate_disk_zones()
` [RFC PATCH 4/4] block: set bi_size to REQ_OP_ZONE_RESET bio

remove a few uses of ->queuedata
 2020-05-13 22:26 UTC  (55+ messages)
` [PATCH 01/15] nfblock: use gendisk private_data
` [PATCH 02/15] simdisk: stop using ->queuedata
` [PATCH 03/15] drbd: "
` [PATCH 04/15] null_blk: stop using ->queuedata for bio mode
` [PATCH 05/15] ps3vram: stop using ->queuedata
` [PATCH 06/15] rsxx: "
` [PATCH 07/15] umem: "
` [PATCH 08/15] zram: "
` [PATCH 09/15] lightnvm: "
    ` [PATCH 09/15, fіxed] "
` [PATCH 10/15] bcache: stop setting ->queuedata
` [PATCH 11/15] dm: stop using ->queuedata
` [PATCH 12/15] md: "
` [PATCH 13/15] nvdimm/blk: "
` [PATCH 14/15] nvdimm/btt: "
` [PATCH 15/15] nvdimm/pmem: "

[RFC PATCH v2] bcache: export zoned information for backing device
 2020-05-11 11:20 UTC  (11+ messages)

(unknown)
 2020-05-08 23:51 UTC 

[PATCH RFC 1/2] tracing/block: cleanup rwbs filling in trace events
 2020-05-06  7:07 UTC  (8+ messages)
` [PATCH RFC 2/2] tracing/block: add request operation and flags into "

[PATCH 0/2] bcache patches for Linux v5.7-rc5
 2020-05-05  2:43 UTC  (5+ messages)
` [PATCH 1/2] bcache: remove redundant variables i and n
` [PATCH 2/2] bcache: Convert pr_<level> uses to a more typical style

Canada Greetings
 2020-04-29 11:38 UTC 

Canada Greetings
 2020-04-29  7:28 UTC 

avoid the ->make_request_fn indirect for blk-mq drivers
 2020-04-28 18:38 UTC  (4+ messages)
` [PATCH 2/3] dm: remove the make_request_fn check in device_area_is_invalid


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