[PATCH proxmox-backup v4 0/7] fixes #6195: add support for moving groups and namespaces
2026-03-12 16:19 UTC (12+ messages)
` [PATCH proxmox-backup v4 1/7] datastore: add namespace-level locking
` [PATCH proxmox-backup v4 2/7] datastore: add move_group
` [PATCH proxmox-backup v4 3/7] datastore: add move_namespace
` [PATCH proxmox-backup v4 4/7] api: add PUT endpoint for move_group
` [PATCH proxmox-backup v4 5/7] api: add PUT endpoint for move_namespace
` [PATCH proxmox-backup v4 6/7] ui: add move group action
` [PATCH proxmox-backup v4 7/7] ui: add move namespace action
[PATCH manager/network/proxmox{-ve-rs,-perl-rs} v6 00/20] Generate frr config using jinja templates and rust types
2026-03-12 15:42 UTC (22+ messages)
` [PATCH proxmox-ve-rs v6 01/20] ve-config: firewall: cargo fmt
` [PATCH proxmox-ve-rs v6 02/20] frr: add proxmox-frr-templates package that contains templates
` [PATCH proxmox-ve-rs v6 03/20] ve-config: remove FrrConfigBuilder struct
` [PATCH proxmox-ve-rs v6 04/20] sdn-types: support variable-length NET identifier
` [PATCH proxmox-ve-rs v6 05/20] frr: add template serializer and serialize fabrics using templates
` [PATCH proxmox-ve-rs v6 06/20] frr: add isis configuration and templates
` [PATCH proxmox-ve-rs v6 07/20] frr: support custom frr configuration lines
` [PATCH proxmox-ve-rs v6 08/20] frr: add bgp support with templates and serialization
` [PATCH proxmox-ve-rs v6 09/20] frr: enable minijinja strict undefined behavior mode
` [PATCH proxmox-perl-rs v6 10/20] sdn: add function to generate the frr config for all daemons
` [PATCH pve-network v6 11/20] tests: use Test::Differences to make test assertions
` [PATCH pve-network v6 12/20] test: add tests for frr.conf.local merging
` [PATCH pve-network v6 13/20] test: bgp: add some various integration tests
` [PATCH pve-network v6 14/20] sdn: write structured frr config that can be rendered using templates
` [PATCH pve-network v6 15/20] sdn: remove duplicate comment line '!' in frr config
` [PATCH pve-network v6 16/20] tests: rearrange some statements in the "
` [PATCH pve-network v6 17/20] sdn: adjust frr.conf.local merging to rust template types
` [PATCH pve-network v6 18/20] test: adjust frr_local_merge test for new template generation
` [PATCH pve-network v6 19/20] api: add dry-run endpoint for sdn apply to preview changes
` [PATCH pve-manager v6 20/20] sdn: add dry-run diff view for sdn apply
[pve-devel] [PATCH docs/network 0/3] SDN VXLAN IPv6 underlay support
2026-03-12 15:38 UTC (2+ messages)
[PATCH proxmox] fix #7329: proxmox-network-api: add missing `Auto` network config method
2026-03-12 14:57 UTC (2+ messages)
[PATCH qemu-server 0/2] memory: add verbose_description to numa policy
2026-03-12 14:55 UTC (8+ messages)
` [PATCH qemu-server 1/2] "
` [PATCH qemu-server 2/2] memory: add default numa allocation policy
` superseded: "
[PATCH qemu-server v2 0/3] memory: add verbose_description to NUMA policy
2026-03-12 14:54 UTC (4+ messages)
` [PATCH qemu-server v2 1/3] "
` [PATCH qemu-server v2 2/3] memory: add default NUMA allocation policy
` [PATCH qemu-server v2 3/3] memory: fix unit in heuristic comment
[PATCH proxmox{,-backup} v5 00/33] partially fix #6563: add s3 request and traffic counter statistics
2026-03-12 14:43 UTC (18+ messages)
` [PATCH proxmox v5 01/13] proxmox-sys: expose msync to flush mmapped contents to filesystem
` applied: "
` [PATCH proxmox v5 02/13] shared-memory: add method without tmpfs check for mmap file location
` applied: "
` [PATCH proxmox v5 03/13] shared-memory: expose msync to flush in-memory contents to filesystem
` applied: "
` [PATCH proxmox v5 05/13] s3-client: add counters for upload/download traffic
` [PATCH proxmox v5 07/13] s3-client: account for downloaded bytes in incoming response body
` [PATCH proxmox v5 13/13] s3-client: implement request counter threshold and exceeding callback
` [PATCH proxmox-backup v5 04/20] api: s3: add endpoint to reset s3 request counters
[PATCH manager/network/proxmox{-ve-rs,-perl-rs} v5 00/19] Generate frr config using jinja templates and rust types
2026-03-12 14:31 UTC (26+ messages)
` [PATCH proxmox-ve-rs v5 2/8] frr: add proxmox-frr-templates package that contains templates
` [PATCH proxmox-ve-rs v5 5/8] frr: add template serializer and serialize fabrics using templates
` [PATCH proxmox-ve-rs v5 8/8] frr: add bgp support with templates and serialization
` [PATCH pve-network v5 4/9] sdn: write structured frr config that can be rendered using templates
` [PATCH pve-manager v5 1/1] sdn: add dry-run diff view for sdn apply
[PATCH] fix #7337: Keep track of deep link on OpenID login
2026-03-12 14:30 UTC
[PATCH pve-manager v2] fix #7300: acl path include pre-generated zones and fabrics
2026-03-12 13:55 UTC (2+ messages)
[PATCH datacenter-manager/proxmox{,-backup,-yew-comp} 00/26] metric collection for the PDM host
2026-03-12 13:52 UTC (27+ messages)
` [PATCH proxmox 01/26] sys: procfs: don't read from sysfs during unit tests
` [PATCH proxmox 02/26] parallel-handler: import code from Proxmox Backup Server
` [PATCH proxmox 03/26] parallel-handler: introduce custom error type
` [PATCH proxmox 04/26] parallel-handler: add documentation
` [PATCH proxmox 05/26] parallel-handler: add simple unit-test suite
` [PATCH proxmox 06/26] disks: import from Proxmox Backup Server
` [PATCH proxmox 07/26] disks: fix typo in `initialize_gpt_disk`
` [PATCH proxmox 08/26] disks: add parts of gather_disk_stats from PBS
` [PATCH proxmox 09/26] disks: gate api macro behind 'api-types' feature
` [PATCH proxmox 10/26] disks: clippy: collapse if-let chains where possible
` [PATCH proxmox 11/26] procfs: add helpers for querying pressure stall information
` [PATCH proxmox 12/26] time: use u64 parse helper from nom
` [PATCH proxmox-backup 13/26] tools: move ParallelHandler to new proxmox-parallel-handler crate
` [PATCH proxmox-backup 14/26] tools: replace disks module with proxmox-disks
` [PATCH proxmox-backup 15/26] metric collection: use blockdev_stat_for_path from proxmox_disks
` [PATCH proxmox-yew-comp 16/26] node status panel: add `children` property
` [PATCH proxmox-yew-comp 17/26] RRDGrid: fix size observer by attaching node reference to rendered container
` [PATCH proxmox-yew-comp 18/26] RRDGrid: add padding and increase gap between elements
` [PATCH datacenter-manager 19/26] metric collection: clarify naming for remote metric collection
` [PATCH datacenter-manager 20/26] metric collection: fix minor typo in error message
` [PATCH datacenter-manager 21/26] metric collection: collect PDM host metrics in a new collection task
` [PATCH datacenter-manager 22/26] api: fix /nodes/localhost/rrddata endpoint
` [PATCH datacenter-manager 23/26] pdm: node rrd data: rename 'total-time' to 'metric-collection-total-time'
` [PATCH datacenter-manager 24/26] pdm-api-types: add PDM host metric fields
` [PATCH datacenter-manager 25/26] ui: node status: add RRD graphs for PDM host metrics
` [PATCH datacenter-manager 26/26] ui: lxc/qemu/node: use RRD value render helpers
[PATCH docs v2 0/2] local-zfs: rephrase ARC limit
2026-03-12 13:48 UTC (4+ messages)
` [PATCH docs v2 1/2] "
[PATCH pve-manager] fix #7337: Keep track of deep link on OpenID login
2026-03-12 13:43 UTC (3+ messages)
` applied: "
[RFC PATCH common] section config: correctly handle required options in write_config
2026-03-12 13:25 UTC (6+ messages)
[RFC proxmox 00/22] New crate for firewall api types
2026-03-12 13:24 UTC (15+ messages)
` [RFC proxmox 03/22] firewall-api-types: add firewall policy types
` [RFC proxmox 04/22] firewall-api-types: add logging types
` [RFC proxmox 09/22] firewall-api-types: add FirewallRef type
` [RFC proxmox 11/22] firewall-api-types: add FirewallIcmpType
` [RFC proxmox 14/22] firewall-api-types: add firewall address types
[PATCH network] fix #6255: SNAT: fix incorrect IP collection for sdn config
2026-03-12 13:20 UTC (2+ messages)
[PATCH proxmox] s3-client: copy_object: always set Content-Type header
2026-03-12 12:48 UTC (4+ messages)
[PATCH-SERIES qemu 0/2] QEMU 10.2.1
2026-03-12 11:44 UTC (3+ messages)
` [PATCH qemu 1/2] update submodule and patches to "
` [PATCH qemu 2/2] stable fixes for "
[PATCH proxmox{,-backup} v2 0/6] fix #6716: Add support for http proxy configuration for S3 endpoints
2026-03-12 11:43 UTC (2+ messages)
[PATCH proxmox{,-backup} v3 0/8] fix #6716: Add support for http proxy configuration for S3 endpoints
2026-03-12 11:42 UTC (9+ messages)
` [PATCH proxmox v3 1/2] http: move http proxy schema from PBS to crate's api types
` [PATCH proxmox v3 2/2] pbs-api-types: move over NodeConfig and related api type from PBS
` [PATCH proxmox-backup v3 1/6] pbs-config: use http proxy schema moved to proxmox-http crate
` [PATCH proxmox-backup v3 2/6] config: inline NodeConfig::validate() to its only call side
` [PATCH proxmox-backup v3 3/6] config: use moved NodeConfig definitions in pbs-api-types
` [PATCH proxmox-backup v3 4/6] tools: drop unused from_property_string() helper
` [PATCH proxmox-backup v3 5/6] config: move node config into pbs-config, including helper tools
` [PATCH proxmox-backup v3 6/6] fix #6716: pass node http proxy config to s3 backend
[PATCH proxmox{-backup,,-datacenter-manager} v6 00/11] token-shadow: reduce api token verification overhead
2026-03-12 10:38 UTC (4+ messages)
` [pbs-devel] superseded: "
[PATCH proxmox{-backup,,-datacenter-manager} v7 00/11] token-shadow: reduce api token verification overhead
2026-03-12 10:37 UTC (12+ messages)
` [PATCH proxmox-backup v7 1/4] pbs-config: add token.shadow generation to ConfigVersionCache
` [PATCH proxmox-backup v7 2/4] pbs-config: cache verified API token secrets
` [PATCH proxmox-backup v7 3/4] pbs-config: invalidate token-secret cache on token.shadow changes
` [PATCH proxmox-backup v7 4/4] pbs-config: add TTL window to token secret cache
` [PATCH proxmox v7 1/4] proxmox-access-control: split AccessControlConfig and add token.shadow gen
` [PATCH proxmox v7 2/4] proxmox-access-control: cache verified API token secrets
` [PATCH proxmox v7 3/4] proxmox-access-control: invalidate token-secret cache on token.shadow changes
` [PATCH proxmox v7 4/4] proxmox-access-control: add TTL window to token secret cache
` [PATCH proxmox-datacenter-manager v7 1/3] pdm-config: implement token.shadow generation
` [PATCH proxmox-datacenter-manager v7 2/3] docs: document API token-cache TTL effects
` [PATCH proxmox-datacenter-manager v7 3/3] pdm-config: wire user+acl cache generation
[RFC PATCH qemu-server] fix #7282: allow (NUMA aware) vCPU pinning
2026-03-12 10:29 UTC (2+ messages)
[PATCH zfsonlinux] fix scrub breaking with newer userspace utils and older kernel module
2026-03-12 10:15 UTC
Proxmox VE 9.1 Homelab: ZFS, LXC vs VM, Docker Migration advice?
2026-03-12 10:02 UTC (4+ messages)
[PATCH ha-manager 0/2] fix #7399: check if required rule props are set
2026-03-12 9:49 UTC (5+ messages)
` [PATCH ha-manager 1/2] rules: ensure rule is defined and has type in set_rule_defaults
` applied: [PATCH ha-manager 0/2] fix #7399: check if required rule props are set
[PATCH access-control/common 0/2] address probblem with SIGCHLD handler being temporarily overwritten
2026-03-12 9:48 UTC (6+ 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 proxmox-fuse-rs v1] Add statfs support to proxmox-fuse
2026-03-12 8:55 UTC (3+ messages)
` applied: "
[PATCH ha-manager] lrm: fix typos in log messages
2026-03-12 8:44 UTC (3+ messages)
[PATCH manager/qemu-server 0/8] Add API and UI for custom CPU models
2026-03-12 8:40 UTC (9+ messages)
` [PATCH pve-manager 1/8] ui: VMCPUFlagSelector: Fix unknownFlags behaviour
` [PATCH pve-manager 2/8] ui: CPUModelSelector: Fix dirty state on default
` [PATCH pve-manager 3/8] ui: CPUModelSelector: Allow filtering out custom models
` [PATCH pve-manager 4/8] ui: Add basic custom CPU model editor
` [PATCH pve-manager 5/8] ui: Add CPU flag editor for custom models
` [PATCH qemu-server 6/8] qemu: Add helpers for new custom models endpoints
` [PATCH qemu-server 7/8] api: qemu: Extend cpu-flags endpoint to return actually supported flags
` [PATCH qemu-server 8/8] api: qemu: Add CRUD handlers for custom CPU models
[PATCH ha-manager v2] lrm: fix typos in log messages
2026-03-12 8:39 UTC
[PATCH manager v2 0/1] ceph: osd: fix bootstrap keyring creation when auth_client_required is not in ceph.conf
2026-03-12 7:48 UTC (3+ messages)
` [PATCH manager v2 1/1] "
` applied: [PATCH manager v2 0/1] "
[PATCH proxmox-i18n v1] add pgettext() and npgettext() support for context-aware translations
2026-03-12 5:32 UTC (3+ messages)
` [PATCH proxmox-i18n v2] "
[PATCH manager 0/1] fix bootstreap keyring creation when auth_client_required is missing
2026-03-12 5:19 UTC (5+ messages)
` [PATCH manager 1/1] ceph: osd: fix bootstrap keyring creation when auth_client_required is not in ceph.conf
[PATCH manager] fix #7011: ceph monitor: set ownership of monitor logs
2026-03-11 17:03 UTC
[PATCH manager 0/7] ui: qga: add checkbox for guest-fsfreeze
2026-03-11 15:58 UTC (15+ messages)
` [PATCH manager 1/7] ui: utils: support guest-fsfreeze at render_qga_features
` [PATCH manager 2/7] ui: qga: merge translatable string
` [PATCH manager 3/7] ui: qga: move freeze-fs-on-backup to advanced opts
` [PATCH manager 4/7] ui: qga: note that freeze-fs-on-backup is deprecated
` [PATCH manager 5/7] ui: qga: add checkbox for guest-fsfreeze
` [PATCH manager 6/7] ui: qga: call parameter me instead of this
` [PATCH manager 7/7] ui: qga: hide freeze-fs-on-backup check if undefined
[pbs-devel] [PATCH proxmox-backup v3 0/3] fixes #6195: add support for moving namespaces
2026-03-11 15:15 UTC (2+ messages)
` superseded: "
[pbs-devel] [PATCH proxmox{, -backup} 0/6] fix #6716: Add support for http proxy configuration for S3 endpoints
2026-03-11 15:01 UTC (2+ messages)
` partially-applied: "
[PATCH proxmox{,-backup} 0/4] fix #3723: allow using node http proxy for remote connections
2026-03-11 15:01 UTC (2+ messages)
` applied-series: "
[PATCH proxmox{,-backup} v2 0/6] fix #7078: Add quirk for providers not supporting deleteObjects
2026-03-11 15:01 UTC (2+ messages)
` applied-series: "
[PATCH proxmox{,-backup} v2 0/4] switch local storage usage titles based on datastore backend
2026-03-11 15:01 UTC (2+ messages)
` applied-series: "
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.