linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-11-08 09:00:09 to 2017-11-10 17:29:57 UTC [more...]

[PATCH] blk-mq: only run the hardware queue if IO is pending
 2017-11-10 17:29 UTC  (2+ messages)

[PATCH] brd: remove unused brd_mutex
 2017-11-10 17:29 UTC 

[GIT PULL] nvme updates for Linux 4.15
 2017-11-10 17:27 UTC  (5+ messages)

[PATCH V4] scsi_debugfs: fix crash in scsi_show_rq()
 2017-11-10 16:51 UTC  (2+ messages)

[PATCH v3 0/8] Introduce sgl_alloc() and sgl_free()
 2017-11-10 16:43 UTC  (6+ messages)
` [PATCH v3 2/8] crypto: scompress - use "
` [PATCH v3 5/8] target: Use sgl_alloc_order() "

[PATCH] blk-mq: respect queue dead via blk_mq_quiesce_queue
 2017-11-10 16:30 UTC  (4+ messages)

[PATCH] ide: ide-atapi: fix compile error with defining macro DEBUG
 2017-11-10 15:30 UTC  (2+ messages)

[PATCH] block: avoid null pointer dereference on null disk
 2017-11-10 15:26 UTC  (3+ messages)

[PATCH 00/12 v5] Multiqueue for MMC/SD
 2017-11-10 15:24 UTC  (15+ messages)
` [PATCH 01/12 v5] mmc: core: move the asynchronous post-processing
` [PATCH 02/12 v5] mmc: core: add a workqueue for completing requests
` [PATCH 03/12 v5] mmc: core: replace waitqueue with worker
` [PATCH 04/12] mmc: core: do away with is_done_rcv
` [PATCH 05/12] mmc: core: do away with is_new_req
` [PATCH 06/12 v5] mmc: core: kill off the context info
` [PATCH 07/12 v5] mmc: queue: simplify queue logic
` [PATCH 08/12 v5] mmc: block: shuffle retry and error handling
` [PATCH 09/12 v5] mmc: queue: stop flushing the pipeline with NULL
` [PATCH 10/12 v5] mmc: queue/block: pass around struct mmc_queue_req*s
` [PATCH 11/12 v5] mmc: block: issue requests in massive parallel
` [PATCH 12/12 v5] mmc: switch MMC/SD to use blk-mq multiqueueing v5

[PATCH V13 00/10] mmc: Add Command Queue support
 2017-11-10 10:19 UTC  (44+ messages)
` [PATCH V13 03/10] mmc: block: Add blk-mq support
` [PATCH V13 04/10] mmc: block: Add CQE support
` [PATCH V13 05/10] mmc: cqhci: support for command queue enabled host
` [PATCH V13 06/10] mmc: sdhci-pci: Add CQHCI support for Intel GLK
` [PATCH V13 07/10] mmc: block: blk-mq: Add support for direct completion
` [PATCH V13 08/10] mmc: block: blk-mq: Separate card polling from recovery
` [PATCH V13 09/10] mmc: block: blk-mq: Stop using card_busy_detect()
` [PATCH V13 10/10] mmc: block: blk-mq: Stop using legacy recovery

nvme multipath support V7
 2017-11-10  8:44 UTC  (24+ messages)
` [PATCH 1/7] nvme: track subsystems
` [PATCH 2/7] nvme: introduce a nvme_ns_ids structure
` [PATCH 3/7] nvme: track shared namespaces
` [PATCH 4/7] nvme: implement multipath access to nvme subsystems
` [PATCH 5/7] nvme: also expose the namespace identification sysfs files for mpath nodes
` [PATCH 6/7] block: create 'slaves' and 'holders' entries for hidden gendisks
` [PATCH 7/7] nvme: create 'slaves' and 'holders' entries for hidden controllers

[PATCH v2] locking/lockdep: Revise Documentation/locking/crossrelease.txt
 2017-11-10  7:41 UTC  (4+ messages)

[PATCH] blk-mq: fix issue with shared tag queue re-running
 2017-11-10  6:30 UTC  (10+ messages)

[PATCH] blk-mq: improve tag waiting setup for non-shared tags
 2017-11-09 23:00 UTC 

[PATCH v12 0/7] block, scsi: Improve suspend and resume
 2017-11-09 21:00 UTC  (9+ messages)
` [PATCH v12 1/7] block: Make q_usage_counter also track legacy requests
` [PATCH v12 2/7] block: Introduce blk_get_request_flags()
` [PATCH v12 3/7] block: Introduce BLK_MQ_REQ_PREEMPT
` [PATCH v12 4/7] ide, scsi: Tell the block layer at request allocation time about preempt requests
` [PATCH v12 5/7] block: Add the QUEUE_FLAG_PREEMPT_ONLY request queue flag
` [PATCH v12 6/7] block, scsi: Make SCSI quiesce and resume work reliably
` [PATCH v12 7/7] block, nvme: Introduce blk_mq_req_flags_t

