index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
/
rdma.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
nvme-rdma: rework queue maps handling
Sagi Grimberg
2019-01-23
1
-13
/
+25
*
nvme-rdma: fix timeout handler
Sagi Grimberg
2019-01-23
1
-8
/
+18
*
nvme-rdma: implement polling queue map
Sagi Grimberg
2018-12-18
1
-6
/
+43
*
nvme-fabrics: allow nvmf_connect_io_queue to poll
Sagi Grimberg
2018-12-18
1
-1
/
+1
*
nvme-rdma: support separate queue maps for read and write
Sagi Grimberg
2018-12-13
1
-3
/
+25
*
blk-mq-rdma: pass in queue map to blk_mq_rdma_map_queues
Sagi Grimberg
2018-12-13
1
-1
/
+1
*
nvme: add a numa_node field to struct nvme_ctrl
Hannes Reinecke
2018-12-07
1
-2
/
+3
*
nvme-rdma: remove I/O polling support
Christoph Hellwig
2018-12-04
1
-24
/
+0
*
Merge tag 'v4.20-rc5' into for-4.21/block
Jens Axboe
2018-12-04
1
-0
/
+2
|
\
|
*
nvme-rdma: fix double freeing of async event data
Prabhath Sajeepa
2018-11-30
1
-0
/
+2
*
|
blk-mq: remove 'tag' parameter from mq_ops->poll()
Jens Axboe
2018-11-26
1
-1
/
+1
*
|
blk-mq: when polling for IO, look for any completion
Jens Axboe
2018-11-26
1
-24
/
+15
|
/
*
nvme-fabrics: move controller options matching to fabrics
Sagi Grimberg
2018-10-19
1
-34
/
+1
*
nvme-rdma: always have a valid trsvcid
Sagi Grimberg
2018-10-19
1
-24
/
+14
*
nvmet-rdma: check for timeout in nvme_rdma_wait_for_cm()
Bart Van Assche
2018-10-17
1
-1
/
+8
*
Merge branch 'linus/master' into rdma.git for-next
Jason Gunthorpe
2018-08-16
1
-123
/
+111
|
\
|
*
Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-08-14
1
-123
/
+111
|
|
\
|
|
*
nvme-rdma: centralize admin/io queue teardown sequence
Sagi Grimberg
2018-07-24
1
-37
/
+29
|
|
*
nvme-rdma: centralize controller setup sequence
Sagi Grimberg
2018-07-24
1
-77
/
+53
|
|
*
nvme-rdma: unquiesce queues when deleting the controller
Sagi Grimberg
2018-07-24
1
-0
/
+2
|
|
*
nvme-rdma: mark expected switch fall-through
Gustavo A. R. Silva
2018-07-24
1
-0
/
+1
|
|
*
nvme: cache struct nvme_ctrl reference to struct nvme_request
Sagi Grimberg
2018-07-23
1
-0
/
+1
|
|
*
nvme-rdma: support up to 4 segments of inline data
Steve Wise
2018-07-23
1
-11
/
+27
*
|
|
Merge tag 'v4.18' into rdma.git for-next
Jason Gunthorpe
2018-08-16
1
-37
/
+41
|
\
\
\
|
|
/
/
|
*
|
nvme: if_ready checks to fail io to deleting controller
James Smart
2018-07-24
1
-1
/
+1
|
|
/
|
*
nvme-rdma: fix possible double free of controller async event buffer
Sagi Grimberg
2018-06-28
1
-2
/
+5
|
*
nvme-rdma: don't override opts->queue_size
Sagi Grimberg
2018-06-20
1
-11
/
+10
|
*
nvme-rdma: Fix command completion race at error recovery
Israel Rukshin
2018-06-20
1
-2
/
+6
|
*
nvme-rdma: fix possible free of a non-allocated async event buffer
Sagi Grimberg
2018-06-20
1
-13
/
+11
|
*
nvme-rdma: fix possible double free condition when failing to create a contro...
Sagi Grimberg
2018-06-20
1
-10
/
+10
*
|
nvme-rdma: Simplify ib_post_(send|recv|srq_recv)() calls
Bart Van Assche
2018-07-24
1
-6
/
+5
|
/
*
nvme-fabrics: refactor queue ready check
Christoph Hellwig
2018-06-15
1
-4
/
+3
*
nvme-rdma: fix error flow during mapping request data
Max Gurtovoy
2018-06-11
1
-7
/
+24
*
nvme-rdma: correctly check for target keyed sgl support
Steve Wise
2018-06-08
1
-2
/
+3
*
Merge branch 'nvme-4.18-2' of git://git.infradead.org/nvme into for-4.18/block
Jens Axboe
2018-05-29
1
-4
/
+6
|
\
|
*
nvme-rdma: stop admin queue before freeing it
Jianchao Wang
2018-05-25
1
-4
/
+6
*
|
nvme: return BLK_EH_DONE from ->timeout
Christoph Hellwig
2018-05-29
1
-1
/
+1
|
/
*
nvme: expand nvmf_check_if_ready checks
James Smart
2018-04-12
1
-12
/
+2
*
nvme: Add .stop_ctrl to nvme ctrl ops
Nitzan Carmi
2018-03-26
1
-3
/
+9
*
nvme-rdma: Allow DELETING state change failure in error_recovery
Nitzan Carmi
2018-03-26
1
-2
/
+2
*
nvme-rdma: Don't flush delete_wq by default during remove_one
Max Gurtovoy
2018-03-26
1
-0
/
+14
*
nvme: centralize ctrl removal prints
Max Gurtovoy
2018-03-26
1
-4
/
+0
*
Merge branch 'for-jens' of git://git.infradead.org/nvme into for-linus
Jens Axboe
2018-02-28
1
-2
/
+2
|
\
|
*
nvme-rdma: use blk_rq_payload_bytes instead of blk_rq_bytes
Christoph Hellwig
2018-02-22
1
-2
/
+2
*
|
nvme-rdma: fix sysfs invoked reset_ctrl error flow
Nitzan Carmi
2018-02-14
1
-5
/
+2
*
|
nvme-rdma: use NVME_CTRL_CONNECTING state to mark init process
Max Gurtovoy
2018-02-08
1
-0
/
+3
*
|
nvme: rename NVME_CTRL_RECONNECTING state to NVME_CTRL_CONNECTING
Max Gurtovoy
2018-02-08
1
-3
/
+3
|
/
*
Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-01-29
1
-4
/
+2
|
\
|
*
nvme-rdma: remove redundant boolean for inline_data
Max Gurtovoy
2018-01-25
1
-3
/
+0
|
*
nvme: host delete_work and reset_work on separate workqueues
Roy Shterman
2018-01-15
1
-1
/
+1
[next]