public inbox for pbs-devel@lists.proxmox.com
 help / color / mirror / Atom feed
 messages from 2026-08-11 15:03:09 to 2026-08-14 14:48:35 UTC [more...]

[PATCH proxmox proxmox-backup 0/3] datastore: gc: prefetch chunk metadata before phase 1
 2026-08-14 14:48 UTC  (7+ messages)
` [PATCH v2 proxmox proxmox-backup 0/3] datastore: gc: defer and batch chunk atime updates
  ` [PATCH v2 proxmox 1/3] pbs-api-types: add gc chunk metadata prefetch tuning options
  ` [PATCH v2 proxmox-backup 2/3] datastore: gc: optionally defer and batch chunk atime updates

[PATCH v1 proxmox] router: compare the Fn trait object instead of the ApiHandler address
 2026-08-14 12:40 UTC 

[PATCH proxmox{,-backup} 00/28] append-only sync jobs and snapshot retention timespan
 2026-08-13 17:10 UTC  (29+ messages)
` [PATCH proxmox 01/28] pbs-api-types: add append only permission and role
` [PATCH proxmox 02/28] pbs-api-types: add remote datastore append privs "
` [PATCH proxmox 03/28] pbs-api-types: extend snapshot list items by retention timestamp
` [PATCH proxmox 04/28] pbs-api-types: extend sync job config by retention-timespan parameter
` [PATCH proxmox 05/28] pbs-api-types: add maximum retention timespan property to datastore
` [PATCH proxmox-backup 06/28] api: config: extend sync job config by new retention-timespan
` [PATCH proxmox-backup 07/28] api: admin: improve code style for status endpoint
` [PATCH proxmox-backup 08/28] client: avoid error in status if user lacks permissions
` [PATCH proxmox-backup 09/28] server: allow iterating contents for Datastore.Append permissions
` [PATCH proxmox-backup 10/28] api: backup: fix possible information leak in multi-tenant datastores
` [PATCH proxmox-backup 11/28] api: backup: allow backup for user/token with append permission
` [PATCH proxmox-backup 12/28] api: allow namespace creation on append permissions
` [PATCH proxmox-backup 13/28] api: sync: allow pull to target for user/token with append permission
` [PATCH proxmox-backup 14/28] sync: pull: allow pulling "
` [PATCH proxmox-backup 15/28] sync: push: allow push and ns creation on Remote.DatastoreAppend
` [PATCH proxmox-backup 16/28] datastore: conditionally treat missing manifest as error or bening
` [PATCH proxmox-backup 17/28] api: backup: provide retain-until timestamp for extended prune protection
` [PATCH proxmox-backup 18/28] tools: include retain-until timestamp in snapshot list items
` [PATCH proxmox-backup 19/28] client: backup writer: allow to send retain-until timestamp on backup
` [PATCH proxmox-backup 20/28] sync: push: allow to set retention timestamp for synced snapshots
` [PATCH proxmox-backup 21/28] sync: pull: "
` [PATCH proxmox-backup 22/28] sync: pull: protect retained snapshot from being overwritten
` [PATCH proxmox-backup 23/28] api: config: allow to set or delete reteniton timespan for sync jobs
` [PATCH proxmox-backup 24/28] ui: add retention timespan form and use it for sync job edit window
` [PATCH proxmox-backup 25/28] datastore/config: parse and enforce maximum retention timespan
` [PATCH proxmox-backup 26/28] ui: allow datastore wide max retention timespan configuration
` [PATCH proxmox-backup 27/28] api: admin: allow to update snapshot retention for root user
` [PATCH proxmox-backup 28/28] ui: show retention in datastore contents

[PATCH proxmox{-backup,} v2 0/3] partially fix #6933: add option to specify zfs recordsize
 2026-08-12 14:42 UTC  (8+ messages)
` [PATCH proxmox-backup v2 1/3] partially fix #6933: ui: storage: "
` [PATCH proxmox-backup v2 2/3] partially fix #6933: bin: add option to specify ZFS recordsize
` [PATCH proxmox v2 3/3] pbs-api-types: zfs: define schema for recordsize
` superseded: Re: [PATCH proxmox{-backup,} v2 0/3] partially fix #6933: add option to specify zfs recordsize

[PATCH proxmox{-backup,} v3 0/3] partially fix #6933: add option to specify zfs recordsize
 2026-08-12 14:40 UTC  (4+ messages)
` [PATCH proxmox-backup v3 1/3] partially fix #6933: ui: storage: "
` [PATCH proxmox-backup v3 2/3] partially fix #6933: bin: add option to specify ZFS recordsize
` [PATCH proxmox v3 3/3] pbs-api-types: zfs: define schema for recordsize

[PATCH v2 proxmox-backup 0/2] minor chunk insert improvements
 2026-08-12 13:58 UTC  (3+ messages)
` [PATCH v2 proxmox-backup 1/2] datastore: prefer standard library over custom unsafe code
` [PATCH v2 proxmox-backup 2/2] datastore: rephrase error messages for failed chunk insert

[PATCH proxmox{-backup,} 0/3] partially fix #6933: add option to specify zfs recordsize
 2026-08-12 11:07 UTC  (5+ messages)
` [PATCH proxmox 3/3] pbs-api-types: zfs: define schema for recordsize
      ` superseded: "

[PATCH v1 proxmox-backup 0/2] minor chunk insert improvements
 2026-08-12 10:03 UTC  (5+ messages)
` [PATCH v1 proxmox-backup 2/2] datastore: rephrase error messages for failed chunk insert

[PATCH proxmox{,-backup,-datacenter-manager} v3 0/5] factor system report into shared crate
 2026-08-12  9:59 UTC  (2+ messages)

[PATCH v2 proxmox 0/6] uninitialized memory allocations fixes
 2026-08-12  8:23 UTC  (7+ messages)
` [PATCH v2 proxmox 1/6] uuid: avoid potential null dereference and memory leaks
` [PATCH v2 proxmox 2/6] io: request zeroed memory instead of manually clearing it
` [PATCH v2 proxmox 3/6] io: avoid potential null dereference and memory leak on error path
` [PATCH v2 proxmox 4/6] io: remove boxed::uninitialized because it is unsound
` [PATCH v2 proxmox 5/6] io: remove unused append_to_vec functions
` [PATCH v2 proxmox 6/6] io: remove unused ByteVecExt trait with grow_ and resize_uninitialized

[PATCH proxmox{,-backup,-datacenter-manager} v2 0/5] factor system report into shared crate
 2026-08-12  8:01 UTC  (2+ messages)
` superseded: "

[PATCH v1 proxmox 0/6] uninitialized memory allocations fixes
 2026-08-11 15:02 UTC  (7+ messages)
` [PATCH v1 proxmox 1/6] uuid: avoid potential null dereference and memory leaks
` [PATCH v1 proxmox 2/6] io: request zeroed memory instead of manually clearing it
` [PATCH v1 proxmox 3/6] io: avoid potential null dereference and memory leak on error path
` [PATCH v1 proxmox 4/6] io: remove boxed::uninitialized because it is unsound
` [PATCH v1 proxmox 5/6] io: remove unused append_to_vec functions
` [PATCH v1 proxmox 6/6] io: remove unused ByteVecExt trait with grow_ and resize_uninitialized


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal