index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-14
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+19
2016-12-14
nvme-rdma: use rdma connection reject helper functions
Steve Wise
1
-6
/
+36
2016-12-13
nvme/pci: Log PCI_STATUS when the controller dies
Andy Lutomirski
1
-3
/
+19
2016-12-13
Revert "nvme: add support for the Write Zeroes command"
Linus Torvalds
1
-21
/
+0
2016-12-13
Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...
Linus Torvalds
1
-3
/
+0
2016-12-13
Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-block
Linus Torvalds
10
-200
/
+2964
2016-12-09
block: improve handling of the magic discard payload
Christoph Hellwig
4
-36
/
+27
2016-12-06
nvme-fabrics: Add host support for FC transport
James Smart
3
-0
/
+2606
2016-12-06
nvme-fabrics: set sqe.command_id in core not transports
James Smart
3
-3
/
+2
2016-12-06
nvme-rdma: align to generic ib_event logging helper
Max Gurtovoy
1
-1
/
+3
2016-12-06
nvme-rdma: remove redundant define
Sagi Grimberg
1
-1
/
+0
2016-12-06
nvme-fabrics: Adjust source code indentation
Bart Van Assche
1
-1
/
+1
2016-12-06
nvme/scsi: Remove set-but-not-used variables
Bart Van Assche
1
-9
/
+2
2016-12-06
nvme-fabrics: Fix a memory leak in an nvmf_create_ctrl() error path
Bart Van Assche
1
-2
/
+1
2016-12-06
nvme-fabrics: Fix memory leaks in nvmf_parse_options()
Bart Van Assche
1
-0
/
+2
2016-12-06
nvme-rdma: force queue size to respect controller capability
Samuel Jones
1
-0
/
+8
2016-12-05
nvme: move NVMe class code to pci_ids.h
Christoph Hellwig
1
-3
/
+0
2016-12-01
nvme: add support for the Write Zeroes command
Chaitanya Kulkarni
1
-0
/
+21
2016-11-29
lightnvm: eliminate nvm_lun abstraction in mm
Javier González
1
-0
/
+3
2016-11-29
lightnvm: move block provisioning to targets
Javier González
1
-2
/
+9
2016-11-29
lightnvm: enable to send hint to erase command
Javier González
1
-0
/
+1
2016-11-29
nvme: lightnvm: attach lightnvm sysfs to nvme block device
Matias Bjørling
3
-48
/
+195
2016-11-29
nvme: lightnvm: frees wrong cmd structure
Matias Bjørling
1
-1
/
+1
2016-11-16
nvme/pci: Don't free queues on error
Keith Busch
1
-14
/
+4
2016-11-15
nvme: untangle 0 and BLK_MQ_RQ_QUEUE_OK
Omar Sandoval
3
-7
/
+7
2016-11-14
nvme-rdma: stop and free io queues on connect failure
Steve Wise
1
-2
/
+9
2016-11-14
nvme-rdma: reject non-connect commands before the queue is live
Christoph Hellwig
1
-1
/
+30
2016-11-11
lightnvm: invalid offset calculation for lba_shift
Matias Bjørling
1
-1
/
+1
2016-11-10
nvme: don't pass the full CQE to nvme_complete_async_event
Christoph Hellwig
4
-10
/
+19
2016-11-10
nvme: introduce struct nvme_request
Christoph Hellwig
6
-63
/
+53
2016-11-02
nvme: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq code
Bart Van Assche
1
-14
/
+2
2016-11-02
nvme: Fix a race condition related to stopping queues
Bart Van Assche
1
-1
/
+1
2016-11-02
blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()
Bart Van Assche
1
-1
/
+1
2016-11-02
blk-mq: Remove blk_mq_cancel_requeue_work()
Bart Van Assche
1
-1
/
+0
2016-10-28
block: split out request-only flags into a new namespace
Christoph Hellwig
1
-2
/
+2
2016-10-21
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-31
/
+64
2016-10-19
nvme: use symbolic constants for CNS values
Christoph Hellwig
1
-2
/
+2
2016-10-19
nvme: Add tertiary number to NVME_VS
Gabriel Krisman Bertazi
3
-8
/
+8
2016-10-12
nvme : Add sysfs entry for NVMe CMBs when appropriate
Stephen Bates
1
-9
/
+35
2016-10-12
nvme: don't schedule multiple resets
Keith Busch
1
-9
/
+13
2016-10-12
nvme: Delete created IO queues on reset
Keith Busch
1
-4
/
+5
2016-10-12
nvme: Stop probing a removed device
Keith Busch
1
-0
/
+2
2016-10-11
nvme: use the DMA_ATTR_NO_WARN attribute
Mauricio Faria de Oliveira
1
-1
/
+2
2016-10-09
Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-block
Linus Torvalds
4
-79
/
+36
2016-10-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
1
-20
/
+5
2016-10-07
Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-block
Linus Torvalds
6
-156
/
+178
2016-09-24
nvme: Pass pointers, not dma addresses, to nvme_get/set_features()
Andy Lutomirski
3
-13
/
+11
2016-09-24
nvme/scsi: Remove power management support
Andy Lutomirski
1
-71
/
+3
2016-09-23
nvme-fabrics: Add host_traddr options field to host infrastructure
James Smart
2
-0
/
+17
2016-09-23
nvme-fabrics: revise host transport option descriptions
James Smart
1
-3
/
+4
[prev]
[next]