[PATCH proxmox{,-backup} v5 00/12] fix #4182: concurrent group pull/push support for sync jobs
2026-03-09 16:20 UTC (6+ messages)
` [PATCH proxmox v5 1/1] pbs api types: add `worker-threads` to sync job config
` [PATCH proxmox-backup v5 01/11] client: backup writer: fix upload stats size and rate for push sync
` [PATCH proxmox-backup v5 03/11] sync: pull: revert avoiding reinstantiation for encountered chunks map
` [PATCH proxmox-backup v5 07/11] server: pull: prefix log messages and add error context
` [PATCH proxmox-backup v5 10/11] server: push: prefix log messages and add additional logging
[PATCH manager/network/proxmox{-ve-rs,-perl-rs} v4 00/19] Generate frr config using jinja templates and rust types
2026-03-09 15:48 UTC (23+ messages)
` [PATCH proxmox-ve-rs v4 1/8] ve-config: firewall: cargo fmt
` [PATCH proxmox-ve-rs v4 2/8] frr: add proxmox-frr-templates package that contains templates
` [PATCH proxmox-ve-rs v4 3/8] ve-config: remove FrrConfigBuilder struct
` [PATCH proxmox-ve-rs v4 4/8] sdn-types: support variable-length NET identifier
` [PATCH proxmox-ve-rs v4 5/8] frr: add template serializer and serialize fabrics using templates
` [PATCH proxmox-ve-rs v4 6/8] frr: add isis configuration and templates
` [PATCH proxmox-ve-rs v4 7/8] frr: support custom frr configuration lines
` [PATCH proxmox-ve-rs v4 8/8] frr: add bgp support with templates and serialization
` [PATCH proxmox-perl-rs v4 1/1] sdn: add function to generate the frr config for all daemons
` [PATCH pve-network v4 1/9] tests: use Test::Differences to make test assertions
` [PATCH pve-network v4 2/9] test: add tests for frr.conf.local merging
` [PATCH pve-network v4 3/9] test: bgp: add some various integration tests
` [PATCH pve-network v4 4/9] sdn: write structured frr config that can be rendered using templates
` [PATCH pve-network v4 5/9] sdn: remove duplicate comment line '!' in frr config
` [PATCH pve-network v4 6/9] tests: rearrange some statements in the "
` [PATCH pve-network v4 7/9] sdn: adjust frr.conf.local merging to rust template types
` [PATCH pve-network v4 8/9] test: adjust frr_local_merge test for new template generation
` [PATCH pve-network v4 9/9] api: add dry-run endpoint for sdn apply to preview changes
` [PATCH pve-manager v4 1/1] sdn: add dry-run diff view for sdn apply
[PATCH api-types/manager/datacenter-manager 0/4] fix #7315: datacenter-manager: fix wrong calculation of total storage
2026-03-09 15:48 UTC (3+ messages)
` SPAM: [PATCH proxmox 2/4] fix #7315: run make refresh
[pve-devel] [RFC common/cluster v2 0/2] cluster files: support registering UTF-8 configuration file
2026-03-09 15:44 UTC (2+ messages)
` superseded: "
[RFC common/cluster v3 0/5] cluster files: support registering UTF-8 configuration file
2026-03-09 15:42 UTC (6+ messages)
` [PATCH common v3 1/5] file: set contents: use strict UTF-8 encoding with $force_utf8
` [PATCH common v3 2/5] section config: prepare for supporting UTF-8 encoded configurations
` [PATCH cluster v3 3/5] cfs register file: avoid implicit return
` [PATCH cluster v3 4/5] d/control: add versioned breaks for libpve-access-control
` [PATCH cluster v3 5/5] cluster files: support registering UTF-8 configuration file
[PATCH proxmox] oci: ignore tests that require to be run as UID 0
2026-03-09 15:39 UTC
[PATCH yew-comp 00/15] clippy clean up proxmox-yew-comp
2026-03-09 15:30 UTC (20+ messages)
` [PATCH yew-comp 01/15] tree wide: fix clippy lint "useless_conversion"
` [PATCH yew-comp 02/15] tree wide: fix clippy lint "new_without_default"
` [PATCH yew-comp 03/15] tree wide: fix clippy lint "redundant_static_lifetimes"
` [PATCH yew-comp 04/15] tree wide: fix clippy lint "unnecessary_lazy_evaluations"
` [PATCH yew-comp 05/15] tree wide: fix clippy lint "unwrap_or_default"
` [PATCH yew-comp 06/15] tree wide: fix clippy lint "clone_on_copy"
` [PATCH yew-comp 07/15] tree wide: fix clippy lint "collapsible_else_if"
` [PATCH yew-comp 08/15] tree wide: fix various minor clippy lints
` [PATCH yew-comp 09/15] tree wide: fix clippy lint "manual_strip"
` [PATCH yew-comp 10/15] lxc_property/qemu_property: fix clippy lint "match_like_matches_macro"
` [PATCH yew-comp 11/15] firewall_property: fix clippy lint "redundant_guards"
` [PATCH yew-comp 12/15] qemu_property: fix clippy lint "redundant_pattern_matching"
` [PATCH yew-comp 13/15] qemu_hardware_pane/lxc_resources_panel: allow clippy::enum_variant_names
` [PATCH yew-comp 14/15] tree wide: fix clippy lint "large_enum_variant"
` [PATCH yew-comp 15/15] tree wide: allow clippy "too_many_arguments" warning selectively
` Superseded: Re: [PATCH yew-comp 00/15] clippy clean up proxmox-yew-comp
[PATCH yew-comp v2 00/13] clippy clean up for proxmox-yew-comp
2026-03-09 15:29 UTC (14+ messages)
` [PATCH yew-comp v2 01/13] tree wide: fix clippy lint "useless_conversion"
` [PATCH yew-comp v2 02/13] tree wide: fix clippy lint "new_without_default"
` [PATCH yew-comp v2 03/13] tree wide: fix clippy lint "redundant_static_lifetimes"
` [PATCH yew-comp v2 04/13] tree wide: fix clippy lint "unnecessary_lazy_evaluations"
` [PATCH yew-comp v2 05/13] tree wide: fix clippy lint "unwrap_or_default"
` [PATCH yew-comp v2 06/13] tree wide: fix clippy lint "clone_on_copy"
` [PATCH yew-comp v2 07/13] tree wide: fix clippy lint "collapsible_else_if"
` [PATCH yew-comp v2 08/13] tree wide: fix various minor clippy lints
` [PATCH yew-comp v2 09/13] tree wide: fix clippy lint "manual_strip"
` [PATCH yew-comp v2 10/13] lxc_property/qemu_property: fix clippy lint "match_like_matches_macro"
` [PATCH yew-comp v2 11/13] firewall_property: fix clippy lint "redundant_guards"
` [PATCH yew-comp v2 12/13] qemu_property: fix clippy lint "redundant_pattern_matching"
` [PATCH yew-comp v2 13/13] cargo.toml: globally ignore certain clippy lints
applied: [PATCH access-control] token config: have module return a true value
2026-03-09 15:19 UTC
[PATCH proxmox v3] sendmail: conform more to mime Content-Disposition header and wrap lines
2026-03-09 15:12 UTC (3+ messages)
` applied: "
[PATCH datacenter-manager] ui: pbs: add tasks to node tab panel
2026-03-09 14:37 UTC
[PATCH-SERIES qemu-server/storage/common v2 0/4] fix UTF-8 handling for PBS_PASSWORD
2026-03-09 13:45 UTC (6+ messages)
` [PATCH qemu-server v2 1/4] qmp client: encode JSON as UTF-8 to fix PBS backup when password contains multi-byte UTF-8
` [PATCH qemu-server v2 2/4] pbs: properly encode PBS password as UTF-8 when setting the environment variable
` [PATCH storage v2 3/4] pbs plugin: raw client command: "
` [PATCH common v2 4/4] pbs client: allow using password that would be auto-encoded as neither ASCII nor UTF-8
[RFC PATCH-SERIES many 00/36] dynamic scheduler + load rebalancer
2026-03-09 13:38 UTC (5+ messages)
` [RFC proxmox 2/5] resource-scheduling: introduce generic cluster usage implementation
` [RFC proxmox 4/5] resource-scheduling: implement rebalancing migration selection
[RFC PATCH-SERIES qemu-server 0/1] fix #7053: allow setting additional HA migration parameters
2026-03-09 13:13 UTC (5+ messages)
` [RFC qemu-server 1/1] fix #7053: api: migrate: save and restore migration params for HA managed VMs
[pve-devel] [PATCH-SERIES qemu-server/storage/common 0/4] fix UTF-8 handling for PBS_PASSWORD
2026-03-09 13:12 UTC (2+ messages)
` superseded: "
[PATCH-SERIES qemu-server/manager/docs v4 0/6] improve Microsoft+Windows UEFI CA 2023 enrollment
2026-03-09 11:13 UTC (2+ messages)
` applied: "
[pdm-devel] [PATCH datacenter-manager/proxmox-yew-comp v3 0/5] move task description table to yew-comp
2026-03-09 10:01 UTC (8+ messages)
` [pdm-devel] [PATCH datacenter-manager v3 1/2] ui: register task descriptions for some native PDM tasks
` applied: "
` [pdm-devel] [PATCH datacenter-manager v3 2/2] ui: use task descriptions from yew-comp for PBS and PVE
` applied: "
[PATCH datacenter-manager/proxmox v4 0/7] fix #6914: add option to remove already existing token
2026-03-09 9:44 UTC (3+ messages)
` applied: "
[PATCH proxmox-fuse-rs v1] Add statfs support to proxmox-fuse
2026-03-09 9:40 UTC (2+ messages)
[PATCH yew-widget-toolkit-assets] input: align check boxes better in forms
2026-03-09 9:31 UTC (2+ messages)
` applied: "
[PATCH network] fix #6255: SNAT: fix incorrect IP collection for sdn config
2026-03-09 9:13 UTC
[PATCH datacenter-manager/proxmox-yew-comp v6 0/7] manual refresh button for remote task cache
2026-03-09 8:36 UTC (8+ messages)
` [PATCH proxmox-yew-comp v6 1/2] task list: add support for starting refresh tasks
` [PATCH proxmox-yew-comp v6 2/2] loadable component: don't trigger reload when starting a task
` [PATCH datacenter-manager v6 1/5] remote tasks: move implementation to server crate
` [PATCH datacenter-manager v6 2/5] remote tasks: implement `refresh_task_cache` for manual task fetching
` [PATCH datacenter-manager v6 3/5] api: add /remotes/tasks/refresh
` [PATCH datacenter-manager v6 4/5] ui: remote task view: set refresh_task_url property for task viewer
` [PATCH datacenter-manager v6 5/5] clippy: remote tasks: implement Default for TaskState
[PATCH datacenter-manager v2] fix #7120: remote updates: drop vanished nodes/remotes from cache file
2026-03-08 18:23 UTC (2+ messages)
` applied: "
[PATCH datacenter-manager v2 0/7] fix #7192: properly enumerate PBS realms in 'Add Remote' wizard
2026-03-08 18:23 UTC (2+ messages)
` applied: "
[PATCH datacenter-manager] cli: fix zsh shell completion definitions
2026-03-08 18:23 UTC (2+ messages)
` applied: "
[PATCH datacenter-manager v2] ui: adjust testing description
2026-03-08 18:23 UTC (3+ messages)
` applied: "
[PATCH pve-manager] ui: allow decompressing ISO compressed with xz
2026-03-08 17:58 UTC
[PATCH pve-storage v2 0/1] storage: add xz support
2026-03-08 17:55 UTC (2+ messages)
` [PATCH pve-storage v2 1/1] "
[PATCH pve-storage 0/1] storage: add xz support
2026-03-08 17:48 UTC (6+ messages)
` [PATCH pve-storage 1/1] "
[PATCH access-control/common 0/2] address probblem with SIGCHLD handler being temporarily overwritten
2026-03-06 17:16 UTC (2+ messages)
[PATCH proxmox{_dart_api_client,_login_manager} 0/2] cleanup: replace deprecated property and fix dart analyze issues
2026-03-06 14:35 UTC (3+ messages)
` [PATCH proxmox_dart_api_client 1/1] fix: cleanup: dart analysis issues found by dart linter
` [PATCH proxmox_login_manager 1/1] cleanup: replace use of deprecated props and fix dart analyze issues
[PATCH manager/network/proxmox{-ve-rs,-perl-rs} v3 00/19] Generate frr config using jinja templates and rust types
2026-03-06 12:58 UTC (29+ messages)
` [PATCH proxmox-ve-rs v3 1/8] ve-config: firewall: cargo fmt
` [PATCH proxmox-ve-rs v3 2/8] frr: add proxmox-frr-templates package that contains templates
` [PATCH proxmox-ve-rs v3 3/8] ve-config: remove FrrConfigBuilder struct
` [PATCH proxmox-ve-rs v3 4/8] sdn-types: support variable-length NET identifier
` [PATCH proxmox-ve-rs v3 5/8] frr: add template serializer and serialize fabrics using templates
` [PATCH proxmox-ve-rs v3 6/8] frr: add isis configuration and templates
` [PATCH proxmox-ve-rs v3 7/8] frr: support custom frr configuration lines
` [PATCH proxmox-ve-rs v3 8/8] frr: add bgp support with templates and serialization
` [PATCH proxmox-perl-rs v3 1/1] sdn: add function to generate the frr config for all daemons
` [PATCH pve-network v3 1/9] tests: use Test::Differences to make test assertions
` [PATCH pve-network v3 2/9] test: add test for frr.conf.local merging
` [PATCH pve-network v3 3/9] test: bgp: add some various integration tests
` [PATCH pve-network v3 4/9] sdn: write structured frr config that can be rendered using templates
` [PATCH pve-network v3 5/9] sdn: remove duplicate comment line '!' in frr config
` [PATCH pve-network v3 6/9] tests: rearrange some statements in the "
` [PATCH pve-network v3 7/9] sdn: adjust frr.conf.local merging to rust template types
` [PATCH pve-network v3 8/9] test: adjust frr_local_merge test for new template generation
` [PATCH pve-network v3 9/9] api: add dry-run endpoint for sdn apply to preview changes
` [PATCH pve-manager v3 1/1] sdn: add dry-run diff view for sdn apply
[PATCH v6 proxmox-backup 00/18] fix: #3847 pipe from STDIN to proxmox-backup-client
2026-03-06 12:26 UTC (2+ messages)
` applied-series: "
[PATCH zfsonlinux] update submodule to 2.4.1 and refresh patches
2026-03-06 11:21 UTC
[PATCH common/container/manager 0/8] implement per-mountpoint uid/gid mapping
2026-03-06 9:32 UTC (4+ messages)
` [PATCH container 5/8] namespaces: refactor run_in_userns
` partially-applied: [PATCH common/container/manager 0/8] implement per-mountpoint uid/gid mapping
[PATCH v1 proxmox-backup 00/11] fix various warnings
2026-03-06 8:25 UTC (7+ messages)
` [PATCH v1 proxmox-backup 11/11] tape: media catalog: use Flock wrapper instead of deprecated function
` partially-applied: [PATCH v1 proxmox-backup 00/11] fix various warnings
[RFC proxmox] resource-scheduling: add module-level docs
2026-03-06 8:22 UTC
[RFC proxmox 0/3] evaluate static scheduler variants
2026-03-06 8:20 UTC (4+ messages)
` [RFC proxmox 1/3] resource-scheduling: add lab feature
` [RFC proxmox 2/3] resource-scheduling: add {topsis,pve_static}-variants with basic proptests
` [RFC proxmox 3/3] resource-scheduling: evaluate static scheduler variants
[PATCH yew-widget-toolkit/yew-widget-toolkit-assets 0/4] yew ui tweaks
2026-03-05 12:54 UTC (6+ messages)
` [PATCH yew-widget-toolkit-assets 1/3] dialog: allow resize handle to fill the padding space in dialogs
` [PATCH yew-widget-toolkit-assets 2/3] tree-wide: replace the disabled opacity with a variable and decrease it
` [PATCH yew-widget-toolkit-assets 3/3] docs: run `make refresh`
` [PATCH yew-widget-toolkit 1/1] gridpicker/combobox: allow autoselecting the filter field
` applied: [PATCH yew-widget-toolkit/yew-widget-toolkit-assets 0/4] yew ui tweaks
[PATCH proxmox-backup] client: cleanup backup stream upload counters
2026-03-05 12:31 UTC
[PATCH pve-storage 0/1] storage: add xz support
2026-03-05 11:59 UTC (2+ messages)
` [PATCH pve-storage 1/1] "
[PATCH kernel-helper v2] fix #7223: proxmox-boot: add memtest86 as entry to all boot-loaders
2026-03-05 11:07 UTC (2+ messages)
[PATCH datacenter-manager] ui: adjust testing description
2026-03-05 10:20 UTC (3+ messages)
[PATCH manager/network/proxmox{-ve-rs,-perl-rs} v2 00/19] Generate frr config using jinja templates and rust types
2026-03-05 10:05 UTC (2+ messages)
[PATCH proxmox-backup v2] datastore: don't skip empty namespaces on s3 refresh
2026-03-05 9:53 UTC (4+ messages)
` applied: "
[PATCH proxmox-backup] chunk store: s3: mute warning on overwrite empty chunk in local cache
2026-03-05 9:22 UTC (3+ messages)
` applied: "
[PATCH proxmox-backup] datastore: don't skip empty namespaces on s3 refresh
2026-03-05 9:21 UTC (4+ messages)
` superseded: "
[PATCH common/debcargo-conf/manager/proxmox-perl-rs/qemu-server 00/13] use NVML for vGPU info querying
2026-03-05 9:16 UTC (14+ messages)
` [PATCH debcargo-conf 1/8] nvml-wrapper-sys: Update to 0.9.0
` [PATCH debcargo-conf 2/8] nvml-wrapper-sys: release 0.9.0-1
` [PATCH debcargo-conf 3/8] nvml-wrapper: Update to 0.11.0
` [PATCH debcargo-conf 4/8] nvml-wrapper: release 0.11.0-1
` [PATCH debcargo-conf 5/8] nvml-wrapper: Update to 0.12.0
` [PATCH debcargo-conf 6/8] nvml-wrapper: add patch for vgpu ids
` [PATCH debcargo-conf 7/8] backport nvml-wrapper-sys 0.9.0-1
` [PATCH debcargo-conf 8/8] backport nvml-wrapper 0.12.0-1
` [PATCH proxmox-perl-rs 1/1] pve: add binding for accessing vgpu info
` [PATCH qemu-server 1/2] pci: move mdev related code to own module
` [PATCH qemu-server 2/2] pci: mdev: use PVE::RS::NVML for nvidia mdev information
` [PATCH manager 1/1] api: hardware: pci: use NVML for querying "
` [PATCH common 1/1] sysfs tools: remove moved code
page: next (older) | prev (newer) | 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.