aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/nvme (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-19nvme : Use correct scnprintf in cmb showStephen Bates1-2/+2
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds2-6/+39
2016-12-14Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+19
2016-12-14Merge tag 'configfs-for-4.10' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-6/+4
2016-12-14nvmet_rdma: log the connection reject messageSteve Wise1-0/+3
2016-12-14nvme-rdma: use rdma connection reject helper functionsSteve Wise1-6/+36
2016-12-13nvme/pci: Log PCI_STATUS when the controller diesAndy Lutomirski1-3/+19
2016-12-13Revert "nvme: add support for the Write Zeroes command"Linus Torvalds1-21/+0
2016-12-13Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-3/+0
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds22-248/+6520
2016-12-09block: improve handling of the magic discard payloadChristoph Hellwig5-38/+29
2016-12-06nvme-fabrics: Add FC LLDD loopback driver to test FC-NVMEJames Smart3-0/+1163
2016-12-06nvme-fabrics: Add target support for FC transportJames Smart3-0/+2301
2016-12-06nvme-fabrics: Add host support for FC transportJames Smart3-0/+2606
2016-12-06nvme-fabrics: patch target code in prep for FC transport supportJames Smart1-0/+14
2016-12-06nvme-fabrics: set sqe.command_id in core not transportsJames Smart4-4/+2
2016-12-06nvme-rdma: align to generic ib_event logging helperMax Gurtovoy1-1/+3
2016-12-06nvmet-rdma: align to generic ib_event logging helperMax Gurtovoy1-1/+2
2016-12-06nvme-rdma: remove redundant defineSagi Grimberg1-1/+0
2016-12-06nvme-fabrics: Adjust source code indentationBart Van Assche1-1/+1
2016-12-06nvme/scsi: Remove set-but-not-used variablesBart Van Assche1-9/+2
2016-12-06nvmet: Fix possible infinite loop triggered on hot namespace removalSolganik Alexander3-14/+12
2016-12-06nvme-fabrics: Fix a memory leak in an nvmf_create_ctrl() error pathBart Van Assche1-2/+1
2016-12-06nvme-fabrics: Fix memory leaks in nvmf_parse_options()Bart Van Assche1-0/+2
2016-12-06nvme-rdma: force queue size to respect controller capabilitySamuel Jones1-0/+8
2016-12-06nvmet-rdma: Fix REJ status codeBart Van Assche1-1/+4
2016-12-05nvme: move NVMe class code to pci_ids.hChristoph Hellwig1-3/+0
2016-12-01nvmet: add support for the Write Zeroes commandChaitanya Kulkarni2-1/+31
2016-12-01nvme: add support for the Write Zeroes commandChaitanya Kulkarni1-0/+21
2016-12-01fs: configfs: don't return anything from drop_linkAndrzej Pietrasiewicz1-6/+4
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-16nvme/pci: Don't free queues on errorKeith Busch1-14/+4
2016-11-15nvme: untangle 0 and BLK_MQ_RQ_QUEUE_OKOmar Sandoval4-10/+10
2016-11-14nvmet-rdma: drain the queue-pair just before freeing itSagi Grimberg1-1/+1
2016-11-14nvme-rdma: stop and free io queues on connect failureSteve Wise1-2/+9
2016-11-14nvmet-rdma: don't forget to delete a queue from the list of connection failedSagi Grimberg1-1/+7
2016-11-14nvmet: Don't queue fatal error work if csts.cfs is setSagi Grimberg1-3/+7
2016-11-14nvme-rdma: reject non-connect commands before the queue is liveChristoph Hellwig1-1/+30
2016-11-14nvmet-rdma: Fix possible NULL deref when handling rdma cm eventsBart Van Assche1-1/+7
2016-11-11lightnvm: invalid offset calculation for lba_shiftMatias Bjørling1-1/+1
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