dm-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-03 00:07:03 to 2020-07-14 13:38:44 UTC [more...]

[PATCH 0/6] crypto: add CRYPTO_ALG_ALLOCATES_MEMORY
 2020-07-14 13:38 UTC  (9+ messages)
` [PATCH 5/6] crypto: set the flag CRYPTO_ALG_ALLOCATES_MEMORY

[lvm-devel] master - multipathd: fix fd leak when iscsi device logs in
 2020-07-13 19:59 UTC  (7+ messages)

[PATCH 0/4] Fix segfault on access to mpp->hwe
 2020-07-13 11:07 UTC  (5+ messages)
` [PATCH 1/4] master - libmultipath: fix use after free when iscsi logs in
` [PATCH 2/4] libmultipath: warn if freeing path that holds mpp->hwe
` [PATCH 3/4] libmultipath: warn about NULL value of mpp->hwe
` [PATCH 4/4] libmultipath: fix mpp->hwe handling in sync_paths()

[dm-level] master - libmultipath: fix use after free when iscsi logs in
 2020-07-13 10:49 UTC  (2+ messages)

[PATCH] dm-cache: document zeroing metadata device step
 2020-07-12 21:47 UTC  (4+ messages)
    ` [PATCH v2] "

[PATCH] dm: use noio when sending kobject event
 2020-07-10 18:22 UTC  (5+ messages)
  `  "

[PATCH 2/6] crypto: algapi - use common mechanism for inheriting flags
 2020-07-10  6:37 UTC  (4+ messages)

[PATCH v2 0/7] crypto: add CRYPTO_ALG_ALLOCATES_MEMORY
 2020-07-10  6:20 UTC  (8+ messages)
` [PATCH v2 1/7] crypto: geniv - remove unneeded arguments from aead_geniv_alloc()
` [PATCH v2 2/7] crypto: seqiv - remove seqiv_create()
` [PATCH v2 3/7] crypto: algapi - use common mechanism for inheriting flags
` [PATCH v2 4/7] crypto: algapi - add NEED_FALLBACK to INHERITED_FLAGS
` [PATCH v2 5/7] crypto: algapi - introduce the flag CRYPTO_ALG_ALLOCATES_MEMORY
` [PATCH v2 6/7] crypto: drivers - set "
` [PATCH v2 7/7] dm-crypt: don't use drivers that have CRYPTO_ALG_ALLOCATES_MEMORY

[git pull] device mapper fixes for 5.8-rc5
 2020-07-09 20:20 UTC  (2+ messages)

remove dead bdi congestion leftovers
 2020-07-09 14:01 UTC  (5+ messages)

[PATCH]libmultipath/dmparser: add missing path with good status when sync state with dm kernel
 2020-07-09 11:11 UTC  (2+ messages)

[PATCH 00/80] multipath-tools series part VI: incomplete udev initialization
 2020-07-09 11:03 UTC  (7+ messages)
` [PATCH 75/80] multipathd: uev_trigger(): handle incomplete ADD events
` [PATCH 76/80] libmultipath: select_action(): force udev reload for uninitialized maps
` [PATCH 77/80] libmultipath: log dm_task_run() errors
` [PATCH 78/80] libmultipath: move reload_map() to multipathd
` [PATCH 79/80] multipathd: rename update_path_groups() -> reload_and_sync_map()
` [PATCH 80/80] libmultipath: select_action(): don't drop map if alias clashes

[PATCH 00/74] multipath-tools series part V: removed path handling
 2020-07-09 10:51 UTC  (22+ messages)
