summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: remove the i argument to bio_for_each_segment_allChristoph Hellwig2019-04-302-21/+11
* block: don't run get_page() on pages from non-bvec iov iterMing Lei2019-04-241-1/+1
* block: clarify that bio_add_page() and related helpers can add multi pagesMing Lei2019-04-231-11/+15
* block: don't show io_timeout if driver has no timeout handlerWeiping Zhang2019-04-221-2/+28
* block: avoid scatterlist offsets > PAGE_SIZEChristoph Hellwig2019-04-221-1/+13
* block: fix use-after-free on gendiskYufen Yu2019-04-222-0/+26
* Merge tag 'v5.1-rc6' into for-5.2/blockJens Axboe2019-04-228-84/+119
|\
| * bfq: update internal depth state when queue depth changesJens Axboe2019-04-132-1/+9
| * block: do not leak memory in bio_copy_user_iov()Jérôme Glisse2019-04-101-1/+4
| * blk-mq: introduce blk_mq_complete_request_sync()Ming Lei2019-04-101-0/+7
| * block, bfq: fix use after free in bfq_bfqq_expirePaolo Valente2019-04-103-11/+23
| * block: Revert v5.0 blk_mq_request_issue_directly() changesBart Van Assche2019-04-054-69/+71
| * blk-mq: do not reset plug->rq_count before the list is sortedDongli Zhang2019-04-041-1/+2
| * blk-mq: add trace block plug and unplug for multiple queuesYufen Yu2019-04-021-0/+2
| * block: use blk_free_flush_queue() to free hctx->fq in blk_mq_init_hctxShenghui Wang2019-04-021-1/+1
* | block: check_events: don't bother with events if unsupportedMartin Wilck2019-04-121-11/+16
* | block: disk_events: introduce event flagsMartin Wilck2019-04-121-4/+9
* | block: genhd: remove async_events fieldMartin Wilck2019-04-121-6/+4
* | block: only allow contiguous page structs in a bio_vecChristoph Hellwig2019-04-121-2/+7
* | block: change how we get page references in bio_iov_iter_get_pagesChristoph Hellwig2019-04-121-26/+25
* | block: don't allow multiple bio_iov_iter_get_pages calls per bioChristoph Hellwig2019-04-121-9/+6
* | block: refactor __bio_iov_bvec_add_pagesChristoph Hellwig2019-04-121-10/+9
* | block: rewrite blk_bvec_map_sg to avoid a nth_page callChristoph Hellwig2019-04-121-15/+6
* | block: fix build warning in merging bvecsMing Lei2019-04-081-6/+10
* | block, bfq: fix some typos in commentsAngelo Ruocco2019-04-084-16/+16
* | block: remove unused variable 'def'Hisao Tanabe2019-04-081-4/+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/+69
* | 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/+47
* | 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/+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-061-8/+10
* | block: sed-opal: fix IOC_OPAL_ENABLE_DISABLE_MBRDavid Kozub2019-04-061-3/+6
* | block: remove CONFIG_LBDAFChristoph Hellwig2019-04-061-24/+0
* | block: bio: ensure newly added bio flags don't override BVEC_POOL_IDXJohannes Thumshirn2019-04-041-0/+3
* | 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-011-12/+16
* | block: check if page is mergeable in one helperMing Lei2019-04-011-14/+24