Re: [PATCH v6 00/16] fscrypt: key management improvements

2019-05-20 Thread Theodore Ts'o
On Mon, May 20, 2019 at 05:41:20PM -0700, Eric Biggers wrote: > > This was answered in the cover letter, quoted below: Oops, thanks. My bad, I stopped reading when I saw the changelog, and missed that part of the description. - Ted

Re: [PATCH v6 00/16] fscrypt: key management improvements

2019-05-20 Thread Eric Biggers
On Mon, May 20, 2019 at 08:16:36PM -0400, Theodore Ts'o wrote: > On Mon, May 20, 2019 at 10:25:36AM -0700, Eric Biggers wrote: > > > > This patchset makes major improvements to how keys are added, removed, > > and derived in fscrypt, aka ext4/f2fs/ubifs encryption. It does this by > > adding new

Re: [PATCH v6 00/16] fscrypt: key management improvements

2019-05-20 Thread Theodore Ts'o
On Mon, May 20, 2019 at 10:25:36AM -0700, Eric Biggers wrote: > > This patchset makes major improvements to how keys are added, removed, > and derived in fscrypt, aka ext4/f2fs/ubifs encryption. It does this by > adding new ioctls that add and remove encryption keys directly to/from > the filesys

[PATCH v6 00/16] fscrypt: key management improvements

2019-05-20 Thread Eric Biggers
Hello, [Note: I'd like to apply this for v5.3. Additional review is greatly appreciated, especially of the API before it's set in stone. Thanks!] This patchset makes major improvements to how keys are added, removed, and derived in fscrypt, aka ext4/f2fs/ubifs encryption. It does this by addi