From patchwork Mon Nov 19 21:04:52 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dave Chinner X-Patchwork-Id: 10689445 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 58BD413B5 for ; Mon, 19 Nov 2018 21:05:37 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4D34D2A325 for ; Mon, 19 Nov 2018 21:05:37 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 41AF72A550; Mon, 19 Nov 2018 21:05:37 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 014342A325 for ; Mon, 19 Nov 2018 21:05:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730925AbeKTHbD (ORCPT ); Tue, 20 Nov 2018 02:31:03 -0500 Received: from ipmail07.adl2.internode.on.net ([150.101.137.131]:33274 "EHLO ipmail07.adl2.internode.on.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730915AbeKTHbC (ORCPT ); Tue, 20 Nov 2018 02:31:02 -0500 Received: from ppp59-167-129-252.static.internode.on.net (HELO dastard) ([59.167.129.252]) by ipmail07.adl2.internode.on.net with ESMTP; 20 Nov 2018 07:35:03 +1030 Received: from discord.disaster.area ([192.168.1.111]) by dastard with esmtp (Exim 4.80) (envelope-from ) id 1gOqj6-0000XM-UV for linux-xfs@vger.kernel.org; Tue, 20 Nov 2018 08:05:01 +1100 Received: from dave by discord.disaster.area with local (Exim 4.91) (envelope-from ) id 1gOqj6-0002Fo-R2 for linux-xfs@vger.kernel.org; Tue, 20 Nov 2018 08:05:00 +1100 From: Dave Chinner To: linux-xfs@vger.kernel.org Subject: [PATCH 0/7] xfs: various fixes for 4.20 Date: Tue, 20 Nov 2018 08:04:52 +1100 Message-Id: <20181119210459.8506-1-david@fromorbit.com> X-Mailer: git-send-email 2.19.1 MIME-Version: 1.0 Sender: linux-xfs-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-xfs@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi folks, This series is an aggregation of fixes I've been building up over the past few weeks. They are a result of bug reports, problems analysing extremely large metadump image files, trying to add 64k block size support to x86-64, and adding dedup/clone/copy_file_range support to fsx. I've posted a couple of these before, these versions contain the updates made as a result of review comments that were made. THere are no new regressions from these patches in fstests, and they fix some of the new fsx failures that we are seeing with it's new functionality. Cheers, Dave.