From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752287AbcGOCxg (ORCPT ); Thu, 14 Jul 2016 22:53:36 -0400 Received: from mail.kernel.org ([198.145.29.136]:44358 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751680AbcGOCxe (ORCPT ); Thu, 14 Jul 2016 22:53:34 -0400 Date: Thu, 14 Jul 2016 19:53:30 -0700 From: Jaegeuk Kim To: "Theodore Ts'o" , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-ext4@vger.kernel.org Subject: Re: [PATCH v2] ext4 crypto: migrate into vfs's crypto engine Message-ID: <20160715025330.GA44979@jaegeuk> References: <1461629736-16523-1-git-send-email-jaegeuk@kernel.org> <20160507185250.GD92790@jaegeuk.gateway> <20160715024526.GA26465@thunk.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20160715024526.GA26465@thunk.org> User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 14, 2016 at 10:45:26PM -0400, Theodore Ts'o wrote: > On Sat, May 07, 2016 at 11:52:50AM -0700, Jaegeuk Kim wrote: > > > > From 593e56e680f962c5e9cc57afa19bda4c654bd841 Mon Sep 17 00:00:00 2001 > > From: Jaegeuk Kim > > Date: Wed, 10 Feb 2016 16:26:25 -0800 > > Subject: [PATCH] ext4 crypto: migrate into vfs's crypto engine > > > > This patch removes the most parts of internal crypto codes. > > And then, it modifies and adds some ext4-specific crypt codes to use the generic > > facility. > > > > Signed-off-by: Jaegeuk Kim > > I've added this patch to the ext4.git tree. I will also include the > following MAINTAINERS file update. Got it, thank you. > > Thanks, > > - Ted > > commit 598c7d7abc832e35677b851f6afb93141c09993b > Author: Theodore Ts'o > Date: Thu Jul 14 22:44:13 2016 -0400 > > MAINTAINRES: fs-crypto maintainers update > > Signed-off-by: Theodore Ts'o > Cc: Jaegeuk Kim > > diff --git a/MAINTAINERS b/MAINTAINERS > index 7304d2e..b2234f8 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -4925,6 +4925,13 @@ F: Documentation/filesystems/caching/ > F: fs/fscache/ > F: include/linux/fscache*.h > > +FS-CRYPTO: FILE SYSTEM LEVEL ENCRYPTION SUPPORT > +M: Theodore Y. Ts'o > +M: Jaegeuk Kim > +S: Supported > +F: fs/crypto/ > +F: include/linux/fscrypto.h > + > F2FS FILE SYSTEM > M: Jaegeuk Kim > M: Changman Lee