From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx1.redhat.com ([209.132.183.28]:45002 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964984AbeEIP4r (ORCPT ); Wed, 9 May 2018 11:56:47 -0400 To: fsdevel , "linux-btrfs@vger.kernel.org" , Linux API From: Eric Sandeen Subject: [PATCH 0/2] hoist btrfs' label set/get ioctls to vfs, and document Message-ID: Date: Wed, 9 May 2018 10:56:45 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-fsdevel-owner@vger.kernel.org List-ID: I'm planning to add online label set/get support to xfs, and to do so I plan to re-use the existing btrfs ioctls, BTRFS_IOC_[SG]ET_FSLABEL We're still working out minor details on the xfs side, but I'd like to start the conversation regarding the new more generic interface ASAP, so here goes - patches to move the ioctls to the vfs and document them. (Other filesystems may wish to use this interface in the future as well) Thanks, -Eric