index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
/
rdma.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-04
nvme: move the fabrics queue ready check routines to core
Tao Chiu
1
-2
/
+2
2021-04-28
Merge tag 'for-5.13/drivers-2021-04-27' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+4
2021-04-02
nvme: use driver pdu command for passthrough
Keith Busch
1
-2
/
+3
2021-04-02
nvme: rename nvme_init_identify()
Chaitanya Kulkarni
1
-1
/
+1
2021-03-18
nvme-rdma: fix possible hang when failing to set io queues
Sagi Grimberg
1
-2
/
+5
2021-03-18
nvme-fabrics: only reserve a single tag
Christoph Hellwig
1
-2
/
+2
2021-02-10
nvme-rdma: handle nvme_rdma_post_send failures better
Chao Leng
1
-1
/
+3
2021-02-02
nvme-rdma: use cancel tagset helper for tear down
Chao Leng
1
-10
/
+2
2021-02-02
nvme-rdma: add clean action for failed reconnection
Chao Leng
1
-2
/
+16
2021-01-24
block: store a block_device pointer in struct bio
Christoph Hellwig
1
-1
/
+1
2021-01-18
nvme-rdma: avoid request double completion for concurrent nvme_rdma_timeout
Chao Leng
1
-4
/
+11
2020-12-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-1
/
+1
2020-12-01
nvme: use consistent macro name for timeout
Chaitanya Kulkarni
1
-1
/
+1
2020-11-17
Merge branch 'for-rc' into rdma.git
Jason Gunthorpe
1
-13
/
+13
2020-11-12
nvme-rdma: Use ibdev_to_node instead of dereferencing ->dma_device
Christoph Hellwig
1
-1
/
+1
2020-11-05
Merge tag 'nvme-5.10-2020-11-05' of git://git.infradead.org/nvme into block-5.10
Jens Axboe
1
-11
/
+3
2020-11-03
nvme-rdma: avoid repeated request completion
Sagi Grimberg
1
-1
/
+1
2020-11-03
nvme-rdma: avoid race between time out and tear down
Chao Leng
1
-10
/
+2
2020-10-30
Merge tag 'block-5.10-2020-10-30' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+8
2020-10-28
RDMA: Add rdma_connect_locked()
Jason Gunthorpe
1
-2
/
+2
2020-10-27
nvme-rdma: handle unexpected nvme completion data length
zhenwei pi
1
-0
/
+8
2020-10-22
nvme-rdma: fix crash due to incorrect cqe
Chao Leng
1
-2
/
+3
2020-10-22
nvme-rdma: fix crash when connect rejected
Chao Leng
1
-1
/
+0
2020-09-11
Merge tag 'block-5.9-2020-09-11' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+1
2020-09-08
nvme-rdma: cancel async events before freeing event struct
David Milburn
1
-0
/
+1
2020-09-04
Merge tag 'block-5.9-2020-09-04' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-17
/
+51
2020-08-28
nvme-rdma: fix reset hang if controller died in the middle of a reset
Sagi Grimberg
1
-1
/
+12
2020-08-28
nvme-rdma: fix timeout handler
Sagi Grimberg
1
-16
/
+33
2020-08-28
nvme-rdma: serialize controller teardown sequences
Sagi Grimberg
1
-0
/
+6
2020-08-24
Merge tag 'io_uring-5.9-2020-08-23' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-08-21
nvme: rename and document nvme_end_request
Christoph Hellwig
1
-1
/
+1
2020-07-29
nvme-rdma: fix controller reset hang during traffic
Sagi Grimberg
1
-3
/
+9
2020-07-29
nvme: fix deadlock in disconnect during scan_work and/or ana_work
Sagi Grimberg
1
-4
/
+6
2020-07-29
nvme-rdma: use new shared CQ mechanism
Yamin Friedman
1
-26
/
+51
2020-07-08
Merge tag 'v5.8-rc4' into for-5.9/drivers
Jens Axboe
1
-1
/
+1
2020-06-24
nvme-rdma: assign completion vector correctly
Max Gurtovoy
1
-1
/
+1
2020-06-24
nvme-rdma: fix a missing completion with remove invalidation
Christoph Hellwig
1
-2
/
+3
2020-06-24
nvme: use blk_mq_complete_request_remote to avoid an indirect function call
Christoph Hellwig
1
-1
/
+3
2020-06-24
nvme-rdma: factor out a nvme_rdma_end_request helper
Christoph Hellwig
1
-19
/
+17
2020-05-27
nvme-rdma: add metadata/T10-PI support
Max Gurtovoy
1
-10
/
+270
2020-05-27
nvme-rdma: introduce nvme_rdma_sgl structure
Israel Rukshin
1
-17
/
+24
2020-04-10
Merge tag 'block-5.7-2020-04-10' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2020-04-02
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-8
/
+0
2020-03-31
nvme-rdma: Replace comma with a semicolon
Israel Rukshin
1
-1
/
+1
2020-03-30
Merge tag 'for-5.7/drivers-2020-03-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+6
2020-03-26
nvme-rdma: Add warning on state change failure at nvme_rdma_setup_ctrl
Israel Rukshin
1
-1
/
+6
2020-03-26
nvme: Make nvme_uninit_ctrl symmetric to nvme_init_ctrl
Israel Rukshin
1
-1
/
+0
2020-03-26
nvme: Fix ctrl use-after-free during sysfs deletion
Israel Rukshin
1
-2
/
+1
2020-03-16
scsi: treewide: Consolidate {get,put}_unaligned_[bl]e24() definitions
Bart Van Assche
1
-8
/
+0
[next]