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.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
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-16
Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-block
Linus Torvalds
7
-26
/
+94
2019-03-13
nvme-tcp: support C2HData with SUCCESS flag
Sagi Grimberg
1
-4
/
+28
2019-03-13
nvme: add proper write zeroes setup for the multipath device
Christoph Hellwig
1
-3
/
+3
2019-03-13
nvme: add proper discard setup for the multipath device
Christoph Hellwig
1
-3
/
+3
2019-03-13
nvme: remove nvme_ns_config_oncs
Christoph Hellwig
1
-7
/
+3
2019-03-13
nvme: disable Write Zeroes for qemu controllers
Christoph Hellwig
3
-2
/
+9
2019-03-13
nvme-fc: reject reconnect if io queue count is reduced to zero
James Smart
1
-0
/
+12
2019-03-13
nvme-fc: fix numa_node when dev is null
James Smart
1
-1
/
+4
2019-03-13
nvme-fc: use nr_phys_segments to determine existence of sgl
James Smart
1
-4
/
+15
2019-03-13
nvme: update comment to make the code easier to read
Yufen Yu
1
-2
/
+2
2019-03-13
nvme: put ns_head ref if namespace fails allocation
Sagi Grimberg
1
-0
/
+1
2019-03-13
nvme-trace: fix cdw10 buffer overrun
Keith Busch
1
-1
/
+1
2019-03-13
nvme: don't warn on block content change effects
Keith Busch
1
-1
/
+1
2019-03-13
nvme: add get-feature to admin cmds tracer
Max Gurtovoy
1
-0
/
+14
2019-03-09
Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block
Linus Torvalds
13
-153
/
+207
2019-03-05
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-78
/
+39
2019-02-21
nvme-rdma: use nr_phys_segments when map rq to sgl
Chaitanya Kulkarni
1
-2
/
+2
2019-02-20
nvme: convert to SPDX identifiers
Christoph Hellwig
6
-46
/
+6
2019-02-20
nvme-pci: convert to SPDX identifiers
Christoph Hellwig
1
-9
/
+1
2019-02-20
nvme-lightnvm: convert to SPDX identifiers
Christoph Hellwig
1
-15
/
+1
2019-02-20
nvme-rdma: convert to SPDX identifiers
Christoph Hellwig
1
-9
/
+1
2019-02-20
nvme-fc: convert to SPDX identifiers
Christoph Hellwig
1
-13
/
+1
2019-02-20
nvme-fabrics: convert to SPDX identifiers
Christoph Hellwig
2
-18
/
+2
2019-02-20
nvme: return error from nvme_alloc_ns()
Hannes Reinecke
1
-10
/
+21
2019-02-20
nvme: avoid that deleting a controller triggers a circular locking complaint
Bart Van Assche
1
-2
/
+3
2019-02-20
nvme: introduce a helper function for controller deletion
Bart Van Assche
1
-4
/
+9
2019-02-20
nvme: unexport nvme_delete_ctrl_sync()
Bart Van Assche
2
-3
/
+1
2019-02-20
nvme-pci: check kstrtoint() return value in queue_count_set()
Bart Van Assche
1
-0
/
+2
2019-02-20
nvme-fabrics: document the poll function argument
Bart Van Assche
1
-0
/
+1
2019-02-20
nvme-multipath: round-robin I/O policy
Hannes Reinecke
3
-1
/
+100
2019-02-18
nvme-pci: Simplify interrupt allocation
Ming Lei
1
-76
/
+38
2019-02-18
genirq/affinity: Store interrupt sets size in struct irq_affinity
Ming Lei
1
-4
/
+3
2019-02-15
Merge tag 'v5.0-rc6' into for-5.1/block
Jens Axboe
3
-11
/
+20
2019-02-12
nvme-pci: add missing unlock for reset error
Keith Busch
1
-3
/
+5
2019-02-06
nvme-pci: fix rapid add remove sequence
Keith Busch
1
-10
/
+12
2019-02-06
nvme: lock NS list changes while handling command effects
Keith Busch
2
-1
/
+8
2019-02-04
nvme: remove the .stop_ctrl callout
Sagi Grimberg
4
-19
/
+6
2019-02-04
nvme: add support for the Write Zeroes command
Chaitanya Kulkarni
1
-2
/
+50
2019-01-26
Merge tag 'for-linus-20190125' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-31
/
+55
2019-01-24
nvme-multipath: drop optimization for static ANA group IDs
Hannes Reinecke
1
-2
/
+1
2019-01-24
nvme-rdma: rework queue maps handling
Sagi Grimberg
1
-13
/
+25
2019-01-24
nvme-tcp: fix timeout handler
Sagi Grimberg
1
-8
/
+11
2019-01-24
nvme-rdma: fix timeout handler
Sagi Grimberg
1
-8
/
+18
2019-01-20
Merge tag 'for-linus-20190118' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-8
/
+13
2019-01-16
nvme-pci: fix nvme_setup_irqs()
Ming Lei
1
-8
/
+13
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
[next]