Message ID | ZUaVqCoMnLi7bV6P@google.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | aea6bf908d730b01bd264a8821159db9463c111c |
Headers | show
Return-Path: <linux-f2fs-devel-bounces@lists.sourceforge.net> 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 2A7E3C4332F for <linux-f2fs-devel@archiver.kernel.org>; Sat, 4 Nov 2023 19:04:24 +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 <linux-f2fs-devel-bounces@lists.sourceforge.net>) id 1qzLwT-0006tV-D0; Sat, 04 Nov 2023 19:04:22 +0000 Received: from [172.30.20.202] (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 <jaegeuk@kernel.org>) id 1qzLwR-0006tL-C7 for linux-f2fs-devel@lists.sourceforge.net; Sat, 04 Nov 2023 19:04:20 +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=jEQaeb0f0ki5ShEc2QgtyJC3ciB9eBv77EJC8QMG18s=; b=Ln/QjhZq2AdNFy7Vp6oVDY4q5v K1SKCi/JMZ07SdNJ4KkxOCZedQ+A0mCKuJf3gGp03e7Pdz69riUwNMDT5FTtVC2+LsJ1o+GOd/MoV MCAr/nJsumJpo6oksu1zl8BNBpcopt5p2Oncq6+s5TQWsBYp/xcQIbigMVOvCaAOdpHw=; 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=jEQaeb0f0ki5ShEc2QgtyJC3ciB9eBv77EJC8QMG18s=; b=X nA/m4NUh0f8VTYF6P/dFdog+tDiTGbGuRJ8K/Ah3v5MIlV/JTiavb9SNkw8z5Wtz4atZwebdqpPAB ktW57O03H5Qz+xKml1vuLG9VZTjgWLeCI6gc1NvOejnTEbBtEq9wg1GS1OkamvSjKjGwNq79KeREl nz2HzXer7v312P3U=; Received: from ams.source.kernel.org ([145.40.68.75]) by sfi-mx-1.v28.lw.sourceforge.com with esmtps (TLS1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.95) id 1qzLwQ-008jKt-25 for linux-f2fs-devel@lists.sourceforge.net; Sat, 04 Nov 2023 19:04:19 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by ams.source.kernel.org (Postfix) with ESMTP id B1DF8B80023; Sat, 4 Nov 2023 19:04:11 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2EC7BC433C7; Sat, 4 Nov 2023 19:04:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1699124650; bh=CJ5CvH2XKc3qIHFJg91oPL9wmqC3HtPop6Zvp2wfKU4=; h=Date:From:To:Cc:Subject:From; b=SjvuLTLkbH2wTuPAZ4n3+hJ6FNhKX5CDC5YQ/hSwwp0q+LLQMrqVkzmCX2C4RvSqY 4zPUeJd+Hke9yTWBTu8avItJKnk00ciQxFiJtlOXTAVrr8zHsvo2PxFt2OQXtPE5DU lEvc/9JEV8tWrN/zly7kKhcZQyHsWw+VfRtGLRd1wfXdrzv83SoRouAyNYRX+8T159 UjPpo9fZ3W6Q6Wfzlio5mZvODJtEc0qC00cHDQ/+ZyATtqNs1gGMa1pfmY3p3wlQjI KgtH+En8K4LpoqDTz8J+IAeEnY8KPghWbdxMQ7lF1otjJSKvhSANTMm5DNwsNyQsxy AbjpCksZYvh2g== Date: Sat, 4 Nov 2023 12:04:08 -0700 From: Jaegeuk Kim <jaegeuk@kernel.org> To: Linus Torvalds <torvalds@linux-foundation.org> Message-ID: <ZUaVqCoMnLi7bV6P@google.com> MIME-Version: 1.0 Content-Disposition: inline X-Headers-End: 1qzLwQ-008jKt-25 Subject: [f2fs-dev] [GIT PULL] f2fs update for 6.7 X-BeenThere: linux-f2fs-devel@lists.sourceforge.net X-Mailman-Version: 2.1.21 Precedence: list List-Id: <linux-f2fs-devel.lists.sourceforge.net> List-Unsubscribe: <https://lists.sourceforge.net/lists/options/linux-f2fs-devel>, <mailto:linux-f2fs-devel-request@lists.sourceforge.net?subject=unsubscribe> List-Archive: <http://sourceforge.net/mailarchive/forum.php?forum_name=linux-f2fs-devel> List-Post: <mailto:linux-f2fs-devel@lists.sourceforge.net> List-Help: <mailto:linux-f2fs-devel-request@lists.sourceforge.net?subject=help> List-Subscribe: <https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel>, <mailto:linux-f2fs-devel-request@lists.sourceforge.net?subject=subscribe> Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>, Linux F2FS Dev Mailing List <linux-f2fs-devel@lists.sourceforge.net> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: linux-f2fs-devel-bounces@lists.sourceforge.net |
Series |
[f2fs-dev,GIT,PULL] f2fs update for 6.7
|
expand
|
The pull request you sent on Sat, 4 Nov 2023 12:04:08 -0700:
> git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git tags/f2fs-for-6.7-rc1
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/aea6bf908d730b01bd264a8821159db9463c111c
Thank you!