Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1443893 > unrolled thread
| Started by | Theodore Ts'o <tytso@mit.edu> |
|---|---|
| First post | 2016-07-15 04:50 +0200 |
| Last post | 2016-07-15 05:00 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH v2] ext4 crypto: migrate into vfs's crypto engine Theodore Ts'o <tytso@mit.edu> - 2016-07-15 04:50 +0200
Re: [PATCH v2] ext4 crypto: migrate into vfs's crypto engine Jaegeuk Kim <jaegeuk@kernel.org> - 2016-07-15 05:00 +0200
| From | Theodore Ts'o <tytso@mit.edu> |
|---|---|
| Date | 2016-07-15 04:50 +0200 |
| Subject | Re: [PATCH v2] ext4 crypto: migrate into vfs's crypto engine |
| Message-ID | <rV1mp-1b8-1@gated-at.bofh.it> |
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 <jaegeuk@kernel.org>
> 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 <jaegeuk@kernel.org>
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 <tytso@mit.edu>
Date: Thu Jul 14 22:44:13 2016 -0400
MAINTAINRES: fs-crypto maintainers update
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Cc: Jaegeuk Kim <jaegeuk@kernel.org>
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 <tytso@mit.edu>
+M: Jaegeuk Kim <jaegeuk@kernel.org>
+S: Supported
+F: fs/crypto/
+F: include/linux/fscrypto.h
+
F2FS FILE SYSTEM
M: Jaegeuk Kim <jaegeuk@kernel.org>
M: Changman Lee <cm224.lee@samsung.com>
[toc] | [next] | [standalone]
| From | Jaegeuk Kim <jaegeuk@kernel.org> |
|---|---|
| Date | 2016-07-15 05:00 +0200 |
| Message-ID | <rV1wf-1ey-7@gated-at.bofh.it> |
| In reply to | #1443893 |
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 <jaegeuk@kernel.org> > > 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 <jaegeuk@kernel.org> > > 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 <tytso@mit.edu> > Date: Thu Jul 14 22:44:13 2016 -0400 > > MAINTAINRES: fs-crypto maintainers update > > Signed-off-by: Theodore Ts'o <tytso@mit.edu> > Cc: Jaegeuk Kim <jaegeuk@kernel.org> > > 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 <tytso@mit.edu> > +M: Jaegeuk Kim <jaegeuk@kernel.org> > +S: Supported > +F: fs/crypto/ > +F: include/linux/fscrypto.h > + > F2FS FILE SYSTEM > M: Jaegeuk Kim <jaegeuk@kernel.org> > M: Changman Lee <cm224.lee@samsung.com>
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web