]> git.proxmox.com Git - pve-storage.git/history - PVE/API2
zfspool: add zfs_get_sorted_snapshot_list helper
[pve-storage.git] / PVE / API2 /
2021-10-07 Fabian Ebnerapi: disks: create: set correct partition type
2021-10-07 Fabian Ebnerpartially fix #2285: api: disks: allow partitions for...
2021-10-07 Fabian Ebnerapi: disks: initgpt: explicitly abort for partitions
2021-10-04 Lorenz Stechaunerstatus: fix tmpfile cleanup
2021-10-04 Lorenz Stechaunerfix #3505: status: add checksum and algorithm to file...
2021-10-04 Lorenz Stechaunerstatus: remove sleep(1) in file upload
2021-09-30 Fabian Ebnerapi: disk: work around udev bug to ensure its database...
2021-09-30 Fabian Ebnerapi: disks: create: re-check disk after fork/lock
2021-09-10 Fabian Ebnerfix #3610: properly build ZFS detail tree
2021-09-06 Thomas Lamprechtapi: followup style/comment improvements
2021-09-06 Lorenz Stechaunerstatus: move unlink from http-server to enpoint
2021-08-26 Aaron LautererCeph: add keyring parameter for external clusters
2021-07-30 Dominik Csapakapi: disks: allow zstd compression for zfs pools
2021-07-29 Thomas Lamprechtapi: status: rework err cleanup
2021-07-29 Thomas Lamprechtapi: status: import run_command
2021-07-29 Lorenz Stechaunerapi: status: fix unlink on file upload
2021-07-29 Thomas Lamprechtapi: status: sort/cleanup module use-statements
2021-07-21 Lorenz Stechaunerstatus: add max length and disclaimer to file upload...
2021-07-21 Lorenz Stechaunerstatus: add enum for file upload content type
2021-06-23 Thomas Lamprechtapi: file download: limit filename length and encode...
2021-06-23 Thomas Lamprechtapi: file download: code cleanups
2021-06-23 Lorenz Stechaunerstatus: add download_url method
2021-06-23 Lorenz Stechaunerstatus: factoring out normalize_content_filename
2021-06-23 Fabian Ebnerapi: content: correctly handle warnings status for...
2021-06-23 Lorenz Stechaunerfactoring out regex for vztmpl
2021-06-23 Thomas Lamprechttree-wide: fix typos with codespell
2021-06-21 Thomas Lamprechtapi: status: sort index and add missing "file-restore"
2021-06-16 Thomas Lamprechtapi: content/delete: die with newline to avoid addign...
2021-06-08 Fabian Ebnerapi: get rid of moved 'usb' call
2021-06-02 Fabian Ebnerapi: add wipedisk call
2021-04-23 Fabian Grünbichlerfile-restore: pass in volume ID or name
2021-04-23 Fabian Grünbichlerfile-restore: return perl-y booleans
2021-04-23 Stefan Reiteradd FileRestore API for PBS
2021-04-23 Fabian Grünbichlerapi: fix typo in error message
2021-04-22 Fabian Grünbichlerpbs: allow setting up a master key
2021-03-11 Fabian Ebnerapi: disk list: allow if an audit permission for the...
2021-02-26 Stoiko Ivanovdisks: zfs: scan is only returned optionally
2021-02-06 Fabian EbnerDiskmanage: also include partitions with get_disks...
2021-02-06 Fabian EbnerDisks: return correct journal disk candidates
2021-01-28 Dominik Csapakapi: storage/config: use extract_sensitive_params from...
2020-12-07 Thomas Lamprechtapi: content/backup: handle deletion of notes
2020-12-02 Thomas Lamprechtapi: scan: note that USB is depreacated
2020-12-01 Thomas Lamprechtapi/cli: add pbs scan endpoint and command
2020-12-01 Thomas Lamprechtapi: scan: move over index and usb scan from manager
2020-12-01 Thomas Lamprechtapi: scan cifs: port over NT_STATUS filter from pve...
2020-12-01 Thomas Lamprechtfactor out scan CLI definition to real API module
2020-11-24 Thomas Lamprechtapi: content: pass encrypted status for PBS backups
2020-11-24 Dominik CsapakStorage/Plugin: add get/update_volume_comment and imple...
2020-11-24 Dominik Csapakapi2/storage/content: change to volume_size_info and...
2020-11-24 Dominik Csapakrename comment to notes
2020-11-12 Thomas Lamprechtapi: storage create/update: return parts of the configu...
2020-11-12 Dominik Csapakapi: content listing: add comment and verification...
2020-11-11 Thomas Lamprechtapi/config: fix indentation
2020-10-09 Thomas Lamprechtcode cleanup
2020-09-29 Thomas Lamprechtcheck for service exsitance before enabling zfs-import...
2020-09-29 Stoiko IvanovDisks: instantiate import unit for created zpool
2020-08-20 Fabian Ebnerprune_backups: fix message
2020-07-24 Fabian EbnerAdd API and pvesm call for prune_backups
2020-07-14 Wolfgang Bumillerfix another encryption_key vs encryption-key instance
2020-07-09 Wolfgang Bumillerrefactor sensitive parameter handling
2020-06-30 Fabian EbnerWhitespace cleanup
2020-06-06 Stoiko Ivanovfix #2777 create zpools with stable dev paths
2020-04-25 Thomas Lamprechtconfig: add missing whitespace
2020-04-09 Fabian EbnerCollect optional parameters for storage_migrate into...
2020-03-06 Thomas Lamprechtapi: storage/content: fix return schema property descri...
2020-03-06 Dietmar Maurerapi: storage/content: add ctime to return schema
2020-02-20 Dietmar MaurerPVE/Storage/Plugin.pm: introduce on_update_hook
2020-02-19 Dietmar MaurerPVE/Storage/PBSPlugin.pm: start new proxmox backup...
2020-02-05 Thomas Lamprechtsystemd unit name escape helpers moved to common, use...
2020-02-05 Thomas Lamprechtdirectory/cephfs: sort module usage
2019-12-13 Thomas Lamprechtgrammar fix: s/does not exists/does not exist/g
2019-12-09 Tim Marxcalculate reasonable metadatasize for lvm thin pools...
2019-11-18 Fabian Grünbichleruse PVE::RRD for RRD data
2019-11-18 Fabian Grünbichleruse PVE::SSHInfo
2019-11-05 Tim Marxconvert vmid to int to conform with return type declaration
2019-11-05 Tim Marxwhitespace cleanup
2019-09-03 Stefan Reiterfix #2216: Allow .img files in 'iso' type storages
2019-07-25 Dominic JägerFix #582: Add DELETE delay logic
2019-06-13 Thomas Lamprechtfollowup: reword comment a bit
2019-06-13 Stefan Reiterfix #1427: Set file mode on uploaded templates/ISOs
2019-06-04 Dominik CsapakDisks API: allow also unused disks for db/wal
2019-05-31 Dominik Csapakallow disk with LVM for journal devices
2019-05-15 Thomas Lamprechtapi/config update: indentation and whitespace fixes
2019-05-15 Thomas Lamprechtapi/config update: only iterate over hash keys, not...
2019-05-14 Thomas Lamprechtpvesm set: handle deletion of properties
2019-04-11 Christian EbnerStatus: Include command error in error message when...
2019-04-10 Thomas Lamprechtfollowup: code cleanup
2019-04-10 Dominic JägerFix #318: Delete vzdump log when deleting a backup
2019-02-20 Thomas Lamprechtfollowup: try to be a bit more like systemd-escape
2019-02-20 Thomas Lamprechtfollowup comment that we do not escape completely like...
2019-02-20 Dominik Csapakfix #2099: escape systemd path names in mount unit
2019-01-31 Dominik Csapakallow snippets by default for new dir storages
2018-11-19 Dominik Csapakremove PVE/API2/Storage/Scan.pm
2018-11-19 Dominik Csapakmove Scan API calls from PVE/API2/Storage/Scan.pm to...
2018-11-15 Thomas Lamprechtfix #862: do not resolve portal adress on storage add
2018-11-09 Thomas Lamprechtfolowup: fix whitespace errors and s/and/&&/ for consis...
2018-11-09 Tim Marxstorage zfs: removed unused variable
2018-11-09 Tim Marxstorage zfs: changed return value description & optionals
2018-11-09 Tim Marxclose #1949: storage zfs: changed zpool command parser
2018-10-29 Tim MarxFix: api zfs: changed return value name to errors
next