]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitca8bed8fda7b1ceb66a6c35d9687f5e520f13765
treeeb267d276b803aa19b0ec4914ca921e5249d7264
parente6872f06afde14345a75c1b4c4ee48fb8f535792
parentb385e96342159e4ee0e7b3bef7e048498e6a0468
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