index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
Age
Commit message (
Expand
)
Author
Lines
2016-11-16
nvme/pci: Don't free queues on error
Keith Busch
-14
/
+4
2016-11-14
nvmet-rdma: drain the queue-pair just before freeing it
Sagi Grimberg
-1
/
+1
2016-11-14
nvme-rdma: stop and free io queues on connect failure
Steve Wise
-2
/
+9
2016-11-14
nvmet-rdma: don't forget to delete a queue from the list of connection failed
Sagi Grimberg
-1
/
+7
2016-11-14
nvmet: Don't queue fatal error work if csts.cfs is set
Sagi Grimberg
-3
/
+7
2016-11-14
nvme-rdma: reject non-connect commands before the queue is live
Christoph Hellwig
-1
/
+30
2016-11-14
nvmet-rdma: Fix possible NULL deref when handling rdma cm events
Bart Van Assche
-1
/
+7
2016-11-11
lightnvm: invalid offset calculation for lba_shift
Matias Bjørling
-1
/
+1
2016-10-21
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
-38
/
+71
2016-10-19
nvmet: use symbolic constants for CNS values
Christoph Hellwig
-4
/
+4
2016-10-19
nvme: use symbolic constants for CNS values
Christoph Hellwig
-2
/
+2
2016-10-19
nvme.h: resync with nvme-cli
Christoph Hellwig
-2
/
+2
2016-10-19
nvme: Add tertiary number to NVME_VS
Gabriel Krisman Bertazi
-9
/
+9
2016-10-12
nvme : Add sysfs entry for NVMe CMBs when appropriate
Stephen Bates
-9
/
+35
2016-10-12
nvme: don't schedule multiple resets
Keith Busch
-9
/
+13
2016-10-12
nvme: Delete created IO queues on reset
Keith Busch
-4
/
+5
2016-10-12
nvme: Stop probing a removed device
Keith Busch
-0
/
+2
2016-10-11
nvme: use the DMA_ATTR_NO_WARN attribute
Mauricio Faria de Oliveira
-1
/
+2
2016-10-09
Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-block
Linus Torvalds
-81
/
+36
2016-10-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
-21
/
+6
2016-10-07
Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-block
Linus Torvalds
-157
/
+268
2016-09-24
nvme: Pass pointers, not dma addresses, to nvme_get/set_features()
Andy Lutomirski
-13
/
+11
2016-09-24
nvme/scsi: Remove power management support
Andy Lutomirski
-71
/
+3
2016-09-23
nvmet: Make dsm number of ranges zero based
Alexander Solganik
-1
/
+1
2016-09-23
nvmet: Use direct IO for writes
Sagi Grimberg
-0
/
+1
2016-09-23
admin-cmd: Added smart-log command support.
Chaitanya Kulkarni
-0
/
+88
2016-09-23
nvme-fabrics: Add host_traddr options field to host infrastructure
James Smart
-0
/
+17
2016-09-23
nvme-fabrics: revise host transport option descriptions
James Smart
-3
/
+4
2016-09-23
nvme-fabrics: rework nvmf_get_address() for variable options
James Smart
-2
/
+10
2016-09-23
nvme-rdma: use IB_PD_UNSAFE_GLOBAL_RKEY
Christoph Hellwig
-20
/
+5
2016-09-23
IB/core: add support to create a unsafe global rkey to ib_create_pd
Christoph Hellwig
-2
/
+2
2016-09-22
nvme-rdma: only clear queue flags after successful connect
Sagi Grimberg
-1
/
+1
2016-09-21
lightnvm: expose device geometry through sysfs
Simon A. F. Lund
-10
/
+30
2016-09-21
lightnvm: control life of nvm_dev in driver
Matias Bjørling
-33
/
+46
2016-09-21
nvme: refactor namespaces to support non-gendisk devices
Matias Bjørling
-43
/
+76
2016-09-15
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
-74
/
+79
2016-09-15
nvme: remove the post_scan callout
Christoph Hellwig
-4
/
+0
2016-09-15
nvme: switch to use pci_alloc_irq_vectors
Christoph Hellwig
-71
/
+36
2016-09-15
blk-mq: remove ->map_queue
Christoph Hellwig
-6
/
+0
2016-09-13
Merge branch 'nvmf-4.8-rc' of git://git.infradead.org/nvme-fabrics into for-l...
Jens Axboe
-73
/
+72
2016-09-12
nvme-rdma: add back dependency on CONFIG_BLOCK
Arnd Bergmann
-0
/
+1
2016-09-12
nvme-rdma: fix null pointer dereference on req->mr
Colin Ian King
-0
/
+1
2016-09-12
nvme-rdma: use ib_client API to detect device removal
Steve Wise
-68
/
+40
2016-09-12
nvme-rdma: add DELETING queue flag
Sagi Grimberg
-2
/
+9
2016-09-11
nvme: make NVME_RDMA depend on BLOCK
Linus Torvalds
-1
/
+1
2016-09-08
nvme/quirk: Add a delay before checking device ready for memblaze device
Wenbo Wang
-0
/
+2
2016-09-07
nvme: Don't suspend admin queue that wasn't created
Gabriel Krisman Bertazi
-1
/
+6
2016-09-04
nvme-rdma: destroy nvme queue rdma resources on connect failure
Steve Wise
-3
/
+11
2016-09-04
nvme_rdma: keep a ref on the ctrl during delete/flush
Steve Wise
-8
/
+18
2016-08-29
Merge branch 'nvmf-4.8-rc' of git://git.infradead.org/nvme-fabrics into for-l...
Jens Axboe
-33
/
+53
[next]