From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 F020B1BC58; Wed, 24 Jul 2024 02:16:46 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1721787407; cv=none; b=FjaRJJQXq1Uq/a2MtBXylqkhzbudhBehNAplNxscd7rNk9PuSfTJ87fe4zg2cMnWuWnTmv0uF2SFttHsoV613s87WU/5xRhy8weni1bWvBydmflc2NfcpPGlctPi6BwQ90J0anXr2FQE3ddoF/lgmGR0yrgUlWk0C560aTbgF9s= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1721787407; c=relaxed/simple; bh=e2dCHd3n8q25XhOxzHvJ6i3RPXn9LxCn1diONk3KotU=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=bhI5VAo13FR8tBFiYin2CP/N21ZjitTrsYGs8gIUmQr3dhRQ+7R8K4xWrdlB1sUlNBnOzFmXqyj7eIGXLlnLiQh/U5K5W0o13w310RVP14Y1hMyio7KhUmE48TdVMya7QeIhxtXrER61ScP+I3XNNLgzxHOrhvEcOE4j+DgGu/g= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=bMpDk9N7; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="bMpDk9N7" Received: by smtp.kernel.org (Postfix) with ESMTPS id A0D85C4AF10; Wed, 24 Jul 2024 02:16:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1721787406; bh=e2dCHd3n8q25XhOxzHvJ6i3RPXn9LxCn1diONk3KotU=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=bMpDk9N7EkOjwmpSIaAklT8hKeoG5hdBDnUji25xGqzIqXwl2rfjVmaQ/8qQ2+Yek gOs+5otr1dYkrWn+WLf0ZC3HwosbZkdbdnUO0UGPhsVjWN98Q7xmyz2jNw6FzWgvOD 9ndEKbh0olHi7p2k64uy+qnGbLmH6t8j1sa6XUSiGnrh7bgv/HP5UQRGPMlsdtpHmK qfGlbxz8w3UWIOg38XkCepKM8/51bHXqfVu1p7eW27zj2OOxvqss+E6rzPm4jCZyv6 Geo/fzyYTMac242CPAQTv+006yg3TOQ8zCnWl4VapNKMakux9lOgHLCrG2vPZuFVE2 akL++zdvOugdg== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 94D30C43443; Wed, 24 Jul 2024 02:16:46 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-ext4@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [f2fs-dev] [PATCH v18 0/7] Case insensitive cleanup for ext4/f2fs From: patchwork-bot+f2fs@kernel.org Message-Id: <172178740660.17759.10253649840019036127.git-patchwork-notify@kernel.org> Date: Wed, 24 Jul 2024 02:16:46 +0000 References: <20240606073353.47130-1-eugen.hristev@collabora.com> In-Reply-To: <20240606073353.47130-1-eugen.hristev@collabora.com> To: Eugen Hristev Cc: linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, linux-fsdevel@vger.kernel.org, jaegeuk@kernel.org, adilger.kernel@dilger.ca, tytso@mit.edu, krisman@suse.de, brauner@kernel.org, jack@suse.cz, ebiggers@google.com, viro@zeniv.linux.org.uk, kernel@collabora.com Hello: This series was applied to jaegeuk/f2fs.git (dev) by Christian Brauner : On Thu, 6 Jun 2024 10:33:46 +0300 you wrote: > Hello, > > I am trying to respin the series here : > https://www.spinics.net/lists/linux-ext4/msg85081.html > > I resent some of the v9 patches and got some reviews from Gabriel, > I did changes as requested and here is v18. > > [...] Here is the summary with links: - [f2fs-dev,v18,1/7] ext4: Simplify the handling of cached casefolded names https://git.kernel.org/jaegeuk/f2fs/c/f776f02a2c96 - [f2fs-dev,v18,2/7] f2fs: Simplify the handling of cached casefolded names https://git.kernel.org/jaegeuk/f2fs/c/632f4054b229 - [f2fs-dev,v18,3/7] libfs: Introduce case-insensitive string comparison helper https://git.kernel.org/jaegeuk/f2fs/c/6a79a4e187bd - [f2fs-dev,v18,4/7] ext4: Reuse generic_ci_match for ci comparisons https://git.kernel.org/jaegeuk/f2fs/c/d76b92f61f3b - [f2fs-dev,v18,5/7] f2fs: Reuse generic_ci_match for ci comparisons https://git.kernel.org/jaegeuk/f2fs/c/d66858eb0c72 - [f2fs-dev,v18,6/7] ext4: Move CONFIG_UNICODE defguards into the code flow https://git.kernel.org/jaegeuk/f2fs/c/d98c822232f8 - [f2fs-dev,v18,7/7] f2fs: Move CONFIG_UNICODE defguards into the code flow https://git.kernel.org/jaegeuk/f2fs/c/28add38d545f You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html 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 C25B1C3DA63 for ; Wed, 24 Jul 2024 02:17:11 +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 1sWRZ1-00046T-Dy; Wed, 24 Jul 2024 02:17:11 +0000 Received: from [172.30.29.67] (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 1sWRYk-00045s-Ug for linux-f2fs-devel@lists.sourceforge.net; Wed, 24 Jul 2024 02:16:54 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sourceforge.net; s=x; h=Cc:To:In-Reply-To:References:Date:Message-Id:From: Subject:Content-Transfer-Encoding:MIME-Version:Content-Type:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=HsVR5SV0620fVtCEMaWePw+/1iFYbvGE+/1xrqb+xHw=; b=mC/IMURcGHn0JKr9QpXxksaNNm jAA4CRGudWTPSX1uzfI+5qEbVMGwD6IcrhpFWe6aP2FyeNzFfy/sI+8LnVWvBl8+w7mmoIOgwk/qm I34a/9eyVwM+s4PluJIHBaEtMtIG15jP4VS5sHDEbHKJXLcLK+ePO+KlwXCQBzM1X670=; DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sf.net; s=x ; h=Cc:To:In-Reply-To:References:Date:Message-Id:From:Subject: Content-Transfer-Encoding:MIME-Version:Content-Type:Sender:Reply-To: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=HsVR5SV0620fVtCEMaWePw+/1iFYbvGE+/1xrqb+xHw=; b=CMkyQAktDCGjM7T431U8biCwRk 1sYMR7ViUmEa8oroOTselTHPXiH4LRDw0GmVUPxaxx8DNG3Nt4yvqFztK57Sd9XhaQe6Oy+QaeC9l oTUAkqUOhk9+o5SA0v60sSExEFZnOx/vm+PUwOO12Blp2+R3p2W7GwaZhfCCxUshtuBg=; Received: from dfw.source.kernel.org ([139.178.84.217]) by sfi-mx-2.v28.lw.sourceforge.com with esmtps (TLS1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.95) id 1sWRYi-0002Hk-B9 for linux-f2fs-devel@lists.sourceforge.net; Wed, 24 Jul 2024 02:16:54 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 00F2360E2C; Wed, 24 Jul 2024 02:16:47 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id A0D85C4AF10; Wed, 24 Jul 2024 02:16:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1721787406; bh=e2dCHd3n8q25XhOxzHvJ6i3RPXn9LxCn1diONk3KotU=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=bMpDk9N7EkOjwmpSIaAklT8hKeoG5hdBDnUji25xGqzIqXwl2rfjVmaQ/8qQ2+Yek gOs+5otr1dYkrWn+WLf0ZC3HwosbZkdbdnUO0UGPhsVjWN98Q7xmyz2jNw6FzWgvOD 9ndEKbh0olHi7p2k64uy+qnGbLmH6t8j1sa6XUSiGnrh7bgv/HP5UQRGPMlsdtpHmK qfGlbxz8w3UWIOg38XkCepKM8/51bHXqfVu1p7eW27zj2OOxvqss+E6rzPm4jCZyv6 Geo/fzyYTMac242CPAQTv+006yg3TOQ8zCnWl4VapNKMakux9lOgHLCrG2vPZuFVE2 akL++zdvOugdg== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 94D30C43443; Wed, 24 Jul 2024 02:16:46 +0000 (UTC) MIME-Version: 1.0 From: patchwork-bot+f2fs@kernel.org Message-Id: <172178740660.17759.10253649840019036127.git-patchwork-notify@kernel.org> Date: Wed, 24 Jul 2024 02:16:46 +0000 References: <20240606073353.47130-1-eugen.hristev@collabora.com> In-Reply-To: <20240606073353.47130-1-eugen.hristev@collabora.com> To: Eugen Hristev X-Headers-End: 1sWRYi-0002Hk-B9 Subject: Re: [f2fs-dev] [PATCH v18 0/7] Case insensitive cleanup for ext4/f2fs 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: krisman@suse.de, brauner@kernel.org, kernel@collabora.com, tytso@mit.edu, ebiggers@google.com, jack@suse.cz, linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, adilger.kernel@dilger.ca, viro@zeniv.linux.org.uk, linux-fsdevel@vger.kernel.org, jaegeuk@kernel.org, linux-ext4@vger.kernel.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: linux-f2fs-devel-bounces@lists.sourceforge.net Hello: This series was applied to jaegeuk/f2fs.git (dev) by Christian Brauner : On Thu, 6 Jun 2024 10:33:46 +0300 you wrote: > Hello, > > I am trying to respin the series here : > https://www.spinics.net/lists/linux-ext4/msg85081.html > > I resent some of the v9 patches and got some reviews from Gabriel, > I did changes as requested and here is v18. > > [...] Here is the summary with links: - [f2fs-dev,v18,1/7] ext4: Simplify the handling of cached casefolded names https://git.kernel.org/jaegeuk/f2fs/c/f776f02a2c96 - [f2fs-dev,v18,2/7] f2fs: Simplify the handling of cached casefolded names https://git.kernel.org/jaegeuk/f2fs/c/632f4054b229 - [f2fs-dev,v18,3/7] libfs: Introduce case-insensitive string comparison helper https://git.kernel.org/jaegeuk/f2fs/c/6a79a4e187bd - [f2fs-dev,v18,4/7] ext4: Reuse generic_ci_match for ci comparisons https://git.kernel.org/jaegeuk/f2fs/c/d76b92f61f3b - [f2fs-dev,v18,5/7] f2fs: Reuse generic_ci_match for ci comparisons https://git.kernel.org/jaegeuk/f2fs/c/d66858eb0c72 - [f2fs-dev,v18,6/7] ext4: Move CONFIG_UNICODE defguards into the code flow https://git.kernel.org/jaegeuk/f2fs/c/d98c822232f8 - [f2fs-dev,v18,7/7] f2fs: Move CONFIG_UNICODE defguards into the code flow https://git.kernel.org/jaegeuk/f2fs/c/28add38d545f You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html _______________________________________________ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel