virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-11 16:04:25 to 2021-11-24 07:10:35 UTC [more...]

decouple DAX from block devices
 2021-11-24  7:10 UTC  (77+ messages)
` [PATCH 01/29] nvdimm/pmem: move dax_attribute_group from dax to pmem
` [PATCH 02/29] dm: make the DAX support dependend on CONFIG_FS_DAX
` [PATCH 03/29] dax: remove CONFIG_DAX_DRIVER
` [PATCH 04/29] dax: simplify the dax_device <-> gendisk association
` [PATCH 05/29] dax: remove the pgmap sanity checks in generic_fsdax_supported
` [PATCH 06/29] dax: move the partition alignment check into fs_dax_get_by_bdev
` [PATCH 07/29] xfs: factor out a xfs_setup_dax_always helper
` [PATCH 08/29] dax: remove dax_capable
` [PATCH 09/29] dm-linear: add a linear_dax_pgoff helper
` [PATCH 10/29] dm-log-writes: add a log_writes_dax_pgoff helper
` [PATCH 11/29] dm-stripe: add a stripe_dax_pgoff helper
` [PATCH 12/29] fsdax: remove a pointless __force cast in copy_cow_page_dax
` [PATCH 13/29] fsdax: use a saner calling convention for copy_cow_page_dax
` [PATCH 14/29] fsdax: simplify the pgoff calculation
` [PATCH 15/29] xfs: add xfs_zero_range and xfs_truncate_page helpers
` [PATCH 16/29] fsdax: simplify the offset check in dax_iomap_zero
` [PATCH 17/29] fsdax: factor out a dax_memzero helper
` [PATCH 18/29] fsdax: decouple zeroing from the iomap buffered I/O code
` [PATCH 19/29] ext2: cleanup the dax handling in ext2_fill_super
` [PATCH 20/29] ext4: cleanup the dax handling in ext4_fill_super
` [PATCH 21/29] xfs: move dax device handling into xfs_{alloc, free}_buftarg
    ` [PATCH 21/29] xfs: move dax device handling into xfs_{alloc,free}_buftarg
` [PATCH 22/29] iomap: add a IOMAP_DAX flag
` [PATCH 23/29] xfs: use IOMAP_DAX to check for DAX mappings
` [PATCH 24/29] xfs: use xfs_direct_write_iomap_ops for DAX zeroing
` [PATCH 25/29] dax: return the partition offset from fs_dax_get_by_bdev
` [PATCH 26/29] fsdax: shift partition offset handling into the file systems
` [PATCH 27/29] dax: fix up some of the block device related ifdefs
` [PATCH 28/29] iomap: build the block based code conditionally
` [PATCH 29/29] fsdax: don't require CONFIG_BLOCK

[PATCH V5 0/4] Validate used buffer length
 2021-11-24  2:33 UTC  (22+ messages)
` [PATCH V5 1/4] virtio_ring: validate "

update_balloon_size_func blocked for more than 120 seconds
 2021-11-24  1:32 UTC  (3+ messages)

[PATCH v2 net-next 21/26] ice: add XDP and XSK generic per-channel statistics
 2021-11-24  0:52 UTC 

[PATCH v2] drm/virtio: Fix an NULL vs IS_ERR() bug in virtio_gpu_object_shmem_init()
 2021-11-23 18:47 UTC  (2+ messages)

[PATCH 00/17] Add memberof(), split some headers, and slightly simplify code
 2021-11-23 18:07 UTC  (13+ messages)
  ` [PATCH 02/17] Use memberof(T, m) instead of explicit NULL dereference

[RFC PATCH 0/3] Use pageblock_order for cma and alloc_contig_range alignment
 2021-11-23 17:32 UTC  (4+ messages)

[PATCH v2 0/5] iommu/virtio: Add identity domains
 2021-11-23 15:53 UTC  (6+ messages)
