linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-09-27 17:36:03 to 2017-10-03 08:22:12 UTC [more...]

[PATCH V7 0/6] block/scsi: safe SCSI quiescing
 2017-10-03  8:22 UTC  (21+ messages)
` [PATCH V7 1/6] blk-mq: only run hw queues for blk-mq
` [PATCH V7 2/6] block: tracking request allocation with q_usage_counter
` [PATCH V7 3/6] block: pass flags to blk_queue_enter()
` [PATCH V7 4/6] block: prepare for passing RQF_PREEMPT to request allocation
` [PATCH V7 5/6] block: support PREEMPT_ONLY
` [PATCH V7 6/6] SCSI: set block queue at preempt only when SCSI device is put into quiesce

[PATCH 0/2] block: cope with WRITE ZEROES failing in blkdev_issue_zeroout()
 2017-10-03  8:04 UTC  (6+ messages)
` [PATCH 1/2] block: factor out __blkdev_issue_zero_pages()
` [PATCH 2/2] block: cope with WRITE ZEROES failing in blkdev_issue_zeroout()

[PATCH 5/6] lightnvm: pblk: free up mempool allocation for erases correctly
 2017-10-03  6:42 UTC  (5+ messages)

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

[PATCH V5 00/14] scsi-mq support for ZBC disks
 2017-10-02 23:01 UTC  (15+ messages)
` [PATCH V5 02/14] scsi: sd_zbc: Fix comments and indentation
` [PATCH V5 07/14] scsi: sd_zbc: Initialize device request queue zoned data
` [PATCH V5 10/14] block: mq-deadline: Add zoned block device data
` [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 0/8] block, scsi, md: Improve suspend and resume
 2017-10-02 22:52 UTC  (9+ messages)
` [PATCH v5 1/8] md: Introduce md_stop_all_writes()
` [PATCH v5 2/8] md: Neither resync nor reshape while the system is frozen
` [PATCH v5 3/8] block: Make q_usage_counter also track legacy requests
` [PATCH v5 4/8] block: Convert RQF_PREEMPT into REQ_PREEMPT
` [PATCH v5 5/8] block: Add the QUEUE_FLAG_PREEMPT_ONLY request queue flag
` [PATCH v5 6/8] scsi: Reduce suspend latency
` [PATCH v5 7/8] scsi: Set QUEUE_FLAG_PREEMPT_ONLY while quiesced
` [PATCH v5 8/8] block: Make SCSI device suspend and resume work reliably

[PATCH 1/2] block: genhd: add device_add_disk_with_groups
 2017-10-02 22:46 UTC  (8+ messages)
` [PATCH 2/2] nvme: use device_add_disk_with_groups()

[PATCH] nbd: fix -ERESTARTSYS handling
 2017-10-02 20:29 UTC  (2+ messages)

[PATCH 0/5] lightnvm: pblk: audit mempool usage
 2017-10-02 17:58 UTC  (2+ messages)

[PATCH 2/6] lightnvm: pblk: reduce arguments in __pblk_rb_update_l2p
 2017-10-02 17:23 UTC  (4+ messages)

[PATCH 6/6] lightnvm: pblk: fix releases of kmem cache in error path
 2017-10-02 17:21 UTC  (3+ messages)

[PATCH v2 1/1] bsg-lib: fix use-after-free under memory-pressure
 2017-10-02 16:31 UTC  (2+ messages)

[PATCH v4 0/7] Make suspend and resume safe for md-on-SCSI
 2017-10-02 16:14 UTC  (20+ messages)
` [PATCH v4 1/7] md: Make md resync and reshape threads freezable
` [PATCH v4 2/7] block: Make q_usage_counter also track legacy requests
` [PATCH v4 3/7] block: Convert RQF_PREEMPT into REQ_PREEMPT
` [PATCH v4 4/7] block: Add the QUEUE_FLAG_PREEMPT_ONLY request queue flag
` [PATCH v4 6/7] scsi: Set QUEUE_FLAG_PREEMPT_ONLY while quiesced

[PATCH] bsg: update bsg_device_list to utilize static hash table implementation
 2017-10-02 16:10 UTC 

[PATCH] blk-mq: wire up completion notifier for laptop mode
 2017-10-02 15:44 UTC  (3+ messages)

[PATCH V5 00/14] blk-mq-sched: improve sequential I/O performance(part 1)
 2017-10-02 14:19 UTC  (11+ messages)
