all lists on lists.proxmox.com
 help / color / mirror / Atom feed
[PATCH access-control/common 0/2] address probblem with SIGCHLD handler being temporarily overwritten
 2026-03-06 17:16 UTC  (4+ messages)
` [PATCH pve-common 1/1] RESTEnvironment: periodically reap workers as SIGCHLD fallback
` [PATCH pve-access-control 1/1] pam: fork for PAM authentication to isolate SIGCHLD handler

[PATCH manager/network/proxmox{-ve-rs,-perl-rs} v4 00/19] Generate frr config using jinja templates and rust types
 2026-03-06 17:13 UTC  (21+ 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 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 yew-comp 00/15] clippy clean up proxmox-yew-comp
 2026-03-06 11:21 UTC  (16+ 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

[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  (8+ messages)
` [PATCH container 5/8] namespaces: refactor run_in_userns
` [PATCH container 7/8] implement per-mountpoint uid/gid mapping
` partially-applied: [PATCH common/container/manager 0/8] "

[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 

[PATCH proxmox v3] sendmail: conform more to mime Content-Disposition header and wrap lines
 2026-03-06  8:22 UTC  (2+ messages)

[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 pve-storage 0/1] storage: add xz support
 2026-03-05 16:25 UTC  (4+ messages)
` [PATCH pve-storage 1/1] "

[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 v2] ui: adjust testing description
 2026-03-05 10:37 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  (5+ messages)
` [PATCH pve-network v2 6/9] sdn: adjust frr.conf.local merging to rust template types

[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  (5+ 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

[PATCH proxmox] s3-client: fix double URI encoding of copy_object destination key
 2026-03-05  8:37 UTC  (3+ messages)
` applied: "

[pbs-devel] [PATCH backup] docs: update zfs swap docs to be in line with debian trixie changes
 2026-03-05  8:36 UTC  (2+ messages)
` applied: "

[PATCH proxmox v2 0/3] fix #6858: implement retry logic for transient API errors
 2026-03-05  8:36 UTC  (2+ messages)
` applied-series: "

[PATCH proxmox-backup v6] docgen: use proxmox-rs docgen crate
 2026-03-05  8:27 UTC  (2+ messages)
` applied: "

[RFC proxmox 00/22] New crate for firewall api types
 2026-03-05  7:06 UTC  (10+ messages)
` [RFC proxmox 04/22] firewall-api-types: add logging types
` [RFC proxmox 05/22] firewall-api-types: add FirewallClusterOptions
` [RFC proxmox 10/22] firewall-api-types: add FirewallPortList types

Big VMWare disk import experience/recommendation
 2026-03-04 16:59 UTC  (3+ messages)

[RFC PATCH storage 0/2] nfs: use rpcinfo as a showmounts fallback for nfs3
 2026-03-04 15:45 UTC  (3+ messages)
` [RFC PATCH storage 1/2] nfs: create a helper to run rpcinfo commands
` [RFC PATCH storage 2/2] nfs: use rpcinfo as a showmounts fallback for nfs3

[PATCH datacenter-manager v3 0/2] improvements for ParallelFetcher
 2026-03-04 15:27 UTC  (2+ messages)
` applied: "

[pbs-devel] [PATCH proxmox{, -backup} 0/4] fix #7078: Add quirk for providers not supporting deleteObjects
 2026-03-04 14:00 UTC  (2+ messages)
` superseded: [PATCH proxmox{,-backup} "

[PATCH proxmox{,-backup} v2 0/6] fix #7078: Add quirk for providers not supporting deleteObjects
 2026-03-04 13:59 UTC  (7+ messages)
` [PATCH proxmox v2 1/4] s3-client: parse and return headers for delete object response
` [PATCH proxmox v2 2/4] s3-client: return dedicated error type "
` [PATCH proxmox v2 3/4] s3-client: extend provider quirks by delete objects via delete object
` [PATCH proxmox v2 4/4] s3-client: return list of errors when deleting by prefix
` [PATCH proxmox-backup v2 1/2] datastore: s3: modify delete objects api and log exposed errors
` [PATCH proxmox-backup v2 2/2] fix #7078: ui: exponse DeleteObjects via DeleteObject provider quirk

applied: [PATCH qemu-server] guest fsfreeze: fix applying default value for configuration sub-property
 2026-03-04 13:42 UTC 

[PATCH-SERIES qemu-server/manager/docs v4 0/6] improve Microsoft+Windows UEFI CA 2023 enrollment
 2026-03-04  9:57 UTC  (2+ messages)

[PATCH pve-common] RESTEnvironment: fix possible race in `register_worker`
 2026-03-04  9:57 UTC  (4+ messages)

[PATCH backup v3 0/3] fix #7054: client: remove trailing newlines from credentials
 2026-03-04  8:49 UTC  (7+ messages)
` [PATCH backup v3 1/3] "
` [PATCH backup v3 2/3] docs: client: document further password constrains
` [PATCH backup v3 3/3] client: rename password to blob

[PATCH ha-manager v2] resources: Expand max_restart option
 2026-03-04  8:36 UTC  (5+ messages)
` superseded: "

[PATCH ha-manager v3 0/2] resources: Expand max_restart option
 2026-03-04  8:35 UTC  (3+ messages)
` [PATCH ha-manager v3 1/2] resources: use resource instead of service on descriptions
` [PATCH ha-manager v3 2/2] resources: Expand max_restart option

[PATCH common/qemu-server v5 0/5] improve multiarch build support
 2026-03-03 21:23 UTC  (3+ messages)
` [PATCH common v5 1/1] file: add exists and size helper
  ` applied: "

[PATCH cluster/docs 0/3] create new corosync clusters with lower token coefficient
 2026-03-03 18:06 UTC  (7+ messages)
` [PATCH pve-cluster 1/2] corosync: create config: allow setting "
  ` applied: "
` [PATCH pve-cluster 2/2] api: cluster config: create new clusters with lower "
  ` applied: "
` [PATCH pve-docs 1/1] pvecm: config: document how to change the "
  ` applied: "

[PATCH proxmox{-backup,,-datacenter-manager} v5 00/11] token-shadow: reduce api token verification overhead
 2026-03-03 16:52 UTC  (2+ messages)
` [pbs-devel] superseded: "

[PATCH proxmox{-backup,,-datacenter-manager} v6 00/11] token-shadow: reduce api token verification overhead
 2026-03-03 16:50 UTC  (12+ messages)
` [PATCH proxmox-backup v6 1/4] pbs-config: add token.shadow generation to ConfigVersionCache
` [PATCH proxmox-backup v6 2/4] pbs-config: cache verified API token secrets
` [PATCH proxmox-backup v6 3/4] pbs-config: invalidate token-secret cache on token.shadow changes
` [PATCH proxmox-backup v6 4/4] pbs-config: add TTL window to token secret cache
` [PATCH proxmox v6 1/4] proxmox-access-control: split AccessControlConfig and add token.shadow gen
` [PATCH proxmox v6 2/4] proxmox-access-control: cache verified API token secrets
` [PATCH proxmox v6 3/4] proxmox-access-control: invalidate token-secret cache on token.shadow changes
` [PATCH proxmox v6 4/4] proxmox-access-control: add TTL window to token secret cache
` [PATCH proxmox-datacenter-manager v6 1/3] pdm-config: implement token.shadow generation
` [PATCH proxmox-datacenter-manager v6 2/3] docs: document API token-cache TTL effects
` [PATCH proxmox-datacenter-manager v6 3/3] pdm-config: wire user+acl cache generation

[PATCH proxmox{,-backup} v3 00/22] partially fix #6563: add s3 request and traffic counter statistics
 2026-03-03 15:24 UTC  (2+ messages)
` superseded: "

[PATCH proxmox{,-backup} v4 00/35] partially fix #6563: add s3 request and traffic counter statistics
 2026-03-03 15:23 UTC  (10+ messages)
` [PATCH proxmox-backup v4 02/22] datastore: collect request statistics for s3 backed datastores
` [PATCH proxmox-backup v4 08/22] ui: datastore summary: move store to be part of summary panel
` [PATCH proxmox-backup v4 14/22] datastore: refactor datastore lookup parameters into dedicated type
` [PATCH proxmox-backup v4 15/22] datastore: refactor shared request counter loading into helper
` [PATCH proxmox-backup v4 16/22] api: config: update notification thresholds for config and counters
` [PATCH proxmox-backup v4 19/22] notifications: template data: fix typos in docstrings
` [PATCH proxmox-backup v4 20/22] notification: define templates and template data for thresholds
` [PATCH proxmox-backup v4 21/22] datastore: add thresholds notification callback on datastore lookup
` [PATCH proxmox-backup v4 22/22] api/ui: notifications: add 'thresholds' as notification type value

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