Message ID | 20240612030752.31754-1-snitzer@kernel.org (mailing list archive) |
---|---|
Headers | show
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 A03FA1799B for <linux-nfs@vger.kernel.org>; Wed, 12 Jun 2024 03:07:54 +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=1718161674; cv=none; b=fO4Q01dY9cjiEdQpbxtEgDGMkkP5Ot9ONeuG0Hq0pU20LttqTCiRRIs7N0VctniY0uVDscbRKwVlJXRIUXfkx3q96dxLY7oL3hq+UgyDf4iB0Rk8V9zmYY7SAS3JQvNnrrlBuCQLBgBks3psktmWm7JsmYEr3/U4hsKkdweKm7I= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718161674; c=relaxed/simple; bh=jXhnViIe7fzMZvQsFuF6K9Ax83b2+vjS+Tc2uXM0Fx8=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=u/f1sd6Xb4fXaPE91VumeSmWaihXsCNJdObvcwJu7/gdIeMo1x80RjchImQbxv4kKs08LPYnu9+68WS2F9uBatRxTIHEYRuBVl/2sgcpn9/MBZC9gUzNN0ZkjCPJGXDpyY8IE3RV5uIBxHlroiGO1q1X82/N+bnrLlgOf6sCBYA= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=uWCcugnu; 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="uWCcugnu" Received: by smtp.kernel.org (Postfix) with ESMTPSA id CEB9EC2BD10; Wed, 12 Jun 2024 03:07:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1718161674; bh=jXhnViIe7fzMZvQsFuF6K9Ax83b2+vjS+Tc2uXM0Fx8=; h=From:To:Cc:Subject:Date:From; b=uWCcugnumeh5aOu5Z8hBkzWW5KNgjVAzsFqb2Sg0vk2pisy8q2/mlVNApbfJH2OsD YeCCVUlQ0mmfmUOyd0QG9n8fPRypSpbwScVZ1d5NW0faAmhpgWNFhxNBTYWMgKIUvm 1FjOp3XL14165T5emgW8dpIpDCeaOi0J4gYZEPvrfsghnGawPWr0IrRXp76d4xvujl zJvh9mHE8asl42ZdJCP5/mwVm19qGIy5WmiB/GanocIbNhQIUC8lJzFq4DhoTrC2Om FQQj08S4fLgCX4fi89axgnNviObZvTppxiONLvaFukp6aC9UcqYKGu0ivHxrwikVs0 hf5jp1jy1J8Fg== From: Mike Snitzer <snitzer@kernel.org> To: linux-nfs@vger.kernel.org Cc: Jeff Layton <jlayton@kernel.org>, Chuck Lever <chuck.lever@oracle.com>, Trond Myklebust <trondmy@hammerspace.com>, NeilBrown <neilb@suse.de>, snitzer@hammerspace.com Subject: [RFC PATCH v2 00/15] nfs/nfsd: add support for localio Date: Tue, 11 Jun 2024 23:07:37 -0400 Message-ID: <20240612030752.31754-1-snitzer@kernel.org> X-Mailer: git-send-email 2.44.0 Precedence: bulk X-Mailing-List: linux-nfs@vger.kernel.org List-Id: <linux-nfs.vger.kernel.org> List-Subscribe: <mailto:linux-nfs+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-nfs+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
Series |
nfs/nfsd: add support for localio
|
expand
|
Here is my git tree for these changes: https://git.kernel.org/pub/scm/linux/kernel/git/snitzer/linux.git/log/?h=nfs-localio-for-6.11