all lists on lists.proxmox.com
 help / color / mirror / Atom feed
[PATCH proxmox{,-backup} v2 00/27] fix #7251: implement server side encryption support for push sync jobs
 2026-04-14 13:01 UTC  (46+ messages)
` [PATCH proxmox v2 01/27] pbs-api-types: define en-/decryption key type and schema
` [PATCH proxmox v2 02/27] pbs-api-types: sync job: add optional cryptographic keys to config
` [PATCH proxmox-backup v2 03/27] datastore: blob: implement async reader for data blobs
` [PATCH proxmox-backup v2 04/27] datastore: manifest: add helper for change detection fingerprint
` [PATCH proxmox-backup v2 05/27] pbs-key-config: introduce store_with() for KeyConfig
` [PATCH proxmox-backup v2 06/27] pbs-config: implement encryption key config handling
` [PATCH proxmox-backup v2 07/27] pbs-config: acls: add 'encryption-keys' as valid 'system' subpath
` [PATCH proxmox-backup v2 08/27] ui: expose 'encryption-keys' as acl subpath for 'system'
` [PATCH proxmox-backup v2 09/27] sync: add helper to check encryption key acls and load key
` [PATCH proxmox-backup v2 10/27] api: config: add endpoints for encryption key manipulation
` [PATCH proxmox-backup v2 11/27] api: config: check sync owner has access to en-/decryption keys
` [PATCH proxmox-backup v2 12/27] api: config: allow encryption key manipulation for sync job
` [PATCH proxmox-backup v2 13/27] sync: push: rewrite manifest instead of pushing pre-existing one
` [PATCH proxmox-backup v2 14/27] api: push sync: expose optional encryption key for push sync
` [PATCH proxmox-backup v2 15/27] sync: push: optionally encrypt data blob on upload
` [PATCH proxmox-backup v2 16/27] sync: push: optionally encrypt client log on upload if key is given
` [PATCH proxmox-backup v2 17/27] sync: push: add helper for loading known chunks from previous snapshot
` [PATCH proxmox-backup v2 18/27] fix #7251: api: push: encrypt snapshots using configured encryption key
` [PATCH proxmox-backup v2 19/27] ui: define and expose encryption key management menu item and windows
` [PATCH proxmox-backup v2 20/27] ui: expose assigning encryption key to sync jobs
` [PATCH proxmox-backup v2 21/27] sync: pull: load encryption key if given in job config
` [PATCH proxmox-backup v2 22/27] sync: expand source chunk reader trait by crypt config
` [PATCH proxmox-backup v2 23/27] sync: pull: introduce and use decrypt index writer if "
` [PATCH proxmox-backup v2 24/27] sync: pull: extend encountered chunk by optional decrypted digest
` [PATCH proxmox-backup v2 25/27] sync: pull: decrypt blob files on pull if encryption key is configured
` [PATCH proxmox-backup v2 26/27] sync: pull: decrypt chunks and rewrite index file for matching key
` [PATCH proxmox-backup v2 27/27] sync: pull: decrypt snapshots with matching encryption key fingerprint
` superseded: [PATCH proxmox{,-backup} v2 00/27] fix #7251: implement server side encryption support for push sync jobs

[PATCH proxmox{,-backup} v3 00/30] fix #7251: implement server side encryption support for push sync jobs
 2026-04-14 12:59 UTC  (31+ messages)
