all lists on lists.proxmox.com
 help / color / mirror / Atom feed
[yew-devel] [PATCH yew-comp 0/2] make http wasm client get fresh csrf tokens from index document
 2026-02-11 12:04 UTC  (2+ messages)
`  "

[pve-devel] [PATCH pve-cluster 00/15 v1] Rewrite pmxcfs with Rust
 2026-02-11 11:52 UTC  (5+ messages)
` [pve-devel] [PATCH pve-cluster 08/15] pmxcfs-rs: add pmxcfs-services crate
` [pve-devel] [PATCH pve-cluster 14/15] pmxcfs-rs: add Makefile for build automation

[PATCH-SERIES qemu/qemu-server 0/2] generate and ship static list of CPU models with pve-qemu-kvm
 2026-02-11 11:41 UTC  (5+ messages)
` [PATCH qemu 1/2] generate and ship static list of CPU models
` [PATCH qemu-server 2/2] cpu config: use static CPU model list shipped by QEMU package if available

[PATCH manager] ui: ceph: use record sizes in Ceph pool edit dialog
 2026-02-11 11:31 UTC  (5+ messages)
` [PATCH manager v2] "

Confirmation needed: IPCC.xs behavior with empty response data
 2026-02-11 11:22 UTC 

[PATCH qemu-server] qmp: avoid using deprecated block-job-* commands
 2026-02-11 11:16 UTC  (2+ messages)
` applied: "

[PATCH container/manager 0/2] make mount point attribute preservation configurable
 2026-02-11 11:06 UTC  (3+ messages)
` [PATCH container 1/2] "
` [PATCH manager 2/2] ui: lxc/MPEdit: add "keepattrs" flag

[RFC cluster/docs/manager/proxmox{,-perl-rs,-widget-toolkit} 00/15] fix #7238: Add XOAUTH2 authentication support for SMTP notification targets
 2026-02-11 10:06 UTC  (20+ messages)
` [PATCH proxmox 1/5] notify: Introduce xoauth2 module
` [PATCH proxmox 2/5] notify: Add state file handling
` [PATCH proxmox 3/5] notify: Update Endpoint trait and Bus to use State
` [PATCH proxmox 4/5] notify: smtp: add OAuth2/XOAUTH2 authentication support
` [PATCH pve-manager 1/5] notifications: Add OAuth2 parameters to schema and add/update endpoints
` [PATCH pve-manager 2/5] notifications: Add refresh-targets endpoint
` [PATCH pve-manager 4/5] notifications: Handle OAuth2 callback in login handler
` [PATCH pve-docs 1/1] notifications: Add section about OAuth2 to SMTP targets docs

[PATCH qemu-server v3 0/3] improve multiarch build support
 2026-02-11  9:27 UTC  (12+ messages)
` [PATCH qemu-server v3 1/3] tests: improve multiarch build support by introducing local get_host_arch helper
` [PATCH qemu-server v3 2/3] tests: improve multiarch build support by allowing re-init of cpu models
` [PATCH qemu-server v3 3/3] tests: cfg2cmd: add some architecture tests
` superseded: [PATCH qemu-server v3 0/3] improve multiarch build support

[PATCH qemu-server v4 0/4] improve multiarch build support
 2026-02-11  9:04 UTC  (5+ messages)
` [PATCH qemu-server v4 1/4] ovmf: introduce helpers that can be mocked for tests
` [PATCH qemu-server v4 2/4] tests: improve multiarch build support by introducing local get_host_arch helper
` [PATCH qemu-server v4 3/4] tests: improve multiarch build support by allowing re-init of cpu models
` [PATCH qemu-server v4 4/4] tests: cfg2cmd: add some architecture tests

[pve-devel] [RFC pve-storage/proxmox-widget-toolkit/pve-manager master v2 00/10] GUI Support for Custom Storage Plugins
 2026-02-10 20:57 UTC  (3+ messages)

[PATCH datacenter-manager v2 0/4] fix #7179: expose ACME commands inside admin CLI
 2026-02-10 16:36 UTC  (8+ messages)
` [PATCH datacenter-manager v2 1/4] cli: admin: make cli handling async
` [PATCH datacenter-manager v2 3/4] fix #7179: cli: admin: expose acme commands

[PATCH datacenter-manager v3 0/5] fix #7179: expose ACME commands inside admin CLI
 2026-02-10 16:32 UTC  (6+ messages)
` [PATCH datacenter-manager v3 1/5] cli: admin: make cli handling async
` [PATCH datacenter-manager v3 2/5] api: acme: define API type for ACME registration parameters
` [PATCH datacenter-manager v3 3/5] server: api: add contact schema for ACME account update endpoint
` [PATCH datacenter-manager v3 4/5] fix #7179: cli: admin: expose acme commands
` [PATCH datacenter-manager v3 5/5] chore: update proxmox-acme version to 1

