dm-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
 messages from 2016-03-09 00:43:28 to 2016-04-07 23:20:07 UTC [more...]

[PATCH v2 00/18] Multipath patch sync
 2016-04-07 23:20 UTC  (14+ messages)
` [PATCH v2 01/18] multipathd: use /run instead of /var/run
` [PATCH v2 02/18] retrigger uevents to try and get the uid through udev
` [PATCH v2 03/18] Fix issues with user_friendly_names initramfs bindings
` [PATCH v2 04/18] Add libmpathcmd library and use it internally
` [PATCH v2 05/18] libmultipath: add ignore_new_boot_devs option
` [PATCH v2 06/18] libmultipath: fix PAD and PRINT macros
` [PATCH v2 07/18] libmultipath: Cut down on alua prioritizer ioctls
` [PATCH v2 08/18] multipathd: fail if pidfile can't be created
` [PATCH v2 09/18] libmultipath: check correct function for define
` [PATCH v2 10/18] multipathd: delay reloads during creation
` [PATCH v2 11/18] multipath: Fix minor text issues
` [PATCH v2 12/18] kpartx: verify partition devices
` [PATCH v2 13/18] multipath: add exclusive_pref_bit for alua prio

[RFC PATCH 0/4] dm mpath: vastly improve blk-mq IO performance
 2016-04-07 15:34 UTC  (19+ messages)
` [RFC PATCH 1/4] dm mpath: switch to using bitops for state flags
  ` [dm-devel] "
` [RFC PATCH 2/4] dm mpath: use atomic_t for counting members of 'struct multipath'
  ` [dm-devel] "
` [RFC PATCH 3/4] dm mpath: move trigger_event member to the end "
  ` [dm-devel] "
` [RFC PATCH 4/4] dm mpath: eliminate use of spinlock in IO fast-paths
  ` [dm-devel] "
` [dm-devel] [RFC PATCH 0/4] dm mpath: vastly improve blk-mq IO performance

dm-cache performance behaviour
 2016-04-07 15:10 UTC  (12+ messages)

[PATCH 00/12] Block support for zoned drives
 2016-04-07  6:03 UTC  (22+ messages)
` [PATCH 01/12] Add ZBC <-> ZAC xlat support for report, open, close, reset, finish
` [PATCH 02/12] ata-scsi: Translate ReportZones result to big endian
` [PATCH 03/12] BUG: Losing bits on request.cmd_flags
` [PATCH 04/12] Add bio/request flags for using ZBC/ZAC commands
` [PATCH 05/12] Add ioctl to issue ZBC/ZAC commands via block layer
` [PATCH 06/12] Add ata pass-through path for ZAC commands
` [PATCH 07/12] ZDM: New DM target 'zoned'
` [PATCH 08/12] RAID 4/5/6: Indicate parity blocks as 'META'
` [PATCH 09/12] RAID 4/5/6: Fine-grained TRIM enable for ZDM
` [PATCH 10/12] Limit bio_endio recursion
` [PATCH 11/12] Stream Id: Use PID to seed Stream Id construction
` [PATCH 12/12] Block Zoned Control for Userspace

[PATCH 00/17] Multipath patch sync
 2016-04-07  2:10 UTC  (24+ messages)
` [PATCH 01/17] multipathd: use /run instead of /var/run
` [PATCH 02/17] retrigger uevents to try and get the uid through udev
` [PATCH 03/17] Fix issues with user_friendly_names initramfs bindings
` [PATCH 04/17] Add libmpathcmd library and use it internally
` [PATCH 05/17] libmultipath: add ignore_new_boot_devs option
` [PATCH 06/17] libmultipath: fix PAD and PRINT macros
` [PATCH 07/17] libmultipath: Cut down on alua prioritizer ioctls
` [PATCH 08/17] multipathd: fail if pidfile can't be created
` [PATCH 09/17] libmultipath: check correct function for define
` [PATCH 10/17] multipathd: delay reloads during creation
` [PATCH 11/17] multipath: Fix minor text issues
` [PATCH 12/17] kpartx: verify partition devices
` [PATCH 13/17] multipath: add exclusive_pref_bit for alua prio
` [PATCH 14/17] multipathd: print "fail" when remove fails
` [PATCH 15/17] multipath: check partitions unused before removing
` [PATCH 16/17] multipathd.service: remove blk-availability Requires
` [PATCH 17/17] multipathd: use 64-bit int for command key
  ` multipathd: segfault in multipathd cli_add_map()

[PATCH 17/27] dm: crypt: use bio_add_page()
 2016-04-05 18:11 UTC  (7+ messages)
