summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)Author
2021-11-09Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-09nvme: wait until quiesce is doneMing Lei
2021-11-01Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-01Merge tag 'for-5.16/bdev-size-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-01Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-10-27nvmet-tcp: fix header digest verificationAmit Engel
2021-10-27nvmet: use flex_array_size and struct_sizeLen Baker
2021-10-27nvmet: register discovery subsystem as 'current'Hannes Reinecke
2021-10-27nvmet: switch check for subsystem typeHannes Reinecke
2021-10-27nvmet-tcp: fix data digest pointer calculationVarun Prakash
2021-10-27nvme-tcp: fix data digest pointer calculationVarun Prakash
2021-10-27nvme-tcp: fix possible req->offset corruptionVarun Prakash
2021-10-26nvme-tcp: fix H2CData PDU send accounting (again)Sagi Grimberg
2021-10-26nvmet-tcp: fix a memory leak when releasing a queueMaurizio Lombardi
2021-10-25fs: get rid of the res2 iocb->ki_complete argumentJens Axboe
2021-10-20nvmet: use struct_size over open coded arithmeticLen Baker
2021-10-20nvme: drop scan_lock and always kick requeue list when removing namespacesHannes Reinecke
2021-10-20nvme-pci: clear shadow doorbell memory on resetsKeith Busch
2021-10-20nvme-rdma: fix error code in nvme_rdma_setup_ctrlMax Gurtovoy
2021-10-20nvme-multipath: add error handling support for add_disk()Luis Chamberlain
2021-10-20nvmet: use macro definitions for setting cmic valueMax Gurtovoy
2021-10-20nvmet: use macro definition for setting nmic valueMax Gurtovoy
2021-10-20nvme: display correct subsystem NQNHannes Reinecke
2021-10-20nvme: Add connect option 'discovery'Hannes Reinecke
2021-10-20nvme: expose subsystem type in sysfs attribute 'subsystype'Hannes Reinecke
2021-10-20nvmet: set 'CNTRLTYPE' in the identify controller dataHannes Reinecke
2021-10-20nvmet: add nvmet_is_disc_subsys() helperHannes Reinecke
2021-10-20nvmet: make discovery NQN configurableHannes Reinecke
2021-10-20nvmet-rdma: implement get_max_queue_size controller opMax Gurtovoy
2021-10-20nvmet: add get_max_queue_size op for controllersMax Gurtovoy
2021-10-20nvme-rdma: limit the maximal queue size for RDMA controllersMax Gurtovoy
2021-10-20nvmet-tcp: fix use-after-free when a port is removedIsrael Rukshin
2021-10-20nvmet-rdma: fix use-after-free when a port is removedIsrael Rukshin
2021-10-20nvmet: fix use-after-free when a port is removedIsrael Rukshin
2021-10-20nvme-fc: add support for ->map_queuesSaurav Kashyap
2021-10-20nvme: generate uevent once a multipath namespace is operational againHannes Reinecke
2021-10-19nvme: loop: clear NVME_CTRL_ADMIN_Q_STOPPED after admin queue is reallocatedMing Lei
2021-10-19nvme: paring quiesce/unquiesceMing Lei
2021-10-19nvme: prepare for pairing quiescing and unquiescingMing Lei
2021-10-19nvme: apply nvme API to quiesce/unquiesce admin queueMing Lei
2021-10-19nvme: add APIs for stopping/starting admin queueMing Lei
2021-10-19nvme: don't memset() the normal read/write commandJens Axboe
2021-10-19nvme: move command clear into the various setup helpersJens Axboe
2021-10-18nvmet: use bdev_nr_bytes instead of open coding itChristoph Hellwig
2021-10-18nvme: wire up completion batching for the IRQ pathJens Axboe
2021-10-18nvme: add support for batched completion of polled IOJens Axboe
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe
2021-10-18nvme-multipath: enable polled I/OChristoph Hellwig
2021-10-18block: switch polling to be bio basedChristoph Hellwig