summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen1-1/+2
2021-04-06block: stop calling blk_queue_bounce for passthrough requestsChristoph Hellwig1-1/+1
2021-04-06nvme: fix handling of large MDTS valuesBart Van Assche1-2/+4
2021-04-06nvme: implement non-mdts command limitsKeith Busch2-34/+75
2021-04-06nvme: disallow passthru cmd from targeting a nsid != nsid of the block devNiklas Cassel1-0/+12
2021-04-06nvme: retrigger ANA log update if group descriptor isn't foundHannes Reinecke1-0/+4
2021-04-02nvme: export fast_io_fail_tmo to sysfsDaniel Wagner1-0/+31
2021-04-02nvme: remove superfluous else in nvme_ctrl_loss_tmo_storeDaniel Wagner1-1/+1
2021-04-02nvme: use sysfs_emit instead of sprintfDaniel Wagner2-24/+24
2021-04-02nvme-fc: check sgl supported by targetMax Gurtovoy1-0/+5
2021-04-02nvme-tcp: check sgl supported by targetMax Gurtovoy1-0/+5
2021-04-02nvmet-tcp: enable optional queue idle period trackingWunderlich, Mark1-2/+34
2021-04-02nvmet-tcp: fix incorrect locking in state_change sk callbackSagi Grimberg1-2/+2
2021-04-02nvme-tcp: block BH in sk state_change sk callbackSagi Grimberg1-2/+2
2021-04-02nvmet: return proper error code from discovery ctrlHou Pu1-2/+4
2021-04-02nvme: warn of unhandled effects only onceKeith Busch1-3/+3
2021-04-02nvme: use driver pdu command for passthroughKeith Busch7-23/+25
2021-04-02nvme-pci: allocate nvme_command within driver pduKeith Busch1-5/+6
2021-04-02nvmet: do not allow model_number exceed 40 bytesNoam Gottlieb2-0/+7
2021-04-02nvmet: remove unnecessary ctrl parameterChaitanya Kulkarni3-17/+20
2021-04-02nvmet-fc: update function documentationChaitanya Kulkarni1-0/+1
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