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
Age
Commit message (
Expand
)
Author
Files
Lines
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
2018-12-04
nvme-pci: consolidate code for polling non-dedicated queues
Christoph Hellwig
1
-23
/
+12
2018-12-04
nvme-pci: only allow polling with separate poll queues
Christoph Hellwig
1
-13
/
+5
2018-12-04
nvme-pci: cleanup SQ allocation a bit
Christoph Hellwig
1
-18
/
+15
2018-12-04
nvme-pci: use atomic bitops to mark a queue enabled
Christoph Hellwig
1
-28
/
+15
2018-12-04
block: move queues types to the block layer
Christoph Hellwig
1
-43
/
+25
2018-12-04
Merge tag 'v4.20-rc5' into for-4.21/block
Jens Axboe
4
-14
/
+74
2018-11-30
nvme-rdma: fix double freeing of async event data
Prabhath Sajeepa
1
-0
/
+2
[next]