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 6046A1C693; Wed, 24 Jul 2024 02:16:47 +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=bEjI9BrbnnGqzMu/z3rWGctQ70vrQ2WIHdmKSVqNLlUgKNSqPvFCw0NgsCB2ig3lT8aM5b761zBFiGRU69PmHwyC7tYfk9GXYxuxNCJZDjNQ+8UmZbowc9SnA/x20V6VgAB6UUVUtlS8/ex1w4+PXfbq3RY16mf8ljGwsJJzlZg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1721787407; c=relaxed/simple; bh=uOhx3iyOqZfaap9huG8iloFal4jT6CiWr3f80xG7QOU=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=Rm7ajWN6qSDs22la+V68Q6E/54jT/PkzJxWYXEM39qmMx8C3+OqPEGK+d6aY3tOree3D1wBDc8pAWJjiVZKZCMb5OoAh75WwWuQG9mFN5wLwco3ac6BeIQudnoVy2g+jfnlAF2kvPICgeI1wRSAouJmZ+jUE+cNGSv6rdpr726M= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=nulDWwYH; 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="nulDWwYH" Received: by smtp.kernel.org (Postfix) with ESMTPS id C5B70C4AF18; 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=uOhx3iyOqZfaap9huG8iloFal4jT6CiWr3f80xG7QOU=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=nulDWwYH8l0hWWUETLAk7bpiheKu7MESq9AbkM0cZFEpiJcsuolnCatCt6Rra2A1D RHMwlVgK2bYwUwE3Sl50Xtnc9mqmaAWs1a9OSxLiYSHg4tjt2qNXA/YXqL4BHzj+uB WgHhupyvP8VJYUPdFiKuKpuZmjAY6HYeRIsnlTu8vClXoTmjC2PEvoe0KY3/8/tQRQ Vi5P15h1rm4ki+b+rztHNgxOMoOqLrZl4GQv4wsI14/Bj4i5Ijksd7FGX16XS2BKDm yaReHS6UlSV24T7IpahVZ3w1rA2x0o6SthmQ3JMcCZcCeihP76AiKRPrjNvGKPHn43 itjEaaQpvr61A== 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 B5F6FC8E8DD; 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] [RESEND PATCH v9 0/3] Introduce case-insensitive string comparison helper From: patchwork-bot+f2fs@kernel.org Message-Id: <172178740674.17759.3977282531593034304.git-patchwork-notify@kernel.org> Date: Wed, 24 Jul 2024 02:16:46 +0000 References: <20240208064334.268216-1-eugen.hristev@collabora.com> In-Reply-To: <20240208064334.268216-1-eugen.hristev@collabora.com> To: Eugen Hristev Cc: tytso@mit.edu, adilger.kernel@dilger.ca, jaegeuk@kernel.org, chao@kernel.org, viro@zeniv.linux.org.uk, brauner@kernel.org, linux-ext4@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, linux-fsdevel@vger.kernel.org, kernel@collabora.com, jack@suse.cz, linux-kernel@vger.kernel.org Hello: This series was applied to jaegeuk/f2fs.git (dev) by Christian Brauner : On Thu, 8 Feb 2024 08:43:31 +0200 you wrote: > Hello, > > I am trying to respin the series here : > https://www.spinics.net/lists/linux-ext4/msg85081.html > > To make it easier to apply I split it into smaller chunks which address > one single thing. > This series is based on top of the first series here: > https://marc.info/?l=linux-ext4&m=170728813912935&w=2 > > [...] Here is the summary with links: - [f2fs-dev,RESEND,v9,1/3] libfs: Introduce case-insensitive string comparison helper (no matching commit) - [f2fs-dev,RESEND,v9,2/3] ext4: Reuse generic_ci_match for ci comparisons (no matching commit) - [f2fs-dev,RESEND,v9,3/3] f2fs: Reuse generic_ci_match for ci comparisons https://git.kernel.org/jaegeuk/f2fs/c/d66858eb0c72 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 95E34C3DA49 for ; Wed, 24 Jul 2024 02:17:06 +0000 (UTC) Received: from [127.0.0.1] (helo=sfs-ml-1.v29.lw.sourceforge.com) by sfs-ml-1.v29.lw.sourceforge.com with esmtp (Exim 4.95) (envelope-from ) id 1sWRYv-0007Mm-Gt; Wed, 24 Jul 2024 02:17:06 +0000 Received: from [172.30.29.67] (helo=mx.sourceforge.net) by sfs-ml-1.v29.lw.sourceforge.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1sWRYt-0007M4-Em for linux-f2fs-devel@lists.sourceforge.net; Wed, 24 Jul 2024 02:17:04 +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=KbDTjoP/C6xjmkhAZqPe1I/tihgg9YwqsVwy1FLlXFA=; b=aEVRc6EkaX+c4v4rZ7tjFKdgEi 5l0e144Ae2KgeqJWNivHGojszBRA5SXmN0WZUvFyaGZ0ACBxgvDIEABjaNOyNRi2sEIal4NAlItuD 5v2Lz3dIFkr6GjHO946NfR0hwdq9HYzHaVzbJdtXc3gtD/v2WNVm5tur6eR0WWNQ91bE=; 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=KbDTjoP/C6xjmkhAZqPe1I/tihgg9YwqsVwy1FLlXFA=; b=fOzkuumULc2QsXrEBEvPwCjN1N 15QfxY3DeL0+vFsEYeQfHdfmoRzC/+VGTI9lRsyOXokeeuNeS1pc1yaG5CicO21maAS+mDVgbAGfm ttRLz+bTE7OroYXI/KDP1dyy7Lj+AQDUD3xyQNcggm2zqH9H7B4LQb2k+qwGzTmTCUi0=; 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 1sWRYo-0002I9-7b for linux-f2fs-devel@lists.sourceforge.net; Wed, 24 Jul 2024 02:16:58 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id D331C6119F; Wed, 24 Jul 2024 02:16:47 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id C5B70C4AF18; 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=uOhx3iyOqZfaap9huG8iloFal4jT6CiWr3f80xG7QOU=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=nulDWwYH8l0hWWUETLAk7bpiheKu7MESq9AbkM0cZFEpiJcsuolnCatCt6Rra2A1D RHMwlVgK2bYwUwE3Sl50Xtnc9mqmaAWs1a9OSxLiYSHg4tjt2qNXA/YXqL4BHzj+uB WgHhupyvP8VJYUPdFiKuKpuZmjAY6HYeRIsnlTu8vClXoTmjC2PEvoe0KY3/8/tQRQ Vi5P15h1rm4ki+b+rztHNgxOMoOqLrZl4GQv4wsI14/Bj4i5Ijksd7FGX16XS2BKDm yaReHS6UlSV24T7IpahVZ3w1rA2x0o6SthmQ3JMcCZcCeihP76AiKRPrjNvGKPHn43 itjEaaQpvr61A== 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 B5F6FC8E8DD; Wed, 24 Jul 2024 02:16:46 +0000 (UTC) MIME-Version: 1.0 From: patchwork-bot+f2fs@kernel.org Message-Id: <172178740674.17759.3977282531593034304.git-patchwork-notify@kernel.org> Date: Wed, 24 Jul 2024 02:16:46 +0000 References: <20240208064334.268216-1-eugen.hristev@collabora.com> In-Reply-To: <20240208064334.268216-1-eugen.hristev@collabora.com> To: Eugen Hristev X-Headers-End: 1sWRYo-0002I9-7b Subject: Re: [f2fs-dev] [RESEND PATCH v9 0/3] Introduce case-insensitive string comparison helper 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: brauner@kernel.org, kernel@collabora.com, tytso@mit.edu, 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, 8 Feb 2024 08:43:31 +0200 you wrote: > Hello, > > I am trying to respin the series here : > https://www.spinics.net/lists/linux-ext4/msg85081.html > > To make it easier to apply I split it into smaller chunks which address > one single thing. > This series is based on top of the first series here: > https://marc.info/?l=linux-ext4&m=170728813912935&w=2 > > [...] Here is the summary with links: - [f2fs-dev,RESEND,v9,1/3] libfs: Introduce case-insensitive string comparison helper (no matching commit) - [f2fs-dev,RESEND,v9,2/3] ext4: Reuse generic_ci_match for ci comparisons (no matching commit) - [f2fs-dev,RESEND,v9,3/3] f2fs: Reuse generic_ci_match for ci comparisons https://git.kernel.org/jaegeuk/f2fs/c/d66858eb0c72 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