summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/nvme.h
Commit message (Expand)AuthorAgeFilesLines
...
* | nvme: check IO start time when deciding to defer KAUday Shankar2023-05-301-0/+1
* | nvme: fix miss command type checkmin15.li2023-05-301-1/+1
* | nvme-pci: add quirk for missing secondary temperature thresholdsHristo Venev2023-05-031-0/+5
|/
* nvme: add nvme_opcode_str function for all nvme cmd typesAmit Engel2023-02-011-0/+13
* nvme: remove nvme_execute_passthru_rqChristoph Hellwig2023-02-011-1/+2
* nvme: fix multipath crash caused by flush request when blktrace is enabledYanjun Zhang2022-12-221-1/+1
* nvme: consolidate setting the tagset flagsChristoph Hellwig2022-12-071-4/+5
* nvme: pass nr_maps explicitly to nvme_alloc_io_tag_setChristoph Hellwig2022-12-071-1/+1
* nvme: merge nvme_shutdown_ctrl into nvme_disable_ctrlChristoph Hellwig2022-12-061-2/+1
* nvme-multipath: support io stats on the mpath deviceSagi Grimberg2022-12-061-0/+14
* nvme: introduce nvme_start_requestSagi Grimberg2022-12-061-0/+5
* nvme: rename the queue quiescing helpersChristoph Hellwig2022-11-181-4/+4
* nvme-auth: convert dhchap_auth_list to an arraySagi Grimberg2022-11-161-1/+1
* nvme-auth: no need to reset chap contexts on re-authenticationSagi Grimberg2022-11-161-1/+0
* nvme-auth: guarantee dhchap buffers under memory pressureSagi Grimberg2022-11-161-0/+9
* nvme-auth: don't ignore key generation failures when initializing ctrl keysSagi Grimberg2022-11-161-2/+5
* nvme: simplify transport specific device attribute handlingChristoph Hellwig2022-11-151-0/+2
* nvme: move OPAL setup from PCIe to coreChristoph Hellwig2022-11-151-4/+1
* nvme: implement the DEAC bit for the Write Zeroes commandChristoph Hellwig2022-11-151-0/+1
* nvme: use blk_mq_[un]quiesce_tagsetChao Leng2022-11-021-1/+1
* nvme: split nvme_kill_queuesChristoph Hellwig2022-11-021-2/+1
* Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds2022-10-071-14/+30
|\
| * nvme: remove nvme_ctrl_init_connect_qChristoph Hellwig2022-09-271-8/+0
| * nvme: add common helpers to allocate and free tagsetsChristoph Hellwig2022-09-271-0/+8
| * nvme: send a rediscover uevent when a persistent discovery controller reconnectsSagi Grimberg2022-09-271-0/+1
| * nvme: enumerate controller flagsSagi Grimberg2022-09-271-2/+5
| * nvme: ensure subsystem reset is single threadedKeith Busch2022-09-271-3/+13
| * nvme: handle effects after freeing the requestKeith Busch2022-09-271-1/+3
* | fs: add batch and poll flags to the uring_cmd_iopoll() handlerJens Axboe2022-09-211-2/+4
* | nvme: wire up async polling for io passthrough commandsKanchan Joshi2022-09-211-0/+2
|/
* Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds2022-08-061-1/+1
|\
| * nvme-pci: check DMA ops when indicating support for PCI P2PDMALogan Gunthorpe2022-07-261-1/+1
* | nvme-multipath: refactor nvme_mpath_add_diskJoel Granados2022-08-021-3/+2
* | nvme: implement In-Band authenticationHannes Reinecke2022-08-021-0/+30
* | nvme: remove unused timeout parameterChaitanya Kulkarni2022-08-021-1/+1
* | nvme: remove a double word in a commentXiang wangx2022-08-021-1/+1
* | Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-021-2/+2
|\ \
| * | nvme/host: Use the enum req_op and blk_opf_t typesBart Van Assche2022-07-141-1/+1
| * | blk-mq: Drop 'reserved' arg of busy_tag_iter_fnJohn Garry2022-07-061-1/+1
| |/
* / nvme: fix regression when disconnect a recovering ctrlRuozhu Li2022-06-291-0/+1
|/
* nvme: add bug report info for global duplicate idKeith Busch2022-06-131-0/+28
* Merge tag 'for-5.19/drivers-2022-05-22' of git://git.kernel.dk/linux-blockLinus Torvalds2022-05-231-0/+1
|\
| * nvme: fix interpretation of DMRSLTom Yan2022-05-161-0/+1
* | nvme: enable uring-passthrough for admin commandsKanchan Joshi2022-05-201-0/+1
* | nvme: wire-up uring-cmd support for io-passthru on char-device.Kanchan Joshi2022-05-111-0/+4
|/
* nvme: add a quirk to disable namespace identifiersChristoph Hellwig2022-04-151-0/+5
* Merge tag 'for-5.18/drivers-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds2022-04-011-0/+23
|\
| * nvme-multipath: fix hang when disk goes live over reconnectAnton Eidelman2022-03-291-0/+4
| * nvme: allow duplicate NSIDs for private namespacesSungup Moon2022-03-291-0/+19
* | Merge tag 'for-5.18/64bit-pi-2022-03-25' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-261-1/+3
|\ \