` [PATCH proxmox v3 01/30] pbs-api-types: define en-/decryption key type and schema
` [PATCH proxmox v3 02/30] pbs-api-types: sync job: add optional cryptographic keys to config
` [PATCH proxmox-backup v3 03/30] sync: push: use tracing macros instead of log
` [PATCH proxmox-backup v3 04/30] datastore: blob: implement async reader for data blobs
` [PATCH proxmox-backup v3 05/30] datastore: manifest: add helper for change detection fingerprint
` [PATCH proxmox-backup v3 06/30] pbs-key-config: introduce store_with() for KeyConfig
` [PATCH proxmox-backup v3 07/30] pbs-config: implement encryption key config handling
` [PATCH proxmox-backup v3 08/30] pbs-config: acls: add 'encryption-keys' as valid 'system' subpath
` [PATCH proxmox-backup v3 09/30] ui: expose 'encryption-keys' as acl subpath for 'system'
` [PATCH proxmox-backup v3 10/30] sync: add helper to check encryption key acls and load key
` [PATCH proxmox-backup v3 11/30] api: config: add endpoints for encryption key manipulation
` [PATCH proxmox-backup v3 12/30] api: config: check sync owner has access to en-/decryption keys
` [PATCH proxmox-backup v3 13/30] api: config: allow encryption key manipulation for sync job
` [PATCH proxmox-backup v3 14/30] sync: push: rewrite manifest instead of pushing pre-existing one
` [PATCH proxmox-backup v3 15/30] api: push sync: expose optional encryption key for push sync
` [PATCH proxmox-backup v3 16/30] sync: push: optionally encrypt data blob on upload
` [PATCH proxmox-backup v3 17/30] sync: push: optionally encrypt client log on upload if key is given
` [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 20/30] ui: define and expose encryption key management menu item and windows
` [PATCH proxmox-backup v3 21/30] ui: expose assigning encryption key to sync jobs
` [PATCH proxmox-backup v3 22/30] sync: pull: load encryption key if given in job config
` [PATCH proxmox-backup v3 23/30] sync: expand source chunk reader trait by crypt config
` [PATCH proxmox-backup v3 24/30] sync: pull: introduce and use decrypt index writer if "
` [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 27/30] sync: pull: decrypt chunks and rewrite index file for matching key
` [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/yew-pwt/datacenter-manager/installer v3 00/38] add auto-installer integration
 2026-04-14 12:16 UTC  (11+ messages)
` [PATCH installer v3 26/38] common: http: allow passing custom headers to post()
` [PATCH installer v3 28/38] assistant: support adding an authorization token for HTTP-based answers
` [PATCH installer v3 35/38] fetch-answer: http: prefer json over toml for answer format
` [PATCH installer v3 36/38] fetch-answer: send auto-installer HTTP authorization token if set

[PATCH-SERIES manager/docs 00/18] crs docs updates + load balancer ui and docs followup
 2026-04-14 12:03 UTC  (19+ messages)
` [PATCH manager 05/18] ui: form/CRSOptions: allow auto rebalancing only for static and dynamic mode
` [PATCH docs 07/18] ha-manager: crs: remove note about manual changes to datacenter config
` [PATCH docs 12/18] ha-manager: crs: use headings for the scheduling points
` [PATCH docs 13/18] ha-manager: crs: reword the rebalance on start scheduling point
` [PATCH docs 18/18] ha-manager: crs: add load balancer section

[PATCH manager] ui: ha: add disarm/re-arm button
 2026-04-14 11:51 UTC 

[PATCH qemu-server v3 0/3] improve guest cleanup handling
 2026-04-14 11:42 UTC  (2+ messages)

[PATCH v2 pve-qemu 0/2] Re-enable tcmalloc as the memory allocator
 2026-04-14 11:08 UTC  (5+ messages)
` [PATCH v2 pve-qemu 1/2] add patch to support using "
` [PATCH v2 pve-qemu 2/2] d/rules: enable "

[PATCH pve-qemu 0/2] Re-enable tcmalloc as the memory allocator
 2026-04-14  8:10 UTC  (16+ messages)
` [PATCH pve-qemu 1/2] PVE: use "
` [PATCH pve-qemu 2/2] d/rules: enable "
` superseded: [PATCH pve-qemu 0/2] Re-enable "

Subject: Re: [PATCH access-control/cluster/network/proxmox{-ve-rs,-perl-rs} v2 00/34] Add support for route maps / prefix lists to SDN
 2026-04-14  8:10 UTC  (2+ messages)

[PATCH pve-qemu] d/control: drop redundant library deps covered by shlibs:Depends
 2026-04-14  3:05 UTC 

[RFC common/proxmox{,-backup}/storage 0/7] establish unique instance-id for PBS nodes
 2026-04-13 13:39 UTC  (14+ messages)