` [PATCH v2 1/5] iommu/virtio: Add definitions for VIRTIO_IOMMU_F_BYPASS_CONFIG
` [PATCH v2 2/5] iommu/virtio: Support bypass domains
` [PATCH v2 3/5] iommu/virtio: Sort reserved regions
` [PATCH v2 4/5] iommu/virtio: Pass end address to viommu_add_mapping()
` [PATCH v2 5/5] iommu/virtio: Support identity-mapped domains

[PATCH 0/2] vhost/vsock: fix used length and cleanup in vhost_vsock_handle_tx_kick()
 2021-11-23 13:22 UTC  (5+ messages)
` [PATCH 1/2] vhost/vsock: fix incorrect used length reported to the guest
` [PATCH 2/2] vhost/vsock: cleanup removing `len` variable

[PATCH] vsock/virtio: suppress used length validation
 2021-11-23 12:49 UTC  (3+ messages)

[PATCH v2 0/2] virtio-i2c: Fix buffer handling
 2021-11-23  9:54 UTC  (8+ messages)
` [PATCH v2 1/2] i2c: virtio: disable timeout handling
` [PATCH v2 2/2] i2c: virtio: fix completion handling

[PATCH] x86/paravirt: use %rip-relative addressing in hook calls
 2021-11-23  9:52 UTC  (4+ messages)

[PATCH 1/2] vdpa: Add support for querying statistics
 2021-11-23  8:38 UTC  (10+ messages)

Kvm virtual machine uses virtio graphics card, the rotating screen is stuck
 2021-11-23  8:20 UTC  (2+ messages)

[PATCH] vdpa_sim: avoid putting an uninitialized iova_domain
 2021-11-23  8:19 UTC  (4+ messages)

[RFC PATCH v5 23/26] util: Add iova_tree_alloc
 2021-11-23  6:56 UTC 

[PATCH V5 00/10] Use copy_process/create_io_thread in vhost layer
 2021-11-22 16:47 UTC  (15+ messages)
` [PATCH V5 01/10] fork: Make IO worker options flag based
` [PATCH V5 02/10] fork/vm: Move common PF_IO_WORKER behavior to new flag
` [PATCH V5 03/10] fork: add KERNEL_WORKER flag to not dup/clone files
` [PATCH V5 04/10] fork: Add KERNEL_WORKER flag to ignore signals
` [PATCH V5 05/10] signal: Perfom autoreap for PF_USER_WORKER
` [PATCH V5 06/10] fork: add helper to clone a process
` [PATCH V5 07/10] io_uring: switch to kernel_worker
` [PATCH V5 08/10] fork: remove create_io_thread
` [PATCH V5 09/10] vhost: move worker thread fields to new struct
` [PATCH V5 10/10] vhost: use kernel_worker to check RLIMITs

[PATCH 6/6] vhost_net: use RCU callbacks instead of synchronize_rcu()
 2021-11-22  9:37 UTC  (7+ messages)
` [PATCH 1/6] vhost: get rid of vhost_poll_flush() wrapper
  ` [PATCH 2/6] vhost_net: get rid of vhost_net_flush_vq() and extra flush calls
  ` [PATCH 4/6] vhost_vsock: simplify vhost_vsock_flush()

WorldCist'22 - 10th World Conference on IST | Montenegro | Deadline: November 24
 2021-11-21 15:54 UTC 

Call for Workshops: ACM HPDC 2022 (The 31th International Symposium on High-Performance Parallel and Distributed Computing)
 2021-11-19 19:37 UTC 

[PATCH v2] virtio_balloon: add param to skip adjusting pages
 2021-11-19 13:53 UTC  (3+ messages)

[PATCH] Fix SEV-ES INS/OUTS instructions for word, dword, and qword
 2021-11-19  8:36 UTC  (2+ messages)

[RFC PATCH] virtio_balloon: add param to skip adjusting pages
 2021-11-18  6:25 UTC  (3+ messages)

[PATCH] virtio-blk: modify the value type of num in virtio_queue_rq()
 2021-11-17  9:20 UTC 

[RFC PATCH 0/4] Added RSS support
 2021-11-17  6:00 UTC  (10+ messages)
` [RFC PATCH 1/4] drivers/net/virtio_net: Fixed vheader to use v1
` [RFC PATCH 2/4] drivers/net/virtio_net: Changed mergeable buffer length calculation
` [RFC PATCH 3/4] drivers/net/virtio_net: Added basic RSS support

[PATCH v3 0/3] Update VMware maintainer entries
 2021-11-16 23:11 UTC  (16+ messages)
` [PATCH v3 1/3] MAINTAINERS: Update maintainers for paravirt ops and VMware hypervisor interface
` [PATCH v3 3/3] MAINTAINERS: Mark VMware mailing list entries as email aliases

[PATCH v2 net] net: virtio_net_hdr_to_skb: count transport header in UFO
 2021-11-16 21:42 UTC 

[PATCH AUTOSEL 5.15 08/65] drm/virtio: fix the missed drm_gem_object_put() in virtio_gpu_user_framebuffer_create()
 2021-11-16 19:16 UTC 

[PATCH AUTOSEL 5.15 08/65] drm/virtio: fix the missed drm_gem_object_put() in virtio_gpu_user_framebuffer_create()
 2021-11-16 19:03 UTC 

[PATCH 0/5] iommu: Some IOVA code reorganisation
 2021-11-16 14:25 UTC  (2+ messages)

[PATCH v2 00/12] x86/sev: KEXEC/KDUMP support for SEV-ES guests
 2021-11-15 18:44 UTC  (5+ messages)
` [PATCH v2 08/12] x86/sev: Park APs on AP Jump Table with GHCB protocol version 2
` [PATCH v2 09/12] x86/sev: Use AP Jump Table blob to stop CPU

[PATCH net] net: virtio_net_hdr_to_skb: count transport header in UFO
 2021-11-15 16:34 UTC 

regression with mainline kernel
 2021-11-15 14:24 UTC  (5+ messages)

[PATCH] vhost-vdpa: clean irqs before reseting vdpa device
 2021-11-15 10:56 UTC  (2+ messages)

question about vdpa_mgmt_dev
 2021-11-15  7:02 UTC  (4+ messages)
  ` 答复: "

[GIT PULL] virtio-mem changes for v5.16
 2021-11-13 21:19 UTC  (3+ messages)

WorldCist'22 - 10th World Conference on IST | Montenegro | Deadline: November 24
 2021-11-13 14:42 UTC 

WorldCist'22 - 10th World Conference on IST | Montenegro | Deadline: November 24
 2021-11-12 13:19 UTC 

[PATCH v4 0/3] virtio support cache indirect desc
 2021-11-12  1:53 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).