aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)Author
2021-03-18nvmet-tcp: fix kmap leak when data digest in useElad Grupi
2021-03-18nvmet: don't check iosqes,iocqes for discovery controllersSagi Grimberg
2021-03-18nvme-rdma: fix possible hang when failing to set io queuesSagi Grimberg
2021-03-18nvme-tcp: fix possible hang when failing to set io queuesSagi Grimberg
2021-03-18nvme-tcp: fix misuse of __smp_processor_id with preemption enabledSagi Grimberg
2021-03-18nvme-tcp: fix a NULL deref when receiving a 0-length r2t PDUSagi Grimberg
2021-03-18nvme: fix Write Zeroes limitationsChristoph Hellwig
2021-03-18nvme: allocate the keep alive request using BLK_MQ_REQ_NOWAITChristoph Hellwig
2021-03-18nvme: merge nvme_keep_alive into nvme_keep_alive_workChristoph Hellwig
2021-03-18nvme-fabrics: only reserve a single tagChristoph Hellwig
2021-03-12nvme: fix the nsid value to print in nvme_validate_or_alloc_nsChristoph Hellwig
2021-03-12Merge tag 'nvme-5.12-2021-03-12' of git://git.infradead.org/nvme into block-5.12Jens Axboe
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig
2021-03-11nvme-pci: add the DISABLE_WRITE_ZEROES quirk for a Samsung PM1725aDmitry Monakhov
2021-03-11nvme-rdma: Fix a use after free in nvmet_rdma_write_data_doneLv Yunlong
2021-03-11nvme-core: check ctrl css before setting up znsChaitanya Kulkarni
2021-03-11nvme-fc: fix racing controller reset and create associationJames Smart
2021-03-11nvme-fc: return NVME_SC_HOST_ABORTED_CMD when a command has been abortedHannes Reinecke
2021-03-11nvme-fc: set NVME_REQ_CANCELLED in nvme_fc_terminate_exchange()Hannes Reinecke
2021-03-11nvme: add NVME_REQ_CANCELLED flag in nvme_cancel_request()Hannes Reinecke
2021-03-11nvme: simplify error logic in nvme_validate_ns()Hannes Reinecke
2021-03-11nvme: set max_zone_append_sectors nvme_revalidate_zonesChaitanya Kulkarni
2021-03-05nvmet: model_number must be immutable once setMax Gurtovoy
2021-03-05nvme-fabrics: fix kato initializationMartin George
2021-03-05nvme-hwmon: Return error code when registration failsDaniel Wagner
2021-03-05nvme-pci: add quirks for Lexar 256GB SSDPascal Terjan
2021-03-05nvme-pci: mark Kingston SKC2000 as not supporting the deepest power stateZoltán Böszörményi
2021-03-05nvme-pci: mark Seagate Nytro XM1440 as QUIRK_NO_NS_DESC_LIST.Julian Einwag
2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-26block: Add bio_max_segsMatthew Wilcox (Oracle)
2021-02-26Merge branch 'stable/for-linus-5.12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-02-26nvme-pci: set min_align_maskJianxiong Gao
2021-02-21Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-11nvme-tcp: fix crash triggered with a dataless request submissionSagi Grimberg
2021-02-10nvme: add 48-bit DMA address quirk for Amazon NVMe controllersFilippo Sironi
2021-02-10nvme-hwmon: rework to avoid devm allocationHannes Reinecke
2021-02-10nvmet: remove else at the end of the functionChaitanya Kulkarni
2021-02-10nvmet: add nvmet_req_subsys() helperChaitanya Kulkarni
2021-02-10nvmet: use min of device_path and disk lenChaitanya Kulkarni
2021-02-10nvmet: use invalid cmd opcode helperChaitanya Kulkarni
2021-02-10nvmet: use invalid cmd opcode helperChaitanya Kulkarni
2021-02-10nvmet: add helper to report invalid opcodeChaitanya Kulkarni
2021-02-10nvmet: remove extra variable in id-ns handlerChaitanya Kulkarni
2021-02-10nvmet: make nvmet_find_namespace() req basedChaitanya Kulkarni
2021-02-10nvmet: return uniform error for invalid nsChaitanya Kulkarni
2021-02-10nvmet: set status to 0 in case for invalid nsidChaitanya Kulkarni
2021-02-10nvmet-fc: add a missing __rcu annotation to nvmet_fc_tgt_assoc.queuesChristoph Hellwig
2021-02-10nvme-multipath: set nr_zones for zoned namespacesKeith Busch
2021-02-10nvmet-tcp: fix potential race of tcp socket closing accept_workSagi Grimberg