[PATCH v6 proxmox-backup 00/18] fix: #3847 pipe from STDIN to proxmox-backup-client
 2026-02-10 15:06 UTC  (19+ messages)
` [PATCH v6 proxmox-backup 01/18] datastore: remove Arc<ChunkStore> from FixedIndexWriter
` [PATCH v6 proxmox-backup 02/18] datastore: remove Arc<ChunkStore> from DynamicIndexWriter
` [PATCH v6 proxmox-backup 03/18] datastore: add TempDir that is automatically deleted on drop
` [PATCH v6 proxmox-backup 04/18] datastore: use temporary directory for chunk store test
` [PATCH v6 proxmox-backup 05/18] datastore: combine public FixedIndexWriter methods into add_chunk
` [PATCH v6 proxmox-backup 06/18] datastore: use fixed size types for FixedIndexWriter
` [PATCH v6 proxmox-backup 07/18] datastore: verify that chunk_size is a power of two
` [PATCH v6 proxmox-backup 08/18] datastore: support writing fidx files of unknown size
` [PATCH v6 proxmox-backup 09/18] datastore: test FixedIndexWriter
` [PATCH v6 proxmox-backup 10/18] api: backup: make fixed index file size optional
` [PATCH v6 proxmox-backup 11/18] api: verify fixed index writer size on close
` [PATCH v6 proxmox-backup 12/18] client: don't poll terminated source in FixedChunkStream
` [PATCH v6 proxmox-backup 13/18] client: don't poll terminated source in ChunkStream
` [PATCH v6 proxmox-backup 14/18] fix #3847: client: support fifo pipe inputs for image backups
` [PATCH v6 proxmox-backup 15/18] client: Fail early if the same pipe is specified for multiple inputs
` [PATCH v6 proxmox-backup 16/18] datastore: compute fidx file size with overflow checks
` [PATCH v6 proxmox-backup 17/18] datastore: support writing fidx files on systems with larger page size
` [PATCH v6 proxmox-backup 18/18] datastore: support incremental fidx uploads with different size

[pbs-devel] [PATCH proxmox{-backup, , -datacenter-manager} v4 00/11] token-shadow: reduce api token verification overhead
 2026-02-10 14:25 UTC  (11+ messages)
` [pbs-devel] [PATCH proxmox-backup v4 2/4] pbs-config: cache verified API token secrets
` [pbs-devel] [PATCH proxmox-backup v4 4/4] pbs-config: add TTL window to token secret cache
` [pbs-devel] [PATCH proxmox v4 2/4] proxmox-access-control: cache verified API token secrets

[PATCH qemu-server] fix #7119: qm cleanup: wait for process exiting for up to 30 seconds
 2026-02-10 11:18 UTC  (3+ messages)
` superseded: "

[PATCH qemu-server v2] fix #7119: qm cleanup: wait for process exiting for up to 30 seconds
 2026-02-10 11:15 UTC 

[pve-devel] [PATCH ifupdown2 1/2] d/patches: add patch for supporting dhcpcd as alternative dhcp client
 2026-02-10 10:51 UTC  (2+ messages)

[PATCH proxmox-widget-toolkit v2] fix #4911: ui: network edit: allow empty bond-primary
 2026-02-10 10:13 UTC 

