linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-11 23:15:48 to 2019-02-15 03:39:12 UTC [more...]

[PATCH V2] blk-mq: insert rq with DONTPREP to hctx dispatch list when requeue
 2019-02-15  3:41 UTC  (6+ messages)

[LSF/MM TOPIC] improving storage testing
 2019-02-15  3:02 UTC  (10+ messages)

v4.20-rc6: Sporadic use-after-free in bt_iter()
 2019-02-15  2:57 UTC  (24+ messages)

[PATCH AUTOSEL 4.20 49/77] block: cover another queue enter recursion via BIO_QUEUE_ENTERED
 2019-02-15  2:28 UTC  (4+ messages)
` [PATCH AUTOSEL 4.20 77/77] Revert "block: cover another queue enter recursion via BIO_QUEUE_ENTERED"

[PATCH AUTOSEL 4.19 41/65] block: cover another queue enter recursion via BIO_QUEUE_ENTERED
 2019-02-15  2:11 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 65/65] Revert "block: cover another queue enter recursion via BIO_QUEUE_ENTERED"

[PATCH] drbd_receiver: mark expected switch fall-throughs
 2019-02-15  0:29 UTC  (3+ messages)

[patch V5 0/8] genirq/affinity: Overhaul the multiple interrupt sets support
 2019-02-14 23:55 UTC  (11+ messages)
` [patch V5 1/8] genirq/affinity: Code consolidation
` [patch V5 2/8] genirq/affinity: Store interrupt sets size in struct irq_affinity
` [patch V5 3/8] genirq/affinity: Add new callback for (re)calculating interrupt sets
` [patch V5 4/8] nvme-pci: Simplify interrupt allocation
` [patch V5 5/8] genirq/affinity: Remove the leftovers of the original set support
` [patch V5 6/8] PCI/MSI: Remove obsolete sanity checks for multiple interrupt sets
` [patch V5 7/8] genirq/affinity: Set is_managed in the spreading function
` [patch V5 8/8] genirq/affinity: Add support for non-managed affinity sets

[PATCH] block/swim: Return -EROFS for FMODE_WRITE
 2019-02-14 22:13 UTC 

KASAN warning in bt_for_each
 2019-02-14 22:20 UTC  (5+ messages)

[PATCH V4 0/4] genirq/affinity: add .calc_sets for improving IRQ allocation & spread
 2019-02-14 20:14 UTC  (10+ messages)
` [PATCH V4 1/4] genirq/affinity: store interrupt sets size in 'struct irq_affinity'
` [PATCH V4 2/4] genirq/affinity: add new callback for caculating interrupt sets size
` [PATCH V4 3/4] nvme-pci: Simplify interrupt allocation
` [PATCH V4 4/4] PCI: Document .calc_sets as required in case of multiple interrupt sets

[5.0-rc5 regression] "scsi: kill off the legacy IO path" causes 5 minute delay during boot on Sun Blade 2500
 2019-02-14 18:35 UTC  (20+ messages)

[PATCH v2 0/2] loop: Better discard for block devices
 2019-02-14 18:00 UTC  (6+ messages)
` [PATCH v2 1/2] loop: Report EOPNOTSUPP properly
` [PATCH v2 2/2] loop: Better discard support for block devices

LSF/MM 2019: Call for Proposals (UPDATED!)
 2019-02-14 14:08 UTC  (2+ messages)
` [Lsf-pc] "

[PATCH V3 0/5] genirq/affinity: add .calc_sets for improving IRQ allocation & spread
 2019-02-14 13:31 UTC  (21+ messages)
` [PATCH V3 1/5] genirq/affinity: don't mark 'affd' as const
` [PATCH V3 2/5] genirq/affinity: store irq set vectors in 'struct irq_affinity'
` [PATCH V3 3/5] genirq/affinity: add new callback for caculating set vectors
` [PATCH V3 4/5] nvme-pci: avoid irq allocation retrying via .calc_sets
` [PATCH V3 5/5] genirq/affinity: Document .calc_sets as required in case of multiple sets

blktests nvme/012 triggering LOCKDEP warning
 2019-02-14 12:44 UTC  (4+ messages)

[dm-devel] [v2] block: Fix a WRITE SAME BUG_ON
 2019-02-14  9:36 UTC  (13+ messages)
  `  "
                ` [dm-devel] "

[LSF/MM TOPIC] : blktests: status, an expansion plan for the storage stack test framework
 2019-02-14  7:26 UTC  (7+ messages)

[RFC PATCH v2 0/9] Block/XFS: Support alternative mirror device retry
 2019-02-14  6:10 UTC  (15+ messages)
` [RFC PATCH v2 1/9] block: add nr_mirrors to request_queue
` [RFC PATCH v2 2/9] block: add rd_hint to bio and request
` [RFC PATCH v2 3/9] md:raid1: set mirrors correctly
` [RFC PATCH v2 4/9] md:raid1: rd_hint support and consider stacked layer case
` [RFC PATCH v2 5/9] Add b_alt_retry to xfs_buf
` [RFC PATCH v2 6/9] xfs: Add b_rd_hint "
` [RFC PATCH v2 7/9] xfs: Add device retry
` [RFC PATCH v2 8/9] xfs: Rewrite retried read
` [RFC PATCH v2 9/9] xfs: Add tracepoints and logging to alternate device retry

