All of lore.kernel.org
 help / color / mirror / Atom feed
* [dm-devel] pass a struct block_device to the blk-crypto interfaces v2
@ 2022-11-07 14:42 ` Christoph Hellwig
  0 siblings, 0 replies; 18+ messages in thread
From: Christoph Hellwig @ 2022-11-07 14:42 UTC (permalink / raw)
  To: Jens Axboe
  Cc: linux-block, Theodore Y. Ts'o, Mike Snitzer, linux-fscrypt,
	Eric Biggers, dm-devel, Jaegeuk Kim

Hi all,

this series switches the blk-crypto interfaces to take block_device
arguments instead of request_queues, and with that finishes off the
project to hide struct request_queue from file systems.

Changes since v1:
 - keep using request_queue in the Documentation for driver interfaces
 - rename to blk_crypto_cfg_supported to
   blk_crypto_config_supported_natively and move it to blk-crypto.[ch]
 - mark __blk_crypto_cfg_supported private

Diffstat:
 Documentation/block/inline-encryption.rst |   12 +++++-----
 block/blk-crypto-internal.h               |    3 ++
 block/blk-crypto.c                        |   33 ++++++++++++++++++------------
 drivers/md/dm-table.c                     |    2 -
 fs/crypto/inline_crypt.c                  |   14 ++++--------
 include/linux/blk-crypto-profile.h        |    3 --
 include/linux/blk-crypto.h                |   10 +++++----
 7 files changed, 41 insertions(+), 36 deletions(-)

--
dm-devel mailing list
dm-devel@redhat.com
https://listman.redhat.com/mailman/listinfo/dm-devel


^ permalink raw reply	[flat|nested] 18+ messages in thread
* [dm-devel] pass a struct block_device to the blk-crypto interfaces v3
@ 2022-11-14  4:29 Christoph Hellwig
  2022-11-14  4:29 ` [dm-devel] [PATCH 1/3] blk-crypto: don't use struct request_queue for public interfaces Christoph Hellwig
  0 siblings, 1 reply; 18+ messages in thread
From: Christoph Hellwig @ 2022-11-14  4:29 UTC (permalink / raw)
  To: Jens Axboe
  Cc: linux-block, Theodore Y. Ts'o, Mike Snitzer, linux-fscrypt,
	Eric Biggers, dm-devel, Jaegeuk Kim

Hi all,

this series switches the blk-crypto interfaces to take block_device
arguments instead of request_queues, and with that finishes off the
project to hide struct request_queue from file systems.

Changes since v2:
 - update a few comments
 - fix a whitespace error
 - remove now unused forward declarations
 - fix spelling errors an not precise enough wording in commit messages
 - move a few more declarations around inside or between headers

Changes since v1:
 - keep using request_queue in the Documentation for driver interfaces
 - rename to blk_crypto_cfg_supported to
   blk_crypto_config_supported_natively and move it to blk-crypto.[ch]
 - mark __blk_crypto_cfg_supported private

Diffstat:
 Documentation/block/inline-encryption.rst |   12 ++++-----
 block/blk-crypto-internal.h               |   12 +++++++++
 block/blk-crypto.c                        |   37 +++++++++++++++++-------------
 drivers/md/dm-table.c                     |    2 -
 fs/crypto/inline_crypt.c                  |   14 ++++-------
 include/linux/blk-crypto-profile.h        |   12 ---------
 include/linux/blk-crypto.h                |   13 ++++------
 7 files changed, 52 insertions(+), 50 deletions(-)

--
dm-devel mailing list
dm-devel@redhat.com
https://listman.redhat.com/mailman/listinfo/dm-devel


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

end of thread, other threads:[~2022-11-16  3:11 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-07 14:42 [dm-devel] pass a struct block_device to the blk-crypto interfaces v2 Christoph Hellwig
2022-11-07 14:42 ` Christoph Hellwig
2022-11-07 14:42 ` [dm-devel] [PATCH 1/3] blk-crypto: don't use struct request_queue for public interfaces Christoph Hellwig
2022-11-07 14:42   ` Christoph Hellwig
2022-11-07 20:16   ` [dm-devel] " Eric Biggers
2022-11-07 20:16     ` Eric Biggers
2022-11-09 13:14     ` [dm-devel] " Christoph Hellwig
2022-11-09 13:14       ` Christoph Hellwig
2022-11-07 14:42 ` [dm-devel] [PATCH 2/3] blk-crypto: add a blk_crypto_config_supported_natively helper Christoph Hellwig
2022-11-07 14:42   ` Christoph Hellwig
2022-11-07 20:18   ` [dm-devel] " Eric Biggers
2022-11-07 20:18     ` Eric Biggers
2022-11-07 14:42 ` [dm-devel] [PATCH 3/3] blk-crypto: move __blk_crypto_cfg_supported to blk-crypto-internal.h Christoph Hellwig
2022-11-07 14:42   ` Christoph Hellwig
2022-11-07 20:23   ` [dm-devel] " Eric Biggers
2022-11-07 20:23     ` Eric Biggers
  -- strict thread matches above, loose matches on Subject: below --
2022-11-14  4:29 [dm-devel] pass a struct block_device to the blk-crypto interfaces v3 Christoph Hellwig
2022-11-14  4:29 ` [dm-devel] [PATCH 1/3] blk-crypto: don't use struct request_queue for public interfaces Christoph Hellwig
2022-11-16  3:10   ` Eric Biggers

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.