Re: [PATCH 0/2] btrfs: Add two new unprivileged ioctls to allow normal users to call "sub list/show" etc.

2018-03-06 Thread David Sterba
On Tue, Mar 06, 2018 at 05:29:34PM +0900, Misono, Tomohiro wrote: > This adds two new unprivileged ioctls: > > 1st patch: version of tree_search ioctl which only searches/returns subvolume > related item. > 2nd patch: user version of ino_lookup ioctl which also performs permission > check. > >

[PATCH 0/2] btrfs: Add two new unprivileged ioctls to allow normal users to call "sub list/show" etc.

2018-03-06 Thread Misono, Tomohiro
This adds two new unprivileged ioctls: 1st patch: version of tree_search ioctl which only searches/returns subvolume related item. 2nd patch: user version of ino_lookup ioctl which also performs permission check. They will be used to implement user version of "subvolume list/show" etc in user