linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-04 21:17:09 to 2022-04-08 07:45:06 UTC [more...]

[LSF/MM/BPF TOPIC] block drivers in user space
 2022-04-08  7:44 UTC  (5+ messages)

[PATCH -next RFC v2 0/8] improve tag allocation under heavy load
 2022-04-08  7:39 UTC  (9+ messages)
` [PATCH -next RFC v2 1/8] sbitmap: record the number of waiters for each waitqueue
` [PATCH -next RFC v2 2/8] blk-mq: call 'bt_wait_ptr()' later in blk_mq_get_tag()
` [PATCH -next RFC v2 3/8] sbitmap: make sure waitqueues are balanced
` [PATCH -next RFC v2 4/8] blk-mq: don't preempt tag under heavy load
` [PATCH -next RFC v2 5/8] sbitmap: force tag preemption if free tags are sufficient
` [PATCH -next RFC v2 6/8] blk-mq: force tag preemption for split bios
` [PATCH -next RFC v2 7/8] blk-mq: record how many tags are needed for splited bio
` [PATCH -next RFC v2 8/8] sbitmap: wake up the number of threads based on required tags

[PATCH] blk-mq: add debugfs to print information for blk_mq_tag_set
 2022-04-08  6:54 UTC  (2+ messages)

[PATCH] blk-mq: fix possible creation failure for 'debugfs_dir'
 2022-04-08  6:53 UTC  (2+ messages)

[PATCH 0/3] optimizations for io accounting
 2022-04-08  6:52 UTC  (4+ messages)
` [PATCH -next 3/3] block: update nsecs[] in part_get_stat()

[PATCH -next 00/11] support concurrent sync io for bfq on a specail occasion
 2022-04-08  6:50 UTC  (6+ messages)

5.18-rc1 nvme0: Admin Cmd(0x6), I/O Error (sct 0x0 / sc 0x2) DNR
 2022-04-08  5:51 UTC  (3+ messages)

[bug report][bisected] modprob -r scsi-debug take more than 3mins during blktests srp/ tests
 2022-04-08  1:45 UTC  (2+ messages)

[PATCH v6 0/2] virtio-blk: support polling I/O and mq_ops->queue_rqs()
 2022-04-07 19:36 UTC  (6+ messages)
` [PATCH v6 1/2] virtio-blk: support polling I/O
` [PATCH v6 2/2] virtio-blk: support mq_ops->queue_rqs()

[PATCH v6 00/21] Userspace P2PDMA with O_DIRECT NVMe devices
 2022-04-07 15:47 UTC  (22+ messages)
` [PATCH v6 01/21] lib/scatterlist: add flag for indicating P2PDMA segments in an SGL
` [PATCH v6 02/21] PCI/P2PDMA: Attempt to set map_type if it has not been set
` [PATCH v6 03/21] PCI/P2PDMA: Expose pci_p2pdma_map_type()
` [PATCH v6 04/21] PCI/P2PDMA: Introduce helpers for dma_map_sg implementations
` [PATCH v6 05/21] dma-mapping: allow EREMOTEIO return code for P2PDMA transfers
` [PATCH v6 06/21] dma-direct: support PCI P2PDMA pages in dma-direct map_sg
` [PATCH v6 07/21] dma-mapping: add flags to dma_map_ops to indicate PCI P2PDMA support
` [PATCH v6 08/21] iommu/dma: support PCI P2PDMA pages in dma-iommu map_sg
` [PATCH v6 09/21] nvme-pci: check DMA ops when indicating support for PCI P2PDMA
` [PATCH v6 10/21] nvme-pci: convert to using dma_map_sgtable()
` [PATCH v6 11/21] RDMA/core: introduce ib_dma_pci_p2p_dma_supported()
` [PATCH v6 12/21] RDMA/rw: drop pci_p2pdma_[un]map_sg()
` [PATCH v6 13/21] PCI/P2PDMA: Remove pci_p2pdma_[un]map_sg()
` [PATCH v6 14/21] mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
` [PATCH v6 15/21] iov_iter: introduce iov_iter_get_pages_[alloc_]flags()
` [PATCH v6 16/21] block: add check when merging zone device pages
` [PATCH v6 17/21] lib/scatterlist: "
` [PATCH v6 18/21] block: set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages()
` [PATCH v6 19/21] block: set FOLL_PCI_P2PDMA in bio_map_user_iov()
` [PATCH v6 20/21] PCI/P2PDMA: Introduce pci_mmap_p2pmem()
` [PATCH v6 21/21] nvme-pci: allow mmaping the CMB in userspace

