linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-09-21 21:22:53 to 2017-09-25 20:29:20 UTC [more...]

[PATCH v4 0/7] Make suspend and resume safe for md-on-SCSI
 2017-09-25 20:29 UTC  (2+ messages)
` [PATCH v4 3/7] block: Convert RQF_PREEMPT into REQ_PREEMPT

[PATCH] block: cryptoloop - Fix build warning
 2017-09-25 19:24 UTC  (2+ messages)

[PATCH V3 0/4] block: make loop block device cgroup aware
 2017-09-25 19:03 UTC  (3+ messages)

[GIT PULL] Block fixes for 4.14-rc3
 2017-09-25 18:43 UTC  (2+ messages)

[GIT PULL] Block fixes for 4.14-rc2
 2017-09-25 18:32 UTC  (9+ messages)

[PATCH] blk-throttle: fix possible io stall when doing upgrade
 2017-09-25 17:22 UTC  (2+ messages)

[PATCH 1/1] bsg-lib: fix use-after-free under memory-pressure
 2017-09-25 16:54 UTC  (3+ messages)

[PATCH v3 0/6] Make SCSI device suspend and resume work reliably
 2017-09-25 16:22 UTC  (15+ messages)
` [PATCH v3 1/6] md: Make md resync and reshape threads freezable
` [PATCH v3 2/6] block: Convert RQF_PREEMPT into REQ_PREEMPT
` [PATCH v3 3/6] block: Add the QUEUE_FLAG_PREEMPT_ONLY request queue flag
` [PATCH v3 4/6] scsi: Set QUEUE_FLAG_PREEMPT_ONLY while quiesced
` [PATCH v3 5/6] block: Make SCSI device suspend and resume work reliably
` [PATCH v3 6/6] scsi-mq: Reduce suspend latency

nvme multipath support V3
 2017-09-25 16:19 UTC  (21+ messages)
` [PATCH 1/9] block: move REQ_NOWAIT
` [PATCH 2/9] block: add REQ_DRV bit
` [PATCH 3/9] block: provide a direct_make_request helper
` [PATCH 4/9] block: add a blk_steal_bios helper
` [PATCH 5/9] nvme: track subsystems
` [PATCH 6/9] nvme: introduce a nvme_ns_ids structure
` [PATCH 7/9] nvme: track shared namespaces
` [PATCH 8/9] nvme: implement multipath access to nvme subsystems
` [PATCH 9/9] nvme: also expose the namespace identification sysfs files for mpath nodes

