Received: by 2002:a05:6a10:a0d1:0:0:0:0 with SMTP id j17csp1101772pxa; Thu, 20 Aug 2020 02:29:51 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx4GbZHQ47XQrlrLe43M7hNBTVcCqdiF4xvomNAjhPQ/V5h+EwhsQ29h49pnlluDFkO+LSH X-Received: by 2002:a05:6402:3113:: with SMTP id dc19mr1891126edb.280.1597915790892; Thu, 20 Aug 2020 02:29:50 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1597915790; cv=none; d=google.com; s=arc-20160816; b=P3p+01TBi2E88mzktUqnhyGWsvHDe0Wi/3+kYDfv6iR9jkNLCSy0x0w54UP+npBUWi AZXdnDldCiicTkkV2mlWl0EVQa34bPGFhk/zNUcYYAvZJhkzo+lMDj0fspNpK2NmIVUs QUOHi7ZBSB/mv2nEdIfYKve1x/2x8QdQ6Yn2KjF0TOXYd/nRezI1F1TrHVAh0E33I7Ag /BlrQXxe75bPSomrakyAzPIGTcRPQv7+iKR1eqgkqA9mekK+taoVGC+MLwAaT1ZM5cZ9 t9nxUSpRxe6RgdAByS5YynaHCn4WIZgQMn+INuVmpSxo/73nNmUXwNcuKiAMk8AD/F8i ntug== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=fCVNtrO3gWGUBPloS23CS4k2VBosipt9eQYC9VEGWJ4=; b=mltuyMo+8RIURyuPntfYg3HW2Mq2X7BSS9s/442IlO5TadOIM8leD8DZ+M6wTxPj/z YfAAZ9UMi3lFunirXrkwlipzK+rk3/+hSnmkvDpmJ+4h4V2C9vZWEoF58dCCdW90rIv4 Z7AtqcR2is1pOO9AbRuL7vK9r6yD2JB9D2AlOtV3SJ1MHgVVNCuqbVrMh0S9ujG8MMsV brWeDiRuHHaXlMq2KQ/AI2Wm52xfitCrv5L/yTgtrRrTVnXYUp6isdsW+5KWv4kUhSBH nGM1LLYinT9ELDMq4ZYwI6oxi3nszSsQrFKgsDLAIbhDalpdMp5zEeSza5tAd1Ityz/5 Sydg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=sAF7nfHd; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id v23si1058003edw.343.2020.08.20.02.29.26; Thu, 20 Aug 2020 02:29:50 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=sAF7nfHd; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727900AbgHTJ2n (ORCPT + 99 others); Thu, 20 Aug 2020 05:28:43 -0400 Received: from mail.kernel.org ([198.145.29.99]:37616 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727997AbgHTJ1v (ORCPT ); Thu, 20 Aug 2020 05:27:51 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 6C29222D02; Thu, 20 Aug 2020 09:27:50 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1597915670; bh=Qy65o2ElQbFg2VmWsr+VjaMnkiwLKwRjolVO9ke96v8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=sAF7nfHdbFQ5SPSMQ8AcVvG8eFEGPVjUmYGxaUSIGKsy0hpUASDZ4+1NbrbrIhaiR 7mtKEdf75zwnUqKTg/mvHANkUrzIUbdYf3TF0qCTbb1gFHEU1LwPjJUlV0onbfql84 YutKzOwIIRAHQgReZgcoVnFYgceXQMkE5lKiNtcM= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Coly Li , Jens Axboe Subject: [PATCH 5.8 065/232] bcache: allocate meta data pages as compound pages Date: Thu, 20 Aug 2020 11:18:36 +0200 Message-Id: <20200820091615.947140901@linuxfoundation.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20200820091612.692383444@linuxfoundation.org> References: <20200820091612.692383444@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Coly Li commit 5fe48867856367142d91a82f2cbf7a57a24cbb70 upstream. There are some meta data of bcache are allocated by multiple pages, and they are used as bio bv_page for I/Os to the cache device. for example cache_set->uuids, cache->disk_buckets, journal_write->data, bset_tree->data. For such meta data memory, all the allocated pages should be treated as a single memory block. Then the memory management and underlying I/O code can treat them more clearly. This patch adds __GFP_COMP flag to all the location allocating >0 order pages for the above mentioned meta data. Then their pages are treated as compound pages now. Signed-off-by: Coly Li Cc: stable@vger.kernel.org Signed-off-by: Jens Axboe Signed-off-by: Greg Kroah-Hartman --- drivers/md/bcache/bset.c | 2 +- drivers/md/bcache/btree.c | 2 +- drivers/md/bcache/journal.c | 4 ++-- drivers/md/bcache/super.c | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) --- a/drivers/md/bcache/bset.c +++ b/drivers/md/bcache/bset.c @@ -322,7 +322,7 @@ int bch_btree_keys_alloc(struct btree_ke b->page_order = page_order; - t->data = (void *) __get_free_pages(gfp, b->page_order); + t->data = (void *) __get_free_pages(__GFP_COMP|gfp, b->page_order); if (!t->data) goto err; --- a/drivers/md/bcache/btree.c +++ b/drivers/md/bcache/btree.c @@ -785,7 +785,7 @@ int bch_btree_cache_alloc(struct cache_s mutex_init(&c->verify_lock); c->verify_ondisk = (void *) - __get_free_pages(GFP_KERNEL, ilog2(bucket_pages(c))); + __get_free_pages(GFP_KERNEL|__GFP_COMP, ilog2(bucket_pages(c))); c->verify_data = mca_bucket_alloc(c, &ZERO_KEY, GFP_KERNEL); --- a/drivers/md/bcache/journal.c +++ b/drivers/md/bcache/journal.c @@ -999,8 +999,8 @@ int bch_journal_alloc(struct cache_set * j->w[1].c = c; if (!(init_fifo(&j->pin, JOURNAL_PIN, GFP_KERNEL)) || - !(j->w[0].data = (void *) __get_free_pages(GFP_KERNEL, JSET_BITS)) || - !(j->w[1].data = (void *) __get_free_pages(GFP_KERNEL, JSET_BITS))) + !(j->w[0].data = (void *) __get_free_pages(GFP_KERNEL|__GFP_COMP, JSET_BITS)) || + !(j->w[1].data = (void *) __get_free_pages(GFP_KERNEL|__GFP_COMP, JSET_BITS))) return -ENOMEM; return 0; --- a/drivers/md/bcache/super.c +++ b/drivers/md/bcache/super.c @@ -1776,7 +1776,7 @@ void bch_cache_set_unregister(struct cac } #define alloc_bucket_pages(gfp, c) \ - ((void *) __get_free_pages(__GFP_ZERO|gfp, ilog2(bucket_pages(c)))) + ((void *) __get_free_pages(__GFP_ZERO|__GFP_COMP|gfp, ilog2(bucket_pages(c)))) struct cache_set *bch_cache_set_alloc(struct cache_sb *sb) {