linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-08 08:53:46 to 2021-04-13 10:53:12 UTC [more...]

[PATCH 0/4] lightnvm pull request
 2021-04-13 10:52 UTC  (3+ messages)
` [PATCH 1/4] lightnvm: use kobj_to_dev()
` [PATCH 2/4] lightnvm: return the correct return value

[PATCH v8 0/4] block device interposer
 2021-04-13 10:12 UTC  (11+ messages)
` [PATCH v8 1/4] Adds blk_interposer. It allows to redirect bio requests to another block device
` [PATCH v8 2/4] Adds the blk_interposers logic to __submit_bio_noacct()
` [PATCH v8 3/4] Adds blk_interposer to md
  ` [RFC PATCH] __dm_attach_interposer() can be static
` [PATCH v8 4/4] fix origin_map - don't split a bio for the origin device if it does not have registered snapshots

[PATCH V5 00/12] block: support bio based io polling
 2021-04-13  9:36 UTC  (24+ messages)
` [PATCH V5 03/12] block: create io poll context for submission and poll task
` [PATCH V5 05/12] block: add new field into 'struct bvec_iter'
` [PATCH V5 06/12] block/mq: extract one helper function polling hw queue
` [PATCH V5 07/12] block: prepare for supporting bio_list via other link
` [PATCH V5 08/12] block: use per-task poll context to implement bio based io polling
` [PATCH V5 10/12] block: add queue_to_disk() to get gendisk from request_queue
` [PATCH V5 11/12] block: add poll_capable method to support bio-based IO polling

[PATCH v6 0/5] blk-mq: Fix a race between iterating over requests and freeing requests
 2021-04-13  7:50 UTC  (10+ messages)
` [PATCH v6 1/5] blk-mq: Move the elevator_exit() definition
` [PATCH v6 2/5] blk-mq: Introduce atomic variants of blk_mq_(all_tag|tagset_busy)_iter

[PATCH v7 0/3] limit bio max size
 2021-04-13  7:35 UTC  (5+ messages)
    ` [PATCH v7 1/3] bio: "
    ` [PATCH v7 2/3] ufs: set QUEUE_FLAG_LIMIT_BIO_SIZE
    ` [PATCH v7 3/3] bio: add limit_bio_size sysfs

[RESEND PATCH v5 1/2] bio: limit bio max size
 2021-04-13  5:32 UTC  (8+ messages)
  ` [RESEND,v5,1/2] "

[PATCH] block: Remove an obsolete comment from sg_io()
 2021-04-13  4:23 UTC  (2+ messages)

[RFC PATCH v5 0/4] add simple copy support
 2021-04-13  0:32 UTC  (12+ messages)
    ` [RFC PATCH v5 2/4] block: "

[PATCH] gdrom: fix compilation error
 2021-04-12 18:13 UTC  (4+ messages)

[PATCH v2 1/1] null_blk: add option for managing virtual boundary
 2021-04-12 17:57 UTC  (4+ messages)

KMSAN: kernel-infoleak in sg_scsi_ioctl
 2021-04-12 16:35 UTC 

[PATCH V12 0/3] Charge loop device i/o to issuing cgroup
 2021-04-12 15:50 UTC  (3+ messages)

[PATCH 1/2] block: remove zero_fill_bio_iter
 2021-04-12 15:20 UTC  (5+ messages)
` [PATCH 2/2] block: move bio_list_copy_data to pktcdvd

start removing block bounce buffering support v3
 2021-04-12 14:04 UTC  (12+ messages)
