From patchwork Thu Jul 25 02:43:59 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: James Simmons X-Patchwork-Id: 11057835 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id B10B7746 for ; Thu, 25 Jul 2019 02:44:15 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9D003287C2 for ; Thu, 25 Jul 2019 02:44:15 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 8E78F288AA; Thu, 25 Jul 2019 02:44:15 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received: from pdx1-mailman02.dreamhost.com (pdx1-mailman02.dreamhost.com [64.90.62.194]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 38922287C2 for ; Thu, 25 Jul 2019 02:44:15 +0000 (UTC) Received: from pdx1-mailman02.dreamhost.com (localhost [IPv6:::1]) by pdx1-mailman02.dreamhost.com (Postfix) with ESMTP id B0E324C3F2E; Wed, 24 Jul 2019 19:44:14 -0700 (PDT) X-Original-To: lustre-devel@lists.lustre.org Delivered-To: lustre-devel-lustre.org@pdx1-mailman02.dreamhost.com Received: from smtp4.ccs.ornl.gov (smtp4.ccs.ornl.gov [160.91.203.40]) by pdx1-mailman02.dreamhost.com (Postfix) with ESMTP id C131E21FEDC for ; Wed, 24 Jul 2019 19:44:12 -0700 (PDT) Received: from star.ccs.ornl.gov (star.ccs.ornl.gov [160.91.202.134]) by smtp4.ccs.ornl.gov (Postfix) with ESMTP id 6AAA41005265; Wed, 24 Jul 2019 22:44:11 -0400 (EDT) Received: by star.ccs.ornl.gov (Postfix, from userid 2004) id 623272D9; Wed, 24 Jul 2019 22:44:11 -0400 (EDT) From: James Simmons To: Andreas Dilger , Oleg Drokin , NeilBrown , Shaun Tancheff Date: Wed, 24 Jul 2019 22:43:59 -0400 Message-Id: <1564022647-17351-1-git-send-email-jsimmons@infradead.org> X-Mailer: git-send-email 1.8.3.1 Subject: [lustre-devel] [PATCH 0/8] lustre: some old patches from whamcloud tree X-BeenThere: lustre-devel@lists.lustre.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "For discussing Lustre software development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Lustre Development List MIME-Version: 1.0 Errors-To: lustre-devel-bounces@lists.lustre.org Sender: "lustre-devel" X-Virus-Scanned: ClamAV using ClamSMTP Some old patches missing from the linux lustre client. I suspect these weren't port since they most are likely server side only but I want to make sure. Also we are missing patch: http://review.whamcloud.com/20939 from LU-8319 but I don't know if that is needed anymore with the earlier changes done. Feedback welcomed. Andreas Dilger (1): lustre: seq: make seq_proc_write_common() safer Gregoire Pichon (1): lustre: tests: testcases for multiple modify RPCs feature Jeremy Filizetti (1): lustre: ldlm: Don't check opcode with NULL rq_reqmsg Li Wei (1): lustre: ptlrpc: Fix an rq_no_reply assertion failure Wang Di (1): lustre: fld: retry fld rpc until the import is closed wang di (3): lustre: fld: resend seq lookup RPC if it is on LWP lustre: fld: retry fld rpc even for ESHUTDOWN lustre: fld: fld client lookup should retry fs/lustre/fid/lproc_fid.c | 12 +++++++----- fs/lustre/fld/fld_request.c | 42 ++++++++++++++++++++++++++++++++++++++--- fs/lustre/include/obd_support.h | 2 ++ fs/lustre/ldlm/ldlm_lib.c | 7 +++++++ fs/lustre/ptlrpc/service.c | 10 ++++++++++ 5 files changed, 65 insertions(+), 8 deletions(-)