Message ID | 1644689575-1235-1-git-send-email-dai.ngo@oracle.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-fsdevel-owner@kernel.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 39852C43219 for <linux-fsdevel@archiver.kernel.org>; Sat, 12 Feb 2022 18:13:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229494AbiBLSNK (ORCPT <rfc822;linux-fsdevel@archiver.kernel.org>); Sat, 12 Feb 2022 13:13:10 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:60978 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229436AbiBLSNI (ORCPT <rfc822;linux-fsdevel@vger.kernel.org>); Sat, 12 Feb 2022 13:13:08 -0500 Received: from mx0a-00069f02.pphosted.com (mx0a-00069f02.pphosted.com [205.220.165.32]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 672AC50B23; Sat, 12 Feb 2022 10:13:02 -0800 (PST) Received: from pps.filterd (m0246617.ppops.net [127.0.0.1]) by mx0b-00069f02.pphosted.com (8.16.1.2/8.16.1.2) with SMTP id 21C9k9CO018242; Sat, 12 Feb 2022 18:12:59 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=from : to : cc : subject : date : message-id; s=corp-2021-07-09; bh=nqAiaAhnZz328eGFl9RqVIwJlNFQzUIBfSR/IJIs6GU=; b=LoHzAHRCz3wlr6ctbBhy/88IhJ4rghgSOfTXkPUWg8JIeSmGIlnJA9Q8b4z6BTlhr4qn WERsWCKSemb1yLr8dTrvA+43ryQp/kr6IiKw6sPdRhN41x/HzxCRGhMC42fiCe4envAx haHhLoJiyyZOqMQttqAeAzGOYLlRPG1VLBSDrIXWibqBH6/zXHGHySI0cKS8vlZNWwmD BgUNOM8/rs9ZY+0gJaBi76Pp2SYa0ZdgH/Pzh6BMU3sIehD8+xpcJ3DsvfUWCUfPdMd7 4N0WHXChbXvxdQVHOpfMiIJJqfxVVZ4kY2WryCi0w0TBcdYD4gx9rZhoJJJb2X2W91vM tw== Received: from userp3020.oracle.com (userp3020.oracle.com [156.151.31.79]) by mx0b-00069f02.pphosted.com with ESMTP id 3e65eu8vqa-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Sat, 12 Feb 2022 18:12:59 +0000 Received: from pps.filterd (userp3020.oracle.com [127.0.0.1]) by userp3020.oracle.com (8.16.1.2/8.16.1.2) with SMTP id 21CIBqIb120356; Sat, 12 Feb 2022 18:12:57 GMT Received: from pps.reinject (localhost [127.0.0.1]) by userp3020.oracle.com with ESMTP id 3e66bj2f4y-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Sat, 12 Feb 2022 18:12:57 +0000 Received: from userp3020.oracle.com (userp3020.oracle.com [127.0.0.1]) by pps.reinject (8.16.0.36/8.16.0.36) with SMTP id 21CICvrt121470; Sat, 12 Feb 2022 18:12:57 GMT Received: from ca-common-hq.us.oracle.com (ca-common-hq.us.oracle.com [10.211.9.209]) by userp3020.oracle.com with ESMTP id 3e66bj2f4u-1; Sat, 12 Feb 2022 18:12:57 +0000 From: Dai Ngo <dai.ngo@oracle.com> To: chuck.lever@oracle.com, bfields@fieldses.org Cc: jlayton@redhat.com, viro@zeniv.linux.org.uk, linux-nfs@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: [PATCH RFC v13 0/4] nfsd: Initial implementation of NFSv4 Courteous Server Date: Sat, 12 Feb 2022 10:12:51 -0800 Message-Id: <1644689575-1235-1-git-send-email-dai.ngo@oracle.com> X-Mailer: git-send-email 1.8.3.1 X-Proofpoint-ORIG-GUID: ktMDfnYB2N2pmM7QyyFD2AHh592rBVIt X-Proofpoint-GUID: ktMDfnYB2N2pmM7QyyFD2AHh592rBVIt Precedence: bulk List-ID: <linux-fsdevel.vger.kernel.org> X-Mailing-List: linux-fsdevel@vger.kernel.org |
Series |
nfsd: Initial implementation of NFSv4 Courteous Server
|
expand
|