` [PATCH V5 1/7] blk-mq: issue rq directly in blk_mq_request_bypass_insert()
` [PATCH V5 2/7] blk-mq-sched: fix scheduler bad performance
` [PATCH V5 3/7] sbitmap: introduce __sbitmap_for_each_set()
` [PATCH V5 4/7] blk-mq: introduce blk_mq_dequeue_from_ctx()
` [PATCH V5 5/7] blk-mq-sched: move actual dispatching into one helper
` [PATCH V5 6/7] blk-mq-sched: improve dispatching from sw queue
` [PATCH V5 7/7] blk-mq-sched: don't dequeue request until all in ->dispatch are flushed

[PATCH] lightnvm: pblk: fix changing GC group list for a line
 2017-10-02 11:44 UTC  (4+ messages)

[PATCH 4/6] lightnvm: remove stable extern and unused exported symbols
 2017-10-02 11:42 UTC  (4+ messages)

[PATCH 3/6] lightnvm: remove unused argument from nvm_set_tgt_bb_tbl
 2017-10-02 11:40 UTC  (2+ messages)

[PATCH 1/6] lightnvm: pblk: remove useless line
 2017-10-02 11:29 UTC  (2+ messages)

[PATCH V9 00/15] mmc: Add Command Queue support
 2017-10-02  8:32 UTC  (10+ messages)
` [PATCH V9 09/15] mmc: core: Add parameter use_blk_mq
` [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] block: add NULL argument check to bioset_free()
 2017-10-02  7:06 UTC 

nvme multipath support V3
 2017-10-02  6:19 UTC  (8+ messages)
` [PATCH 8/9] nvme: implement multipath access to nvme subsystems

[PATCH 4/5] bcache: writeback: collapse contiguous IO better
 2017-10-01 17:34 UTC  (14+ messages)

[PATCH 0/6] misc cleanups and error path fixes
 2017-10-01 13:22 UTC 

[PATCH v4] blk-mq: fix nr_requests wrong value when modify it from sysfs
 2017-09-30 14:57 UTC  (2+ messages)

[PATCH 0/5] dm-rq: improve sequential I/O performance
 2017-09-30 11:46 UTC  (6+ messages)
` [PATCH 1/5] dm-mpath: remove annoying message of 'blk_get_request() returned -11'
` [PATCH 2/5] dm-mpath: don't call blk_mq_delay_run_hw_queue() in case of BLK_STS_RESOURCE
` [PATCH 3/5] dm-mpath: return DM_MAPIO_REQUEUE in case of rq allocation failure
` [PATCH 4/5] dm-mpath: cache ti->clone during requeue
` [PATCH 5/5] dm-rq: improve I/O merge by dealing with underlying STS_RESOURCE

[PATCH V5 0/8] blk-mq: improve bio merge for none scheduler
 2017-09-30 11:26 UTC  (9+ messages)
` [PATCH V5 1/8] blk-mq-sched: introduce blk_mq_sched_queue_depth()
` [PATCH V5 2/8] blk-mq-sched: use q->queue_depth as hint for q->nr_requests
` [PATCH V5 3/8] block: introduce rqhash helpers
` [PATCH V5 4/8] block: move actual bio merge code into __elv_merge
` [PATCH V5 5/8] block: add check on elevator for supporting bio merge via hashtable from blk-mq sw queue
` [PATCH V5 6/8] block: introduce .last_merge and .hash to blk_mq_ctx
` [PATCH V5 7/8] blk-mq-sched: refactor blk_mq_sched_try_merge()
` [PATCH V5 8/8] blk-mq: improve bio merge from blk-mq sw queue

[PATCH v2] null_blk: add "no_sched" module parameter
 2017-09-30  8:22 UTC  (2+ messages)

[PATCH] blk-mq: remove unused function hctx_allow_merges
 2017-09-30  8:16 UTC  (4+ messages)

[RFC PATCH 2/2] block/cfq: Fix memory leak of async cfqq
 2017-09-30  8:13 UTC 

[PATCH v2] blk-throttle: fix possible io stall when upgrade to max
 2017-09-30  6:38 UTC  (2+ messages)

[PATCH] null_blk: add "no_sched" module parameter
 2017-09-30  1:40 UTC  (3+ messages)

[PATCH V6 0/6] block/scsi: safe SCSI quiescing
 2017-09-29 18:47 UTC  (6+ messages)

[PATCH 4/5] bcache: writeback: collapse contiguous IO better
 2017-09-29  4:27 UTC  (5+ messages)

[PATCH] badblocks: fix wrong return value in badblocks_set if badblocks are disabled
 2017-09-29  1:04 UTC  (4+ messages)

[PATCH] blk-throttle: fix possible io stall when doing upgrade
 2017-09-28 21:18 UTC  (9+ messages)

[PATCH 1/2 v6] mmc: block: Convert RPMB to a character device
 2017-09-28  6:00 UTC  (5+ messages)

[PATCH 0/1] bcache fix for 4.14-rc4
 2017-09-28  0:46 UTC  (8+ messages)
` [PATCH 1/1] bcache: use llist_for_each_entry_safe() in __closure_wake_up()

[GIT PULL] Block fixes for 4.14-rc2
 2017-09-27 19:24 UTC  (13+ 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).