summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mche...Linus Torvalds2019-07-168-9/+9
|\
| * docs: admin-guide: add a series of orphaned documentsMauro Carvalho Chehab2019-07-151-1/+1
| * docs: cgroup-v1: add it to the admin-guide bookMauro Carvalho Chehab2019-07-151-1/+1
| * docs: block: convert to ReSTMauro Carvalho Chehab2019-07-157-7/+7
* | block: Limit zone array allocation sizeDamien Le Moal2019-07-121-16/+20
* | block: Kill gfp_t argument of blkdev_report_zones()Damien Le Moal2019-07-121-12/+19
* | block: Allow mapping of vmalloc-ed buffersDamien Le Moal2019-07-121-1/+27
* | block/bio-integrity: fix a memory leak bugWenwen Wang2019-07-121-2/+6
* | block: Disable write plugging for zoned block devicesDamien Le Moal2019-07-103-2/+34
* | blk-throttle: fix zero wait time for iops throttled groupKonstantin Khlebnikov2019-07-101-6/+3Star
* | block: Fix potential overflow in blk_report_zones()Damien Le Moal2019-07-101-1/+1
* | blkcg: implement REQ_CGROUP_PUNTTejun Heo2019-07-102-0/+56
* | cgroup, blkcg: Prepare some symbols for module and !CONFIG_CGROUP usagesTejun Heo2019-07-101-0/+1
* | blk-cgroup: turn on psi memstall stuffJosef Bacik2019-07-101-5/+7
* | block: init flush rq ref count to 1Josef Bacik2019-07-101-0/+1
|/
* Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-0922-818/+1342
|\
| * blk-iolatency: fix STS_AGAIN handlingDennis Zhou2019-07-051-37/+14Star
| * block: nr_phys_segments needs to be zero for REQ_OP_WRITE_ZEROESChristoph Hellwig2019-07-031-1/+1
| * blk-mq: simplify blk_mq_make_request()Bart Van Assche2019-07-031-8/+2Star
| * blk-mq: remove blk_mq_put_ctx()Bart Van Assche2019-07-035-32/+5Star
| * block: fix .bi_size overflowMing Lei2019-07-011-5/+5
| * Merge tag 'v5.2-rc6' into for-5.3/blockJens Axboe2019-07-011-17/+21
| |\
| * | block: sed-opal: check size of shadow mbrJonas Rabenstein2019-06-292-0/+55
| * | block: sed-opal: ioctl for writing to shadow mbrJonas Rabenstein2019-06-291-2/+89
| * | block: sed-opal: add ioctl for done-mark of shadow mbrJonas Rabenstein2019-06-291-0/+27
| * | block: never take page references for ITER_BVECChristoph Hellwig2019-06-291-13/+1Star
| * | block: use bio_release_pages in bio_map_user_iovChristoph Hellwig2019-06-291-5/+1Star
| * | block: use bio_release_pages in bio_unmap_userChristoph Hellwig2019-06-291-19/+2Star
| * | block: optionally mark pages dirty in bio_release_pagesChristoph Hellwig2019-06-291-5/+7
| * | block: move the BIO_NO_PAGE_REF check into bio_release_pagesChristoph Hellwig2019-06-291-5/+6
| * | block: sed-opal: "Never True" conditionsRevanth Rajashekar2019-06-291-5/+2Star
| * | block: sed-opal: PSID reverttper capabilityRevanth Rajashekar2019-06-291-4/+29
| * | block, bfq: NULL out the bic when it's no longer validDouglas Anderson2019-06-281-0/+1
| * | block: Remove unused codeDamien Le Moal2019-06-271-12/+0Star
| * | block, bfq: Init saved_wr_start_at_switch_to_srt in unlikely caseDouglas Anderson2019-06-271-0/+1
| * | block, bfq: re-schedule empty queues if they deserve I/O pluggingPaolo Valente2019-06-251-184/+203
| * | block, bfq: preempt lower-weight or lower-priority queuesPaolo Valente2019-06-251-20/+75
| * | block, bfq: detect wakers and unconditionally inject their I/OPaolo Valente2019-06-252-34/+261
| * | block, bfq: bring forward seek&think time updatePaolo Valente2019-06-251-10/+4Star
| * | block, bfq: update base request service times when possiblePaolo Valente2019-06-251-1/+12
| * | block, bfq: fix rq_in_driver check in bfq_update_inject_limitPaolo Valente2019-06-251-1/+7
| * | block, bfq: reset inject limit when think-time state changesPaolo Valente2019-06-251-68/+151
| * | block: update print_req_error()Chaitanya Kulkarni2019-06-201-4/+7
| * | block: use blk_op_str() in blk-mq-debugfs.cChaitanya Kulkarni2019-06-201-20/+4Star
| * | block: add centralize REQ_OP_XXX to string helperChaitanya Kulkarni2019-06-201-0/+36
| * | block: improve print_req_errorChristoph Hellwig2019-06-201-7/+9
| * | block: rename CONFIG_DEBUG_BLK_CGROUP to CONFIG_BFQ_CGROUP_DEBUGChristoph Hellwig2019-06-204-20/+26
| * | bfq-iosched: move bfq_stat_recursive_sum into the only callerChristoph Hellwig2019-06-201-43/+19Star
| * | blk-cgroup: move struct blkg_stat to bfqChristoph Hellwig2019-06-203-100/+167
| * | blk-cgroup: introduce a new struct blkg_rwstat_sampleChristoph Hellwig2019-06-202-26/+23Star