Linux Device Mapper development
 help / color / mirror / Atom feed
 messages from 2018-02-07 13:43:28 to 2018-03-02 15:31:57 UTC [more...]

[RFC PATCH 00/20] "Foreign" NVMe support for multipath-tools
 2018-03-02 15:31 UTC  (44+ messages)
` [RFC PATCH 01/20] multipath(d)/Makefile: add explicit dependency on libraries
` [RFC PATCH 02/20] libmultipath: remove unused "stdout helpers"
` [RFC PATCH 03/20] libmultipath: get rid of selector "hack" in print.c
` [RFC PATCH 04/20] libmultipath: parser: use call-by-value for "snprint" methods
` [RFC PATCH 05/20] libmultipath: don't update path groups when printing
` [RFC PATCH 06/20] libmultipath/print: use "const" where appropriate
` [RFC PATCH 07/20] libmultipath: use "const" in devmapper code
` [RFC PATCH 08/20] libmultipath: fix compiler warnings for -Wcast-qual
` [RFC PATCH 09/20] multipath-tools: Makefile.inc: use -Werror=cast-qual
` [RFC PATCH 10/20] libmultipath: add vector_free_const()
` [RFC PATCH 11/20] libmultipath: add vector_convert()
` [RFC PATCH 12/20] libmultipath: "generic multipath" interface
` [RFC PATCH 13/20] libmultipath: print: convert API to generic data type
` [RFC PATCH 14/20] libmultipath: print: use generic API for get_x_layout()
` [RFC PATCH 15/20] libmultipath: API for foreign multipath handling
` [RFC PATCH 16/20] libmultipath/print: add "%G - foreign" wildcard
` [RFC PATCH 17/20] libmultipath/foreign: nvme foreign library
` [RFC PATCH 18/20] multipath: use foreign API
` [RFC PATCH 19/20] multipathd: "
` [RFC PATCH 20/20] libmultipath: foreign/nvme: implement path display

[PATCH 0/6] Various multipath-tools patches
 2018-03-01 19:29 UTC  (7+ messages)
` [PATCH 1/6] multipathd/main.c: Fix indentation
` [PATCH 2/6] libmultipath, alloc_path_with_pathinfo(): Ensure that pp->wwid is '\0'-terminated
` [PATCH 3/6] libmultipath, alloc_path_with_pathinfo(): Declare third argument const
` [PATCH 4/6] kpartx: Improve reliability of find_loop_by_file()
` [PATCH 5/6] libmultipath: Fix sgio_get_vpd()
` [PATCH 6/6] Introduce the ibmultipath/unaligned.h header file

[RFC PATCH] fstests: Check if a fs can survive random (emulated) power loss
 2018-03-01 12:50 UTC  (10+ messages)
` [PATCH 1/2] fstests: log-writes: Add support to output human readable flags
` [PATCH 2/2] fstests: log-writes: Add support for METADATA flag

[PATCH] libmultipath: fix wrong output of "multipath -t"
 2018-03-01  5:25 UTC  (2+ messages)

[PATCH] dm: log-writes: record metadata flag for better flags record
 2018-02-28 15:09 UTC  (2+ messages)

[PATCH 1/2] log-writes: Add support to output human readable flags
 2018-02-28 15:09 UTC  (3+ messages)
` [PATCH 2/2] log-writes: Add support for METADATA flag

[PATCH] dm raid: fix degraded sync_ratio
 2018-02-27 20:58 UTC 

[PATCH] libmultipath: enable feature disable changed wwid by default
 2018-02-27  8:34 UTC 

[PATCH] fold direct_make_requst into generic_make_request
 2018-02-27  0:58 UTC  (3+ messages)
`  "

[PATCH] fix nvme test
 2018-02-26 20:50 UTC  (2+ messages)
`  "

[PATCH] fix nvme test
 2018-02-26 19:42 UTC 

DM Regression in 4.16-rc1 - read() returns data when it shouldn't
 2018-02-26 17:31 UTC  (14+ messages)
    ` [dm-devel] "
` [PATCH] dm: correctly handle chained bios in dec_pending()
` [RFC PATCH] dm: don't assign zero to ->bi_status of an active bio
` [PATCH] block: be more careful about status in __bio_chain_endio

[PATCH] multipathd: add lock protection for cli_list_status
 2018-02-26 13:52 UTC  (2+ messages)

Integrity checking fails with Atmel SHA hw accelerator enabled
 2018-02-26  6:31 UTC  (5+ messages)

howto create read-only thin snapshot with lvm2app
 2018-02-25 23:19 UTC 

[PATCH 0/4] dm unstriped: support non power of 2 chunk size
 2018-02-22 16:41 UTC  (3+ messages)
` [PATCH 3/4] dm unstriped: rename symbols to conform to target name

