From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from aserp1040.oracle.com ([141.146.126.69]:29699 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965214AbcCOQse (ORCPT ); Tue, 15 Mar 2016 12:48:34 -0400 Subject: [PATCH v5 0/2] man-pages: document reflink/dedupe ioctls From: "Darrick J. Wong" To: mtk.manpages@gmail.com, darrick.wong@oracle.com Cc: linux-fsdevel@vger.kernel.org, linux-api@vger.kernel.org, hch@infradead.org, linux-man@vger.kernel.org Date: Tue, 15 Mar 2016 09:48:04 -0700 Message-ID: <20160315164804.30909.83270.stgit@birch.djwong.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Hi all, This patch set goes along with the fifth revision of an RFC adding to XFS kernel support for tracking reverse-mappings of physical blocks to file and metadata; and support for mapping multiple file logical blocks to the same physical block, more commonly known as reflinking. The two patches in this series document the clone, clone_range, and dedupe ioctls in the form of man pages. The patch set is based on a whole pile of proposed patches against the current (4.5) upstream kernel; the ioctls are simply hoisted version of the private btrfs ioctls. Comments and questions are, as always, welcome. --D