summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)Author
2023-07-05Merge tag 'net-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-07-03Merge tag 'block-6.5-2023-07-03' of git://git.kernel.dk/linuxLinus Torvalds
2023-07-02nvme-tcp: Fix comma-related oopsDavid Howells
2023-06-30Merge tag 'nvme-6.5-2023-06-30' of git://git.infradead.org/nvme into block-6.5Jens Axboe
2023-06-30Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-06-30nvme: disable controller on reset state failureKeith Busch
2023-06-30nvme: sync timeout work on failed resetKeith Busch
2023-06-30nvme: ensure unquiesce on teardownKeith Busch
2023-06-28Merge tag 'net-next-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-06-28nvme: improved uring pollingKeith Busch
2023-06-27Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-06-27nvme-mpath: fix I/O failure with EAGAIN when failing over I/OSagi Grimberg
2023-06-27nvme: host: fix command name spellingDamien Le Moal
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-26Merge tag 'for-6.5/io_uring-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds
2023-06-24nvmet-tcp: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpageDavid Howells
2023-06-24nvme-tcp: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpageDavid Howells
2023-06-21nvmet: Reorder fields in 'struct nvmet_ns'Christophe JAILLET
2023-06-21nvme: Print capabilities changes just onceBreno Leitao
2023-06-16nvme: forward port sysfs delete fixKeith Busch
2023-06-12nvme: skip optional id ctrl csi if it failedKeith Busch
2023-06-12nvme-core: use nvme_ns_head_multipath instead of ns->head->diskIrvin Cote
2023-06-12nvmet-fcloop: Do not wait on completion when unregister failsDaniel Wagner
2023-06-12nvme-fabrics: open code __nvmf_host_find()Chaitanya Kulkarni
2023-06-12nvme-fabrics: error out to unlock the mutexChaitanya Kulkarni
2023-06-12nvme: Increase block size variable size to 32-bitDaniel Gomez
2023-06-12nvme-fcloop: no need to return from void functionChaitanya Kulkarni
2023-06-12nvmet-auth: remove unnecessary break after gotoChaitanya Kulkarni
2023-06-12nvmet-auth: remove some dead codeChristophe JAILLET
2023-06-12nvme-core: remove redundant check from nvme_init_ns_headIrvin Cote
2023-06-12nvme: move sysfs code to a dedicated sysfs.c fileMax Gurtovoy
2023-06-12nvme-fabrics: prevent overriding of existing hostMax Gurtovoy
2023-06-12nvme-fabrics: check hostid using uuid_equalMax Gurtovoy
2023-06-12nvme-fabrics: unify common code in admin and io queue connectMax Gurtovoy
2023-06-12nvmet: reorder fields in 'struct nvme_dhchap_queue_context'Christophe JAILLET
2023-06-12nvmet: reorder fields in 'struct nvmf_ctrl_options'Christophe JAILLET
2023-06-12nvme: reorder fields in 'struct nvme_ctrl'Christophe JAILLET
2023-06-12nvmet: reorder fields in 'struct nvmet_sq'Christophe JAILLET
2023-06-12nvme-fabrics: add queue setup helpersKeith Busch
2023-06-12nvme-pci: cleaning up nvme_pci_init_requestIrvin Cote
2023-06-12nvme-rdma: fix typo in commentMax Gurtovoy
2023-06-12nvme-core: fix dev_pm_qos memleakChaitanya Kulkarni
2023-06-12nvme-core: add missing fault-injection cleanupChaitanya Kulkarni
2023-06-12nvme-core: fix memory leak in dhchap_ctrl_secretChaitanya Kulkarni
2023-06-12nvme-core: fix memory leak in dhchap_secret_storeChaitanya Kulkarni
2023-06-12block: replace fmode_t with a block-specific type for block open flagsChristoph Hellwig
2023-06-12nvme: replace the fmode_t argument to the nvme ioctl handlers with a simple boolChristoph Hellwig
2023-06-12block: use the holder as indication for exclusive opensChristoph Hellwig
2023-06-12block: remove the unused mode argument to ->releaseChristoph Hellwig
2023-06-12block: pass a gendisk to ->openChristoph Hellwig