messages from 2017-10-17 23:26:24 to 2017-10-23 15:32:47 UTC [more...]
nvme multipath support V5
2017-10-23 15:32 UTC (19+ messages)
` [PATCH 01/17] block: move REQ_NOWAIT
` [PATCH 02/17] block: add REQ_DRV bit
` [PATCH 03/17] block: provide a direct_make_request helper
` [PATCH 04/17] block: add a blk_steal_bios helper
` [PATCH 05/17] block: don't look at the struct device dev_t in disk_devt
` [PATCH 06/17] block: introduce GENHD_FL_HIDDEN
` [PATCH 07/17] block: add a poll_fn callback to struct request_queue
` [PATCH 08/17] nvme: use kref_get_unless_zero in nvme_find_get_ns
` [PATCH 09/17] nvme: simplify nvme_open
` [PATCH 10/17] nvme: switch controller refcounting to use struct device
` [PATCH 11/17] nvme: get rid of nvme_ctrl_list
` [PATCH 12/17] nvme: check for a live controller in nvme_dev_open
` [PATCH 13/17] nvme: track subsystems
` [PATCH 14/17] nvme: introduce a nvme_ns_ids structure
` [PATCH 15/17] nvme: track shared namespaces
` [PATCH 16/17] nvme: implement multipath access to nvme subsystems
` [PATCH 17/17] nvme: also expose the namespace identification sysfs files for mpath nodes
[PATCH 1/1] [RFC] blk-mq: fix queue stalling on shared hctx restart
2017-10-23 15:12 UTC (5+ messages)
[PATCH V8 00/14] mmc: Add Command Queue support
2017-10-23 13:06 UTC (14+ messages)
[PATCH v2] block: fix peeking requests during PM
2017-10-23 10:43 UTC (2+ messages)
[PATCH] blk-mq: Iterate also over sched_tags requests at blk_mq_tagset_iter()
2017-10-23 10:00 UTC (9+ messages)
[RFC] bsg-lib interface cleanup
2017-10-23 7:17 UTC (8+ messages)
` [PATCH 9/9] bsg: split handling of SCSI CDBs vs transport requeues
[PATCH v2 0/4] Fix false positives by cross-release feature
2017-10-23 7:04 UTC (10+ messages)
` [PATCH v2 1/4] completion: Add support for initializing completion with lockdep_map
` [PATCH v2 2/4] lockdep: Remove unnecessary acquisitions wrt workqueue flush
` [PATCH v2 3/4] genhd.h: Remove trailing white space
` [PATCH v2 4/4] lockdep: Assign a lock_class per gendisk used for wait_for_completion()
nvme multipath support V4
2017-10-23 6:33 UTC (62+ messages)
` [PATCH 01/17] block: move REQ_NOWAIT
` [PATCH 02/17] block: add REQ_DRV bit
` [PATCH 03/17] block: provide a direct_make_request helper
` [PATCH 04/17] block: add a blk_steal_bios helper
` [PATCH 05/17] block: don't look at the struct device dev_t in disk_devt
` [PATCH 06/17] block: introduce GENHD_FL_HIDDEN
` [PATCH 07/17] nvme: use ida_simple_{get,remove} for the controller instance
` [PATCH 08/17] nvme: use kref_get_unless_zero in nvme_find_get_ns
` [PATCH 09/17] nvme: simplify nvme_open
` [PATCH 10/17] nvme: switch controller refcounting to use struct device
` [PATCH 11/17] nvme: get rid of nvme_ctrl_list
` [PATCH 12/17] nvme: check for a live controller in nvme_dev_open
` [PATCH 13/17] nvme: track subsystems
` [PATCH 14/17] nvme: introduce a nvme_ns_ids structure
` [PATCH 15/17] nvme: track shared namespaces
` [PATCH 16/17] nvme: implement multipath access to nvme subsystems
` [PATCH 17/17] nvme: also expose the namespace identification sysfs files for mpath nodes
[PATCH v2] blk-throttle: track read and write request individually
2017-10-23 4:37 UTC (3+ messages)
Fix false positive by LOCKDEP_CROSSRELEASE
2017-10-23 2:08 UTC (16+ messages)
` [RESEND PATCH 1/3] completion: Add support for initializing completion with lockdep_map
` [RESEND PATCH 2/3] lockdep: Remove unnecessary acquisitions wrt workqueue flush
` [RESEND PATCH 3/3] lockdep: Assign a lock_class per gendisk used for wait_for_completion()
high overhead of functions blkg_*stats_* in bfq
2017-10-22 8:25 UTC (10+ messages)
[PATCH] nbd: Use common error handling code in nbd_genl_connect()
2017-10-21 18:55 UTC
[PATCH v10 00/10] block, scsi, md: Improve suspend and resume
2017-10-21 18:31 UTC (16+ messages)
` [PATCH v10 04/10] block: Make q_usage_counter also track legacy requests
` [PATCH v10 05/10] block: Introduce blk_get_request_flags()
` [PATCH v10 06/10] block: Introduce BLK_MQ_REQ_PREEMPT
` [PATCH v10 07/10] ide, scsi: Tell the block layer at request allocation time about preempt requests
` [PATCH v10 08/10] block: Add the QUEUE_FLAG_PREEMPT_ONLY request queue flag
` [PATCH v10 09/10] block, scsi: Make SCSI quiesce and resume work reliably
` [PATCH v10 10/10] block, nvme: Introduce blk_mq_req_flags_t
[bug report] regression bisected to "block: Make most scsi_req_init() calls implicit"
2017-10-20 23:30 UTC (2+ messages)
[GIT PULL] nvme fixes for 4.14
2017-10-20 14:04 UTC (2+ messages)
[PATCH 0/6] v4 block refcount conversion patches
2017-10-20 10:25 UTC (9+ messages)
` [PATCH 1/6] block: convert bio.__bi_cnt from atomic_t to refcount_t
` [PATCH 2/6] block: convert blk_queue_tag.refcnt "
` [PATCH 3/6] block: convert blkcg_gq.refcnt "
` [PATCH 4/6] block: convert io_context.active_ref "
` [PATCH 5/6] block: convert bsg_device.ref_count "
` [PATCH 6/6] drivers, block: convert xen_blkif.refcnt "
[PATCH v3 00/49] block: support multipage bvec
2017-10-19 23:58 UTC (19+ messages)
` [PATCH v3 07/49] bcache: comment on direct access to bvec table
` [PATCH v3 09/49] block: comment on bio_iov_iter_get_pages()
` [PATCH v3 11/49] btrfs: avoid access to .bi_vcnt directly
` [PATCH v3 20/49] block: introduce bio_for_each_segment_mp()
` [PATCH v3 37/49] fs/mpage: convert to bio_for_each_segment_all_sp()
` [PATCH v3 41/49] xfs: "
[PATCH 1/2] nbd: wait uninterruptible for the dead timeout
2017-10-19 20:21 UTC (2+ messages)
` [PATCH 2/2] nbd: don't start req until after the dead connection logic
[PATCH] block: Fix a race between blk_cleanup_queue() and timeout handling
2017-10-19 17:00 UTC
[bug report] A race between blk_cleanup_queue and blk_timeout_work
2017-10-19 7:01 UTC (4+ messages)
[PATCH V3 0/3] block/loop: handle discard/zeroout error
2017-10-19 5:13 UTC (2+ messages)
[PATCH] block: move CAP_SYS_ADMIN check in blkdev_roset()
2017-10-19 0:14 UTC (2+ messages)
[PATCH v3 0/2] block: cope with WRITE ZEROES failing in blkdev_issue_zeroout()
2017-10-18 22:48 UTC (7+ messages)
` [PATCH v3 1/2] block: factor out __blkdev_issue_zero_pages()
` [PATCH v3 2/2] block: cope with WRITE ZEROES failing in blkdev_issue_zeroout()
[PATCH v2 0/8] Introduce sgl_alloc() and sgl_free()
2017-10-18 20:57 UTC (4+ messages)
` [PATCH v2 6/8] scsi/ipr: Use sgl_alloc_order() and sgl_free_order()
[GIT PULL] Block fixes for 4.14-rc
2017-10-18 18:22 UTC
nvme multipath support V3
2017-10-18 11:16 UTC (8+ messages)
` [PATCH 5/9] nvme: track subsystems
` [PATCH 7/9] nvme: track shared namespaces
[PATCH] lightnvm: pblk: fix error codes in pblk_submit_read_gc()
2017-10-18 7:49 UTC (2+ messages)
[PATCH v9 00/10] block, scsi, md: Improve suspend and resume
2017-10-18 5:58 UTC (5+ messages)
` [PATCH v9 09/10] block, scsi: Make SCSI quiesce and resume work reliably
[PATCH 0/2] block/SCSI MQ: two RESTART related patches
2017-10-18 1:30 UTC (4+ messages)
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;
as well as URLs for NNTP newsgroup(s).