Linux Device Mapper development
 help / color / mirror / Atom feed
 messages from 2015-02-26 20:10:14 to 2015-03-17 16:37:07 UTC [more...]

[PATCH] dm-verity: Add error handling modes for corrupted blocks
 2015-03-17 16:37 UTC  (10+ messages)
` [PATCHv2] "

[PATCH] Update ETERNUS DX entry
 2015-03-17 12:52 UTC  (4+ messages)

[PATCH] dm delay: use msecs_to_jiffies for time conversion
 2015-03-17 11:47 UTC 

[PATCH 00/78] SUSE SLES resync
 2015-03-16 12:37 UTC  (79+ messages)
` [PATCH 01/78] libmultipath: remove compilation warning in devmapper.c
` [PATCH 02/78] mpath_persist: Do not call exit() from a shared library
` [PATCH 03/78] libmultipath: filter for missing property in get_refwwid()
` [PATCH 04/78] Double uevent stacksize yet again
` [PATCH 05/78] discovery: do not fail discovery on individual devices
` [PATCH 06/78] libmultipath: Prefer deprecated 'getuid' callout
` [PATCH 07/78] libmultipath: Skip paths with empty wwid
` [PATCH 08/78] Make systemd installation path configurable
` [PATCH 09/78] Add multipath rules for systemd support
` [PATCH 10/78] Fixup multipathd.socket to resolve ordering dependeny
` [PATCH 11/78] Fixup dependencies in multipathd.service
` [PATCH 12/78] multipathd: set correct PID when running in debug mode
` [PATCH 13/78] Do not print empty device strings during discovery
` [PATCH 14/78] kpartx.rules: do not call blkid
` [PATCH 15/78] Use 'SCSI_IDENT_.*' as the default property whitelist
` [PATCH 16/78] Fixup wwid blacklist printing
` [PATCH 17/78] Allow for empty path argument when printing information
` [PATCH 18/78] Disable reassign maps per default
` [PATCH 19/78] multipathd: implement 'list path <path>' cli command
` [PATCH 20/78] Make checker_put() and prio_put() idempotent
` [PATCH 21/78] Remove trailing linefeed from sysfs attributes
` [PATCH 22/78] multipath: implement option '-u' for uevents
` [PATCH 23/78] Install multipath rule under '56-multipath.rules'
` [PATCH 24/78] multipath.rules: Whitelist devices
` [PATCH 25/78] multipath.rules: fixup race condition with systemd
` [PATCH 26/78] 11-dm-mpath.rules: Import blkid values if all paths are down
` [PATCH 27/78] kpartx.rules: Skip kpartx for multipath events
` [PATCH 28/78] multipathd: handle DOMAP_RETRY
` [PATCH 29/78] multipathd: cleanup foreground operation
` [PATCH 30/78] Update hwtable for EMC XtremIO
` [PATCH 31/78] multipath: check for running daemon when called with '-u'
` [PATCH 32/78] Revert 'return PATH_DOWN for quiesced paths'
` [PATCH 33/78] Do not treat 'transport-offline' paths as 'offline'
` [PATCH 34/78] Check for valid DM_DEVICE_INFO before proceeding
` [PATCH 35/78] Separate out uevent parsing functions
` [PATCH 36/78] Use poll() when receiving uevents
` [PATCH 37/78] mpath_persist: cleanup
` [PATCH 38/78] kpartx: use standard 'major' and 'minor' macros
` [PATCH 39/78] multipath: Use standard 'major' macro
` [PATCH 40/78] Remove sysfs_get_dev
` [PATCH 41/78] Add paths with a size of '0' as 'ghost' paths
` [PATCH 42/78] Remove last argument from verify_paths()
` [PATCH 43/78] Fixup device-mapper 'cookie' handling
` [PATCH 44/78] multipath: do not print state 'orphan' for option '-l'
` [PATCH 45/78] Return error when receiving CLI packet
` [PATCH 46/78] Implement 'uxsock_timeout' keyword
` [PATCH 47/78] Do not print empty multipaths section
` [PATCH 48/78] multipathd: reload map if reinstate failed
` [PATCH 49/78] multipathd: do not remove paths without uevents
` [PATCH 50/78] Allow zero-sized devices during configuration
` [PATCH 51/78] Rework uev_add_path()
` [PATCH 52/78] multipathd: Issue warning on CLI command timeout
` [PATCH 53/78] Use strlen() when checking for valid wwid
` [PATCH 54/78] multipathd: Use standard lists for CLI handling
` [PATCH 55/78] uxlsnr: use typedef for trigger function
` [PATCH 56/78] multipathd: lock cli client list
` [PATCH 57/78] multipath: enable sync support
` [PATCH 58/78] Remove dm_udev_XXX wrapper functions
` [PATCH 59/78] Revert to ACT_RELOAD in domap if the map exists
` [PATCH 60/78] multipathd: use local variable for watchdog configuration
` [PATCH 61/78] Ignore devices when sysfs_get_tgt_nodename fails
` [PATCH 62/78] Skip USB devices during discovery
` [PATCH 63/78] Read wwid from sysfs vpg_pg83 attribute
` [PATCH 64/78] Assign local priority for NAA VPD descriptor
` [PATCH 65/78] Use sysfs attribute vpd_pg80 to read serial number
` [PATCH 66/78] Update multipath.conf.5 to clarify wwid generation
` [PATCH 67/78] libmultipath: Fall back to SG_IO if no UID could be assigned
` [PATCH 68/78] libmultipath: unset 'uid_attribute' on failure
` [PATCH 69/78] Separate out vpd parsing functions
` [PATCH 70/78] multipathd: use SG_IO as fallback to generate uid
` [PATCH 71/78] Do not automatically fall back to vpd uid generation
` [PATCH 72/78] libmultipath: make vpd page 0x80 optional
` [PATCH 73/78] multipathd: push down lock in checkerloop()
` [PATCH 74/78] Allow specific CLI commands to run unlocked
` [PATCH 75/78] Push down vector lock during uevent processing
` [PATCH 76/78] multipathd: timeout CLI commands when waiting for lock
` [PATCH 77/78] multipathd: asynchronous configuration
` [PATCH 78/78] multipathd: trigger all devices on startup

[PATCH 0/3][RESEND] resending find_multipaths patches
 2015-03-16  7:54 UTC  (6+ messages)
` [PATCH 1/3] add find_multipaths option
` [PATCH 2/3] libmultipath: only add uninitialized paths in check_path
` [PATCH 3/3] Add find_multipaths to multipath.conf man page

[PATCH] dm log userspace: base: fix compile warning
 2015-03-15 17:09 UTC 

[PATCH] dm log userspace: transfer: match wait_for_completion_timeout return type
 2015-03-15 17:09 UTC 

[PATCH 0/7] dm: add full blk-mq support to request-based DM
 2015-03-13 14:34 UTC  (19+ messages)
` [PATCH 1/7] blk-mq: fix use of incorrect goto label in blk_mq_init_queue error path
  ` [PATCH 1/7 v2] "
    ` [PATCH 1/7 v3] "
` [PATCH 2/7] blk-mq: add blk_mq_init_allocated_queue and export blk_mq_register_disk
  ` [PATCH 2/7 v2] "
    ` [PATCH 2/7 v3] "
` [PATCH 3/7] blk-mq: export blk_mq_run_hw_queues
` [PATCH 4/7] blk-mq: don't wait in blk_mq_queue_enter() if __GFP_WAIT isn't set
` [PATCH 5/7] dm: add full blk-mq support to request-based DM
` [PATCH 6/7] dm: optimize dm_mq_queue_rq to _not_ use kthread if using pure blk-mq
` [PATCH 7/7] dm: add 'use_blk_mq' module param and expose in per-device ro sysfs attr

[patch] dm log userspace: use mempool_create_kmalloc_pool()
 2015-03-11 12:58 UTC  (2+ messages)
`  "

raid1 round-robin scheduler
 2015-03-11 12:44 UTC  (7+ messages)

[PATCH 00/15] Multipath patch resync
 2015-03-11  1:35 UTC  (21+ messages)
` [PATCH 01/15] correctly set partition delimiter on rename
` [PATCH 02/15] libmultipath: fix sysfs_get_size bug
` [PATCH 03/15] Revert "libmultipath: fixup strlcpy"
` [PATCH 04/15] libmultipath: refactor partmaps code
` [PATCH 05/15] multipathd: fix memory corruption issue
` [PATCH 06/15] multipathd: add deferred_remove support
` [PATCH 07/15] multipathd: don't buffer output with systemd
` [PATCH 08/15] libmutipath: allow blanks in device blacklist
` [PATCH 09/15] multipathd: read-only bindings
` [PATCH 10/15] multipath: blacklist virtio-blk devices
` [PATCH 11/15] multipath: enable configuration directory
` [PATCH 12/15] libmultipath: cleanup parser code
` [PATCH 13/15] multipathd: Add delayed path reintegration
` [PATCH 14/15] Fix doublee free of alias after map add failure
` [PATCH 15/15] libmultipath: autodetect ALUA CLARiiON configurations

[PATCH 15/45] dm-log-userspace.h: include stdint.h in userspace
 2015-03-10 22:48 UTC  (4+ messages)

[PATCH 0/8] dm: optimize request-based queue processing
 2015-03-10  5:43 UTC  (19+ messages)
` [PATCH 1/8] dm: remove unnecessary wrapper around blk_lld_busy
` [PATCH 2/8] dm: remove request-based DM queue's lld_busy_fn hook
` [PATCH 3/8] dm: remove request-based logic from make_request_fn wrapper
` [PATCH 4/8] dm: only run the queue on completion if congested or no requests pending
` [PATCH 5/8] dm: don't schedule delayed run of the queue if nothing to do
` [PATCH 6/8] dm: don't start current request if it would've merged with the previous
` [PATCH 7/8] dm sysfs: introduce ability to add writable attributes
` [PATCH 8/8] dm: impose configurable deadline for dm_request_fn's merge heuristic
  ` [PATCH 8/8 v2] "

[PATCH 10/15] multipath: blacklist virtio-blk devices
 2015-03-09 20:19 UTC  (3+ messages)

[PATCH RFC 00/10] dm-dedup: device-mapper deduplication target
 2015-03-07 21:31 UTC  (4+ messages)

dm-cache metadata memory footprint
 2015-03-05 14:27 UTC  (2+ messages)

dm-cache failure semantics in write-back mode
 2015-03-05 14:06 UTC  (7+ messages)

dm: impose configurable deadline for dm_request_fn's merge heuristic
 2015-03-02 23:26 UTC  (2+ messages)

[PATCH] dm-io: deal with wandering queue limits when handling REQ_DISCARD and REQ_WRITE_SAME
 2015-03-02 16:06 UTC  (8+ messages)
` [PATCH v2] "

[PATCH 2/2] dm-snapshot: suspend merging snapshot when doing exception handover
 2015-02-27 20:02 UTC  (3+ messages)

[PATCH 1/2] dm-snapshot: suspend origin when doing exception handover
 2015-02-27 20:00 UTC  (3+ messages)

[PATCH 0/4] dm-latency: Introduction
 2015-02-27 19:13 UTC  (7+ messages)

[PATCH] dm-io: reject unsupported DISCARD/WRITE SAME requests with EOPNOTSUPP
 2015-02-27 18:42 UTC  (5+ messages)
`  "


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