summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * block: Add bio_max_segsMatthew Wilcox (Oracle)2021-02-262-6/+6
* | 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
* | Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-2121-235/+401
|\ \
| * | nvme-tcp: fix crash triggered with a dataless request submissionSagi Grimberg2021-02-111-1/+1
| * | nvme: add 48-bit DMA address quirk for Amazon NVMe controllersFilippo Sironi2021-02-102-1/+26
| * | nvme-hwmon: rework to avoid devm allocationHannes Reinecke2021-02-103-10/+30
| * | nvmet: remove else at the end of the functionChaitanya Kulkarni2021-02-101-2/+2
| * | nvmet: add nvmet_req_subsys() helperChaitanya Kulkarni2021-02-104-9/+14
| * | nvmet: use min of device_path and disk lenChaitanya Kulkarni2021-02-101-3/+6
| * | nvmet: use invalid cmd opcode helperChaitanya Kulkarni2021-02-101-1/+1
| * | nvmet: use invalid cmd opcode helperChaitanya Kulkarni2021-02-101-4/+1
| * | nvmet: add helper to report invalid opcodeChaitanya Kulkarni2021-02-103-4/+11
| * | nvmet: remove extra variable in id-ns handlerChaitanya Kulkarni2021-02-101-2/+1
| * | nvmet: make nvmet_find_namespace() req basedChaitanya Kulkarni2021-02-103-40/+32
| * | nvmet: return uniform error for invalid nsChaitanya Kulkarni2021-02-101-2/+2
| * | nvmet: set status to 0 in case for invalid nsidChaitanya Kulkarni2021-02-101-1/+1
| * | nvmet-fc: add a missing __rcu annotation to nvmet_fc_tgt_assoc.queuesChristoph Hellwig2021-02-101-1/+1
| * | nvme-multipath: set nr_zones for zoned namespacesKeith Busch2021-02-101-0/+4
| * | nvmet-tcp: fix potential race of tcp socket closing accept_workSagi Grimberg2021-02-101-10/+18
| * | nvmet-tcp: fix receive data digest calculation for multiple h2cdata PDUsSagi Grimberg2021-02-101-7/+24