[PATCH] dm-bufio: avoid false-positive Wmaybe-uninitialized warning
 2018-02-22 16:04 UTC  (2+ messages)
`  "

DM Multipath limits
 2018-02-21 21:37 UTC  (2+ messages)

Device mapper for temporarily buffering writes on fast device before pushing to slower device
 2018-02-20 12:58 UTC  (2+ messages)

[PATCH] md: fix md_write_start() deadlock w/o metadata devices
 2018-02-18 18:12 UTC  (2+ messages)

Forward SECDISCARD request within device mapper layer
 2018-02-16 21:58 UTC  (2+ messages)

[git pull] device mapper fix for 4.16-rc2
 2018-02-16 16:03 UTC 

kworker spin on iSCSI session logout with multipath running
 2018-02-16 13:48 UTC  (2+ messages)
` kworker spins "

[PATCH 2/2] dm-writecache
 2018-02-14  1:36 UTC  (10+ messages)

[PATCH v3 0/7] multipath: miscellaneous bug fixes
 2018-02-13 20:41 UTC  (11+ messages)
` [PATCH v3 1/7] libmultipath: fix tur checker locking
` [PATCH v3 2/7] multipath: fix DEF_TIMEOUT use
` [PATCH v3 3/7] multipathd: remove coalesce_paths from ev_add_map
` [PATCH v3 4/7] multipathd: remove unused configure parameter
` [PATCH v3 5/7] Fix set_no_path_retry() regression
` [PATCH v3 6/7] multipathd: change spurious uevent msg priority
` [PATCH v3 7/7] multipath: print sysfs state in fast list mode

[RFC PATCH 0/5] alternate dmevents waiter method
 2018-02-13 19:55 UTC  (16+ messages)
` [RFC PATCH 1/5] libmultipath: move remove_map waiter code to multipathd
` [RFC PATCH 2/5] move waiter code from libmultipath "
` [RFC PATCH 3/5] call start_waiter_thread() before setup_multipath()
` [RFC PATCH 4/5] libmultipath: add helper functions
` [RFC PATCH 5/5] multipathd: RFC add new polling dmevents waiter thread

[PATCH] dm-integrity: Fail early if required HMAC key is not available
 2018-02-13 13:50 UTC 

[PATCH v2 0/7] multipath: miscellaneous bug fixes
 2018-02-12 20:33 UTC  (25+ messages)
` [PATCH v2 1/7] libmultipath: fix tur checker locking
` [PATCH v2 2/7] multipath: fix DEF_TIMEOUT use
` [PATCH v2 3/7] multipathd: remove coalesce_paths from ev_add_map
` [PATCH v2 4/7] multipathd: remove unused configure parameter
` [PATCH v2 5/7] Fix set_no_path_retry() regression
` [PATCH v2 6/7] multipathd: change spurious uevent msg priority
` [PATCH v2 7/7] multipath: print sysfs state in fast list mode

[PATCH] dm-bufio: fix warning
 2018-02-12  0:09 UTC 

[PATCH 0/7] multipath: miscellaneous bug fixes
 2018-02-08 19:34 UTC  (23+ messages)
` [PATCH 1/7] multipath: fix tur checker locking
` [PATCH 2/7] multipath: fix DEF_TIMEOUT use
` [PATCH 3/7] multipathd: remove coalesce_paths from ev_add_map
` [PATCH 4/7] multipathd: remove unused configure parameter
` [PATCH 5/7] Fix set_no_path_retry() regression
` [PATCH 6/7] multipathd: change spurious uevent msg priority
` [PATCH 7/7] multipath: print sysfs state in fast list mode

[PATCH v2 00/20] Various multipath-tools fixes
 2018-02-08 12:06 UTC  (9+ messages)
` [PATCH v2 17/20] libmultipath: path latency: fix default base num
` [PATCH v2 18/20] libmultipath: path latency: log threshold with p2
` [PATCH v2 19/20] libmultipath: path latency: simplify getprio()
` [PATCH v2 20/20] libmultipath: path latency: remove warnings

[PATCH] libmultipath: increase path product_id/rev field size for NVMe
 2018-02-07 19:36 UTC  (2+ messages)

[PATCH 7/7] multipathd: ignore uevents for non-mpath devices
 2018-02-07 19:14 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 1/3] multipath.rules: handle NVME devices
 2018-02-07 18:37 UTC  (2+ messages)

[PATCH 0/7] multipath-tools: uevent processing fixes and unit tests
 2018-02-07 18:35 UTC  (2+ messages)

Help request: setting up /dev/zero using dm-crypt 
 2018-02-07 13:43 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