Message ID | 20241002234444.398367-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 8B88B1991A9; Wed, 2 Oct 2024 23:45:13 +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=1727912716; cv=none; b=N4B3xAjqOa0F/uKymHcwr9lvj75PPT2M1JatMrMKBkbONn+2Ly1DvQvK9d0c1fgqP7oE6nzHTIJTcDq5oF/8cPY8CmbatDsY670jNAOUwerycaC2m3GaVR3Z8uCAFwlhzy/ueH77BT1gUgFzrlhsXfnZt31xJVt9bAat7flZx+c= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727912716; c=relaxed/simple; bh=C5PGpC6pnWKx6IbsYaMl+hW4V+6xPJJmkirZRMzcrQY=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type; b=J8l8sxkJD0qH60rzbSL6vGyr5ZcDU041T4pw9VWiWjMl4j2yvhMNh/ldz1F/TXWB5Ougduz2fKDpejr9NYowkNx9SyrWi3ZLloDCy8PcU9H2CVKJerXXHvVSD9Xm+b5IrGy8I9SbPXbg0OyHaeZzgTTtafI+bVjkg5hDQ8jNy4M= 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=GvKN74QA; 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="GvKN74QA" 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=kj7oVNFXBHyRs7B0iMgteogxKX3su9r74K3KaL3e4KM=; b=GvKN74QA18wBN9dzszPvApYpMT xXSMBzdxoZNJVxGCDghI4infFlHUSKbBT84HZjWY2ZMVXKovWm4WBknybp9kjlh+lVpl1m0eupTns MDfdXJlUwEx77as+qiIyt7ZNSN3UoQ0yUdE62M1xY1iMTr4nd8yVL9SyC+sr1o1BYBbxv7x0AKd46 BwuSvvo59M0hJUiKXgKJXDdObGuptXFO3MC8Wjh31Rw9PfvjprnIHvO0t0g72SR/cdvr4mE7HLvWq PwpTVJ9Cu+FwTBLQVi3LyZzfkPDY3/G5ec1le9lWwVf1oGS0NhyICLaqbFrN2LDJFZGv/FoDCFy02 xqfhKIjw==; Received: from [187.57.199.212] (helo=localhost.localdomain) by fanzine2.igalia.com with esmtpsa (Cipher TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim) id 1sw91e-0045tc-Qk; Thu, 03 Oct 2024 01:44:59 +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>, Theodore Ts'o <tytso@mit.edu>, =?utf-8?q?An?= =?utf-8?q?dr=C3=A9_Almeida?= <andrealmeid@igalia.com> Subject: [PATCH v5 00/10] tmpfs: Add case-insensitive support for tmpfs Date: Wed, 2 Oct 2024 20:44:34 -0300 Message-ID: <20241002234444.398367-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-insensitive support for tmpfs
|
expand
|