Message ID | 20240902225511.757831-1-andrealmeid@igalia.com (mailing list archive) |
---|---|
Headers | show
Received: from fanzine2.igalia.com (fanzine.igalia.com [178.60.130.6]) (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 65E0E18951F; Mon, 2 Sep 2024 22:55:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=178.60.130.6 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725317749; cv=none; b=FONap8lKZfvdTz+ofBBn1iSzUXoUyoaNjS5ch+n7vZ3nbl8I8amBI2Qvi8kMpTgfZIflH6LGOYhhmgmItwNub8WpexYvuHfW9+dhWlL/Oohxk2k0XLT1IJV51KGgseD7oTcduq2R21sHSiR3Zjr7D+2Kllswsk15BeLo4uUt3Qg= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725317749; c=relaxed/simple; bh=VsKenrm66uYwWw2jmnOrbYi+q0p3xovfWDh8+dC/3iU=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type; b=BYBIo2wWaK8iCNT/xiAQGMpTxpqsGWXZAGSognp51h9lzuA2RYapPdb6k7iW564fhC1l6F41c8yue8+Lw6qMws7jbFT/NsvMDl0atWFatEZ7TpVIHuZl7nJbNNJYFWvQUZGHAtxS67+7nCoJ63O35G7bF1v62R3pkM7873UVgZ4= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=igalia.com; spf=pass smtp.mailfrom=igalia.com; dkim=pass (2048-bit key) header.d=igalia.com header.i=@igalia.com header.b=GuwXvrTW; arc=none smtp.client-ip=178.60.130.6 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=igalia.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=igalia.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=igalia.com header.i=@igalia.com header.b="GuwXvrTW" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=igalia.com; s=20170329; h=Content-Transfer-Encoding:Content-Type:MIME-Version:Message-ID: Date:Subject:Cc:To:From:Sender:Reply-To: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=UaY8kTz9kpyX3qxIM+DomGqW9miwbtabmAU032CdbN0=; b=GuwXvrTWencirwTezu0wssyUFu 8qlqA6/LpqupRS+C8t1WLBODgZYybbupRlVArbtf6WE+rmSfndfd+jhW9D8N7RrGY6tJ7rfOGQfOB VCfLyRnOSUF6gX7QPVmrBXKZ7LnjMO71ejTgTU1VcGgLH5QDzUhLfSB6GRetVy9ux1L6D3le5YtGP M6eCmg01xK+N4qPeu0h4BoneFdTQoNL76fKmeqaxYvvVjLsRSvwerPc2gewt96s6R/K7Ow4nRlXaN TwwbutKYcDtKGR6ouXuSoB3LlYDs6zdLwyT7hcmKKxOOewTY9D7ELutYDr0qz3nzSkfhDx450CwfH 6etb1RBA==; Received: from [177.172.122.98] (helo=localhost.localdomain) by fanzine2.igalia.com with esmtpsa (Cipher TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim) id 1slFxA-008VrL-Ap; Tue, 03 Sep 2024 00:55:20 +0200 From: =?utf-8?q?Andr=C3=A9_Almeida?= <andrealmeid@igalia.com> To: Hugh Dickins <hughd@google.com>, Andrew Morton <akpm@linux-foundation.org>, Alexander Viro <viro@zeniv.linux.org.uk>, Christian Brauner <brauner@kernel.org>, Jan Kara <jack@suse.cz>, krisman@kernel.org Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, kernel-dev@igalia.com, Daniel Rosenberg <drosen@google.com>, smcv@collabora.com, Christoph Hellwig <hch@lst.de>, =?utf-8?q?Andr=C3=A9_Almeida?= <andrealmeid@igalia.com> Subject: [PATCH v2 0/8] tmpfs: Add case-insesitive support for tmpfs Date: Mon, 2 Sep 2024 19:55:02 -0300 Message-ID: <20240902225511.757831-1-andrealmeid@igalia.com> X-Mailer: git-send-email 2.46.0 Precedence: bulk X-Mailing-List: linux-fsdevel@vger.kernel.org List-Id: <linux-fsdevel.vger.kernel.org> List-Subscribe: <mailto:linux-fsdevel+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-fsdevel+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit |
Series |
tmpfs: Add case-insesitive support for tmpfs
|
expand
|