Linux Device Mapper development
 help / color / mirror / Atom feed
 messages from 2018-10-01 21:26:41 to 2018-10-11 22:27:05 UTC [more...]

[PATCH 00/21] libmultipath: checkers overhaul
 2018-10-11 22:27 UTC  (20+ messages)
` [PATCH 01/21] libmultipath: fix use of uninitialized memory in write()
` [PATCH 02/21] libmultipath: fix memory leaks from scandir() use
` [PATCH 03/21] libmultipath/checkers: replace message by msgid
` [PATCH 04/21] libmultipath/checkers: cciss_tur: use message id
` [PATCH 05/21] libmultipath/checkers: directio: "
` [PATCH 06/21] libmultipath/checkers: emc_clariion: "
` [PATCH 07/21] libmultipath/checkers: hp_sw: "
` [PATCH 08/21] libmultipath/checkers: rdac: "
` [PATCH 09/21] libmultipath/checkers: readsector0: "
` [PATCH 10/21] libmultipath/checkers: tur: "
` [PATCH 11/21] multipathd: improve checker message logging
` [PATCH 12/21] libmultipath/checkers: support unsupported paths
` [PATCH 13/21] libmultipath: clariion checker: leave unsupported paths alone
` [PATCH 14/21] libmultipath: hp_sw "
` [PATCH 15/21] libmultipath: rdac "
` [PATCH 16/21] libmultipath: tur "
` [PATCH 17/21] libmultipath: pathinfo: don't blank wwid if checker fails
` [PATCH 18/21] multipathd: check_path: improve logging for "unusable path" case
` [PATCH 19/21] libmultipath: coalesce_paths: improve logging of orphaned paths

[PATCH 1/2] libmultipath: free allocated value in set_int
 2018-10-11 21:51 UTC  (4+ messages)
` [PATCH 2/2] kpartx: fix new memory leak in dm_find_part

[PATCH v2 00/11] Zoned block device support improvements
 2018-10-11 14:42 UTC  (13+ messages)
` [PATCH v2 01/11] scsi: sd_zbc: Rearrange code
` [PATCH v2 02/11] scsi: sd_zbc: Reduce boot device scan and revalidate time
` [PATCH v2 03/11] scsi: sd_zbc: Fix sd_zbc_check_zones() error checks
` [PATCH v2 04/11] block: Introduce blkdev_nr_zones() helper
` [PATCH v2 05/11] block: Limit allocation of zone descriptors for report zones
` [PATCH v2 06/11] block: Introduce BLKGETZONESZ ioctl
` [PATCH v2 07/11] block: Introduce BLKGETNRZONES ioctl
` [PATCH v2 08/11] block: Improve zone reset execution
` [PATCH v2 09/11] block: Expose queue nr_zones in sysfs
` [PATCH v2 10/11] block: add a report_zones method
` [PATCH v2 11/11] block: Introduce blk_revalidate_disk_zones()

[git pull] device mapper fixes for 4.19 final
 2018-10-11  5:40 UTC  (4+ messages)
  ` [git pull] device mapper fix "

[PATCH] dm linear: Fix linear_end_io conditional definition
 2018-10-11  2:45 UTC 

[PATCH 0/8] various multipath-tools patches
 2018-10-10 20:05 UTC  (9+ messages)
` [PATCH 1/8] test-kpartx: add test for invocation on image file
` [PATCH 2/8] libmultipath: scsi_ioctl_pathinfo doesn't fail
` [PATCH 3/8] libmultipath: cciss_ioctl_pathinfo "
` [PATCH 4/8] multipath.rules: add comment about DM_MULTIPATH_DEVICE_PATH=2
` [PATCH 5/8] multipath.8: man page update
` [PATCH 6/8] libmultipath: test code for "zombie" TUR threads
` [PATCH 7/8] libmultipath: handle TUR threads that can't be cancelled
` [PATCH 8/8] multipathd: handle repeated udev retrigger failure

[PATCH] multipath-tools: delete trailing whitespaces
 2018-10-10 19:51 UTC 

[PATCH 0/6] More Misc Multipath patches
 2018-10-10 19:41 UTC  (15+ messages)
` [PATCH 1/6] multipath: tweak logging style
` [PATCH 2/6] multipathd: check for NULL udevice in cli_add_path
` [PATCH 3/6] libmultipath: remove max_fds code duplication
` [PATCH 4/6] multipathd: set return code for multipathd commands
` [PATCH 5/6] mpathpersist: fix registration rollback issue
` [PATCH 6/6] libmultipath: timeout on unresponsive tur thread

[PATCH 00/11] Zoned block device support improvements
 2018-10-10 18:44 UTC  (30+ messages)
