summaryrefslogtreecommitdiffstats
path: root/drivers/nvme
Commit message (Expand)AuthorAgeFilesLines
...
| * | | lightnvm: enable to send hint to erase commandJavier González2016-11-291-0/+1
| * | | nvme: lightnvm: attach lightnvm sysfs to nvme block deviceMatias Bjørling2016-11-293-48/+195
| * | | nvme: lightnvm: frees wrong cmd structureMatias Bjørling2016-11-291-1/+1
| * | | block: bio: pass bvec table to bio_init()Ming Lei2016-11-221-3/+1Star
| * | | nvme: untangle 0 and BLK_MQ_RQ_QUEUE_OKOmar Sandoval2016-11-154-10/+10
| * | | block: move poll code to blk-mqJens Axboe2016-11-111-1/+1
| * | | nvme: don't pass the full CQE to nvme_complete_async_eventChristoph Hellwig2016-11-105-11/+21
| * | | nvme: introduce struct nvme_requestChristoph Hellwig2016-11-1010-81/+71Star
| * | | nvme: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq codeBart Van Assche2016-11-021-14/+2Star
| * | | nvme: Fix a race condition related to stopping queuesBart Van Assche2016-11-021-1/+1
| * | | blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()Bart Van Assche2016-11-021-1/+1
| * | | blk-mq: Remove blk_mq_cancel_requeue_work()Bart Van Assche2016-11-021-1/+0Star
| * | | block,fs: use REQ_* flags directlyChristoph Hellwig2016-11-011-2/+2
| * | | block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-281-2/+2
| |/ /
* | | nvme/pci: Don't free queues on errorKeith Busch2016-11-161-14/+4Star
* | | nvmet-rdma: drain the queue-pair just before freeing itSagi Grimberg2016-11-141-1/+1
* | | nvme-rdma: stop and free io queues on connect failureSteve Wise2016-11-141-2/+9
* | | nvmet-rdma: don't forget to delete a queue from the list of connection failedSagi Grimberg2016-11-141-1/+7
* | | nvmet: Don't queue fatal error work if csts.cfs is setSagi Grimberg2016-11-141-3/+7
* | | nvme-rdma: reject non-connect commands before the queue is liveChristoph Hellwig2016-11-141-1/+30
* | | nvmet-rdma: Fix possible NULL deref when handling rdma cm eventsBart Van Assche2016-11-141-1/+7
* | | lightnvm: invalid offset calculation for lba_shiftMatias Bjørling2016-11-121-1/+1
| |/ |/|
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-216-38/+71
|\ \ | |/ |/|
| * nvmet: use symbolic constants for CNS valuesChristoph Hellwig2016-10-192-4/+4
| * nvme: use symbolic constants for CNS valuesChristoph Hellwig2016-10-191-2/+2
| * nvme.h: resync with nvme-cliChristoph Hellwig2016-10-192-2/+2
| * nvme: Add tertiary number to NVME_VSGabriel Krisman Bertazi2016-10-194-9/+9
| * nvme : Add sysfs entry for NVMe CMBs when appropriateStephen Bates2016-10-121-9/+35
| * nvme: don't schedule multiple resetsKeith Busch2016-10-121-9/+13
| * nvme: Delete created IO queues on resetKeith Busch2016-10-121-4/+5
| * nvme: Stop probing a removed deviceKeith Busch2016-10-121-0/+2
* | nvme: use the DMA_ATTR_NO_WARN attributeMauricio Faria de Oliveira2016-10-121-1/+2
|/
* Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-105-81/+36Star
|\
| * nvme: remove the post_scan calloutChristoph Hellwig2016-09-152-4/+0Star
| * nvme: switch to use pci_alloc_irq_vectorsChristoph Hellwig2016-09-151-71/+36Star
| * blk-mq: remove ->map_queueChristoph Hellwig2016-09-153-6/+0Star
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-10-102-21/+6Star
|\ \
| * | nvme-rdma: use IB_PD_UNSAFE_GLOBAL_RKEYChristoph Hellwig2016-09-231-20/+5Star
| * | IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig2016-09-232-2/+2
* | | Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-10-078-157/+268
|\ \ \
| * | | nvme: Pass pointers, not dma addresses, to nvme_get/set_features()Andy Lutomirski2016-09-243-13/+11Star
| * | | nvme/scsi: Remove power management supportAndy Lutomirski2016-09-241-71/+3Star
| * | | nvmet: Make dsm number of ranges zero basedAlexander Solganik2016-09-241-1/+1
| * | | nvmet: Use direct IO for writesSagi Grimberg2016-09-241-0/+1
| * | | admin-cmd: Added smart-log command support.Chaitanya Kulkarni2016-09-241-0/+88
| * | | nvme-fabrics: Add host_traddr options field to host infrastructureJames Smart2016-09-242-0/+17
| * | | nvme-fabrics: revise host transport option descriptionsJames Smart2016-09-241-3/+4
| * | | nvme-fabrics: rework nvmf_get_address() for variable optionsJames Smart2016-09-241-2/+10
| * | | lightnvm: expose device geometry through sysfsSimon A. F. Lund2016-09-213-10/+30
| * | | lightnvm: control life of nvm_dev in driverMatias Bjørling2016-09-213-33/+46