` [PATCH 18/27] dm: dm-io.c: use bio_get_base_vec()
` [PATCH 19/27] dm: dm.c: replace 'bio->bi_vcnt == 1' with !bio_multiple_segments
` [PATCH 20/27] dm: dm-bufio.c: use bio_set_vec_table()

[PATCH 00/27] block: cleanup direct access on .bi_vcnt & .bi_io_vec
 2016-04-05 11:56 UTC 

[PATCH v2 0/4] Introduce bulk mode for crypto engine framework
 2016-04-05  7:10 UTC  (7+ messages)
` [PATCH v2 1/4] scatterlist: Introduce some helper functions
` [PATCH v2 2/4] crypto: Introduce some helper functions to help to merge requests
` [PATCH v2 3/4] crypto: Introduce the bulk mode for crypto engine framework
` [PATCH v2 4/4] md: dm-crypt: Initialize the sector number for one request

libmultipath: alua prio mode can't not get priority when using DataCore product
 2016-04-03  6:36 UTC 

Multipath 0.5.0 sets all path priorities to 50 with SCST 3.1.0 ALUA for group_by_prio
 2016-04-02 11:19 UTC 

pvmove/mirror target mirroring data between two devices with different sector size
 2016-04-01  6:13 UTC  (2+ messages)

[PATCH RESEND v2 00/19] Support fuse mounts in user namespaces
 2016-03-30 20:18 UTC  (24+ messages)
` [PATCH RESEND v2 11/18] fs: Ensure the mounter of a filesystem is privileged towards its inodes
` [PATCH RESEND v2 15/18] fuse: Add support for pid namespaces
` [PATCH RESEND v2 16/18] fuse: Support fuse filesystems outside of init_user_ns
` [PATCH RESEND v2 17/18] fuse: Restrict allow_other to the superblock's namespace or a descendant
` [PATCH RESEND v2 18/18] fuse: Allow user namespace mounts

Local SSD cache for ceph on each compute node
 2016-03-30 13:02 UTC  (6+ messages)
                                ` [ceph-users] "

[PATCH] thin_dump: added --device-id, --skip-mappings, and new output --format's
 2016-03-28 22:05 UTC  (14+ messages)

pvmove/mirror target mirroring data between two devices with different sector size
 2016-03-28 13:06 UTC  (2+ messages)

[PATCH] dm raid1: the device-mapper 'mirror' target errors written bios erroneously
 2016-03-24 17:52 UTC  (2+ messages)
`  "

dm: snapshot: I/O error failure in xfstests generic/081
 2016-03-24 14:44 UTC  (3+ messages)

[RFC PATCH 0/9] dm-thin/xfs: prototype a block reservation allocation model
 2016-03-22 12:06 UTC  (12+ messages)
` [RFC PATCH 1/9] block: add block_device_operations methods to set and get reserved space
` [RFC PATCH 2/9] dm: add "
` [RFC PATCH 3/9] dm thin: "
` [RFC PATCH 4/9] dm thin: update reserve space func to allow reduction
` [RFC PATCH 5/9] block: add a block_device_operations method to provision space
` [RFC PATCH 6/9] dm: add "
` [RFC PATCH 7/9] dm thin: "
` [RFC PATCH 8/9] xfs: thin block device reservation mechanism
` [RFC PATCH 9/9] xfs: adopt a reserved allocation model on dm-thin devices

[PATCH 3/3] block: implement (some of) fallocate for block devices
 2016-03-21 20:59 UTC  (4+ messages)

[PATCH] dmsetup: improve message command
 2016-03-21 11:20 UTC  (5+ messages)

[PATCH 0/5] Use uevent for thin pool events
 2016-03-16 23:27 UTC  (6+ messages)
` [PATCH 1/5] dm: Do not export dm_send_uevents
` [PATCH 2/5] dm: Move multipath-specific stuff out of dm-uevent.c
` [PATCH 3/5] dm: Inline dm_build_path_uevent into dm_path_uevent
` [PATCH 4/5] dm: Add uevent support for dm-thin
` [PATCH 5/5] dm: Update dm-uevent.txt

[git pull] device mapper changes for 4.6
 2016-03-16 14:21 UTC 

patch:multipath: implement option '-u' for uevents
 2016-03-15  7:13 UTC  (2+ messages)
` multipath: add multipath failback is invalid

blkio cgroups controller doesn't work with LVM?
 2016-03-14 22:08 UTC  (9+ messages)
      ` [PATCH] block: transfer source bio's cgroup tags to clone via bio_associate_blkcg() (was: Re: blkio cgroups controller doesn't work with LVM?)
          ` [PATCH] block: transfer source bio's cgroup tags to clone via bio_associate_blkcg()
                  `  "

dm-cache: blocks don't get cached on 3.18.21-17.el6.x86_64
 2016-03-14 12:56 UTC  (3+ messages)

dm-multipath performance patches
 2016-03-12 13:45 UTC  (5+ messages)

dm-thin metadata: can two device_id's have the same transaction_id ?
 2016-03-12  8:44 UTC  (2+ messages)

[PATCH 0/4] Introduce bulk mode for crypto engine framework
 2016-03-10 12:58 UTC  (6+ messages)
` [PATCH 1/4] scatterlist: Introduce some helper functions

Array-driven persistent-data structure
 2016-03-10  1:15 UTC  (3+ messages)

[PATCH] dm: log writes: fix check of kthread_run() return value
 2016-03-09 23:22 UTC 

[PATCH] dm cache: add writeback watermarks
 2016-03-09  3:45 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;
as well as URLs for NNTP newsgroup(s).