Merge branch 'for-5.20/drivers' into for-5.20/drivers-post
authorJens Axboe <axboe@kernel.dk>
Wed, 20 Jul 2022 03:03:38 +0000 (21:03 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 20 Jul 2022 03:03:38 +0000 (21:03 -0600)
commitbd1ebc67722962962b0d568c26f62bfa7bfe786f
tree77950beea75d50ae28c46af92475c2d18cc7ac3a
parent1e89db9bd676df24bded8da2053fe24ccfb4587a
parent8c740c6bf12dec03b6f35b19fe6c183929d0b88a
Merge branch 'for-5.20/drivers' into for-5.20/drivers-post

* for-5.20/drivers: (66 commits)
  null_blk: fix ida error handling in null_add_dev()
  null_blk: cleanup null_init_tag_set
  nvme-multipath: refactor nvme_mpath_add_disk
  nvme-apple: use nvme core helper to cancel requests in tagset
  nvme-pci: use nvme core helper to cancel requests in tagset
  nvme-tcp: use in-capsule data for I/O connect
  nvme-rdma: remove timeout for getting RDMA-CM established event
  null_blk: add configfs variables for 2 options
  null_blk: add module parameters for 4 options
  block/rnbd-srv: Replace sess_dev_list with index_idr
  block/rnbd-srv: Set keep_id to true after mutex_trylock
  nvmet-auth: expire authentication sessions
  nvmet-auth: Diffie-Hellman key exchange support
  nvmet: implement basic In-Band Authentication
  nvmet: parse fabrics commands on io queues
  nvme-auth: Diffie-Hellman key exchange support
  nvme: implement In-Band authentication
  nvme-fabrics: decode 'authentication required' connect error
  nvme: add definitions for NVMe In-Band authentication
  lib/base64: RFC4648-compliant base64 encoding
  ...

Signed-off-by: Jens Axboe <axboe@kernel.dk>
25 files changed:
MAINTAINERS
drivers/block/drbd/drbd_bitmap.c
drivers/block/null_blk/main.c
drivers/block/null_blk/null_blk.h
drivers/block/rnbd/rnbd-clt.c
drivers/block/rnbd/rnbd-srv.c
drivers/block/rnbd/rnbd-srv.h
drivers/md/dm-raid.c
drivers/md/md.c
drivers/md/md.h
drivers/md/raid5-cache.c
drivers/md/raid5-ppl.c
drivers/md/raid5.c
drivers/nvme/host/apple.c
drivers/nvme/host/core.c
drivers/nvme/host/multipath.c
drivers/nvme/host/nvme.h
drivers/nvme/host/pci.c
drivers/nvme/host/rdma.c
drivers/nvme/host/tcp.c
drivers/nvme/target/configfs.c
drivers/nvme/target/core.c
drivers/nvme/target/loop.c
drivers/nvme/target/nvmet.h
include/linux/nvme.h