` [PATCH proxmox 1/7] pbs-api-types: add InstanceId response type
` [PATCH proxmox 2/7] systemd: add support for machine-id generation
` [PATCH proxmox-backup 3/7] api: add /nodes/localhost/instance-id
` [PATCH proxmox-backup 4/7] client: add 'instance-id' sub-command
` [PATCH proxmox-backup 5/7] manager: add instance-id subcommand
` [PATCH common 6/7] pbs-client: add support for the 'instance id' command
` [PATCH pve-storage 7/7] api: add /nodes/<node>/storage/<storage>/instance-id route

[PATCH proxmox-backup v4 0/3] fix #7400: improve handling of corrupted job statefiles
 2026-04-13 13:21 UTC  (6+ messages)
` [PATCH proxmox-backup v4 2/3] fix #7400: api: gracefully handle "
` superseded: [PATCH proxmox-backup v4 0/3] fix #7400: improve handling of "

[PATCH proxmox-backup v5 0/3] fix #7400: improve handling of corrupted job statefiles
 2026-04-13 13:20 UTC  (4+ messages)
` [PATCH proxmox-backup v5 1/3] api: move statefile loading into compute_schedule_status
` [PATCH proxmox-backup v5 2/3] fix #7400: api: gracefully handle corrupted job statefiles
` [PATCH proxmox-backup v5 3/3] fix #7400: proxy: self-heal "

[PATCH http-server 0/1] fix pveproxy OOM during PDM cross-cluster migration to LVM-thin
 2026-04-13 13:00 UTC  (5+ messages)
` [PATCH http-server 1/1] fix #7483: apiserver: add backpressure to websocket proxy
` superseded: [PATCH http-server 0/1] fix pveproxy OOM during PDM cross-cluster migration to LVM-thin

[PATCH v2 http-server 0/1] fix pveproxy OOM in websocket and spice proxy handlers
 2026-04-13 12:56 UTC  (2+ messages)
` [PATCH v2 http-server] fix #7483: apiserver: add backpressure to "

[PATCH] Add Irish (ga) translation for Proxmox VE
 2026-04-13 12:34 UTC  (4+ messages)

[PATCH datacenter-manager/proxmox{,-backup,-yew-comp} v2 00/25] metric collection for the PDM host
 2026-04-13  8:59 UTC  (2+ messages)
` superseded: "

[PATCH datacenter-manager/proxmox-yew-comp v3 00/11] metric collection for the PDM host
 2026-04-13  8:58 UTC  (12+ messages)
` [PATCH proxmox-yew-comp v3 01/11] node status panel: add `children` property
` [PATCH proxmox-yew-comp v3 02/11] RRDGrid: fix size observer by attaching node reference to rendered container
` [PATCH proxmox-yew-comp v3 03/11] RRDGrid: add padding and increase gap between elements
` [PATCH datacenter-manager v3 04/11] metric collection: clarify naming for remote metric collection
` [PATCH datacenter-manager v3 05/11] metric collection: fix minor typo in error message
` [PATCH datacenter-manager v3 06/11] metric collection: collect PDM host metrics in a new collection task
` [PATCH datacenter-manager v3 07/11] api: fix /nodes/localhost/rrddata endpoint
` [PATCH datacenter-manager v3 08/11] pdm: node rrd data: rename 'total-time' to 'metric-collection-total-time'
` [PATCH datacenter-manager v3 09/11] pdm-api-types: add PDM host metric fields
` [PATCH datacenter-manager v3 10/11] ui: node status: add RRD graphs for PDM host metrics
` [PATCH datacenter-manager v3 11/11] ui: lxc/qemu/node: use RRD value render helpers

[RFC manager/proxmox{,-backup,-perl-rs} 0/6] adapt subscription handling to alternative server IDs
 2026-04-13  8:45 UTC  (5+ messages)
` [PATCH proxmox 1/6] systemd: add support for machine-id generation
` [RFC proxmox 2/6] proxmox-subscription: add new machine-id based serverid

[PATCH pve-manager 1/1] fix #6234: make CephFS page scrollable
 2026-04-13  8:29 UTC  (2+ messages)
` applied: "

[PATCH qemu-server] net: add initial vhost-user support
 2026-04-13  7:34 UTC 

