Linux Device Mapper development
 help / color / mirror / Atom feed
 messages from 2018-11-21 10:18:26 to 2018-12-06 16:41:22 UTC [more...]

[PATCH v4 0/7] per-cpu in_flight counters for bio-based drivers
 2018-12-06 16:41 UTC  (8+ messages)
` [PATCH v4 1/7] dm: dont rewrite dm_disk(md)->part0.in_flight
` [PATCH v4 2/7] dm rq: leverage blk_mq_queue_busy() to check for outstanding IO
` [PATCH v4 3/7] block: stop passing 'cpu' to all percpu stats methods
` [PATCH v4 4/7] block: delete part_round_stats and switch to less precise counting
` [PATCH v4 5/7] block: switch to per-cpu in-flight counters
` [PATCH v4 6/7] block: return just one value from part_in_flight
` [PATCH v4 7/7] dm: remove the pending IO accounting

[PATCH] dm crypt: log the encryption algorithm implementation
 2018-12-06  7:28 UTC  (2+ messages)

[PATCH] dm verity: log the hash algorithm implementation
 2018-12-06  7:27 UTC  (2+ messages)

[PATCH v3 0/7] per-cpu in_flight counters for bio-based drivers
 2018-12-06  2:43 UTC  (9+ messages)
` [PATCH v3 1/7] dm: dont rewrite dm_disk(md)->part0.in_flight
` [PATCH v3 2/7] dm rq: leverage blk_mq_queue_busy() to check for outstanding IO
` [PATCH v3 3/7] block: stop passing 'cpu' to all percpu stats methods
` [PATCH v3 4/7] block: delete part_round_stats and switch to less precise counting
` [PATCH v3 5/7] block: switch to per-cpu in-flight counters
` [PATCH v3 6/7] block: return just one value from part_in_flight
` [PATCH v3 7/7] dm: remove the pending IO accounting

[dm:for-next 6/11] drivers//md/dm.c:655:7: note: in expansion of macro 'local_read'
 2018-12-06  0:31 UTC 

[PATCH 0/3] per-cpu in_flight counters for bio-based drivers
 2018-12-05 18:35 UTC  (18+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 1/6] dm: dont rewrite dm_disk(md)->part0.in_flight
  ` [PATCH v2 2/6] dm rq: leverage blk_mq_queue_busy() to check for outstanding IO
  ` [PATCH v2 3/6] block: delete part_round_stats and switch to less precise counting
  ` [PATCH v2 4/6] block: switch to per-cpu in-flight counters
  ` [PATCH v2 5/6] block: return just one value from part_in_flight
  ` [PATCH v2 6/6] dm: remove the pending IO accounting

[PATCH 00/19] multipath-tools: improve logging at -v3
 2018-12-03 23:53 UTC  (20+ messages)
` [PATCH 06/19] libmultipath: avoid frequent messages from filter_property()
` [PATCH 07/19] libmultipath: decrease log level of "disassembled" messages
` [PATCH 08/19] libmultipath: decrease log level of word splitting
` [PATCH 09/19] libmultipath: increase log level of map removal
` [PATCH 10/19] multipathd: decrease log level of checker timing
` [PATCH 11/19] libmultipath: decrease log level of "prioritizer refcount" message
` [PATCH 12/19] libmpathpersist/update_map_pr: decrease log level for nop
` [PATCH 13/19] libmultipath: simplify devt2devname()
` [PATCH 14/19] libmultipath: decrease log level for failed VPD c9
` [PATCH 15/19] libmultipath: adopt_paths: check for size match
` [PATCH 16/19] libmultipath: coalesce_paths: fix size mismatch handling
` [PATCH 17/19] tests: add unit tests for bitmask functions
` [PATCH 18/19] multipathd: uev_remove_path: remove redundant orphan_paths call
` [PATCH 19/19] libmultipath: improve logging from orphan_paths

[PATCH v2 00/24] multipath-tools: improve logging at -v3
 2018-12-03 23:50 UTC  (10+ messages)
` [PATCH v2 16/24] libmultipath: coalesce_paths: fix size mismatch handling
` [PATCH v2 20/24] libmultipath: avoid syslog loglevel > LOG_DEBUG
` [PATCH v2 21/24] coalesce_paths(): use symbolic return value
` [PATCH v2 22/24] domap(): "
` [PATCH v2 23/24] domap(): never return DOMAP_RETRY in daemon mode
` [PATCH v2 24/24] multipath: use symbolic return value and exit code

[PATCH v2 0/1] Fix false removes
 2018-12-03 10:05 UTC  (3+ messages)
` [PATCH v2 1/1] libmultipath: fix false removes in dmevents polling code

