On Thu, Jul 09, 2020 at 07:47:49PM +0000, Satya Tangirala wrote: > From: Eric Biggers <ebiggers@xxxxxxxxxx> > > Wire up iomap direct I/O with the fscrypt additions for direct I/O, > and set bio crypt contexts on bios when appropriate. It might be useful to mention why the calls to fscrypt_limit_dio_pages() are needed. (It's because the iomap code works directly with logical ranges, so it doesn't have a chance to do fscrypt_mergeable_bio() on every page.) > > Signed-off-by: Eric Biggers <ebiggers@xxxxxxxxxx> > Signed-off-by: Satya Tangirala <satyat@xxxxxxxxxx> > --- > fs/iomap/direct-io.c | 8 ++++++++ > 1 file changed, 8 insertions(+) You probably should add linux-xfs@xxxxxxxxxxxxxxx to Cc, as per './scripts/get_maintainer.pl fs/iomap/'. - Eric