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
2017-08-28
nvme: fix identify namespace logging
Sagi Grimberg
1
-1
/
+1
2017-08-28
nvme-fabrics: log a warning if hostid is invalid
Guan Junxiong
1
-0
/
+1
2017-08-28
nvme-rdma: call ops->reg_read64 instead of nvmf_reg_read64
Sagi Grimberg
1
-1
/
+1
2017-08-28
nvme-rdma: cleanup error path in controller reset
Sagi Grimberg
1
-23
/
+9
2017-08-28
nvme-rdma: introduce nvme_rdma_start_queue
Sagi Grimberg
1
-12
/
+24
2017-08-28
nvme-rdma: rename nvme_rdma_init_queue to nvme_rdma_alloc_queue
Sagi Grimberg
1
-10
/
+7
2017-08-28
nvme-rdma: stop queues instead of simply flipping their state
Sagi Grimberg
1
-5
/
+4
2017-08-28
nvme-rdma: introduce configure/destroy io queues
Sagi Grimberg
1
-81
/
+81
2017-08-28
nvme-rdma: reuse configure/destroy_admin_queue
Sagi Grimberg
1
-18
/
+2
2017-08-28
nvme-rdma: don't free tagset on resets
Sagi Grimberg
1
-19
/
+30
2017-08-28
nvme-rdma: disable the controller on resets
Sagi Grimberg
1
-4
/
+6
2017-08-28
nvme-rdma: move tagset allocation to a dedicated routine
Sagi Grimberg
1
-56
/
+75
2017-08-28
nvme: Add admin_tagset pointer to nvme_ctrl
Sagi Grimberg
5
-0
/
+5
2017-08-28
nvme-rdma: move nvme_rdma_configure_admin_queue code location
Sagi Grimberg
1
-91
/
+94
2017-08-28
nvme-rdma: remove NVME_RDMA_MAX_SEGMENT_SIZE
Johannes Thumshirn
1
-2
/
+0
2017-08-28
nvmet-fcloop: remove ALL_OPTS define
Johannes Thumshirn
1
-3
/
+0
2017-08-28
nvmet: fix the return error code of target if host is not allowed
Guan Junxiong
1
-0
/
+1
2017-08-28
nvmet: use NVME_NSID_ALL
Christoph Hellwig
2
-2
/
+2
2017-08-28
nvme: add support for NVMe 1.3 Timestamp Feature
Jon Derrick
1
-0
/
+21
2017-08-28
nvme: define NVME_NSID_ALL
Arnav Dawn
1
-3
/
+3
2017-08-28
nvme: add support for FW activation without reset
Arnav Dawn
2
-0
/
+77
2017-08-28
Merge tag 'v4.13-rc7' into for-4.14/block-postmerge
Jens Axboe
5
-61
/
+223
2017-08-23
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
3
-25
/
+7
2017-08-18
Merge branch 'misc' into k.o/for-next
Doug Ledford
2
-10
/
+0
2017-08-18
nvmet-rdma: remove redundant empty device add callout
Sagi Grimberg
1
-5
/
+0
2017-08-18
nvme-rdma: remove redundant empty device add callout
Sagi Grimberg
1
-5
/
+0
2017-08-18
blk-mq: Make blk_mq_reinit_tagset() calls easier to read
Bart Van Assche
2
-8
/
+7
2017-08-18
nvme-pci: set cqe_seen on polled completions
Keith Busch
1
-3
/
+2
2017-08-17
nvme-fabrics: fix reporting of unrecognized options
Christoph Hellwig
1
-1
/
+2
2017-08-17
nvmet-fc: eliminate incorrect static markers on local variables
James Smart
1
-2
/
+2
2017-08-16
nvmet-fc: correct use after free on list teardown
James Smart
1
-2
/
+3
2017-08-16
nvmet: don't overwrite identify sn/fr with 0-bytes
Martin Wilck
1
-6
/
+0
2017-08-10
nvme: fix directive command numd calculation
Kwan (Hingkwan) Huen-SSI
1
-1
/
+1
2017-08-10
nvme: fix nvme reset command timeout handling
Keith Busch
1
-7
/
+20
2017-08-10
nvme-pci: fix CMB sysfs file removal in reset path
Max Gurtovoy
1
-11
/
+7
2017-08-10
nvmet_fc: add defer_req callback for deferment of cmd buffer return
James Smart
1
-28
/
+184
2017-08-10
nvme: strip trailing 0-bytes in wwid_show
Martin Wilck
1
-2
/
+4
2017-08-08
nvme-rdma: use intelligent affinity based queue mappings
Sagi Grimberg
1
-7
/
+22
2017-07-26
nvme: validate admin queue before unquiesce
Scott Bauer
1
-1
/
+2
2017-07-25
nvme-pci: fix HMB size calculation
Christoph Hellwig
1
-3
/
+3
2017-07-25
nvme-fc: revise TRADDR parsing
James Smart
2
-97
/
+106
2017-07-25
nvme-fc: address target disconnect race conditions in fcp io submit
James Smart
1
-8
/
+11
2017-07-25
nvme: also provide a UUID in the WWID sysfs attribute
Johannes Thumshirn
1
-0
/
+3
2017-07-20
nvmet: don't report 0-bytes in serial number
Martin Wilck
1
-2
/
+14
2017-07-20
nvmet: preserve controller serial number between reboots
Johannes Thumshirn
1
-0
/
+22
2017-07-20
nvmet: Move serial number from controller to subsystem
Johannes Thumshirn
3
-5
/
+4
2017-07-20
nvmet: prefix version configfs file with attr
Johannes Thumshirn
1
-4
/
+4
2017-07-20
nvme-pci: Fix an error handling path in 'nvme_probe()'
Christophe JAILLET
1
-3
/
+4
2017-07-20
nvme-pci: Remove nvme_setup_prps BUG_ON
Keith Busch
1
-8
/
+25
2017-07-20
nvme-pci: add another device ID with stripe quirk
David Wayne Fugate
1
-0
/
+3
[prev]
[next]