[PATCH proxmox{,-backup} v4 00/30] fix #7251: implement server side encryption support for push sync jobs
2026-04-20 16:15 UTC (14+ messages)
` [PATCH proxmox v4 01/30] pbs-api-types: define en-/decryption key type and schema
` [PATCH proxmox v4 02/30] pbs-api-types: sync job: add optional cryptographic keys to config
` [PATCH proxmox-backup v4 03/30] sync: push: use tracing macros instead of log
` [PATCH proxmox-backup v4 04/30] datastore: blob: implement async reader for data blobs
` [PATCH proxmox-backup v4 05/30] datastore: manifest: add helper for change detection fingerprint
` [PATCH proxmox-backup v4 06/30] pbs-key-config: introduce store_with() for KeyConfig
` [PATCH proxmox-backup v4 07/30] pbs-config: implement encryption key config handling
` [PATCH proxmox-backup v4 10/30] sync: add helper to check encryption key acls and load key
` [PATCH proxmox-backup v4 17/30] sync: push: optionally encrypt client log on upload if key is given
` [PATCH proxmox-backup v4 22/30] sync: pull: load encryption key if given in job config
` [PATCH proxmox-backup v4 28/30] sync: pull: decrypt snapshots with matching encryption key fingerprint
` [PATCH proxmox-backup v4 29/30] api: encryption keys: allow to toggle the archived state for keys
` [PATCH proxmox-backup v4 30/30] docs: add section describing server side encryption for sync jobs
[pve-devel] [PATCH access-control/manager/proxmox v3 0/3] fix #5076: Added Open ID audiences
2026-04-20 15:37 UTC (2+ messages)
` Superseded: "
[PATCH access-control/manager/proxmox v4 0/3] fix #5076: add support for open id audiences
2026-04-20 15:33 UTC (4+ messages)
` [PATCH proxmox v4 1/3] fix #5076: openid: add logic to handle OIDC audiences
` [PATCH access-control v4 2/3] fix #5076: auth: open id: add an optional "audiences" field
` [PATCH manager v4 3/3] fix #5076: ui: dc: add an optional "audiences" field for open id realms
[PATCH zfsonlinux] d/patches: add further patches for kernel 7.0 compatibility
2026-04-20 15:24 UTC
[PATCH proxmox-backup v7 0/9] fixes #6195: add support for moving groups and namespaces
2026-04-20 15:02 UTC (14+ messages)
` [PATCH proxmox-backup v7 1/9] ui: show empty groups
` [PATCH proxmox-backup v7 2/9] datastore: add move-group
` [PATCH proxmox-backup v7 3/9] datastore: add move-namespace
` [PATCH proxmox-backup v7 4/9] docs: add section on moving namespaces and groups
` [PATCH proxmox-backup v7 5/9] api: add POST endpoint for move-group
` [PATCH proxmox-backup v7 6/9] api: add POST endpoint for move-namespace
` [PATCH proxmox-backup v7 7/9] ui: add move group action
` [PATCH proxmox-backup v7 8/9] ui: add move namespace action
` [PATCH proxmox-backup v7 9/9] cli: add move-namespace and move-group commands
[PATCH manager/storage 0/2] fix #7339: lvmthick: add option to free storage for deleted VMs
2026-04-20 14:50 UTC (2+ messages)
` superseeded: "
[PATCH network] SNAT: handle interface lookup failures gracefully
2026-04-20 14:35 UTC
[PATCH perl-rs] pve-rs: add proxmox-frr-templates to build dependency
2026-04-20 13:58 UTC
[PATCH cluster/manager 0/5] add warning messages for high token timeouts in clusters
2026-04-20 13:50 UTC (17+ messages)
` [PATCH cluster 1/5] add functions to determine warning level for high token timeouts
` [PATCH cluster 2/5] pvecm: warn users of high token timeouts when using nodes command
` [PATCH cluster 3/5] api: add token timeout and warning level to cluster join info
` [PATCH manager 4/5] ui: cluster info: move initialization of items to initComponent
` [PATCH manager 5/5] ui: cluster info: warn users of high token timeout in join info
[PATCH proxmox{,-backup} v6 00/15] fix #4182: concurrent group pull/push support for sync jobs
2026-04-20 12:33 UTC (21+ messages)
` [PATCH proxmox v6 01/15] pbs api types: add `worker-threads` to sync job config
` [PATCH proxmox-backup v6 02/15] tools: group and sort module imports
` [PATCH proxmox-backup v6 03/15] tools: implement buffered logger for concurrent log messages
` [PATCH proxmox-backup v6 04/15] tools: add bounded join set to run concurrent tasks bound by limit
` [PATCH proxmox-backup v6 05/15] client: backup writer: fix upload stats size and rate for push sync
` [PATCH proxmox-backup v6 06/15] api: config/sync: add optional `worker-threads` property
` [PATCH proxmox-backup v6 07/15] sync: pull: revert avoiding reinstantiation for encountered chunks map
` [PATCH proxmox-backup v6 08/15] sync: pull: factor out backup group locking and owner check
` [PATCH proxmox-backup v6 09/15] sync: pull: prepare pull parameters to be shared across parallel tasks
` [PATCH proxmox-backup v6 10/15] fix #4182: server: sync: allow pulling backup groups in parallel
` [PATCH proxmox-backup v6 11/15] server: pull: prefix log messages and add error context
` [PATCH proxmox-backup v6 12/15] sync: push: prepare push parameters to be shared across parallel tasks
` [PATCH proxmox-backup v6 13/15] server: sync: allow pushing groups concurrently
` [PATCH proxmox-backup v6 14/15] server: push: prefix log messages and add additional logging
` [PATCH proxmox-backup v6 15/15] ui: expose group worker setting in sync job edit window
[PATCH proxmox/yew-pwt/datacenter-manager/installer v3 00/38] add auto-installer integration
2026-04-20 12:26 UTC (15+ messages)
` [PATCH yew-widget-toolkit v3 13/38] widget: kvlist: add widget for user-modifiable data tables
[PATCH proxmox{,-backup} v3 00/30] fix #7251: implement server side encryption support for push sync jobs
2026-04-20 9:46 UTC (29+ messages)
` [PATCH proxmox-backup v3 07/30] pbs-config: implement encryption key config handling
` [PATCH proxmox-backup v3 10/30] sync: add helper to check encryption key acls and load key
` [PATCH proxmox-backup v3 13/30] api: config: allow encryption key manipulation for sync job
` [PATCH proxmox-backup v3 18/30] sync: push: add helper for loading known chunks from previous snapshot
` [PATCH proxmox-backup v3 19/30] fix #7251: api: push: encrypt snapshots using configured encryption key
` [PATCH proxmox-backup v3 24/30] sync: pull: introduce and use decrypt index writer if crypt config
` [PATCH proxmox-backup v3 25/30] sync: pull: extend encountered chunk by optional decrypted digest
` [PATCH proxmox-backup v3 26/30] sync: pull: decrypt blob files on pull if encryption key is configured
` [PATCH proxmox-backup v3 28/30] sync: pull: decrypt snapshots with matching encryption key fingerprint
` [PATCH proxmox-backup v3 29/30] api: encryption keys: allow to toggle the archived state for keys
` [PATCH proxmox-backup v3 30/30] docs: add section describing server side encryption for sync jobs
[PATCH proxmox{,-backup} v2 0/3] fixes #7465: add gc-on-unmount flag
2026-04-20 8:52 UTC (7+ messages)
` [PATCH proxmox v2 1/3] pbs-api-types: add gc-on-unmount flag for removable datastores
` [PATCH proxmox-backup v2 2/3] api: datastore: add option to run garbage collection before unmount
` [PATCH proxmox-backup v2 3/3] ui: datastore: expose gc-on-unmount setting
[PATCH proxmox-backup 0/2] fixes #7465: add gc-on-unmount flag
2026-04-20 7:44 UTC (8+ messages)
` [PATCH proxmox-backup 1/2] api: datastore: add option to run garbage collection before unmount
` [PATCH proxmox-backup 2/2] ui: datastore: expose gc-on-unmount setting
` superseded: [PATCH proxmox-backup 0/2] fixes #7465: add gc-on-unmount flag
[PATCH storage] gitignore: add build artifacts to .gitignore
2026-04-19 21:47 UTC (2+ messages)
` applied: "
[PATCH v4 0/5] client: repository: add individual component parameters
2026-04-19 21:44 UTC (5+ messages)
` [PATCH v4 5/5] fix #5340: client: repository: add PBS_NAMESPACE environment variable
` applied: [PATCH v4 0/5] client: repository: add individual component parameters
Design for custom UEFI firmware in PVE
2026-04-17 16:33 UTC
[PATCH manager/pmg-gui/proxmox-backup/widget-toolkit v3 0/4] blurry icons follow-up
2026-04-17 14:25 UTC (6+ messages)
` [PATCH widget-toolkit v3 1/4] css: move x-grid-row-loading class to widget-toolkit
` [PATCH manager v3 2/4] ui: remove x-grid-row-loading class and spinner svg
` [PATCH proxmox-backup v3 3/4] css: remove x-grid-row-loading class
` [PATCH pmg-gui v3 4/4] "
[RFC PATCH datacenter-manager 1/2] lib: pdm-client: add method for /cluster/options
2026-04-17 14:10 UTC (2+ messages)
` [RFC PATCH datacenter-manager 2/2] ui: pve: load and use tag style overrides for resource tree
[PATCH access-control/manager 0/2] fixes #7504: add support for regenerating secrets
2026-04-17 12:35 UTC (3+ messages)
` [PATCH pve-access-control 1/2] api: token: support regenerating the secret on update
` [PATCH pve-manager 2/2] ui: token: add regenerate secret button
[PATCH v2 pve-qemu 0/2] Re-enable tcmalloc as the memory allocator
2026-04-17 12:33 UTC (5+ messages)
[PATCH ha-manager 0/7] some test logging output improvements
2026-04-17 12:27 UTC (8+ messages)
` [PATCH ha-manager 1/7] sim: always limit the priority level to 4 characters
` [PATCH ha-manager 2/7] consistently use correct priority levels for log calls
` [PATCH ha-manager 3/7] sim: hardware: factor common service lock hash access in unlock_service
` [PATCH ha-manager 4/7] use log with warning priority instead of warn where possible
` [PATCH ha-manager 5/7] pve-ha-tester: capture and fail for unexpected perl warnings
` [PATCH ha-manager 6/7] test: ha-tester: use consistent word casing for failed test messages
` [PATCH ha-manager 7/7] test: ha-tester: use colorized diff for unexpected test log outputs
[PATCH network] sdn: add dry-run diff view for sdn apply
2026-04-17 11:40 UTC (3+ messages)
` applied: "
[PATCH docs/manager/network/proxmox{-ve-rs,-perl-rs} v2 0/7] sdn: add BGP fabric
2026-04-17 11:22 UTC (8+ messages)
` [PATCH proxmox-ve-rs v2 1/7] sdn: fabric: add BGP protocol support
[PATCH manager/storage v2 0/2] fix #7339: lvmthick: add option to free storage for deleted VMs
2026-04-17 11:05 UTC (4+ messages)
` [PATCH storage v2 1/2] fix #7339: lvmthick: add worker to free space of to be "
` [PATCH manager v2 2/2] fix #7339: lvmthick: ui: add UI fields for option to free storage
[PATCH pve-access-control] ldap: decode attribute values as UTF-8
2026-04-17 11:04 UTC
[PATCH proxmox{,-backup} v5 00/12] fix #4182: concurrent group pull/push support for sync jobs
2026-04-17 9:27 UTC (2+ messages)
[PATCH debcargo-config proxmox/trixie] minijinja: update to 2.19.0
2026-04-17 9:17 UTC (2+ messages)
` superseded: "
[PATCH common/proxmox{,-backup}/storage 0/7] establish unique instance-id for PBS nodes
2026-04-17 9:11 UTC (4+ messages)
` [PATCH pve-storage 7/7] api: add /nodes/<node>/storage/<storage>/identity route
[PATCH manager/pmg-gui/proxmox-backup v2 0/3] blurry icons follow-up
2026-04-17 8:26 UTC (3+ messages)
` Superseded: "
[PATCH yew-widget-toolkit] touch: gesture destector: fix double -> multi transition with pointers
2026-04-17 7:06 UTC (2+ messages)
` applied: "
[PATCH yew-widget-toolkit v2 1/4] touch: gesture detector: implement pinch zoom gesture
2026-04-17 7:06 UTC (5+ messages)
` [PATCH yew-widget-toolkit v2 2/4] touch: gesture detector: unify on_drag{_start,_update,_end} callbacks
` [PATCH yew-widget-toolkit v2 3/4] touch: gesture detector: derive Clone and PartialEq for Events
` [PATCH yew-widget-toolkit v2 4/4] touch: gesture detector: add missing comment for swipe callback
` applied: [PATCH yew-widget-toolkit v2 1/4] touch: gesture detector: implement pinch zoom gesture
[PATCH] fix #6079: use vncticket endpoint for VM serial terminal
2026-04-16 17:40 UTC
[PATCH proxmox-backup v6 0/8] fixes #6195: add support for moving groups and namespaces
2026-04-16 17:19 UTC (2+ messages)
` superseded: "
proxmox-truenas storage plugin api2 issue
2026-04-16 16:59 UTC (4+ messages)
[RFC docs/manager/network/proxmox-ve-rs 00/16] Extend EVPN controller functionality
2026-04-16 16:22 UTC (10+ messages)
` [PATCH proxmox-ve-rs 02/16] frr: add support for extcommunity lists
` [PATCH pve-network 06/16] evpn controller: allow multiple evpn controllers in a cluster
` [PATCH pve-manager 14/16] sdn: evpn: zone: controller: add new advanced fields
[PATCH manager/network/proxmox-ve-rs 0/4] Expose OSPF Network-Type option
2026-04-16 15:29 UTC (2+ messages)
[PATCH docs/manager/network 0/6] add SLAAC support for subnets in EVPN zones
2026-04-16 15:15 UTC (2+ messages)
[PATCH manager/network/proxmox{-ve-rs,-perl-rs} v8 00/21] Generate frr config using jinja templates and rust types
2026-04-16 14:37 UTC (5+ messages)
` [PATCH pve-manager v8 21/21] sdn: add dry-run diff view for sdn apply
[PATCH proxmox-backup v2] fix #7337: Keep track of deep link on OpenID login
2026-04-16 13:46 UTC (2+ messages)
` applied: "
[PATCH proxmox-backup] pbs-key-config: align fsync behavior when storing new/existing key
2026-04-16 13:42 UTC (2+ messages)
` applied: "
[PATCH proxmox-backup v5 0/3] fix #7400: improve handling of corrupted job statefiles
2026-04-16 13:32 UTC (5+ messages)
` [PATCH proxmox-backup v5 1/3] api: move statefile loading into compute_schedule_status
` applied-series: [PATCH proxmox-backup v5 0/3] fix #7400: improve handling of corrupted job statefiles
[PATCH datacenter-manager] ui: search widget: use 'pointer' cursor for clear trigger
2026-04-16 13:05 UTC (2+ messages)
` applied: "
[PATCH datacenter-manager/proxmox-yew-comp v4 00/12] metric collection for the PDM host
2026-04-16 12:40 UTC (2+ messages)
` partially applied: "
[PATCH manager v2] ui: ha: add disarm/re-arm button
2026-04-16 11:21 UTC (9+ messages)
[PATCH manager v3] ui: ha: add disarm/re-arm button
2026-04-16 11:20 UTC
[PATCH proxmox-backup] config: lock guard: label BackupLockGuard by must_use attribute
2026-04-16 10:20 UTC (2+ messages)
` applied: "
[PATCH yew-widget-toolkit] touch: gesture detector: implement pinch zoom gesture
2026-04-16 8:59 UTC (4+ messages)
` superseded: "
[PATCH docs 0/1] pveceph: document FastEC (allow_ec_optimizations)
2026-04-16 4:08 UTC (2+ messages)
` [PATCH docs 1/1] pveceph: document FastEC (allow_ec_optimizations) on erasure coded pools
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.