summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: remove unused variable 'def'Hisao Tanabe2019-04-081-4/+2Star
* virtio_blk: replace 0 by HCTX_TYPE_DEFAULT to index blk_mq_tag_set->mapDongli Zhang2019-04-081-1/+2
* block: sed-opal: rename next to execute_stepsDavid Kozub2019-04-061-16/+17
* block: sed-opal: don't repeat opal_discovery0 in each steps arrayDavid Kozub2019-04-061-33/+42
* block: sed-opal: pass steps via argument rather than via opal_devDavid Kozub2019-04-061-89/+69Star
* block: sed-opal: use named Opal tokens instead of integer literalsDavid Kozub2019-04-061-9/+9
* block: sed-opal: unify retrieval of table columnsDavid Kozub2019-04-061-83/+47Star
* block: sed-opal: add token for OPAL_LIFECYCLEDavid Kozub2019-04-062-2/+4
* block: sed-opal: split generation of bytestring header and contentJonas Rabenstein2019-04-061-8/+14
* 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/+15Star
* block: sed-opal: unify error handling of responsesDavid Kozub2019-04-061-0/+5
* block: sed-opal: unify cmd startDavid Kozub2019-04-061-159/+69Star
* block: sed-opal: close parameter list in cmd_finalizeDavid Kozub2019-04-061-22/+3Star
* 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/+52Star
* 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/+5Star
| * 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/+6Star
| * 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/+10Star
| * 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/+17Star
| * 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/+22Star
| * 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/+0Star
| * nvme-pci: remove q_dmadev from nvme_queueKeith Busch2019-04-051-5/+3Star
| * nvme-pci: use a flag for polled queuesKeith Busch2019-04-051-20/+13Star
| * 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/+2Star
| * nvmet: avoid double errno conversionsChristoph Hellwig2019-04-051-4/+2Star
| * 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/+62Star
* Don't jump to compute_result state from check_result stateNigel Croxon2019-04-011-15/+4Star
* 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