[pve-devel] [PATCH container 1/1] Signed-off-by: Maurice Klein <klein@aetherus.de>
 2026-02-10  9:56 UTC  (8+ messages)

[pbs-devel] [PATCH proxmox] lang: Remove offsetof macro
 2026-02-10  9:26 UTC  (2+ messages)
` applied: "

[pbs-devel] [PATCH proxmox-backup] api: backup: use configured verify thread counts for 'verify-new'
 2026-02-10  9:16 UTC  (3+ messages)

[pbs-devel] [PATCH proxmox{, -backup} v6 0/5] fix #6939: acme: support servers returning 204 for nonce requests
 2026-02-10  9:00 UTC  (2+ messages)
` applied: "

[RFC proxmox v2] schema: add CommaSeparatedList<T> wrapper type for comma-separated values
 2026-02-10  8:25 UTC  (2+ messages)

[PATCH proxmox-i18n] update Simplified Chinese translactions
 2026-02-09 17:46 UTC  (3+ messages)
` [PATCH proxmox-i18n] update Simplified Chinese translations
  ` applied: "

[PATCH container] networkedit: fix #4911: changed primaryfield to proxmoxtextfield to allow empty bond-primary
 2026-02-09 16:18 UTC  (2+ messages)

[PATCH qemu-server] machine: fix not trying to set S3/S4 ACPI power state for virt machine
 2026-02-09 13:34 UTC  (2+ messages)
` applied: "

[PATCH v5 proxmox-backup 00/16] fix: #3847 pipe from STDIN to proxmox-backup-client
 2026-02-09 12:12 UTC  (7+ messages)
` [PATCH v5 proxmox-backup 07/16] api: backup: make fixed index file size optional

[PATCH ha-manager] sim: hardware: fix typo
 2026-02-09 10:57 UTC  (2+ messages)
` applied: "

[PATCH storage] fix #7295: lvm plugin: rollback: keep original volume when allocation fails and saferemove is used
 2026-02-09 10:40 UTC 

[pdm-devel] [PATCH datacenter-manager/yew-comp 0/4] fix adding users manually for openid/ldap/ad realms
 2026-02-09  9:44 UTC  (2+ messages)
` Superseded: "

[PATCH datacenter-manager v2 0/2] fix adding users manually for openid/ldap/ad realms
 2026-02-09  9:43 UTC  (3+ messages)
` [PATCH datacenter-manager v2 1/2] fix #7182: server: auth: add dummy openid authenticator
` [PATCH datacenter-manager v2 2/2] ui: set product realm so that the add user dialogs are rendered properly

[PATCH v1 00/17] partially fix #6563: add s3 request and traffic counter statistics
 2026-02-09  9:39 UTC  (19+ messages)
` [PATCH v1 1/6] shared-memory: drop check for mmap file being located on tmpfs
` [PATCH v1 2/6] s3-client: add persistent shared request counters for client
` [PATCH v1 3/6] s3-client: add counters for upload/download traffic
` [PATCH v1 4/6] s3-client: account for upload traffic on successful request sending
` [PATCH v1 5/6] s3-client: account for downloaded bytes in incoming response body
` [PATCH v1 6/6] pbs-api-types: define api type for s3 request statistics
` [PATCH v1 01/11] datastore: collect request statistics for s3 backed datastores
` [PATCH v1 02/11] datastore: expose request counters "
` [PATCH v1 03/11] api: s3: add endpoint to reset s3 request counters
` [PATCH v1 04/11] bin: s3: expose request counter reset method as cli command
` [PATCH v1 05/11] datastore: add helper method to get datastore backend type
` [PATCH v1 06/11] ui: improve variable name indirectly fixing typo
` [PATCH v1 07/11] ui: datastore summary: move store to be part of summary panel
` [PATCH v1 08/11] ui: expose s3 request counter statistics in the datastore summary
` [PATCH v1 09/11] metrics: collect s3 datastore statistics as rrd metrics
` [PATCH v1 10/11] api: admin: expose s3 statistics in datastore rrd data
` [PATCH v1 11/11] partially fix #6563: ui: expose s3 rrd charts in datastore summary

[RFC proxmox] schema: extend SchemaPropertyEntry to include property description
 2026-02-09  8:53 UTC  (2+ messages)

[pmg-devel] [PATCH pmg-api 0/1] user config: password: allows (gost-)yescrypt, hashes
 2026-02-08 13:26 UTC  (4+ messages)

[PATCH datacenter-manager 0/2] fix: cli: bash completions not working for CLI tools
 2026-02-06 16:35 UTC  (3+ messages)
` [PATCH datacenter-manager 1/2] fix: cli: replace completion file suffix from `.bc` to `.bash`
` [PATCH datacenter-manager 2/2] fix: cli: remove completion files for service bins

[PATCH proxmox, pve-{common,network,storage} v2 0/5] fix #7077: Improve error messages for ID verification
 2026-02-06 16:12 UTC  (6+ messages)
` [PATCH pve-common v2 1/1] fix #7077: Change JSON Schema attribute validation order
` [PATCH pve-network v2 1/2] fix #7077: Enforce ID format in JSON schema definitions
` [PATCH pve-network v2 2/2] sdn: Remove unneeded registered formats
` [PATCH pve-storage v2 1/1] fix #7077: lvm: Improve ID verification error messages
` [PATCH proxmox v2 1/1] fix #7077: Improve SDN ID validation "

