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.13.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
2017-06-27
lightnvm: propagate right error code to target
Javier González
1
-1
/
+1
2017-06-19
nvme: host: unquiesce queue in nvme_kill_queues()
Ming Lei
1
-0
/
+6
2017-06-18
blk-mq: use the introduced blk_mq_unquiesce_queue()
Ming Lei
1
-1
/
+1
2017-06-16
nvme: implement NS Optimal IO Boundary from 1.3 Spec
Scott Bauer
2
-0
/
+10
2017-06-15
nvme: don't hard code size of struct t10_pi_tuple
Sagi Grimberg
1
-1
/
+2
2017-06-15
nvme: no need to wait for the reset when keepalive fails
Christoph Hellwig
1
-1
/
+1
2017-06-15
nvme: move reset workqueue handling to common code
Christoph Hellwig
6
-111
/
+47
2017-06-15
nvme-pci: merge init_request methods
Christoph Hellwig
1
-15
/
+3
2017-06-15
nvme-loop: merge init_request methods
Christoph Hellwig
1
-9
/
+4
2017-06-15
nvme-fc: merge init_request methods
Christoph Hellwig
1
-13
/
+3
2017-06-15
nvme-rdma: merge init_request and exit_request methods
Christoph Hellwig
1
-32
/
+11
2017-06-15
nvme: move protection information check into nvme_setup_rw
Christoph Hellwig
2
-15
/
+14
2017-06-15
nvme: mark shutdown_timeout static
Christoph Hellwig
2
-5
/
+2
2017-06-15
nvme-rdma: fix error code in nvme_rdma_create_ctrl()
Dan Carpenter
1
-0
/
+2
2017-06-15
nvmf: keep track of nvmet connect error status
Guan Junxiong
1
-0
/
+18
2017-06-15
nvmet-fc: Remove a set-but-not-used variable
Bart Van Assche
1
-2
/
+0
2017-06-15
nvme: use ctrl->device consistently for logging
Johannes Thumshirn
1
-5
/
+5
2017-06-15
nvmet: allow overriding the NVMe VS via configfs
Johannes Thumshirn
1
-0
/
+37
2017-06-15
nvmet: add uuid field to nvme_ns and populate via configfs
Johannes Thumshirn
1
-0
/
+31
2017-06-15
nvmet: implement namespace identify descriptor list
Johannes Thumshirn
3
-1
/
+64
2017-06-15
nvme: provide UUID value to userspace
Johannes Thumshirn
1
-1
/
+24
2017-06-15
nvme: get list of namespace descriptors
Johannes Thumshirn
2
-0
/
+80
2017-06-15
nvme: rename uuid to nguid in nvme_ns
Johannes Thumshirn
2
-6
/
+6
2017-06-15
nvmet: use NVME_IDENTIFY_DATA_SIZE
Johannes Thumshirn
4
-6
/
+6
2017-06-15
nvme-pci: remove redundant includes
Sagi Grimberg
1
-13
/
+0
2017-06-15
nvme-pci: Remove watchdog timer
Keith Busch
1
-67
/
+56
2017-06-15
nvme-pci: remap BAR0 to cover admin CQ doorbell for large stride
Xu Yu
1
-22
/
+43
2017-06-15
nvme: move nr_reconnects to nvme_ctrl
Sagi Grimberg
5
-9
/
+8
2017-06-15
nvme: queue ns scanning and async request from nvme_wq
Sagi Grimberg
1
-3
/
+3
2017-06-15
nvme: Move transports to use nvme-core workqueue
Sagi Grimberg
6
-60
/
+36
2017-06-15
nvme: Don't allow to reset a reconnecting controller
Sagi Grimberg
1
-1
/
+0
2017-06-15
nvme-rdma: Get rid of CONNECTED state
Sagi Grimberg
1
-7
/
+3
2017-06-15
nvme-rdma: rework rdma connection establishment error path
Sagi Grimberg
1
-9
/
+5
2017-06-15
nvme-rdma: make nvme_rdma_[create|destroy]_queue_ib symmetrical
Sagi Grimberg
1
-24
/
+18
2017-06-15
nvme-rdma: Don't rearm the CQ when polling directly
Sagi Grimberg
1
-1
/
+0
2017-06-15
nvme-rdma: Make queue flags bit numbers and not shifts
Sagi Grimberg
1
-4
/
+4
2017-06-15
nvme-rdma: get rid of unused ctrl lock
Sagi Grimberg
1
-4
/
+0
2017-06-15
nvme-loop: get rid of unused controller lock
Sagi Grimberg
1
-3
/
+0
2017-06-15
nvme-pci: implement host memory buffer support
Christoph Hellwig
1
-2
/
+187
2017-06-13
nvme: save hmpre and hmmin in struct nvme_ctrl
Christoph Hellwig
2
-0
/
+5
2017-06-13
Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...
Christoph Hellwig
4
-7
/
+7
2017-06-12
nvme-rdma: fix merge error
Christoph Hellwig
1
-6
/
+5
2017-06-12
Merge tag 'v4.12-rc5' into for-4.13/block
Jens Axboe
4
-31
/
+67
2017-06-09
block: switch bios to blk_status_t
Christoph Hellwig
1
-2
/
+2
2017-06-09
blk-mq: switch ->queue_rq return value to blk_status_t
Christoph Hellwig
6
-62
/
+62
2017-06-09
block: introduce new block status code type
Christoph Hellwig
3
-23
/
+16
2017-06-09
nvme-lightnvm: use blk_execute_rq in nvme_nvm_submit_user_cmd
Christoph Hellwig
1
-11
/
+1
2017-06-07
nvme: relax APST default max latency to 100ms
Kai-Heng Feng
1
-1
/
+1
2017-06-07
nvme: only consider exit latency when choosing useful non-op power states
Kai-Heng Feng
1
-6
/
+9
2017-06-07
nvme-fc: fix missing put reference on controller create failure
James Smart
1
-0
/
+1
[prev]
[next]