` [PATCH 2/8] Buslogic: remove ISA support
` [PATCH 5/8] scsi: remove the unchecked_isa_dma flag
` [PATCH 8/8] block: stop calling blk_queue_bounce for passthrough requests

[PATCH 0/7] bcache patches for Linux 5.13 -- 1st wave
 2021-04-12 13:13 UTC  (13+ messages)
` [PATCH 1/7] bcache: reduce redundant code in bch_cached_dev_run()
` [PATCH 2/7] bcache: remove PTR_CACHE
` [PATCH 3/7] bcache: use NULL instead of using plain integer as pointer
` [PATCH 4/7] md: bcache: avoid -Wempty-body warnings
` [PATCH 5/7] md: bcache: Trivial typo fixes in the file journal.c
` [PATCH 6/7] bcache: Use 64-bit arithmetic instead of 32-bit
` [PATCH 7/7] bcache: fix a regression of code compiling failure in debug.c

[PATCH for-5.13/drivers] block: remove the -ERESTARTSYS handling in blkdev_get_by_dev
 2021-04-12 12:55 UTC  (2+ messages)

[PATCH] block: remove an incorrect check from blk_rq_append_bio
 2021-04-12 12:45 UTC  (4+ messages)

[PATCH] block: initialize ret in bdev_disk_changed
 2021-04-12 12:44 UTC  (4+ messages)

[PATCH] virtio_blk: Add support for lifetime feature
 2021-04-12 12:00 UTC  (4+ messages)

[PATCH] lightnvm: deprecated OCSSD support and schedule it for removal in Linux 5.15
 2021-04-12 11:20 UTC  (6+ messages)

[PATCH 1/1] null_blk: add option for managing virtual boundary
 2021-04-12  9:39 UTC  (5+ messages)

[PATCH] lightnvm: Return the correct return value
 2021-04-12  7:38 UTC 

[PATCH V6 0/3] block: add two statistic tables
 2021-04-12  5:35 UTC  (6+ messages)
` [PATCH V6 1/3] block: add io_extra_stats node
` [PATCH V6 2/3] block: add a statistic table for io latency
` [PATCH V6 3/3] block: add a statistic table for io sector

[PATCH v9 00/13] blkcg:Support to track FC storage blk io traffic
 2021-04-12  5:27 UTC  (9+ messages)
` [PATCH v9 09/13] lpfc: vmid: Implements CT commands for appid
` [PATCH v9 11/13] lpfc: vmid: Timeout implementation for vmid
` [PATCH v9 13/13] lpfc: vmid: Introducing vmid in io path

[PATCH v6 0/3] limit bio max size
 2021-04-12  5:01 UTC  (6+ messages)
    ` [PATCH v6 1/3] bio: "
    ` [PATCH v6 2/3] ufs: set QUEUE_FLAG_LIMIT_BIO_SIZE
    ` [PATCH v6 3/3] bio: add limit_bio_size sysfs

[PATCH] block: initialize variable ret with 0
 2021-04-09 18:32 UTC 

[PATCH v7 00/16] bcache: support NVDIMM for journaling
 2021-04-09 16:43 UTC  (17+ messages)
` [PATCH v7 01/16] bcache: add initial data structures for nvm pages
` [PATCH v7 02/16] bcache: initialize the nvm pages allocator
` [PATCH v7 03/16] bcache: initialization of the buddy
` [PATCH v7 04/16] bcache: bch_nvm_alloc_pages() "
` [PATCH v7 05/16] bcache: bch_nvm_free_pages() "
` [PATCH v7 06/16] bcache: get allocated pages from specific owner
` [PATCH v7 07/16] bcache: nvm-pages fixes for bcache integration testing
` [PATCH v7 08/16] bcache: use bucket index to set GC_MARK_METADATA for journal buckets in bch_btree_gc_finish()
` [PATCH v7 09/16] bcache: add BCH_FEATURE_INCOMPAT_NVDIMM_META into incompat feature set
` [PATCH v7 10/16] bcache: initialize bcache journal for NVDIMM meta device
` [PATCH v7 11/16] bcache: support storing bcache journal into "
` [PATCH v7 12/16] bcache: read jset from NVDIMM pages for journal replay
` [PATCH v7 13/16] bcache: add sysfs interface register_nvdimm_meta to register NVDIMM meta device
` [PATCH v7 14/16] bcache: use div_u64() in init_owner_info()
` [PATCH v7 15/16] bcache: fix BCACHE_NVM_PAGES' dependences in Kconfig
` [PATCH v7 16/16] bcache: more fix for compiling error when BCACHE_NVM_PAGES disabled

[PATCH] block: reexpand iov_iter after read/write
 2021-04-09 14:49 UTC  (2+ messages)

[PATCH] block: Fix sys_ioprio_set(.which=IOPRIO_WHO_PGRP) task iteration
 2021-04-09 10:08 UTC  (3+ messages)

[PATCH -next] block: use DEFINE_MUTEX() for mutex lock
 2021-04-09  9:51 UTC 

[next] drivers/cdrom/gdrom.c:586:61: error: 'rq' undeclared (first use in this function)
 2021-04-09  6:51 UTC  (6+ messages)

[PATCH 1/2] zram: fix crashes due to use of cpu hotplug multistate
 2021-04-09  3:01 UTC  (21+ messages)

[PATCH V5 0/3] block: add two statistic tables
 2021-04-08 22:22 UTC  (7+ messages)
` [PATCH V5 1/3] block: add io_extra_stats node
` [PATCH V5 2/3] block: add a statistic table for io latency
` [PATCH V5 3/3] block: add a statistic table for io sector

