linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-09-10 04:07:12 to 2017-09-15 10:45:03 UTC [more...]

[PATCH V3 00/12] scsi-mq support for ZBC disks
 2017-09-15 10:45 UTC  (15+ messages)
` [PATCH V3 01/12] block: Fix declaration of blk-mq debugfs functions
` [PATCH V3 02/12] block: Fix declaration of blk-mq scheduler functions
` [PATCH V3 03/12] block: Add zoned block device information to request queue
` [PATCH V3 04/12] scsi: sd_zbc: Move ZBC declarations to scsi_proto.h
` [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 V3 09/12] scsi: sd_zbc: Initialize device queue zoned structure
` [PATCH V3 10/12] scsi: sd_zbc: Limit zone write locking to sequential zones
` [PATCH V3 11/12] scsi: sd_zbc: Disable zone write locking with scsi-mq
` [PATCH V3 12/12] block: Introduce zoned I/O scheduler

[PATCH] block: move sanity checking ahead of bi_front/back_seg_size updating
 2017-09-15 23:10 UTC 

two small bsg fixes, take 3
 2017-09-15  4:31 UTC  (6+ messages)
` [PATCH 1/2] bsg-lib: don't free job in bsg_prepare_job
` [PATCH 2/2] scsi_transport_fc: fix NULL pointer dereference in fc_bsg_job_timeout

[PATCH] Support for secure erase functionality
 2017-09-15  2:46 UTC  (5+ messages)

[PATCH 0/6] blk-mq: don't allocate driver tag beforehand for flush rq
 2017-09-15  2:20 UTC  (9+ messages)
` [PATCH 1/6] blk-flush: don't run queue for requests of bypassing flush
` [PATCH 2/6] block: pass 'run_queue' to blk_mq_request_bypass_insert
` [PATCH 3/6] blk-flush: use blk_mq_request_bypass_insert()
` [PATCH 4/6] blk-mq: decide how to handle flush rq via RQF_FLUSH_SEQ
` [PATCH 5/6] blk-mq: move __blk_mq_put_driver_tag() into blk-mq.h
` [PATCH 6/6] blk-mq: don't allocate driver tag beforehand for flush rq

[PATCH V4 00/14] blk-mq-sched: improve SCSI-MQ performance
 2017-09-15  1:57 UTC  (20+ messages)
` [PATCH V4 02/14] sbitmap: introduce __sbitmap_for_each_set()
` [PATCH V4 03/14] blk-mq: introduce blk_mq_dispatch_rq_from_ctx()
` [PATCH V4 05/14] blk-mq-sched: improve dispatching from sw queue

[PATCH V3 0/4] block: make loop block device cgroup aware
 2017-09-14 21:02 UTC  (5+ messages)
` [PATCH V3 1/4] kthread: add a mechanism to store cgroup info
` [PATCH V3 2/4] blkcg: delete unused APIs
` [PATCH V3 3/4] block: make blkcg aware of kthread stored original cgroup info
` [PATCH V3 4/4] block/loop: make loop cgroup aware

BFQ + dm-mpath
 2017-09-14 16:34 UTC  (21+ messages)
  ` [PATCH] dm mpath: switch IO scheduler of underlying paths to "none" [was: Re: BFQ + dm-mpath]
      `  "
            ` [PATCH] block: directly insert blk-mq request from blk_insert_cloned_request()
                `  "
                  ` [PATCH v2] "

[PATCH V4 0/10] block/scsi: safe SCSI quiescing
 2017-09-14 16:18 UTC  (22+ messages)
` [PATCH V4 01/10] blk-mq: only run hw queues for blk-mq
` [PATCH V4 02/10] block: tracking request allocation with q_usage_counter
` [PATCH V4 03/10] blk-mq: rename blk_mq_[freeze|unfreeze]_queue
` [PATCH V4 04/10] blk-mq: rename blk_mq_freeze_queue_wait as blk_freeze_queue_wait
` [PATCH V4 05/10] block: rename .mq_freeze_wq and .mq_freeze_depth
` [PATCH V4 06/10] block: pass flags to blk_queue_enter()
` [PATCH V4 07/10] block: introduce preempt version of blk_[freeze|unfreeze]_queue
` [PATCH V4 08/10] block: allow to allocate req with RQF_PREEMPT when queue is preempt frozen
` [PATCH V4 09/10] SCSI: transport_spi: resume a quiesced device
` [PATCH V4 10/10] SCSI: preempt freeze block queue when SCSI device is put into quiesce

[PATCH 0/5] lightnvm: pblk: audit mempool usage
 2017-09-14 10:33 UTC  (6+ messages)
