index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-09
nvme-tcp: don't ask if controller is fabrics
Sagi Grimberg
1
-9
/
+6
2019-01-09
nvme-tcp: remove dead code
Sagi Grimberg
1
-1
/
+0
2019-01-09
nvme-pci: fix out of bounds access in nvme_cqe_pending
Hongbo Yao
1
-1
/
+3
2019-01-09
nvme-pci: rerun irq setup on IO queue init errors
Keith Busch
1
-14
/
+36
2019-01-09
nvme-pci: use the same attributes when freeing host_mem_desc_bufs.
Liviu Dudau
1
-4
/
+6
2019-01-09
nvme-pci: fix the wrong setting of nr_maps
Jianchao Wang
1
-1
/
+0
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
1
-4
/
+4
2018-12-19
nvme-pci: trace SQ status on completions
yupeng
3
-0
/
+28
2018-12-18
nvme-rdma: implement polling queue map
Sagi Grimberg
1
-6
/
+43
2018-12-18
nvme-fabrics: allow user to pass in nr_poll_queues
Sagi Grimberg
2
-0
/
+16
2018-12-18
nvme-fabrics: allow nvmf_connect_io_queue to poll
Sagi Grimberg
5
-6
/
+6
2018-12-18
nvme-core: optionally poll sync commands
Sagi Grimberg
3
-11
/
+39
2018-12-18
nvme-tcp: fix spelling mistake "attepmpt" -> "attempt"
Colin Ian King
1
-1
/
+1
2018-12-18
nvme-tcp: fix endianess annotations
Christoph Hellwig
1
-4
/
+5
2018-12-18
nvme-pci: refactor nvme_poll_irqdisable to make sparse happy
Christoph Hellwig
1
-6
/
+6
2018-12-18
nvme-pci: only set nr_maps to 2 if poll queues are supported
Christoph Hellwig
1
-0
/
+3
2018-12-17
nvme-pci: don't share queue maps
Christoph Hellwig
1
-5
/
+1
2018-12-13
nvme: fix kernel paging oops
Sagi Grimberg
1
-1
/
+1
2018-12-13
nvme-rdma: support separate queue maps for read and write
Sagi Grimberg
1
-3
/
+25
2018-12-13
nvme-tcp: support separate queue maps for read and write
Sagi Grimberg
1
-6
/
+41
2018-12-13
nvme-fabrics: allow user to set nr_write_queues for separate queue maps
Sagi Grimberg
2
-0
/
+16
2018-12-13
nvme-fabrics: add missing nvmf_ctrl_options documentation
Sagi Grimberg
1
-0
/
+3
2018-12-13
blk-mq-rdma: pass in queue map to blk_mq_rdma_map_queues
Sagi Grimberg
1
-1
/
+1
2018-12-13
nvme: remove nvme_common command cdw10 array
Chaitanya Kulkarni
3
-14
/
+14
2018-12-13
nvme: provide fallback for discard alloc failure
Jens Axboe
2
-6
/
+38
2018-12-13
nvme: add __exit annotation
Chengguang Xu
2
-2
/
+2
2018-12-13
nvme-tcp: add NVMe over TCP host driver
Sagi Grimberg
3
-0
/
+2260
2018-12-13
nvme-fabrics: allow user passing data digest
Sagi Grimberg
2
-0
/
+7
2018-12-13
nvme-fabrics: allow user passing header digest
Sagi Grimberg
2
-0
/
+7
2018-12-11
lightnvm: disable interleaved metadata
Igor Konopko
1
-0
/
+1
2018-12-11
lightnvm: dynamic DMA pool entry size
Igor Konopko
1
-2
/
+3
2018-12-11
lightnvm: simplify geometry enumeration
Matias Bjørling
3
-23
/
+15
2018-12-11
lightnvm: Fix uninitialized return value in nvm_get_chunk_meta()
Geert Uytterhoeven
1
-1
/
+2
2018-12-11
nvme: fix irq vs io_queue calculations
Jens Axboe
1
-35
/
+29
2018-12-09
Merge tag 'v4.20-rc6' into for-4.21/block
Jens Axboe
1
-1
/
+9
2018-12-07
nvme: remove unused function nvme_ctrl_ready
Israel Rukshin
1
-9
/
+0
2018-12-07
nvme: implement Enhanced Command Retry
Keith Busch
2
-2
/
+46
2018-12-07
nvme: Remove unused forward declaration
Israel Rukshin
1
-1
/
+0
2018-12-07
nvme: disable fabrics SQ flow control when asked by the user
Sagi Grimberg
2
-1
/
+14
2018-12-07
nvme: support traffic based keep-alive
Sagi Grimberg
2
-0
/
+14
2018-12-07
nvme: cache controller attributes
Sagi Grimberg
2
-0
/
+2
2018-12-07
nvme: add a numa_node field to struct nvme_ctrl
Hannes Reinecke
5
-7
/
+12
2018-12-07
nvme: consolidate memset calls in the nvme_setup_cmd path
Chaitanya Kulkarni
1
-3
/
+1
2018-12-07
nvme: validate controller state before rescheduling keep alive
James Smart
1
-1
/
+9
2018-12-04
block: only allow polling if a poll queue_map exists
Christoph Hellwig
1
-20
/
+9
2018-12-04
nvme-mpath: remove I/O polling support
Christoph Hellwig
1
-16
/
+0
2018-12-04
nvme-rdma: remove I/O polling support
Christoph Hellwig
1
-24
/
+0
2018-12-04
nvme-pci: remove the CQ lock for interrupt driven queues
Christoph Hellwig
1
-11
/
+26
2018-12-04
nvme-pci: don't poll from irq context when deleting queues
Christoph Hellwig
1
-8
/
+19
2018-12-04
nvme-pci: refactor nvme_disable_io_queues
Christoph Hellwig
1
-21
/
+20
[prev]
[next]