Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 22 Mar 2022 16:50:16 +0000 (09:50 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 22 Mar 2022 16:50:16 +0000 (09:50 -0700)
commit881b568756ae55ce7d87b9f001cbbe9d1289893e
treeef01162f9685a0560e6a732f62203140924d315b
parent0313bc278dac7cd9ce83a8d384581dc043156965
parentcdaa1b1941f667814300799ddb74f3079517cd5a
Merge tag 'fscrypt-for-linus' of git://git./fs/fscrypt/fscrypt

Pull fscrypt updates from Eric Biggers:
 "Add support for direct I/O on encrypted files when blk-crypto (inline
  encryption) is being used for file contents encryption"

* tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt:
  fscrypt: update documentation for direct I/O support
  f2fs: support direct I/O with fscrypt using blk-crypto
  ext4: support direct I/O with fscrypt using blk-crypto
  iomap: support direct I/O with fscrypt using blk-crypto
  fscrypt: add functions for direct I/O support
fs/f2fs/data.c
fs/f2fs/f2fs.h
fs/iomap/direct-io.c