[PATCH 0/2] block: enforce ioctl(BLKROSET) and set_disk_ro()
 2017-11-09 18:45 UTC  (3+ messages)
` [PATCH 1/2] block: fail op_is_write() requests to read-only partitions
` [PATCH 2/2] block: add bdev_read_only() checks to common helpers

[PATCH v11 0/7] block, scsi, md: Improve suspend and resume
 2017-11-09 17:10 UTC  (5+ messages)

nvme multipath support V6
 2017-11-09 16:09 UTC  (17+ messages)
` [PATCH 1/5] nvme: track subsystems
` [PATCH 3/5] nvme: track shared namespaces
` [PATCH 4/5] nvme: implement multipath access to nvme subsystems

kernel 4.14 how to install Mellanox connectx-3 infiniband driver?
 2017-11-09 16:09 UTC  (4+ messages)

[PATCH 1/1] partitions/msdos: Unable to mount UFS 44bsd partitions
 2017-11-09 14:44 UTC 

[PATCH] blkcg: add wrappers for struct blkcg_policy operations
 2017-11-09 13:41 UTC 

[General protection fault] in bio_integrity_advance
 2017-11-09  8:40 UTC  (2+ messages)

[PATCH V8 0/7] blk-mq support for ZBC disks
 2017-11-09  6:57 UTC  (8+ messages)
` [PATCH V8 1/7] block: introduce zoned block devices zone write locking
` [PATCH V8 2/7] mq-deadline: Introduce dispatch helpers
` [PATCH V8 3/7] mq-deadline: Introduce zone locking support
` [PATCH V8 4/7] deadline-iosched: Introduce dispatch helpers
` [PATCH V8 5/7] deadline-iosched: Introduce zone locking support
` [PATCH V8 6/7] sd_zbc: Initialize device request queue zoned data
` [PATCH V8 7/7] sd: Remove zone write locking

[PATCH] SCSI: don't get target/host busy_count in scsi_mq_get_budget()
 2017-11-09  4:02 UTC  (26+ messages)

[PATCH] locking/lockdep: Revise Documentation/locking/crossrelease.txt
 2017-11-09  0:23 UTC  (3+ messages)

[PATCH] null_blk: fix dev->badblocks leak
 2017-11-09  0:01 UTC  (2+ messages)

[PATCH V7 0/8] blk-mq support for ZBC disks
 2017-11-08 23:54 UTC  (25+ messages)
` [PATCH V7 1/8] block: introduce zoned block devices zone write locking
` [PATCH V7 2/8] blokc: mq-deadline: Introduce dispatch helpers
` [PATCH V7 3/8] block: mq-deadline: Introduce zone locking support
` [PATCH V7 4/8] block: deadline-iosched: Introduce dispatch helpers
` [PATCH V7 5/8] block: deadline-iosched: Introduce zone locking support
` [PATCH V7 6/8] scsi: sd_zbc: Initialize device request queue zoned data
` [PATCH V7 7/8] scsi: sd: Remove zone write locking
` [PATCH V7 8/8] scsi: sd_zbc: Fix zone information initialization

[PATCH] blk-mq: Avoid that request queue removal can trigger list corruption
 2017-11-08 18:32 UTC  (2+ messages)

[PATCH v2] nvme: compare NQN string with right size
 2017-11-08 18:20 UTC  (5+ messages)
` [PATCH v2] nvme: fix eui_show() print format

[PATCH V2] blk-mq: put driver tag if dispatch budget can't be got
 2017-11-08 18:19 UTC  (2+ messages)

[PATCH] block: pass full fmode_t to blk_verify_command
 2017-11-08 18:18 UTC  (2+ messages)

[PATCH] block: remove __bio_kmap_atomic
 2017-11-08 18:16 UTC  (2+ messages)

[PATCH] bio: have bio_kmap_irq return the size of mapped data (fwd)
 2017-11-08 18:09 UTC  (10+ messages)
        ` [dm-devel] "

[PATCH V3] scsi_debugfs: fix crash in scsi_show_rq()
 2017-11-08 16:19 UTC  (3+ 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).