index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
/
rdma.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-20
nvme-rdma: fix possible double free condition when failing to create a contro...
Sagi Grimberg
1
-10
/
+10
2018-06-15
nvme-fabrics: refactor queue ready check
Christoph Hellwig
1
-4
/
+3
2018-06-11
nvme-rdma: fix error flow during mapping request data
Max Gurtovoy
1
-7
/
+24
2018-06-08
nvme-rdma: correctly check for target keyed sgl support
Steve Wise
1
-2
/
+3
2018-05-29
Merge branch 'nvme-4.18-2' of git://git.infradead.org/nvme into for-4.18/block
Jens Axboe
1
-4
/
+6
2018-05-29
nvme: return BLK_EH_DONE from ->timeout
Christoph Hellwig
1
-1
/
+1
2018-05-25
nvme-rdma: stop admin queue before freeing it
Jianchao Wang
1
-4
/
+6
2018-04-12
nvme: expand nvmf_check_if_ready checks
James Smart
1
-12
/
+2
2018-03-26
nvme: Add .stop_ctrl to nvme ctrl ops
Nitzan Carmi
1
-3
/
+9
2018-03-26
nvme-rdma: Allow DELETING state change failure in error_recovery
Nitzan Carmi
1
-2
/
+2
2018-03-26
nvme-rdma: Don't flush delete_wq by default during remove_one
Max Gurtovoy
1
-0
/
+14
2018-03-26
nvme: centralize ctrl removal prints
Max Gurtovoy
1
-4
/
+0
2018-02-28
Merge branch 'for-jens' of git://git.infradead.org/nvme into for-linus
Jens Axboe
1
-2
/
+2
2018-02-22
nvme-rdma: use blk_rq_payload_bytes instead of blk_rq_bytes
Christoph Hellwig
1
-2
/
+2
2018-02-14
nvme-rdma: fix sysfs invoked reset_ctrl error flow
Nitzan Carmi
1
-5
/
+2
2018-02-08
nvme-rdma: use NVME_CTRL_CONNECTING state to mark init process
Max Gurtovoy
1
-0
/
+3
2018-02-08
nvme: rename NVME_CTRL_RECONNECTING state to NVME_CTRL_CONNECTING
Max Gurtovoy
1
-3
/
+3
2018-01-29
Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-4
/
+2
2018-01-25
nvme-rdma: remove redundant boolean for inline_data
Max Gurtovoy
1
-3
/
+0
2018-01-15
nvme: host delete_work and reset_work on separate workqueues
Roy Shterman
1
-1
/
+1
2018-01-08
nvme-fabrics: protect against module unload during create_ctrl
Roy Shterman
1
-0
/
+1
2017-12-29
nvme-rdma: fix concurrent reset and reconnect
Sagi Grimberg
1
-1
/
+13
2017-11-28
nvme-rdma: fix memory leak during queue allocation
Max Gurtovoy
1
-3
/
+18
2017-11-26
nvme-rdma: Use mr pool
Israel Rukshin
1
-58
/
+37
2017-11-26
nvme-rdma: Check remotely invalidated rkey matches our expected rkey
Sagi Grimberg
1
-2
/
+7
2017-11-26
nvme-rdma: wait for local invalidation before completing a request
Sagi Grimberg
1
-15
/
+24
2017-11-26
nvme-rdma: don't complete requests before a send work request has completed
Sagi Grimberg
1
-4
/
+24
2017-11-26
nvme-rdma: don't suppress send completions
Sagi Grimberg
1
-40
/
+14
2017-11-20
nvme-fabrics: introduce init command check for a queue that is not alive
Sagi Grimberg
1
-26
/
+6
2017-11-15
Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-105
/
+141
2017-11-11
nvme: remove handling of multiple AEN requests
Keith Busch
1
-4
/
+1
2017-11-11
nvme: centralize AEN defines
Keith Busch
1
-11
/
+3
2017-11-11
nvme-rdma: fix nvme_rdma_create_queue_ib error flow
Max Gurtovoy
1
-1
/
+1
2017-11-01
nvme-rdma: reuse nvme_delete_ctrl when reconnect attempts expire
Sagi Grimberg
1
-1
/
+1
2017-11-01
nvme: consolidate common code from ->reset_work
Christoph Hellwig
1
-4
/
+0
2017-11-01
nvme-rdma: remove nvme_rdma_remove_ctrl
Christoph Hellwig
1
-10
/
+8
2017-11-01
nvme: move controller deletion to common code
Christoph Hellwig
1
-39
/
+6
2017-10-27
nvme-rdma: add support for duplicate_connect option
James Smart
1
-0
/
+82
2017-10-27
nvme: switch controller refcounting to use struct device
Christoph Hellwig
1
-3
/
+2
2017-10-23
nvme-rdma: Add debug message when reaches timeout
Nitzan Carmi
1
-0
/
+4
2017-10-23
nvme-rdma: align nvme_rdma_device structure
Max Gurtovoy
1
-2
/
+2
2017-10-23
nvme-rdma: fix possible hang when issuing commands during ctrl removal
Sagi Grimberg
1
-4
/
+7
2017-10-19
nvme-rdma: Fix error status return in tagset allocation failure
Sagi Grimberg
1
-2
/
+6
2017-10-19
nvme-rdma: Fix possible double free in reconnect flow
Sagi Grimberg
1
-2
/
+6
2017-10-19
nvme-rdma: Add BLK_MQ_F_NO_SCHED flag to admin tag set
Israel Rukshin
1
-0
/
+1
2017-10-18
nvme-rdma: stop controller reset if the controller is deleting
Sagi Grimberg
1
-1
/
+5
2017-10-18
nvme-rdma: change queue flag semantics DELETING -> ALLOCATED
Sagi Grimberg
1
-4
/
+4
2017-10-18
nvme-rdma: Don't local invalidate if the queue is not live
Sagi Grimberg
1
-1
/
+1
2017-10-18
nvme-rdma: teardown admin/io queues once on error recovery
Sagi Grimberg
1
-15
/
+12
2017-10-18
nvme-rdma: Check that reinit_request got a proper mr
Sagi Grimberg
1
-0
/
+3
[next]