summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/core.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-19Merge tag 'for-6.8/block-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds1-21/+20
2024-01-12Merge tag 'for-6.8/block-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds1-96/+128
2024-01-03nvme: simplify the max_discard_segments calculationChristoph Hellwig1-8/+5
2024-01-03nvme: fix max_discard_sectors calculationChristoph Hellwig1-11/+9
2024-01-03nvme: also skip discard granularity updates in nvme_config_discardChristoph Hellwig1-3/+1
2024-01-03nvme: update the explanation for not updating the limits in nvme_config_discardChristoph Hellwig1-1/+7
2023-12-21nvme-fabrics: don't check discovery ioccsz/iorcszMax Gurtovoy1-2/+2
2023-12-19nvme-pci: fix sleeping function called from interrupt contextMaurizio Lombardi1-1/+2
2023-12-19nvme: add csi, ms and nuse to sysfsDaniel Wagner1-1/+5
2023-12-19nvme: rename ns attribute groupDaniel Wagner1-1/+1
2023-12-19nvme: refactor ns info setup functionDaniel Wagner1-53/+53
2023-12-19nvme: refactor ns info helpersDaniel Wagner1-15/+21
2023-12-19nvme: move ns id info to struct nvme_ns_headDaniel Wagner1-39/+41
2023-12-07nvme-fabrics: check ioccsz and iorcszGuixin Liu1-0/+14
2023-12-07nvme: introduce nvme_check_ctrl_fabric_info helperGuixin Liu1-18/+24
2023-12-04nvme: fix deadlock between reset and scanBitao Hu1-0/+10
2023-12-04nvme: ensure reset state check orderingKeith Busch1-20/+22
2023-12-01nvme-core: check for too small lba shiftKeith Busch1-2/+3
2023-11-28nvme: check for valid nvme_identify_ns() before using itEwan D. Milne1-0/+9
2023-11-27nvme-core: fix a memory leak in nvme_ns_info_from_identify()Maurizio Lombardi1-2/+5
2023-11-27nvme: fine-tune sending of first keep-aliveMark O'Donovan1-2/+11
2023-11-22nvme: move nvme_stop_keep_alive() back to original positionHannes Reinecke1-1/+1
2023-11-20nvme: catch errors from nvme_configure_metadata()Hannes Reinecke1-6/+13
2023-11-08nvme: keyring: fix conditional compilationHannes Reinecke1-8/+1
2023-11-06nvme: start keep-alive after admin queue setupHannes Reinecke1-3/+3
2023-11-06nvme: update firmware version after commitDaniel Wagner1-1/+14
2023-10-12nvme: rework NVME_AUTH Kconfig selectionHannes Reinecke1-1/+1
2023-10-11nvme-tcp: enable TLS handshake upcallHannes Reinecke1-1/+1
2023-10-11nvme-keyring: register '.nvme' keyringHannes Reinecke1-2/+8
2023-09-15Merge tag 'nvme-6.6-2023-09-14' of git://git.infradead.org/nvme into block-6.6Jens Axboe1-19/+35
2023-09-14nvme: avoid bogus CRTO valuesKeith Busch1-19/+35
2023-07-21nvme: fix possible hang when removing a controller during error recoveryMing Lei1-3/+7
2023-07-13nvme: don't reject probe due to duplicate IDs for single-ported PCIe devicesChristoph Hellwig1-3/+33
2023-07-04Merge tag 'block-6.5-2023-07-03' of git://git.kernel.dk/linuxLinus Torvalds1-1/+5
2023-06-30Merge tag 'nvme-6.5-2023-06-30' of git://git.infradead.org/nvme into block-6.5Jens Axboe1-1/+5
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-148/+1
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-658/+14
2023-06-21nvme: Print capabilities changes just onceBreno Leitao1-1/+5
2023-06-13nvme: skip optional id ctrl csi if it failedKeith Busch1-1/+4
2023-06-12nvme-core: use nvme_ns_head_multipath instead of ns->head->diskIrvin Cote1-1/+1
2023-06-12nvme: Increase block size variable size to 32-bitDaniel Gomez1-1/+1
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 Gurtovoy1-654/+2
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 Hellwig1-1/+1
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig1-1/+1
2023-06-12block: pass a gendisk to ->openChristoph Hellwig1-2/+2