use block_device based APIs in block layer consumers
 2022-04-07 15:26 UTC  (75+ messages)
` [PATCH 01/27] target: remove an incorrect unmap zeroes data deduction
  ` [dm-devel] "
` [PATCH 02/27] target: pass a block_device to target_configure_unmap_from_queue
` [PATCH 03/27] target: fix discard alignment on partitions
  ` [dm-devel] "
` [PATCH 04/27] drbd: remove assign_p_sizes_qlim
  ` [Drbd-dev] "
` [PATCH 05/27] drbd: use bdev based limit helpers in drbd_send_sizes
  ` [Drbd-dev] "
` [PATCH 06/27] drbd: cleanup decide_on_discard_support
  ` [Drbd-dev] "
` [PATCH 07/27] btrfs: use bdev_max_active_zones instead of open coding it
` [PATCH 08/27] ntfs3: use bdev_logical_block_size "
` [PATCH 09/27] mm: use bdev_is_zoned in claim_swapfile
` [PATCH 10/27] block: add a bdev_nonrot helper
  ` [Ocfs2-devel] "
` [PATCH 11/27] block: add a bdev_write_cache helper
  ` [Ocfs2-devel] "
` [PATCH 12/27] block: add a bdev_fua helper
  ` [Ocfs2-devel] "
` [PATCH 13/27] block: add a bdev_stable_writes helper
  ` [Ocfs2-devel] "
` [PATCH 14/27] block: add a bdev_max_zone_append_sectors helper
  ` [dm-devel] "
` [PATCH 15/27] block: use bdev_alignment_offset in part_alignment_offset_show
  ` [Ocfs2-devel] "
` [PATCH 16/27] drbd: use bdev_alignment_offset instead of queue_alignment_offset
  ` [Drbd-dev] "
` [PATCH 17/27] block: use bdev_alignment_offset in disk_alignment_offset_show
  ` [Ocfs2-devel] "
` [PATCH 18/27] block: move bdev_alignment_offset and queue_limit_alignment_offset out of line
  ` [Ocfs2-devel] "
` [PATCH 19/27] block: remove queue_discard_alignment
  ` [Ocfs2-devel] "
` [PATCH 20/27] block: use bdev_discard_alignment in part_discard_alignment_show
  ` [Ocfs2-devel] "
` [PATCH 21/27] block: move {bdev,queue_limit}_discard_alignment out of line
  ` [Ocfs2-devel] [PATCH 21/27] block: move {bdev, queue_limit}_discard_alignment "
` [PATCH 22/27] block: refactor discard bio size limiting
  ` [Ocfs2-devel] "
` [PATCH 23/27] block: add a bdev_max_discard_sectors helper
  ` [Drbd-dev] "
  ` [Cluster-devel] "
  ` [Ocfs2-devel] "
` [PATCH 24/27] block: add a bdev_discard_granularity helper
  ` [Drbd-dev] "
  ` [Ocfs2-devel] "
` [PATCH 25/27] block: remove QUEUE_FLAG_DISCARD
  ` [Drbd-dev] "
  ` [Ocfs2-devel] "
` [PATCH 26/27] block: uncouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
  ` [Drbd-dev] "
  ` [Ocfs2-devel] "
` [PATCH 27/27] direct-io: remove random prefetches

[PATCH RFC 00/11] blk-mq/libata/scsi: SCSI driver tagging improvements
 2022-04-07 14:32 UTC  (4+ messages)
` [PATCH 03/11] libata: Send internal commands through the block layer

[PATCH] bfq: Fix warning in bfqq_request_over_limit()
 2022-04-07 14:07 UTC 

5.17, WARNING: at block/bfq-iosched.c:602 bfqq_request_over_limit+0x122/0x3a0
 2022-04-07 14:16 UTC  (6+ messages)

cleanup bio_kmalloc v3
 2022-04-07  8:16 UTC  (10+ messages)
` [PATCH 1/5] btrfs: simplify ->flush_bio handling
` [PATCH 2/5] squashfs: always use bio_kmalloc in squashfs_bio_read
` [PATCH 3/5] target/pscsi: remove pscsi_get_bio
` [PATCH 4/5] block: turn bio_kmalloc into a simple kmalloc wrapper
` [PATCH 5/5] pktcdvd: stop using bio_reset

