summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/nvme.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-12nvme: rework NVME_AUTH Kconfig selectionHannes Reinecke1-2/+2
2023-10-11nvme-tcp: enable TLS handshake upcallHannes Reinecke1-0/+1
2023-07-04Merge tag 'block-6.5-2023-07-03' of git://git.kernel.dk/linuxLinus Torvalds1-2/+1
2023-06-30Merge tag 'nvme-6.5-2023-06-30' of git://git.infradead.org/nvme into block-6.5Jens Axboe1-0/+1
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+2
2023-06-29nvme: improved uring pollingKeith Busch1-2/+0
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-5/+10
2023-06-21nvme: Print capabilities changes just onceBreno Leitao1-0/+1
2023-06-13nvme: skip optional id ctrl csi if it failedKeith Busch1-0/+1
2023-06-12nvme: move sysfs code to a dedicated sysfs.c fileMax Gurtovoy1-0/+4
2023-06-12nvme: reorder fields in 'struct nvme_ctrl'Christophe JAILLET1-3/+3
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig1-2/+2
2023-05-30nvme: check IO start time when deciding to defer KAUday Shankar1-0/+1
2023-05-30nvme: fix miss command type checkmin15.li1-1/+1
2023-05-03nvme-pci: add quirk for missing secondary temperature thresholdsHristo Venev1-0/+5
2023-04-12nvme: Move pr code to it's own fileMike Christie1-0/+2
2023-02-01nvme: add nvme_opcode_str function for all nvme cmd typesAmit Engel1-0/+13
2023-02-01nvme: remove nvme_execute_passthru_rqChristoph Hellwig1-1/+2
2022-12-22nvme: fix multipath crash caused by flush request when blktrace is enabledYanjun Zhang1-1/+1
2022-12-07nvme: consolidate setting the tagset flagsChristoph Hellwig1-4/+5
2022-12-07nvme: pass nr_maps explicitly to nvme_alloc_io_tag_setChristoph Hellwig1-1/+1
2022-12-06nvme: merge nvme_shutdown_ctrl into nvme_disable_ctrlChristoph Hellwig1-2/+1
2022-12-06nvme-multipath: support io stats on the mpath deviceSagi Grimberg1-0/+14
2022-12-06nvme: introduce nvme_start_requestSagi Grimberg1-0/+5
2022-11-18nvme: rename the queue quiescing helpersChristoph Hellwig1-4/+4
2022-11-16nvme-auth: convert dhchap_auth_list to an arraySagi Grimberg1-1/+1
2022-11-16nvme-auth: no need to reset chap contexts on re-authenticationSagi Grimberg1-1/+0
2022-11-16nvme-auth: guarantee dhchap buffers under memory pressureSagi Grimberg1-0/+9
2022-11-16nvme-auth: don't ignore key generation failures when initializing ctrl keysSagi Grimberg1-2/+5
2022-11-15nvme: simplify transport specific device attribute handlingChristoph Hellwig1-0/+2
2022-11-15nvme: move OPAL setup from PCIe to coreChristoph Hellwig1-4/+1
2022-11-15nvme: implement the DEAC bit for the Write Zeroes commandChristoph Hellwig1-0/+1
2022-11-02nvme: use blk_mq_[un]quiesce_tagsetChao Leng1-1/+1
2022-11-02nvme: split nvme_kill_queuesChristoph Hellwig1-2/+1
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds1-14/+30
2022-09-27nvme: remove nvme_ctrl_init_connect_qChristoph Hellwig1-8/+0
2022-09-27nvme: add common helpers to allocate and free tagsetsChristoph Hellwig1-0/+8
2022-09-27nvme: send a rediscover uevent when a persistent discovery controller reconnectsSagi Grimberg1-0/+1
2022-09-27nvme: enumerate controller flagsSagi Grimberg1-2/+5
2022-09-27nvme: ensure subsystem reset is single threadedKeith Busch1-3/+13
2022-09-27nvme: handle effects after freeing the requestKeith Busch1-1/+3
2022-09-21fs: add batch and poll flags to the uring_cmd_iopoll() handlerJens Axboe1-2/+4
2022-09-21nvme: wire up async polling for io passthrough commandsKanchan Joshi1-0/+2
2022-08-06Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds1-1/+1
2022-08-03nvme-multipath: refactor nvme_mpath_add_diskJoel Granados1-3/+2
2022-08-03nvme: implement In-Band authenticationHannes Reinecke1-0/+30
2022-08-03nvme: remove unused timeout parameterChaitanya Kulkarni1-1/+1
2022-08-03nvme: remove a double word in a commentXiang wangx1-1/+1
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2022-07-26nvme-pci: check DMA ops when indicating support for PCI P2PDMALogan Gunthorpe1-1/+1