Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752564AbcKQWRn (ORCPT ); Thu, 17 Nov 2016 17:17:43 -0500 Received: from mga05.intel.com ([192.55.52.43]:8689 "EHLO mga05.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750855AbcKQWRk (ORCPT ); Thu, 17 Nov 2016 17:17:40 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,655,1473145200"; d="scan'208";a="902672752" Date: Thu, 17 Nov 2016 15:17:38 -0700 From: Ross Zwisler To: Matthew Wilcox Cc: linux-kernel@vger.kernel.org, Andrew Morton , Konstantin Khlebnikov , Ross Zwisler , linux-fsdevel@vger.kernel.org, Matthew Wilcox , linux-mm@kvack.org, "Kirill A . Shutemov" Subject: Re: [PATCH 00/29] Improve radix tree for 4.10 Message-ID: <20161117221738.GA2738@linux.intel.com> Mail-Followup-To: Ross Zwisler , Matthew Wilcox , linux-kernel@vger.kernel.org, Andrew Morton , Konstantin Khlebnikov , linux-fsdevel@vger.kernel.org, Matthew Wilcox , linux-mm@kvack.org, "Kirill A . Shutemov" References: <1479341856-30320-1-git-send-email-mawilcox@linuxonhyperv.com> <1479341856-30320-37-git-send-email-mawilcox@linuxonhyperv.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1479341856-30320-37-git-send-email-mawilcox@linuxonhyperv.com> User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 460 Lines: 12 On Wed, Nov 16, 2016 at 04:17:01PM -0800, Matthew Wilcox wrote: > From: Matthew Wilcox > > Hi Andrew, > > Please include these patches in the -mm tree for 4.10. Mostly these are > improvements; the only bug fixes in here relate to multiorder entries > (which as far as I'm aware remain unused). My DAX PMD patches use multiorder entries, and are queued for v4.10 merge: http://www.spinics.net/lists/linux-fsdevel/msg104041.html