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