[PATCH 00/16] sed-opal: fix shadow MBR enable/disable and clean up code
 2019-02-14  0:16 UTC  (16+ messages)
` [PATCH 01/16] block: sed-opal: fix IOC_OPAL_ENABLE_DISABLE_MBR
` [PATCH 02/16] block: sed-opal: fix typos and formatting
` [PATCH 03/16] block: sed-opal: use correct macro for method length
` [PATCH 04/16] block: sed-opal: unify space check in add_token_*
` [PATCH 05/16] block: sed-opal: close parameter list in cmd_finalize
` [PATCH 06/16] block: sed-opal: unify cmd start
` [PATCH 07/16] block: sed-opal: unify error handling of responses
` [PATCH 08/16] block: sed-opal: reuse response_get_token to decrease code duplication
` [PATCH 09/16] block: sed-opal: print failed function address
` [PATCH 10/16] block: sed-opal: split generation of bytestring header and content
` [PATCH 11/16] block: sed-opal: add token for OPAL_LIFECYCLE
` [PATCH 12/16] block: sed-opal: unify retrieval of table columns
` [PATCH 13/16] block: sed-opal: use named Opal tokens instead of integer literals
` [PATCH 14/16] block: sed-opal: pass steps via argument rather than via opal_dev
` [PATCH 15/16] block: sed-opal: don't repeat opal_discovery0 in each steps array

[GIT PULL] nvme fix for 5.0
 2019-02-13 14:32 UTC  (2+ messages)

[PATCH] blktrace: mark expected switch fall-through
 2019-02-13 13:59 UTC  (2+ messages)

[PATCH] scsi: sd: block: Handle cases where devices come online read-only
 2019-02-13  7:13 UTC  (10+ messages)
    ` [PATCH v2] scsi: sd: block: Fix regressions in read-only block device handling

qla2xxx init warning with blk_mq at drivers/pci/msi.c:1273 pci_irq_get_affinity+0xf4/0x120
 2019-02-13  2:36 UTC  (5+ messages)

[PATCHSET v13] io_uring IO interface
 2019-02-13  0:24 UTC  (20+ messages)
` [PATCH 05/19] Add "

[PATCH V2 0/4] genirq/affinity: add .calc_sets for improving IRQ allocation & spread
 2019-02-12 23:42 UTC  (10+ messages)
` [PATCH V2 1/4] genirq/affinity: store irq set vectors in 'struct irq_affinity'
` [PATCH V2 2/4] genirq/affinity: add new callback for caculating set vectors
` [PATCH V2 3/4] nvme-pci: avoid irq allocation retrying via .calc_sets
` [PATCH V2 4/4] genirq/affinity: Document .calc_sets as required in case of multiple sets

[PATCH] loop: properly observe rotational flag of underlying device
 2019-02-12 22:54 UTC 

[PATCHSET v12] io_uring IO interface
 2019-02-12 21:10 UTC  (12+ messages)
` [PATCH 13/18] io_uring: add file set registration

[PATCH] scsi: sd: fix entropy gathering for most rotational disks
 2019-02-12 20:00 UTC  (4+ messages)

[PATCH 19/19] bcache: use (REQ_META|REQ_PRIO) to indicate bio for metadata
 2019-02-12 16:48 UTC  (2+ messages)

[PATCH 06/19] bcache: treat stale && dirty keys as bad keys
 2019-02-12 16:42 UTC  (2+ messages)

blktests nvme/013 failing
 2019-02-12 16:39 UTC 

[PATCH] block: remove redundant unlikely annotation
 2019-02-12 16:31 UTC  (2+ messages)

[PATCH v2] floppy: check_events callback should not return a negative number
 2019-02-12 16:13 UTC  (3+ messages)

dd hangs when reading large partitions
 2019-02-12 15:26 UTC  (18+ messages)
                                ` [SOLVED] "

[PATCH 0/5] genirq/affinity: introduce .setup_affinity to support allocating interrupt sets
 2019-02-12 11:17 UTC  (7+ messages)
` [PATCH 2/5] genirq/affinity: allow driver to setup managed IRQ's affinity

[PATCHSET] Sanitize queue flags
 2019-02-12  8:09 UTC  (5+ messages)
` [PATCH 1/2] block: kill QUEUE_FLAG_FLUSH_NQ
` [PATCH 2/2] block: queue flag cleanup

[PATCH v3] nullb: Prevent use of legacy request queue mode
 2019-02-12  3:01 UTC  (3+ messages)

[PATCH] blk-flush: fix inverted scheduler check
 2019-02-12  2:49 UTC  (2+ messages)

[PATCH] blk-mq: insert rq with DONTPREP to hctx dispatch list when requeue
 2019-02-12  1:56 UTC  (5+ 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).