summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-03-131-6/+1
|\
| * net: introduce page_frag_cache_drain()Yunsheng Lin2024-03-051-6/+1
* | Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds2024-03-118-269/+287
|\ \ | |/ |/|
| * 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: 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-031-0/+5
| * nvme-rdma: clamp queue size according to ctrl capMax Gurtovoy2024-03-031-4/+10
| * block: pass a queue_limits argument to blk_alloc_diskChristoph Hellwig2024-02-201-3/+3
| * block: pass a queue_limits argument to blk_mq_alloc_diskChristoph Hellwig2024-02-131-1/+1
| * block: pass a queue_limits argument to blk_mq_init_queueChristoph Hellwig2024-02-132-4/+4
| * nvme: allow integrity when PI is not in first bytesKanchan Joshi2024-02-122-1/+8
* | nvme: implement support for relaxed effectsKeith Busch2024-02-131-0/+4
* | nvme-fabrics: fix I/O connect error handlingChaitanya Kulkarni2024-02-131-0/+1
* | nvme: use ns->head->pi_size instead of t10_pi_tuple structure sizeFrancis Pravin2024-02-081-1/+1
* | nvme-core: fix comment to reflect right functionsChaitanya Kulkarni2024-02-071-2/+2
* | nvme: move passthrough logging attribute to headKeith Busch2024-02-073-18/+17
* | nvme-host: fix the updating of the firmware versionMaurizio Lombardi2024-02-011-2/+5
|/
* nvme: allow passthru cmd error loggingAlan Adamson2024-02-013-7/+113
* nvme-fc: show hostnqn when connecting to fc targetNitin U. Yewale2024-02-011-2/+2
* nvme-rdma: show hostnqn when connecting to rdma targetNitin U. Yewale2024-02-011-2/+2
* nvme-tcp: show hostnqn when connecting to tcp targetNitin U. Yewale2024-02-011-2/+2
* nvme-fc: do not wait in vain when unloading moduleDaniel Wagner2024-02-011-41/+6
* nvme-fc: log human-readable opcode on timeoutCaleb Sander2024-02-011-3/+5
* nvme: split out fabrics version of nvme_opcode_str()Caleb Sander2024-02-014-11/+17
* nvme: remove redundant status maskCaleb Sander2024-02-011-1/+1
* nvme: return string as char *, not unsigned char *Caleb Sander2024-02-012-13/+13
* nvme: enable retries for authentication commandsHannes Reinecke2024-02-013-1/+5
* nvme: change __nvme_submit_sync_cmd() calling conventionsHannes Reinecke2024-02-014-20/+41
* nvme-auth: open-code single-use macrosHannes Reinecke2024-02-011-7/+7
* nvme: use ctrl state accessorKeith Busch2024-01-297-27/+32
* nvme-rdma: Fix transfer length when write_generate/read_verify are 0Israel Rukshin2024-01-241-3/+8