Re: [PATCH 03/29] fscrypt: Enable partial page encryption

2016-11-15 Thread Eric Biggers
On Sun, Nov 13, 2016 at 10:20:46PM +0100, Richard Weinberger wrote: > From: David Gstir > > Not all filesystems work on full pages, thus we should allow them to > hand partial pages to fscrypt for en/decryption. > > Signed-off-by: David Gstir > Signed-off-by: Richard Weinberger > --- > fs/cry

[PATCH 03/29] fscrypt: Enable partial page encryption

2016-11-13 Thread Richard Weinberger
From: David Gstir Not all filesystems work on full pages, thus we should allow them to hand partial pages to fscrypt for en/decryption. Signed-off-by: David Gstir Signed-off-by: Richard Weinberger --- fs/crypto/crypto.c | 42 ++ fs/ext4/inode.c