summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
AgeCommit message (Expand)AuthorLines
2021-03-05nvmet: model_number must be immutable once setMax Gurtovoy-45/+50
2021-03-05nvme-fabrics: fix kato initializationMartin George-1/+4
2021-03-05nvme-hwmon: Return error code when registration failsDaniel Wagner-0/+1
2021-03-05nvme-pci: add quirks for Lexar 256GB SSDPascal Terjan-0/+3
2021-03-05nvme-pci: mark Kingston SKC2000 as not supporting the deepest power stateZoltán Böszörményi-0/+2
2021-03-05nvme-pci: mark Seagate Nytro XM1440 as QUIRK_NO_NS_DESC_LIST.Julian Einwag-1/+2
2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds-6/+6
2021-02-26block: Add bio_max_segsMatthew Wilcox (Oracle)-6/+6
2021-02-26Merge branch 'stable/for-linus-5.12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-0/+1
2021-02-26nvme-pci: set min_align_maskJianxiong Gao-0/+1
2021-02-21Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds-235/+401
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds-35/+30
2021-02-11nvme-tcp: fix crash triggered with a dataless request submissionSagi Grimberg-1/+1
2021-02-10nvme: add 48-bit DMA address quirk for Amazon NVMe controllersFilippo Sironi-1/+26
2021-02-10nvme-hwmon: rework to avoid devm allocationHannes Reinecke-10/+30
2021-02-10nvmet: remove else at the end of the functionChaitanya Kulkarni-2/+2
2021-02-10nvmet: add nvmet_req_subsys() helperChaitanya Kulkarni-9/+14
2021-02-10nvmet: use min of device_path and disk lenChaitanya Kulkarni-3/+6
2021-02-10nvmet: use invalid cmd opcode helperChaitanya Kulkarni-1/+1
2021-02-10nvmet: use invalid cmd opcode helperChaitanya Kulkarni-4/+1
2021-02-10nvmet: add helper to report invalid opcodeChaitanya Kulkarni-4/+11
2021-02-10nvmet: remove extra variable in id-ns handlerChaitanya Kulkarni-2/+1
2021-02-10nvmet: make nvmet_find_namespace() req basedChaitanya Kulkarni-40/+32
2021-02-10nvmet: return uniform error for invalid nsChaitanya Kulkarni-2/+2
2021-02-10nvmet: set status to 0 in case for invalid nsidChaitanya Kulkarni-1/+1
2021-02-10nvmet-fc: add a missing __rcu annotation to nvmet_fc_tgt_assoc.queuesChristoph Hellwig-1/+1
2021-02-10nvme-multipath: set nr_zones for zoned namespacesKeith Busch-0/+4
2021-02-10nvmet-tcp: fix potential race of tcp socket closing accept_workSagi Grimberg-10/+18
2021-02-10nvmet-tcp: fix receive data digest calculation for multiple h2cdata PDUsSagi Grimberg-7/+24
2021-02-10nvme-rdma: handle nvme_rdma_post_send failures betterChao Leng-1/+3
2021-02-10nvme-fabrics: avoid double completions in nvmf_fail_nonready_commandChao Leng-5/+1
2021-02-10nvme: introduce a nvme_host_path_error helperChao Leng-0/+16
2021-02-10nvme: convert sysfs sprintf/snprintf family to sysfs_emitJiapeng Chong-5/+5
2021-02-10nvme: cleanup zone information initializationDamien Le Moal-13/+9
2021-02-03nvmet-tcp: fix out-of-bounds access when receiving multiple h2cdata PDUsSagi Grimberg-1/+2
2021-02-02nvme-pci: ignore the subsysem NQN on Phison E16Claus Stovgaard-0/+2
2021-02-02nvme-pci: avoid the deepest sleep state on Kingston A2000 SSDsThorsten Leemhuis-0/+2
2021-02-02nvme-tcp: use cancel tagset helper for tear downChao Leng-10/+2
2021-02-02nvme-rdma: use cancel tagset helper for tear downChao Leng-10/+2
2021-02-02nvme-tcp: add clean action for failed reconnectionChao Leng-2/+16
2021-02-02nvme-rdma: add clean action for failed reconnectionChao Leng-2/+16
2021-02-02nvme-core: add cancel tagset helpersChao Leng-0/+22
2021-02-02nvme-core: get rid of the extra spaceChaitanya Kulkarni-1/+1
2021-02-02nvme: add tracing of zns commandsJohannes Thumshirn-0/+34
2021-02-02nvme: parse format nvm command details when tracingMichal Krakowiak-0/+19
2021-02-02nvmet: add lba to sect conversion helpersChaitanya Kulkarni-5/+13
2021-02-02nvmet: remove extra variable in identify nsChaitanya Kulkarni-16/+15
2021-02-02nvmet: remove extra variable in id-desclistChaitanya Kulkarni-11/+9
2021-02-02nvmet: remove extra variable in smart log nsidChaitanya Kulkarni-11/+9
2021-02-02nvme: refactor ns->ctrl by requestMinwoo Im-3/+3