index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-13
Merge tag 'for-linus-20190112' of git://git.kernel.dk/linux-block
Linus Torvalds
6
-39
/
+72
2019-01-09
nvme: don't initlialize ctrl->cntlid twice
Andrey Smirnov
1
-1
/
+0
2019-01-09
nvme: introduce NVME_QUIRK_IGNORE_DEV_SUBNQN
James Dingwall
3
-7
/
+16
2019-01-09
nvme: pad fake subsys NQN vid and ssvid with zeros
Keith Busch
1
-1
/
+1
2019-01-09
nvme-multipath: zero out ANA log buffer
Hannes Reinecke
1
-0
/
+2
2019-01-09
nvme-fabrics: unset write/poll queues for discovery controllers
Sagi Grimberg
1
-0
/
+2
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
6
-7
/
+7
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
nvmet-tcp: fix endianess annotations
Christoph Hellwig
1
-2
/
+2
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-18
nvmet: use a macro for default error location
Chaitanya Kulkarni
2
-2
/
+3
2018-12-18
nvmet: fix comparison of a u16 with -1
Colin Ian King
1
-1
/
+1
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
nvmet: update smart log with num err log entries
Chaitanya Kulkarni
1
-0
/
+6
2018-12-13
nvmet: add error log page cmd handler
Chaitanya Kulkarni
1
-7
/
+29
2018-12-13
nvmet: add error log support for file backend
Chaitanya Kulkarni
3
-15
/
+60
2018-12-13
nvmet: add error log support for bdev backend
Chaitanya Kulkarni
1
-12
/
+72
2018-12-13
nvmet: add error log support for admin-cmd
Chaitanya Kulkarni
1
-4
/
+18
2018-12-13
nvmet: add error log support for rdma backend
Chaitanya Kulkarni
1
-1
/
+9
2018-12-13
nvmet: add error log support for fabrics-cmd
Chaitanya Kulkarni
2
-13
/
+45
2018-12-13
nvmet: add error log support in the core
Chaitanya Kulkarni
1
-8
/
+23
2018-12-13
nvmet: add interface to update error-log page
Chaitanya Kulkarni
2
-6
/
+31
2018-12-13
nvmet: add error-log definitions
Chaitanya Kulkarni
2
-0
/
+11
2018-12-13
nvme: remove nvme_common command cdw10 array
Chaitanya Kulkarni
6
-23
/
+23
2018-12-13
nvmet: remove unused variable
Sagi Grimberg
1
-2
/
+1
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
nvmet: allow configfs tcp trtype configuration
Sagi Grimberg
1
-0
/
+1
2018-12-13
nvmet-tcp: add NVMe over TCP target driver
Sagi Grimberg
3
-0
/
+1749
2018-12-13
nvme-fabrics: allow user passing data digest
Sagi Grimberg
2
-0
/
+7
[next]