summaryrefslogtreecommitdiff
path: root/drivers/nvme/host
AgeCommit message (Expand)AuthorFilesLines
2023-03-11nvme-fabrics: show well known discovery nameDaniel Wagner1-1/+2
2023-03-11nvme-tcp: don't access released socket during error recoveryAkinobu Mita1-0/+6
2023-03-11nvme: bring back auto-removal of deleted namespaces during sequential scanChristoph Hellwig1-17/+18
2023-02-22nvme-pci: refresh visible attrs for cmb attributesKeith Busch1-0/+8
2023-02-22nvme-rdma: stop auth work after tearing down queues in error recoverySagi Grimberg1-1/+1
2023-02-22nvme-tcp: stop auth work after tearing down queues in error recoverySagi Grimberg1-1/+1
2023-02-22nvme: clear the request_queue pointers on failure in nvme_alloc_io_tag_setMaurizio Lombardi1-0/+1
2023-02-22nvme: clear the request_queue pointers on failure in nvme_alloc_admin_tag_setMaurizio Lombardi1-1/+3
2023-02-09use less confusing names for iov_iter direction initializersAl Viro1-2/+2
2023-02-06nvme-apple: only reset the controller when RTKit is runningJanne Grunau1-3/+3
2023-02-01nvme: fix passthrough csi checkKeith Busch1-1/+1
2023-02-01nvme-fc: fix initialization orderRoss Lagerwall1-10/+8
2023-02-01nvme: consolidate setting the tagset flagsChristoph Hellwig5-17/+19
2023-02-01nvme: simplify transport specific device attribute handlingChristoph Hellwig3-17/+16
2023-02-01nvme-pci: fix timeout request state checkKeith Busch1-1/+1
2023-01-18block: handle bio_split_to_limits() NULL returnJens Axboe1-0/+2
2023-01-12nvme: also return I/O command effects from nvme_command_effectsChristoph Hellwig1-6/+26
2023-01-12nvme: fix multipath crash caused by flush request when blktrace is enabledYanjun Zhang1-1/+1
2023-01-04nvme-pci: fix page size checksKeith Busch1-4/+4
2023-01-04nvme-pci: fix mempool alloc sizeKeith Busch1-2/+2
2023-01-04nvme-pci: fix doorbell buffer value endiannessKlaus Jensen1-12/+13
2022-12-31nvme-auth: don't override ctrl keys before validationSagi Grimberg1-2/+10
2022-12-31nvme: pass nr_maps explicitly to nvme_alloc_io_tag_setChristoph Hellwig5-6/+8
2022-12-31nvme: return err on nvme_init_non_mdts_limits failJoel Granados1-1/+1
2022-12-06nvme initialize core quirks before calling nvme_init_subsystemPankaj Raghav1-4/+4
2022-11-30nvme: fix SRCU protection of nvme_ns_head listCaleb Sander2-1/+4
2022-11-30nvme-pci: clear the prp2 field when not usedLei Rao1-0/+2
2022-11-16nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV7000Tiago Dias Ferreira1-0/+2
2022-11-15nvme-pci: add NVME_QUIRK_BOGUS_NID for Micron NitroBean Huo1-0/+2
2022-11-09nvme: quiet user passthrough command errorsKeith Busch2-4/+1
2022-10-25nvme-multipath: set queue dma alignment to 3Keith Busch1-0/+1
2022-10-25nvme-tcp: fix possible circular locking when deleting a controller under memo...Sagi Grimberg1-1/+10
2022-10-25nvme-tcp: replace sg_init_marker() with sg_init_table()Nam Cao1-1/+1
2022-10-19nvme-hwmon: kmalloc the NVME SMART log bufferSerge Semin1-7/+16
2022-10-19nvme-hwmon: consistently ignore errors from nvme_hwmon_initChristoph Hellwig2-6/+13
2022-10-19nvme-apple: don't limit DMA segement sizeRussell King (Oracle)1-0/+2
2022-10-19nvme-pci: disable write zeroes on various Kingston SSDXander Li1-0/+10
2022-10-19nvme: fix error pointer dereference in error handlingDan Carpenter1-1/+1
2022-10-12nvme-multipath: fix possible hang in live ns resize with ANA accessSagi Grimberg1-0/+1
2022-10-12nvme-pci: avoid the deepest sleep state on ZHITAI TiPro5000 SSDsXi Ruoyao1-0/+2
2022-10-12nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM760Abhijit1-0/+2
2022-10-12nvme-tcp: fix possible hang caused during ctrl deletionSagi Grimberg1-1/+1
2022-10-12nvme-rdma: fix possible hang caused during ctrl deletionSagi Grimberg1-1/+1
2022-10-07Merge tag 'for-6.1/passthrough-2022-10-04' of git://git.kernel.dk/linuxLinus Torvalds3-87/+158
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds8-383/+383
2022-10-07Merge tag 'for-6.1/io_uring-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds4-5/+78
2022-09-30Merge tag 'block-6.0-2022-09-29' of git://git.kernel.dk/linuxLinus Torvalds2-3/+7
2022-09-30nvme: wire up fixed buffer support for nvme passthroughKanchan Joshi1-2/+16
2022-09-30nvme: pass ubuffer as an integerKanchan Joshi1-11/+12
2022-09-30nvme: refactor nvme_alloc_requestKanchan Joshi1-37/+53