messages from 2022-03-28 09:05:23 to 2022-04-07 03:07:24 UTC [more...]
use block_device based APIs in block layer consumers
2022-04-07 3:07 UTC (32+ 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
` [PATCH 04/27] drbd: remove assign_p_sizes_qlim
` [PATCH 05/27] drbd: use bdev based limit helpers in drbd_send_sizes
` [PATCH 06/27] drbd: cleanup decide_on_discard_support
` [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
` [PATCH 11/27] block: add a bdev_write_cache helper
` [PATCH 12/27] block: add a bdev_fua helper
` [PATCH 13/27] block: add a bdev_stable_writes helper
` [PATCH 14/27] block: add a bdev_max_zone_append_sectors helper
` [PATCH 15/27] block: use bdev_alignment_offset in part_alignment_offset_show
` [PATCH 16/27] drbd: use bdev_alignment_offset instead of queue_alignment_offset
` [PATCH 17/27] block: use bdev_alignment_offset in disk_alignment_offset_show
` [PATCH 18/27] block: move bdev_alignment_offset and queue_limit_alignment_offset out of line
` [PATCH 19/27] block: remove queue_discard_alignment
` [PATCH 20/27] block: use bdev_discard_alignment in part_discard_alignment_show
` [PATCH 21/27] block: move {bdev, queue_limit}_discard_alignment out of line
` [PATCH 22/27] block: refactor discard bio size limiting
` [PATCH 23/27] block: add a bdev_max_discard_sectors helper
` [PATCH 24/27] block: add a bdev_discard_granularity helper
` [PATCH 25/27] block: remove QUEUE_FLAG_DISCARD
` [PATCH 26/27] block: uncouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARD
` [PATCH 27/27] direct-io: remove random prefetches
[PATCH AUTOSEL 5.10 15/25] vhost_vdpa: don't setup irq offloading when irq_num < 0
2022-04-07 1:14 UTC (2+ messages)
` [PATCH AUTOSEL 5.10 16/25] tools/virtio: compile with -pthread
[PATCH AUTOSEL 5.15 16/27] vhost_vdpa: don't setup irq offloading when irq_num < 0
2022-04-07 1:12 UTC (2+ messages)
` [PATCH AUTOSEL 5.15 17/27] tools/virtio: compile with -pthread
[PATCH AUTOSEL 5.16 19/30] vhost_vdpa: don't setup irq offloading when irq_num < 0
2022-04-07 1:11 UTC (2+ messages)
` [PATCH AUTOSEL 5.16 20/30] tools/virtio: compile with -pthread
[PATCH AUTOSEL 5.17 19/31] vhost_vdpa: don't setup irq offloading when irq_num < 0
2022-04-07 1:10 UTC (2+ messages)
` [PATCH AUTOSEL 5.17 20/31] tools/virtio: compile with -pthread
[linux-next:master] BUILD REGRESSION 109f6d10ec17302c4666f7df3dfa0e31d8589d41
2022-04-06 20:58 UTC
[PATCH 2/5] vfio: Require that devices support DMA cache coherence
2022-04-06 16:10 UTC (14+ messages)
` [PATCH 1/5] iommu: Replace uses of IOMMU_CAP_CACHE_COHERENCY with dev_is_dma_coherent()
` [PATCH 0/5] Make the iommu driver no-snoop block feature consistent
` [PATCH 3/5] iommu: Introduce the domain op enforce_cache_coherency()
[PATCH V2 0/5] rework on the IRQ hardening of virtio
2022-04-06 15:31 UTC (14+ messages)
` [PATCH V2 1/5] virtio: use virtio_device_ready() in virtio_device_restore()
` [PATCH V2 2/5] virtio: use virtio_reset_device() when possible
` [PATCH V2 3/5] virtio: introduce config op to synchronize vring callbacks
` [PATCH V2 4/5] virtio-pci: implement synchronize_vqs()
` [PATCH V2 5/5] virtio: harden vring IRQ
[PATCH RESEND V2 1/3] vdpa: mlx5: prevent cvq work from hogging CPU
2022-04-06 8:25 UTC (7+ messages)
` [PATCH RESEND V2 2/3] vdpa: mlx5: synchronize driver status with CVQ
` [PATCH RESEND V2 3/3] vdpa/mlx5: Use consistent RQT size
[PATCH v3 0/4] Introduce akcipher service for virtio-crypto
2022-04-06 7:47 UTC (7+ messages)
[PATCH v5 0/2] virtio-blk: support polling I/O and mq_ops->queue_rqs()
2022-04-06 5:01 UTC (3+ messages)
` [PATCH v5 1/2] virtio-blk: support polling I/O
` [PATCH v5 2/2] virtio-blk: support mq_ops->queue_rqs()
[PATCH v9 00/32] virtio pci support VIRTIO_F_RING_RESET (refactor vring)
2022-04-06 3:43 UTC (33+ messages)
` [PATCH v9 01/32] virtio: add helper virtqueue_get_vring_max_size()
` [PATCH v9 02/32] virtio: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v9 03/32] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v9 04/32] virtio_ring: remove the arg vq of vring_alloc_desc_extra()
` [PATCH v9 05/32] virtio_ring: extract the logic of freeing vring
` [PATCH v9 06/32] virtio_ring: split: extract the logic of alloc queue
` [PATCH v9 07/32] virtio_ring: split: extract the logic of alloc state and extra
` [PATCH v9 08/32] virtio_ring: split: extract the logic of attach vring
` [PATCH v9 09/32] virtio_ring: split: extract the logic of vq init
` [PATCH v9 10/32] virtio_ring: split: introduce virtqueue_reinit_split()
` [PATCH v9 11/32] virtio_ring: split: introduce virtqueue_resize_split()
` [PATCH v9 12/32] virtio_ring: packed: extract the logic of alloc queue
` [PATCH v9 13/32] virtio_ring: packed: extract the logic of alloc state and extra
` [PATCH v9 14/32] virtio_ring: packed: extract the logic of attach vring
` [PATCH v9 15/32] virtio_ring: packed: extract the logic of vq init
` [PATCH v9 16/32] virtio_ring: packed: introduce virtqueue_reinit_packed()
` [PATCH v9 17/32] virtio_ring: packed: introduce virtqueue_resize_packed()
` [PATCH v9 18/32] virtio_ring: introduce virtqueue_resize()
` [PATCH v9 19/32] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v9 20/32] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v9 21/32] virtio_pci: queue_reset: update struct virtio_pci_common_cfg and option functions
` [PATCH v9 22/32] virtio_pci: queue_reset: extract the logic of active vq for modern pci
` [PATCH v9 23/32] virtio_pci: queue_reset: support VIRTIO_F_RING_RESET
` [PATCH v9 24/32] virtio: find_vqs() add arg sizes
` [PATCH v9 25/32] virtio_pci: support the arg sizes of find_vqs()
` [PATCH v9 26/32] virtio_mmio: "
` [PATCH v9 27/32] virtio: add helper virtio_find_vqs_ctx_size()
` [PATCH v9 28/32] virtio_net: set the default max ring size by find_vqs()
` [PATCH v9 29/32] virtio_net: get ringparam by virtqueue_get_vring_max_size()
` [PATCH v9 30/32] virtio_net: split free_unused_bufs()
` [PATCH v9 31/32] virtio_net: support rx/tx queue resize
` [PATCH v9 32/32] virtio_net: support set_ringparam
[PATCH] drm/virtio: Add execbuf flag to request no fence-event
2022-04-05 17:56 UTC (2+ messages)
[GIT PULL] virtio: fixes, cleanups
2022-04-05 17:48 UTC (2+ messages)
[PATCH 8/8] virtio_ring.h: do not include <stdint.h> from exported header
2022-04-05 11:57 UTC (4+ messages)
[PATCH v4 1/2] virtio-blk: support polling I/O
2022-04-05 9:09 UTC (4+ messages)
` [PATCH v4 2/2] virtio-blk: support mq_ops->queue_rqs()
[PATCH 1/2] virtio_ring: remove unnecessary to_vvq call in vring hot path
2022-04-04 16:27 UTC (5+ messages)
` [PATCH 2/2] virtio_ring: add unlikely annotation for free descs check
[PATCH v6 01/12] driver: platform: Add helper for safer setting of driver_override
2022-04-04 10:14 UTC (2+ messages)
[PATCH] fuse: avoid unnecessary spinlock bump
2022-04-04 8:49 UTC (2+ messages)
[PATCH AUTOSEL 5.15 13/16] vdpa: clean up get_config_size ret value handling
2022-04-02 3:57 UTC (2+ messages)
[PATCH AUTOSEL 5.4 26/37] tuntap: add sanity checks about msg_controllen in sendmsg
2022-04-01 14:44 UTC
[PATCH AUTOSEL 5.10 44/65] tuntap: add sanity checks about msg_controllen in sendmsg
2022-04-01 14:41 UTC
[PATCH AUTOSEL 5.15 68/98] tuntap: add sanity checks about msg_controllen in sendmsg
2022-04-01 14:37 UTC
[PATCH AUTOSEL 5.16 079/109] tuntap: add sanity checks about msg_controllen in sendmsg
2022-04-01 14:32 UTC
[PATCH AUTOSEL 5.17 114/149] tuntap: add sanity checks about msg_controllen in sendmsg
2022-04-01 14:25 UTC
[PATCH v2 15/19] vhost-vdpa: support ASID based IOTLB API
2022-04-01 4:24 UTC
[GIT PULL] virtio: features, fixes
2022-03-31 21:21 UTC (2+ messages)
[PATCH v2 0/9] virtio: support advance DMA
2022-03-30 10:58 UTC (9+ messages)
回复: Re: 回复: Re: 回复: Re: [PATCH v1 1/2] drm/qxl: replace ioremap by ioremap_cache on arm64
2022-03-30 10:43 UTC (3+ messages)
` [PATCH v2] drm/qxl: fix qxl can't use in arm64
[PATCH v8 00/16] virtio pci support VIRTIO_F_RING_RESET (refactor vring)
2022-03-30 6:58 UTC (13+ messages)
` [PATCH v8 10/16] virtio_ring: split: implement virtqueue_resize_split()
` [PATCH v8 11/16] virtio_ring: packed: extract the logic of alloc queue
[PATCH 1/2] Revert "virtio: use virtio_device_ready() in virtio_device_restore()"
2022-03-30 6:57 UTC (4+ messages)
` [PATCH 2/2] Revert "virtio_config: introduce a new .enable_cbs method"
[PATCH v3] virtio: pci: check bar values read from virtio config space
2022-03-30 6:35 UTC (2+ messages)
Re:
2022-03-30 5:53 UTC (20+ messages)
[PATCH 0/3] rework on the IRQ hardening of virtio
2022-03-30 5:22 UTC (8+ messages)
` [PATCH 1/3] virtio: use virtio_device_ready() in virtio_device_restore()
[PATCH 0/9] treewide: eliminate anonymous module_init & module_exit
2022-03-30 3:51 UTC (3+ messages)
` [PATCH 5/9] virtio-scsi: "
[PATCH v3 1/2] virtio-blk: support polling I/O
2022-03-29 15:01 UTC (4+ messages)
` [PATCH v3 2/2] virtio-blk: support mq_ops->queue_rqs()
[PATCH V2 1/3] vdpa: mlx5: prevent cvq work from hogging CPU
2022-03-29 4:17 UTC (4+ messages)
` [PATCH V2 2/3] vdpa: mlx5: synchronize driver status with CVQ
` [PATCH V2 3/3] vdpa/mlx5: Use consistent RQT size
[PATCH] virtio-gpu: fix a missing check to avoid NULL dereference
2022-03-28 21:08 UTC
[PATCH v1] net/mlx5: Add support for configuring max device MTU
2022-03-28 20:57 UTC
[PATCH] virito-pci-modern: Remove useless DMA-32 fallback configuration
2022-03-28 20:45 UTC
[PATCH v2 1/2] dt-bindings: virtio: mmio: add optional wakeup-source property
2022-03-28 20:42 UTC
[PATCH v5 0/4] RSS support for VirtioNet
2022-03-28 17:53 UTC (5+ messages)
` [PATCH v5 1/4] drivers/net/virtio_net: Fixed padded vheader to use v1 with hash
` [PATCH v5 2/4] drivers/net/virtio_net: Added basic RSS support
` [PATCH v5 3/4] drivers/net/virtio_net: Added RSS hash report
` [PATCH v5 4/4] drivers/net/virtio_net: Added RSS hash report control
[PATCH] virtio_ring: remove unnecessary to_vvq call in vring hot path
2022-03-28 9:05 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).