summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host
Commit message (Expand)AuthorAgeFilesLines
...
| * nvme: fix handling of large MDTS valuesBart Van Assche2021-04-061-2/+4
| * nvme: implement non-mdts command limitsKeith Busch2021-04-062-34/+75
| * nvme: disallow passthru cmd from targeting a nsid != nsid of the block devNiklas Cassel2021-04-061-0/+12
| * nvme: retrigger ANA log update if group descriptor isn't foundHannes Reinecke2021-04-061-0/+4
| * nvme: export fast_io_fail_tmo to sysfsDaniel Wagner2021-04-021-0/+31
| * nvme: remove superfluous else in nvme_ctrl_loss_tmo_storeDaniel Wagner2021-04-021-1/+1
| * nvme: use sysfs_emit instead of sprintfDaniel Wagner2021-04-022-24/+24
| * nvme-fc: check sgl supported by targetMax Gurtovoy2021-04-021-0/+5
| * nvme-tcp: check sgl supported by targetMax Gurtovoy2021-04-021-0/+5
| * nvme-tcp: block BH in sk state_change sk callbackSagi Grimberg2021-04-021-2/+2
| * nvme: warn of unhandled effects only onceKeith Busch2021-04-021-3/+3
| * nvme: use driver pdu command for passthroughKeith Busch2021-04-026-22/+22
| * nvme-pci: allocate nvme_command within driver pduKeith Busch2021-04-021-5/+6
| * 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-026-9/+9
| * nvme: reduce checks for zero command effectsKanchan Joshi2021-04-021-1/+2
| * nvme: use NVME_CTRL_CMIC_ANA macroKanchan Joshi2021-04-021-1/+1
| * 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
|/ /
* | 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-184-6/+13
|/
* nvme: fix the nsid value to print in nvme_validate_or_alloc_nsChristoph Hellwig2021-03-121-1/+1
* nvme-pci: add the DISABLE_WRITE_ZEROES quirk for a Samsung PM1725aDmitry Monakhov2021-03-111-0/+1
* 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
* 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 branch 'stable/for-linus-5.12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-02-261-0/+1
|\
| * nvme-pci: set min_align_maskJianxiong Gao2021-02-261-0/+1