summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: fix blk-iolatency accounting underflowDennis Zhou2018-12-173-1/+7
* blk-mq: fix dispatch from sw queueMing Lei2018-12-174-45/+68
* block: mq-deadline: Fix write completion handlingDamien Le Moal2018-12-173-2/+14
* nvme-pci: don't share queue mapsChristoph Hellwig2018-12-171-5/+1
* blk-mq: only dispatch to non-defauly queue maps if they have queuesChristoph Hellwig2018-12-171-5/+8
* blk-mq: export hctx->type in debugfs instead of sysfsMing Lei2018-12-172-17/+16
* blk-mq: fix allocation for queue mapping tableMing Lei2018-12-171-1/+1
* blk-wbt: export internal state via debugfsMing Lei2018-12-161-0/+91
* blk-mq-debugfs: support rq_qosMing Lei2018-12-165-0/+98
* block: update sysfs documentationDamien Le Moal2018-12-162-3/+38
* block: loop: check error using IS_ERR instead of IS_ERR_OR_NULL in loop_add()Chengguang Xu2018-12-161-1/+1
* aoe: add __exit annotationChengguang Xu2018-12-161-1/+1
* block: clear REQ_HIPRI if polling is not supportedChristoph Hellwig2018-12-161-0/+3
* blk-mq: replace and kill blk_mq_request_issue_directlyJianchao Wang2018-12-163-11/+8
* blk-mq: issue directly with bypass 'false' in blk_mq_sched_insert_requestsJianchao Wang2018-12-162-16/+12
* blk-mq: refactor the code of issue request directlyJianchao Wang2018-12-161-49/+54
* block: remove the bio_integrity_advance exportChristoph Hellwig2018-12-161-1/+0
* block: remove the bioset_integrity_free exportChristoph Hellwig2018-12-161-1/+0
* block: remove the unused bio_set_pages_dirty and bio_check_pages_dirty exportsChristoph Hellwig2018-12-141-2/+0
* block: remove the unused bio_iov_iter_get_pages exportChristoph Hellwig2018-12-141-1/+0
* block: remove the blk_recount_segments exportChristoph Hellwig2018-12-141-1/+0
* block: remove the bio_phys_segments exportChristoph Hellwig2018-12-141-2/+1
* nvme: fix kernel paging oopsSagi Grimberg2018-12-131-1/+1
* Merge branch 'nvme-4.21' of git://git.infradead.org/nvme into for-4.21/blockJens Axboe2018-12-1334-213/+4794
|\
| * nvme-rdma: support separate queue maps for read and writeSagi Grimberg2018-12-131-3/+25
| * nvme-tcp: support separate queue maps for read and writeSagi Grimberg2018-12-131-6/+41
| * nvme-fabrics: allow user to set nr_write_queues for separate queue mapsSagi Grimberg2018-12-132-0/+16
| * nvme-fabrics: add missing nvmf_ctrl_options documentationSagi Grimberg2018-12-131-0/+3
| * blk-mq-rdma: pass in queue map to blk_mq_rdma_map_queuesSagi Grimberg2018-12-133-6/+6
| * nvmet: update smart log with num err log entriesChaitanya Kulkarni2018-12-131-0/+6
| * nvmet: add error log page cmd handlerChaitanya Kulkarni2018-12-131-7/+29
| * nvmet: add error log support for file backendChaitanya Kulkarni2018-12-133-15/+60
| * nvmet: add error log support for bdev backendChaitanya Kulkarni2018-12-131-12/+72
| * nvmet: add error log support for admin-cmdChaitanya Kulkarni2018-12-131-4/+18
| * nvmet: add error log support for rdma backendChaitanya Kulkarni2018-12-131-1/+9
| * nvmet: add error log support for fabrics-cmdChaitanya Kulkarni2018-12-132-13/+45
| * nvmet: add error log support in the coreChaitanya Kulkarni2018-12-131-8/+23
| * nvmet: add interface to update error-log pageChaitanya Kulkarni2018-12-132-6/+31
| * nvmet: add error-log definitionsChaitanya Kulkarni2018-12-132-0/+11
| * nvme: add error log page slot definitionChaitanya Kulkarni2018-12-131-0/+14
| * nvme: remove nvme_common command cdw10 arrayChaitanya Kulkarni2018-12-137-24/+29
| * nvmet: remove unused variableSagi Grimberg2018-12-131-2/+1
| * nvme: provide fallback for discard alloc failureJens Axboe2018-12-132-6/+38
| * nvme: add __exit annotationChengguang Xu2018-12-132-2/+2
| * nvme-tcp: add NVMe over TCP host driverSagi Grimberg2018-12-133-0/+2260
| * nvmet: allow configfs tcp trtype configurationSagi Grimberg2018-12-131-0/+1
| * nvmet-tcp: add NVMe over TCP target driverSagi Grimberg2018-12-133-0/+1749
| * nvme-tcp: Add protocol headerSagi Grimberg2018-12-132-0/+190
| * nvme-fabrics: allow user passing data digestSagi Grimberg2018-12-132-0/+7
| * nvme-fabrics: allow user passing header digestSagi Grimberg2018-12-132-0/+7