aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2017-01-26nvme-fc: use blk_rq_nr_phys_segmentsGravatar Christoph Hellwig 1-3/+3
2017-01-26nvmet-rdma: Fix missing dma sync to nvme data structuresGravatar Parav Pandit 1-0/+17
2017-01-26nvmet: Call fatal_error from keep-alive timout expirationGravatar Sagi Grimberg 1-1/+1
2017-01-26nvmet: cancel fatal error and flush async work before free controllerGravatar Sagi Grimberg 1-0/+3
2017-01-26nvmet: delete controllers deletion upon subsystem releaseGravatar Sagi Grimberg 3-0/+12
2017-01-26nvmet_fc: correct logic in disconnect queue LS handlingGravatar James Smart 1-14/+22
2017-01-13nvme: use blk_rq_payload_bytesGravatar Christoph Hellwig 4-30/+15
2017-01-11nvme: apply DELAY_BEFORE_CHK_RDY quirk at probe time tooGravatar Guilherme G. Piccoli 1-6/+1
2017-01-11nvme-rdma: fix nvme_rdma_queue_is_readyGravatar Christoph Hellwig 1-1/+1
2016-12-22Merge branch 'nvme-4.10' of git://git.infradead.org/nvme into for-linusGravatar Jens Axboe 7-67/+18
2016-12-21nvmet/fcloop: remove some logically dead code performing redundant ret checksGravatar Colin Ian King 1-2/+2
2016-12-21nvmet: fix KATO offset in Set FeaturesGravatar Daniel Verkamp 1-3/+1
2016-12-21nvme/fc: simplify error handling of nvme_fc_create_hw_io_queuesGravatar Johannes Thumshirn 1-7/+8
2016-12-21nvme/fc: correct some printk informationGravatar James Smart 1-2/+2
2016-12-21nvme/scsi: Remove START STOP emulationGravatar Andy Lutomirski 1-27/+0
2016-12-21nvme/pci: Delete misleading queue-wrap commentGravatar Keith Busch 1-7/+0
2016-12-21nvme/pci: Fix whitespace problemGravatar Max Gurtovoy 1-4/+4
2016-12-21nvme: simplify stripe quirkGravatar Keith Busch 2-16/+2
2016-12-19nvme : Use correct scnprintf in cmb showGravatar Stephen Bates 1-2/+2
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Gravatar Linus Torvalds 2-6/+39
2016-12-14Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+19
2016-12-14Merge tag 'configfs-for-4.10' of git://git.infradead.org/users/hch/configfsGravatar Linus Torvalds 1-6/+4
2016-12-14nvmet_rdma: log the connection reject messageGravatar Steve Wise 1-0/+3
2016-12-14nvme-rdma: use rdma connection reject helper functionsGravatar Steve Wise 1-6/+36
2016-12-13nvme/pci: Log PCI_STATUS when the controller diesGravatar Andy Lutomirski 1-3/+19
2016-12-13Revert "nvme: add support for the Write Zeroes command"Gravatar Linus Torvalds 1-21/+0
2016-12-13Merge branch 'for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Gravatar Linus Torvalds 1-3/+0
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 22-248/+6520
2016-12-09block: improve handling of the magic discard payloadGravatar Christoph Hellwig 5-38/+29
2016-12-06nvme-fabrics: Add FC LLDD loopback driver to test FC-NVMEGravatar James Smart 3-0/+1163
2016-12-06nvme-fabrics: Add target support for FC transportGravatar James Smart 3-0/+2301
2016-12-06nvme-fabrics: Add host support for FC transportGravatar James Smart 3-0/+2606
2016-12-06nvme-fabrics: patch target code in prep for FC transport supportGravatar James Smart 1-0/+14
2016-12-06nvme-fabrics: set sqe.command_id in core not transportsGravatar James Smart 4-4/+2
2016-12-06nvme-rdma: align to generic ib_event logging helperGravatar Max Gurtovoy 1-1/+3
2016-12-06nvmet-rdma: align to generic ib_event logging helperGravatar Max Gurtovoy 1-1/+2
2016-12-06nvme-rdma: remove redundant defineGravatar Sagi Grimberg 1-1/+0
2016-12-06nvme-fabrics: Adjust source code indentationGravatar Bart Van Assche 1-1/+1
2016-12-06nvme/scsi: Remove set-but-not-used variablesGravatar Bart Van Assche 1-9/+2
2016-12-06nvmet: Fix possible infinite loop triggered on hot namespace removalGravatar Solganik Alexander 3-14/+12
2016-12-06nvme-fabrics: Fix a memory leak in an nvmf_create_ctrl() error pathGravatar Bart Van Assche 1-2/+1
2016-12-06nvme-fabrics: Fix memory leaks in nvmf_parse_options()Gravatar Bart Van Assche 1-0/+2
2016-12-06nvme-rdma: force queue size to respect controller capabilityGravatar Samuel Jones 1-0/+8
2016-12-06nvmet-rdma: Fix REJ status codeGravatar Bart Van Assche 1-1/+4
2016-12-05nvme: move NVMe class code to pci_ids.hGravatar Christoph Hellwig 1-3/+0
2016-12-01nvmet: add support for the Write Zeroes commandGravatar Chaitanya Kulkarni 2-1/+31
2016-12-01nvme: add support for the Write Zeroes commandGravatar Chaitanya Kulkarni 1-0/+21
2016-12-01fs: configfs: don't return anything from drop_linkGravatar Andrzej Pietrasiewicz 1-6/+4
2016-11-29lightnvm: eliminate nvm_lun abstraction in mmGravatar Javier González 1-0/+3
2016-11-29lightnvm: move block provisioning to targetsGravatar Javier González 1-2/+9