linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-07 20:42:36 to 2021-03-12 19:29:28 UTC [more...]

[PATCH 0/2] zram: fix few ltp zram02.sh crashes
 2021-03-12 19:28 UTC  (10+ messages)
` [PATCH 1/2] zram: fix crashes due to use of cpu hotplug multistate

[PATCH v7 0/3] block device interposer
 2021-03-12 19:06 UTC  (6+ messages)
` [PATCH v7 1/3] block: add blk_mq_is_queue_frozen()
` [PATCH v7 2/3] block: add bdev_interposer
` [PATCH v7 3/3] dm: add DM_INTERPOSED_FLAG

[RFC PATCH v2 00/11] Add support to dma_map_sg for P2PDMA
 2021-03-12 18:27 UTC  (24+ messages)
` [RFC PATCH v2 01/11] PCI/P2PDMA: Pass gfp_mask flags to upstream_bridge_distance_warn()
` [RFC PATCH v2 02/11] PCI/P2PDMA: Avoid pci_get_slot() which sleeps
` [RFC PATCH v2 03/11] PCI/P2PDMA: Attempt to set map_type if it has not been set
` [RFC PATCH v2 04/11] PCI/P2PDMA: Introduce pci_p2pdma_should_map_bus() and pci_p2pdma_bus_offset()
` [RFC PATCH v2 05/11] lib/scatterlist: Add flag for indicating P2PDMA segments in an SGL
` [RFC PATCH v2 06/11] dma-direct: Support PCI P2PDMA pages in dma-direct map_sg
` [RFC PATCH v2 07/11] dma-mapping: Add flags to dma_map_ops to indicate PCI P2PDMA support
` [RFC PATCH v2 08/11] iommu/dma: Support PCI P2PDMA pages in dma-iommu map_sg
` [RFC PATCH v2 09/11] block: Add BLK_STS_P2PDMA
` [RFC PATCH v2 10/11] nvme-pci: Check DMA ops when indicating support for PCI P2PDMA
` [RFC PATCH v2 11/11] nvme-pci: Convert to using dma_map_sg for p2pdma pages

[BUG] block/bfq-wf2q: A Use After Free bug in bfq_del_bfqq_busy
 2021-03-12 14:47 UTC 

[GIT PULL] nvme fixes for 5.12
 2021-03-12 14:21 UTC  (2+ messages)

[RFC PATCH v2 00/11] bfq: introduce bfq.ioprio for cgroup
 2021-03-12 11:08 UTC  (12+ messages)
  ` [RFC PATCH v2 01/11] bfq: introduce bfq_entity_to_bfqg helper method
  ` [RFC PATCH v2 02/11] bfq: convert the type of bfq_group.bfqd to bfq_data*
  ` [RFC PATCH v2 03/11] bfq: introduce bfq.ioprio for cgroup
  ` [RFC PATCH v2 04/11] bfq: limit the IO depth of idle_class to 1
  ` [RFC PATCH v2 05/11] bfq: keep the minimun bandwidth for be_class
  ` [RFC PATCH v2 06/11] bfq: expire other class if CLASS_RT is waiting
  ` [RFC PATCH v2 07/11] bfq: optimse IO injection for CLASS_RT
  ` [RFC PATCH v2 08/11] bfq: disallow idle if CLASS_RT waiting for service
  ` [RFC PATCH v2 09/11] bfq: disallow merge CLASS_RT with other class
  ` [RFC PATCH v2 10/11] bfq: remove unnecessary initialization logic
  ` [RFC PATCH v2 11/11] bfq: optimize the calculation of bfq_weight_to_ioprio()

[PATCH 00/11] Rid W=1 warnings from Block
 2021-03-12 10:55 UTC  (12+ messages)
` [PATCH 01/11] block: rsxx: core: Remove superfluous const qualifier
` [PATCH 02/11] block: drbd: drbd_interval: Demote some kernel-doc abuses and fix another header
` [PATCH 03/11] block: mtip32xx: mtip32xx: Mark debugging variable 'start' as __maybe_unused
` [PATCH 04/11] block: drbd: drbd_state: Fix some function documentation issues
` [PATCH 05/11] block: drbd: drbd_receiver: Demote non-conformant kernel-doc headers
` [PATCH 06/11] block: drbd: drbd_main: Remove duplicate field initialisation
` [PATCH 07/11] block: drbd: drbd_nl: Make conversion to 'enum drbd_ret_code' explicit
` [PATCH 08/11] block: drbd: drbd_main: Fix a bunch of function documentation discrepancies
` [PATCH 09/11] block: drbd: drbd_receiver: Demote less than half complete kernel-doc header
` [PATCH 10/11] block: xen-blkfront: Demote kernel-doc abuses
` [PATCH 11/11] block: drbd: drbd_nl: Demote half-complete kernel-doc headers

[PATCH v2 2/4] mmc: Mediatek: enable crypto hardware engine
 2021-03-12 10:47 UTC  (4+ messages)

[PATCH v5 00/12] dm: support polling
 2021-03-12  2:26 UTC  (15+ messages)
` [PATCH v5 03/12] block: add poll method to support bio-based IO polling
    ` [dm-devel] "
` [PATCH v5 04/12] block: add poll_capable "
    ` [dm-devel] "
` [PATCH v5 09/12] nvme/pci: don't wait for locked polling queue
` [PATCH v5 10/12] block: fastpath for bio-based polling
    ` [dm-devel] "

[PATCH v3] block: Discard page cache of zone reset target range
 2021-03-11 18:49 UTC  (4+ messages)

