| Commit message (Expand) | Author | Age | Files | Lines |
* | nvme-rdma: split nvme_rdma_alloc_tagset | Christoph Hellwig | 2022-08-03 | 1 | -46/+46 |
* | nvme-rdma: remove timeout for getting RDMA-CM established event | Israel Rukshin | 2022-08-03 | 1 | -8/+5 |
* | nvme: implement In-Band authentication | Hannes Reinecke | 2022-08-03 | 1 | -0/+1 |
* | Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 2022-08-02 | 1 | -8/+7 |
|\ |
|
| * | blk-mq: Drop blk_mq_ops.timeout 'reserved' arg | John Garry | 2022-07-06 | 1 | -2/+1 |
| * | block: simplify disk shutdown | Christoph Hellwig | 2022-06-28 | 1 | -6/+6 |
* | | nvme: fix regression when disconnect a recovering ctrl | Ruozhu Li | 2022-06-29 | 1 | -3/+9 |
|/ |
|
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2022-05-27 | 1 | -2/+2 |
|\ |
|
| * | RDMA: Split kernel-only global device caps from uverbs device caps | Jason Gunthorpe | 2022-04-06 | 1 | -2/+2 |
* | | nvme-fabrics: add a request timeout helper | Chaitanya Kulkarni | 2022-05-16 | 1 | -4/+1 |
|/ |
|
* | Merge tag 'for-5.18/drivers-2022-03-18' of git://git.kernel.dk/linux-block | Linus Torvalds | 2022-03-22 | 1 | -50/+67 |
|\ |
|
| * | nvme: add a helper to initialize connect_q | Chaitanya Kulkarni | 2022-02-28 | 1 | -4/+2 |
| * | nvme-rdma: add helpers for mapping/unmapping request | Max Gurtovoy | 2022-02-28 | 1 | -46/+65 |
* | | nvme-rdma: fix possible use-after-free in transport error_recovery work | Sagi Grimberg | 2022-02-02 | 1 | -0/+1 |
|/ |
|
* | Merge tag 'for-5.16/drivers-2021-10-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-11-01 | 1 | -1/+10 |
|\ |
|
| * | nvme-rdma: fix error code in nvme_rdma_setup_ctrl | Max Gurtovoy | 2021-10-20 | 1 | -0/+2 |
| * | nvme: display correct subsystem NQN | Hannes Reinecke | 2021-10-20 | 1 | -1/+1 |
| * | nvme-rdma: limit the maximal queue size for RDMA controllers | Max Gurtovoy | 2021-10-20 | 1 | -0/+7 |
* | | nvme: apply nvme API to quiesce/unquiesce admin queue | Ming Lei | 2021-10-20 | 1 | -7/+7 |
|/ |
|
* | block: add a struct io_comp_batch argument to fops->iopoll() | Jens Axboe | 2021-10-18 | 1 | -1/+1 |
* | block: move integrity handling out of <linux/blkdev.h> | Christoph Hellwig | 2021-10-18 | 1 | -0/+1 |
* | nvme-rdma: destroy cm id before destroy qp to avoid use after free | Ruozhu Li | 2021-09-14 | 1 | -13/+3 |
* | nvme-rdma: don't update queue count when failing to set io queues | Ruozhu Li | 2021-08-16 | 1 | -2/+2 |
* | nvme: code command_id with a genctr for use-after-free validation | Sagi Grimberg | 2021-08-16 | 1 | -2/+2 |
* | nvme: use blk_execute_rq() for passthrough commands | Keith Busch | 2021-06-30 | 1 | -2/+1 |
* | Merge tag 'for-5.14/drivers-2021-06-29' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-06-30 | 1 | -1/+1 |
|\ |
|
| * | nvme: remove redundant initialization of variable ret | Colin Ian King | 2021-06-03 | 1 | -1/+1 |
* | | nvme-rdma: fix in-casule data send for chained sgls | Sagi Grimberg | 2021-05-31 | 1 | -2/+3 |
|/ |
|
* | nvme: move the fabrics queue ready check routines to core | Tao Chiu | 2021-05-04 | 1 | -2/+2 |
* | Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-block | Linus Torvalds | 2021-04-28 | 1 | -3/+4 |
|\ |
|
| * | nvme: use driver pdu command for passthrough | Keith Busch | 2021-04-02 | 1 | -2/+3 |
| * | nvme: rename nvme_init_identify() | Chaitanya Kulkarni | 2021-04-02 | 1 | -1/+1 |
* | | nvme-rdma: fix possible hang when failing to set io queues | Sagi Grimberg | 2021-03-18 | 1 | -2/+5 |
* | | nvme-fabrics: only reserve a single tag | Christoph Hellwig | 2021-03-18 | 1 | -2/+2 |
|/ |
|
* | nvme-rdma: handle nvme_rdma_post_send failures better | Chao Leng | 2021-02-10 | 1 | -1/+3 |
* | nvme-rdma: use cancel tagset helper for tear down | Chao Leng | 2021-02-02 | 1 | -10/+2 |
* | nvme-rdma: add clean action for failed reconnection | Chao Leng | 2021-02-02 | 1 | -2/+16 |
* | block: store a block_device pointer in struct bio | Christoph Hellwig | 2021-01-25 | 1 | -1/+1 |
* | nvme-rdma: avoid request double completion for concurrent nvme_rdma_timeout | Chao Leng | 2021-01-18 | 1 | -4/+11 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 2020-12-16 | 1 | -1/+1 |
|\ |
|
| * | Merge branch 'for-rc' into rdma.git | Jason Gunthorpe | 2020-11-17 | 1 | -13/+13 |
| |\ |
|
| * | | nvme-rdma: Use ibdev_to_node instead of dereferencing ->dma_device | Christoph Hellwig | 2020-11-12 | 1 | -1/+1 |
* | | | nvme: use consistent macro name for timeout | Chaitanya Kulkarni | 2020-12-01 | 1 | -1/+1 |
| |/
|/| |
|
* | | Merge tag 'nvme-5.10-2020-11-05' of git://git.infradead.org/nvme into block-5.10 | Jens Axboe | 2020-11-05 | 1 | -11/+3 |
|\ \ |
|
| * | | nvme-rdma: avoid repeated request completion | Sagi Grimberg | 2020-11-03 | 1 | -1/+1 |
| * | | nvme-rdma: avoid race between time out and tear down | Chao Leng | 2020-11-03 | 1 | -10/+2 |
* | | | Merge tag 'block-5.10-2020-10-30' of git://git.kernel.dk/linux-block | Linus Torvalds | 2020-10-30 | 1 | -0/+8 |
|\| | |
|
| * | | nvme-rdma: handle unexpected nvme completion data length | zhenwei pi | 2020-10-27 | 1 | -0/+8 |
| |/ |
|
* / | RDMA: Add rdma_connect_locked() | Jason Gunthorpe | 2020-10-28 | 1 | -2/+2 |
|/ |
|
* | nvme-rdma: fix crash due to incorrect cqe | Chao Leng | 2020-10-22 | 1 | -2/+3 |