aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host
Commit message (Expand)AuthorAgeFilesLines
* nvme-tcp: don't initialize ret variableChaitanya Kulkarni2022-03-141-1/+1
* nvme-multipath: call bio_io_error in nvme_ns_head_submit_bioGuoqing Jiang2022-03-141-2/+1
* nvme-multipath: use vmalloc for ANA log bufferHannes Reinecke2022-03-141-2/+3
* nvme: check that EUI/GUID/UUID are globally uniqueChristoph Hellwig2022-02-281-2/+36
* nvme: check for duplicate identifiers earlierChristoph Hellwig2022-02-281-7/+6
* nvme: fix the check for duplicate unique identifiersChristoph Hellwig2022-02-281-8/+10
* nvme: cleanup __nvme_check_idsChristoph Hellwig2022-02-281-5/+4
* nvme: remove nssa from struct nvme_ctrlKeith Busch2022-02-282-5/+5
* nvme: explicitly set non-error for directivesKeith Busch2022-02-281-0/+2
* nvme: expose cntrltype and dctype through sysfsMartin Belanger2022-02-282-0/+42
* nvme: send uevent on connection upMartin Belanger2022-02-281-0/+9
* nvme: add vectored-io support for user-passthroughKanchan Joshi2022-02-281-9/+26
* nvme: add verbose error loggingAlan Adamson2022-02-285-1/+246
* nvme: add a helper to initialize connect_qChaitanya Kulkarni2022-02-284-12/+14
* nvme-rdma: add helpers for mapping/unmapping requestMax Gurtovoy2022-02-281-46/+65
* nvme-fc: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg2022-02-281-8/+8
* nvme: replace ida_simple[get|remove] with the simler ida_[alloc|free]Sagi Grimberg2022-02-281-9/+9
* nvme-fabrics: remove unnecessary braces for caseChaitanya Kulkarni2022-02-281-1/+1
* nvme-fabrics: use consistent zeroout patternChaitanya Kulkarni2022-02-281-2/+1
* nvme-fabrics: use unsigned int typeChaitanya Kulkarni2022-02-281-1/+1
* nvme-fabrics: use unsigned int typeChaitanya Kulkarni2022-02-281-1/+1
* nvme-core: remove unnecessary function parameterChaitanya Kulkarni2022-02-281-5/+3
* nvme-core: remove unnecessary semicolonChaitanya Kulkarni2022-02-281-1/+1
* nvme-fabrics: remove the unneeded ret variable in nvmf_dev_showChangcheng Deng2022-01-271-2/+1
* nvme-pci: add the IGNORE_DEV_SUBNQN quirk for Intel P4500/P4600 SSDsWu Zheng2022-01-271-1/+2
* Merge tag 'for-5.17/drivers-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds2022-01-124-12/+66
|\
| * nvme: add 'iopolicy' module parameterHannes Reinecke2021-12-233-8/+41
| * nvme: drop unused variable ctrl in nvme_setup_cmdGeliang Tang2021-12-231-1/+0
| * nvme: increment request genctr on completionKeith Busch2021-12-232-2/+4
| * nvme-fabrics: print out valid arguments when reading from /dev/nvme-fabricsHannes Reinecke2021-12-231-1/+21
* | Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds2022-01-124-47/+112
|\ \
| * | nvme-pci: fix queue_rqs list splittingKeith Busch2022-01-051-14/+14
| * | nvme: add support for mq_ops->queue_rqs()Jens Axboe2021-12-161-0/+59
| * | nvme: separate command prep and issueJens Axboe2021-12-161-27/+36
| * | nvme: split command copy into a helperJens Axboe2021-12-161-14/+12
| |/
| * block: remove the gendisk argument to blk_execute_rqChristoph Hellwig2021-11-292-6/+5
| * block: remove the ->rq_disk field in struct requestChristoph Hellwig2021-11-292-4/+4
* | nvme: fix use after free when disconnecting a reconnecting ctrlRuozhu Li2021-12-072-1/+2
* | nvme-multipath: set ana_log_size to 0 after free ana_log_bufHou Tao2021-12-071-1/+2
* | nvme: report write pointer for a full zone as zone start + zone lenNiklas Cassel2021-12-061-1/+4
* | nvme: disable namespace access for unsupported metadataKeith Busch2021-12-061-3/+14
* | nvme: show subsys nqn for duplicate cntlidsKeith Busch2021-12-061-2/+3
|/
* nvme: fix write zeroes piKlaus Jensen2021-11-231-3/+12
* nvme-fabrics: ignore invalid fast_io_fail_tmo valuesMaurizio Lombardi2021-11-231-0/+3
* nvme-pci: add NO APST quirk for Kioxia deviceEnzo Matsumiya2021-11-231-0/+14
* nvme-tcp: fix memory leak when freeing a queueMaurizio Lombardi2021-11-231-0/+6
* nvme-tcp: validate R2T PDU in nvme_tcp_handle_r2t()Varun Prakash2021-11-231-31/+24
* Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-091-0/+4
|\
| * nvme: wait until quiesce is doneMing Lei2021-11-091-0/+4
* | Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds2021-11-0110-19/+128
|\ \