summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2023-06-21nvmet: Reorder fields in 'struct nvmet_ns'Christophe JAILLET1-1/+1
2023-06-21nvme: Print capabilities changes just onceBreno Leitao2-1/+6
2023-06-16nvme: forward port sysfs delete fixKeith Busch1-0/+3
2023-06-13nvme: skip optional id ctrl csi if it failedKeith Busch2-1/+5
2023-06-12nvme-core: use nvme_ns_head_multipath instead of ns->head->diskIrvin Cote1-1/+1
2023-06-12nvmet-fcloop: Do not wait on completion when unregister failsDaniel Wagner1-1/+2
2023-06-12nvme-fabrics: open code __nvmf_host_find()Chaitanya Kulkarni1-48/+27
2023-06-12nvme-fabrics: error out to unlock the mutexChaitanya Kulkarni1-2/+4
2023-06-12nvme: Increase block size variable size to 32-bitDaniel Gomez1-1/+1
2023-06-12nvme-fcloop: no need to return from void functionChaitanya Kulkarni1-2/+0
2023-06-12nvmet-auth: remove unnecessary break after gotoChaitanya Kulkarni1-4/+0
2023-06-12nvmet-auth: remove some dead codeChristophe JAILLET1-9/+0
2023-06-12nvme-core: remove redundant check from nvme_init_ns_headIrvin Cote1-1/+1
2023-06-12nvme: move sysfs code to a dedicated sysfs.c fileMax Gurtovoy4-655/+672
2023-06-12nvme-fabrics: prevent overriding of existing hostMax Gurtovoy1-27/+71
2023-06-12nvme-fabrics: check hostid using uuid_equalMax Gurtovoy1-1/+1
2023-06-12nvme-fabrics: unify common code in admin and io queue connectMax Gurtovoy1-31/+43
2023-06-12nvmet: reorder fields in 'struct nvme_dhchap_queue_context'Christophe JAILLET1-3/+3
2023-06-12nvmet: reorder fields in 'struct nvmf_ctrl_options'Christophe JAILLET1-4/+4
2023-06-12nvme: reorder fields in 'struct nvme_ctrl'Christophe JAILLET1-3/+3
2023-06-12nvmet: reorder fields in 'struct nvmet_sq'Christophe JAILLET1-1/+1
2023-06-12nvme-fabrics: add queue setup helpersKeith Busch4-162/+96
2023-06-12nvme-pci: cleaning up nvme_pci_init_requestIrvin Cote1-2/+1
2023-06-12nvme-rdma: fix typo in commentMax Gurtovoy1-1/+1
2023-06-12nvme-core: fix dev_pm_qos memleakChaitanya Kulkarni1-0/+1
2023-06-12nvme-core: add missing fault-injection cleanupChaitanya Kulkarni1-0/+1
2023-06-12nvme-core: fix memory leak in dhchap_ctrl_secretChaitanya Kulkarni1-2/+5
2023-06-12nvme-core: fix memory leak in dhchap_secret_storeChaitanya Kulkarni1-2/+5
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig5-9/+9
2023-06-12nvme: replace the fmode_t argument to the nvme ioctl handlers with a simple boolChristoph Hellwig1-28/+34
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig1-1/+1
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig2-2/+2
2023-06-12block: pass a gendisk to ->openChristoph Hellwig2-4/+4
2023-06-05block: introduce holder opsChristoph Hellwig1-1/+1
2023-05-31nvme: fix the name of Zone Append for verbose loggingChristoph Hellwig1-1/+1
2023-05-31nvme: improve handling of long keep alivesUday Shankar1-1/+15
2023-05-30nvme: check IO start time when deciding to defer KAUday Shankar2-1/+14
2023-05-30nvme: double KA polling frequency to avoid KATO with TBKAS onUday Shankar1-1/+17
2023-05-30nvme: fix miss command type checkmin15.li4-4/+6
2023-05-26overflow: Add struct_size_t() helperKees Cook1-4/+4
2023-05-26NVMe: Add MAXIO 1602 to bogus nid list.Tatsuki Sugiura1-0/+2
2023-05-25nvme: optimise io_uring passthrough completionPavel Begunkov1-2/+2
2023-05-22Merge patch series "Use block pr_ops in LIO"Martin K. Petersen4-149/+319
2023-05-19Merge tag 'nvme-6.4-2023-05-18' of git://git.infradead.org/nvme into block-6.4Jens Axboe5-4/+20
2023-05-19nvme-pci: Add quirk for Teamgroup MP33 SSDDaniel Smith1-0/+2
2023-05-17nvme: do not let the user delete a ctrl before a complete initializationMaurizio Lombardi1-1/+5
2023-05-17nvme-multipath: don't call blk_mark_disk_dead in nvme_mpath_remove_diskChristoph Hellwig1-1/+0
2023-05-07Merge tag 'for-6.4/io_uring-2023-05-07' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2023-05-04io_uring: Pass whole sqe to commandsBreno Leitao1-1/+1
2023-05-03nvme-pci: clamp max_hw_sectors based on DMA optimized limitationAdrian Huang1-1/+1