messages from 2026-09-02 15:00:55 to 2026-09-03 18:51:12 UTC [more...]
[PATCH datacenter-manager/proxmox v5 00/21] inject application context via API macro for easier integration testing
2026-09-03 18:51 UTC (27+ messages)
` [PATCH proxmox v5 01/21] router: introduce shared state
` [PATCH proxmox v5 02/21] rest-server: allow to inject "
` [PATCH proxmox v5 03/21] api-macro: support #[state] attribute for state injection
` [PATCH proxmox v5 04/21] product-config: add ProductConfig type
` [PATCH datacenter-manager v5 05/21] context: promote context to a dir-style module
` [PATCH datacenter-manager v5 06/21] pdm-config: remotes: rename trait methods to read/write/lock
` [PATCH datacenter-manager v5 07/21] pdm-config: subscriptions: "
` [PATCH datacenter-manager v5 08/21] remote iterator: pass remote config reader explicitly
` [PATCH datacenter-manager v5 09/21] context: introduce a ContextFactory to build application context
` [PATCH datacenter-manager v5 10/21] context: establish PdmApplication object
` [PATCH datacenter-manager v5 11/21] context: register PdmApplication in router
` [PATCH datacenter-manager v5 12/21] connection: use client factory from PdmApplication handle
` [PATCH datacenter-manager v5 13/21] parallel fetcher: pass arguments to closure in a single type
` [PATCH datacenter-manager v5 14/21] server: migrate existing ParallelFetcher users to use PdmApplication
` [PATCH datacenter-manager v5 15/21] tests: add helpers for building API-handler-level integration tests
` [PATCH datacenter-manager v5 16/21] tests: add example tests for SDN API routes
` [PATCH datacenter-manager v5 17/21] api-cache: add wrapper type
` [PATCH datacenter-manager v5 18/21] context: provide api-cache on the app object
` [PATCH datacenter-manager v5 19/21] api: subscriptions: use PdmApplication instead of globals
` [PATCH datacenter-manager v5 20/21] pdm-config: subscriptions: drop unused accessor functions
` [PATCH datacenter-manager v5 21/21] tests: add example tests for remote subscription management
[PATCH qemu-server/pve-manager/docs v4 0/1] add virtio-vga-gl OpenGL 4.6 & Vulkan (venus) support
2026-09-03 18:23 UTC (5+ messages)
` [PATCH qemu-server v4 1/3] fix #6277: virtio-vga-gl: add OpenGL 4.6 and Vulkan (Venus) support
[PATCH proxmox-backup v2 0/3] fix #6990: server: drop verify state on push & pull job
2026-09-03 13:59 UTC (7+ messages)
` [PATCH proxmox-backup v2 1/3] server: pull: run blocking file operations on the blocking pool
` [PATCH proxmox-backup v2 3/3] fix #6990: server: drop verify state on non-decrypt pull job
[PATCH proxmox{-backup,} v3 0/3] partially fix #6933: add option to specify zfs recordsize
2026-09-03 13:35 UTC (2+ messages)
` superseded: "
[PATCH proxmox{-backup,} v4 0/3] partially fix #6933: add option to specify zfs recordsize
2026-09-03 13:31 UTC (4+ messages)
` [PATCH proxmox-backup v4 1/3] partially fix #6933: ui: storage: "
` [PATCH proxmox-backup v4 2/3] partially fix #6933: bin: add option to specify ZFS recordsize
` [PATCH proxmox v4 3/3] pbs-api-types: zfs: define schema for recordsize
[PATCH qemu-server] fix #7981: cpu flags: Hyper-V enlightenments on x86_64 only
2026-09-03 13:32 UTC (2+ messages)
` applied: "
qemu-img convert runs with cache=unsafe for every block storage except zfspool
2026-09-03 13:15 UTC (2+ messages)
` SPAM: "
[PATCH network] sdn: remove faucet controller and zone
2026-09-03 12:56 UTC
[RFC] VMware/NSX to Proxmox migration: policy transformation and staged network handoff
2026-09-03 12:31 UTC (4+ messages)
[PATCH proxmox-backup 0/2] fix #7606: verify: s3: handle transient fetch errors and add retry
2026-09-03 12:15 UTC (3+ messages)
` [PATCH proxmox-backup 1/2] fix #7606: verify: s3: handle transient chunk load errors
` [PATCH proxmox-backup 2/2] verify: s3: retry on transient response body collection errors
SPAM: [PATCH datacenter-manager] api: local/remote tasks: simplify errors/statusfilter logic
2026-09-03 12:15 UTC (2+ messages)
` obsolete: "
[PATCH manager v2] fix #6735: api: pci: allow mdevscan access via mapping permissions
2026-09-03 12:15 UTC (2+ messages)
` superseded: "
[PATCH manager v3] fix #6735: api: pci: allow mdevscan access via mapping permissions
2026-09-03 12:11 UTC
[PATCH datacenter-manager/proxmox v4 00/21] inject application context via API macro for easier integration testing
2026-09-03 11:17 UTC (26+ messages)
` [PATCH proxmox v4 01/21] router: introduce shared state
` [PATCH proxmox v4 02/21] rest-server: allow to inject "
` [PATCH proxmox v4 03/21] api-macro: support shared state extraction type
` [PATCH proxmox v4 04/21] product-config: add ProductConfig type
` [PATCH datacenter-manager v4 05/21] context: promote context to a dir-style module
` [PATCH datacenter-manager v4 06/21] pdm-config: remotes: rename trait methods to read/write/lock
` [PATCH datacenter-manager v4 07/21] pdm-config: subscriptions: "
` [PATCH datacenter-manager v4 08/21] remote iterator: pass remote config reader explicitly
` [PATCH datacenter-manager v4 09/21] context: introduce a ContextFactory to build application context
` [PATCH datacenter-manager v4 10/21] context: establish PdmApplication object
` [PATCH datacenter-manager v4 11/21] context: register PdmApplication in router
` [PATCH datacenter-manager v4 12/21] connection: use client factory from PdmApplication handle
` [PATCH datacenter-manager v4 13/21] parallel fetcher: pass arguments to closure in a single type
` [PATCH datacenter-manager v4 14/21] server: migrate existing ParallelFetcher users to use PdmApplication
` [PATCH datacenter-manager v4 15/21] tests: add helpers for building API-handler-level integration tests
` [PATCH datacenter-manager v4 16/21] tests: add example tests for SDN API routes
` [PATCH datacenter-manager v4 17/21] api-cache: add wrapper type
` [PATCH datacenter-manager v4 18/21] context: provide api-cache on the app object
` [PATCH datacenter-manager v4 19/21] api: subscriptions: use PdmApplication instead of globals
` [PATCH datacenter-manager v4 20/21] pdm-config: subscriptions: drop unused accessor functions
` [PATCH datacenter-manager v4 21/21] tests: add example tests for remote subscription management
` superseded: [PATCH datacenter-manager/proxmox v4 00/21] inject application context via API macro for easier integration testing
[RFC qemu/qemu-server/proxmox-backup-qemu 0/9] close #6169: backup: pbs: per-target dirty bitmaps
2026-09-03 11:09 UTC (3+ messages)
[PATCH datacenter-manager/proxmox v3 00/21] inject application context via API macro for easier integration testing
2026-09-03 11:07 UTC (2+ messages)
` superseded: "
[PATCH pve-docs] vcpu-types: Update CPU models
2026-09-03 10:21 UTC
[pve-network v2 0/4] make sure to use subnet config if available at point
2026-09-03 9:37 UTC (8+ messages)
` [pve-network v2 1/4] vnets: introduce get_subnets_with_config
[PATCH docs/guest-common/qemu-server v4 0/7] add new pci passthrough specific hookscript phase
2026-09-03 8:54 UTC (11+ messages)
` [PATCH guest-common v4 1/7] helpers: exec hookscript: add optional parameters
` [PATCH qemu-server v4 4/7] pci: factor 'prepare_pci_devices' out to PVE::QemuServer::PCI module
` [PATCH qemu-server v4 6/7] pci: call hookscript for each prepared pci device
` [PATCH docs v4 7/7] examples: add new hookscript phase to example hookscript
[PATCH qemu-server/docs/manager 0/3] add pvpanic device support
2026-09-03 8:42 UTC (2+ messages)
[PATCH pve-docs] zfs: Add paragraph on adding hot-spares
2026-09-03 8:01 UTC
[PATCH proxmox-backup] fix #8003: sync: pull: log skipped chunk reuse for corrupt manifests
2026-09-03 7:57 UTC (2+ messages)
[RFC manager/network/proxmox{-ebpf,-perl-rs} 00/12] sdn: implement DHCP for all zones using eBPF
2026-09-03 4:26 UTC (2+ messages)
[PATCH proxmox-acme v3 1/1] fix #7749: always serialize in same order
2026-09-02 23:21 UTC (2+ messages)
` applied: "
[PATCH proxmox-backup] fix #7911: api: report: mark endpoint as protected
2026-09-02 23:19 UTC (2+ messages)
` applied: "
[PATCH v1 proxmox-backup] config: invalidate CachedUserInfo after ACL changes
2026-09-02 23:19 UTC (2+ messages)
` applied: "
[PATCH proxmox{,-backup} v2 00/10] Fix Undefined Behavior in Tape Block Header Deallocation
2026-09-02 16:36 UTC (11+ messages)
` [PATCH proxmox v2 01/10] proxmox-alloc: introduce proxmox-alloc with `LayoutAwareBox<T>` type
` [PATCH proxmox v2 02/10] proxmox-alloc: document undefined behavior regarding custom allocs
` [PATCH proxmox-backup v2 03/10] tape: move tape block structs into separate file module
` [PATCH proxmox-backup v2 06/10] tape: tape block: represent tape block header with its own struct
[PATCH proxmox-yew-comp] fix #7932: add missing uptime to the GUI
2026-09-02 15:27 UTC (3+ messages)
` superseded: "
[PATCH manager/proxmox{-yew-comp,} v2 0/6] add missing uptime to the GUI, update API dump, and regenerate pve-api-types
2026-09-02 14:59 UTC (2+ messages)
` [PATCH proxmox v2 4/6] chore: pve-api-types: update API dump and regenerate types
page: | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.