All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] fscrypt updates for 6.1
@ 2022-10-03  3:00 ` Eric Biggers
  0 siblings, 0 replies; 6+ messages in thread
From: Eric Biggers @ 2022-10-03  3:00 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-fscrypt, linux-ext4, linux-f2fs-devel, linux-mtd,
	linux-fsdevel, linux-kernel, Theodore Ts'o, Jaegeuk Kim,
	Christoph Hellwig

The following changes since commit 1c23f9e627a7b412978b4e852793c5e3c3efc555:

  Linux 6.0-rc2 (2022-08-21 17:32:54 -0700)

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 0e91fc1e0f5c70ce575451103ec66c2ec21f1a6e:

  fscrypt: work on block_devices instead of request_queues (2022-09-21 20:33:06 -0700)

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

This release contains some implementation changes, but no new features:

- Rework the implementation of the fscrypt filesystem-level keyring to
  not be as tightly coupled to the keyrings subsystem.  This resolves
  several issues.

- Eliminate most direct uses of struct request_queue from fs/crypto/,
  since struct request_queue is considered to be a block layer
  implementation detail.

- Stop using the PG_error flag to track decryption failures.  This is a
  prerequisite for freeing up PG_error for other uses.

----------------------------------------------------------------
Christoph Hellwig (1):
      fscrypt: work on block_devices instead of request_queues

Eric Biggers (4):
      fscrypt: remove fscrypt_set_test_dummy_encryption()
      fscrypt: stop using PG_error to track error status
      fscrypt: stop using keyrings subsystem for fscrypt_master_key
      fscrypt: stop holding extra request_queue references

 fs/crypto/bio.c             |  16 +-
 fs/crypto/fscrypt_private.h |  82 +++++---
 fs/crypto/hooks.c           |  10 +-
 fs/crypto/inline_crypt.c    | 147 +++++++------
 fs/crypto/keyring.c         | 495 ++++++++++++++++++++++++--------------------
 fs/crypto/keysetup.c        |  89 ++++----
 fs/crypto/keysetup_v1.c     |   4 +-
 fs/crypto/policy.c          |  21 +-
 fs/ext4/readpage.c          |  10 +-
 fs/f2fs/data.c              |  18 +-
 fs/f2fs/super.c             |  24 +--
 fs/super.c                  |   2 +-
 include/linux/fs.h          |   2 +-
 include/linux/fscrypt.h     |  32 ++-
 14 files changed, 495 insertions(+), 457 deletions(-)

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

* [f2fs-dev] [GIT PULL] fscrypt updates for 6.1
@ 2022-10-03  3:00 ` Eric Biggers
  0 siblings, 0 replies; 6+ messages in thread
From: Eric Biggers @ 2022-10-03  3:00 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: Theodore Ts'o, linux-kernel, linux-f2fs-devel, linux-fscrypt,
	linux-mtd, linux-fsdevel, Jaegeuk Kim, linux-ext4,
	Christoph Hellwig

The following changes since commit 1c23f9e627a7b412978b4e852793c5e3c3efc555:

  Linux 6.0-rc2 (2022-08-21 17:32:54 -0700)

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 0e91fc1e0f5c70ce575451103ec66c2ec21f1a6e:

  fscrypt: work on block_devices instead of request_queues (2022-09-21 20:33:06 -0700)

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

This release contains some implementation changes, but no new features:

- Rework the implementation of the fscrypt filesystem-level keyring to
  not be as tightly coupled to the keyrings subsystem.  This resolves
  several issues.

- Eliminate most direct uses of struct request_queue from fs/crypto/,
  since struct request_queue is considered to be a block layer
  implementation detail.

- Stop using the PG_error flag to track decryption failures.  This is a
  prerequisite for freeing up PG_error for other uses.

----------------------------------------------------------------
Christoph Hellwig (1):
      fscrypt: work on block_devices instead of request_queues

Eric Biggers (4):
      fscrypt: remove fscrypt_set_test_dummy_encryption()
      fscrypt: stop using PG_error to track error status
      fscrypt: stop using keyrings subsystem for fscrypt_master_key
      fscrypt: stop holding extra request_queue references

 fs/crypto/bio.c             |  16 +-
 fs/crypto/fscrypt_private.h |  82 +++++---
 fs/crypto/hooks.c           |  10 +-
 fs/crypto/inline_crypt.c    | 147 +++++++------
 fs/crypto/keyring.c         | 495 ++++++++++++++++++++++++--------------------
 fs/crypto/keysetup.c        |  89 ++++----
 fs/crypto/keysetup_v1.c     |   4 +-
 fs/crypto/policy.c          |  21 +-
 fs/ext4/readpage.c          |  10 +-
 fs/f2fs/data.c              |  18 +-
 fs/f2fs/super.c             |  24 +--
 fs/super.c                  |   2 +-
 include/linux/fs.h          |   2 +-
 include/linux/fscrypt.h     |  32 ++-
 14 files changed, 495 insertions(+), 457 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] 6+ messages in thread

