Message ID | 20200827002856.1131-1-allison.henderson@oracle.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <SRS0=R4OI=CF=vger.kernel.org=linux-xfs-owner@kernel.org> 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 2541B722 for <patchwork-linux-xfs@patchwork.kernel.org>; Thu, 27 Aug 2020 00:29:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 055A32087D for <patchwork-linux-xfs@patchwork.kernel.org>; Thu, 27 Aug 2020 00:29:10 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=oracle.com header.i=@oracle.com header.b="WtmP8KYf" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726790AbgH0A3J (ORCPT <rfc822;patchwork-linux-xfs@patchwork.kernel.org>); Wed, 26 Aug 2020 20:29:09 -0400 Received: from userp2120.oracle.com ([156.151.31.85]:37586 "EHLO userp2120.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726753AbgH0A3J (ORCPT <rfc822;linux-xfs@vger.kernel.org>); Wed, 26 Aug 2020 20:29:09 -0400 Received: from pps.filterd (userp2120.oracle.com [127.0.0.1]) by userp2120.oracle.com (8.16.0.42/8.16.0.42) with SMTP id 07R0FgBb144946 for <linux-xfs@vger.kernel.org>; Thu, 27 Aug 2020 00:29:08 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=oracle.com; h=from : to : subject : date : message-id; s=corp-2020-01-29; bh=u57ihfld6tVjAe3xaOTVTdyw/7UWRBh6riqio+QLbyU=; b=WtmP8KYfdjIWfsVuwfyREkhKPvGOa9S1ZFZnPi6CJlGQGqQjXKtPHBCj4P2VE6EUA/yG 09Y5hlG6XyFbhEtdQrYjCaxCISGBFBBj48BnSBkd2xhJHTh4KwjFaFj9qoO4w3nnlTSy TNuemeG20r3d0sDxRnO5nMG/VjtXOthAQ93IdIiA3aalgJR5Ovpjm6ChxoFLWGVS8Jzt UBCQR/9F0KG7iNuYmC1BemfAqMbqMCO8vAnJ6ZhC6QhCiTpw9U4OJfy62icJ9k5qBFHV X2QGf5ruzMwrLig2n3ZJW/gq3ChDlZN6p+Y5b4b4ZrN8cBHyDcAHLjr50y4ECLdJYIH6 7A== Received: from aserp3020.oracle.com (aserp3020.oracle.com [141.146.126.70]) by userp2120.oracle.com with ESMTP id 333w6u1yve-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL) for <linux-xfs@vger.kernel.org>; Thu, 27 Aug 2020 00:29:08 +0000 Received: from pps.filterd (aserp3020.oracle.com [127.0.0.1]) by aserp3020.oracle.com (8.16.0.42/8.16.0.42) with SMTP id 07R0AHZ9121694 for <linux-xfs@vger.kernel.org>; Thu, 27 Aug 2020 00:29:07 GMT Received: from aserv0122.oracle.com (aserv0122.oracle.com [141.146.126.236]) by aserp3020.oracle.com with ESMTP id 333rubkfx9-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for <linux-xfs@vger.kernel.org>; Thu, 27 Aug 2020 00:29:07 +0000 Received: from abhmp0012.oracle.com (abhmp0012.oracle.com [141.146.116.18]) by aserv0122.oracle.com (8.14.4/8.14.4) with ESMTP id 07R0T68c016799 for <linux-xfs@vger.kernel.org>; Thu, 27 Aug 2020 00:29:06 GMT Received: from localhost.localdomain (/67.1.244.254) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Wed, 26 Aug 2020 17:29:06 -0700 From: Allison Collins <allison.henderson@oracle.com> To: linux-xfs@vger.kernel.org Subject: [PATCH v12 00/32] xfsprogs: Delayed Attributes Date: Wed, 26 Aug 2020 17:28:24 -0700 Message-Id: <20200827002856.1131-1-allison.henderson@oracle.com> X-Mailer: git-send-email 2.17.1 X-Proofpoint-Virus-Version: vendor=nai engine=6000 definitions=9725 signatures=668679 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 mlxlogscore=999 phishscore=0 bulkscore=0 suspectscore=0 spamscore=0 mlxscore=0 adultscore=0 malwarescore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2006250000 definitions=main-2008270000 X-Proofpoint-Virus-Version: vendor=nai engine=6000 definitions=9725 signatures=668679 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 adultscore=0 impostorscore=0 mlxlogscore=999 suspectscore=0 phishscore=0 malwarescore=0 spamscore=0 priorityscore=1501 clxscore=1015 mlxscore=0 lowpriorityscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2006250000 definitions=main-2008270000 Sender: linux-xfs-owner@vger.kernel.org Precedence: bulk List-ID: <linux-xfs.vger.kernel.org> X-Mailing-List: linux-xfs@vger.kernel.org |
Series |
xfsprogs: Delayed Attributes
|
expand
|