Linux Device Mapper development
 help / color / mirror / Atom feed
 messages from 2017-04-13 10:29:04 to 2017-04-20 14:03:16 UTC [more...]

kill req->errors V4
 2017-04-20 14:03 UTC  (24+ messages)
` [PATCH 01/23] pd: don't check blk_execute_rq return value
` [PATCH 02/23] block: remove the "
` [PATCH 03/23] nvme-fc: fix status code handling in nvme_fc_fcpio_done
` [PATCH 04/23] nvme: split nvme status from block req->errors
` [PATCH 05/23] nvme: make nvme_error_status private
` [PATCH 06/23] virtio: fix spelling of virtblk_scsi_request_done
` [PATCH 07/23] virtio_blk: don't use req->errors
` [PATCH 08/23] scsi: introduce a result field in struct scsi_request
` [PATCH 09/23] loop: zero-fill bio on the submitting cpu
` [PATCH 10/23] null_blk: don't pass always-0 req->errors to blk_mq_complete_request
` [PATCH 11/23] dm rq: don't pass irrelevant error code "
` [PATCH 12/23] dm mpath: don't check for req->errors
` [PATCH 13/23] nbd: don't use req->errors
` [PATCH 14/23] mtip32xx: add a status field to struct mtip_cmd
` [PATCH 15/23] xen-blkfront: don't use req->errors
` [PATCH 16/23] blk-mq: remove the error argument to blk_mq_complete_request
` [PATCH 17/23] blk-mq: simplify __blk_mq_complete_request
` [PATCH 18/23] block: add a error_count field to struct request
` [PATCH 19/23] floppy: switch from req->errors to req->error_count
` [PATCH 20/23] ataflop: "
` [PATCH 21/23] swim3: remove (commented out) printing of req->errors
` [PATCH 22/23] blktrace: remove the unused block_rq_abort tracepoint
` [PATCH 23/23] block: remove the errors field from struct request

dm-era: metadata reuse after reboot possible?
 2017-04-20 11:55 UTC  (5+ messages)

[PATCH v3] axon_ram: add dax_operations support
 2017-04-20  5:46 UTC  (4+ messages)

kill req->errors V3
 2017-04-20  5:17 UTC  (30+ messages)
` [PATCH 01/23] pd: don't check blk_execute_rq return value
` [PATCH 02/23] block: remove the "
` [PATCH 03/23] nvme-fc: fix status code handling in nvme_fc_fcpio_done
` [PATCH 04/23] nvme: split nvme status from block req->errors
` [PATCH 05/23] nvme: make nvme_error_status private
` [PATCH 06/23] virtio: fix spelling of virtblk_scsi_request_done
` [PATCH 07/23] virtio_blk: don't use req->errors
` [PATCH 08/23] scsi: introduce a result field in struct scsi_request
` [PATCH 09/23] loop: zero-fill bio on the submitting cpu
` [PATCH 10/23] null_blk: don't pass always-0 req->errors to blk_mq_complete_request
` [PATCH 11/23] dm rq: don't pass irrelevant error code "
` [PATCH 12/23] dm mpath: don't check for req->errors
` [PATCH 13/23] nbd: don't use req->errors
` [PATCH 14/23] mtip32xx: add a status field to struct mtip_cmd
` [PATCH 15/23] xen-blkfront: don't use req->errors
` [PATCH 16/23] blk-mq: remove the error argument to blk_mq_complete_request
` [PATCH 17/23] blk-mq: simplify __blk_mq_complete_request
` [PATCH 18/23] block: add a error_count field to struct request
` [PATCH 19/23] floppy: switch from req->errors to req->error_count
` [PATCH 20/23] ataflop: "
` [PATCH 21/23] swim3: remove (commented out) printing of req->errors
` [PATCH 22/23] blktrace: remove the unused block_rq_abort tracepoint
` [PATCH 23/23] block: remove the errors field from struct request

[PATCH v3] dcssblk: add dax_operations support
 2017-04-20  3:29 UTC  (2+ messages)

[PATCH] block: get rid of blk_integrity_revalidate()
 2017-04-20  2:04 UTC  (2+ messages)

always use REQ_OP_WRITE_ZEROES for zeroing offload V2
 2017-04-20  1:34 UTC  (4+ messages)
