Message ID | 20231110204119.3692023-1-willy@infradead.org (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-xfs-owner@vger.kernel.org> 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 DCDD7C4332F for <linux-xfs@archiver.kernel.org>; Fri, 10 Nov 2023 20:43:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235573AbjKJUnC (ORCPT <rfc822;linux-xfs@archiver.kernel.org>); Fri, 10 Nov 2023 15:43:02 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44712 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1346476AbjKJUmL (ORCPT <rfc822;linux-xfs@vger.kernel.org>); Fri, 10 Nov 2023 15:42:11 -0500 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C18504C09; Fri, 10 Nov 2023 12:41:39 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type:Content-ID: Content-Description:In-Reply-To:References; bh=C5X6/h3e8eaTCuBQ6as3UZr2CNlaSfB1exmIWSz8Szc=; b=NoEns8BoaQo66ULG0gb9rTeN1z gT+8MQoAuvTFxX3VYSOZR0e5qNZT4DIQl11LmO6Dwnnaz4ZWjbraCKvJnmca7rbgDyVTUvavaA2ZT pYhaAkn77e1Q2N8IDc/7XgiKLLhispH7ai6cMg4kjqiHqujdyX+/sxEmJ6fmwgcn8NemuLX3orgDU bkj3eKBuKk8yaZtyx25FV9UD7V2jdz6OAFOVUwazBSlRiqKJ/nIzZNGiWTjgkUCs/Dpq0Vz9AfwxA xARjgSG5TV+TFK3Uo/R0D9lDt8FGQzC1mxgNnVnslUKrj8skPZ9w3IyKbv0Xjsxq0eVV6FvtlClfV LU/LcCcQ==; Received: from willy by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1r1YJc-00FUT2-U3; Fri, 10 Nov 2023 20:41:20 +0000 From: "Matthew Wilcox (Oracle)" <willy@infradead.org> To: Peter Zijlstra <peterz@infradead.org>, Ingo Molnar <mingo@redhat.com>, Will Deacon <will@kernel.org>, Waiman Long <longman@redhat.com> Cc: "Matthew Wilcox (Oracle)" <willy@infradead.org>, linux-kernel@vger.kernel.org, linux-mm@kvack.org, Chandan Babu R <chandan.babu@oracle.com>, "Darrick J . Wong" <djwong@kernel.org>, linux-xfs@vger.kernel.org, Mateusz Guzik <mjguzik@gmail.com> Subject: [PATCH v3 0/4] Remove the XFS mrlock Date: Fri, 10 Nov 2023 20:41:15 +0000 Message-Id: <20231110204119.3692023-1-willy@infradead.org> X-Mailer: git-send-email 2.37.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: <linux-xfs.vger.kernel.org> X-Mailing-List: linux-xfs@vger.kernel.org |
Series | Remove the XFS mrlock | expand |