[PATCH docs 1/2] pvecm: node revomal: rephrase warning about number of nodes
 2026-02-06 15:23 UTC  (2+ messages)
` [PATCH docs 2/2] pvecm: node removal: indent notes on prerequisites

[PATCH pve-docs v2 1/3] pvecm: restructure "remove a cluster node" section
 2026-02-06 15:08 UTC  (5+ messages)
` applied: "

[PATCH-SERIES container v2 0/4] add missing no-op methods for unmanaged CTs
 2026-02-06 15:04 UTC  (11+ messages)
` [PATCH container v2 1/4] setup: plugin: add missing check_systemd_nesting stub
` [PATCH container v2 2/4] fix #7270: setup: add no-op check_systemd_nesting for unmanaged CTs
` [PATCH container v2 3/4] setup: add no-op detect_architecture "
  ` applied: "
` [PATCH container v2 4/4] setup: make the architecture fall back to amd64 for falsy values
  ` applied: "
` partially-applied: [PATCH-SERIES container v2 0/4] add missing no-op methods for unmanaged CTs

[PATCH container] fix #7271: exclude non-volume mountpoints from attribute preservation
 2026-02-06 14:30 UTC  (2+ messages)
` applied: "

[pdm-devel] [PATCH datacenter-manager/proxmox-yew-comp v3 0/6] manual refresh button for remote task cache
 2026-02-06 13:46 UTC  (2+ messages)
` superseded: "

[PATCH datacenter-manager/proxmox-yew-comp v4 0/8] manual refresh button for remote task cache
 2026-02-06 13:44 UTC  (9+ messages)
` [PATCH proxmox-yew-comp v4 1/2] task list: add support for starting refresh tasks
` [PATCH proxmox-yew-comp v4 2/2] loadable component: don't trigger reload when starting a task
` [PATCH datacenter-manager v4 1/6] remote tasks: move implementation to server crate
` [PATCH datacenter-manager v4 2/6] remote tasks: implement `refresh_task_cache` for manual task fetching
` [PATCH datacenter-manager v4 3/6] api: add /remotes/tasks/refresh
` [PATCH datacenter-manager v4 4/6] ui: remote task view: set refresh_task_url property for task viewer
` [PATCH datacenter-manager v4 5/6] clippy: remote tasks: implement Default for TaskState
` [PATCH datacenter-manager v4 6/6] clippy: remote tasks: remove unneeded enclosing Ok(...) and ?

[pve-devel] [PATCH proxmox-{ve, perl}-rs/common 0/4] use native libnvidia-ml library for vGPU info
 2026-02-06 13:38 UTC  (3+ messages)
` [pve-devel] [PATCH proxmox-ve-rs 2/4] vfio: add rust-native interface for accessing NVIDIA "