` [PATCH 26/27] scsi: sd: Separate zeroout and discard command choices

[PATCH v3] dax: add a facility to lookup a dax device by 'host' device name
 2017-04-19 22:31 UTC 

new multipath device mistakenly replaced another PV in existing volume group
 2017-04-19 21:58 UTC 

kill req->errors V3
 2017-04-19 19:26 UTC 

kill req->errors V2
 2017-04-19 17:54 UTC  (34+ messages)
` block: remove the blk_execute_rq return value
` nvme-fc: fix status code handling in nvme_fc_fcpio_done
` nvme: split nvme status from block req->errors
` nvme: make nvme_error_status private
` virtio: fix spelling of virtblk_scsi_request_done
` virtio_blk: don't use req->errors
` scsi: introduce a new result field in struct scsi_request
` loop: zero-fill bio on the submitting cpu
` null_blk: don't pass always-0 req->errors to blk_mq_complete_request
` dm rq: don't pass irrelevant error code "
` dm mpath: don't check for req->errors
` nbd: don't use req->errors
` mtip32xx: add a status field to struct mtip_cmd
` xen-blkfront: don't use req->errors
` blk-mq: remove the error argument to blk_mq_complete_request
` blk-mq: simplify __blk_mq_complete_request
` block: add a error_count field to struct request
` floppy: switch from req->errors to req->error_count
` ataflop: "
` swim3: remove (commented out) printing of req->errors
` pd: remove bogus check for req->errors
` blktrace: remove the unused block_rq_abort tracepoint
` block: remove the errors field from struct request

[resend PATCH v2 00/33] dax: introduce dax_operations
 2017-04-19 15:44 UTC  (36+ messages)
` [resend PATCH v2 08/33] dcssblk: add dax_operations support
` [resend PATCH v2 09/33] block: kill bdev_dax_capable()
` [resend PATCH v2 11/33] dm: add dax_device and dax_operations support
` [resend PATCH v2 19/33] dax, pmem: introduce 'copy_from_iter' dax operation
` [resend PATCH v2 21/33] filesystem-dax: convert to dax_copy_from_iter()
` [resend PATCH v2 22/33] dax, pmem: introduce an optional 'flush' dax_operation
  ` [resend PATCH v2 01/33] device-dax: rename 'dax_dev' to 'dev_dax'
  ` [resend PATCH v2 02/33] dax: refactor dax-fs into a generic provider of 'struct dax_device' instances
  ` [resend PATCH v2 03/33] dax: add a facility to lookup a dax device by 'host' device name
  ` [resend PATCH v2 04/33] dax: introduce dax_operations
  ` [resend PATCH v2 05/33] pmem: add dax_operations support
  ` [resend PATCH v2 06/33] axon_ram: "
  ` [resend PATCH v2 07/33] brd: "
  ` [resend PATCH v2 10/33] dax: introduce dax_direct_access()
  ` [resend PATCH v2 12/33] dm: teach dm-targets to use a dax_device + dax_operations
  ` [resend PATCH v2 13/33] ext2, ext4, xfs: retrieve dax_device for iomap operations
  ` [resend PATCH v2 14/33] Revert "block: use DAX for partition table reads"
  ` [resend PATCH v2 15/33] filesystem-dax: convert to dax_direct_access()
  ` [resend PATCH v2 16/33] block, dax: convert bdev_dax_supported() "
  ` [resend PATCH v2 17/33] block: remove block_device_operations ->direct_access()
  ` [resend PATCH v2 18/33] x86, dax, pmem: remove indirection around memcpy_from_pmem()
  ` [resend PATCH v2 20/33] dm: add ->copy_from_iter() dax operation support
  ` [resend PATCH v2 23/33] dm: add ->flush() "
  ` [resend PATCH v2 24/33] filesystem-dax: convert to dax_flush()
  ` [resend PATCH v2 25/33] x86, dax: replace clear_pmem() with open coded memset + dax_ops->flush
  ` [resend PATCH v2 26/33] x86, dax, libnvdimm: move wb_cache_pmem() to libnvdimm
  ` [resend PATCH v2 27/33] x86, libnvdimm, pmem: move arch_invalidate_pmem() "
  ` [resend PATCH v2 28/33] x86, libnvdimm, dax: stop abusing __copy_user_nocache
  ` [resend PATCH v2 29/33] uio, libnvdimm, pmem: implement cache bypass for all copy_from_iter() operations
  ` [resend PATCH v2 30/33] libnvdimm, pmem: fix persistence warning
  ` [resend PATCH v2 31/33] libnvdimm, nfit: enable support for volatile ranges
  ` [resend PATCH v2 32/33] filesystem-dax: gate calls to dax_flush() on QUEUE_FLAG_WC
  ` [resend PATCH v2 33/33] libnvdimm, pmem: disable dax flushing when pmem is fronting a volatile region

[PATCH] device-mapper: Convert printks to pr_<level> macros
 2017-04-18 19:13 UTC  (4+ messages)
  ` [RFC] using #pragma push_macro and pop_macro