` [PATCH 54/74] libmultipath: protect use of pp->udev
` [PATCH 55/74] libmultipath: add uninitialize_path()
` [PATCH 56/74] multipath-tools: introduce INIT_REMOVED state
` [PATCH 57/74] libmultipath: update_mpp_paths(): handle INIT_REMOVED
` [PATCH 58/74] libmultipath: verify_paths(): don't delete paths from pathvec
` [PATCH 59/74] libmultipath: sync_paths(): handle INIT_REMOVED
` [PATCH 60/74] libmultipath: orphan_paths(): delete paths in INIT_REMOVED state
` [PATCH 61/74] libmultipath: adopt_paths(): skip removed paths
` [PATCH 62/74] multipathd: ev_remove_path(): use INIT_REMOVED
` [PATCH 63/74] multipathd: deal with INIT_REMOVED during path addition
` [PATCH 64/74] multipathd: check_path(): set retrigger_delay if necessary
` [PATCH 65/74] libmultipath: add update_pathvec_from_dm()
` [PATCH 66/74] libmultipath: update_pathvec_from_dm: handle pp->mpp mismatch
` [PATCH 67/74] libmultipath: disassemble_map(): always search paths by dev_t
` [PATCH 68/74] libmultipath: disassemble_map(): require non-NULL pathvec
` [PATCH 69/74] libmultipath: disassemble_map(): get rid of "is_daemon" argument
` [PATCH 70/74] libmultipath: disassemble_map(): do not change pathvec and WWIDs
` [PATCH 71/74] multipath: use update_pathvec_from_dm()
` [PATCH 72/74] libmpathpersist: "
` [PATCH 73/74] libmultipath: decrease loglevel in store_path()
` [PATCH 74/74] libmultipath: dmparser: constify function arguments

[PATCH 00/54] multipath-tools series part IV: identify paths by dev_t
 2020-07-09 10:36 UTC  (13+ messages)
` [PATCH 43/54] libmultipath: adopt_paths(): use find_path_by_devt()
` [PATCH 44/54] libmultipath: adopt_paths(): don't bail out on single path failure
` [PATCH 45/54] libmultipath: path_discover(): use find_path_by_devt()
` [PATCH 46/54] libmultipath: path_discover(): always set DI_BLACKLIST
` [PATCH 47/54] libmultipath: get_refwwid(): use find_path_by_devt()
` [PATCH 48/54] libmultipath: get_refwwid(): call get_multipath_config() only once
` [PATCH 49/54] libmultipath: get_refwwid(): get rid of "check" label
` [PATCH 50/54] libmultipath: get_refwwid(): use symbolic return values
` [PATCH 51/54] libmultipath: get_refwwid(): use switch statement
` [PATCH 52/54] libmultipath: constify get_mpe_wwid()
` [PATCH 53/54] multipath: call strchop() on command line argument
` [PATCH 54/54] libmultipath: get_refwwid(): skip strchop(), and constify dev parameter

[PATCH 00/42] multipath-tools series part III: duplicate alias
 2020-07-09 10:35 UTC  (4+ messages)
` [PATCH 40/42] libmultipath: refuse creating map with "
` [PATCH 41/42] libmultipath: refuse reloading an existing map with different WWID
` [PATCH 42/42] libmultipath: dm_addmap(): refuse creating map with empty WWID

[PATCH 00/39] multipath-tools series part II: dev_loss_tmo fixes
 2020-07-09 10:19 UTC  (5+ messages)
` [PATCH 36/39] libmultipath: add macro DEV_LOSS_TMO_UNSET
` [PATCH 37/39] libmultipath: improve logging for dev_loss_tmo override
` [PATCH 38/39] libmultipath: print message if setting dev_loss_tmo is unsupported
` [PATCH 39/39] libmultipath: increase log level of limiting dev_loss_tmo

[PATCH 00/35] multipath-tools series part I: minor changes
 2020-07-09 10:16 UTC  (36+ messages)
` [PATCH 01/35] multipath-tools tests/util: separate group for bitmask tests
` [PATCH 02/35] multipath-tools tests/directio: fix missing initializers
` [PATCH 03/35] tests: __wrap_dlog: use check_expected()
` [PATCH 04/35] multipath tools tests: add strchop() test
` [PATCH 05/35] libmultipath: improve strchop()
` [PATCH 06/35] multipath-tools tests: add test for devt2devname
` [PATCH 07/35] libmultipath: devt2devname(): simplify using libudev
` [PATCH 08/35] libmultipath: create bitfield abstraction
` [PATCH 09/35] libmultipath: use bitfields in group_by_match()
` [PATCH 10/35] libmultipath: util: constify function arguments
` [PATCH 11/35] multipath-tools tests: add unit tests for strlcat
` [PATCH 12/35] libmultipath: strlcpy()/strlcat(): use restrict qualifier
` [PATCH 13/35] libmultipath: constify blacklist code
` [PATCH 14/35] libmultipath: rlookup_binding(): remove newline in log message
` [PATCH 15/35] libmultipath: fix missing initializer warning from clang 3.9
` [PATCH 16/35] libmultipath: fix gcc -Wstringop-overflow warning
` [PATCH 17/35] libmultipath: remove uevent listener failback
` [PATCH 18/35] libmultipath: uevent: use static linkage where possible
` [PATCH 19/35] libmultipath: uevent: inline trivial functions
` [PATCH 20/35] libmultipath: decrease log level of "SCSI target" log message
` [PATCH 21/35] libmultipath: get_udev_uid(): more appropriate error code
` [PATCH 22/35] libmultipath: get_uid(): improve log message on udev failure
` [PATCH 23/35] libmultipath: make sysfs_pathinfo() static and use const
` [PATCH 24/35] libmultipath: pathinfo(): improve a log message
` [PATCH 25/35] libmultipath: pathinfo(): don't filter emtpy devnode names
` [PATCH 26/35] libmultipath: io_err_stat_handle_pathfail(): less error conditions
` [PATCH 27/35] libmultipath: improve libdm logging
` [PATCH 28/35] libmultipath: snprint_devices(): use udev_enumerate
` [PATCH 29/35] libmultipath: snprint_devices(): print hidden/foreign status
` [PATCH 30/35] libmultipath: alloc_path(): initialize pp->initialized
` [PATCH 31/35] libmultipath: alloc_path_with_pathinfo(): treat devname overflow as error
` [PATCH 32/35] libmultipath: log table params in addmap()
` [PATCH 33/35] multipathd: remove set_multipath_wwid()
` [PATCH 34/35] kpartx: print an error message if removing a partition fails
` [PATCH 35/35] kpartx: add missing newline

[dm-level] master - libmultipath: fix use after free when iscsi logs in
 2020-07-09  7:08 UTC 

[PATCH 0/2] dm zoned fixes for 5.8
 2020-07-09  1:44 UTC  (7+ messages)
` [PATCH 1/2] dm zoned: Fix zone reclaim trigger
` [PATCH 2/2] dm zoned: Remove set but unused variables

[dm:for-next 16/21] drivers/md/dm-dust.c:307:10: warning: zero-length gnu_printf format string
 2020-07-08 23:58 UTC 

[PATCH v3] dm crypt: add flags to optionally bypass dm-crypt workqueues
 2020-07-08 14:11 UTC  (3+ messages)

drive-by blk-cgroup cleanups
 2020-07-08 14:02 UTC  (3+ messages)
` [PATCH 01/14] dm: use bio_uninit instead of bio_disassociate_blkg

