public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
[pve-devel] [PATCH qemu 1/2] refresh patch context
 2023-08-14  9:21 UTC 

[pve-devel] [PATCH pve-kernel 0/2] cherry-picks and config-options for downfall
 2023-08-11 16:04 UTC  (3+ messages)
` [pve-devel] [PATCH pve-kernel 2/2] d/rules: enable mitigation config-options

[pve-devel] [PATCH pve-kernel 0/2] cherry-picks and config-options for downfall
 2023-08-11 16:02 UTC  (3+ messages)
` [pve-devel] [PATCH pve-kernel 1/2] add fixes "
` [pve-devel] [PATCH pve-kernel 2/2] d/rules: enable mitigation config-options

[pve-devel] [PATCH common/access-control/manager v3 0/4] ldap: check bind connection on realm add/update
 2023-08-11 11:39 UTC  (6+ messages)
` [pve-devel] [PATCH common v3 1/4] ldap: handle errors explicitly everywhere instead of simply `die`ing
` [pve-devel] [PATCH common v3 2/4] section config: allow base properties for {create, update}Schema()
` [pve-devel] [PATCH access-control v3 3/4] ldap: add opt-in `check-connection` param to perform a bind check
` [pve-devel] [PATCH manager v3 4/4] ui: ldap: add 'Check connection' checkbox as advanced option
` [pve-devel] applied-series: [PATCH common/access-control/manager v3 0/4] ldap: check bind connection on realm add/update

[pve-devel] [PATCH v6 many 00/30] fix #4156: introduce new notification system
 2023-08-11 11:22 UTC  (33+ messages)
` [pve-devel] [PATCH v6 pve-ha-manager 01/30] manager: send notifications via new notification module
  ` [pve-devel] applied: "
` [pve-devel] [PATCH v6 pve-manager 02/30] d/control: add dependency to `libpve-notify-perl`
` [pve-devel] [PATCH v6 pve-manager 03/30] vzdump: send notifications via new notification module
` [pve-devel] [PATCH v6 pve-manager 04/30] test: rename mail_test.pl to vzdump_notification_test.pl
` [pve-devel] [PATCH v6 pve-manager 05/30] api: apt: send notification via new notification module
` [pve-devel] [PATCH v6 pve-manager 06/30] api: replication: send notifications "
` [pve-devel] [PATCH v6 pve-manager 07/30] api: prepare api handler module for notification config
` [pve-devel] [PATCH v6 pve-manager 08/30] api: notification: add api routes for groups
` [pve-devel] [PATCH v6 pve-manager 09/30] api: notification: add api routes for sendmail endpoints
` [pve-devel] [PATCH v6 pve-manager 10/30] api: notification: add api routes for gotify endpoints
` [pve-devel] [PATCH v6 pve-manager 11/30] api: notification: add api routes for filters
` [pve-devel] [PATCH v6 pve-manager 12/30] api: notification: allow fetching notification targets
` [pve-devel] [PATCH v6 pve-manager 13/30] api: notification: allow to test targets
` [pve-devel] [PATCH v6 pve-manager 14/30] api: notification: disallow removing targets if they are used
` [pve-devel] [PATCH v6 pve-manager 15/30] ui: backup: allow to select notification target for jobs
` [pve-devel] [PATCH v6 pve-manager 16/30] ui: backup: adapt backup job details to new notification params
` [pve-devel] [PATCH v6 pve-manager 17/30] ui: backup: allow to set notification-target for one-off backups
` [pve-devel] [PATCH v6 pve-manager 18/30] ui: allow to configure notification event -> target mapping
` [pve-devel] [PATCH v6 pve-manager 19/30] ui: add notification target configuration panel
` [pve-devel] [PATCH v6 pve-manager 20/30] ui: perm path: add ACL paths for notifications, usb and pci mappings
` [pve-devel] [PATCH v6 pve-manager 21/30] ui: perm path: increase width of the perm path selector combobox
` [pve-devel] [PATCH v6 pve-manager 22/30] ui: dc: remove notify key from datacenter option view
` [pve-devel] [PATCH v6 pve-manager 23/30] vzdump: use <name> as a convention for virtual endpoints/groups
` [pve-devel] [PATCH v6 pve-manager 24/30] api: notification: make the 'mail-to-root' target visible to any user
` [pve-devel] [PATCH v6 proxmox-widget-toolkit 25/30] notification: add gui for sendmail notification endpoints
` [pve-devel] [PATCH v6 proxmox-widget-toolkit 26/30] notification: add gui for gotify "
` [pve-devel] [PATCH v6 proxmox-widget-toolkit 27/30] notification: add gui for notification groups
` [pve-devel] [PATCH v6 proxmox-widget-toolkit 28/30] notification: allow to select filter for notification targets
` [pve-devel] [PATCH v6 proxmox-widget-toolkit 29/30] notification: add ui for managing notification filters
` [pve-devel] [PATCH v6 pve-docs 30/30] add documentation for the new notification system

[pve-devel] [PATCH dab-pve-appliances] dab.conf: update external links to www.proxmox.com
 2023-08-11 10:52 UTC 

[pve-devel] [PATCH pve-manager] website: update external links to www.proxmox.com
 2023-08-11 10:46 UTC 

[pve-devel] [PATCH proxmox-widget-toolkit] utils: Remove outdated url in comment
 2023-08-11 10:43 UTC 

[pve-devel] [PATCH pve-docs] website: update external links to www.proxmox.com
 2023-08-11 10:43 UTC 

[pve-devel] [PATCH v4 qemu-server] fix #3963: Skip TPM startup for template VMs
 2023-08-11  7:19 UTC  (2+ messages)
` [pve-devel] applied: "