[PATCH v6 0/3] dm: boot a mapped device without an initramfs
 2017-04-18 17:37 UTC  (5+ messages)
` [PATCH v6 1/3] dm: make some mapped_device functions available
` [PATCH v6 2/3] dm: export a table+mapped device to the ioctl interface
` [PATCH v6 3/3] init: add support to directly boot to a mapped device

kill req->errors
 2017-04-18 15:06 UTC  (22+ messages)
` [PATCH 01/25] remove the mg_disk driver
` [PATCH 02/25] block: remove the blk_execute_rq return value
` [PATCH 06/25] virtio: fix spelling of virtblk_scsi_request_done
` [PATCH 08/25] scsi: fix fast-fail for non-passthrough requests
` [PATCH 16/25] xen-blkfront: don't use req->errors
` [PATCH 17/25] blk-mq: remove the error argument to blk_mq_complete_request

[PATCH] dm thin: fix a memory leak when passing discard bio down
 2017-04-18  7:59 UTC  (2+ messages)

[PATCH] multipath-tools: Replace multipath configuration output
 2017-04-18  0:07 UTC 

[PATCH RESEND] dm ioctl: Remove double parentheses
 2017-04-17 18:05 UTC 

[PATCH v4 6/6] dm rq: Avoid that request processing stalls sporadically
 2017-04-16 10:21 UTC  (14+ messages)

[PATCH 09/22] dm-crypt: Make use of the new sg_map helper in 4 call sites
 2017-04-15 17:47 UTC  (2+ messages)

[PATCH v2 11/33] dm: add dax_device and dax_operations support
 2017-04-15 15:17 UTC 

[PATCH 0/1] Missing RDAC patch
 2017-04-14 16:00 UTC  (5+ messages)
  ` [PATCH 1/1] libmultipath/propsel: Do not select sysfs prioritizer for RDAC arrays

[PATCH 15/33] libmultipath: move suspend logic to _dm_flush_map
 2017-04-14  8:42 UTC  (3+ messages)
` [PATCH] libmultipath: fix skip_kpartx support for removing maps

[PATCH] multipath-tools: replace multipath configuration output
 2017-04-14  8:29 UTC  (4+ messages)

remove REQ_OP_WRITE_SAME
 2017-04-14  2:23 UTC  (2+ messages)

[Report] crash tool cannot resolve struct dm_table properly
 2017-04-14  1:42 UTC  (8+ messages)
    ` [PATCH] "

[PATCH 00/33] multipath-tools fixes from SUSE
 2017-04-13 21:54 UTC  (5+ messages)
` [PATCH 17/33] multipathd: imply -n if find_multipaths is set

[PATCH 0/9] misc cleanups and bugfixes
 2017-04-13 17:53 UTC  (10+ messages)
` [PATCH 2/9] multipath-tools: remove incdir from Makefiles
` [PATCH 4/9] multipathd: don't call strlen on NULL variables
` [PATCH 7/9] multipathd: allow devices to switch from RW to RO

[PATCH 0/2] RFC: multipath proposals
 2017-04-13 15:45 UTC  (7+ messages)
` [PATCH 1/2] multipath: Merge the DELL MD3xxx device configs
` [PATCH 2/2] multipath: attempt at common multipath.rules

[PATCH 06/33] multipathd: set timeout for CLI commands correctly
 2017-04-13 13:11 UTC  (2+ messages)
` [PATCH] Revert "multipathd: set timeout for CLI commands correctly"


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