Merge branch 'for-5.18/drivers' into for-5.18/write-streams
authorJens Axboe <axboe@kernel.dk>
Mon, 7 Mar 2022 19:44:39 +0000 (12:44 -0700)
committerJens Axboe <axboe@kernel.dk>
Mon, 7 Mar 2022 19:44:39 +0000 (12:44 -0700)
commitb46bebaf2a58cc77099b5f4de45f3d570e74aa05
treeeb267d276b803aa19b0ec4914ca921e5249d7264
parent13400b145426e2a13294fc42c5686dff30f19677
parenta76370690c3b382ee1c91a93a447c8e25865c8e2
Merge branch 'for-5.18/drivers' into for-5.18/write-streams

* for-5.18/drivers: (51 commits)
  bcache: fixup multiple threads crash
  bcache: fixup bcache_dev_sectors_dirty_add() multithreaded CPU false sharing
  floppy: use memcpy_{to,from}_bvec
  drbd: use bvec_kmap_local in recv_dless_read
  drbd: use bvec_kmap_local in drbd_csum_bio
  bcache: use bvec_kmap_local in bio_csum
  nvdimm-btt: use bvec_kmap_local in btt_rw_integrity
  nvdimm-blk: use bvec_kmap_local in nd_blk_rw_integrity
  zram: use memcpy_from_bvec in zram_bvec_write
  zram: use memcpy_to_bvec in zram_bvec_read
  aoe: use bvec_kmap_local in bvcpy
  iss-simdisk: use bvec_kmap_local in simdisk_submit_bio
  nvme: check that EUI/GUID/UUID are globally unique
  nvme: check for duplicate identifiers earlier
  nvme: fix the check for duplicate unique identifiers
  nvme: cleanup __nvme_check_ids
  nvme: remove nssa from struct nvme_ctrl
  nvme: explicitly set non-error for directives
  nvme: expose cntrltype and dctype through sysfs
  nvme: send uevent on connection up
  ...
drivers/block/loop.c
drivers/nvme/host/core.c
drivers/nvme/host/rdma.c
drivers/nvme/host/tcp.c