[PATCH v2] block: Suppress uevent for hidden device when removed
 2021-03-11 18:48 UTC  (4+ messages)

[PATCH v8 00/16] blkcg:Support to track FC storage blk io traffic
 2021-03-11 15:33 UTC  (2+ messages)

rename BIO_MAX_PAGES
 2021-03-11 15:00 UTC  (6+ messages)
` [PATCH] block: rename BIO_MAX_PAGES to BIO_MAX_VECS

-Walign-mismatch in block/blk-mq.c
 2021-03-11 13:42 UTC  (8+ messages)

[PATCH] block: fix possible bd_size_lock deadlock
 2021-03-11 12:11 UTC 

[PATCH] blk-mq: Document some blk_mq_ctx fields
 2021-03-11 11:19 UTC  (2+ messages)

[PATCH v6 0/4] block-layer interposer
 2021-03-11 10:54 UTC  (12+ messages)
` [PATCH v6 1/4] block: add blk_mq_is_queue_frozen()
` [PATCH v6 2/4] block: add blk_interposer
` [PATCH v6 4/4] dm: add DM_INTERPOSED_FLAG

[PATCH] ataflop: fix warning comparing pointer to 0
 2021-03-11 10:12 UTC 

[PATCH] blk-mq: Always use blk_mq_is_sbitmap_shared
 2021-03-11  8:25 UTC  (2+ messages)

[RFC PATCH v3 0/3] blk-mq: Avoid use-after-free for accessing old requests
 2021-03-11  8:21 UTC  (22+ messages)
` [RFC PATCH v3 1/3] blk-mq: Clean up references to old requests when freeing rqs
` [RFC PATCH v3 2/3] blk-mq: Freeze and quiesce all queues for tagset in elevator_exit()
` [RFC PATCH v3 3/3] blk-mq: Lockout tagset iterator when exiting elevator

[PATCH v3 00/11] dm: support IO polling
 2021-03-11  7:07 UTC  (3+ messages)
  ` [dm-devel] "

[PATCH v2] block: Discard page cache of zone reset target range
 2021-03-11  2:15 UTC  (3+ messages)

[PATCH v2] libnvdimm: Notify disk drivers to revalidate region read-only
 2021-03-10 23:30 UTC  (4+ messages)

[PATCH v2] include: Remove pagemap.h from blkdev.h
 2021-03-10 18:28 UTC  (7+ messages)

[PATCH v2] block: rsxx: fix error return code of rsxx_pci_probe()
 2021-03-10 15:26 UTC  (2+ messages)

[PATCH] block: Fix REQ_OP_ZONE_RESET_ALL handling
 2021-03-10 14:46 UTC  (2+ messages)

[PATCH] include: Remove pagemap.h from blkdev.h
 2021-03-10 11:23 UTC  (3+ messages)

[PATCH] block: Discard page cache of zone reset target range
 2021-03-10  5:35 UTC  (7+ messages)

[PATCH] block: rsxx: fix error return code of rsxx_pci_probe()
 2021-03-10  1:13 UTC  (3+ messages)

[PATCH V6 0/2] nvme: enable char device per namespace
 2021-03-09 21:18 UTC  (8+ messages)
` [PATCH V6 1/2] "

[PATCH -next] umem: fix error return code in mm_pci_probe()
 2021-03-09 20:56 UTC  (2+ messages)

[PATCH] libnvdimm: Let revalidate_disk() revalidate region read-only
 2021-03-09 16:36 UTC  (3+ messages)

[PATCH 0/2] spec: liburing-2.0 updates
 2021-03-09 15:00 UTC  (4+ messages)
` [PATCH 1/2] spec: bump version to 2.0
` [PATCH 2/2] spec: add explicit build dependency on make

[PATCH] block: keyslot-manager: fix error return code of blk_ksm_evict_key()
 2021-03-09 13:36 UTC  (3+ messages)

[PATCH 4/4] dm: support I/O polling
 2021-03-09 11:42 UTC  (9+ messages)
` [dm-devel] "

[PATCH] block: Suppress uevent for hidden device when removed
 2021-03-08 18:37 UTC  (3+ messages)

[RFC PATCH 0/8] bfq: introduce bfq.ioprio for cgroup
 2021-03-08 12:00 UTC  (9+ messages)
` [RFC PATCH 1/8] bfq: introduce bfq_entity_to_bfqg helper method
` [RFC PATCH 2/8] bfq: limit the IO depth of idle_class to 1
` [RFC PATCH 3/8] bfq: keep the minimun bandwidth for be_class
` [RFC PATCH 4/8] bfq: expire bfqq if a higher priority class is waiting
` [RFC PATCH 5/8] bfq: introduce bfq.ioprio for cgroup
` [RFC PATCH 6/8] bfq: convert the type of bfq_group.bfqd to bfq_data*
` [RFC PATCH 7/8] bfq: remove unnecessary initialization logic
` [RFC PATCH 8/8] bfq: optimize the calculation of bfq_weight_to_ioprio()

can we kill the internal blkdev_get in the dasd driver now?
 2021-03-08  8:45 UTC  (2+ messages)

remove ->revalidate_disk (resend)
 2021-03-08  7:45 UTC  (4+ messages)
` [PATCH 1/3] paride/pd: remove ->revalidate_disk
` [PATCH 2/3] umem: "
` [PATCH 3/3] block: remove the revalidate_disk method

Large latency with bcache for Ceph OSD(new mail thread)
 2021-03-08  5:47 UTC  (5+ messages)

[PATCH blktests v2] tests/srp/rc, tests/nvmeof-mp/rc: add fio check to group_requires
 2021-03-07 20:41 UTC  (2+ 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).