From patchwork Thu Jul 2 00:04:40 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: James Simmons X-Patchwork-Id: 11637571 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 0BFDD618 for ; Thu, 2 Jul 2020 00:05:06 +0000 (UTC) Received: from pdx1-mailman02.dreamhost.com (pdx1-mailman02.dreamhost.com [64.90.62.194]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E72ED20748 for ; Thu, 2 Jul 2020 00:05:05 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E72ED20748 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lustre-devel-bounces@lists.lustre.org Received: from pdx1-mailman02.dreamhost.com (localhost [IPv6:::1]) by pdx1-mailman02.dreamhost.com (Postfix) with ESMTP id 92E6E21FA2F; Wed, 1 Jul 2020 17:05:05 -0700 (PDT) X-Original-To: lustre-devel@lists.lustre.org Delivered-To: lustre-devel-lustre.org@pdx1-mailman02.dreamhost.com Received: from smtp3.ccs.ornl.gov (smtp3.ccs.ornl.gov [160.91.203.39]) by pdx1-mailman02.dreamhost.com (Postfix) with ESMTP id 1B27121CBFD for ; Wed, 1 Jul 2020 17:05:04 -0700 (PDT) Received: from star.ccs.ornl.gov (star.ccs.ornl.gov [160.91.202.134]) by smtp3.ccs.ornl.gov (Postfix) with ESMTP id 525A835E; Wed, 1 Jul 2020 20:05:02 -0400 (EDT) Received: by star.ccs.ornl.gov (Postfix, from userid 2004) id 49CDF2B5; Wed, 1 Jul 2020 20:05:02 -0400 (EDT) From: James Simmons To: Andreas Dilger , Oleg Drokin , NeilBrown Date: Wed, 1 Jul 2020 20:04:40 -0400 Message-Id: <1593648298-10571-1-git-send-email-jsimmons@infradead.org> X-Mailer: git-send-email 1.8.3.1 Subject: [lustre-devel] [PATCH 00/18] Port of OpenSFS landing as of July 1, 2020 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" Port of patches that landed to the OpenSFS branch. A few patches added the were missing that enables potential lustre utilities building against the Linux client. Please review to make sure everything is okay. Alexander Boyko (1): lustre: llite: don't hold inode_lock for security notify Alexey Lyashkov (2): lnet: restore an maximal fragments count lnet: o2ib: fix page mapping error Amir Shehata (1): lnet: handle undefined parameters Andriy Skulysh (1): lustre: llite: truncate deadlock with DoM files Chris Horn (1): lnet: Skip health and resends for single rail configs Emoly Liu (1): lustre: obd: add new LPROCFS_TYPE_* Gregoire Pichon (1): lnet: define new network driver ptl4lnd Hongchao Zhang (1): lustre: mdc: chlg device could be used after free James Simmons (2): lustre: llite: bind kthread thread to accepted node set lustre: lov: use lov_pattern_support() to verify lmm Lai Siyao (1): lustre: mdt: don't fetch LOOKUP lock for remote object Mikhail Pershin (1): lustre: ptlrpc: limit rate of lock replays Sebastien Buisson (5): lustre: sec: encryption for write path lustre: sec: decryption for read path lustre: sec: deal with encrypted object size lustre: sec: support truncate for encrypted files lustre: sec: ioctls to handle encryption policies fs/lustre/include/lprocfs_status.h | 9 +- fs/lustre/include/lustre_import.h | 2 + fs/lustre/include/lustre_osc.h | 1 + fs/lustre/include/obd.h | 19 ++- fs/lustre/include/obd_class.h | 3 +- fs/lustre/include/obd_support.h | 5 + fs/lustre/ldlm/ldlm_request.c | 69 ++++++++++- fs/lustre/llite/crypto.c | 15 ++- fs/lustre/llite/dir.c | 50 +++++++- fs/lustre/llite/file.c | 19 ++- fs/lustre/llite/llite_internal.h | 1 + fs/lustre/llite/llite_lib.c | 187 ++++++++++++++++++++++++++++- fs/lustre/llite/lproc_llite.c | 8 +- fs/lustre/llite/namei.c | 105 +++++++++++++--- fs/lustre/llite/rw.c | 13 +- fs/lustre/llite/rw26.c | 4 + fs/lustre/llite/statahead.c | 11 +- fs/lustre/llite/vvp_io.c | 17 ++- fs/lustre/lmv/lmv_intent.c | 19 ++- fs/lustre/lmv/lmv_internal.h | 1 + fs/lustre/lmv/lmv_obd.c | 3 +- fs/lustre/lov/lov_ea.c | 6 +- fs/lustre/mdc/mdc_changelog.c | 46 ++++--- fs/lustre/mdc/mdc_internal.h | 1 + fs/lustre/mdc/mdc_request.c | 8 +- fs/lustre/obdclass/genops.c | 1 + fs/lustre/obdecho/echo_client.c | 2 + fs/lustre/obdecho/echo_internal.h | 3 + fs/lustre/osc/osc_internal.h | 1 + fs/lustre/osc/osc_request.c | 121 ++++++++++++++++++- fs/lustre/ptlrpc/import.c | 8 +- include/linux/lnet/lib-lnet.h | 4 +- include/linux/lnet/lib-types.h | 2 +- include/uapi/linux/lnet/nidstr.h | 1 + include/uapi/linux/lustre/lustre_user.h | 8 ++ net/lnet/klnds/o2iblnd/o2iblnd.c | 7 +- net/lnet/klnds/o2iblnd/o2iblnd_cb.c | 3 +- net/lnet/klnds/o2iblnd/o2iblnd_modparams.c | 4 +- net/lnet/klnds/socklnd/socklnd_modparams.c | 4 +- net/lnet/lnet/api-ni.c | 26 +++- net/lnet/lnet/lib-msg.c | 65 +++++++--- net/lnet/lnet/nidstrings.c | 9 ++ 42 files changed, 759 insertions(+), 132 deletions(-)