[RFC] dm-bow working prototype
 2018-12-02 10:07 UTC  (9+ messages)
    ` [dm-devel] "

block layer API for file system creation - when to use multidisk mode
 2018-12-01 20:52 UTC  (4+ messages)

[PATCH 2/3] block: switch to per-cpu in-flight counters
 2018-11-30 22:04 UTC  (8+ messages)

[PATCH 1/3] block: delete part_round_stats and switch to less precise counting
 2018-11-30 21:46 UTC  (3+ messages)

[dm:block-dm-4.21-inflight 6/9] drivers//md/dm.c:655:19: note: in expansion of macro 'per_cpu_ptr'
 2018-11-30 20:36 UTC 

[dm:block-dm-4.21-inflight 5/6] include/linux/percpu-defs.h:219:52: error: invalid operands to binary + (have 'struct disk_stats' and 'int')
 2018-11-30 18:05 UTC 

[PATCH 0/2] dm kcopyd: dm snapshot: Fix bugs causing excessive memory usage and workqueue stalls
 2018-11-30 17:53 UTC  (2+ messages)

[dm:block-dm-4.21-inflight 5/6] drivers//md/dm.c:651:40: error: 'struct hd_struct' has no member named 'in_flight'
 2018-11-30 17:03 UTC 

[PATCH] dm-zoned: Fix target BIO completion handling
 2018-11-30  6:31 UTC 

[PATCH 3/3] block: return just one value from part_in_flight
 2018-11-30  0:30 UTC  (2+ messages)

[PATCH V12 00/20] block: support multi-page bvec
 2018-11-29  3:30 UTC  (48+ messages)
` [PATCH V12 01/20] btrfs: remove various bio_offset arguments
` [PATCH V12 02/20] btrfs: look at bi_size for repair decisions
` [PATCH V12 03/20] block: remove the "cluster" flag
` [PATCH V12 04/20] block: don't use bio->bi_vcnt to figure out segment number
` [PATCH V12 05/20] block: remove bvec_iter_rewind()
` [PATCH V12 06/20] block: rename bvec helpers
` [PATCH V12 07/20] block: introduce multi-page "
` [PATCH V12 08/20] block: introduce bio_for_each_bvec() and rq_for_each_bvec()
` [PATCH V12 09/20] block: use bio_for_each_bvec() to compute multi-page bvec count
` [PATCH V12 10/20] block: use bio_for_each_bvec() to map sg
` [PATCH V12 11/20] block: introduce bvec_last_segment()
` [PATCH V12 12/20] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V12 13/20] block: loop: pass multi-page bvec to iov_iter
` [PATCH V12 14/20] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [PATCH V12 15/20] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [PATCH V12 16/20] block: enable multipage bvecs
` [PATCH V12 17/20] block: always define BIO_MAX_PAGES as 256
` [PATCH V12 18/20] block: document usage of bio iterator helpers
` [PATCH V12 19/20] block: kill QUEUE_FLAG_NO_SG_MERGE
` [PATCH V12 20/20] block: kill BLK_MQ_F_SG_MERGE

Disconcerting observation with multipathd's dmevent polling code
 2018-11-28 19:35 UTC  (8+ messages)

[PATCH] dm: integrity: fix spelling mistake in workqueue name
 2018-11-28 15:15 UTC 

[RFC PATCH v2 0/3] realize dax_operations for dm-snapshot
 2018-11-28 14:27 UTC  (3+ messages)
    ` [External] "

[PATCH 1/2] libmultipath: cleanup pthread_cleanup_pop call
 2018-11-28  9:08 UTC  (4+ messages)
` [PATCH 2/2] libmultipath: fix false removes in dmevents polling code

[PATCH 3/3] block: use a driver-specific handler for the "inflight" value
 2018-11-28  0:41 UTC  (5+ messages)

[PATCH] libmpathpersist: fix off-by-one error in PRIN length check
 2018-11-26 16:29 UTC 

[PATCH V11 00/19] block: support multi-page bvec
 2018-11-23 10:50 UTC  (48+ messages)
` [PATCH V11 02/19] block: introduce multi-page bvec helpers
` [PATCH V11 03/19] block: introduce bio_for_each_bvec()
` [PATCH V11 07/19] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V11 10/19] block: loop: pass multi-page bvec to iov_iter
` [PATCH V11 11/19] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [PATCH V11 12/19] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [PATCH V11 14/19] block: handle non-cluster bio out of blk_bio_segment_split
` [PATCH V11 15/19] block: enable multipage bvecs
` [PATCH V11 17/19] block: document usage of bio iterator helpers

[PATCH] mm: convert totalram_pages, totalhigh_pages and managed_pages to atomic
 2018-11-22 20:01 UTC  (2+ messages)

[PATCH V10 09/19] block: introduce bio_bvecs()
 2018-11-21 10:19 UTC  (11+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox