Received: by 10.192.165.156 with SMTP id m28csp243449imm; Sun, 15 Apr 2018 22:12:42 -0700 (PDT) X-Google-Smtp-Source: AIpwx4/31QPF0tZSf6ltJAIvwBAOiLmQraYfp/FFPe+0UphNBRca5NZnJrTIYEn/UwyT0JbC4VNl X-Received: by 10.99.60.71 with SMTP id i7mr4841832pgn.254.1523855561974; Sun, 15 Apr 2018 22:12:41 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1523855561; cv=none; d=google.com; s=arc-20160816; b=0qgPlUHvCP/e/+FttNJWRuzYuByBQQFA5uuaEroN3tKxuRPKeWrG7XTxWZ4y7JBgXH +uloD3rJy0I86yqZoUt6yRYNFIJTWC3SDuXUhNUXoRxoeY+oA3LbXarVYWhmfMSwyxze Plr33xvkJ87HhmvipP451AOwlY/7EIaZAb4G+I5j0srA1gfvszxE0BDIoVo7vimL4X9u gkI1/07eR52iWoojfGpb14Mgbo2IfOJxKBsHREXWVZ0eVZdw6o5aWw+IGBI1kb9xXW4I E5u6yi5GIh2V/KB1pQY4xT952CCypeq7vi1AaU3E1NsnZNuKdMynRIm7BbiD/LxUbvGz CD9Q== 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=wwyz+t4KfsUobl3T/dvvm97MfiwWWIws0WGofi+DqC0=; b=WegGGcNck29bDSiRI7CW+xc/ql3yUKE2yMRh/UORRqAlGf9iWO9KCorJVd6bmb3626 w8P+FmEVO1cRzm9u4gx5snMlcHFlx2caJ+lmww4OHrhIGUO7vpItLDthTgtzOe4LvrRJ kbk1u7mq92KvYXHmXYGOSUktdA/rdRx60PNBHUeiE87q14cMqZhptyWo7N79YXxCi0VQ 0+q8ykfStXwmr0fT6MgF62PVb/rSHfWUY7LsBdDpG01o9E0varFx7Nris2tjfjl5nwHM dsqH+QUtQvThsHYE9RtvDdk6akuW4J6YshEi6h6Sk7L+EHL9Xsu45I1DtFaBYRLdqu0H tk7g== 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 a12si10076716pfd.235.2018.04.15.22.12.27; Sun, 15 Apr 2018 22:12:41 -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 S1753628AbeDPEPP (ORCPT + 99 others); Mon, 16 Apr 2018 00:15:15 -0400 Received: from smtp4.ccs.ornl.gov ([160.91.203.40]:35530 "EHLO smtp4.ccs.ornl.gov" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753595AbeDPEPN (ORCPT ); Mon, 16 Apr 2018 00:15:13 -0400 Received: from star.ccs.ornl.gov (star.ccs.ornl.gov [160.91.202.134]) by smtp4.ccs.ornl.gov (Postfix) with ESMTP id 9D6511005175; Mon, 16 Apr 2018 00:15:12 -0400 (EDT) Received: by star.ccs.ornl.gov (Postfix, from userid 2004) id 929601F3; Mon, 16 Apr 2018 00:15:12 -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 00/22] staging: lustre: llite: fix xattr handling Date: Mon, 16 Apr 2018 00:14:49 -0400 Message-Id: <1523852111-17321-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 From: James Simmons Lustre utilities and user land APIs heavly depend on special xattr handling. Sadly much of the xattr handling for lustre client has been broken for awhile. This is all the fixes needed to make xattr handling work properly with the latest kernels. Bobi Jam (3): staging: lustre: llite: break up ll_setstripe_ea function staging: lustre: llite: return from ll_adjust_lum() if lump is NULL staging: lustre: llite: eat -EEXIST on setting trusted.lov Dmitry Eremin (1): staging: lustre: llite: add support set_acl method in inode operations James Simmons (9): staging: lustre: llite: initialize xattr->xe_namelen staging: lustre: llite: fix invalid size test in ll_setstripe_ea() staging: lustre: llite: remove newline in fullname strings staging: lustre: llite: record in stats attempted removal of lma/link xattr staging: lustre: llite: cleanup posix acl xattr code staging: lustre: llite: use proper types in the xattr code staging: lustre: llite: cleanup xattr code comments staging: lustre: llite: style changes in xattr.c staging: lustre: llite: correct removexattr detection John L. Hammond (3): staging: lustre: llite: handle xattr cache refill race staging: lustre: llite: use xattr_handler name for ACLs staging: lustre: llite: remove unused parameters from md_{get,set}xattr() Niu Yawei (2): staging: lustre: llite: refactor lustre.lov xattr handling staging: lustre: llite: add simple comment about lustre.lov xattrs Robin Humble (1): staging: lustre: llite: Remove filtering of seclabel xattr Vitaly Fertman (3): staging: lustre: obd: create it_has_reply_body() staging: lustre: obd: change debug reporting in lmv_enqueue() staging: lustre: ldlm: xattr locks are lost on mdt drivers/staging/lustre/lustre/include/obd.h | 20 +- drivers/staging/lustre/lustre/include/obd_class.h | 24 +-- drivers/staging/lustre/lustre/llite/file.c | 86 ++++++-- .../staging/lustre/lustre/llite/llite_internal.h | 4 + drivers/staging/lustre/lustre/llite/namei.c | 10 +- drivers/staging/lustre/lustre/llite/xattr.c | 231 ++++++++++++--------- drivers/staging/lustre/lustre/llite/xattr_cache.c | 83 +++----- drivers/staging/lustre/lustre/lmv/lmv_intent.c | 12 +- drivers/staging/lustre/lustre/lmv/lmv_obd.c | 36 ++-- drivers/staging/lustre/lustre/mdc/mdc_internal.h | 4 +- drivers/staging/lustre/lustre/mdc/mdc_locks.c | 68 ++++-- drivers/staging/lustre/lustre/mdc/mdc_request.c | 34 +-- 12 files changed, 364 insertions(+), 248 deletions(-) -- 1.8.3.1