summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
|/
* Merge tag 'nvme-6.9-2024-03-21' of git://git.infradead.org/nvme into block-6.9Jens Axboe2024-03-2111-33/+233
|\
| * nvmet-rdma: remove NVMET_RDMA_REQ_INVALIDATE_RKEY flagGuixin Liu2024-03-211-5/+3
| * nvme: remove redundant BUILD_BUG_ON checkGuixin Liu2024-03-211-3/+0
| * nvme/tcp: Add wq_unbound modparam for nvme_tcp_wqLi Feng2024-03-181-3/+18
| * nvme-tcp: Export the nvme_tcp_wq to sysfsLi Feng2024-03-181-1/+1
| * drivers/nvme: Add quirks for device 126f:2262Jiawei Fu (iBug)2024-03-181-0/+3
| * nvme: parse format command's lbafu when tracingGuixin Liu2024-03-141-1/+4
| * nvme: add tracing of reservation commandsGuixin Liu2024-03-141-0/+62
| * nvme: parse zns command's zsa and zrasf to stringGuixin Liu2024-03-141-3/+35
| * nvme: use nvme_disk_is_ns_head helperGuixin Liu2024-03-142-4/+2
| * nvme: fix reconnection fail due to reserved tag allocationChunguang Xu2024-03-142-9/+4
| * nvmet: add tracing of zns commandsGuixin Liu2024-03-081-0/+66
| * nvmet: add tracing of authentication commandsGuixin Liu2024-03-081-0/+32
| * nvme-apple: Convert to platform remove callback returning voidUwe Kleine-König2024-03-081-4/+2
| * nvmet-tcp: do not continue for invalid icreqHannes Reinecke2024-03-081-0/+1
| * nvme: change shutdown timeout setting messageKeith Busch2024-03-081-1/+1
* | Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-03-122-9/+2
|\ \
| * | net: introduce page_frag_cache_drain()Yunsheng Lin2024-03-052-9/+2
* | | Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds2024-03-1118-290/+361
|\ \ \ | | |/ | |/|
| * | nvme: clear caller pointer on identify failureKeith Busch2024-03-061-1/+4
| * | nvme: host: fix double-free of struct nvme_id_ns in ns_update_nuse()Shin'ichiro Kawasaki2024-03-061-5/+2
| * | nvme: fcloop: make fcloop_class constantRicardo B. Marliere2024-03-051-8/+9
| * | nvme: fabrics: make nvmf_class constantRicardo B. Marliere2024-03-051-9/+11
| * | nvme: core: constify struct class usageRicardo B. Marliere2024-03-051-25/+28
| * | nvme-fabrics: typo in nvmf_parse_key()Hannes Reinecke2024-03-041-1/+1
| * | nvme-multipath: use atomic queue limits API for stacking limitsChristoph Hellwig2024-03-041-3/+6