aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
...
| * | | nvme-fc: keep ctrl->sqsize in sync with opts->queue_sizeChristoph Hellwig2022-09-271-9/+1
| * | | nvme-rdma: use the tagset alloc/free helpersChristoph Hellwig2022-09-271-99/+34
| * | | nvme-rdma: store the generic nvme_ctrl in set->driver_dataChristoph Hellwig2022-09-271-6/+6
| * | | nvme-tcp: use the tagset alloc/free helpersChristoph Hellwig2022-09-271-85/+16
| * | | nvme-tcp: store the generic nvme_ctrl in set->driver_dataChristoph Hellwig2022-09-271-6/+6
| * | | nvme-tcp: remove the unused queue_size member in nvme_tcp_queueChristoph Hellwig2022-09-271-6/+3
| * | | nvme: add common helpers to allocate and free tagsetsChristoph Hellwig2022-09-272-0/+110
| * | | nvmet: add helpers to set the result field for connect commandsChristoph Hellwig2022-09-271-10/+8
| * | | nvme: improve the NVME_CONNECT_AUTHREQ* definitionsChristoph Hellwig2022-09-271-4/+2
| * | | nvmet-auth: don't try to cancel a non-initialized work_structChristoph Hellwig2022-09-274-14/+13
| * | | nvmet-tcp: remove nvmet_tcp_finish_cmdzhenwei pi2022-09-271-8/+2
| * | | nvmet-tcp: add bounds check on Transfer TagVarun Prakash2022-09-271-2/+9
| * | | nvmet-tcp: handle ICReq PDU received in NVMET_TCP_Q_LIVE stateVarun Prakash2022-09-271-0/+7
| * | | nvmet-tcp: fix NULL pointer dereference during releasezhenwei pi2022-09-271-3/+16
| * | | nvme-pci: report the actual number of tagset mapsKeith Busch2022-09-271-2/+4
| * | | nvme-pci: set min_align_mask before calculating max_hw_sectorsRishabh Bhatnagar2022-09-271-1/+2
| * | | nvme: send a rediscover uevent when a persistent discovery controller reconnectsSagi Grimberg2022-09-272-0/+11
| * | | nvme: enumerate controller flagsSagi Grimberg2022-09-271-2/+5
| * | | nvme: ensure subsystem reset is single threadedKeith Busch2022-09-271-3/+13
| * | | nvme: restrict management ioctls to adminKeith Busch2022-09-271-0/+6
| * | | nvme: copy firmware_rev on each initKeith Busch2022-09-271-1/+2
| * | | nvme: handle effects after freeing the requestKeith Busch2022-09-274-14/+23
| * | | nvme-tcp: print actual source IP address through sysfs "address" attrMartin Belanger2022-09-191-1/+20
| * | | nvmet-tcp: don't map pages which can't come from HIGHMEMFabio M. De Francesco2022-09-191-31/+13
| * | | nvme-pci: move iod dma_len fill gapsKeith Busch2022-09-191-1/+1
| * | | nvme-pci: iod npages fits in s8Keith Busch2022-09-191-13/+16
| * | | nvme-pci: iod's 'aborted' is a boolKeith Busch2022-09-191-3/+3
| * | | nvme-pci: remove nvme_queue from nvme_iodKeith Busch2022-09-191-15/+13
| * | | nvme: consider also host_iface when checking ip optionsDaniel Wagner2022-09-191-5/+18
| * | | nvme-rdma: handle number of queue changesDaniel Wagner2022-09-191-5/+21
| * | | nvme-tcp: handle number of queue changesDaniel Wagner2022-09-191-5/+21
| * | | nvmet: expose max queues to configfsDaniel Wagner2022-09-191-0/+29
| * | | nvmet: avoid unnecessary flush bioGuixin Liu2022-09-191-0/+8
| * | | nvmet-auth: remove redundant parameters reqGenjian Zhang2022-09-191-2/+2
| * | | nvmet-auth: clean up with done_kfreeJackie Liu2022-09-191-4/+2
| * | | nvme-auth: remove the redundant req->cqe->result.u16 assignment operationJackie Liu2022-09-191-1/+0
| * | | nvme: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-194-4/+4
| * | | nvme: add comment for unaligned "fake" nqnLinjun Bao2022-09-191-1/+5
| * | | block: Change the return type of blk_mq_map_queues() into voidBart Van Assche2022-08-224-11/+4
* | | | Merge tag 'for-6.1/io_uring-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds2022-10-074-5/+78
|\ \ \ \ | | |_|/ | |/| |
| * | | fs: add batch and poll flags to the uring_cmd_iopoll() handlerJens Axboe2022-09-212-6/+12
| * | | nvme: wire up async polling for io passthrough commandsKanchan Joshi2022-09-214-5/+72
| | |/ | |/|
* | | Merge tag 'block-6.0-2022-09-29' of git://git.kernel.dk/linuxLinus Torvalds2022-09-302-3/+7
|\ \ \ | |/ / |/| |
| * | nvme-pci: disable Write Zeroes on Phison E3C/E4CTina Hsu2022-09-271-0/+4
| * | nvme: Fix IOC_PR_CLEAR and IOC_PR_RELEASE ioctls for nvme devicesMichael Kelley2022-09-271-3/+3
* | | Merge tag 'block-6.0-2022-09-09' of git://git.kernel.dk/linux-blockLinus Torvalds2022-09-094-12/+32
|\| |
| * | nvme: requeue aen after firmware activationKeith Busch2022-09-071-3/+11
| * | nvmet: fix mar and mor off-by-one errorsDennis Maisenbacher2022-09-071-2/+15
| * | nvme-tcp: fix regression that causes sporadic requests to time outSagi Grimberg2022-09-061-4/+1
| * | nvme-tcp: fix UAF when detecting digest errorsSagi Grimberg2022-09-061-1/+1