[pve-devel] [PATCH-SERIES librados2-perl] improve fork behavior
 2023-08-11  7:13 UTC  (5+ messages)
` [pve-devel] [PATCH librados2-perl 1/3] refactor pverados worker into dedicated function
` [pve-devel] [PATCH librados2-perl 2/3] reset inherited signal handlers in child worker
` [pve-devel] [PATCH librados2-perl 3/3] use POSIX::_exit instead of exit in forked child
` [pve-devel] applied-series: [PATCH-SERIES librados2-perl] improve fork behavior

[pve-devel] [PATCH installer 0/2] add stricter checks w.r.t. BIOS boot on 4Kn disks
 2023-08-10 10:31 UTC  (3+ messages)
` [pve-devel] [PATCH installer 1/2] raid setup: btrfs: do not allow legacy "
` [pve-devel] [PATCH installer 2/2] tui: disallow legacy BIOS boot from 4Kn disks for all filesystems

[pve-devel] [PATCH manager v4 0/2] fix #474: allow transfer from container/vms
 2023-08-10 10:09 UTC  (3+ messages)
` [pve-devel] [PATCH manager v4 1/2] fix #474: api: "
` [pve-devel] [PATCH manager v4 2/2] fix #474: ui: "

[pve-devel] [PATCH manager] fix #474: allow transfer from container/vms
 2023-08-10  9:47 UTC  (5+ messages)

[pve-devel] [PATCH common/access-control/manager v2 0/3] ldap: check bind connection on realm add/update
 2023-08-10  8:49 UTC  (7+ messages)
` [pve-devel] [PATCH common v2 1/3] ldap: handle errors explicitly everywhere instead of simply `die`ing
` [pve-devel] [PATCH access-control v2 2/3] ldap: add opt-in `check-connection` param to perform a bind check
` [pve-devel] [PATCH manager v2 3/3] ui: ldap: add 'Check connection' checkbox as advanced option

[pve-devel] [PATCH v3 qemu-server] fix #3963: Skip TPM startup for template VMs
 2023-08-10  8:10 UTC  (2+ messages)

[pve-devel] [PATCH ifupdown2] patch: fix ipv6 slaac on bridge
 2023-08-10  7:09 UTC  (3+ messages)
  ` [pve-devel] applied: "

[pve-devel] [PATCH manager v3 0/2] fix #474: allow transfer from container/vms
 2023-08-09 14:49 UTC  (3+ messages)
