From mboxrd@z Thu Jan 1 00:00:00 1970 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 E3D69132113; Wed, 10 Jul 2024 21:40:22 +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=1720647626; cv=none; b=aGKFI8mFAT+UGgaEKEW78EFW1qzY/Ru+P05ox8d7H8m0SRN2APvT9OBzz5oN+lDYbDs+/oOh1JahfM534l2yHls4xzThTVpA1hjcuS8LeiVQBnGMobFgM7VLekMlCw+rAfslooFdm4mrzElZYi/fYtGdhOGf0H8dVXXB6xuHzPQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1720647626; c=relaxed/simple; bh=dtNZaFXzPMRLfnec74raV485fSKqF/FDLb+FsiS4fTg=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=mpp68QRutTJJXcB/qXtjPmsWJwwlpFlPIMOf+oiPE5TmbfB3LIAAdVj0Ph4wUX+dxhdSB9FgFePFm1gz/0Yj0wg1zJHNfM2RqZLkzxFr7YSksO6Bf34gap+9vgozKIiomC4n02Wqrr3jQT0FW5baJyp+aBje+M2U4zkT8A3KWro= 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=pmRu7gZQ; 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="pmRu7gZQ" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Type:MIME-Version:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:In-Reply-To:References; bh=t4jvbJ7n8PAGp09Txkl3fReWKpqoTyQAeWAGk4qQm/o=; b=pmRu7gZQLcNyFlN272TC6n+Pfl 0uX+C6vTTtndMxjKm5byN5vFdxVg0GwLIoEoJwWuns0WUGdROO2+1dhzZdKWoWp4/6I0qHZXSvO3V b0UHmFkud2zX/YFmg+nENEt+OXUQh5LT3Gs3nhF3EeiCDkKHe/K+S9GYaq7eqiSfXHn3+tBGM4ynd Cz0mbigeg0DtzD6U0hCaJxnixGOU0TmvkUubdRu7YLQRCTiu9O4jyMHOPEFlpG6QftsSvbxvtqzgA 6gbAiIzwS/WK4J1HlwxETq0/JNEPhHZQ5GzpkGWBbWs+I7RVC0kZ8QkO9qyzUyXG5PUpgQPdCglft j8Hxw89g==; Received: from willy by casper.infradead.org with local (Exim 4.97.1 #2 (Red Hat Linux)) id 1sRf2x-00000009uiC-3NoI; Wed, 10 Jul 2024 21:40:19 +0000 Date: Wed, 10 Jul 2024 22:40:19 +0100 From: Matthew Wilcox To: linux-fsdevel@vger.kernel.org Cc: Hans de Goede , Mike Marshall , Martin Brandenburg , devel@lists.orangefs.org, David Woodhouse , Richard Weinberger , linux-mtd@lists.infradead.org, Miklos Szeredi , Jaegeuk Kim , Chao Yu , linux-f2fs-devel@lists.sourceforge.net, Tyler Hicks , ecryptfs@vger.kernel.org, Ryusuke Konishi , linux-nilfs@vger.kernel.org, reiserfs-devel@vger.kernel.org Subject: [6.12] Conversion of aops->write_end to use a folio Message-ID: Precedence: bulk X-Mailing-List: ecryptfs@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline For the 6.12 merge window, I intend to submit a patch series loosely similar to the one you can find at http://git.infradead.org/?p=users/willy/pagecache.git;a=shortlog;h=refs/heads/write-end (aka git://git.infradead.org/users/willy/pagecache.git write-end) This is split into a few pieces: - Directory handling conversion for ufs, sysv, minix & qnx6, all posted recently. - Various prep patches in reiserfs, jffs2, block fops, nilfs2, ntfs3, ecryptfs, f2fs, fuse, orangefs and vboxsf - The big bang conversion that is now appropriately trivial in each affected filesystem. It would be nice to get sign-offs from the various fs maintainers on the prep patches. I'll send those out in the next 24 hours. If you want to take them through your tree, I ask that you do that for 6.11 so we're not juggling git trees trying to resolve conflicts in 6.12. I don't think we need signoffs from the various fs maintainers for the big bang patch as the individual changes are so trivial. But if you want to give it a look-over, the more eyes the better. 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 lists.sourceforge.net (lists.sourceforge.net [216.105.38.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id C2F21C3DA42 for ; Wed, 10 Jul 2024 21:40:44 +0000 (UTC) Received: from [127.0.0.1] (helo=sfs-ml-4.v29.lw.sourceforge.com) by sfs-ml-4.v29.lw.sourceforge.com with esmtp (Exim 4.95) (envelope-from ) id 1sRf3K-0006tf-OH; Wed, 10 Jul 2024 21:40:43 +0000 Received: from [172.30.29.66] (helo=mx.sourceforge.net) by sfs-ml-4.v29.lw.sourceforge.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1sRf3J-0006tY-2e for linux-f2fs-devel@lists.sourceforge.net; Wed, 10 Jul 2024 21:40:41 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sourceforge.net; s=x; h=Content-Type:MIME-Version:Message-ID:Subject:Cc:To: From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=t4jvbJ7n8PAGp09Txkl3fReWKpqoTyQAeWAGk4qQm/o=; b=fe+paabaGmaMLyhFKq6yEbvICL BUxA19iD4uS611fT9Z1eep95swilpHBBltWLm4GzM1XSOFAv9c1cWhKcIflT0PdeRN7j9/nwKQ7aF YWi7GXnLf5Kq0ZPKHMOvodYJhE3tWn6fwHdE0t6FJmRmTMVvrNdbjIVkpSHECKzjXJzs=; DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sf.net; s=x ; h=Content-Type:MIME-Version:Message-ID:Subject:Cc:To:From:Date:Sender: Reply-To:Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date :Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Id:List-Help:List-Unsubscribe:List-Subscribe:List-Post: List-Owner:List-Archive; bh=t4jvbJ7n8PAGp09Txkl3fReWKpqoTyQAeWAGk4qQm/o=; b=D uTplbQ+LsfiUjJp4n1QR4FcDKwnox5iHpj1Ij92mnw8TintKlJAvu3U7s6juuQSrO9iFbbq7nQvio n4M4HM6spwkicNC/mCVV4EK2u9wR/ABFX+/WCXGz230AxVNowFoxbN2RwuymbAexO5EHU+FeXfhdl gArrprGMmDDwLirs=; Received: from casper.infradead.org ([90.155.50.34]) by sfi-mx-2.v28.lw.sourceforge.com with esmtps (TLS1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.95) id 1sRf3I-0006fg-LK for linux-f2fs-devel@lists.sourceforge.net; Wed, 10 Jul 2024 21:40:41 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Type:MIME-Version:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:In-Reply-To:References; bh=t4jvbJ7n8PAGp09Txkl3fReWKpqoTyQAeWAGk4qQm/o=; b=pmRu7gZQLcNyFlN272TC6n+Pfl 0uX+C6vTTtndMxjKm5byN5vFdxVg0GwLIoEoJwWuns0WUGdROO2+1dhzZdKWoWp4/6I0qHZXSvO3V b0UHmFkud2zX/YFmg+nENEt+OXUQh5LT3Gs3nhF3EeiCDkKHe/K+S9GYaq7eqiSfXHn3+tBGM4ynd Cz0mbigeg0DtzD6U0hCaJxnixGOU0TmvkUubdRu7YLQRCTiu9O4jyMHOPEFlpG6QftsSvbxvtqzgA 6gbAiIzwS/WK4J1HlwxETq0/JNEPhHZQ5GzpkGWBbWs+I7RVC0kZ8QkO9qyzUyXG5PUpgQPdCglft j8Hxw89g==; Received: from willy by casper.infradead.org with local (Exim 4.97.1 #2 (Red Hat Linux)) id 1sRf2x-00000009uiC-3NoI; Wed, 10 Jul 2024 21:40:19 +0000 Date: Wed, 10 Jul 2024 22:40:19 +0100 From: Matthew Wilcox To: linux-fsdevel@vger.kernel.org Message-ID: MIME-Version: 1.0 Content-Disposition: inline X-Headers-End: 1sRf3I-0006fg-LK Subject: [f2fs-dev] [6.12] Conversion of aops->write_end to use a folio X-BeenThere: linux-f2fs-devel@lists.sourceforge.net X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Martin Brandenburg , ecryptfs@vger.kernel.org, Miklos Szeredi , Richard Weinberger , reiserfs-devel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, Hans de Goede , linux-nilfs@vger.kernel.org, linux-mtd@lists.infradead.org, Jaegeuk Kim , Tyler Hicks , David Woodhouse , Ryusuke Konishi , devel@lists.orangefs.org, Mike Marshall Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: linux-f2fs-devel-bounces@lists.sourceforge.net For the 6.12 merge window, I intend to submit a patch series loosely similar to the one you can find at http://git.infradead.org/?p=users/willy/pagecache.git;a=shortlog;h=refs/heads/write-end (aka git://git.infradead.org/users/willy/pagecache.git write-end) This is split into a few pieces: - Directory handling conversion for ufs, sysv, minix & qnx6, all posted recently. - Various prep patches in reiserfs, jffs2, block fops, nilfs2, ntfs3, ecryptfs, f2fs, fuse, orangefs and vboxsf - The big bang conversion that is now appropriately trivial in each affected filesystem. It would be nice to get sign-offs from the various fs maintainers on the prep patches. I'll send those out in the next 24 hours. If you want to take them through your tree, I ask that you do that for 6.11 so we're not juggling git trees trying to resolve conflicts in 6.12. I don't think we need signoffs from the various fs maintainers for the big bang patch as the individual changes are so trivial. But if you want to give it a look-over, the more eyes the better. _______________________________________________ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id DD233C3DA41 for ; Wed, 10 Jul 2024 21:40:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Subject:Cc:To: From:Date:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=T1x9OiSjcIDUr9dn9XkFfeKQIWtJpW/A1CaNdYn9ST8=; b=DV6RvUuYtoQZUf khUXHc57z1Gg0bjoDXSFWWARyTku/4Vsw9AtwiUtKLGWlF2hxYrNguojh9m69q7rk3MeEHflW88SH whrbR46WFCsOmUnoxDRSEPuRlr1EVjBO3nU1A5HmnsN08MIiV9EGBOYhtY4Qg4uTutlQh/327n3SC TIrty1/W1NbDs55A8s+hAXCxihQJUQ4FkTI1FA09iYPWIy46cR3Hf3Uwd/t5cuIyYOaCLv/b65T3U RuYw+rOoszUUz+DjFGCk6k4FN6s1t3YAZVUyKuVFUJ7WpSQXzF9kXIXffdNQC8Yxsnuwk3lLmzBxm 38zGpp+LLKaDATuowycw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1sRf31-0000000BoPN-3Kes; Wed, 10 Jul 2024 21:40:24 +0000 Received: from casper.infradead.org ([2001:8b0:10b:1236::1]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1sRf2z-0000000BoPD-4AEh for linux-mtd@bombadil.infradead.org; Wed, 10 Jul 2024 21:40:21 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Type:MIME-Version:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:In-Reply-To:References; bh=t4jvbJ7n8PAGp09Txkl3fReWKpqoTyQAeWAGk4qQm/o=; b=pmRu7gZQLcNyFlN272TC6n+Pfl 0uX+C6vTTtndMxjKm5byN5vFdxVg0GwLIoEoJwWuns0WUGdROO2+1dhzZdKWoWp4/6I0qHZXSvO3V b0UHmFkud2zX/YFmg+nENEt+OXUQh5LT3Gs3nhF3EeiCDkKHe/K+S9GYaq7eqiSfXHn3+tBGM4ynd Cz0mbigeg0DtzD6U0hCaJxnixGOU0TmvkUubdRu7YLQRCTiu9O4jyMHOPEFlpG6QftsSvbxvtqzgA 6gbAiIzwS/WK4J1HlwxETq0/JNEPhHZQ5GzpkGWBbWs+I7RVC0kZ8QkO9qyzUyXG5PUpgQPdCglft j8Hxw89g==; Received: from willy by casper.infradead.org with local (Exim 4.97.1 #2 (Red Hat Linux)) id 1sRf2x-00000009uiC-3NoI; Wed, 10 Jul 2024 21:40:19 +0000 Date: Wed, 10 Jul 2024 22:40:19 +0100 From: Matthew Wilcox To: linux-fsdevel@vger.kernel.org Cc: Hans de Goede , Mike Marshall , Martin Brandenburg , devel@lists.orangefs.org, David Woodhouse , Richard Weinberger , linux-mtd@lists.infradead.org, Miklos Szeredi , Jaegeuk Kim , Chao Yu , linux-f2fs-devel@lists.sourceforge.net, Tyler Hicks , ecryptfs@vger.kernel.org, Ryusuke Konishi , linux-nilfs@vger.kernel.org, reiserfs-devel@vger.kernel.org Subject: [6.12] Conversion of aops->write_end to use a folio Message-ID: MIME-Version: 1.0 Content-Disposition: inline X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-mtd" Errors-To: linux-mtd-bounces+linux-mtd=archiver.kernel.org@lists.infradead.org For the 6.12 merge window, I intend to submit a patch series loosely similar to the one you can find at http://git.infradead.org/?p=users/willy/pagecache.git;a=shortlog;h=refs/heads/write-end (aka git://git.infradead.org/users/willy/pagecache.git write-end) This is split into a few pieces: - Directory handling conversion for ufs, sysv, minix & qnx6, all posted recently. - Various prep patches in reiserfs, jffs2, block fops, nilfs2, ntfs3, ecryptfs, f2fs, fuse, orangefs and vboxsf - The big bang conversion that is now appropriately trivial in each affected filesystem. It would be nice to get sign-offs from the various fs maintainers on the prep patches. I'll send those out in the next 24 hours. If you want to take them through your tree, I ask that you do that for 6.11 so we're not juggling git trees trying to resolve conflicts in 6.12. I don't think we need signoffs from the various fs maintainers for the big bang patch as the individual changes are so trivial. But if you want to give it a look-over, the more eyes the better. ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/