summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
...
| * nvme-pci: allocate nvme_command within driver pduKeith Busch2021-04-021-5/+6
| * nvmet: do not allow model_number exceed 40 bytesNoam Gottlieb2021-04-022-0/+7
| * nvmet: remove unnecessary ctrl parameterChaitanya Kulkarni2021-04-023-17/+20
| * nvmet-fc: update function documentationChaitanya Kulkarni2021-04-021-0/+1
| * nvme-fc: fix the function documentation commentChaitanya Kulkarni2021-04-021-1/+1
| * nvme: add new line after variable declatationChaitanya Kulkarni2021-04-021-0/+3
| * nvme: don't check nvme_req flags for new reqChaitanya Kulkarni2021-04-021-6/+5
| * nvme: mark nvme_setup_passsthru() inlineChaitanya Kulkarni2021-04-021-1/+1
| * nvme: split init identify into helperChaitanya Kulkarni2021-04-021-23/+32
| * nvme: rename nvme_init_identify()Chaitanya Kulkarni2021-04-027-10/+10
| * nvme: reduce checks for zero command effectsKanchan Joshi2021-04-021-1/+2
| * nvme: use NVME_CTRL_CMIC_ANA macroKanchan Joshi2021-04-021-1/+1
| * nvmet: replace white spaces with tabsChaitanya Kulkarni2021-04-021-1/+1
| * nvmet: remove an unnecessary function parameter to nvmet_check_ctrl_statusChaitanya Kulkarni2021-04-023-7/+6
| * nvmet: update error log page in nvmet_alloc_ctrl()Chaitanya Kulkarni2021-04-022-5/+3
| * nvmet: remove a duplicate status assignment in nvmet_alloc_ctrlChaitanya Kulkarni2021-04-021-1/+0
| * nvme-pci: cleanup nvme_irq()Chaitanya Kulkarni2021-04-021-4/+2
| * nvme-pci: remove the barriers in nvme_irq()Chaitanya Kulkarni2021-04-021-6/+0
* | Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-04-281-1/+1
|\ \
| * | block: stop calling blk_queue_bounce for passthrough requestsChristoph Hellwig2021-04-061-1/+1
* | | treewide: Change list_sort to use const pointersSami Tolvanen2021-04-081-1/+2
|/ /
* | nvmet-tcp: fix kmap leak when data digest in useElad Grupi2021-03-181-1/+1
* | nvmet: don't check iosqes,iocqes for discovery controllersSagi Grimberg2021-03-181-3/+14
* | nvme-rdma: fix possible hang when failing to set io queuesSagi Grimberg2021-03-181-2/+5
* | nvme-tcp: fix possible hang when failing to set io queuesSagi Grimberg2021-03-181-2/+5
* | nvme-tcp: fix misuse of __smp_processor_id with preemption enabledSagi Grimberg2021-03-181-1/+1
* | nvme-tcp: fix a NULL deref when receiving a 0-length r2t PDUSagi Grimberg2021-03-181-0/+7
* | nvme: fix Write Zeroes limitationsChristoph Hellwig2021-03-181-24/+12
* | nvme: allocate the keep alive request using BLK_MQ_REQ_NOWAITChristoph Hellwig2021-03-181-2/+2
* | nvme: merge nvme_keep_alive into nvme_keep_alive_workChristoph Hellwig2021-03-181-18/+8
* | nvme-fabrics: only reserve a single tagChristoph Hellwig2021-03-185-8/+15
|/
* nvme: fix the nsid value to print in nvme_validate_or_alloc_nsChristoph Hellwig2021-03-121-1/+1
* Merge tag 'nvme-5.12-2021-03-12' of git://git.infradead.org/nvme into block-5.12Jens Axboe2021-03-125-11/+24
|\
| * nvme-pci: add the DISABLE_WRITE_ZEROES quirk for a Samsung PM1725aDmitry Monakhov2021-03-111-0/+1
| * nvme-rdma: Fix a use after free in nvmet_rdma_write_data_doneLv Yunlong2021-03-111-3/+2
| * nvme-core: check ctrl css before setting up znsChaitanya Kulkarni2021-03-111-0/+6
| * nvme-fc: fix racing controller reset and create associationJames Smart2021-03-111-1/+1
| * nvme-fc: return NVME_SC_HOST_ABORTED_CMD when a command has been abortedHannes Reinecke2021-03-111-1/+1
| * nvme-fc: set NVME_REQ_CANCELLED in nvme_fc_terminate_exchange()Hannes Reinecke2021-03-111-0/+1
| * nvme: add NVME_REQ_CANCELLED flag in nvme_cancel_request()Hannes Reinecke2021-03-111-0/+1
| * nvme: simplify error logic in nvme_validate_ns()Hannes Reinecke2021-03-111-4/+4
| * nvme: set max_zone_append_sectors nvme_revalidate_zonesChaitanya Kulkarni2021-03-111-2/+7
* | block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig2021-03-111-3/+3
|/
* nvmet: model_number must be immutable once setMax Gurtovoy2021-03-054-45/+50
* nvme-fabrics: fix kato initializationMartin George2021-03-051-1/+4
* nvme-hwmon: Return error code when registration failsDaniel Wagner2021-03-051-0/+1
* nvme-pci: add quirks for Lexar 256GB SSDPascal Terjan2021-03-051-0/+3
* nvme-pci: mark Kingston SKC2000 as not supporting the deepest power stateZoltán Böszörményi2021-03-051-0/+2
* nvme-pci: mark Seagate Nytro XM1440 as QUIRK_NO_NS_DESC_LIST.Julian Einwag2021-03-051-1/+2
* Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-282-6/+6
|\