From patchwork Sat Jun 13 16:26:56 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: James Simmons X-Patchwork-Id: 11602885 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 0FC38138C for ; Sat, 13 Jun 2020 16:27:49 +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 EB93A2078A for ; Sat, 13 Jun 2020 16:27:48 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org EB93A2078A 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 15FFC21F373; Sat, 13 Jun 2020 09:27:34 -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 D6F9E21C90F for ; Sat, 13 Jun 2020 09:27:22 -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 82A02246; Sat, 13 Jun 2020 12:27:19 -0400 (EDT) Received: by star.ccs.ornl.gov (Postfix, from userid 2004) id 74B442A3; Sat, 13 Jun 2020 12:27:19 -0400 (EDT) From: James Simmons To: Andreas Dilger , Oleg Drokin , NeilBrown Date: Sat, 13 Jun 2020 12:26:56 -0400 Message-Id: <1592065636-28333-1-git-send-email-jsimmons@infradead.org> X-Mailer: git-send-email 1.8.3.1 Subject: [lustre-devel] [PATCH 00/20] lustre: patches landed for week of June 8 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" Several patches from Neil tree to address bugs specific to linux client. Backport patches from OpenSFS tree for the week of June 8 2020 and a few to support building the Lustre utilities. Alexey Lyashkov (2): lustre: ptlrpc: separate number MD and refrences for bulk lustre: ptlrpc: fill md correctly. Andreas Dilger (1): lustre: mdc: allow setting max_mod_rpcs_in_flight larger Bobi Jam (1): lustre: llite: don't check mirror info for page discard Chris Horn (1): lustre: ptlrpc: Clear bd_registered in ptlrpc_unregister_bulk Di Wang (1): lustre: uapi: change LUSTRE_*_FL defines to enum Lai Siyao (2): lustre: lmv: check stripe FID sanity lustre: dne: directory restripe and auto split Mr NeilBrown (1): lnet: fix uninitialize var in choose_ipv4_src() NeilBrown (5): lnet: fix kmalloc size in config.c lnet: test against LNET_STATE_RUNNING rather than LNET_STATE_SHUTDOWN lnet: use lnet_md_free in lnet_res_container_cleanup() lustre: obdclass: discard process_quota_config lnet: socklnd: remove comments about "darwin". Patrick Farrell (2): lustre: SEL: Add flag & setstripe support lustre: obd: Rename OS_STATE flags to OS_STATFS Sebastien Buisson (3): lustre: sec: documentation for client-side encryption lustre: sec: enable client side encryption lustre: sec: control client side encryption Sonia Sharma (1): lnet: o2iblnd: 'Timed out tx' error message .../client_side_encryption/access_semantics.txt | 128 +++++++++++++++++ .../client_side_encryption/key_hierarchy.txt | 112 +++++++++++++++ .../lustre/client_side_encryption/modes_usage.txt | 97 +++++++++++++ .../lustre/client_side_encryption/threat_model.txt | 159 +++++++++++++++++++++ fs/lustre/include/lustre_crypto.h | 106 ++++++++++++++ fs/lustre/include/lustre_lmv.h | 20 ++- fs/lustre/include/lustre_net.h | 9 +- fs/lustre/include/obd_class.h | 4 +- fs/lustre/include/obd_support.h | 7 + fs/lustre/llite/Makefile | 1 + fs/lustre/llite/crypto.c | 132 +++++++++++++++++ fs/lustre/llite/dir.c | 25 +--- fs/lustre/llite/llite_internal.h | 43 ++++++ fs/lustre/llite/llite_lib.c | 58 +++++++- fs/lustre/llite/super25.c | 1 + fs/lustre/lmv/lmv_obd.c | 6 +- fs/lustre/lov/lov_io.c | 9 +- fs/lustre/obdclass/genops.c | 50 +++++-- fs/lustre/obdclass/obd_config.c | 10 -- fs/lustre/ptlrpc/client.c | 24 +++- fs/lustre/ptlrpc/events.c | 6 +- fs/lustre/ptlrpc/niobuf.c | 40 +++--- fs/lustre/ptlrpc/pers.c | 20 ++- fs/lustre/ptlrpc/wiretest.c | 29 ++-- include/uapi/linux/lustre/lustre_idl.h | 60 ++++++-- include/uapi/linux/lustre/lustre_user.h | 28 ++-- net/lnet/klnds/o2iblnd/o2iblnd.h | 2 + net/lnet/klnds/o2iblnd/o2iblnd_cb.c | 26 +++- net/lnet/klnds/socklnd/socklnd_cb.c | 8 -- net/lnet/lnet/api-ni.c | 10 +- net/lnet/lnet/config.c | 6 +- net/lnet/lnet/lib-socket.c | 2 +- net/lnet/lnet/peer.c | 6 +- 33 files changed, 1091 insertions(+), 153 deletions(-) create mode 100644 Documentation/lustre/client_side_encryption/access_semantics.txt create mode 100644 Documentation/lustre/client_side_encryption/key_hierarchy.txt create mode 100644 Documentation/lustre/client_side_encryption/modes_usage.txt create mode 100644 Documentation/lustre/client_side_encryption/threat_model.txt create mode 100644 fs/lustre/include/lustre_crypto.h create mode 100644 fs/lustre/llite/crypto.c