From patchwork Fri Jul 15 02:45:26 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Theodore Ts'o X-Patchwork-Id: 9231059 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 9005A60868 for ; Fri, 15 Jul 2016 02:45:48 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 83E9628326 for ; Fri, 15 Jul 2016 02:45:48 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 7816A28329; Fri, 15 Jul 2016 02:45:48 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 1822A28326 for ; Fri, 15 Jul 2016 02:45:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752044AbcGOCpc (ORCPT ); Thu, 14 Jul 2016 22:45:32 -0400 Received: from imap.thunk.org ([74.207.234.97]:54386 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751279AbcGOCpa (ORCPT ); Thu, 14 Jul 2016 22:45:30 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=thunk.org; s=ef5046eb; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date; bh=5o2F2YIQUNqNss0ulqZMmXvvr5p4nXjh4hNzP9tHZ4s=; b=HUqwt/XCZxUHMl9SIaiNgig4finGOYoH/km68iKC22H3xB/Ovp+WYeYz0It+Hi18TWzdYsjYLH8eLvIOJWfdyHc8RR1zrw8fm4vRTzZeUkDb1vvSfZHDjkMI5XAr0eOFVDSIG9esyGZkr7gfwW0aKVCts5vTodgStS6FBMzrufE=; Received: from root (helo=closure.thunk.org) by imap.thunk.org with local-esmtp (Exim 4.84_2) (envelope-from ) id 1bNt83-0003tM-TV; Fri, 15 Jul 2016 02:45:27 +0000 Received: by closure.thunk.org (Postfix, from userid 15806) id 4599582679A; Thu, 14 Jul 2016 22:45:26 -0400 (EDT) Date: Thu, 14 Jul 2016 22:45:26 -0400 From: Theodore Ts'o To: Jaegeuk Kim Cc: 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: <20160715024526.GA26465@thunk.org> Mail-Followup-To: Theodore Ts'o , Jaegeuk Kim , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-ext4@vger.kernel.org References: <1461629736-16523-1-git-send-email-jaegeuk@kernel.org> <20160507185250.GD92790@jaegeuk.gateway> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20160507185250.GD92790@jaegeuk.gateway> User-Agent: Mutt/1.6.0 (2016-04-01) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@thunk.org X-SA-Exim-Scanned: No (on imap.thunk.org); SAEximRunCond expanded to false Sender: linux-fsdevel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fsdevel@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP 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. 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 --- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html 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