` [pve-devel] [PATCH manager v3 1/2] fix #474: backend: "
` [pve-devel] [PATCH manager v3 2/2] fix #474: frontend: "

[pve-devel] [PATCH manager v2 0/2] fix #474: allow transfer from container/vms
 2023-08-09 14:36 UTC  (3+ messages)
` [pve-devel] [PATCH manager v2 1/2] fix #474: backend: "
` [pve-devel] [PATCH manager v2 2/2] fix #474: backend "

[pve-devel] [PATCH v4 qemu] fix #1534: vma: Add extract filter for disk images
 2023-08-09 14:08 UTC 

[pve-devel] [PATCH v3 qemu] fix #1534: vma: Add extract filter for disk images
 2023-08-09 14:01 UTC 

[pve-devel] [PATCH installer 0/6] some small, assorted fixes & cleanups
 2023-08-09 13:44 UTC  (7+ messages)
` [pve-devel] [PATCH installer 1/6] tui: drop some leftover, commented-out code
` [pve-devel] [PATCH installer 2/6] tui: password: include minimum password length in error message
` [pve-devel] [PATCH installer 3/6] tui: network: select matching NIC for IP configuration
` [pve-devel] [PATCH installer 4/6] tui: setup: fix disk size for 4Kn block devices
` [pve-devel] [PATCH installer 5/6] sys: block: fix possible use of `undef`-value when detecting disk sizes
` [pve-devel] [PATCH installer 6/6] tui: setup: handle missing disk block size gracefully

[pve-devel] [PATCH v2 qemu-server] fix #3963: Skip TPM startup for template VMs
 2023-08-09 12:06 UTC  (3+ messages)

[pve-devel] [PATCH v2 qemu] fix #1534: vma: Add extract filter for disk images
 2023-08-09 11:06 UTC  (2+ messages)

[pve-devel] [PATCH v2 proxmox-widget-toolkit manager pmg-gui 0/4] #4442: impl firewall log filtering
 2023-08-09 10:55 UTC  (5+ messages)
` [pve-devel] [PATCH v2 proxmox-widget-toolkit 1/2] fix #4442: adapt DateTimeField to be more declarative
` [pve-devel] [PATCH v2 proxmox-widget-toolkit 2/2] fix #4442: Extend LogView for firewall datetime filtering
` [pve-devel] [PATCH v2 manager 3/3] fix #4442: Add date-time filtering for firewall logs
` [pve-devel] [PATCH v2 pmg-gui 4/4] Revert "fix tracking center with newer proxmox-widget-toolkit"

[pve-devel] [PATCH storage/manager v5 0/2] fix #4849: allow download of compressed ISOs
 2023-08-09  9:22 UTC  (3+ messages)
` [pve-devel] [PATCH storage/manager v5 1/1] fix #4849: download to storage: automatically dectect and configure compression
` [pve-devel] [PATCH storage/manager v5 1/1] fix #4849: download-url: allow download and decompression of compressed ISOs

[pve-devel] [PATCH qemu-server] fix #3963: Skip TPM startup for template VMs
 2023-08-09  9:09 UTC 

[pve-devel] [PATCH cluster/guest-common/docs/qemu-server/manager v6 0/11] virtiofs
 2023-08-09  8:37 UTC  (12+ messages)
