summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2017-06-15nvme-rdma: fix error code in nvme_rdma_create_ctrl()Dan Carpenter-0/+2
2017-06-15nvmf: keep track of nvmet connect error statusGuan Junxiong-0/+18
2017-06-15nvme: add fields into identify controller data structureGuan Junxiong-2/+8
2017-06-15nvmet-fc: Remove a set-but-not-used variableBart Van Assche-2/+0
2017-06-15nvme: use ctrl->device consistently for loggingJohannes Thumshirn-5/+5
2017-06-15nvmet: allow overriding the NVMe VS via configfsJohannes Thumshirn-0/+41
2017-06-15nvmet: add uuid field to nvme_ns and populate via configfsJohannes Thumshirn-0/+31
2017-06-15nvmet: implement namespace identify descriptor listJohannes Thumshirn-1/+64
2017-06-15nvme: provide UUID value to userspaceJohannes Thumshirn-1/+24
2017-06-15nvme: get list of namespace descriptorsJohannes Thumshirn-0/+80
2017-06-15nvme: rename uuid to nguid in nvme_nsJohannes Thumshirn-6/+6
2017-06-15nvme: introduce NVMe Namespace Identification Descriptor structuresJohannes Thumshirn-0/+17
2017-06-15nvmet: use NVME_IDENTIFY_DATA_SIZEJohannes Thumshirn-6/+8
2017-06-15scatterlist: add sg_zero_buffer() helperJohannes Thumshirn-0/+37
2017-06-15nvme-pci: remove redundant includesSagi Grimberg-13/+0
2017-06-15nvme-pci: Remove watchdog timerKeith Busch-67/+56
2017-06-15nvme-pci: remap BAR0 to cover admin CQ doorbell for large strideXu Yu-22/+44
2017-06-15nvme: move nr_reconnects to nvme_ctrlSagi Grimberg-9/+8
2017-06-15nvme: queue ns scanning and async request from nvme_wqSagi Grimberg-3/+3
2017-06-15nvme: Move transports to use nvme-core workqueueSagi Grimberg-60/+36
2017-06-15nvme: Don't allow to reset a reconnecting controllerSagi Grimberg-1/+0
2017-06-15nvme-rdma: Get rid of CONNECTED stateSagi Grimberg-7/+3
2017-06-15nvme-rdma: rework rdma connection establishment error pathSagi Grimberg-9/+5
2017-06-15nvme-rdma: make nvme_rdma_[create|destroy]_queue_ib symmetricalSagi Grimberg-24/+18
2017-06-15nvme-rdma: Don't rearm the CQ when polling directlySagi Grimberg-1/+0
2017-06-15nvme-rdma: Make queue flags bit numbers and not shiftsSagi Grimberg-4/+4
2017-06-15nvme-rdma: get rid of unused ctrl lockSagi Grimberg-4/+0
2017-06-15nvme-loop: get rid of unused controller lockSagi Grimberg-3/+0
2017-06-15nvme-pci: implement host memory buffer supportChristoph Hellwig-2/+187
2017-06-13nvme: save hmpre and hmmin in struct nvme_ctrlChristoph Hellwig-0/+5
2017-06-13nvme.h: add dword 12 - 15 fields to struct nvme_featuresArnav Dawn-1/+4
2017-06-13nvme.h: add struct nvme_host_mem_buf_desc and HMB flagsChristoph Hellwig-0/+11
2017-06-13Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...Christoph Hellwig-500/+373
2017-06-12blk-mq: fixup type of 'ret' in __blk_mq_try_issue_directly()Jens Axboe-1/+1
2017-06-12nvme-rdma: fix merge errorChristoph Hellwig-6/+5
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe-3899/+6992
2017-06-11Linux 4.12-rc5v4.12-rc5Linus Torvalds-1/+1
2017-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds-330/+330
2017-06-11compiler, clang: properly override 'inline' for clangLinus Torvalds-1/+2
2017-06-11Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-6/+43
2017-06-11Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-120/+149
2017-06-11Merge tag 'gpio-v4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...Linus Torvalds-20/+47
2017-06-11Merge tag 'char-misc-4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-8/+10
2017-06-11Merge tag 'staging-4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-46/+47
2017-06-11Merge tag 'usb-4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-35/+102
2017-06-11Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds-77/+101
2017-06-11Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+7
2017-06-11Merge tag 'hexagon-for-linus-v4.12-rc5' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-3/+2
2017-06-11Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-59/+153
2017-06-11KVM: async_pf: avoid async pf injection when in guest modeWanpeng Li-4/+7