Received: by 2002:ac0:a594:0:0:0:0:0 with SMTP id m20-v6csp5084220imm; Mon, 14 May 2018 19:19:29 -0700 (PDT) X-Google-Smtp-Source: AB8JxZoJJAgVQx3qRJMIJ0upVSvXJ03BpZqBKV+NRFaBgVQKMEB8r1e4k+4c8Zk1Q7hpalxIxCOl X-Received: by 2002:a62:91b:: with SMTP id e27-v6mr12859675pfd.93.1526350769608; Mon, 14 May 2018 19:19:29 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1526350769; cv=none; d=google.com; s=arc-20160816; b=PAjXReeG7FXN/C+vn0QwX6Ux3N4LiF+/g0w/tXhxrlGFiVdisD6GQBeaFYXlyzLtgC bU/6ASGKS/Aou38LmJjgGjLgdj945htCDASXEwaseq1pMWjOm8tXglDAgPdm/E+PmV4N w0Nk8u0UVTrmx6xsJQ/eFiAjFGMp/jAOEjjx/F5d7loD6oSdZpsUt1bBJDclBfvuse1q WtUlviYsZLSYiJt79S8k4UvtIAq/7ZgF63ERuTtC3L9MDKglhNxoj0XGpd56BLSvUPTF P+IzeVRNyMC3fHt8l527yBTx5V08HVtpiECtNVmapEzthhCWjkIvHYVOe4m3zER6sj35 qv6A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from :arc-authentication-results; bh=aSiu3SbAk8QPL0tf39EGHH3eXiwbLlfr0cfX8lZFczA=; b=de+dCCRpOdUpY4x8jHAKh74peyhHRzehKujRiFvy3UkDJIPIhKcbRub0mp3Qzm8Svz 9yzjVKmIOLIsUzyxJTuky4hmqVVyIozoS48NRNdCRQK/YkbNlrkeyi/oKMDWbtZw3nfV +UdMh5LKqPCfpYKRyo/GoJX64x8+4K9r46lZA0N9qMOASPI3W/NZ4tO3OWDaDpTR/5qx HIAYswJ+kZ7/mYK/LlZC9hCb4sea3LA9hQJolZg2evyn/X+LMmWtsyj6Ntt1OoHJbHJb V5gZcS0WuOdmFxmsR5+onsIEMojfXyeuFgePsrCM/HSuALOfQLnRIkzWyHEBYWU4IzV/ BbRg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id s11-v6si8060413pgc.607.2018.05.14.19.19.15; Mon, 14 May 2018 19:19:29 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752090AbeEOCRI (ORCPT + 99 others); Mon, 14 May 2018 22:17:08 -0400 Received: from smtp4.ccs.ornl.gov ([160.91.203.40]:39414 "EHLO smtp4.ccs.ornl.gov" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752009AbeEOCRG (ORCPT ); Mon, 14 May 2018 22:17:06 -0400 Received: from star.ccs.ornl.gov (star.ccs.ornl.gov [160.91.202.134]) by smtp4.ccs.ornl.gov (Postfix) with ESMTP id 164591005167; Mon, 14 May 2018 22:17:06 -0400 (EDT) Received: by star.ccs.ornl.gov (Postfix, from userid 2004) id 13556B8; Mon, 14 May 2018 22:17:06 -0400 (EDT) From: James Simmons To: Greg Kroah-Hartman , devel@driverdev.osuosl.org, Andreas Dilger , Oleg Drokin , NeilBrown Cc: Linux Kernel Mailing List , Lustre Development List , James Simmons Subject: [PATCH 0/5] staging: lustre: llite: remaining xattr fixes Date: Mon, 14 May 2018 22:16:58 -0400 Message-Id: <1526350623-4616-1-git-send-email-jsimmons@infradead.org> X-Mailer: git-send-email 1.8.3.1 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Fixed the bugs in the set_acl patch pointed out by Dan Carpenter. Rebased the next patch 'remove unused parameter..." on the parent patch. Added newer xattr fixes that were recently pushed. Andrew Perepechko (1): staging: lustre: mdc: excessive memory consumption by the xattr cache Dmitry Eremin (1): staging: lustre: llite: add support set_acl method in inode operations Fan Yong (1): staging: lustre: acl: increase ACL entries limitation John L. Hammond (2): staging: lustre: llite: remove unused parameters from md_{get,set}xattr() staging: lustre: mdc: use large xattr buffers for old servers .../lustre/include/uapi/linux/lustre/lustre_idl.h | 2 +- drivers/staging/lustre/lustre/include/lustre_acl.h | 7 ++- drivers/staging/lustre/lustre/include/obd.h | 7 +-- drivers/staging/lustre/lustre/include/obd_class.h | 21 +++---- drivers/staging/lustre/lustre/llite/file.c | 65 +++++++++++++++++++++- .../staging/lustre/lustre/llite/llite_internal.h | 4 ++ drivers/staging/lustre/lustre/llite/llite_lib.c | 3 +- drivers/staging/lustre/lustre/llite/namei.c | 10 +++- drivers/staging/lustre/lustre/llite/xattr.c | 6 +- drivers/staging/lustre/lustre/lmv/lmv_obd.c | 22 ++++---- drivers/staging/lustre/lustre/mdc/mdc_locks.c | 42 +++++++++++--- drivers/staging/lustre/lustre/mdc/mdc_reint.c | 2 + drivers/staging/lustre/lustre/mdc/mdc_request.c | 38 ++++++++----- drivers/staging/lustre/lustre/ptlrpc/layout.c | 4 +- drivers/staging/lustre/lustre/ptlrpc/wiretest.c | 4 +- 15 files changed, 171 insertions(+), 66 deletions(-) -- 1.8.3.1