aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-mq.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-01bfq: Annotate fall-through in a switch statementBart Van Assche1-0/+1
2017-09-01block/loop: allow request merge for directio modeShaohua Li2-15/+52
2017-09-01block/loop: set hw_sectorsShaohua Li1-0/+1
2017-09-01nvme-fabrics: generate spec-compliant UUID NQNsDaniel Verkamp1-1/+1
2017-08-31doc, block, bfq: better describe how to properly configure bfqPaolo Valente1-24/+54
2017-08-31doc, block, bfq: fix some typos and remove stale stuffPaolo Valente1-56/+10
2017-08-31loop: fold loop_switch() into callersOmar Sandoval1-65/+11
2017-08-31loop: add ioctl for changing logical block sizeOmar Sandoval2-0/+25
2017-08-31loop: set physical block size to PAGE_SIZEOmar Sandoval1-0/+2
2017-08-31loop: get rid of lo_blocksizeOmar Sandoval2-9/+2
2017-08-31block, bfq: guarantee update_next_in_service always returns an eligible entityPaolo Valente1-6/+8
2017-08-31block, bfq: remove direct switch to an entity in higher classPaolo Valente1-14/+5
2017-08-31block, bfq: make lookup_next_entity push up vtime on expirationsPaolo Valente3-19/+47
2017-08-30nvmet: add support for reporting the host identifierOmri Mann3-2/+17
2017-08-30nvme: Use metadata for passthrough commandsKeith Busch1-11/+4
2017-08-30nvme: Make nvme user functions staticKeith Busch2-12/+5
2017-08-30nvme/pci: Use req_op to determine DIF remappingKeith Busch1-2/+2
2017-08-30nvme: factor metadata handling out of __nvme_submit_user_cmdChristoph Hellwig1-36/+40
2017-08-30nvme-fabrics: Convert nvmf_transports_mutex to an rwsemRoland Dreier1-10/+10
2017-08-29nvme: don't blindly overwrite identifiers on disk revalidateChristoph Hellwig1-1/+11
2017-08-29nvme: remove nvme_revalidate_nsChristoph Hellwig1-47/+53
2017-08-29nvme: remove unused struct nvme_ns fieldsChristoph Hellwig1-5/+1
2017-08-29nvme: allow calling nvme_change_ctrl_state from irq contextChristoph Hellwig1-2/+3
2017-08-29nvme: report more detailed status codes to the block layerChristoph Hellwig1-0/+9
2017-08-28nvme: honor RTD3 Entry Latency for shutdownsMartin K. Petersen2-1/+16
2017-08-28nvme: fix uninitialized prp2 value on small transfersJan H. Schönherr1-1/+3
2017-08-28nvme-rdma: Use unlikely macro in the fast pathMax Gurtovoy1-6/+6
2017-08-28nvmet: use memcpy_and_pad for identify sn/frMartin Wilck1-11/+3
2017-08-28string.h: add memcpy_and_pad()Martin Wilck1-0/+30
2017-08-28nvmet-fc: simplify sg list handlingJames Smart2-39/+11
2017-08-28nvme-fc: Reattach to localports on re-registrationJames Smart1-38/+106
2017-08-28nvme: rename AMS symbolic constants to fit specificationMax Gurtovoy2-4/+4
2017-08-28nvme: add symbolic constants for CC identifiersMax Gurtovoy2-16/+22
2017-08-28nvme: fix identify namespace loggingSagi Grimberg1-1/+1
2017-08-28nvme-fabrics: log a warning if hostid is invalidGuan Junxiong1-0/+1
2017-08-28nvme-rdma: call ops->reg_read64 instead of nvmf_reg_read64Sagi Grimberg1-1/+1
2017-08-28nvme-rdma: cleanup error path in controller resetSagi Grimberg1-23/+9
2017-08-28nvme-rdma: introduce nvme_rdma_start_queueSagi Grimberg1-12/+24
2017-08-28nvme-rdma: rename nvme_rdma_init_queue to nvme_rdma_alloc_queueSagi Grimberg1-10/+7
2017-08-28nvme-rdma: stop queues instead of simply flipping their stateSagi Grimberg1-5/+4
2017-08-28nvme-rdma: introduce configure/destroy io queuesSagi Grimberg1-81/+81
2017-08-28nvme-rdma: reuse configure/destroy_admin_queueSagi Grimberg1-18/+2
2017-08-28nvme-rdma: don't free tagset on resetsSagi Grimberg1-19/+30
2017-08-28nvme-rdma: disable the controller on resetsSagi Grimberg1-4/+6
2017-08-28nvme-rdma: move tagset allocation to a dedicated routineSagi Grimberg1-56/+75
2017-08-28nvme: Add admin_tagset pointer to nvme_ctrlSagi Grimberg5-0/+5
2017-08-28nvme-rdma: move nvme_rdma_configure_admin_queue code locationSagi Grimberg1-91/+94
2017-08-28nvme-rdma: remove NVME_RDMA_MAX_SEGMENT_SIZEJohannes Thumshirn1-2/+0
2017-08-28nvmet-fcloop: remove ALL_OPTS defineJohannes Thumshirn1-3/+0
2017-08-28nvmet: fix the return error code of target if host is not allowedGuan Junxiong1-0/+1