[PATCH] blk-mq: fix alignment mismatch
 2021-04-08 19:52 UTC  (12+ messages)
                ` [PATCH] block: Disable -Walign-mismatch for blk-mq.c

[PATCH 00/16] Add new DMA mapping operation for P2PDMA
 2021-04-08 17:01 UTC  (17+ messages)
` [PATCH 01/16] PCI/P2PDMA: Pass gfp_mask flags to upstream_bridge_distance_warn()
` [PATCH 02/16] PCI/P2PDMA: Avoid pci_get_slot() which sleeps
` [PATCH 03/16] PCI/P2PDMA: Attempt to set map_type if it has not been set
` [PATCH 04/16] PCI/P2PDMA: Refactor pci_p2pdma_map_type() to take pagmap and device
` [PATCH 05/16] dma-mapping: Introduce dma_map_sg_p2pdma()
` [PATCH 06/16] lib/scatterlist: Add flag for indicating P2PDMA segments in an SGL
` [PATCH 07/16] PCI/P2PDMA: Make pci_p2pdma_map_type() non-static
` [PATCH 08/16] PCI/P2PDMA: Introduce helpers for dma_map_sg implementations
` [PATCH 09/16] dma-direct: Support PCI P2PDMA pages in dma-direct map_sg
` [PATCH 10/16] dma-mapping: Add flags to dma_map_ops to indicate PCI P2PDMA support
` [PATCH 11/16] iommu/dma: Support PCI P2PDMA pages in dma-iommu map_sg
` [PATCH 12/16] nvme-pci: Check DMA ops when indicating support for PCI P2PDMA
` [PATCH 13/16] nvme-pci: Convert to using dma_map_sg_p2pdma for p2pdma pages
` [PATCH 14/16] nvme-rdma: Ensure dma support when using p2pdma
` [PATCH 15/16] RDMA/rw: use dma_map_sg_p2pdma()
` [PATCH 16/16] PCI/P2PDMA: Remove pci_p2pdma_[un]map_sg()

[PATCH] uapi: fix comment about block device ioctl
 2021-04-08 16:27 UTC  (2+ messages)

partition iteration simplifications
 2021-04-08 16:24 UTC  (4+ messages)
` [PATCH 01/11] dasd: use bdev_disk_changed instead of blk_drop_partitions

[PATCH] blk-mq: set default elevator as deadline in case of hctx shared tagset
 2021-04-08 15:57 UTC  (3+ messages)

move bd_mutex to the gendisk
 2021-04-08 14:29 UTC  (3+ messages)
` [PATCH 10/15] block: move bd_mutex to struct gendisk


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).