Message ID | 20250214155710.2790505-1-willy@infradead.org |
---|---|
Headers | show
Received: from casper.infradead.org (casper.infradead.org [90.155.50.34]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C187926770A; Fri, 14 Feb 2025 15:57:17 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=90.155.50.34 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739548640; cv=none; b=EPX2DlIiIFvRVFGJ+xKyECjcmhpyjD9bOPSC3k8mcQ8VKKT4E7vIPXzAx+fl2id73m5SdPpqRBzWTug5HOtsQ54I3BmXvpvxna3SZPnwqUN9ojKjmkVgPU71uLIX+i2kCVQwaHtRDgXfMKwY2qBzL6hP1mdkbpeqXUJPKRLUOro= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1739548640; c=relaxed/simple; bh=XNgbG1zMI7UoF0mxdU2YRvp3YIrcbdP5wEyJha0nWt4=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=qGTWILZ1nia4VLG/WuqVEl0DdTFUNQf65V5W6QSP6SQJKHn/VjFbH9K+B2B/Cf9u2k2GHB7Cil4NcZNCws+A2BKB1Xz1s6z6oCNxxGDVf0CVv5TkIk2y27Q94Q16gAOpZQRwgr5rR1F+a+zUorJnLqZn6mbpkYAEWXJqLJa2xZE= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org; spf=none smtp.mailfrom=infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=ca8A/UHD; arc=none smtp.client-ip=90.155.50.34 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="ca8A/UHD" 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=azWlzhNcRk6YIClEheIyNJuukxKnhh7eEfcNy8j+HRk=; b=ca8A/UHDDTejE0G1C9fLbJgU0V f/JD4z8FigWAKvRSuJkBa8M7gk9ke1UEVX4nfGvj0eK3k4h/Q2YsWAULXbH622zeZ16joYlGPhMkF aFqca069wefFNe+3SHzchsleRNMUnfNwbpD8eAKhCceWloVMTa7bCqGdjRI0KZC0EtWAFnNLgfN3n KTpfqvVoJU5Ca1kdU2yBkIDpyqKMmKSuC6AnLnxCHX4AVuMEF0FtwKL4scm7n31kzp836a7jwI/gn sz/3JpsIKigN+e1aB7onhCf5gP3J6WnKqUhmrWHygQgEUUHtUUZtmyfclRGRzqxTRj54e8YdD8LEk qEGSA6kw==; Received: from willy by casper.infradead.org with local (Exim 4.98 #2 (Red Hat Linux)) id 1tiy40-0000000BhxZ-1FRQ; Fri, 14 Feb 2025 15:57:12 +0000 From: "Matthew Wilcox (Oracle)" <willy@infradead.org> To: Ilya Dryomov <idryomov@gmail.com> Cc: "Matthew Wilcox (Oracle)" <willy@infradead.org>, ceph-devel@vger.kernel.org, linux-fsdevel@vger.kernel.org, David Howells <dhowells@redhat.com> Subject: [PATCH v2 0/7] Remove accesses to page->index from ceph Date: Fri, 14 Feb 2025 15:57:02 +0000 Message-ID: <20250214155710.2790505-1-willy@infradead.org> X-Mailer: git-send-email 2.48.1 Precedence: bulk X-Mailing-List: ceph-devel@vger.kernel.org List-Id: <ceph-devel.vger.kernel.org> List-Subscribe: <mailto:ceph-devel+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:ceph-devel+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
Series |
Remove accesses to page->index from ceph
|
expand
|