summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block: don't deal with discard limit in blkdev_issue_discard()Ming Lei2018-10-181-26/+2
* blk-wbt: wake up all when we scale up, not downJosef Bacik2018-10-111-1/+1
* blk-mq: I/O and timer unplugs are inverted in blktraceIlya Dryomov2018-09-271-2/+2
* block: fix deadline elevator drain for zoned block devicesDamien Le Moal2018-09-261-1/+1
* blk-mq: Allow blocking queue tag iter callbacksKeith Busch2018-09-251-9/+4
* block: use nanosecond resolution for iostatOmar Sandoval2018-09-214-10/+8
* blk-cgroup: increase number of supported policiesJens Axboe2018-09-111-1/+3
* block: bfq: swap puts in bfqg_and_blkg_putKonstantin Khlebnikov2018-09-061-2/+2
* block: don't warn when doing fsync on read-only devicesMikulas Patocka2018-09-051-1/+4
* blkcg: use tryget logic when associating a blkg with a bioDennis Zhou (Facebook)2018-08-312-3/+5
* blkcg: delay blkg destruction until after writeback has finishedDennis Zhou (Facebook)2018-08-311-8/+45
* Revert "blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmd...Dennis Zhou (Facebook)2018-08-311-62/+16
* block: bsg: move atomic_t ref_count variable to refcount APIJohn Pittman2018-08-271-4/+4
* block: remove unnecessary condition checkChengguang Xu2018-08-271-2/+1
* blk-wbt: remove dead codeJens Axboe2018-08-271-5/+0
* blk-wbt: improve waking of tasksJens Axboe2018-08-271-7/+56
* 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