summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | nvme-multipath: pass queue_limits to blk_alloc_diskChristoph Hellwig2024-03-041-6/+7
| * | nvme: use the atomic queue limits update APIChristoph Hellwig2024-03-043-79/+80
| * | nvme: cleanup nvme_configure_metadataChristoph Hellwig2024-03-041-28/+19
| * | nvme: don't query identify data in configure_metadataChristoph Hellwig2024-03-041-30/+19
| * | nvme: split out a nvme_identify_ns_nvm helperChristoph Hellwig2024-03-041-12/+26
| * | nvme: move common logic into nvme_update_ns_infoChristoph Hellwig2024-03-041-42/+42
| * | nvme: move setting the write cache flags out of nvme_set_queue_limitsChristoph Hellwig2024-03-041-3/+2
| * | nvme: move a few things out of nvme_update_disk_infoChristoph Hellwig2024-03-041-20/+26
| * | nvme: don't use nvme_update_disk_info for the multipath diskChristoph Hellwig2024-03-041-1/+2
| * | nvme: move blk_integrity_unregister into nvme_init_integrityChristoph Hellwig2024-03-041-2/+2
| * | nvme: cleanup the nvme_init_integrity calling conventionsChristoph Hellwig2024-03-041-14/+15
| * | nvme: move max_integrity_segments handling out of nvme_init_integrityChristoph Hellwig2024-03-041-7/+4
| * | nvme: remove nvme_revalidate_zonesChristoph Hellwig2024-03-043-12/+3
| * | nvme: move NVME_QUIRK_DEALLOCATE_ZEROES out of nvme_config_discardChristoph Hellwig2024-03-041-5/+6
| * | nvme: set max_hw_sectors unconditionallyChristoph Hellwig2024-03-041-8/+8
| * | nvme-fabrics: check max outstanding commandsGuixin Liu2024-03-021-0/+5
| * | nvmet-rdma: set max_queue_size for RDMA transportMax Gurtovoy2024-03-021-0/+8
| * | nvmet: introduce new max queue size configuration entryMax Gurtovoy2024-03-023-3/+46
| * | nvme-rdma: clamp queue size according to ctrl capMax Gurtovoy2024-03-021-4/+10
| * | nvme-rdma: introduce NVME_RDMA_MAX_METADATA_QUEUE_SIZE definitionMax Gurtovoy2024-03-021-0/+2
| * | nvmet: set ctrl pi_support cap before initializing cap regMax Gurtovoy2024-03-022-2/+1
| * | nvmet: set maxcmd to be per controllerMax Gurtovoy2024-03-024-4/+4
| * | nvmet: compare mqes and sqsize only for IO SQMax Gurtovoy2024-03-021-1/+2
| * | block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig2024-02-191-3/+3