summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2023-07-15Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-5/+4
2023-07-15Merge tag 'block-6.5-2023-07-14' of git://git.kernel.dk/linuxLinus Torvalds7-24/+88
2023-07-13nvme-pci: fix DMA direction of unmapping integrity dataMing Lei1-1/+1
2023-07-13nvme: don't reject probe due to duplicate IDs for single-ported PCIe devicesChristoph Hellwig1-3/+33
2023-07-12nvme: ensure disabling pairs with unquiesceKeith Busch1-8/+17
2023-07-12nvme-fc: fix race between error recovery and creating associationMichael Liang1-5/+16
2023-07-12nvme-fc: return non-zero status code when fails to create associationMichael Liang1-3/+15
2023-07-12nvme: fix parameter check in nvme_fault_inject_init()Minjie Du1-1/+1
2023-07-12nvme: warn only once for legacy uuid attributeKeith Busch1-1/+1
2023-07-11Merge branch '6.5/scsi-staging' into 6.5/scsi-fixesMartin K. Petersen1-5/+4
2023-07-10nvmet: use PAGE_SECTORS_SHIFTDamien Le Moal2-3/+3
2023-07-10nvme: add BOGUS_NID quirk for Samsung SM953Pankaj Raghav1-0/+2
2023-07-06scsi: nvme: zns: Set zone limits before revalidating zonesDamien Le Moal1-5/+4
2023-07-06Merge tag 'net-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-1/+1
2023-07-04Merge tag 'block-6.5-2023-07-03' of git://git.kernel.dk/linuxLinus Torvalds7-58/+40
2023-07-02nvme-tcp: Fix comma-related oopsDavid Howells1-1/+1
2023-06-30Merge tag 'nvme-6.5-2023-06-30' of git://git.infradead.org/nvme into block-6.5Jens Axboe6-4/+20
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds4-149/+319
2023-06-30nvme: disable controller on reset state failureKeith Busch1-1/+2
2023-06-30nvme: sync timeout work on failed resetKeith Busch1-0/+1
2023-06-30nvme: ensure unquiesce on teardownKeith Busch1-0/+1
2023-06-29Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-39/+56
2023-06-29nvme: improved uring pollingKeith Busch3-54/+20
2023-06-28Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+4
2023-06-27nvme-mpath: fix I/O failure with EAGAIN when failing over I/OSagi Grimberg1-0/+8
2023-06-27nvme: host: fix command name spellingDamien Le Moal1-1/+1
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds16-953/+944
2023-06-26Merge tag 'for-6.5/io_uring-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-2/+2
2023-06-25nvmet-tcp: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpageDavid Howells1-17/+29
2023-06-25nvme-tcp: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpageDavid Howells1-22/+27
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