aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-23blk-wbt: don't maintain inflight counts if disabledJens Axboe2-1/+21
2018-08-22blk-wbt: fix has-sleeper queueing checkJens Axboe1-3/+5
2018-08-22blk-wbt: use wq_has_sleeper() for wq active checkJens Axboe1-4/+4
2018-08-22blk-wbt: move disable check into get_limit()Jens Axboe1-15/+7
2018-08-22Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-blockLinus Torvalds11-100/+173
2018-08-21blk-mq: sync the update nr_hw_queues with blk_mq_queue_tag_busy_iterJianchao Wang2-1/+17
2018-08-21blk-mq: init hctx sched after update ctx and hctx mappingJianchao Wang5-65/+98
2018-08-17block: remove duplicate initializationChaitanya Kulkarni1-1/+0
2018-08-16block: change return type to boolChengguang Xu1-1/+1
2018-08-16block, bfq: return nbytes and not zero from struct cftype .write() methodMaciej S. Szmigiero1-1/+2
2018-08-16block, bfq: improve code of bfq_bfqq_charge_timePaolo Valente1-9/+5
2018-08-16block, bfq: reduce write overchargePaolo Valente1-14/+19
2018-08-16block, bfq: always update the budget of an entity when neededPaolo Valente1-2/+6
2018-08-16block, bfq: readd missing reset of parent-entity servicePaolo Valente1-0/+21
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds40-1220/+2563
2018-08-14blk-wbt: fix IO hang in wbt_wait()Ming Lei1-5/+1
2018-08-14block: don't warn for flush on read-only deviceJens Axboe1-1/+3
2018-08-11blkcg: Make blkg_root_lookup() work for queues in bypass modeBart Van Assche1-1/+1
2018-08-09Blk-throttle: reduce tail io latency when iops limit is enforcedLiu Bo1-6/+1
2018-08-09block: Ensure that a request queue is dissociated from the cgroup controllerBart Van Assche1-0/+15
2018-08-09block: Introduce blk_exit_queue()Bart Van Assche2-24/+31
2018-08-09blk-mq: count the hctx as active before allocating tagJianchao Wang2-2/+9
2018-08-09block: bvec_nr_vecs() returns value for wrong slabGreg Edwards1-1/+1
2018-08-07cfq: Suppress compiler warnings about comparisonsBart Van Assche1-10/+12
2018-08-07cfq: Annotate fall-through in a switch statementBart Van Assche1-0/+1
2018-08-07blk-wbt: Avoid lock contention and thundering herd issue in wbt_waitAnchal Agarwal1-31/+24
2018-08-05Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe1-2/+0
2018-08-04Partially revert "block: fail op_is_write() requests to read-only partitions"Linus Torvalds1-2/+3
2018-08-03Merge tag 'for-linus-20180803' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2018-08-02blk-mq: fix blk_mq_tagset_busy_iterMing Lei1-1/+1
2018-08-02blk-mq: fix updating tags depthMing Lei1-4/+4
2018-08-02block: really disable runtime-pm for blk-mqMing Lei1-2/+4
2018-08-02block: make iolatency avg_lat exponentially decayDennis Zhou (Facebook)1-15/+45
2018-08-01blk-cgroup: hold the queue ref during throttlingJosef Bacik1-1/+1
2018-08-01blk-iolatency: fix blkg leak in timer_fnJosef Bacik1-1/+1
2018-08-01block/bsg-lib: use PTR_ERR_OR_ZERO to simplify the flow pathzhong jiang1-3/+2
2018-07-30block: blk_init_allocated_queue() set q->fq as NULL in the fail casexiao jin1-0/+1
2018-07-30block: move dif_prepare/dif_complete functions to block layerMax Gurtovoy1-0/+110
2018-07-27Merge tag 'for-linus-20180727' of git://git.kernel.dk/linux-blockLinus Torvalds2-16/+42
2018-07-27partitions/aix: append null character to print data from diskMauricio Faria de Oliveira1-2/+6
2018-07-27partitions/aix: fix usage of uninitialized lv_info and lvname structuresMauricio Faria de Oliveira1-2/+3
2018-07-27block: reset bi_iter.bi_done after splitting bioGreg Edwards1-0/+1
2018-07-26block: move bio_integrity_{intervals,bytes} into blkdev.hGreg Edwards1-22/+0
2018-07-26block: bio_iov_iter_get_pages: pin more pages for multi-segment IOsMartin Wilck1-3/+32
2018-07-26block: bio_iov_iter_get_pages: fix size of last iovecMartin Wilck1-10/+8
2018-07-24block: allow max_discard_segments to be stackedMike Snitzer1-1/+1
2018-07-24block: unexport bio_clone_biosetChristoph Hellwig2-78/+68
2018-07-24blk-mq: export setting request completion stateKeith Busch1-3/+1
2018-07-24block: bio_set_pages_dirty can't see NULL bv_page in a valid bio_vecChristoph Hellwig1-4/+2
2018-07-24block: simplify bio_check_pages_dirtyChristoph Hellwig1-35/+21