| Commit message (Expand) | Author | Age | Files | Lines |
* | nvmet: model_number must be immutable once set | Max Gurtovoy | 2021-03-05 | 4 | -45/+50 |
* | nvme-fabrics: fix kato initialization | Martin George | 2021-03-05 | 1 | -1/+4 |
* | nvme-hwmon: Return error code when registration fails | Daniel Wagner | 2021-03-05 | 1 | -0/+1 |
* | nvme-pci: add quirks for Lexar 256GB SSD | Pascal Terjan | 2021-03-05 | 1 | -0/+3 |
* | nvme-pci: mark Kingston SKC2000 as not supporting the deepest power state | Zoltán Böszörményi | 2021-03-05 | 1 | -0/+2 |
* | nvme-pci: mark Seagate Nytro XM1440 as QUIRK_NO_NS_DESC_LIST. | Julian Einwag | 2021-03-05 | 1 | -1/+2 |
* | Merge tag 'block-5.12-2021-02-27' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-02-28 | 2 | -6/+6 |
|\ |
|
| * | block: Add bio_max_segs | Matthew Wilcox (Oracle) | 2021-02-26 | 2 | -6/+6 |
* | | Merge branch 'stable/for-linus-5.12' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2021-02-26 | 1 | -0/+1 |
|\ \
| |/
|/| |
|
| * | nvme-pci: set min_align_mask | Jianxiong Gao | 2021-02-26 | 1 | -0/+1 |
* | | Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-02-21 | 21 | -235/+401 |
|\ \ |
|
| * | | nvme-tcp: fix crash triggered with a dataless request submission | Sagi Grimberg | 2021-02-11 | 1 | -1/+1 |
| * | | nvme: add 48-bit DMA address quirk for Amazon NVMe controllers | Filippo Sironi | 2021-02-10 | 2 | -1/+26 |
| * | | nvme-hwmon: rework to avoid devm allocation | Hannes Reinecke | 2021-02-10 | 3 | -10/+30 |
| * | | nvmet: remove else at the end of the function | Chaitanya Kulkarni | 2021-02-10 | 1 | -2/+2 |
| * | | nvmet: add nvmet_req_subsys() helper | Chaitanya Kulkarni | 2021-02-10 | 4 | -9/+14 |
| * | | nvmet: use min of device_path and disk len | Chaitanya Kulkarni | 2021-02-10 | 1 | -3/+6 |
| * | | nvmet: use invalid cmd opcode helper | Chaitanya Kulkarni | 2021-02-10 | 1 | -1/+1 |
| * | | nvmet: use invalid cmd opcode helper | Chaitanya Kulkarni | 2021-02-10 | 1 | -4/+1 |
| * | | nvmet: add helper to report invalid opcode | Chaitanya Kulkarni | 2021-02-10 | 3 | -4/+11 |
| * | | nvmet: remove extra variable in id-ns handler | Chaitanya Kulkarni | 2021-02-10 | 1 | -2/+1 |
| * | | nvmet: make nvmet_find_namespace() req based | Chaitanya Kulkarni | 2021-02-10 | 3 | -40/+32 |
| * | | nvmet: return uniform error for invalid ns | Chaitanya Kulkarni | 2021-02-10 | 1 | -2/+2 |
| * | | nvmet: set status to 0 in case for invalid nsid | Chaitanya Kulkarni | 2021-02-10 | 1 | -1/+1 |
| * | | nvmet-fc: add a missing __rcu annotation to nvmet_fc_tgt_assoc.queues | Christoph Hellwig | 2021-02-10 | 1 | -1/+1 |
| * | | nvme-multipath: set nr_zones for zoned namespaces | Keith Busch | 2021-02-10 | 1 | -0/+4 |
| * | | nvmet-tcp: fix potential race of tcp socket closing accept_work | Sagi Grimberg | 2021-02-10 | 1 | -10/+18 |
| * | | nvmet-tcp: fix receive data digest calculation for multiple h2cdata PDUs | Sagi Grimberg | 2021-02-10 | 1 | -7/+24 |
| * | | nvme-rdma: handle nvme_rdma_post_send failures better | Chao Leng | 2021-02-10 | 1 | -1/+3 |
| * | | nvme-fabrics: avoid double completions in nvmf_fail_nonready_command | Chao Leng | 2021-02-10 | 1 | -5/+1 |
| * | | nvme: introduce a nvme_host_path_error helper | Chao Leng | 2021-02-10 | 2 | -0/+16 |
| * | | nvme: convert sysfs sprintf/snprintf family to sysfs_emit | Jiapeng Chong | 2021-02-10 | 1 | -5/+5 |
| * | | nvme-tcp: use cancel tagset helper for tear down | Chao Leng | 2021-02-02 | 1 | -10/+2 |
| * | | nvme-rdma: use cancel tagset helper for tear down | Chao Leng | 2021-02-02 | 1 | -10/+2 |
| * | | nvme-tcp: add clean action for failed reconnection | Chao Leng | 2021-02-02 | 1 | -2/+16 |
| * | | nvme-rdma: add clean action for failed reconnection | Chao Leng | 2021-02-02 | 1 | -2/+16 |
| * | | nvme-core: add cancel tagset helpers | Chao Leng | 2021-02-02 | 2 | -0/+22 |
| * | | nvme-core: get rid of the extra space | Chaitanya Kulkarni | 2021-02-02 | 1 | -1/+1 |
| * | | nvme: add tracing of zns commands | Johannes Thumshirn | 2021-02-02 | 1 | -0/+34 |
| * | | nvme: parse format nvm command details when tracing | Michal Krakowiak | 2021-02-02 | 1 | -0/+19 |
| * | | nvmet: add lba to sect conversion helpers | Chaitanya Kulkarni | 2021-02-02 | 2 | -5/+13 |
| * | | nvmet: remove extra variable in identify ns | Chaitanya Kulkarni | 2021-02-02 | 1 | -16/+15 |
| * | | nvmet: remove extra variable in id-desclist | Chaitanya Kulkarni | 2021-02-02 | 1 | -11/+9 |
| * | | nvmet: remove extra variable in smart log nsid | Chaitanya Kulkarni | 2021-02-02 | 1 | -11/+9 |
| * | | nvme: refactor ns->ctrl by request | Minwoo Im | 2021-02-02 | 1 | -3/+3 |
| * | | nvme-tcp: pass multipage bvec to request iov_iter | Sagi Grimberg | 2021-02-02 | 1 | -4/+9 |
| * | | nvme-tcp: get rid of unused helper function | Sagi Grimberg | 2021-02-02 | 1 | -5/+0 |
| * | | nvme-tcp: fix wrong setting of request iov_iter | Sagi Grimberg | 2021-02-02 | 1 | -5/+2 |
| * | | nvme: support command retry delay for admin command | Minwoo Im | 2021-02-02 | 1 | -3/+2 |
| * | | nvme: constify static attribute_group structs | Rikard Falkeborn | 2021-02-02 | 3 | -4/+4 |