From patchwork Fri Nov 23 07:15:27 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: NeilBrown X-Patchwork-Id: 10695069 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 384DD16B1 for ; Fri, 23 Nov 2018 07:19:00 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C0A522B0A9 for ; Fri, 23 Nov 2018 07:18:57 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B28D02B101; Fri, 23 Nov 2018 07:18:57 +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 986702B0A9 for ; Fri, 23 Nov 2018 07:18:56 +0000 (UTC) Received: from pdx1-mailman02.dreamhost.com (localhost [IPv6:::1]) by pdx1-mailman02.dreamhost.com (Postfix) with ESMTP id F1C5321F675; Thu, 22 Nov 2018 23:18:54 -0800 (PST) X-Original-To: lustre-devel@lists.lustre.org Delivered-To: lustre-devel-lustre.org@pdx1-mailman02.dreamhost.com Received: from mx1.suse.de (mx2.suse.de [195.135.220.15]) by pdx1-mailman02.dreamhost.com (Postfix) with ESMTP id D33D721F607 for ; Thu, 22 Nov 2018 23:18:52 -0800 (PST) X-Virus-Scanned: by amavisd-new at test-mx.suse.de X-Amavis-Alert: BAD HEADER SECTION, Header field occurs more than once: "Cc" occurs 6 times Received: from relay1.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 7A06CAC5E; Fri, 23 Nov 2018 07:18:51 +0000 (UTC) From: NeilBrown To: Andreas Dilger , James Simmons , Oleg Drokin Date: Fri, 23 Nov 2018 18:15:27 +1100 Message-ID: <154295730810.2850.961218355189474016.stgit@noble> User-Agent: StGit/0.17.1-dirty MIME-Version: 1.0 Subject: [lustre-devel] [PATCH 0/9] Assorted lustre patches - mostly from OpenSFS 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: Vladimir Saveliev , Doug Oucharek , Fan Yong , Lai Siyao , Lustre Development List Errors-To: lustre-devel-bounces@lists.lustre.org Sender: "lustre-devel" X-Virus-Scanned: ClamAV using ClamSMTP This is a miscellaneous set of patches for lustre-in-linux. Apart from the first, they are (bases on) patches from OpenSFS lustre. I've been trawling through OpenSFS looking for patches that aren't in linux-lustre. Most of what I find are only relevant on the server, but these seem to be appropriate for the client. In most cases, I don't really know what is going on, so they might be inappropriate for the client. I'm hoping that more knowledgeable people can put be straight. This are just the first few - I think there are quite a few more (before we get to e.g. pfl which has been attempted yet). If I've got these mostly right, I'll continue looking through the rest of my list. Thanks, NeilBrown --- Bruno Faccini (2): lustre: llite: clear LLIF_FILE_RESTORING when done lustre: obdclass: health_check to report unhealthy upon LBUG Doug Oucharek (1): lustre: lnet: Stop MLX5 triggering a dump_cqe Fan Yong (1): lustre: statahead: skip agl for the file in restoring James Simmons (1): lustre: remove EIOCBRETRY handling Lai Siyao (2): lustre: rename: DNE2 should return -EXDEV upon remote rename lustre: statahead: add smp_mb() to serialize ops NeilBrown (1): lustre: obdclass: fix formating of connection flags Vladimir Saveliev (1): lustre: ptlrpc: use smp unsafe at_init only for initialization .../staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c | 7 ++++- .../staging/lustre/lustre/include/lustre_errno.h | 1 - .../staging/lustre/lustre/include/lustre_import.h | 19 ++++++++++++-- drivers/staging/lustre/lustre/llite/llite_lib.c | 6 ++++ drivers/staging/lustre/lustre/llite/statahead.c | 28 ++++++++++++++++++-- drivers/staging/lustre/lustre/lmv/lmv_obd.c | 2 + .../lustre/lustre/obdclass/lprocfs_status.c | 4 +-- drivers/staging/lustre/lustre/obdclass/obd_sysfs.c | 4 ++- drivers/staging/lustre/lustre/ptlrpc/import.c | 2 + 9 files changed, 61 insertions(+), 12 deletions(-) -- Signature