aboutsummaryrefslogtreecommitdiffstats
path: root/Kconfig (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-18blk-mq: refactor blk_mq_sched_assign_iocChristoph Hellwig3-28/+17
2017-06-18bfq-iosched: fix NULL ioc check in bfq_get_rq_privateChristoph Hellwig1-10/+5
2017-06-18blk-mq: streamline blk_mq_get_requestChristoph Hellwig1-14/+14
2017-06-18blk-mq: simplify blk_mq_free_requestChristoph Hellwig2-38/+15
2017-06-18blk-mq-sched: unify request finished methodsChristoph Hellwig4-17/+11
2017-06-18blk-mq: remove blk_mq_sched_{get,put}_rq_privChristoph Hellwig3-26/+8
2017-06-18blk-mq: move blk_mq_sched_{get,put}_request to blk-mq.cChristoph Hellwig3-73/+67
2017-06-18blk-mq: mark blk_mq_rq_ctx_init staticChristoph Hellwig2-5/+2
2017-06-18loop: Add PF_LESS_THROTTLE to block/loop device thread.NeilBrown1-1/+7
2017-06-16block: swim3: make of_device_ids const.Arvind Yadav1-1/+1
2017-06-16block: Dedicated error code fixupsBart Van Assche2-3/+3
2017-06-16nvme: implement NS Optimal IO Boundary from 1.3 SpecScott Bauer3-1/+11
2017-06-15nvme: don't hard code size of struct t10_pi_tupleSagi Grimberg1-1/+2
2017-06-15nvme: no need to wait for the reset when keepalive failsChristoph Hellwig1-1/+1
2017-06-15nvme: move reset workqueue handling to common codeChristoph Hellwig6-111/+47
2017-06-15nvme-pci: merge init_request methodsChristoph Hellwig1-15/+3
2017-06-15nvme-loop: merge init_request methodsChristoph Hellwig1-9/+4
2017-06-15nvme-fc: merge init_request methodsChristoph Hellwig1-13/+3
2017-06-15nvme-rdma: merge init_request and exit_request methodsChristoph Hellwig1-32/+11
2017-06-15nvme: move protection information check into nvme_setup_rwChristoph Hellwig2-15/+14
2017-06-15nvme: mark shutdown_timeout staticChristoph Hellwig2-5/+2
2017-06-15nvme-rdma: fix error code in nvme_rdma_create_ctrl()Dan Carpenter1-0/+2
2017-06-15nvmf: keep track of nvmet connect error statusGuan Junxiong1-0/+18
2017-06-15nvme: add fields into identify controller data structureGuan Junxiong1-2/+8
2017-06-15nvmet-fc: Remove a set-but-not-used variableBart Van Assche1-2/+0
2017-06-15nvme: use ctrl->device consistently for loggingJohannes Thumshirn1-5/+5
2017-06-15nvmet: allow overriding the NVMe VS via configfsJohannes Thumshirn2-0/+41
2017-06-15nvmet: add uuid field to nvme_ns and populate via configfsJohannes Thumshirn1-0/+31
2017-06-15nvmet: implement namespace identify descriptor listJohannes Thumshirn3-1/+64
2017-06-15nvme: provide UUID value to userspaceJohannes Thumshirn1-1/+24
2017-06-15nvme: get list of namespace descriptorsJohannes Thumshirn2-0/+80
2017-06-15nvme: rename uuid to nguid in nvme_nsJohannes Thumshirn2-6/+6
2017-06-15nvme: introduce NVMe Namespace Identification Descriptor structuresJohannes Thumshirn1-0/+17
2017-06-15nvmet: use NVME_IDENTIFY_DATA_SIZEJohannes Thumshirn5-6/+8
2017-06-15scatterlist: add sg_zero_buffer() helperJohannes Thumshirn2-0/+37
2017-06-15nvme-pci: remove redundant includesSagi Grimberg1-13/+0
2017-06-15nvme-pci: Remove watchdog timerKeith Busch1-67/+56
2017-06-15nvme-pci: remap BAR0 to cover admin CQ doorbell for large strideXu Yu2-22/+44
2017-06-15nvme: move nr_reconnects to nvme_ctrlSagi Grimberg5-9/+8
2017-06-15nvme: queue ns scanning and async request from nvme_wqSagi Grimberg1-3/+3
2017-06-15nvme: Move transports to use nvme-core workqueueSagi Grimberg6-60/+36
2017-06-15nvme: Don't allow to reset a reconnecting controllerSagi Grimberg1-1/+0
2017-06-15nvme-rdma: Get rid of CONNECTED stateSagi Grimberg1-7/+3
2017-06-15nvme-rdma: rework rdma connection establishment error pathSagi Grimberg1-9/+5
2017-06-15nvme-rdma: make nvme_rdma_[create|destroy]_queue_ib symmetricalSagi Grimberg1-24/+18
2017-06-15nvme-rdma: Don't rearm the CQ when polling directlySagi Grimberg1-1/+0
2017-06-15nvme-rdma: Make queue flags bit numbers and not shiftsSagi Grimberg1-4/+4
2017-06-15nvme-rdma: get rid of unused ctrl lockSagi Grimberg1-4/+0
2017-06-15nvme-loop: get rid of unused controller lockSagi Grimberg1-3/+0
2017-06-15nvme-pci: implement host memory buffer supportChristoph Hellwig1-2/+187