Message ID | 20220519204645.16528-1-krisman@collabora.com |
---|---|
Headers | show
Return-Path: <SRS0=uoUL=V3=vger.kernel.org=linux-ext4-owner@ozlabs.org> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: bilbo.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=collabora.com header.i=@collabora.com header.a=rsa-sha256 header.s=mail header.b=UoO9k3wg; dkim-atps=neutral Received: from gandalf.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by bilbo.ozlabs.org (Postfix) with ESMTPS id 4L42360fF7z9s07 for <incoming@patchwork.ozlabs.org>; Fri, 20 May 2022 06:46:58 +1000 (AEST) Received: from gandalf.ozlabs.org (mail.ozlabs.org [IPv6:2404:9400:2221:ea00::3]) by gandalf.ozlabs.org (Postfix) with ESMTP id 4L42360Dgqz4xD9 for <incoming@patchwork.ozlabs.org>; Fri, 20 May 2022 06:46:58 +1000 (AEST) Received: by gandalf.ozlabs.org (Postfix) id 4L42360B9kz4xYC; Fri, 20 May 2022 06:46:58 +1000 (AEST) Delivered-To: patchwork-incoming@ozlabs.org Authentication-Results: gandalf.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=2620:137:e000::1:20; helo=out1.vger.email; envelope-from=linux-ext4-owner@vger.kernel.org; receiver=<UNKNOWN>) Authentication-Results: gandalf.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=collabora.com header.i=@collabora.com header.a=rsa-sha256 header.s=mail header.b=UoO9k3wg; dkim-atps=neutral Received: from out1.vger.email (out1.vger.email [IPv6:2620:137:e000::1:20]) by gandalf.ozlabs.org (Postfix) with ESMTP id 4L423574Mxz4xD9 for <patchwork-incoming@ozlabs.org>; Fri, 20 May 2022 06:46:57 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244789AbiESUq4 (ORCPT <rfc822;patchwork-incoming@ozlabs.org>); Thu, 19 May 2022 16:46:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47038 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244779AbiESUqx (ORCPT <rfc822;linux-ext4@vger.kernel.org>); Thu, 19 May 2022 16:46:53 -0400 Received: from bhuna.collabora.co.uk (bhuna.collabora.co.uk [46.235.227.227]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1318D326C2 for <linux-ext4@vger.kernel.org>; Thu, 19 May 2022 13:46:52 -0700 (PDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: krisman) with ESMTPSA id 440B21F4541F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1652993210; bh=xCVBbVqmp/7jdLxAOUghr2fFaWRVCwCpo6pL22/iD0s=; h=From:To:Cc:Subject:Date:From; b=UoO9k3wgi5Fb1gCN8TDV9Y8pAjTMFrwN/ggG3eCpupEqmuu1nhgaazd7SlK4v9Yxf 3X672PGuzPHSNRKQG80EZGNHo3+3/QLUQ5ne/3cM8lci9t2hUare9LMHrU6d4srmF4 gW5Te36VGs/qs7xFWxaFGk12T9FykEBkvGHEQEY496MMvXc+cBvQuDeyAg4nHm1Qyo /AB9GbAbUzHycbuk9bAA96q3PywwDJJQmhG+fIE/oIJHcxxRVQdy5rz9DqRVTl1gt5 zgj9MDTyEE5ZlJKZ41Nd5m4wjhwdJYHe9M4ufd8K9HQVsmrRMOU6Annf/7MdrjO8yU /CZxYAyiJDaHg== From: Gabriel Krisman Bertazi <krisman@collabora.com> To: tytso@mit.edu, adilger.kernel@dilger.ca, jaegeuk@kernel.org, ebiggers@kernel.org Cc: linux-ext4@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, Gabriel Krisman Bertazi <krisman@collabora.com>, kernel@collabora.com Subject: [PATCH v7 0/8] Clean up the case-insensitive lookup path Date: Thu, 19 May 2022 16:46:37 -0400 Message-Id: <20220519204645.16528-1-krisman@collabora.com> X-Mailer: git-send-email 2.36.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_PASS,SPF_PASS, T_SCC_BODY_TEXT_LINE,UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: <linux-ext4.vger.kernel.org> X-Mailing-List: linux-ext4@vger.kernel.org |
Series |
Clean up the case-insensitive lookup path
|
expand
|
Gabriel Krisman Bertazi <krisman@collabora.com> writes: > Hi Eric, Ted, > > This is v7 of this series (thank you for the feedback!) . This picks up > a few r-b tags and has one small fix asked by Eric to handle a corner > case in ext4_match when IS_ENCRYPTED() and the key is added during > lookup. > Ugh, sorry. this is a bogus submission. please, disregard.