linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-06 07:07:35 to 2021-04-09 13:04:23 UTC [more...]

start removing block bounce buffering support v3
 2021-04-09 13:04 UTC  (10+ messages)
` [PATCH 2/8] Buslogic: remove ISA support
` [PATCH 8/8] block: stop calling blk_queue_bounce for passthrough requests

[PATCH v8 0/4] block device interposer
 2021-04-09 11:48 UTC  (5+ 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
` [PATCH v8 4/4] fix origin_map - don't split a bio for the origin device if it does not have registered snapshots

[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  (38+ 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] block: initialize ret in bdev_disk_changed
 2021-04-08 21:41 UTC  (3+ messages)

[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 v6 0/5] blk-mq: Fix a race between iterating over requests and freeing requests
 2021-04-08 16:35 UTC  (16+ 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 v6 3/5] blk-mq: Fix races between iterating over requests and freeing requests
` [PATCH v6 4/5] blk-mq: Make it safe to use RCU to iterate over blk_mq_tag_set.tag_list
` [PATCH v6 5/5] blk-mq: Fix races between blk_mq_update_nr_hw_queues() and iterating over tags

[PATCH] uapi: fix comment about block device ioctl
 2021-04-08 16:27 UTC  (3+ 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  (8+ 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

[PATCH v9 00/13] blkcg:Support to track FC storage blk io traffic
 2021-04-08  8:46 UTC  (24+ messages)
` [PATCH v9 01/13] cgroup: Added cgroup_get_from_id
` [PATCH v9 02/13] blkcg: Added a app identifier support for blkcg
` [PATCH v9 03/13] nvme: Added a newsysfs attribute appid_store
` [PATCH v9 04/13] lpfc: vmid: Add the datastructure for supporting VMID in lpfc
` [PATCH v9 05/13] lpfc: vmid: VMID params initialization
` [PATCH v9 06/13] lpfc: vmid: Add support for vmid in mailbox command, does vmid resource allocation and vmid cleanup
` [PATCH v9 07/13] lpfc: vmid: Implements ELS commands for appid patch
` [PATCH v9 08/13] lpfc: vmid: Functions to manage vmids
` [PATCH v9 09/13] lpfc: vmid: Implements CT commands for appid
` [PATCH v9 10/13] lpfc: vmid: Appends the vmid in the wqe before sending
` [PATCH v9 11/13] lpfc: vmid: Timeout implementation for vmid
` [PATCH v9 12/13] lpfc: vmid: Adding qfpa and vmid timeout check in worker thread
` [PATCH v9 13/13] lpfc: vmid: Introducing vmid in io path

[PATCH blktests v2] tests/block/014: ignore dd error messages
 2021-04-08  4:39 UTC 

[PATCH blktests] tests/block/014: ignore dd error messages
 2021-04-08  4:10 UTC 

[PATCH] blk-zoned: Remove the definition of blk_zone_start()
 2021-04-07 20:32 UTC  (5+ messages)

[PATCH] blk-mq: Fix spurious debugfs directory creation during initialization
 2021-04-07 17:59 UTC 

[bisected] bfq regression on latest linux-block/for-next
 2021-04-07 15:15 UTC  (3+ messages)

[PATCH v5 0/3] blk-mq: Fix a race between iterating over requests and freeing requests
 2021-04-07 15:12 UTC  (4+ messages)

[PATCH V12 0/3] Charge loop device i/o to issuing cgroup
 2021-04-07 14:43 UTC  (3+ messages)
  ` [PATCH 1/3] loop: Use worker per cgroup instead of kworker

[PATCH] block: reexpand iov_iter after read/write
 2021-04-07 14:16 UTC  (4+ messages)

[Question] do we need fail __device_add_disk when functions in it return error
 2021-04-07 12:55 UTC  (2+ messages)

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

[RESEND PATCH v5 1/2] bio: limit bio max size
 2021-04-07 10:27 UTC  (15+ messages)
                          ` [RESEND,v5,1/2] "
  ` [RESEND PATCH v5 2/2] bio: add limit_bio_size sysfs

[PATCH 00/11] Rid W=1 warnings from Block
 2021-04-07  8:00 UTC  (14+ 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 10/11] block: xen-blkfront: Demote kernel-doc abuses

[PATCH -next] drbd: use DEFINE_SPINLOCK() for spinlock
 2021-04-06 15:31 UTC  (2+ messages)

[PATCH] swim3: support highmem
 2021-04-06 15:31 UTC  (2+ messages)

[PATCH] floppy: always use the track buffer
 2021-04-06 15:31 UTC  (2+ messages)

[PATCH] swim: don't call blk_queue_bounce_limit
 2021-04-06 15:30 UTC  (2+ messages)

[PATCH] gdrom: support highmem
 2021-04-06 15:30 UTC  (2+ messages)

[PATCH] blk-mq: Always use blk_mq_is_sbitmap_shared
 2021-04-06 15:24 UTC  (4+ messages)

[PATCH 1/1] block: add sysfs entry for virt boundary mask
 2021-04-06 15:23 UTC  (4+ messages)

[GIT PULL] nvme updates for Linux 5.13
 2021-04-06 15:19 UTC  (2+ messages)

[PATCHv3 for-next 00/19] Misc update for rnbd
 2021-04-06  8:26 UTC  (22+ messages)
` [PATCHv3 for-next 03/19] block/rnbd-clt: Remove some arguments from insert_dev_if_not_exists_devpath
` [PATCHv3 for-next 04/19] block/rnbd-clt: Remove some arguments from rnbd_client_setup_device
` [PATCHv3 for-next 05/19] block/rnbd-clt: Move add_disk(dev->gd) to rnbd_clt_setup_gen_disk
` [PATCHv3 for-next 07/19] block/rnbd: Kill destroy_device_cb
` [PATCHv3 for-next 08/19] block/rnbd-clt: Replace {NO_WAIT,WAIT} with RTRS_PERMIT_{WAIT,NOWAIT}
` [PATCHv3 for-next 13/19] block/rnbd-clt: Support polling mode for IO latency optimization
` [PATCHv3 for-next 14/19] Documentation/ABI/rnbd-clt: Add description for nr_poll_queues
` [PATCHv3 for-next 15/19] block/rnbd-srv: Remove unused arguments of rnbd_srv_rdma_ev
` [PATCHv3 for-next 16/19] block/rnbd-clt: Generate kobject_uevent when the rnbd device state changes
` [PATCHv3 for-next 17/19] block/rnbd-clt: Remove max_segment_size
` [PATCHv3 for-next 18/19] block/rnbd-clt-sysfs: Remove copy buffer overlap in rnbd_clt_get_path_name
` [PATCHv3 for-next 19/19] block/rnbd: Use strscpy instead of strlcpy

[PATCH for-next 0/5] Enable Fault Injection for RNBD
 2021-04-06  7:37 UTC  (6+ messages)
` [PATCH for-next 1/5] block/rnbd: Enable the fault-injection
` [PATCH for-next 2/5] block/rnbd-srv: Inject a fault at bio processing
` [PATCH for-next 3/5] block/rnbd-clt: Inject some fault points
` [PATCH for-next 4/5] docs: fault-injection: Add fault-injection manual of RNBD
` [PATCH for-next 5/5] docs: Add RTRS/RNBD to the index of fault-injection

[PATCH v3 00/14] bfq: introduce bfq.ioprio for cgroup
 2021-04-06  7:31 UTC  (3+ 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).