linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-02-13 15:11:53 to 2019-02-19 03:08:29 UTC [more...]

[PATCH] block: avoid to READ fields of null bio
 2019-02-19  3:08 UTC 

[RFC PATCH v2 0/9] Block/XFS: Support alternative mirror device retry
 2019-02-19  2:55 UTC  (12+ 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

[LSF/MM TOPIC] Handling of managed IRQs when hotplugging CPUs
 2019-02-19  2:19 UTC  (2+ messages)

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

[PATCH V3 0/5] genirq/affinity: add .calc_sets for improving IRQ allocation & spread
 2019-02-19  0:42 UTC  (19+ messages)
` [PATCH V3 1/5] genirq/affinity: don't mark 'affd' as const
` [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

[LSF/MM TOPIC] More async operations for file systems - async discard?
 2019-02-18 22:30 UTC  (5+ messages)

[PATCH BLKTESTS 0/3] nvme: fix output formats
 2019-02-18 18:53 UTC  (3+ messages)
` [PATCH BLKTESTS 2/3] nvme/016: fix output format
` [PATCH BLKTESTS 3/3] nvme/017: "

[LSF/MM TOPIC] Software RAID Support for NV-DIMM
 2019-02-18 18:27 UTC  (9+ messages)

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

ext4 corruption on alpha with 4.20.0-09062-gd8372ba8ce28
 2019-02-18 12:37 UTC  (6+ messages)

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

[PATCH -next] floppy: remove set but not used variable 'q'
 2019-02-18  8:42 UTC 

[PATCH v6 1/2] xen/blkback: add stack variable 'blkif' in connect_ring()
 2019-02-18  8:04 UTC  (5+ messages)
` [PATCH v6 2/2] xen/blkback: rework connect_ring() to avoid inconsistent xenstore 'ring-page-order' set by malicious blkfront
  ` [Xen-devel] "

[PATCH V15 00/18] block: support multi-page bvec
 2019-02-18  7:49 UTC  (27+ messages)
` [PATCH V15 01/18] btrfs: look at bi_size for repair decisions
` [PATCH V15 02/18] block: don't use bio->bi_vcnt to figure out segment number
` [PATCH V15 03/18] block: remove bvec_iter_rewind()
` [PATCH V15 04/18] block: introduce multi-page bvec helpers
` [PATCH V15 05/18] block: introduce bio_for_each_bvec() and rq_for_each_bvec()
` [PATCH V15 06/18] block: use bio_for_each_bvec() to compute multi-page bvec count
` [PATCH V15 07/18] block: use bio_for_each_bvec() to map sg
` [PATCH V15 08/18] block: introduce mp_bvec_last_segment()
` [PATCH V15 09/18] fs/buffer.c: use bvec iterator to truncate the bio
` [PATCH V15 10/18] btrfs: use mp_bvec_last_segment to get bio's last page
` [PATCH V15 11/18] block: loop: pass multi-page bvec to iov_iter
` [PATCH V15 12/18] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
` [PATCH V15 13/18] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
` [PATCH V15 14/18] block: enable multipage bvecs
` [PATCH V15 15/18] block: always define BIO_MAX_PAGES as 256
` [PATCH V15 16/18] block: document usage of bio iterator helpers
` [PATCH V15 17/18] block: kill QUEUE_FLAG_NO_SG_MERGE
` [PATCH V15 18/18] block: kill BLK_MQ_F_SG_MERGE
  ` [dm-devel] [PATCH V15 00/18] block: support multi-page bvec

[PATCH] block: Replace function name in string with __func__
 2019-02-17 15:21 UTC 

[PATCH] blk-mq: fix a hung issue when fsync
 2019-02-17 17:28 UTC  (4+ messages)

qla2xxx init warning with blk_mq at drivers/pci/msi.c:1273 pci_irq_get_affinity+0xf4/0x120
 2019-02-16 19:14 UTC  (6+ messages)

[LSF/MM TOPIC] NVMe Performance: Userspace vs Kernel
 2019-02-16  1:54 UTC  (6+ messages)

[patch V5 0/8] genirq/affinity: Overhaul the multiple interrupt sets support
 2019-02-15 23:00 UTC  (15+ 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

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

v4.20-rc6: Sporadic use-after-free in bt_iter()
 2019-02-15 18:29 UTC  (25+ messages)

[LSF/MM TOPIC] improving storage testing
 2019-02-15 17:32 UTC  (12+ messages)

[GIT PULL] Block fixes for 5.0-rc7
 2019-02-15 17:20 UTC  (2+ messages)

[git pull] device mapper fixes for 5.0 final
 2019-02-15 17:10 UTC  (2+ messages)

[PATCH 00/16] sed-opal: fix shadow MBR enable/disable and clean up code
 2019-02-14  0:16 UTC  (17+ 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
` [PATCH 16/16] block: sed-opal: rename next to execute_steps

[PATCH] blk-flush: fix inverted scheduler check
 2019-02-15  4:34 UTC  (2+ messages)

[PATCH V2] blk-mq: insert rq with DONTPREP to hctx dispatch list when requeue
 2019-02-15  3:41 UTC  (5+ 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] 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  (6+ 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] "

blktests nvme/012 triggering LOCKDEP warning
 2019-02-14 12:44 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).