` [pve-devel] [PATCH cluster v7 1/11] add mapping/dir.cfg for resource mapping
` [pve-devel] [PATCH guest-common v7 2/11] add Dir mapping config
` [pve-devel] [PATCH docs v7 3/11] added shared filesystem doc for virtio-fs
` [pve-devel] [PATCH qemu-server v7 4/11] feature #1027: virtio-fs support
` [pve-devel] [PATCH qemu-server v7 5/11] Permission check for virtiofs directory access
` [pve-devel] [PATCH qemu-server v7 6/11] check_local_resources: virtiofs
` [pve-devel] [PATCH manager v7 07/11] api: add resource map api endpoints for directories
` [pve-devel] [PATCH manager v7 08/11] ui: add edit window for dir mappings
` [pve-devel] [PATCH manager v7 09/11] ui: ResourceMapTree for DIR
` [pve-devel] [PATCH manager v7 10/11] ui: form: add DIRMapSelector
` [pve-devel] [PATCH manager v7 11/11] ui: add options to add virtio-fs to qemu config

[pve-devel] [PATCH-SERIE proxmox-widget-toolkit/pve-manager] ceph ui: add pg warning state
 2023-08-08 11:19 UTC  (2+ messages)

[pve-devel] [PATCH pve-manager] ui: ceph status: add pg warning state
 2023-08-08  7:32 UTC  (4+ messages)

[pve-devel] [PATCH v4 qemu] Add format attributes to function candidates
 2023-08-08  7:19 UTC  (2+ messages)
` [pve-devel] applied: "

[pve-devel] [PATCH manager/docs/proxmox{, -perl-rs, -widget-toolkit} 0/8] notifications: add SMTP endpoint
 2023-08-07 13:06 UTC  (9+ messages)
` [pve-devel] [PATCH proxmox 1/8] notify: add 'smtp' endpoint
` [pve-devel] [PATCH proxmox 2/8] notify: add api for smtp endpoints
` [pve-devel] [PATCH proxmox 3/8] notify: fix typo in doc comments
` [pve-devel] [PATCH proxmox 4/8] notify: update d/control
` [pve-devel] [PATCH proxmox-perl-rs 5/8] notify: add bindings for smtp API calls
` [pve-devel] [PATCH pve-manager 6/8] notify: add API routes for smtp endpoints
` [pve-devel] [PATCH proxmox-widget-toolkit 7/8] panel: notification: add gui for SMTP endpoints
` [pve-devel] [PATCH pve-docs 8/8] notifications: document "

[pve-devel] [PATCH v3 qemu 1/3] Add format attributes to function candidates
 2023-08-07 13:03 UTC  (4+ messages)
` [pve-devel] [PATCH v3 qemu 2/3] Use already defined G_GNUC_PRINTF macro
` [pve-devel] [PATCH v3 qemu 3/3] Remove redundant function definition

[pve-devel] [PATCH qemu] fix #1534: vma: Add extract filter for disk images
 2023-08-07 12:52 UTC  (2+ messages)

[pve-devel] [PATCH v2 qemu 1/2] Add format attributes to function candidates
 2023-08-07 12:30 UTC  (2+ messages)
` [pve-devel] [PATCH v2 qemu 2/2] Use already defined G_GNUC_PRINTF macro

[pve-devel] [PATCH qemu] Add format attributes to function candidates
 2023-08-07 12:05 UTC  (2+ messages)

[pve-devel] [PATCH qemu] backup: drop broken BACKUP_FORMAT_DIR
 2023-08-04 13:04 UTC 

[pve-devel] [PATCH storage/manager/common v4 0/6] fix #4849: allow download of compressed ISOs
 2023-08-04 11:53 UTC  (13+ messages)
` [pve-devel] [PATCH storage v4 1/2] fix #4849: download-url: allow download and decompression "
` [pve-devel] [PATCH storage v4 2/2] fix whitespaces
  ` [pve-devel] applied: "
` [pve-devel] [PATCH common v4 1/2] fix #4849: download file from url: add opt parameter for a decompression command
  ` [pve-devel] applied: "
` [pve-devel] [PATCH common v4 2/2] fix whitespaces
  ` [pve-devel] applied: "
` [pve-devel] [PATCH manager v4 1/2] fix #4849: download to storage: automatically dectect and configure compression
` [pve-devel] [PATCH manager v4 2/2] fix whitespaces
  ` [pve-devel] applied: "

[pve-devel] [PATCH installer 0/1] fix #4869: Show state in management interface ComboBox
 2023-08-04 10:26 UTC  (2+ messages)
` [pve-devel] [PATCH installer 1/1] "

[pve-devel] [PATCH qemu] add patch fixing fd leak for vhost
 2023-08-03 15:40 UTC  (2+ messages)
