]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitae5115f45ba4662a1be82f6608b1273259262534
treeef01162f9685a0560e6a732f62203140924d315b
parent8aacbc4464c843ba6f692bdb476469d5d2c3622f
parentdbfe230d8831f40e1baf48f6fd8a08467692bd8e
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/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