* [GIT PULL] fscrypt updates for 6.1
@ 2022-10-03  3:00 ` Eric Biggers
  0 siblings, 0 replies; 6+ messages in thread
From: Eric Biggers @ 2022-10-03  3:00 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-fscrypt, linux-ext4, linux-f2fs-devel, linux-mtd,
	linux-fsdevel, linux-kernel, Theodore Ts'o, Jaegeuk Kim,
	Christoph Hellwig

The following changes since commit 1c23f9e627a7b412978b4e852793c5e3c3efc555:

  Linux 6.0-rc2 (2022-08-21 17:32:54 -0700)

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 0e91fc1e0f5c70ce575451103ec66c2ec21f1a6e:

  fscrypt: work on block_devices instead of request_queues (2022-09-21 20:33:06 -0700)

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

This release contains some implementation changes, but no new features:

- Rework the implementation of the fscrypt filesystem-level keyring to
  not be as tightly coupled to the keyrings subsystem.  This resolves
  several issues.

- Eliminate most direct uses of struct request_queue from fs/crypto/,
  since struct request_queue is considered to be a block layer
  implementation detail.

- Stop using the PG_error flag to track decryption failures.  This is a
  prerequisite for freeing up PG_error for other uses.

----------------------------------------------------------------
Christoph Hellwig (1):
      fscrypt: work on block_devices instead of request_queues

Eric Biggers (4):
      fscrypt: remove fscrypt_set_test_dummy_encryption()
      fscrypt: stop using PG_error to track error status
      fscrypt: stop using keyrings subsystem for fscrypt_master_key
      fscrypt: stop holding extra request_queue references

 fs/crypto/bio.c             |  16 +-
 fs/crypto/fscrypt_private.h |  82 +++++---
 fs/crypto/hooks.c           |  10 +-
 fs/crypto/inline_crypt.c    | 147 +++++++------
 fs/crypto/keyring.c         | 495 ++++++++++++++++++++++++--------------------
 fs/crypto/keysetup.c        |  89 ++++----
 fs/crypto/keysetup_v1.c     |   4 +-
 fs/crypto/policy.c          |  21 +-
 fs/ext4/readpage.c          |  10 +-
 fs/f2fs/data.c              |  18 +-
 fs/f2fs/super.c             |  24 +--
 fs/super.c                  |   2 +-
 include/linux/fs.h          |   2 +-
 include/linux/fscrypt.h     |  32 ++-
 14 files changed, 495 insertions(+), 457 deletions(-)

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

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

* Re: [f2fs-dev] [GIT PULL] fscrypt updates for 6.1
  2022-10-03  3:00 ` [f2fs-dev] " Eric Biggers
  (?)
@ 2022-10-04  3:44   ` pr-tracker-bot
  -1 siblings, 0 replies; 6+ messages in thread
From: pr-tracker-bot @ 2022-10-04  3:44 UTC (permalink / raw)
  To: Eric Biggers
  Cc: Theodore Ts'o, linux-kernel, linux-f2fs-devel, linux-fscrypt,
	linux-mtd, linux-fsdevel, Jaegeuk Kim, linux-ext4,
	Linus Torvalds, Christoph Hellwig

The pull request you sent on Sun, 2 Oct 2022 20:00:03 -0700:

> 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/438b2cdd17a6c9df607f574bd13b6b637795a411

Thank you!

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


_______________________________________________
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] 6+ messages in thread

* Re: [GIT PULL] fscrypt updates for 6.1
@ 2022-10-04  3:44   ` pr-tracker-bot
  0 siblings, 0 replies; 6+ messages in thread
From: pr-tracker-bot @ 2022-10-04  3:44 UTC (permalink / raw)
  To: Eric Biggers
  Cc: Linus Torvalds, linux-fscrypt, linux-ext4, linux-f2fs-devel,
	linux-mtd, linux-fsdevel, linux-kernel, Theodore Ts'o,
	Jaegeuk Kim, Christoph Hellwig

The pull request you sent on Sun, 2 Oct 2022 20:00:03 -0700:

> 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/438b2cdd17a6c9df607f574bd13b6b637795a411

Thank you!

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

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

* Re: [GIT PULL] fscrypt updates for 6.1
@ 2022-10-04  3:44   ` pr-tracker-bot
  0 siblings, 0 replies; 6+ messages in thread
From: pr-tracker-bot @ 2022-10-04  3:44 UTC (permalink / raw)
  To: Eric Biggers
  Cc: Linus Torvalds, linux-fscrypt, linux-ext4, linux-f2fs-devel,
	linux-mtd, linux-fsdevel, linux-kernel, Theodore Ts'o,
	Jaegeuk Kim, Christoph Hellwig

The pull request you sent on Sun, 2 Oct 2022 20:00:03 -0700:

> 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/438b2cdd17a6c9df607f574bd13b6b637795a411

Thank you!

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

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

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

end of thread, other threads:[~2022-10-04  3:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-03  3:00 [GIT PULL] fscrypt updates for 6.1 Eric Biggers
2022-10-03  3:00 ` Eric Biggers
2022-10-03  3:00 ` [f2fs-dev] " Eric Biggers
2022-10-04  3:44 ` pr-tracker-bot
2022-10-04  3:44   ` pr-tracker-bot
2022-10-04  3:44   ` 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.