index
:
delta/linux-rt.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
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
Commit message (
Expand
)
Author
Age
Files
Lines
*
nvme: Suspend all queues before deletion
Gabriel Krisman Bertazi
2016-08-11
1
-12
/
+8
*
Merge branch 'nvmf-4.8-rc' of git://git.infradead.org/nvme-fabrics into for-l...
Jens Axboe
2016-08-08
1
-38
/
+45
|
\
|
*
nvme-rdma: Remove unused includes
Sagi Grimberg
2016-08-04
1
-3
/
+0
|
*
nvme-rdma: start async event handler after reconnecting to a controller
Sagi Grimberg
2016-08-04
1
-0
/
+2
|
*
nvme-rdma: Make sure to shutdown the controller if we can
Sagi Grimberg
2016-08-03
1
-1
/
+1
|
*
nvme-rdma: Free the I/O tags when we delete the controller
Sagi Grimberg
2016-08-03
1
-5
/
+7
|
*
nvme-rdma: Remove duplicate call to nvme_remove_namespaces
Sagi Grimberg
2016-08-03
1
-7
/
+10
|
*
nvme-rdma: Fix device removal handling
Sagi Grimberg
2016-08-03
1
-20
/
+21
|
*
nvme-rdma: Queue ns scanning after a sucessful reconnection
Sagi Grimberg
2016-08-03
1
-1
/
+3
|
*
nvme-rdma: Don't leak uninitialized memory in connect request private data
Roland Dreier
2016-08-03
1
-1
/
+1
*
|
Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2016-08-02
1
-12
/
+3
|
\
\
|
|
/
|
/
|
|
*
NVMe: Use pci_(request|release)_mem_regions
Johannes Thumshirn
2016-06-21
1
-7
/
+3
*
|
Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-07-26
9
-86
/
+3479
|
\
\
|
*
|
nvme/pci: Provide SR-IOV support
Keith Busch
2016-07-20
1
-0
/
+19
|
*
|
nvme: initialize variable before logical OR'ing it
Jay Freyensee
2016-07-20
1
-0
/
+1
|
*
|
block: ensure bios return from blk_get_request are properly initialized
Christoph Hellwig
2016-07-20
1
-4
/
+0
|
*
|
block: get rid of bio_rw and READA
Christoph Hellwig
2016-07-20
1
-1
/
+1
|
*
|
NVMe: don't allocate unused nvme_major
NeilBrown
2016-07-14
1
-15
/
+1
|
*
|
nvme: avoid crashes when node 0 is memoryless node.
Masayoshi Mizuma
2016-07-13
1
-1
/
+1
|
*
|
nvme: Limit command retries
Keith Busch
2016-07-12
3
-1
/
+15
|
*
|
nvme-fabrics: add-remove ctrl repeat fix
Ming Lin
2016-07-12
1
-0
/
+4
|
*
|
nvme-fabrics: Remove tl_retry_count
Sagi Grimberg
2016-07-12
2
-17
/
+0
|
*
|
nvme-rdma: Don't use tl_retry_count
Sagi Grimberg
2016-07-12
1
-6
/
+3
|
*
|
nvme-rdma: fix the return value of nvme_rdma_reinit_request()
Wei Yongjun
2016-07-12
1
-1
/
+1
|
*
|
nvme/quirk: Add a delay before checking for adapter readiness
Guilherme G. Piccoli
2016-07-12
3
-0
/
+24
|
*
|
Merge branch 'for-4.8/block' of git://git.kernel.org/pub/scm/linux/kernel/git...
Jens Axboe
2016-07-08
1
-2
/
+1
|
|
\
\
|
|
*
|
block: convert to device_add_disk()
Dan Williams
2016-06-27
1
-2
/
+1
|
*
|
|
nvme-rdma: add a NVMe over Fabrics RDMA host driver
Christoph Hellwig
2016-07-08
3
-0
/
+2040
|
*
|
|
nvme: add new reconnecting controller state
Christoph Hellwig
2016-07-08
2
-0
/
+13
|
*
|
|
nvme: lightnvm: make MLC num_pairs little endian
Johannes Thumshirn
2016-07-07
1
-1
/
+1
|
*
|
|
nvme: add keep-alive support
Sagi Grimberg
2016-07-05
4
-1
/
+119
|
*
|
|
nvme-fabrics: add a generic NVMe over Fabrics library
Christoph Hellwig
2016-07-05
6
-1
/
+1098
|
*
|
|
nvme.h: add NVMe over Fabrics definitions
Christoph Hellwig
2016-07-05
2
-4
/
+4
|
*
|
|
nvme: add fabrics sysfs attributes
Ming Lin
2016-07-05
3
-3
/
+78
|
*
|
|
nvme: Modify and export sync command submission for fabrics
Christoph Hellwig
2016-07-05
3
-13
/
+23
|
*
|
|
nvme: allow transitioning from NEW to LIVE state
Christoph Hellwig
2016-07-05
1
-0
/
+1
|
|
/
/
|
*
|
nvme: move the workaround for I/O queue-less controllers from PCIe to core
Christoph Hellwig
2016-06-12
2
-12
/
+15
|
*
|
nvme: factor out a add nvme_is_write helper
Christoph Hellwig
2016-06-12
1
-3
/
+2
|
*
|
nvme: allow for size limitations from transport drivers
Christoph Hellwig
2016-06-12
1
-2
/
+5
|
*
|
NVMe: Fix removal in case of active namespace list scanning method
Sunad Bhandary
2016-06-08
1
-6
/
+15
|
*
|
nvme: use UINT_MAX for max discard sectors
Minfei Huang
2016-06-07
1
-1
/
+1
|
*
|
nvme: move nvme_cancel_request() to common code
Ming Lin
2016-06-07
3
-16
/
+18
|
*
|
nvme: update and rename nvme_cancel_io to nvme_cancel_request
Ming Lin
2016-06-07
1
-4
/
+4
*
|
|
Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2016-07-26
2
-4
/
+4
|
\
\
\
|
|
/
/
|
*
|
block, drivers: add REQ_OP_FLUSH operation
Mike Christie
2016-06-07
1
-1
/
+1
|
*
|
drivers: use req op accessor
Mike Christie
2016-06-07
2
-3
/
+3
|
|
/
*
|
nvme: Remove RCU namespace protection
Keith Busch
2016-07-14
1
-35
/
+39
*
|
NVMe: Only release requested regions
Johannes Thumshirn
2016-06-09
1
-2
/
+7
|
/
*
nvme/host: Add missing blk_integrity tag_size + flags assignments
Nicholas Bellinger
2016-05-17
1
-0
/
+4
*
NVMe: Add device ID's with stripe quirk
Keith Busch
2016-05-17
1
-0
/
+6
[next]