summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* nvmet-fc: Remove __counted_by from nvmet_fc_tgt_queue.fod[]Nathan Chancellor2024-06-261-1/+1
* nvmet: make 'tsas' attribute idempotent for RDMAHannes Reinecke2024-06-211-9/+30
* nvme-apple: add missing MODULE_DESCRIPTION()Jeff Johnson2024-06-201-0/+1
* nvmet: do not return 'reserved' for empty TSAS valuesHannes Reinecke2024-06-171-1/+1
* nvme: fix NVME_NS_DEAC may incorrectly identifying the disk as EXT_LBA.Boyang Yu2024-06-171-1/+1
* Merge tag 'nvme-6.10-2024-06-13' of git://git.infradead.org/nvme into block-6.10Jens Axboe2024-06-135-16/+10
|\
| * nvme: fix namespace removal listKeith Busch2024-06-131-4/+5
| * nvmet: always initialize cqe.resultDaniel Wagner2024-06-123-9/+1
| * nvmet-passthru: propagate status from id override functionsDaniel Wagner2024-06-121-3/+3
| * nvme: avoid double free special payloadChunguang Xu2024-06-121-0/+1
* | block: unmap and free user mapped integrity via submitterAnuj Gupta2024-06-121-4/+11
|/
* nvme: fix nvme_pr_* status code parsingWeiwen Hu2024-05-311-1/+1
* nvme-fabrics: use reserved tag for reg read/write commandChunguang Xu2024-05-311-3/+3
* nvmet: fix a possible leak when destroy a ctrl during qp establishmentSagi Grimberg2024-05-281-0/+9
* nvme: use srcu for iterating namespace listKeith Busch2024-05-284-56/+83
* nvme: adjust multiples of NVME_CTRL_PAGE_SIZE in offsetKundan Kumar2024-05-241-1/+2
* nvme: remove sgs and swsKanchan Joshi2024-05-241-2/+0
* nvmet: fix ns enable/disable possible hangSagi Grimberg2024-05-231-0/+8
* nvme-multipath: fix io accounting on failoverKeith Busch2024-05-233-2/+4
* nvme: fix multipath batched completion accountingKeith Busch2024-05-231-5/+10
* nvme-multipath: find NUMA path only for online numa-nodeNilay Shroff2024-05-211-1/+1
* Merge tag 'nvme-6.10-2024-05-14' of git://git.infradead.org/nvme into block-6.10Jens Axboe2024-05-1414-111/+141
|\
| * nvme-rdma, nvme-tcp: include max reconnects for reconnect loggingTokunori Ikegami2024-05-072-6/+6
| * nvmet-rdma: Avoid o(n^2) loop in delete_ctrlSagi Grimberg2024-05-071-10/+6
| * nvme: do not retry authentication failuresDaniel Wagner2024-05-012-3/+9
| * nvme-fabrics: short-circuit reconnect retriesHannes Reinecke2024-05-015-20/+41
| * nvme: return kernel error codes for admin queue connectHannes Reinecke2024-05-013-22/+17
| * nvmet: return DHCHAP status codes from nvmet_setup_auth()Hannes Reinecke2024-05-014-45/+43
| * nvmet: lock config semaphore when accessing DH-HMAC-CHAP keyHannes Reinecke2024-05-012-5/+19
* | Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds2024-05-132-8/+4
|\|
| * block: Simplify blk_revalidate_disk_zones() interfaceDamien Le Moal2024-04-171-1/+1
| * nvmet: zns: Do not reference the gendisk conv_zones_bitmapDamien Le Moal2024-04-171-7/+3
* | Merge tag 'for-6.10/io_uring-20240511' of git://git.kernel.dk/linuxLinus Torvalds2024-05-131-4/+11
|\ \
| * | nvme/io_uring: use helper for polled completionsJens Axboe2024-04-151-4/+11
* | | nvmet-rdma: fix possible bad dereference when freeing rspsSagi Grimberg2024-05-081-12/+4
* | | nvmet: prevent sprintf() overflow in nvmet_subsys_nsid_exists()Dan Carpenter2024-05-081-3/+2
* | | nvmet: make nvmet_wq unboundSagi Grimberg2024-05-071-1/+2
* | | nvmet-auth: return the error code to the nvmet_auth_ctrl_hash() callersMaurizio Lombardi2024-05-071-1/+1
* | | nvme-pci: Add quirk for broken MSIsSean Anderson2024-05-072-3/+16
* | | nvme-tcp: strict pdu pacing to avoid send stalls on TLSHannes Reinecke2024-05-011-2/+8
* | | nvmet: fix nvme status code when namespace is disabledSagi Grimberg2024-05-013-1/+18
* | | nvmet-tcp: fix possible memory leak when tearing down a controllerSagi Grimberg2024-05-011-7/+4
* | | nvme: cancel pending I/O if nvme controller is in terminal stateNilay Shroff2024-05-013-22/+28
* | | nvmet-auth: replace pr_debug() with pr_err() to report an error.Maurizio Lombardi2024-05-011-3/+3
* | | nvmet-auth: return the error code to the nvmet_auth_host_hash() callersMaurizio Lombardi2024-05-011-1/+1
* | | nvme: find numa distance only if controller has valid numa idNilay Shroff2024-05-011-1/+2
* | | nvme: fix warn output about shared namespaces without CONFIG_NVME_MULTIPATHYi Zhang2024-04-111-1/+1
|/ /
* | nvme-fc: rename free_ctrl callback to match name patternDaniel Wagner2024-04-041-2/+2
* | nvmet-fc: move RCU read lock to nvmet_fc_assoc_existsDaniel Wagner2024-04-041-7/+10
* | nvmet: implement unique discovery NQNHannes Reinecke2024-04-042-0/+54