All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] fscrypt updates for 5.5
@ 2019-11-25  4:41 ` Eric Biggers
  0 siblings, 0 replies; 4+ messages in thread
From: Eric Biggers @ 2019-11-25  4:41 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-fscrypt, linux-ext4, linux-f2fs-devel, linux-fsdevel,
	linux-kernel, Theodore Ts'o, Jaegeuk Kim

The following changes since commit 7d194c2100ad2a6dded545887d02754948ca5241:

  Linux 5.4-rc4 (2019-10-20 15:56:22 -0400)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/fs/fscrypt/fscrypt.git tags/fscrypt-for-linus

for you to fetch changes up to 0eee17e3322625b87ce5fa631bda16562a8dc494:

  f2fs: add support for IV_INO_LBLK_64 encryption policies (2019-11-06 12:34:42 -0800)

----------------------------------------------------------------

- Add the IV_INO_LBLK_64 encryption policy flag which modifies the
  encryption to be optimized for UFS inline encryption hardware.

- For AES-128-CBC, use the crypto API's implementation of ESSIV (which
  was added in 5.4) rather than doing ESSIV manually.

- A few other cleanups.

----------------------------------------------------------------
Eric Biggers (8):
      fscrypt: invoke crypto API for ESSIV handling
      fscrypt: remove struct fscrypt_ctx
      fscrypt: zeroize fscrypt_info before freeing
      docs: ioctl-number: document fscrypt ioctl numbers
      fscrypt: avoid data race on fscrypt_mode::logged_impl_name
      fscrypt: add support for IV_INO_LBLK_64 policies
      ext4: add support for IV_INO_LBLK_64 encryption policies
      f2fs: add support for IV_INO_LBLK_64 encryption policies

 Documentation/filesystems/fscrypt.rst |  68 +++++++++------
 Documentation/ioctl/ioctl-number.rst  |   1 +
 fs/crypto/bio.c                       |  29 +------
 fs/crypto/crypto.c                    | 124 ++++----------------------
 fs/crypto/fscrypt_private.h           |  25 +++---
 fs/crypto/keyring.c                   |   6 +-
 fs/crypto/keysetup.c                  | 158 ++++++++++------------------------
 fs/crypto/keysetup_v1.c               |   4 -
 fs/crypto/policy.c                    |  41 ++++++++-
 fs/ext4/ext4.h                        |   2 +
 fs/ext4/super.c                       |  14 +++
 fs/f2fs/super.c                       |  26 ++++--
 include/linux/fscrypt.h               |  35 +-------
 include/uapi/linux/fscrypt.h          |   3 +-
 14 files changed, 208 insertions(+), 328 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [f2fs-dev] [GIT PULL] fscrypt updates for 5.5
@ 2019-11-25  4:41 ` Eric Biggers
  0 siblings, 0 replies; 4+ messages in thread
From: Eric Biggers @ 2019-11-25  4:41 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Theodore Ts'o, linux-kernel, linux-f2fs-devel, linux-fscrypt,
	linux-fsdevel, Jaegeuk Kim, linux-ext4

The following changes since commit 7d194c2100ad2a6dded545887d02754948ca5241:

  Linux 5.4-rc4 (2019-10-20 15:56:22 -0400)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/fs/fscrypt/fscrypt.git tags/fscrypt-for-linus

for you to fetch changes up to 0eee17e3322625b87ce5fa631bda16562a8dc494:

  f2fs: add support for IV_INO_LBLK_64 encryption policies (2019-11-06 12:34:42 -0800)

----------------------------------------------------------------

- Add the IV_INO_LBLK_64 encryption policy flag which modifies the
  encryption to be optimized for UFS inline encryption hardware.

- For AES-128-CBC, use the crypto API's implementation of ESSIV (which
  was added in 5.4) rather than doing ESSIV manually.

- A few other cleanups.

----------------------------------------------------------------
Eric Biggers (8):
      fscrypt: invoke crypto API for ESSIV handling
      fscrypt: remove struct fscrypt_ctx
      fscrypt: zeroize fscrypt_info before freeing
      docs: ioctl-number: document fscrypt ioctl numbers
      fscrypt: avoid data race on fscrypt_mode::logged_impl_name
      fscrypt: add support for IV_INO_LBLK_64 policies
      ext4: add support for IV_INO_LBLK_64 encryption policies
      f2fs: add support for IV_INO_LBLK_64 encryption policies

 Documentation/filesystems/fscrypt.rst |  68 +++++++++------
 Documentation/ioctl/ioctl-number.rst  |   1 +
 fs/crypto/bio.c                       |  29 +------
 fs/crypto/crypto.c                    | 124 ++++----------------------
 fs/crypto/fscrypt_private.h           |  25 +++---
 fs/crypto/keyring.c                   |   6 +-
 fs/crypto/keysetup.c                  | 158 ++++++++++------------------------
 fs/crypto/keysetup_v1.c               |   4 -
 fs/crypto/policy.c                    |  41 ++++++++-
 fs/ext4/ext4.h                        |   2 +
 fs/ext4/super.c                       |  14 +++
 fs/f2fs/super.c                       |  26 ++++--
 include/linux/fscrypt.h               |  35 +-------
 include/uapi/linux/fscrypt.h          |   3 +-
 14 files changed, 208 insertions(+), 328 deletions(-)


_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] fscrypt updates for 5.5
  2019-11-25  4:41 ` [f2fs-dev] " Eric Biggers
@ 2019-11-25 22:45   ` pr-tracker-bot
  -1 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2019-11-25 22:45 UTC (permalink / raw)
  To: Eric Biggers
  Cc: Linus Torvalds, linux-fscrypt, linux-ext4, linux-f2fs-devel,
	linux-fsdevel, linux-kernel, Theodore Ts'o, Jaegeuk Kim

The pull request you sent on Sun, 24 Nov 2019 20:41:22 -0800:

> https://git.kernel.org/pub/scm/fs/fscrypt/fscrypt.git tags/fscrypt-for-linus

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ea4b71bc0bb646f811e4728389485f1d0522f7ea

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [f2fs-dev] [GIT PULL] fscrypt updates for 5.5
@ 2019-11-25 22:45   ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2019-11-25 22:45 UTC (permalink / raw)
  To: Eric Biggers
  Cc: Theodore Ts'o, linux-kernel, linux-f2fs-devel, linux-fscrypt,
	linux-fsdevel, Jaegeuk Kim, linux-ext4, Linus Torvalds

The pull request you sent on Sun, 24 Nov 2019 20:41:22 -0800:

> https://git.kernel.org/pub/scm/fs/fscrypt/fscrypt.git tags/fscrypt-for-linus

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/ea4b71bc0bb646f811e4728389485f1d0522f7ea

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker


_______________________________________________
Linux-f2fs-devel mailing list
Linux-f2fs-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-11-25 22:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-25  4:41 [GIT PULL] fscrypt updates for 5.5 Eric Biggers
2019-11-25  4:41 ` [f2fs-dev] " Eric Biggers
2019-11-25 22:45 ` pr-tracker-bot
2019-11-25 22:45   ` [f2fs-dev] " pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.