Re: [f2fs-dev] [PATCH V3 2/7] Integrate read callbacks into Ext4 and F2FS

2019-06-25 Thread Chandan Rajendra
On Saturday, June 22, 2019 2:38:01 AM IST Eric Biggers wrote: > Hi Chandan, > > On Sun, Jun 16, 2019 at 09:38:08PM +0530, Chandan Rajendra wrote: > > This commit gets Ext4 and F2FS to make use of read callbacks API to > > perform decryption of file data read from the disk. > > --- > >

Re: [f2fs-dev] [PATCH V3 2/7] Integrate read callbacks into Ext4 and F2FS

2019-06-21 Thread Eric Biggers
Hi Chandan, On Sun, Jun 16, 2019 at 09:38:08PM +0530, Chandan Rajendra wrote: > This commit gets Ext4 and F2FS to make use of read callbacks API to > perform decryption of file data read from the disk. > --- > fs/crypto/bio.c | 30 + > fs/crypto/crypto.c | 1 + >

[f2fs-dev] [PATCH V3 2/7] Integrate read callbacks into Ext4 and F2FS

2019-06-16 Thread Chandan Rajendra
This commit gets Ext4 and F2FS to make use of read callbacks API to perform decryption of file data read from the disk. --- fs/crypto/bio.c | 30 + fs/crypto/crypto.c | 1 + fs/crypto/fscrypt_private.h | 3 + fs/ext4/readpage.c | 29 +++--