index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
/
rdma.c
Age
Commit message (
Expand
)
Author
2018-02-28
Merge branch 'for-jens' of git://git.infradead.org/nvme into for-linus
Jens Axboe
2018-02-22
nvme-rdma: use blk_rq_payload_bytes instead of blk_rq_bytes
Christoph Hellwig
2018-02-14
nvme-rdma: fix sysfs invoked reset_ctrl error flow
Nitzan Carmi
2018-02-08
nvme-rdma: use NVME_CTRL_CONNECTING state to mark init process
Max Gurtovoy
2018-02-08
nvme: rename NVME_CTRL_RECONNECTING state to NVME_CTRL_CONNECTING
Max Gurtovoy
2018-01-29
Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-01-25
nvme-rdma: remove redundant boolean for inline_data
Max Gurtovoy
2018-01-15
nvme: host delete_work and reset_work on separate workqueues
Roy Shterman
2018-01-08
nvme-fabrics: protect against module unload during create_ctrl
Roy Shterman
2017-12-29
nvme-rdma: fix concurrent reset and reconnect
Sagi Grimberg
2017-11-28
nvme-rdma: fix memory leak during queue allocation
Max Gurtovoy
2017-11-26
nvme-rdma: Use mr pool
Israel Rukshin
2017-11-26
nvme-rdma: Check remotely invalidated rkey matches our expected rkey
Sagi Grimberg
2017-11-26
nvme-rdma: wait for local invalidation before completing a request
Sagi Grimberg
2017-11-26
nvme-rdma: don't complete requests before a send work request has completed
Sagi Grimberg
2017-11-26
nvme-rdma: don't suppress send completions
Sagi Grimberg
2017-11-20
nvme-fabrics: introduce init command check for a queue that is not alive
Sagi Grimberg
2017-11-14
Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-11-10
nvme: remove handling of multiple AEN requests
Keith Busch
2017-11-10
nvme: centralize AEN defines
Keith Busch
2017-11-10
nvme-rdma: fix nvme_rdma_create_queue_ib error flow
Max Gurtovoy
2017-11-01
nvme-rdma: reuse nvme_delete_ctrl when reconnect attempts expire
Sagi Grimberg
2017-11-01
nvme: consolidate common code from ->reset_work
Christoph Hellwig
2017-11-01
nvme-rdma: remove nvme_rdma_remove_ctrl
Christoph Hellwig
2017-11-01
nvme: move controller deletion to common code
Christoph Hellwig
2017-10-27
nvme-rdma: add support for duplicate_connect option
James Smart
2017-10-27
nvme: switch controller refcounting to use struct device
Christoph Hellwig
2017-10-23
nvme-rdma: Add debug message when reaches timeout
Nitzan Carmi
2017-10-23
nvme-rdma: align nvme_rdma_device structure
Max Gurtovoy
2017-10-23
nvme-rdma: fix possible hang when issuing commands during ctrl removal
Sagi Grimberg
2017-10-19
nvme-rdma: Fix error status return in tagset allocation failure
Sagi Grimberg
2017-10-19
nvme-rdma: Fix possible double free in reconnect flow
Sagi Grimberg
2017-10-19
nvme-rdma: Add BLK_MQ_F_NO_SCHED flag to admin tag set
Israel Rukshin
2017-10-18
nvme-rdma: stop controller reset if the controller is deleting
Sagi Grimberg
2017-10-18
nvme-rdma: change queue flag semantics DELETING -> ALLOCATED
Sagi Grimberg
2017-10-18
nvme-rdma: Don't local invalidate if the queue is not live
Sagi Grimberg
2017-10-18
nvme-rdma: teardown admin/io queues once on error recovery
Sagi Grimberg
2017-10-18
nvme-rdma: Check that reinit_request got a proper mr
Sagi Grimberg
2017-10-18
nvme-rdma: move assignment to declaration
Sagi Grimberg
2017-10-18
nvme-rdma: fix wrong logging message
Sagi Grimberg
2017-10-18
nvme-rdma: pass tagset to directly nvme_rdma_free_tagset
Sagi Grimberg
2017-10-18
nvme: introduce nvme_reinit_tagset
Sagi Grimberg
2017-09-25
nvme-rdma: don't fully stop the controller in error recovery
Sagi Grimberg
2017-09-25
nvme-rdma: give up reconnect if state change fails
Sagi Grimberg
2017-09-09
Merge branch 'for-4.14/block-postmerge' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-09-07
Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block
Linus Torvalds
2017-09-03
Merge tag 'for-linus-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2017-08-30
nvme-rdma: default MR page size to 4k
Max Gurtovoy
2017-08-28
nvme-rdma: Use unlikely macro in the fast path
Max Gurtovoy
2017-08-28
nvme-rdma: call ops->reg_read64 instead of nvmf_reg_read64
Sagi Grimberg
[next]