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

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.

Diffstat:
 Documentation/block/inline-encryption.rst |   24 ++++++++++++------------
 block/blk-crypto-profile.c                |    7 +++++++
 block/blk-crypto.c                        |   25 ++++++++++++-------------
 drivers/md/dm-table.c                     |    2 +-
 fs/crypto/inline_crypt.c                  |   12 ++++--------
 include/linux/blk-crypto-profile.h        |    2 ++
 include/linux/blk-crypto.h                |    8 ++++----
 7 files changed, 42 insertions(+), 38 deletions(-)

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

end of thread, other threads:[~2022-11-04  7:36 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-04  5:46 pass a struct block_device to the blk-crypto interfaces Christoph Hellwig
2022-11-04  5:46 ` [dm-devel] " Christoph Hellwig
2022-11-04  5:46 ` [PATCH 1/2] blk-crypto: don't use struct request_queue for public interfaces Christoph Hellwig
2022-11-04  5:46   ` [dm-devel] " Christoph Hellwig
2022-11-04  7:28   ` Eric Biggers
2022-11-04  7:28     ` [dm-devel] " Eric Biggers
2022-11-04  7:32     ` Christoph Hellwig
2022-11-04  7:32       ` [dm-devel] " Christoph Hellwig
2022-11-04  5:46 ` [PATCH 2/2] blk-crypto: add a blk_crypto_cfg_supported helper Christoph Hellwig
2022-11-04  5:46   ` [dm-devel] " Christoph Hellwig
2022-11-04  7:23   ` Eric Biggers
2022-11-04  7:23     ` [dm-devel] " Eric Biggers
2022-11-04  7:32     ` Christoph Hellwig
2022-11-04  7:32       ` [dm-devel] " Christoph Hellwig

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.