messages from 2017-09-15 17:51:18 to 2017-09-21 09:59:08 UTC [more...]
[PATCH V8 00/14] mmc: Add Command Queue support
2017-09-21 9:59 UTC (9+ messages)
` [PATCH V8 01/14] mmc: core: Introduce host claiming by context
` [PATCH V8 08/14] mmc: core: Add parameter use_blk_mq
` [PATCH V8 12/14] mmc: block: Add CQE and blk-mq support
[PATCH] lightnvm: pblk: fix error path in pblk_lines_alloc_metadata
2017-09-21 9:56 UTC (2+ messages)
[PATCH BUGFIX/IMPROVEMENT 0/4] block, bfq: series of fixes of bugs affecting service guarantees
2017-09-21 9:04 UTC (5+ messages)
` [PATCH BUGFIX/IMPROVEMENT 1/4] block, bfq: fix wrong init of saved start time for weight raising
` [PATCH BUGFIX/IMPROVEMENT 2/4] block, bfq: check and switch back to interactive wr also on queue split
` [PATCH BUGFIX/IMPROVEMENT 3/4] block, bfq: let early-merged queues be weight-raised on split too
` [PATCH BUGFIX/IMPROVEMENT 4/4] block, bfq: decrease burst size when queues in burst exit
I/O hangs after resuming from suspend-to-ram
2017-09-21 7:33 UTC (10+ messages)
nvme multipath support V2
2017-09-21 5:23 UTC (22+ messages)
` [PATCH 1/9] nvme: allow timed-out ios to retry
` [PATCH 2/9] block: move REQ_NOWAIT
` [PATCH 3/9] block: add REQ_DRV bit
` [PATCH 4/9] block: provide a direct_make_request helper
` [PATCH 5/9] block: add a blk_steal_bios helper
` [PATCH 6/9] nvme: track subsystems
` [PATCH 7/9] nvme: introduce a nvme_ns_ids structure
` [PATCH 8/9] nvme: track shared namespaces
` [PATCH 9/9] nvme: implement multipath access to nvme subsystems
[PATCH] block: cope with WRITE SAME failing in blkdev_issue_zeroout()
2017-09-21 4:42 UTC (6+ messages)
[PATCH] block: consider merge of segments when merge bio into rq
2017-09-21 2:46 UTC (4+ messages)
[GIT PULL] nvme fixes for 4.14-rc2
2017-09-20 21:37 UTC (2+ messages)
[PATCH] loop: remove union of use_aio and ref in struct loop_cmd
2017-09-20 21:27 UTC
[PATCHv2] bcache: option for allow stale data on read failure
2017-09-20 19:46 UTC (7+ messages)
[PATCH v7] blktrace: Fix potentail deadlock between delete & sysfs ops
2017-09-20 19:27 UTC (6+ messages)
[PATCH 00/20] LightNVM: pblk patches for 4.13
2017-09-20 19:25 UTC (4+ messages)
` [PATCH 08/20] lightnvm: pblk: sched. metadata on write thread
[PATCH] blk-mq: Fix blk_mq_get_request() error path
2017-09-20 18:51 UTC (2+ messages)
[PATCH] nbd: ignore non-nbd ioctl's
2017-09-20 15:49 UTC (2+ messages)
[PATCH V4 00/14] blk-mq-sched: improve SCSI-MQ performance
2017-09-20 12:20 UTC (12+ messages)
` [PATCH V4 04/14] blk-mq-sched: move actual dispatching into one helper
` [PATCH V4 05/14] blk-mq-sched: improve dispatching from sw queue
` [PATCH V4 06/14] blk-mq-sched: don't dequeue request until all in ->dispatch are flushed
[PATCH 1/2 v6] mmc: block: Convert RPMB to a character device
2017-09-20 8:02 UTC (2+ messages)
` [PATCH 2/2 v6] mmc: block: Delete mmc_access_rpmb()
[PATCH] block: move sanity checking ahead of bi_front/back_seg_size updating
2017-09-20 1:38 UTC (5+ messages)
[PATCH 0/5] dm-mpath: improve I/O schedule
2017-09-20 1:19 UTC (34+ messages)
` [PATCH 1/5] block: don't call blk_mq_delay_run_hw_queue() in case of BLK_STS_RESOURCE
` [PATCH 2/5] dm-mpath: return DM_MAPIO_REQUEUE in case of rq allocation failure
` [PATCH 5/5] dm-mpath: improve I/O schedule
[PATCH] bcache: check ca->alloc_thread initialized before wake up it
2017-09-19 22:11 UTC
[PATCH v6 0/2] blktrace: Fix deadlock problem
2017-09-19 21:58 UTC (12+ messages)
` [PATCH v6 1/2] blktrace: Fix potentail deadlock between delete & sysfs ops
` [PATCH v6 2/2] block_dev: Rename bd_fsfreeze_mutex
[PATCH] scsi: skip message header in next fetch
2017-09-19 21:29 UTC
[PATCH] scsi: ensure the header peeked does not change in the actual message
2017-09-19 20:36 UTC (4+ messages)
Is the possible cross-talking between unrelated file-descriptors on bsg-device by design?
2017-09-19 18:16 UTC (2+ messages)
[RFC PATCH] blk-mq: Fix lost request during timeout
2017-09-19 16:39 UTC (14+ messages)
blkdiscard apparently failing to fully discard a SATA SSD
2017-09-19 10:22 UTC
[PATCH] block,bfq: Disable writeback throttling
2017-09-19 7:03 UTC (2+ messages)
[PATCH 00/10] nvme multipath support on top of nvme-4.13 branch
2017-09-19 5:10 UTC (5+ messages)
[PATCH V5 0/10] block/scsi: safe SCSI quiescing
2017-09-19 3:49 UTC (11+ messages)
` [PATCH V5 01/10] blk-mq: only run hw queues for blk-mq
` [PATCH V5 02/10] block: tracking request allocation with q_usage_counter
` [PATCH V5 03/10] blk-mq: rename blk_mq_[freeze|unfreeze]_queue
` [PATCH V5 04/10] blk-mq: rename blk_mq_freeze_queue_wait as blk_freeze_queue_wait
` [PATCH V5 05/10] block: rename .mq_freeze_wq and .mq_freeze_depth
` [PATCH V5 06/10] block: pass flags to blk_queue_enter()
` [PATCH V5 07/10] block: introduce preempt version of blk_[freeze|unfreeze]_queue
` [PATCH V5 08/10] block: allow to allocate req with RQF_PREEMPT when queue is preempt frozen
` [PATCH V5 09/10] SCSI: transport_spi: resume a quiesced device
` [PATCH V5 10/10] SCSI: preempt freeze block queue when SCSI device is put into quiesce
[PATCH V3] block/ndb: add WQ_UNBOUND to the knbd-recv workqueue
2017-09-18 20:08 UTC
[PATCH v2] fs: pass the write life time hint to the mapped filesystem
2017-09-18 20:06 UTC (3+ messages)
[PATCH V2] block/ndb: add WQ_UNBOUND to the knbd-recv workqueue
2017-09-18 19:58 UTC (2+ messages)
[PATCH] block/ndb: add WQ_UNBOUND to the knbd-recv workqueue
2017-09-18 18:26 UTC
[PATCH v5] blktrace: Fix potentail deadlock between delete & sysfs ops
2017-09-18 16:36 UTC (2+ messages)
compile nvme not find bi_disk
2017-09-18 14:00 UTC (2+ messages)
[PATCH] lightnvm: remove already calculated nr_chnls
2017-09-18 7:56 UTC (2+ messages)
[PATCH V2] lightnvm: protect target type list with correct locks
2017-09-18 7:53 UTC (2+ messages)
RFC: nvme multipath support
2017-09-18 0:17 UTC (6+ messages)
` [PATCH 10/10] nvme: implement multipath access to nvme subsystems
[PATCH] bcache: option for recovery from staled data
2017-09-17 21:11 UTC (3+ messages)
[PATCH] lightnvm: protect target type list with correct locks
2017-09-16 18:03 UTC
[PATCH V2 0/7] blk-mq: don't allocate driver tag beforehand for flush rq
2017-09-16 3:03 UTC (9+ messages)
` [PATCH V2 1/7] blk-flush: don't run queue for requests of bypassing flush
` [PATCH V2 2/7] block: pass 'run_queue' to blk_mq_request_bypass_insert
` [PATCH V2 3/7] blk-flush: use blk_mq_request_bypass_insert()
` [PATCH V2 4/7] blk-mq: decide how to handle flush rq via RQF_FLUSH_SEQ
` [PATCH V2 5/7] blk-mq: move blk_mq_put_driver_tag*() into blk-mq.h
` [PATCH V2 6/7] blk-mq: don't allocate driver tag beforehand for flush rq
` [PATCH V2 7/7] blk-mq-sched: warning on inserting a req with driver tag allocated
[PATCH V3 00/12] scsi-mq support for ZBC disks
2017-09-16 2:40 UTC (17+ messages)
` [PATCH V3 01/12] block: Fix declaration of blk-mq debugfs functions
` [PATCH V3 05/12] scsi: sd_zbc: Fix comments and indentation
` [PATCH V3 06/12] scsi: sd_zbc: Rearrange code
` [PATCH V3 07/12] scsi: sd_zbc: Use well defined macros
` [PATCH V3 08/12] scsi: sd_zbc: Fix sd_zbc_read_zoned_characteristics()
[PATCH 0/6] blk-mq: don't allocate driver tag beforehand for flush rq
2017-09-16 1:55 UTC (6+ 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).