Re: [f2fs-dev] [PATCH v2 10/12] ext4: add basic fs-verity support

2018-11-05 Thread Chandan Rajendra
On Tuesday, November 6, 2018 6:55:03 AM IST Eric Biggers wrote: > Hi Chandan, > > On Fri, Nov 02, 2018 at 03:13:14PM +0530, Chandan Rajendra wrote: > > On Friday, November 2, 2018 4:22:28 AM IST Eric Biggers wrote: > > > From: Eric Biggers > > > > > > Add basic fs-verity support to ext4.

Re: [f2fs-dev] [PATCH v2 10/12] ext4: add basic fs-verity support

2018-11-05 Thread Eric Biggers
Hi Chandan, On Fri, Nov 02, 2018 at 03:13:14PM +0530, Chandan Rajendra wrote: > On Friday, November 2, 2018 4:22:28 AM IST Eric Biggers wrote: > > From: Eric Biggers > > > > Add basic fs-verity support to ext4. fs-verity is a filesystem feature > > that enables transparent integrity protection

Re: [f2fs-dev] [PATCH v2 10/12] ext4: add basic fs-verity support

2018-11-05 Thread Eric Biggers
Hi Andreas, On Mon, Nov 05, 2018 at 02:05:24PM -0700, Andreas Dilger wrote: > On Nov 1, 2018, at 4:52 PM, Eric Biggers wrote: > > > > From: Eric Biggers > > > > Add basic fs-verity support to ext4. fs-verity is a filesystem feature > > that enables transparent integrity protection and

Re: [f2fs-dev] [PATCH v2 10/12] ext4: add basic fs-verity support

2018-11-02 Thread Chandan Rajendra
On Friday, November 2, 2018 4:22:28 AM IST Eric Biggers wrote: > From: Eric Biggers > > Add basic fs-verity support to ext4. fs-verity is a filesystem feature > that enables transparent integrity protection and authentication of > read-only files. It uses a dm-verity like mechanism at the file

[f2fs-dev] [PATCH v2 10/12] ext4: add basic fs-verity support

2018-11-01 Thread Eric Biggers
From: Eric Biggers Add basic fs-verity support to ext4. fs-verity is a filesystem feature that enables transparent integrity protection and authentication of read-only files. It uses a dm-verity like mechanism at the file level: a Merkle tree is used to verify any block in the file in