From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756804AbcAOJ3z (ORCPT ); Fri, 15 Jan 2016 04:29:55 -0500 Received: from bombadil.infradead.org ([198.137.202.9]:56146 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754689AbcAOJ3w (ORCPT ); Fri, 15 Jan 2016 04:29:52 -0500 Date: Fri, 15 Jan 2016 01:29:49 -0800 From: Christoph Hellwig To: Christoph Hellwig , Nikhilesh Reddy , Miklos Szeredi , fuse-devel , linux-kernel@vger.kernel.org, linux-api@vger.kernel.org, gregkh@linuxfoundation.org, torvalds@linux-foundation.org, linux-fsdevel@vger.kernel.org, viro@zeniv.linux.org.uk, Richard Weinberger , "Theodore Ts'o" , jack@suse.cz, Antonio SJ Musumeci , sven.utcke@gmx.de Subject: Re: [PATCH] fuse: Add support for fuse stacked I/O Message-ID: <20160115092949.GA11468@infradead.org> References: <565394BE.4040506@codeaurora.org> <5696E366.2080605@codeaurora.org> <20160114082554.GA12489@infradead.org> <87mvs8qhun.fsf@thinkpad.rath.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87mvs8qhun.fsf@thinkpad.rath.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 14, 2016 at 07:52:00AM -0800, Nikolaus Rath wrote: > > Please write your stacked features as kernel drivers. > > Could you explain in more detail? I think I don't understand either the > why, the how, or what you mean with driver in this context (not sure > which one it is). > > > (I'm not the original submitter but interested in this) If someone is doing stacked pass through I/O, which basically is some form of unioning or file hiding it should be using overlayfs or a new kernel stackable file system. That's not to say it could be prototyped entirely in userspace, but it's not something we should add any bypasses for.