summaryrefslogtreecommitdiffstats
path: root/drivers/nvme (follow)
Commit message (Expand)AuthorAgeFilesLines
* block: move the nowait flag to queue_limitsChristoph Hellwig2024-06-191-2/+1
* block: move the stable_writes flag to queue_limitsChristoph Hellwig2024-06-192-8/+5
* block: move the io_stat flag setting to queue_limitsChristoph Hellwig2024-06-191-1/+1
* block: move the nonrot flag to queue_limitsChristoph Hellwig2024-06-192-2/+0
* block: move cache control settings out of queue->flagsChristoph Hellwig2024-06-192-8/+5
* block: move integrity information into queue_limitsChristoph Hellwig2024-06-141-34/+36
* block: bypass the STABLE_WRITES flag for protection informationChristoph Hellwig2024-06-141-1/+2
* block: remove the blk_integrity_profile structureChristoph Hellwig2024-06-144-18/+17
* 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-121-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
* | nvme: don't create a multipath node for zero capacity devicesChristoph Hellwig2024-04-041-1/+1
* | nvme: split nvme_update_zone_infoChristoph Hellwig2024-04-023-23/+41
* | nvme-multipath: don't inherit LBA-related fields for the multipath nodeChristoph Hellwig2024-04-021-0/+20
|/