` [PATCH 01/11] scsi: sd_zbc: Rearrange code
` [PATCH 02/11] scsi: sd_zbc: Reduce boot device scan and revalidate time
` [PATCH 03/11] scsi: sd_zbc: Fix sd_zbc_check_zones() error checks
` [PATCH 04/11] block: Introduce blkdev_nr_zones() helper
` [PATCH 05/11] block: Limit allocation of zone descriptors for report zones
` [PATCH 06/11] block: Introduce BLKGETZONESZ ioctl
` [PATCH 07/11] block: Introduce BLKGETNRZONES ioctl
` [PATCH 08/11] block: Improve zone reset execution
` [PATCH 09/11] block: Expose queue nr_zones in sysfs
` [PATCH 10/11] block: add a report_zones method
` [PATCH 11/11] block: Introduce revalidate_disk_zones()

[PATCH] dm flakey: Document "error_writes" feature
 2018-10-10 12:18 UTC  (2+ messages)

[PATCH v4 00/19] Misc Multipath patches
 2018-10-10  7:25 UTC  (25+ messages)
` [PATCH v4 01/19] libmultipath: fix tur checker timeout
` [PATCH v4 02/19] libmultipath: fix tur checker double locking
` [PATCH v4 03/19] libmultipath: fix tur memory misuse
` [PATCH v4 04/19] libmultipath: cleanup tur locking
` [PATCH v4 05/19] libmultipath: fix tur checker timeout issue
` [PATCH v4 06/19] libmultipath: fix set_int error path
` [PATCH v4 07/19] libmultipath: fix length issues in get_vpd_sgio
` [PATCH v4 08/19] libmultipath: _install_keyword cleanup
` [PATCH v4 09/19] libmultipath: remove unused code
` [PATCH v4 10/19] libmultipath: fix memory issue in path_latency prio
` [PATCH v4 11/19] libmultipath: fix null dereference int alloc_path_group
` [PATCH v4 12/19] libmutipath: don't use malformed uevents
` [PATCH v4 13/19] multipath: fix max array size in print_cmd_valid
` [PATCH v4 14/19] multipathd: function return value tweaks
` [PATCH v4 15/19] multipathd: minor fixes
` [PATCH v4 16/19] multipathd: remove useless check and fix format
` [PATCH v4 17/19] multipathd: fix memory leak on error in configure
` [PATCH v4 18/19] libmultipath: Don't blank intialized paths
` [PATCH v4 19/19] libmultipath: Fixup updating paths

[PATCH 0/1] Fix kpart -d regression where matching devices not found
 2018-10-09 23:21 UTC  (3+ messages)
` [PATCH 1/1] kpartx: Use absolute paths to create mappings

[PATCH] multipath-tools: sync third-party headers with valgrind-3.14
 2018-10-09 22:37 UTC 

[PATCH v3 00/19] Misc Multipath patches
 2018-10-09 22:20 UTC  (50+ messages)
` [PATCH v3 01/19] libmultipath: fix tur checker timeout
` [PATCH v3 02/19] libmultipath: fix tur checker double locking
` [PATCH v3 03/19] libmultipath: fix tur memory misuse
` [PATCH v3 08/19] libmultipath: _install_keyword cleanup
` [PATCH v3 09/19] libmultipath: remove unused code
` [PATCH v3 10/19] libmultipath: fix memory issue in path_latency prio
` [PATCH v3 11/19] libmultipath: fix null dereference int alloc_path_group
` [PATCH v3 12/19] libmutipath: don't use malformed uevents
` [PATCH v3 13/19] multipath: fix max array size in print_cmd_valid
` [PATCH v3 14/19] multipathd: function return value tweaks
` [PATCH v3 15/19] multipathd: minor fixes
` [PATCH v3 16/19] multipathd: remove useless check and fix format
` [PATCH v3 17/19] multipathd: fix memory leak on error in configure
` [PATCH v3 18/19] libmultipath: Don't blank intialized paths
` [PATCH v3 19/19] libmultipath: Fixup updating paths

[PATCH] dm-crypt: make workqueue names device-specific
 2018-10-09 20:13 UTC  (7+ messages)
` [PATCH 1/2] dm: add dm_table_device_name()
  ` [PATCH 2/2 v2] dm-crypt: make workqueue names device-specific
      ` [PATCH v2 1/2] dm: add dm_table_device_name()
        ` [PATCH v3 2/2] dm-crypt: make workqueue names device-specific

dm_cache BUG() after power loss
 2018-10-09 16:00 UTC 

[PATCH 0/1] Fix kpart -d regression where matching devices not found
 2018-10-09 13:35 UTC  (2+ messages)

[PATCH v3] dm: Fix report zone remapping
 2018-10-09  5:24 UTC 

[PATCH] dm: Fix report zone remapping
 2018-10-08 16:25 UTC  (8+ messages)
`  "

[PATCH RESEND 0/4] multipath-tools: fixes for path wwid detection and path change uevents
 2018-10-08  8:26 UTC  (5+ messages)

[PATCH] multipath-tools: refresh kernel-doc from kernel sources
 2018-10-07 12:14 UTC  (2+ messages)

[PATCH] dm-cache: destroy migration_cache if cache target registration failed
 2018-10-07  6:45 UTC 

[PATCH v2] dm: Fix report zone remapping
 2018-10-06  5:58 UTC 

[git pull] device mapper fixes for 4.19-rc7
 2018-10-05 23:30 UTC  (2+ messages)

extracting thin mappings in real time
 2018-10-05 15:53 UTC  (8+ messages)

libblkid filesystem block size
 2018-10-04  9:43 UTC  (2+ messages)

[PATCH] dm ioctl: fix a missing-check bug
 2018-10-03 16:43 UTC 

[PATCH 0/2] multipath-tools: unit test fixes
 2018-10-02 18:47 UTC  (3+ messages)
` [PATCH 1/2] multipath/tests: fix hwtable tests after "hidden" support
` [PATCH 2/2] multipath-tools: tests/hwtable: test hidden devices

[PATCH 0/2] multipath-tools: avoid error messages with NVMe
 2018-10-02 17:36 UTC  (2+ messages)


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