summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host
AgeCommit message (Expand)AuthorLines
2021-12-07nvme: fix use after free when disconnecting a reconnecting ctrlRuozhu Li-1/+2
2021-12-07nvme-multipath: set ana_log_size to 0 after free ana_log_bufHou Tao-1/+2
2021-12-06nvme: report write pointer for a full zone as zone start + zone lenNiklas Cassel-1/+4
2021-12-06nvme: disable namespace access for unsupported metadataKeith Busch-3/+14
2021-12-06nvme: show subsys nqn for duplicate cntlidsKeith Busch-2/+3
2021-11-23nvme: fix write zeroes piKlaus Jensen-3/+12
2021-11-23nvme-fabrics: ignore invalid fast_io_fail_tmo valuesMaurizio Lombardi-0/+3
2021-11-23nvme-pci: add NO APST quirk for Kioxia deviceEnzo Matsumiya-0/+14
2021-11-23nvme-tcp: fix memory leak when freeing a queueMaurizio Lombardi-0/+6
2021-11-23nvme-tcp: validate R2T PDU in nvme_tcp_handle_r2t()Varun Prakash-31/+24
2021-11-09Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+4
2021-11-09nvme: wait until quiesce is doneMing Lei-0/+4
2021-11-01Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds-19/+128
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds-67/+155
2021-10-27nvmet: use flex_array_size and struct_sizeLen Baker-1/+1
2021-10-27nvme-tcp: fix data digest pointer calculationVarun Prakash-1/+1
2021-10-27nvme-tcp: fix possible req->offset corruptionVarun Prakash-1/+2
2021-10-26nvme-tcp: fix H2CData PDU send accounting (again)Sagi Grimberg-1/+3
2021-10-20nvme: drop scan_lock and always kick requeue list when removing namespacesHannes Reinecke-5/+4
2021-10-20nvme-pci: clear shadow doorbell memory on resetsKeith Busch-1/+8
2021-10-20nvme-rdma: fix error code in nvme_rdma_setup_ctrlMax Gurtovoy-0/+2
2021-10-20nvme-multipath: add error handling support for add_disk()Luis Chamberlain-2/+12
2021-10-20nvme: display correct subsystem NQNHannes Reinecke-4/+11
2021-10-20nvme: Add connect option 'discovery'Hannes Reinecke-1/+13
2021-10-20nvme: expose subsystem type in sysfs attribute 'subsystype'Hannes Reinecke-0/+28
2021-10-20nvme-rdma: limit the maximal queue size for RDMA controllersMax Gurtovoy-0/+7
2021-10-20nvme-fc: add support for ->map_queuesSaurav Kashyap-0/+24
2021-10-20nvme: generate uevent once a multipath namespace is operational againHannes Reinecke-2/+5
2021-10-19nvme: paring quiesce/unquiesceMing Lei-4/+10
2021-10-19nvme: prepare for pairing quiescing and unquiescingMing Lei-21/+31
2021-10-19nvme: apply nvme API to quiesce/unquiesce admin queueMing Lei-24/+24
2021-10-19nvme: add APIs for stopping/starting admin queueMing Lei-0/+14
2021-10-19nvme: don't memset() the normal read/write commandJens Axboe-2/+6
2021-10-19nvme: move command clear into the various setup helpersJens Axboe-3/+9
2021-10-18nvme: wire up completion batching for the IRQ pathJens Axboe-1/+5
2021-10-18nvme: add support for batched completion of polled IOJens Axboe-12/+51
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe-4/+4
2021-10-18nvme-multipath: enable polled I/OChristoph Hellwig-1/+15
2021-10-18block: switch polling to be bio basedChristoph Hellwig-4/+2
2021-10-18block: rename REQ_HIPRI to REQ_POLLEDChristoph Hellwig-1/+1
2021-10-18block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig-0/+3
2021-10-14Merge tag 'nvme-5.15-2021-10-14' of git://git.infradead.org/nvme into block-5.15Jens Axboe-12/+13
2021-10-14nvme: fix per-namespace chardev deletionAdam Manzanares-11/+12
2021-10-07nvme-pci: Fix abort command idKeith Busch-1/+1
2021-09-27nvme: add command id quirk for apple controllersKeith Busch-2/+11
2021-09-21nvme: keep ctrl->namespaces orderedChristoph Hellwig-16/+17
2021-09-21nvme-tcp: fix incorrect h2cdata pdu offset accountingSagi Grimberg-3/+10
2021-09-21nvme-fc: remove freeze/unfreeze around update_nr_hw_queuesJames Smart-2/+0
2021-09-21nvme-fc: avoid race between time out and tear downJames Smart-0/+2
2021-09-21nvme-fc: update hardware queues before using themDaniel Wagner-8/+8