[PATCH] dm crypt: Enable zoned block device support
 2020-07-08  9:28 UTC 

[PATCH] multipath-tools: add info to man page for the historical-service-time path selector
 2020-07-07 23:55 UTC  (3+ messages)

[PATCH] blk-mq: consider non-idle request as "inflight" in blk_mq_rq_inflight()
 2020-07-07 15:06 UTC  (2+ messages)

[PATCH] libmultipath: add device to hwtable.c
 2020-07-07 12:54 UTC 

[PATCH] libmultipath: add device to hwtable.c
 2020-07-07 12:52 UTC  (3+ messages)

[PATCH]libmultipath/dmparser: add missing path with good status when sync state with dm kernel
 2020-07-07  9:43 UTC  (2+ messages)

[PATCH 00/10] block: blktrace framework cleanup
 2020-07-07  6:57 UTC  (4+ messages)
` [PATCH 05/11] block: get rid of the trace rq insert wrapper

[PATCH v2] dm crypt: add flags to optionally bypass dm-crypt workqueues
 2020-07-06 17:54 UTC  (5+ messages)
` [dm-devel] "

[PATCH] Replace HTTP links with HTTPS ones: LVM
 2020-07-05 20:30 UTC  (2+ messages)

[PATCH 00/13] Documentation/admin-guide: eliminate duplicated words
 2020-07-05 20:02 UTC  (16+ messages)
` [PATCH 02/13] Documentation/admin-guide: cgroup-v1/rdma: drop doubled word
` [PATCH 03/13] Documentation/admin-guide: dm-integrity: drop doubled words
  ` [PATCH 01/13] Documentation/admin-guide: cgroup-v2: drop doubled word
  ` [PATCH 04/13] Documentation/admin-guide: media/building: drop doubled words
  ` [PATCH 06/13] Documentation/admin-guide: pnfs-block-server: drop doubled word
` [PATCH 05/13] Documentation/admin-guide: mm/ksm: "
` [PATCH 07/13] Documentation/admin-guide: pnfs-scsi-server: "
` [PATCH 08/13] Documentation/admin-guide: arm-ccn: "
` [PATCH 09/13] Documentation/admin-guide: intel_pstate: "
` [PATCH 10/13] Documentation/admin-guide: intel-speed-select: drop doubled words
` [PATCH 11/13] Documentation/admin-guide: sysctl/kernel: drop doubled word
` [PATCH 12/13] Documentation/admin-guide: tainted-kernels: "
` [PATCH 13/13] Documentation/admin-guide: xfs: "

[PATCH 0/7] Fix muitpath/multipathd flush issue
 2020-07-03 18:50 UTC  (14+ messages)

[PATCH 0/6] Overhaul memalloc_no*
 2020-07-03 14:26 UTC  (8+ messages)
            ` [PATCH] dm-bufio: do cleanup from a workqueue

[PATCH 1/3] libmultipath: assign variable to make gcc happy
 2020-07-03 14:05 UTC  (8+ messages)
` [PATCH 2/3] libmutipath: don't close fd on dm_lib_release

a crash in md-raid
 2020-07-03 12:18 UTC 

[PATCH v2 0/4] misc patches
 2020-07-03  9:48 UTC  (6+ messages)
` [PATCH v2 1/4] libmultipath: fix sysfs dev_loss_tmo parsing
` [PATCH v2 2/4] kpartx: read devices with direct IO
` [PATCH v2 3/4] kpartx: handle alternate bsd disklabel location
` [PATCH v2 4/4] libmultipath: fix checker detection for nvme devices

[PATCH v3 0/7] Fix muitpath/multipathd flush issue
 2020-07-03  9:48 UTC  (6+ messages)
` [PATCH v3 4/7] multipathd: add "del maps" multipathd command
` [PATCH v3 5/7] multipath: make flushing maps work like other commands
` [PATCH v3 6/7] multipath: delegate flushing maps to multipathd
` [PATCH v3 7/7] multipath: add option to skip multipathd delegation


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