From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-f170.google.com ([209.85.210.170]:42648 "EHLO mail-pf1-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731366AbeISXbl (ORCPT ); Wed, 19 Sep 2018 19:31:41 -0400 Received: by mail-pf1-f170.google.com with SMTP id l9-v6so3050630pff.9 for ; Wed, 19 Sep 2018 10:52:41 -0700 (PDT) Date: Wed, 19 Sep 2018 10:52:37 -0700 From: Zach Brown To: Richard Weinberger Cc: linux-fsdevel Subject: Re: ANNOUNCE: ScoutFS archival filesystem code published Message-ID: <20180919175237.GB31353@lenny> References: <20180917192303.GA26394@lenny> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Wed, Sep 19, 2018 at 08:22:25AM +0200, Richard Weinberger wrote: > Zach, > > On Mon, Sep 17, 2018 at 9:24 PM Zach Brown wrote: > > In the coming weeks I'll personally be focusing on some big ticket > > functional items (deleted inode cleanup in particular), hardening a few > > recovery cases after crashes, and in general spending all of my will > > power focusing on that responsible nonsense instead of getting lost in > > satisfying performance tuning. > > > > Ask me anything :), > > Is encryption planned? > Both storage and transport. Not specifically planned, no, but I'm receptive to adding it -- particularly to support finer granularity key contexts (not just fs mount wide :/). - z