` [pve-devel] applied: "

[pve-devel] applied: [PATCH] fixes #4874: Raise error for hostname
 2023-08-03  8:53 UTC 

[pve-devel] [PATCH docs/wt/manager] implement tagview
 2023-08-02 10:53 UTC  (4+ messages)
` [pve-devel] [PATCH docs 1/1] gui: add anchor for tags chapter
` [pve-devel] [PATCH widget-toolkit 1/1] css: add some conditions to the tag classes for the tag view
` [pve-devel] [PATCH manager 1/1] ui: implement 'Tag View' for the resource tree

[pve-devel] [PATCH widget-toolkit 1/1] fixes #4874: Improve VM Name error message
 2023-08-02  8:16 UTC 

[pve-devel] [PATCH manager] ui: form: listfield: add 5px padding between grid and 'Add' button
 2023-08-02  8:14 UTC  (3+ messages)
` [pve-devel] applied: "

[pve-devel] [PATCH access-control/manager 0/2] ldap: check bind connection on realm add/update
 2023-08-01  9:18 UTC  (7+ messages)
` [pve-devel] [PATCH access-control 1/2] api: domains: add off-by-default `check-connection` parameter
` [pve-devel] [PATCH manager 2/2] ui: ldap: add 'Check connection' checkbox as advanced option

[pve-devel] [PATCH v2 stable-7 manager] pve7to8: Add check for dkms modules
 2023-08-01  8:42 UTC 

[pve-devel] [V3 PATCH storage/manager/common 0/3]fix #4849: allow download of compressed ISOs
 2023-07-31 13:42 UTC  (6+ messages)
` [pve-devel] [V3 PATCH common 1/1] fix #4849: download file from url: add opt parameter for a decompression command
` [pve-devel] [V3 PATCH manager 1/1] fix #4849: download to storage: automatically dectect and configure compression
` [pve-devel] [V3 PATCH storage 1/1] fix #4849: download-url: allow download and decompression of compressed ISOs

[pve-devel] [PATCH v4 manager/container/guest-common/docs 0/4] fix #3069: add pbs-entries-max to vzdump.conf
 2023-07-28 13:28 UTC  (5+ messages)
` [pve-devel] [PATCH v4 manager 1/4] fix #3069: vzdump: add property 'performance: pbs-entries-max=N'
` [pve-devel] [PATCH v4 container 2/4]: fix #3069: vzdump: add 'pbs-entries-max' parameter
` [pve-devel] [PATCH v4 guest-common 3/4] fix #3069: vzdump: schema: add 'pbs-entries-max' property
` [pve-devel] [PATCH v4 docs 4/4] vzdump: mention new parameter 'pbs-entries-max'

[pve-devel] [PATCH v2 docs] sysadmin: add section 'Firmware Updates' and references
 2023-07-28 13:21 UTC 

[pve-devel] [PATCH qemu] add patch fixing resume for snapshot and hibernate with drive with iothread and a dirty bitmap
 2023-07-28 13:12 UTC  (4+ messages)
` [pve-devel] applied: "

[pve-devel] [PATCH v2 proxmox{, -perl-rs} 0/4] move `HttpError` from `proxmox-router` into its own crate
 2023-07-28  9:58 UTC  (2+ messages)
` [pve-devel] applied-series: "

[pve-devel] [PATCH proxmox 1/2] notify: fix build warnings if not all features are enabled
 2023-07-28  8:45 UTC  (2+ messages)
` [pve-devel] applied-series: "

[pve-devel] [PATCH V2 storage/manager/common 0/3] allow download of compressed ISOs
 2023-07-28  8:11 UTC  (6+ messages)
` [pve-devel] [PATCH V2 common 1/1] fix #4849: download file from url: add opt parameter for a decompression command
` [pve-devel] [PATCH V2 manager 1/1] fix #4849: download to storage: automatically dectect and configure compression
` [pve-devel] [PATCH V2 storage 1/1] fix #4849: download-url: allow download and decompression of compressed ISOs

page:  |  | latest

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