[PATCH 0/3] DRBD fixes for Linux 5.18
 2022-04-07  6:15 UTC  (6+ messages)
` [PATCH 1/3] drbd: Fix five use after free bugs in get_initial_state
` [PATCH 2/3] drbd: fix an invalid memory access caused by incorrect use of list iterator
` [PATCH 3/3] drbd: set QUEUE_FLAG_STABLE_WRITES

[syzbot] INFO: task hung in nbd_add_socket (2)
 2022-04-07  5:24 UTC  (2+ messages)

[powerpc]Kernel crash while running xfstests (generic/250) [next-20220404]
 2022-04-07  4:49 UTC  (2+ messages)

[PATCH -next v2] nbd: fix possible overflow on 'first_minor' in nbd_dev_add()
 2022-04-07  3:25 UTC 

[PATCH AUTOSEL 4.19 08/11] drbd: remove usage of list iterator variable after loop
 2022-04-07  1:16 UTC 

[PATCH AUTOSEL 5.16 26/30] drbd: remove usage of list iterator variable after loop
 2022-04-07  1:11 UTC 

[PATCH AUTOSEL 5.15 23/27] drbd: remove usage of list iterator variable after loop
 2022-04-07  1:12 UTC 

[PATCH AUTOSEL 4.14 7/8] drbd: remove usage of list iterator variable after loop
 2022-04-07  1:16 UTC 

[PATCH AUTOSEL 4.9 6/7] drbd: remove usage of list iterator variable after loop
 2022-04-07  1:17 UTC 

[PATCH AUTOSEL 5.4 13/17] drbd: remove usage of list iterator variable after loop
 2022-04-07  1:15 UTC 

[PATCH AUTOSEL 5.10 21/25] drbd: remove usage of list iterator variable after loop
 2022-04-07  1:14 UTC 

[PATCH AUTOSEL 5.17 27/31] drbd: remove usage of list iterator variable after loop
 2022-04-07  1:10 UTC 

[PATCH 0/7] DRBD updates for 5.19
 2022-04-06 22:37 UTC  (9+ messages)
` [PATCH 1/7] drbd: fix duplicate array initializer
` [PATCH 2/7] drbd: address enum mismatch warnings
` [PATCH 3/7] block: drbd: drbd_receiver: Remove redundant assignment to err
` [PATCH 4/7] drbd: Make use of PFN_UP helper macro
` [PATCH 5/7] drbd: Replace "unsigned" with "unsigned int"
` [PATCH 6/7] drdb: Switch to kvfree_rcu() API
` [PATCH 7/7] drbd: Return true/false (not 1/0) from bool functions

[GIT PULL] DRBD fixes for Linux 5.18
 2022-04-06 19:02 UTC  (3+ messages)

[PATCH v5 0/2] virtio-blk: support polling I/O and mq_ops->queue_rqs()
 2022-04-06 14:10 UTC  (10+ messages)
` [PATCH v5 1/2] virtio-blk: support polling I/O
` [PATCH v5 2/2] virtio-blk: support mq_ops->queue_rqs()

[PATCH -next] nbd: fix possible overflow on 'first_minor' in nbd_dev_add()
 2022-04-06 12:55 UTC  (2+ messages)

[GIT PULL] DRBD updates for Linux 5.19
 2022-04-06  8:07 UTC 

[syzbot] INFO: task can't die in blkdev_common_ioctl
 2022-04-05 13:15 UTC  (6+ messages)

[PATCH v4 0/2] virtio-blk: support polling I/O and mq_ops->queue_rqs()
 2022-04-05 14:35 UTC  (11+ messages)
` [PATCH v4 1/2] virtio-blk: support polling I/O
` [PATCH v4 2/2] virtio-blk: support mq_ops->queue_rqs()

[PATCH v2 0/3] three bug fixes about tcmu page fault handle
 2022-04-05 16:03 UTC  (5+ messages)
` [PATCH v2 2/3] scsi: target: tcmu: Fix possible data corruption

yet another approach to fix the loop lock order inversions v6
 2022-04-05  9:10 UTC  (6+ messages)

[PATCH v4 0/2] virtio-blk: support polling I/O and mq_ops->queue_rqs()
 2022-04-05  5:21 UTC  (3+ messages)
` [PATCH v4 1/2] virtio-blk: support polling I/O

Issues running nvme-tcp/rdma passthru blktests
 2022-04-04 16:13 UTC  (4+ messages)
` [PATCH blktests] nvme tests should use nvme_trtype when setting up passthru target


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