aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-02nvme-fc: fix the function documentation commentChaitanya Kulkarni1-1/+1
2021-04-02nvme: add new line after variable declatationChaitanya Kulkarni1-0/+3
2021-04-02nvme: don't check nvme_req flags for new reqChaitanya Kulkarni1-6/+5
2021-04-02nvme: mark nvme_setup_passsthru() inlineChaitanya Kulkarni1-1/+1
2021-04-02nvme: split init identify into helperChaitanya Kulkarni1-23/+32
2021-04-02nvme: rename nvme_init_identify()Chaitanya Kulkarni7-10/+10
2021-04-02nvme: reduce checks for zero command effectsKanchan Joshi1-1/+2
2021-04-02nvme: use NVME_CTRL_CMIC_ANA macroKanchan Joshi1-1/+1
2021-04-02nvmet: replace white spaces with tabsChaitanya Kulkarni1-1/+1
2021-04-02nvmet: remove an unnecessary function parameter to nvmet_check_ctrl_statusChaitanya Kulkarni3-7/+6
2021-04-02nvmet: update error log page in nvmet_alloc_ctrl()Chaitanya Kulkarni2-5/+3
2021-04-02nvmet: remove a duplicate status assignment in nvmet_alloc_ctrlChaitanya Kulkarni1-1/+0
2021-04-02nvme-pci: cleanup nvme_irq()Chaitanya Kulkarni1-4/+2
2021-04-02nvme-pci: remove the barriers in nvme_irq()Chaitanya Kulkarni1-6/+0
2021-03-18nvmet-tcp: fix kmap leak when data digest in useElad Grupi1-1/+1
2021-03-18nvmet: don't check iosqes,iocqes for discovery controllersSagi Grimberg1-3/+14
2021-03-18nvme-rdma: fix possible hang when failing to set io queuesSagi Grimberg1-2/+5
2021-03-18nvme-tcp: fix possible hang when failing to set io queuesSagi Grimberg1-2/+5
2021-03-18nvme-tcp: fix misuse of __smp_processor_id with preemption enabledSagi Grimberg1-1/+1
2021-03-18nvme-tcp: fix a NULL deref when receiving a 0-length r2t PDUSagi Grimberg1-0/+7
2021-03-18nvme: fix Write Zeroes limitationsChristoph Hellwig1-24/+12
2021-03-18nvme: allocate the keep alive request using BLK_MQ_REQ_NOWAITChristoph Hellwig1-2/+2
2021-03-18nvme: merge nvme_keep_alive into nvme_keep_alive_workChristoph Hellwig1-18/+8
2021-03-18nvme-fabrics: only reserve a single tagChristoph Hellwig5-8/+15
2021-03-12nvme: fix the nsid value to print in nvme_validate_or_alloc_nsChristoph Hellwig1-1/+1
2021-03-12Merge tag 'nvme-5.12-2021-03-12' of git://git.infradead.org/nvme into block-5.12Jens Axboe5-11/+24
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig1-3/+3
2021-03-11nvme-pci: add the DISABLE_WRITE_ZEROES quirk for a Samsung PM1725aDmitry Monakhov1-0/+1
2021-03-11nvme-rdma: Fix a use after free in nvmet_rdma_write_data_doneLv Yunlong1-3/+2
2021-03-11nvme-core: check ctrl css before setting up znsChaitanya Kulkarni1-0/+6
2021-03-11nvme-fc: fix racing controller reset and create associationJames Smart1-1/+1
2021-03-11nvme-fc: return NVME_SC_HOST_ABORTED_CMD when a command has been abortedHannes Reinecke1-1/+1
2021-03-11nvme-fc: set NVME_REQ_CANCELLED in nvme_fc_terminate_exchange()Hannes Reinecke1-0/+1
2021-03-11nvme: add NVME_REQ_CANCELLED flag in nvme_cancel_request()Hannes Reinecke1-0/+1
2021-03-11nvme: simplify error logic in nvme_validate_ns()Hannes Reinecke1-4/+4
2021-03-11nvme: set max_zone_append_sectors nvme_revalidate_zonesChaitanya Kulkarni1-2/+7
2021-03-05nvmet: model_number must be immutable once setMax Gurtovoy4-45/+50
2021-03-05nvme-fabrics: fix kato initializationMartin George1-1/+4
2021-03-05nvme-hwmon: Return error code when registration failsDaniel Wagner1-0/+1
2021-03-05nvme-pci: add quirks for Lexar 256GB SSDPascal Terjan1-0/+3
2021-03-05nvme-pci: mark Kingston SKC2000 as not supporting the deepest power stateZoltán Böszörményi1-0/+2
2021-03-05nvme-pci: mark Seagate Nytro XM1440 as QUIRK_NO_NS_DESC_LIST.Julian Einwag1-1/+2
2021-02-28Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds2-6/+6
2021-02-26block: Add bio_max_segsMatthew Wilcox (Oracle)2-6/+6
2021-02-26Merge branch 'stable/for-linus-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/swiotlbLinus Torvalds1-0/+1
2021-02-26nvme-pci: set min_align_maskJianxiong Gao1-0/+1
2021-02-21Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds21-235/+401
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds8-35/+30
2021-02-11nvme-tcp: fix crash triggered with a dataless request submissionSagi Grimberg1-1/+1
2021-02-10nvme: add 48-bit DMA address quirk for Amazon NVMe controllersFilippo Sironi2-1/+26