[pdm-devel] [PATCH datacenter-manager/proxmox-yew-comp v3 0/5] move task description table to yew-comp
 2026-02-06 12:40 UTC  (2+ messages)

[PATCH-SERIES container 0/3] add missing no-op methods for unmanaged CTs
 2026-02-06 12:31 UTC  (5+ messages)
` [PATCH container 3/3] setup: make the architecture fall back to amd64 for empty strings

[pve-devel] [PATCH 0/5] fix #7077: Improve ID validation error messages
 2026-02-06 12:07 UTC  (6+ messages)
` [pve-devel] [PATCH pve-network 1/2] fix #7077: Improve error messages for ID length mismatch

[PATCH-SERIES storage 0/2] fix #7280: lvm plugin: rename: activate qcow2 volume to read snapshot info
 2026-02-06 11:38 UTC  (3+ messages)
` [PATCH storage 1/2] "
` [PATCH storage 2/2] lvm plugin: rename: improve error message

[pve-devel] [PATCH pve-cluster v2 0/3] fix #6701: Update PVE cert generation
 2026-02-06 11:35 UTC  (2+ messages)

[PATCH datacenter-manager v2] fix #7120: remote updates: drop vanished nodes/remotes from cache file
 2026-02-06 10:19 UTC 

[PATCH-SERIES qemu-server v2 0/8] cpu config: support aarch64 CPU models
 2026-02-06  9:56 UTC  (5+ messages)
` [PATCH qemu-server v2 4/8] cpu config: introduce module-wide $host_arch variable

[pdm-devel] [PATCH datacenter-manager 0/7] fix #7192: properly enumerate PBS realms in 'Add Remote' wizard
 2026-02-06  9:53 UTC  (2+ messages)

[PATCH datacenter-manager 0/5] improvements for ParallelFetcher
 2026-02-06  9:44 UTC  (11+ messages)
` [PATCH datacenter-manager 1/5] parallel fetcher: clean up imports
  ` applied: "
` [PATCH datacenter-manager 2/5] parallel fetcher: make sure to inherit log context
  ` applied: "
` [PATCH datacenter-manager 3/5] parallel fetcher: add builder and make struct members private
  ` applied: "
` [PATCH datacenter-manager 4/5] parallel fetcher: improve result type ergonomics
` superseded: [PATCH datacenter-manager 0/5] improvements for ParallelFetcher

[PATCH datacenter-manager v2 0/2] improvements for ParallelFetcher
 2026-02-06  9:43 UTC  (3+ messages)
` [PATCH datacenter-manager v2 1/2] parallel fetcher: improve result type ergonomics
` [PATCH datacenter-manager v2 2/2] parallel fetcher: add module documentation

[PATCH manager v2 00/17] enable qemu vm architecture selection
 2026-02-06  8:02 UTC  (6+ messages)
` [PATCH manager v2 01/17] api/pvestatd: broadcast and expose non-x86 host architecture

[pdm-devel] [PATCH datacenter-manager 0/2] validate remote hostname
 2026-02-06  7:53 UTC  (2+ messages)
` applied: "

[PATCH manager v3] api/pvestatd: broadcast and expose non-x86 host architecture
 2026-02-06  7:52 UTC 

[PATCH proxmox-i18n v1] add pgettext() and npgettext() support for context-aware translations
 2026-02-06  5:47 UTC  (4+ messages)
` [PATCH proxmox-i18n v2] "

[PATCH-SERIES docs/storage 0/3] close #7204: document and check that thin pools have zeroing enabled
 2026-02-05 16:38 UTC  (4+ messages)
` [PATCH docs 1/3] close #7204: storage: lvm thin: document that thin pools must "
` [RFC storage 2/3] lvm plugin: list volumes: also query 'zero' property
` [RFC storage 3/3] close #7204: lvm thin plugin: die if thin pool does not have zeroing configured

[pve-devel] [PATCH proxmox-widget-toolkit] ui: mac-prefix-validation
 2026-02-05 15:56 UTC  (3+ messages)

[PATCH pmg-docs] gen-pmg.conf.5: check key to section mapping only in docs build
 2026-02-05 15:20 UTC 

page:  |  | latest

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.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal