summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | 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-011-1/+1
| * | block, bfq: save & resume weight on a queue merge/splitFrancesco Pollicino2019-04-012-0/+11
| * | block, bfq: print SHARED instead of pid for shared queues in logsFrancesco Pollicino2019-04-012-4/+29
| * | block, bfq: always protect newly-created queues from existing active queuesPaolo Valente2019-04-011-13/+51
| * | block, bfq: do not tag totally seeky queues as soft rtPaolo Valente2019-04-011-0/+14
| * | block, bfq: do not merge queues on flash storage with queueingPaolo Valente2019-04-013-6/+73
| * | block, bfq: tune service injection basing on request service timesPaolo Valente2019-04-012-59/+409
| * | block, bfq: do not idle for lowest-weight queuesPaolo Valente2019-04-013-94/+118
| * | block, bfq: increase idling for weight-raised queuesPaolo Valente2019-04-011-0/+2
* | | Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-073-8/+6
|\ \ \ | |_|/ |/| |
| * | block: Replace all ktype default_attrs with groupsKimberly Brown2019-04-253-8/+6
* | | 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/bfq: fix ifdef for CONFIG_BFQ_GROUP_IOSCHED=yKonstantin Khlebnikov2019-04-012-2/+2
|/
* blk-mq: fix sbitmap ws_active for shared tagsJens Axboe2019-03-251-2/+11
* blk-mq: update comment for blk_mq_hctx_has_pending()Yufen Yu2019-03-241-1/+2
* blk-mq: use blk_mq_put_driver_tag() to put tagYufen Yu2019-03-242-11/+2
* Merge tag 'io_uring-20190323' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-231-19/+24
|\
| * block: add BIO_NO_PAGE_REF flagJens Axboe2019-03-181-19/+24
* | blkcg: Fix kernel-doc warningsBart Van Assche2019-03-201-4/+5
* | blk-iolatency: #include "blk.h"Bart Van Assche2019-03-201-0/+1
* | block: Unexport blk_mq_add_to_requeue_list()Bart Van Assche2019-03-202-1/+2
* | block: add BLK_MQ_POLL_CLASSIC for hybrid poll and return EINVAL for unexpect...Yufen Yu2019-03-202-7/+9
* | blk-mq: use blk_mq_sched_mark_restart_hctx to set RESTARTYufen Yu2019-03-181-2/+1
* | Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-161-7/+8
|\ \
| * | block: fix segment calculation for passthrough IOMing Lei2019-03-061-7/+8
* | | mm: refactor readahead defines in mm.hNikolay Borisov2019-03-121-2/+1
| |/ |/|
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2019-03-094-133/+106
|\ \
| * | scsi: block: remove bidi supportChristoph Hellwig2019-02-052-4/+0
| * | scsi: block: remove req->specialChristoph Hellwig2019-02-051-1/+0
| * | scsi: bsg-lib: handle bidi requests without block layer helpChristoph Hellwig2019-02-052-60/+52