[PATCH] dm-mpath: return DM_MAPIO_REQUEUE in case of rq allocation failure
 2017-09-25 16:17 UTC  (8+ messages)
            `  "

I/O hangs after resuming from suspend-to-ram
 2017-09-25 14:13 UTC  (6+ messages)

Oops on the system startup in the function part_in_flight()
 2017-09-25 11:06 UTC  (4+ messages)

[PATCH 1/6] lightnvm: pblk: reuse pblk_gc_should_kick
 2017-09-25 10:24 UTC  (5+ messages)

[PATCH 5/6] lightnvm: pblk: print incompatible line version correctly
 2017-09-25 10:15 UTC  (3+ messages)

[PATCH 4/6] lightnvm: pblk: improve error message if down_timeout fails
 2017-09-25 10:15 UTC  (3+ messages)

[PATCH 3/6] lightnvm: pblk: fix message if L2P MAP is in device
 2017-09-25 10:15 UTC  (5+ messages)

[PATCH 2/6] lightnvm: pblk: protect line bitmap while submitting meta io
 2017-09-25 10:14 UTC  (3+ messages)

[PATCH V5 00/14] scsi-mq support for ZBC disks
 2017-09-25 10:05 UTC  (16+ messages)
` [PATCH V5 01/14] scsi: sd_zbc: Move ZBC declarations to scsi_proto.h
` [PATCH V5 02/14] scsi: sd_zbc: Fix comments and indentation
` [PATCH V5 03/14] scsi: sd_zbc: Rearrange code
` [PATCH V5 04/14] scsi: sd_zbc: Use well defined macros
` [PATCH V5 05/14] scsi: sd_zbc: Fix sd_zbc_read_zoned_characteristics()
` [PATCH V5 06/14] block: Add zoned block device information to request queue
` [PATCH V5 07/14] scsi: sd_zbc: Initialize device request queue zoned data
` [PATCH V5 08/14] scsi: sd_zbc: Limit zone write locking to sequential zones
` [PATCH V5 09/14] scsi: sd_zbc: Disable zone write locking with scsi-mq
` [PATCH V5 10/14] block: mq-deadline: Add zoned block device data
` [PATCH V5 11/14] blokc: mq-deadline: Introduce dispatch helpers
` [PATCH V5 12/14] block: mq-deadline: Introduce zone locking support
` [PATCH V5 13/14] block: mq-deadline: Limit write request dispatch for zoned block devices
` [PATCH V5 14/14] block: do not set mq default scheduler

[PATCH V4 00/16] scsi-mq support for ZBC disks
 2017-09-25  9:36 UTC  (35+ messages)
` [PATCH V4 01/16] scsi: sd_zbc: Move ZBC declarations to scsi_proto.h
` [PATCH V4 02/16] scsi: sd_zbc: Fix comments and indentation
` [PATCH V4 03/16] scsi: sd_zbc: Rearrange code
` [PATCH V4 04/16] scsi: sd_zbc: Use well defined macros
` [PATCH V4 05/16] scsi: sd_zbc: Fix sd_zbc_read_zoned_characteristics()
` [PATCH V4 06/16] block: Add zoned block device information to request queue
` [PATCH V4 07/16] scsi: sd_zbc: Initialize device request queue zoned data
` [PATCH V4 08/16] scsi: sd_zbc: Limit zone write locking to sequential zones
` [PATCH V4 09/16] scsi: sd_zbc: Disable zone write locking with scsi-mq
` [PATCH V4 10/16] block: mq-deadline: Add zoned block device data
` [PATCH V4 11/16] block: mq-deadline: Introduce zones_wlock attribute
` [PATCH V4 12/16] blokc: mq-deadline: Introduce dispatch helpers
` [PATCH V4 13/16] block: mq-deadline: Introduce zone locking support
` [PATCH V4 14/16] block: mq-deadline: Limit write dispatch for zoned block devices
` [PATCH V4 15/16] block: do not set mq defaulte scheduler
` [PATCH V4 16/16] block: mq-deadline: Update documentation

[PATCH V9 00/15] mmc: Add Command Queue support
 2017-09-25  7:27 UTC  (20+ messages)
` [PATCH V9 01/15] mmc: core: Remove unnecessary host claim
` [PATCH V9 02/15] mmc: core: Introduce host claiming by context
` [PATCH V9 03/15] mmc: core: Add support for handling CQE requests
` [PATCH V9 04/15] mmc: mmc: Enable Command Queuing
` [PATCH V9 05/15] mmc: mmc: Enable CQE's
` [PATCH V9 06/15] mmc: block: Use local variables in mmc_blk_data_prep()
` [PATCH V9 07/15] mmc: block: Prepare CQE data
` [PATCH V9 08/15] mmc: block: Factor out mmc_setup_queue()
` [PATCH V9 09/15] mmc: core: Add parameter use_blk_mq
` [PATCH V9 10/15] mmc: core: Export mmc_start_bkops()
` [PATCH V9 11/15] mmc: core: Export mmc_start_request()
` [PATCH V9 12/15] mmc: core: Export mmc_retune_hold_now() and mmc_retune_release()
` [PATCH V9 13/15] mmc: block: Add CQE and blk-mq support
` [PATCH V9 14/15] mmc: cqhci: support for command queue enabled host
  ` [PATCH V10 "
` [PATCH V9 15/15] mmc: sdhci-pci: Add CQHCI support for Intel GLK

[PATCH] fix unbalanced page refcounting in bio_map_user_iov
 2017-09-25  1:48 UTC  (9+ messages)

[PATCH V4 00/16] scsi-mq support for ZBC disks
 2017-09-24 16:33 UTC 

nvme multipath support V2
 2017-09-24 15:25 UTC  (23+ messages)
` [PATCH 6/9] nvme: track subsystems
` [PATCH 8/9] nvme: track shared namespaces
` [PATCH 9/9] nvme: implement multipath access to nvme subsystems

[PATCH v3] block: consider merge of segments when merge bio into rq
 2017-09-24  8:04 UTC 

[GIT PULL] another set of nvme fixes for 4.14-rc2
 2017-09-22 18:33 UTC  (2+ messages)

[PATCH v4] blk-mq: fix nr_requests wrong value when modify it from sysfs
 2017-09-22 15:36 UTC 

[PATCH V6 00/18] blk-throttle: add .low limit
 2017-09-22 14:29 UTC  (4+ messages)

[PATCH V8 00/14] mmc: Add Command Queue support
 2017-09-22 14:01 UTC  (7+ messages)
` [PATCH V8 01/14] mmc: core: Introduce host claiming by context
` [PATCH V8 08/14] mmc: core: Add parameter use_blk_mq

[Nbd] [PATCH] MAINTAINERS: update list for NBD
 2017-09-22 10:09 UTC 

[PATCH] Support for secure erase functionality
 2017-09-22  9:54 UTC  (3+ messages)

[PATCH 1/2 v6] mmc: block: Convert RPMB to a character device
 2017-09-22  9:46 UTC  (4+ messages)
` [PATCH 2/2 v6] mmc: block: Delete mmc_access_rpmb()

[PATCH V4 00/14] blk-mq-sched: improve SCSI-MQ performance
 2017-09-22  2:15 UTC  (5+ messages)
` [PATCH V4 05/14] blk-mq-sched: improve dispatching from sw queue

[PATCH V2 0/7] blk-mq: don't allocate driver tag beforehand for flush rq
 2017-09-22  0:36 UTC  (3+ messages)

[PATCH v2 0/4] Make SCSI device suspend and resume work reliably
 2017-09-22  0:03 UTC  (13+ messages)
` [PATCH v2 2/4] block: Add the QUEUE_PREEMPT_ONLY request queue flag
` [PATCH v2 3/4] block, scsi: Make SCSI device suspend and resume work reliably
` [PATCH v2 4/4] scsi-mq: Reduce suspend latency


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).