From mboxrd@z Thu Jan 1 00:00:00 1970 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 DAB9CC433FE for ; Tue, 4 Oct 2022 09:07:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230037AbiJDJHI (ORCPT ); Tue, 4 Oct 2022 05:07:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51110 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229453AbiJDJHG (ORCPT ); Tue, 4 Oct 2022 05:07:06 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [IPv6:2001:67c:2178:6::1c]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 733FD2CCA4; Tue, 4 Oct 2022 02:07:05 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 2022D219CD; Tue, 4 Oct 2022 09:07:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1664874424; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=p/MCBs8qMnSHwBgfax2NgDRqZTgT6K6GL16cDPzIIdQ=; b=VZBE9rQo2UiblfgzdNHUR0WRju7+kcwYIXGU1i8TDIxCIKOshHD8EdqSb2YP+NH807UXxZ WCVi2Saonm9NUigeyvI+LALHVs11C8XfGrZl6/OhA58eWblSrxoGE7np+enXQKcUZDeAzc 6CZr5xp61KVA4NF30FfN8GKwJhDJNHw= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1664874424; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=p/MCBs8qMnSHwBgfax2NgDRqZTgT6K6GL16cDPzIIdQ=; b=CjCDDfujU3+qEMRpYDcUnjACsEixM/q9jF5sFeJPSzhlWyjlbzO1N1RAEx0HSQ1Ti8+t/c E7xrJEo/TYSP0aCA== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id C0228139D2; Tue, 4 Oct 2022 09:07:03 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id wek7LLf3O2OoYgAAMHmgww (envelope-from ); Tue, 04 Oct 2022 09:07:03 +0000 Received: from localhost (brahms.olymp [local]) by brahms.olymp (OpenSMTPD) with ESMTPA id c312e6a3; Tue, 4 Oct 2022 09:07:58 +0000 (UTC) Date: Tue, 4 Oct 2022 10:07:58 +0100 From: =?iso-8859-1?Q?Lu=EDs?= Henriques To: Jeff Layton Cc: linux-fsdevel@vger.kernel.org, linux-afs@lists.infradead.org, linux-kernel@vger.kernel.org, ceph-devel@vger.kernel.org Subject: Re: [PATCH v2 08/23] ceph: Convert ceph_writepages_start() to use filemap_get_folios_tag() Message-ID: References: <20220912182224.514561-1-vishal.moola@gmail.com> <20220912182224.514561-9-vishal.moola@gmail.com> <35d965bbc3d27e43d6743fc3a5cb042503a1b7bf.camel@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <35d965bbc3d27e43d6743fc3a5cb042503a1b7bf.camel@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org Hi Jeff, (Trimming down the CC list) On Fri, Sep 30, 2022 at 12:25:15PM -0400, Jeff Layton wrote: > > We have some work in progress to add write helpers to netfslib. Once we > get those in place, we plan to convert ceph to use them. At that point > ceph_writepages just goes away. Sorry for hijacking this thread, but I was wondering if there was something I could help here. I haven't seen any netfs patches for this lately, but I may have been looking at the wrong places. I guess these are still the bits that are holding the ceph fscrypt from progressing, so, again, I'd be happy to at least help with the testing. Cheers, -- Luís