]> www.infradead.org Git - users/hch/block.git/commit
Merge branch 'for-5.15/drivers' into for-next
authorJens Axboe <axboe@kernel.dk>
Mon, 23 Aug 2021 19:47:12 +0000 (13:47 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 23 Aug 2021 19:47:12 +0000 (13:47 -0600)
commit74ec066c0435f53bc8166e43a5f5e52bb8357b3b
tree4bc2504b8f48437d169377832fe73efd029dfc0b
parent4040a44a97d30426c75cb3921bf99ecbb532f52f
parentca27f5b593b5532f4b3a363daeba45872f381bb2
Merge branch 'for-5.15/drivers' into for-next

* for-5.15/drivers: (33 commits)
  nvme: remove the unused NVME_NS_* enum
  nvme: remove nvm_ndev from ns
  nvme: Have NVME_FABRICS select NVME_CORE instead of transport drivers
  block: nbd: add sanity check for first_minor
  nvmet: check that host sqsize does not exceed ctrl MQES
  nvmet: avoid duplicate qid in connect cmd
  nvmet: pass back cntlid on successful completion
  nvme-rdma: don't update queue count when failing to set io queues
  nvme-tcp: don't update queue count when failing to set io queues
  nvme-tcp: pair send_mutex init with destroy
  nvme: allow user toggling hmb usage
  nvme-pci: disable hmb on idle suspend
  nvmet: remove redundant assignments of variable status
  nvmet: add set feature tracing support
  nvme: add set feature tracing support
  nvme-fabrics: remove superfluous nvmf_host_put in nvmf_parse_options
  nvme-pci: cmb sysfs: one file, one value
  nvme-pci: use attribute group for cmb sysfs
  nvme: code command_id with a genctr for use-after-free validation
  nvme-tcp: don't check blk_mq_tag_to_rq when receiving pdu data
  ...

Signed-off-by: Jens Axboe <axboe@kernel.dk>
MAINTAINERS
drivers/block/nbd.c
drivers/nvme/host/core.c