Linux Device Mapper development
 help / color / mirror / Atom feed
 messages from 2018-11-20 06:07:48 to 2018-11-30 21:52:16 UTC [more...]

[PATCH 2/3] block: switch to per-cpu in-flight counters
 2018-11-30 21:52 UTC  (7+ 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 

[PATCH 0/3] per-cpu in_flight counters for bio-based drivers
 2018-11-30 19:57 UTC  (4+ messages)

[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 

block layer API for file system creation - when to use multidisk mode
 2018-11-30 18:05 UTC  (2+ messages)

[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 v2 0/1] Fix false removes
 2018-11-29 22:26 UTC  (2+ messages)
` [PATCH v2 1/1] libmultipath: fix false removes in dmevents polling code

[PATCH 00/19] multipath-tools: improve logging at -v3
 2018-11-29 20:54 UTC  (23+ messages)
` [PATCH 01/19] tests/hwtable: set multipath_dir in local configuration
` [PATCH 02/19] tests/hwtable: adjust to new checker API
` [PATCH 03/19] multipath-tools: decrease verbosity of state messages
` [PATCH 04/19] libmultipath: decrease verbosity of pathinfo messages
` [PATCH 05/19] libmultipath: decrease verbosity of TUR checker 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 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  (6+ messages)
  ` [RFC PATCH v2 1/3] dm: enable "
  ` [RFC PATCH v2 2/3] dm: expand hc_map in mapped_device for lack of map
  ` [RFC PATCH v2 3/3] dm: expand valid types for dm-ioctl
    ` [External] Re: [RFC PATCH v2 0/3] realize dax_operations for dm-snapshot

[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  (58+ messages)
` [PATCH V11 01/19] block: don't use bio->bi_vcnt to figure out segment number
` [PATCH V11 02/19] block: introduce multi-page bvec helpers
` [PATCH V11 03/19] block: introduce bio_for_each_bvec()
` [PATCH V11 04/19] block: use bio_for_each_bvec() to compute multi-page bvec count
` [PATCH V11 05/19] block: use bio_for_each_bvec() to map sg
` [PATCH V11 06/19] block: introduce bvec_last_segment()
` [PATCH V11 07/19] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V11 08/19] btrfs: use bvec_last_segment to get bio's last page
` [PATCH V11 09/19] btrfs: move bio_pages_all() to btrfs
` [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 13/19] block: move bounce_clone_bio into bio.c
` [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 16/19] block: always define BIO_MAX_PAGES as 256
` [PATCH V11 17/19] block: document usage of bio iterator helpers
` [PATCH V11 18/19] block: kill QUEUE_FLAG_NO_SG_MERGE
` [PATCH V11 19/19] block: kill BLK_MQ_F_SG_MERGE

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

[PATCH V10 00/19] block: support multi-page bvec
 2018-11-21 10:19 UTC  (15+ messages)
` [PATCH V10 09/19] block: introduce bio_bvecs()

[PATCH] multipathd: fix mpp->hwe handling when paths are freed
 2018-11-21  9:16 UTC  (2+ messages)

RFC: REQ_PRIO use
 2018-11-21  2:37 UTC  (3+ messages)

multipath-tools: add ANA support for NVMe device
 2018-11-20 16:23 UTC  (13+ messages)
` [PATCH] nvme: allow ANA support to be independent of native multipathing
            `  "

[RFC PATCH 0/3] realize dax_operations for dm-snapshot
 2018-11-20 10:20 UTC  (4+ messages)
  ` [RFC PATCH 1/3] dm: enable "
  ` [RFC PATCH 2/3] dm: expand hc_map in mapped_device for lack of map
  ` [RFC PATCH 3/3] dm: expand valid types for dm-ioctl


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