aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-04-06block: sed-opal: print failed function addressJonas Rabenstein1-2/+2
2019-04-06block: sed-opal: reuse response_get_token to decrease code duplicationDavid Kozub1-31/+15
2019-04-06block: sed-opal: unify error handling of responsesDavid Kozub1-0/+5
2019-04-06block: sed-opal: unify cmd startDavid Kozub1-159/+69
2019-04-06block: sed-opal: close parameter list in cmd_finalizeDavid Kozub1-22/+3
2019-04-06block: sed-opal: unify space check in add_token_*Jonas Rabenstein1-9/+16
2019-04-06block: sed-opal: use correct macro for method lengthJonas Rabenstein1-1/+1
2019-04-06block: sed-opal: fix typos and formattingDavid Kozub2-9/+11
2019-04-06block: sed-opal: fix IOC_OPAL_ENABLE_DISABLE_MBRDavid Kozub1-3/+6
2019-04-06block: remove CONFIG_LBDAFChristoph Hellwig61-250/+52
2019-04-05Merge branch 'nvme-5.2' of git://git.infradead.org/nvme into for-5.2/blockJens Axboe7-152/+197
2019-04-05nvme: log the error status on Identify Namespace failureKenneth Heitke1-1/+1
2019-04-05nvmet: add safety check for subsystem lock during nvmet_ns_changedMax Gurtovoy1-0/+2
2019-04-05nvmet: never fail double namespace enablementMax Gurtovoy1-3/+4
2019-04-05nvme-pci: tidy up nvme_map_dataChristoph Hellwig1-12/+5
2019-04-05nvme-pci: optimize mapping single segment requests using SGLsChristoph Hellwig1-0/+22
2019-04-05nvme-pci: optimize mapping of small single segment requestsChristoph Hellwig1-5/+40
2019-04-05nvme-pci: remove the inline scatterlist optimizationChristoph Hellwig1-32/+6
2019-04-05nvme-pci: split metadata handling from nvme_map_data / nvme_unmap_dataChristoph Hellwig1-21/+27
2019-04-05nvme-pci: do not build a scatterlist to map metadataChristoph Hellwig1-13/+10
2019-04-05nvme-pci: only call nvme_unmap_data for requests transferring dataChristoph Hellwig1-1/+2
2019-04-05nvme-pci: merge nvme_free_iod into nvme_unmap_dataChristoph Hellwig1-27/+17
2019-04-05nvme-pci: move the call to nvme_cleanup_cmd out of nvme_unmap_dataChristoph Hellwig1-1/+1
2019-04-05nvme-pci: remove nvme_init_iodChristoph Hellwig1-34/+22
2019-04-05block: add dma_map_bvec helperChristoph Hellwig1-0/+4
2019-04-05block: add a rq_dma_dir helperChristoph Hellwig1-0/+3
2019-04-05block: add a rq_integrity_vec helperChristoph Hellwig1-0/+16
2019-04-05block: add a req_bvec helperChristoph Hellwig1-0/+11
2019-04-05nvme-pci: remove unused nvme_iod memberKeith Busch1-2/+0
2019-04-05nvme-pci: remove q_dmadev from nvme_queueKeith Busch1-5/+3
2019-04-05nvme-pci: use a flag for polled queuesKeith Busch1-20/+13
2019-04-05nvmet-tcp: implement C2HData SUCCESS optimizationSagi Grimberg1-3/+21
2019-04-05nvmet-fc: use zero-sized array and struct_size() in kzalloc()Gustavo A. R. Silva1-5/+2
2019-04-05nvmet: avoid double errno conversionsChristoph Hellwig1-4/+2
2019-04-05nvme: avoid double dereference to convert le to cpuMax Gurtovoy1-2/+2
2019-04-04block: bio: ensure newly added bio flags don't override BVEC_POOL_IDXJohannes Thumshirn2-13/+19
2019-04-01md: batch flush requests.NeilBrown2-4/+26
2019-04-01Revert "MD: fix lock contention for flush bios"NeilBrown2-119/+62
2019-04-01Don't jump to compute_result state from check_result stateNigel Croxon1-15/+4
2019-04-01block: loop: mark bvec as ITER_BVEC_FLAG_NO_REFMing Lei1-4/+12
2019-04-01block: don't check if adjacent bvecs in one bio can be mergeableMing Lei1-27/+42
2019-04-01block: reuse __blk_bvec_map_sg() for mapping page sized bvecMing Lei1-11/+9
2019-04-01block: remove argument of 'request_queue' from __blk_bvec_map_sgMing Lei1-3/+3
2019-04-01block: enable multi-page bvec for passthrough IOMing Lei1-29/+31
2019-04-01block: put the same page when adding it to bioMing Lei2-12/+19
2019-04-01block: check if page is mergeable in one helperMing Lei1-14/+24
2019-04-01block: cleanup bio_add_pc_pageMing Lei1-7/+7
2019-04-01block: don't merge adjacent bvecs to one segment in bio blk_queue_splitMing Lei1-17/+0
2019-04-01block: avoid to break XEN by multi-page bvecMing Lei1-0/+2
2019-04-01block: pass page to xen_biovec_phys_mergeableMing Lei3-4/+7