From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from userp2130.oracle.com ([156.151.31.86]:42138 "EHLO userp2130.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729528AbfFRQ7w (ORCPT ); Tue, 18 Jun 2019 12:59:52 -0400 Received: from pps.filterd (userp2130.oracle.com [127.0.0.1]) by userp2130.oracle.com (8.16.0.27/8.16.0.27) with SMTP id x5IGvhYl037808 for ; Tue, 18 Jun 2019 16:59:51 GMT Received: from aserp3020.oracle.com (aserp3020.oracle.com [141.146.126.70]) by userp2130.oracle.com with ESMTP id 2t4r3tnt6u-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Tue, 18 Jun 2019 16:59:51 +0000 Received: from pps.filterd (aserp3020.oracle.com [127.0.0.1]) by aserp3020.oracle.com (8.16.0.27/8.16.0.27) with SMTP id x5IGxlAC013490 for ; Tue, 18 Jun 2019 16:59:50 GMT Received: from userv0121.oracle.com (userv0121.oracle.com [156.151.31.72]) by aserp3020.oracle.com with ESMTP id 2t5mgc2sx9-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Tue, 18 Jun 2019 16:59:50 +0000 Received: from abhmp0012.oracle.com (abhmp0012.oracle.com [141.146.116.18]) by userv0121.oracle.com (8.14.4/8.13.8) with ESMTP id x5IGxnOK006792 for ; Tue, 18 Jun 2019 16:59:49 GMT Date: Tue, 18 Jun 2019 09:59:47 -0700 From: "Darrick J. Wong" Subject: [ANNOUNCE] xfs-linux: for-next updated to fe0da9c09b2d Message-ID: <20190618165947.GD5387@magnolia> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: linux-xfs-owner@vger.kernel.org List-ID: List-Id: xfs To: xfs Hi folks, The for-next branch of the xfs-linux repository at: git://git.kernel.org/pub/scm/fs/xfs/xfs-linux.git has just been updated. Patches often get missed, so please check if your outstanding patches were in this update. If they have not been in this update, please resubmit them to linux-xfs@vger.kernel.org so they can be picked up in the next update. This announcement only covers building a new for-next branch from the copy-file-range-fixes branch for wider testing. I pushed this out a week ago, but apparently forgot to send an announcement specifically for for-next. :/ The new head of the for-next branch is commit: fe0da9c09b2d fuse: copy_file_range needs to strip setuid bits and update timestamps New Commits: Amir Goldstein (7): [a31713517dac] vfs: introduce generic_file_rw_checks() [646955cd5425] vfs: remove redundant checks from generic_remap_checks() [96e6e8f4a68d] vfs: add missing checks to copy_file_range [e38f7f53c352] vfs: introduce file_modified() helper [8c3f406c097b] xfs: use file_modified() helper [5dae222a5ff0] vfs: allow copy_file_range to copy across devices [fe0da9c09b2d] fuse: copy_file_range needs to strip setuid bits and update timestamps Dave Chinner (2): [f16acc9d9b37] vfs: introduce generic_copy_file_range() [64bf5ff58dff] vfs: no fallback for ->copy_file_range Code Diffstat: fs/ceph/file.c | 23 ++++++++-- fs/cifs/cifsfs.c | 4 ++ fs/fuse/file.c | 29 +++++++++++-- fs/inode.c | 20 +++++++++ fs/nfs/nfs4file.c | 23 ++++++++-- fs/read_write.c | 124 +++++++++++++++++++++++++++++------------------------ fs/xfs/xfs_file.c | 15 +------ include/linux/fs.h | 9 ++++ mm/filemap.c | 110 ++++++++++++++++++++++++++++++++++++++--------- 9 files changed, 257 insertions(+), 100 deletions(-)