summaryrefslogtreecommitdiffstats
path: root/block (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | 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
|/
* 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-104-133/+106
|\ \
| * | scsi: block: remove bidi supportChristoph Hellwig2019-02-062-4/+0
| * | scsi: block: remove req->specialChristoph Hellwig2019-02-061-1/+0
| * | scsi: bsg-lib: handle bidi requests without block layer helpChristoph Hellwig2019-02-062-60/+52
| * | scsi: bsg: refactor bsg_ioctlChristoph Hellwig2019-02-061-86/+72
* | | Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-081-8/+54
|\ \ \
| * | | block: implement bio helper to add iter bvec pages to bioJens Axboe2019-02-281-8/+54
* | | | Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-blockLinus Torvalds2019-03-0817-484/+658
|\ \ \ \ | | |_|/ | |/| |
| * | | block: fix updating bio's front segment sizeMing Lei2019-03-021-0/+8