From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bombadil.infradead.org ([198.137.202.9]:42310 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751627AbcG0IlD (ORCPT ); Wed, 27 Jul 2016 04:41:03 -0400 Date: Wed, 27 Jul 2016 01:41:01 -0700 From: Christoph Hellwig To: Jaegeuk Kim Cc: Linus Torvalds , Linux Kernel Mailing List , Linux FS Dev Mailing List , Linux F2FS Dev Mailing List Subject: Re: [GIT PULL] f2fs for 4.8 Message-ID: <20160727084101.GA11784@infradead.org> References: <20160727040800.GA69756@jaegeuk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160727040800.GA69756@jaegeuk> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: > - ioctl to move a range of data between files Please run this through the linux-api list first. We had so many problem with random ioctls on random file systems in the past. Also I know Samsung had an xfs (and maybe ext4?) implementation of this functionality in the past, so it would be extremtly useful to have some discussion on that. Also didn't this just show up last week for the first time?