` [PATCH 1/5] lightnvm: pblk: fix min size for page mempool
` [PATCH 2/5] lightnvm: pblk: simplify work_queue mempool
` [PATCH 3/5] lightnvm: pblk: decouple read/erase mempools
` [PATCH 4/5] lightnvm: pblk: do not use a mempool for line bitmaps
` [PATCH 5/5] lightnvm: pblk: remove checks on mempool alloc

[PATCH] block,bfq: Disable writeback throttling
 2017-09-14  7:14 UTC 

[BUG] xfs/104 triggered NULL pointer dereference in iomap based dio
 2017-09-14  6:55 UTC  (4+ messages)

[PATCH V2 00/12] scsi-mq support for ZBC disks
 2017-09-14  0:04 UTC  (17+ messages)
` [PATCH V2 10/12] scsi: sd_zbc: Disable zone write locking with scsi-mq
` [PATCH V2 11/12] scsi: sd: Introduce scsi_disk_from_queue()

[PATCH V2 0/4] block: make loop block device cgroup aware
 2017-09-13 22:30 UTC  (11+ messages)
` [PATCH V2 1/4] kthread: add a mechanism to store cgroup info
` [PATCH V2 2/4] blkcg: delete unused APIs
` [PATCH V2 3/4] block: make blkcg aware of kthread stored original cgroup info
` [PATCH V2 4/4] block/loop: make loop cgroup aware

[PATCH] brd: fix overflow in __brd_direct_access
 2017-09-13 17:18 UTC  (3+ messages)

[PATCH] blk-mq: don't allocate driver tag beforehand for flush rq
 2017-09-13 16:44 UTC  (2+ messages)

[PATCH 01/10] Initial multipath implementation
 2017-09-13 14:34 UTC  (4+ messages)

[GIT PULL] Follow up block fixes for 4.14-rc1
 2017-09-13 14:12 UTC 

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

[PATCH] block: cope with WRITE SAME failing in blkdev_issue_zeroout()
 2017-09-13  9:50 UTC  (2+ messages)

[PATCH 00/10] nvme multipath support on top of nvme-4.13 branch
 2017-09-13  6:57 UTC  (2+ messages)

[PATCH 02/10] RDMA timeout triggers failover
 2017-09-13  5:12 UTC  (3+ messages)

[PATCH] blk-mq: put the driver tag of nxt rq before first one is requeued
 2017-09-13  3:59 UTC  (13+ messages)

[PATCH 0/5] Make SCSI device suspend work reliably
 2017-09-12 16:25 UTC  (20+ messages)
` [PATCH 1/5] percpu-refcount: Introduce percpu_ref_switch_to_atomic_nowait()
` [PATCH 4/5] block: Make SCSI device suspend work reliably
` [PATCH 5/5] blk-mq: Implement power management support

[PATCH 10/10] Reserved tag for active ns command
 2017-09-12 15:53 UTC  (2+ messages)

[PATCH] blk-mq: fix nr_requests wrong value when modify it from sysfs
 2017-09-12 13:57 UTC  (5+ messages)

[PATCH V2] lightnvm: prevent bd removal if busy
 2017-09-12 13:22 UTC  (2+ messages)

[PATCH 07/10] Selection of active namespace
 2017-09-12  4:35 UTC 

[PATCH 09/10] Sysfs entries for multipath head
 2017-09-12  4:32 UTC 

[PATCH 08/10] Multipath make request, retry and cancel IO
 2017-09-12  4:30 UTC 

[PATCH 07/10] Selection of active namespace
 2017-09-12  4:28 UTC 

[PATCH 06/10] Init multipath head namespace
 2017-09-12  4:26 UTC 

[PATCH 05/10] Init multipath head controller
 2017-09-12  4:25 UTC 

[PATCH 04/10] NVME command to set namespace active
 2017-09-12  4:24 UTC 

[PATCH 03/10] Failover timeout and time between failover same ns
 2017-09-12  4:22 UTC 

[GIT PULL] nvme fixes for 4.14, take 2
 2017-09-11 22:00 UTC  (2+ messages)

[PATCH 0/5] Make SCSI device suspend work reliably
 2017-09-11 17:31 UTC  (2+ messages)

[GIT PULL] nvme fixes for 4.14
 2017-09-11 16:18 UTC  (4+ messages)

[BUG] BLKZEROOUT on dm-crypt container cause OOM / kernel panic
 2017-09-11 15:47 UTC  (7+ messages)
  ` [dm-devel] "
      ` [PATCH] fix an integer overflow in __blkdev_sectors_to_bio_pages
        `  "

RFC: nvme multipath support
 2017-09-11  6:34 UTC  (7+ messages)
` [PATCH 10/10] nvme: implement multipath access to nvme subsystems

[PATCH] lightnvm: prevent bd removal if busy
 2017-09-10 19:14 UTC  (3+ messages)

[GIT PULL] Followup block pull request for 4.14-rc1
 2017-09-10  4:07 UTC  (4+ 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).