From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 270B660AF8 for ; Wed, 18 Nov 2020 11:15:16 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 1BB981A00B for ; Wed, 18 Nov 2020 11:14:46 +0100 (CET) Received: from proxmox-new.maurer-it.com (proxmox-new.maurer-it.com [212.186.127.180]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS id ABB6E1A001 for ; Wed, 18 Nov 2020 11:14:45 +0100 (CET) Received: from proxmox-new.maurer-it.com (localhost.localdomain [127.0.0.1]) by proxmox-new.maurer-it.com (Proxmox) with ESMTP id 7691D4393F for ; Wed, 18 Nov 2020 11:14:45 +0100 (CET) Date: Wed, 18 Nov 2020 11:14:44 +0100 From: Wolfgang Bumiller To: Fabian =?utf-8?Q?Gr=C3=BCnbichler?= Cc: pbs-devel@lists.proxmox.com Message-ID: <20201118101444.w65gelkys2grhnms@wobu-vie.proxmox.com> References: <20201112103034.159849-1-f.gruenbichler@proxmox.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20201112103034.159849-1-f.gruenbichler@proxmox.com> User-Agent: NeoMutt/20180716 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.009 Adjusted score from AWL reputation of From: address KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RCVD_IN_DNSWL_MED -2.3 Sender listed at https://www.dnswl.org/, medium trust SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [mod.rs, datastore.rs] Subject: [pbs-devel] applied series: [PATCH proxmox-backup 0/5] improve listing API X-BeenThere: pbs-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Backup Server development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Nov 2020 10:15:16 -0000 applied series On Thu, Nov 12, 2020 at 11:30:29AM +0100, Fabian Grünbichler wrote: > mainly relevant for non-Datastore.Audit users > > - reduce number of file accesses when listing datastore contents > - make status call as issued by PVE less expensive > - filter snapshot counts for unpriv. users > > Fabian Grünbichler (5): > improve group/snapshot listing > api: make expensive parts of datastore status opt-in > api: filter snapshot counts > drop now unused BackupInfo::list_backups > api: include store in invalid owner errors > > src/api2/admin/datastore.rs | 305 +++++++++++++++++++++--------------- > src/api2/types/mod.rs | 18 ++- > src/backup/backup_info.rs | 16 +- > www/datastore/Summary.js | 2 +- > 4 files changed, 195 insertions(+), 146 deletions(-) > > -- > 2.20.1