messages from 2017-05-11 17:46:35 to 2017-05-29 08:22:54 UTC [more...]
[PATCH v2 00/11] introduce crypto wait for async op
2017-05-29 8:22 UTC (8+ messages)
` [PATCH v2 01/11] crypto: "
` [PATCH v2 02/11] crypto: move algif to generic async completion
` [PATCH v2 03/11] crypto: move pub key "
` [PATCH v2 04/11] crypto: move drbg "
` [PATCH v2 05/11] crypto: move gcm "
` [PATCH v2 06/11] crypto: move testmgr "
` [PATCH v2 07/11] dm: move dm-verity "
dedicated error codes for the block layer V2
2017-05-28 9:49 UTC (18+ messages)
` [PATCH 01/13] nvme-lightnvm: use blk_execute_rq in nvme_nvm_submit_user_cmd
` [PATCH 02/13] scsi/osd: don't save block errors into req_results
` [PATCH 03/13] gfs2: remove the unused sd_log_error field
` [PATCH 04/13] dm: fix REQ_RAHEAD handling
` [PATCH 05/13] fs: remove the unused error argument to dio_end_io()
` [PATCH 06/13] fs: simplify dio_bio_complete
` [PATCH 07/13] block_dev: propagate bio_iov_iter_get_pages error in __blkdev_direct_IO
` [PATCH 08/13] dm mpath: merge do_end_io_bio into multipath_end_io_bio
` [PATCH 09/13] dm: don't return errnos from ->map
` [PATCH 10/13] dm: change ->end_io calling convention
` [PATCH 11/13] block: introduce new block status code type
` [PATCH 12/13] blk-mq: switch ->queue_rq return value to blk_status_t
` [PATCH 13/13] block: switch bios "
[PATCH v2 3/8] blk-mq: use the introduced blk_mq_unquiesce_queue()
2017-05-27 14:21 UTC
[PATCH v3 00/10] dm: zoned block device support
2017-05-26 16:19 UTC (9+ messages)
[PATCH] multipath-tools: fix a format warning in multipathd.8
2017-05-26 16:19 UTC
[PATCH 0/6] blk-mq: fix & improve queue quiescing
2017-05-26 8:24 UTC (10+ messages)
` [PATCH 1/6] blk-mq: introduce blk_mq_unquiesce_queue
` [PATCH 2/6] blk-mq: use the introduced blk_mq_unquiesce_queue()
` [PATCH 3/6] blk-mq: fix blk_mq_quiesce_queue
` [PATCH 4/6] blk-mq: update comments on blk_mq_quiesce_queue()
` [PATCH 5/6] blk-mq: don't stop queue for quiescing
` [PATCH 6/6] blk-mq: clarify dispatching may not be drained/blocked by stopping queue
` [PATCH 6/6] blk-mq: clarify dispatching won't be blocked "
dedicated error codes for the block layer
2017-05-26 5:18 UTC (29+ messages)
` [PATCH 01/15] nvme-lightnvm: use blk_execute_rq in nvme_nvm_submit_user_cmd
` [PATCH 02/15] scsi/osd: don't save block errors into req_results
` [PATCH 03/15] gfs2: remove the unused sd_log_error field
` [PATCH 04/15] dm: fix REQ_RAHEAD handling
` [PATCH 05/15] fs: remove the unused error argument to dio_end_io()
` [PATCH 06/15] fs: simplify dio_bio_complete
` [PATCH 07/15] block_dev: propagate bio_iov_iter_get_pages error in __blkdev_direct_IO
` [PATCH 08/15] dm mpath: merge do_end_io_bio into multipath_end_io_bio
` [dm-devel] "
` [PATCH 09/15] dm: don't return errnos from ->map
` [PATCH 10/15] dm: change ->end_io calling convention
` [PATCH 11/15] fs-writeback: move wbc_to_write_flags out of line
` [PATCH 12/15] block: merge blk_types.h into bio.h
` [PATCH 13/15] block: introduce new block status code type
` [PATCH 14/15] blk-mq: switch ->queue_rq return value to blk_status_t
` [PATCH 15/15] block: switch bios "
[PATCH RESEND] md: Make flush bios explicitely sync
2017-05-25 8:11 UTC (3+ messages)
[PATCH] multipath-tools:Prioritizer based on a time-delay algorithm
2017-05-25 1:55 UTC (16+ messages)
` [PATCH] multipath-tools:Prioritizer based on a latency algorithm
[BUG][next-20170523][Bisected cf22cd5f3a] kernel oops while running trinity fuzzer
2017-05-24 11:23 UTC (2+ messages)
[PATCH] mpathpersist.8: add missing documentation for -K, -C, -l
2017-05-22 22:16 UTC
[PATCH] libmultipath: add comment about resuming
2017-05-22 11:13 UTC (2+ messages)
[PATCH] dm ioctl: Restore __GFP_HIGH in copy_params()
2017-05-20 19:00 UTC
[PATCH] dm-integrity: use the kvmalloc function
2017-05-20 18:56 UTC
[PATCH] multipath-tools: replace hidden tabs by spaces in .vendor
2017-05-20 13:29 UTC
[PATCH] multipath-tools: delete vendor name HUASY for Huawei devices
2017-05-20 10:31 UTC (4+ messages)
[PATCH 0/7] Seven small multipath-tools patches
2017-05-19 18:39 UTC (13+ messages)
` [PATCH 1/7] Makefile: Remove assignments to unused variables
` [PATCH 2/7] libmultipath/configure.h: Add a forward declaration
` [PATCH 3/7] libmpathpersist: Add two missing #include directives
` [PATCH 4/7] Remove mpath_reverse_8bytes_order()
` [PATCH 5/7] Move the declaration of mpath_mx_alloc_len to a header file
` [PATCH 6/7] kpartx: Fix a compiler warning
` [PATCH 7/7] Remove a superfluous "extern" keyword
[PATCH v8 0/2] dm: boot a mapped device without an initramfs
2017-05-19 7:11 UTC (3+ messages)
` [PATCH v8 1/2] init: add support to directly boot to a mapped device
` [PATCH v8 2/2] dm ioctl: add a device mapper ioctl function
[PATCH v7 0/2] dm: boot a mapped device without an initramfs
2017-05-19 7:06 UTC (4+ messages)
` [PATCH v7 1/2] init: add support to directly boot to a mapped device
` [PATCH v7 2/2] dm ioctl: add a device mapper ioctl function
[PATCH] multipath-tools: replace 64bit archs macros by __LP64__
2017-05-19 3:31 UTC (2+ messages)
[PATCH] multipath-tools: enable libdmmp installation in alternative directory
2017-05-18 17:05 UTC (2+ messages)
dm-crypt IV generation (summary)
2017-05-18 11:40 UTC (3+ messages)
[PATCH] dm verity: fix no salt used use case
2017-05-18 11:03 UTC (2+ messages)
cryptsetup test suite is failing on verity
2017-05-18 10:25 UTC (5+ messages)
` dm-verity OOPSes on kernel 4.12rc
kernel BUG at lib/percpu-refcount.c:192
2017-05-18 8:33 UTC
[PATCH] multipath-tools: Replace multipath configuration output
2017-05-18 0:06 UTC (2+ messages)
[PATCH] multipath-tools: add limits.h to kpartx/lopart.c
2017-05-17 23:58 UTC
[PATCH 0/6] small multipath fixes
2017-05-17 22:32 UTC (14+ messages)
` [PATCH 3/6] libmultipath: refactor calls to get dm device info
` [PATCH 4/6] libmultipath: fix suspended devs from failed reloads
` [PATCH 5/6] kpartx: fix device checks
` [PATCH 6/6] mpath_persist: Don't join threads that don't exist
[PATCH] mpathpersist: fix one more crash possiblity
2017-05-17 22:30 UTC (2+ messages)
[PATCH v2 0/2] Small multipath fixes
2017-05-17 22:26 UTC (4+ messages)
` [PATCH v2 1/2] libmultipath: print.c: make sure lines are 0-terminated
` [PATCH v2 2/2] multipath-tools: fix compilation with gcc < 4.9
[PATCH v2 00/12] fixes for kpartx -d
2017-05-17 22:25 UTC (15+ messages)
` [PATCH v2 01/12] kpartx: test-kpartx: new unit test program
` [PATCH v2 02/12] kpartx: remove "no_partitions" support
` [PATCH v2 03/12] kpartx: remove is_loop_device
` [PATCH v2 04/12] kpartx: relax and improve UUID check in dm_compare_uuid
` [PATCH v2 05/12] kpartx: dm_remove_partmaps: support non-dm devices
` [PATCH v2 06/12] kpartx: dm_devn: return error for non-existent device
` [PATCH v2 07/12] kpartx: don't treat multi-linear mappings as partitions
` [PATCH v2 08/12] libmultipath: "
` [PATCH v2 09/12] kpartx: use partition UUID for non-DM devices
` [PATCH v2 10/12] kpartx: use absolute path for regular files
` [PATCH v2 11/12] kpartx: find_loop_by_file: use sysfs
` [PATCH v2 12/12] kpartx: include sys/sysmacros.h
[git pull] device mapper fixes for 4.12-rc2
2017-05-17 19:12 UTC
[PATCH 0/2] Small multipath fixes
2017-05-17 14:23 UTC (6+ messages)
` [PATCH 1/2] libmultipath: print.c: make sure lines are 0-terminated
` [PATCH 2/2] multipath-tools: fix compilation with gcc < 4.9
dm fixes for 4.12-rc
2017-05-15 18:46 UTC (8+ messages)
` [PATCH 1/4] dm rq: add a missing break to map_request
` [PATCH 2/4] dm mpath: don't return -EIO from dm_report_EIO
` [PATCH 3/4] dm mpath: multipath_clone_and_map must not return -EIO
` [PATCH 4/4] dm: fix REQ_RAHEAD handling
[Consult]: Can the coming Huawei scsi device handler be accepted in the scsi/device_handler
2017-05-15 5:34 UTC (4+ messages)
` [dm-devel] "
[PATCH 0/3] poll()able DM events
2017-05-12 15:52 UTC (15+ messages)
` [PATCH 1/3] dm: a basic support for using the select or poll function
[PATCH 0/5] More misc patches
2017-05-11 20:01 UTC (5+ messages)
` [PATCH 4/5] kpartx: default to running in sync mode
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox