summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* blk-wbt: abstract out end IO completion handlerJens Axboe2018-08-271-7/+14
* blk-wbt: don't maintain inflight counts if disabledJens Axboe2018-08-232-1/+21
* blk-wbt: fix has-sleeper queueing checkJens Axboe2018-08-221-3/+5
* blk-wbt: use wq_has_sleeper() for wq active checkJens Axboe2018-08-221-4/+4
* blk-wbt: move disable check into get_limit()Jens Axboe2018-08-221-15/+7
* Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-2211-100/+173
|\
| * blk-mq: sync the update nr_hw_queues with blk_mq_queue_tag_busy_iterJianchao Wang2018-08-212-1/+17
| * blk-mq: init hctx sched after update ctx and hctx mappingJianchao Wang2018-08-215-65/+98
| * block: remove duplicate initializationChaitanya Kulkarni2018-08-171-1/+0
| * block: change return type to boolChengguang Xu2018-08-161-1/+1
| * block, bfq: return nbytes and not zero from struct cftype .write() methodMaciej S. Szmigiero2018-08-161-1/+2
| * block, bfq: improve code of bfq_bfqq_charge_timePaolo Valente2018-08-161-9/+5
| * block, bfq: reduce write overchargePaolo Valente2018-08-161-14/+19
| * block, bfq: always update the budget of an entity when neededPaolo Valente2018-08-161-2/+6
| * block, bfq: readd missing reset of parent-entity servicePaolo Valente2018-08-161-0/+21
| * blk-wbt: fix IO hang in wbt_wait()Ming Lei2018-08-141-5/+1
| * block: don't warn for flush on read-only deviceJens Axboe2018-08-141-1/+3
* | Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds2018-08-1440-1220/+2563
|\|
| * blkcg: Make blkg_root_lookup() work for queues in bypass modeBart Van Assche2018-08-111-1/+1
| * Blk-throttle: reduce tail io latency when iops limit is enforcedLiu Bo2018-08-091-6/+1
| * block: Ensure that a request queue is dissociated from the cgroup controllerBart Van Assche2018-08-091-0/+15
| * block: Introduce blk_exit_queue()Bart Van Assche2018-08-092-24/+31
| * blk-mq: count the hctx as active before allocating tagJianchao Wang2018-08-092-2/+9
| * block: bvec_nr_vecs() returns value for wrong slabGreg Edwards2018-08-091-1/+1
| * cfq: Suppress compiler warnings about comparisonsBart Van Assche2018-08-071-10/+12
| * cfq: Annotate fall-through in a switch statementBart Van Assche2018-08-071-0/+1
| * blk-wbt: Avoid lock contention and thundering herd issue in wbt_waitAnchal Agarwal2018-08-071-31/+24
| * Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe2018-08-051-2/+0
| |\
| * | blk-mq: fix updating tags depthMing Lei2018-08-021-4/+4
| * | block: really disable runtime-pm for blk-mqMing Lei2018-08-021-2/+4
| * | block: make iolatency avg_lat exponentially decayDennis Zhou (Facebook)2018-08-021-15/+45
| * | blk-cgroup: hold the queue ref during throttlingJosef Bacik2018-08-011-1/+1
| * | blk-iolatency: fix blkg leak in timer_fnJosef Bacik2018-08-011-1/+1
| * | block/bsg-lib: use PTR_ERR_OR_ZERO to simplify the flow pathzhong jiang2018-08-011-3/+2
| * | block: blk_init_allocated_queue() set q->fq as NULL in the fail casexiao jin2018-07-301-0/+1
| * | block: move dif_prepare/dif_complete functions to block layerMax Gurtovoy2018-07-301-0/+110
| * | partitions/aix: append null character to print data from diskMauricio Faria de Oliveira2018-07-271-2/+6
| * | partitions/aix: fix usage of uninitialized lv_info and lvname structuresMauricio Faria de Oliveira2018-07-271-2/+3
| * | block: move bio_integrity_{intervals,bytes} into blkdev.hGreg Edwards2018-07-261-22/+0
| * | block: allow max_discard_segments to be stackedMike Snitzer2018-07-241-1/+1
| * | block: unexport bio_clone_biosetChristoph Hellwig2018-07-242-78/+68
| * | block: bio_set_pages_dirty can't see NULL bv_page in a valid bio_vecChristoph Hellwig2018-07-241-4/+2
| * | block: simplify bio_check_pages_dirtyChristoph Hellwig2018-07-241-35/+21
| * | blk-mq: fail the request in case issue failureMing Lei2018-07-221-2/+6
| * | blk-rq-qos: make depth comparisons unsignedJosef Bacik2018-07-222-5/+5
| * | blkcg: Track DISCARD statistics and output them in cgroup io.statTejun Heo2018-07-181-4/+9
| * | block: Track DISCARD statistics and output them in stat and diskstatMichael Callahan2018-07-182-5/+17
| * | block: Add and use op_stat_group() for indexing disk_stat fields.Michael Callahan2018-07-182-13/+15
| * | block: Define and use STAT_READ and STAT_WRITEMichael Callahan2018-07-182-16/+16
| * | blk-mq: issue directly if hw queue isn't busy in case of 'none'Ming Lei2018-07-173-2/+36