index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
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
4
-0
/
+4
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
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
3
-25
/
+36
2017-08-23
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
2
-22
/
+4
2017-08-18
Merge branch 'misc' into k.o/for-next
Doug Ledford
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-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
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
1
-49
/
+53
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
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
2017-07-20
nvme: fix byte swapping in the streams code
Christoph Hellwig
1
-1
/
+1
2017-07-11
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
5
-159
/
+172
2017-07-10
Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-linus
Jens Axboe
5
-159
/
+172
2017-07-10
nvme-pci: add module parameter for io queue depth
weiping zhang
1
-2
/
+22
2017-07-10
nvme-pci: compile warnings in nvme_alloc_host_mem()
Dan Carpenter
1
-2
/
+3
2017-07-08
Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
1
-6
/
+9
2017-07-06
nvme-rdma: unconditionally recycle the request mr
Sagi Grimberg
1
-3
/
+0
2017-07-06
nvme: split nvme_uninit_ctrl into stop and uninit
Sagi Grimberg
5
-47
/
+37
2017-07-06
nvme: kick requeue list when requeueing a request instead of when starting the queues
Sagi Grimberg
1
-17
/
+2
2017-07-06
nvme-pci: quiesce/unquiesce admin_q instead of start/stop its hw queues
Sagi Grimberg
1
-3
/
+3
2017-07-06
nvme-fc: quiesce/unquiesce admin_q instead of start/stop its hw queues
Sagi Grimberg
1
-2
/
+3
2017-07-06
nvme-rdma: quiesce/unquiesce admin_q instead of start/stop its hw queues
Sagi Grimberg
1
-3
/
+4
2017-07-06
nvme-rdma: remove race conditions from IB signalling
Marta Rybczynska
1
-10
/
+10
2017-07-04
nvme-fc: use blk_mq_delay_run_hw_queue instead of open-coding it
Sagi Grimberg
1
-4
/
+3
2017-07-04
nvme-fc: update tagset nr_hw_queues after queues reinit
Sagi Grimberg
1
-0
/
+2
2017-07-04
nvme-rdma: update tagset nr_hw_queues after reconnecting/resetting
Sagi Grimberg
1
-0
/
+6
[prev]
[next]