summaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2016-11-29lightnvm: eliminate nvm_lun abstraction in mmJavier González1-0/+3
2016-11-29lightnvm: move block provisioning to targetsJavier González1-2/+9
2016-11-29lightnvm: enable to send hint to erase commandJavier González1-0/+1
2016-11-29nvme: lightnvm: attach lightnvm sysfs to nvme block deviceMatias Bjørling3-48/+195
2016-11-29nvme: lightnvm: frees wrong cmd structureMatias Bjørling1-1/+1
2016-11-22block: bio: pass bvec table to bio_init()Ming Lei1-3/+1
2016-11-15nvme: untangle 0 and BLK_MQ_RQ_QUEUE_OKOmar Sandoval4-10/+10
2016-11-11block: move poll code to blk-mqJens Axboe1-1/+1
2016-11-10nvme: don't pass the full CQE to nvme_complete_async_eventChristoph Hellwig5-11/+21
2016-11-10nvme: introduce struct nvme_requestChristoph Hellwig10-81/+71
2016-11-02nvme: Use BLK_MQ_S_STOPPED instead of QUEUE_FLAG_STOPPED in blk-mq codeBart Van Assche1-14/+2
2016-11-02nvme: Fix a race condition related to stopping queuesBart Van Assche1-1/+1
2016-11-02blk-mq: Add a kick_requeue_list argument to blk_mq_requeue_request()Bart Van Assche1-1/+1
2016-11-02blk-mq: Remove blk_mq_cancel_requeue_work()Bart Van Assche1-1/+0
2016-11-01block,fs: use REQ_* flags directlyChristoph Hellwig1-2/+2
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig1-2/+2
2016-10-12nvme: use the DMA_ATTR_NO_WARN attributeMauricio Faria de Oliveira1-1/+2
2016-10-10Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds5-81/+36
2016-10-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2-21/+6
2016-10-08Merge branch 'for-4.9/block' of git://git.kernel.dk/linux-blockLinus Torvalds8-157/+268
2016-09-24nvme: Pass pointers, not dma addresses, to nvme_get/set_features()Andy Lutomirski3-13/+11
2016-09-24nvme/scsi: Remove power management supportAndy Lutomirski1-71/+3
2016-09-24nvmet: Make dsm number of ranges zero basedAlexander Solganik1-1/+1
2016-09-24nvmet: Use direct IO for writesSagi Grimberg1-0/+1
2016-09-24admin-cmd: Added smart-log command support.Chaitanya Kulkarni1-0/+88
2016-09-24nvme-fabrics: Add host_traddr options field to host infrastructureJames Smart2-0/+17
2016-09-24nvme-fabrics: revise host transport option descriptionsJames Smart1-3/+4
2016-09-24nvme-fabrics: rework nvmf_get_address() for variable optionsJames Smart1-2/+10
2016-09-23nvme-rdma: use IB_PD_UNSAFE_GLOBAL_RKEYChristoph Hellwig1-20/+5
2016-09-23IB/core: add support to create a unsafe global rkey to ib_create_pdChristoph Hellwig2-2/+2
2016-09-23nvme-rdma: only clear queue flags after successful connectSagi Grimberg1-1/+1
2016-09-21lightnvm: expose device geometry through sysfsSimon A. F. Lund3-10/+30
2016-09-21lightnvm: control life of nvm_dev in driverMatias Bjørling3-33/+46
2016-09-21nvme: refactor namespaces to support non-gendisk devicesMatias Bjørling2-43/+76
2016-09-15Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2-74/+79
2016-09-15nvme: remove the post_scan calloutChristoph Hellwig2-4/+0
2016-09-15nvme: switch to use pci_alloc_irq_vectorsChristoph Hellwig1-71/+36
2016-09-15blk-mq: remove ->map_queueChristoph Hellwig3-6/+0
2016-09-13Merge branch 'nvmf-4.8-rc' of git://git.infradead.org/nvme-fabrics into for-l...Jens Axboe2-73/+72
2016-09-12nvme-rdma: add back dependency on CONFIG_BLOCKArnd Bergmann1-0/+1
2016-09-12nvme-rdma: fix null pointer dereference on req->mrColin Ian King1-0/+1
2016-09-12nvme-rdma: use ib_client API to detect device removalSteve Wise1-68/+40
2016-09-12nvme-rdma: add DELETING queue flagSagi Grimberg1-2/+9
2016-09-12nvme: make NVME_RDMA depend on BLOCKLinus Torvalds1-1/+1
2016-09-08nvme/quirk: Add a delay before checking device ready for memblaze deviceWenbo Wang1-0/+2
2016-09-07nvme: Don't suspend admin queue that wasn't createdGabriel Krisman Bertazi1-1/+6
2016-09-04nvme-rdma: destroy nvme queue rdma resources on connect failureSteve Wise1-3/+11
2016-09-04nvme_rdma: keep a ref on the ctrl during delete/flushSteve Wise1-8/+18
2016-08-29Merge branch 'nvmf-4.8-rc' of git://git.infradead.org/nvme-fabrics into for-l...Jens Axboe7-33/+53
2016-08-28nvme-rdma: Get rid of redundant definesSagi Grimberg1-4/+0