aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2023-07-05Merge tag 'net-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 1-1/+1
2023-07-03Merge tag 'block-6.5-2023-07-03' of git://git.kernel.dk/linuxGravatar Linus Torvalds 7-58/+40
2023-07-02nvme-tcp: Fix comma-related oopsGravatar David Howells 1-1/+1
2023-06-30Merge tag 'nvme-6.5-2023-06-30' of git://git.infradead.org/nvme into block-6.5Gravatar Jens Axboe 6-4/+20
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 4-149/+319
2023-06-30nvme: disable controller on reset state failureGravatar Keith Busch 1-1/+2
2023-06-30nvme: sync timeout work on failed resetGravatar Keith Busch 1-0/+1
2023-06-30nvme: ensure unquiesce on teardownGravatar Keith Busch 1-0/+1
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 2-39/+56
2023-06-28nvme: improved uring pollingGravatar Keith Busch 3-54/+20
2023-06-27Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-4/+4
2023-06-27nvme-mpath: fix I/O failure with EAGAIN when failing over I/OGravatar Sagi Grimberg 1-0/+8
2023-06-27nvme: host: fix command name spellingGravatar Damien Le Moal 1-1/+1
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxGravatar Linus Torvalds 16-953/+944
2023-06-26Merge tag 'for-6.5/io_uring-2023-06-23' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-2/+2
2023-06-24nvmet-tcp: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpageGravatar David Howells 1-17/+29
2023-06-24nvme-tcp: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpageGravatar David Howells 1-22/+27
2023-06-21nvmet: Reorder fields in 'struct nvmet_ns'Gravatar Christophe JAILLET 1-1/+1
2023-06-21nvme: Print capabilities changes just onceGravatar Breno Leitao 2-1/+6
2023-06-16nvme: forward port sysfs delete fixGravatar Keith Busch 1-0/+3
2023-06-12nvme: skip optional id ctrl csi if it failedGravatar Keith Busch 2-1/+5
2023-06-12nvme-core: use nvme_ns_head_multipath instead of ns->head->diskGravatar Irvin Cote 1-1/+1
2023-06-12nvmet-fcloop: Do not wait on completion when unregister failsGravatar Daniel Wagner 1-1/+2
2023-06-12nvme-fabrics: open code __nvmf_host_find()Gravatar Chaitanya Kulkarni 1-48/+27
2023-06-12nvme-fabrics: error out to unlock the mutexGravatar Chaitanya Kulkarni 1-2/+4
2023-06-12nvme: Increase block size variable size to 32-bitGravatar Daniel Gomez 1-1/+1
2023-06-12nvme-fcloop: no need to return from void functionGravatar Chaitanya Kulkarni 1-2/+0
2023-06-12nvmet-auth: remove unnecessary break after gotoGravatar Chaitanya Kulkarni 1-4/+0
2023-06-12nvmet-auth: remove some dead codeGravatar Christophe JAILLET 1-9/+0
2023-06-12nvme-core: remove redundant check from nvme_init_ns_headGravatar Irvin Cote 1-1/+1
2023-06-12nvme: move sysfs code to a dedicated sysfs.c fileGravatar Max Gurtovoy 4-655/+672
2023-06-12nvme-fabrics: prevent overriding of existing hostGravatar Max Gurtovoy 1-27/+71
2023-06-12nvme-fabrics: check hostid using uuid_equalGravatar Max Gurtovoy 1-1/+1
2023-06-12nvme-fabrics: unify common code in admin and io queue connectGravatar Max Gurtovoy 1-31/+43
2023-06-12nvmet: reorder fields in 'struct nvme_dhchap_queue_context'Gravatar Christophe JAILLET 1-3/+3
2023-06-12nvmet: reorder fields in 'struct nvmf_ctrl_options'Gravatar Christophe JAILLET 1-4/+4
2023-06-12nvme: reorder fields in 'struct nvme_ctrl'Gravatar Christophe JAILLET 1-3/+3
2023-06-12nvmet: reorder fields in 'struct nvmet_sq'Gravatar Christophe JAILLET 1-1/+1
2023-06-12nvme-fabrics: add queue setup helpersGravatar Keith Busch 4-162/+96
2023-06-12nvme-pci: cleaning up nvme_pci_init_requestGravatar Irvin Cote 1-2/+1
2023-06-12nvme-rdma: fix typo in commentGravatar Max Gurtovoy 1-1/+1
2023-06-12nvme-core: fix dev_pm_qos memleakGravatar Chaitanya Kulkarni 1-0/+1
2023-06-12nvme-core: add missing fault-injection cleanupGravatar Chaitanya Kulkarni 1-0/+1
2023-06-12nvme-core: fix memory leak in dhchap_ctrl_secretGravatar Chaitanya Kulkarni 1-2/+5
2023-06-12nvme-core: fix memory leak in dhchap_secret_storeGravatar Chaitanya Kulkarni 1-2/+5
2023-06-12block: replace fmode_t with a block-specific type for block open flagsGravatar Christoph Hellwig 5-9/+9
2023-06-12nvme: replace the fmode_t argument to the nvme ioctl handlers with a simple boolGravatar Christoph Hellwig 1-28/+34
2023-06-12block: use the holder as indication for exclusive opensGravatar Christoph Hellwig 1-1/+1
2023-06-12block: remove the unused mode argument to ->releaseGravatar Christoph Hellwig 2-2/+2
2023-06-12block: pass a gendisk to ->openGravatar Christoph Hellwig 2-4/+4