From patchwork Thu Jan 6 17:49:01 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Goffredo Baroncelli X-Patchwork-Id: 12705609 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 20815C433EF for ; Thu, 6 Jan 2022 17:49:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242374AbiAFRtW (ORCPT ); Thu, 6 Jan 2022 12:49:22 -0500 Received: from santino.mail.tiscali.it ([213.205.33.245]:56242 "EHLO smtp.tiscali.it" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S242387AbiAFRtR (ORCPT ); Thu, 6 Jan 2022 12:49:17 -0500 Received: from venice.bhome ([84.220.25.125]) by santino.mail.tiscali.it with id fVpB260072hwt0401VpBGo; Thu, 06 Jan 2022 17:49:13 +0000 x-auth-user: kreijack@tiscali.it From: Goffredo Baroncelli To: linux-btrfs@vger.kernel.org Cc: Zygo Blaxell , Josef Bacik , David Sterba , Sinnamohideen Shafeeq , Paul Jones , Boris Burkov , Goffredo Baroncelli Subject: [PATCH 0/2][V10] btrfs-progs: allocation_hint disk property Date: Thu, 6 Jan 2022 18:49:01 +0100 Message-Id: X-Mailer: git-send-email 2.34.1 Reply-To: Goffredo Baroncelli MIME-Version: 1.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tiscali.it; s=smtp; t=1641491353; bh=tDbjk1izZD4y9ZJf52L5xrb/wkV1zz3RYZPaDIQf2PI=; h=From:To:Cc:Subject:Date:Reply-To; b=gFPBO1n/FO4iccbgYqXT8eW1tfr0bX8kTC3mC2243SsFWs2v41Th2h5hKd4ReAepk DREy3TIDg7hNOWNkG3J5UdLJNsK52xDfla4BmYteKIsWOZmfWiCHLF6qOA37IpnqjO 70RZc2v783RM9yMxiEpT7PSApabACsDmgk9l+/w4= Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org From: Goffredo Baroncelli This patches set is the userspace portion of the serie "[PATCH V10] btrfs: allocation_hint mode". Look this patches set for further information. G.Baroncelli Goffredo Baroncelli (2): btrfs-progs: new "allocation_hint" property. Update man page for allocator_hint property. Documentation/btrfs-property.asciidoc | 17 +++ cmds/property.c | 202 ++++++++++++++++++++++++++ kernel-shared/ctree.h | 13 ++ 3 files changed, 232 insertions(+)