[PATCH manager] api: cluster: ceph: fix osd metadata return schema
 2026-04-12 11:53 UTC  (2+ messages)
` superseded: [PATCH manager/storage 0/2] fix #7000: rbd: graceful handling of corrupt/inaccessible images

[PATCH v2 manager/storage 0/2] fix #7000: rbd: graceful handling of corrupt/inaccessible images
 2026-04-12 11:52 UTC  (3+ messages)
` [PATCH v2 manager/storage 1/1] fix #7000: rbd: handle corrupt or inaccessible images gracefully
` [PATCH v2 manager/storage] storage: content: show inaccessible RBD images in UI

[PATCH docs 0/4] ceph: audit of Ceph-related chapters
 2026-04-11 12:50 UTC  (5+ messages)
` [PATCH docs 1/4] pveceph: fix Ceph Manager abbreviation
` [PATCH docs 2/4] pve-storage-cephfs: describe CephFS, not RBD, in external cluster setup
` [PATCH docs 3/4] pveceph: various small language fixes
` [PATCH docs 4/4] docs: various small grammar fixes

[PATCH proxmox-backup] api: node: replace trivial config change detection helper
 2026-04-10 21:24 UTC  (2+ messages)
` applied: "

[RFC proxmox{,-backup} 0/3] fix #6373: HTTP level keepalive for http2 backup reader connection
 2026-04-10 17:11 UTC  (2+ messages)

[PATCH proxmox{,-backup} 00/20] fix #7251: implement server side encryption support for push sync jobs
 2026-04-10 16:56 UTC  (2+ messages)
` superseded: "

[pbs-devel] [PATCH proxmox-backup] docs: substitute `Proxmox Backup` with full `Proxmox Backup Server`
 2026-04-10 15:48 UTC  (2+ messages)
` applied: "

[PATCH v3 0/5] client: repository: add individual component parameters
 2026-04-10 15:44 UTC  (2+ messages)
` superseded: "

[PATCH proxmox{_login_manager,_dart_api_client}/pve_flutter_frontend 0/7] upgrade dependencies based on flutter v3.41 and migrate deprecated members
 2026-04-10 15:09 UTC  (8+ messages)
` [PATCH pve_flutter_frontend 1/4] chore: upgrade dependencies based on flutter v3.41
` [PATCH pve_flutter_frontend 2/4] fix: breaking changes due to the upgrade of font_awesome_flutter to v11
` [PATCH pve_flutter_frontend 3/4] fix: migrate to UIScene lifecycle for iOS 26+ compatibility
` [PATCH pve_flutter_frontend 4/4] chore: use latest ndkVersion from flutter
` [PATCH proxmox_login_manager 1/1] chore: upgrade dependencies
` [PATCH proxmox_dart_api_client 1/2] "
` [PATCH proxmox_dart_api_client 2/2] deps: add objective_c dependency to access NSError's code property

[PATCH manager/storage 0/2] fix #7000: rbd: graceful handling of corrupt/inaccessible images
 2026-04-10 14:56 UTC  (2+ messages)

[PATCH v4 0/5] client: repository: add individual component parameters
 2026-04-10 14:09 UTC  (6+ messages)
` [PATCH v4 1/5] client: repository: add tests for BackupRepository parsing
` [PATCH v4 2/5] client: repository: add individual component parameters
` [PATCH v4 3/5] client: migrate commands to flattened repository args
` [PATCH v4 4/5] docs: document repository component options and env vars
` [PATCH v4 5/5] fix #5340: client: repository: add PBS_NAMESPACE environment variable

[PATCH datacenter-manager 0/4] views: verify digest, schema improvements
 2026-04-10 14:01 UTC  (5+ messages)
` [PATCH datacenter-manager 1/4] api: views: return config digest when retrieving views
` [PATCH datacenter-manager 2/4] ui: views: submit config digest when updating a view
` [PATCH datacenter-manager 3/4] api: views: run API handlers in proxy process
` [PATCH datacenter-manager 4/4] api: views: improve API schema definitions

[PATCH datacenter-manager v2] Add notifications backend
 2026-04-10 12:00 UTC  (5+ messages)

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