summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: Document the functions that iterate over requestsBart Van Assche2018-09-221-7/+64
* blkcg: rename blkg_try_get to blkg_trygetDennis Zhou (Facebook)2018-09-223-4/+3Star
* blkcg: change blkg reference counting to use percpu_refDennis Zhou (Facebook)2018-09-221-25/+39
* blkcg: remove additional reference to the cssDennis Zhou (Facebook)2018-09-221-26/+36
* blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou (Facebook)2018-09-222-46/+12Star
* blkcg: associate a blkg for pages being evicted by swapDennis Zhou (Facebook)2018-09-221-24/+59
* blkcg: consolidate bio_issue_init to be a part of coreDennis Zhou (Facebook)2018-09-224-10/+4Star
* blkcg: always associate a bio with a blkgDennis Zhou (Facebook)2018-09-223-26/+41
* blkcg: convert blkg_lookup_create to find closest blkgDennis Zhou (Facebook)2018-09-222-15/+27
* blkcg: update blkg_lookup_create to do lockingDennis Zhou (Facebook)2018-09-222-4/+29
* blkcg: fix ref count issue with bio_blkcg using task_cssDennis Zhou (Facebook)2018-09-225-8/+14
* Blk-throttle: update to use rbtree with leftmost node cachedLiu Bo2018-09-211-26/+15Star
* block: use bio_add_page in bio_iov_iter_get_pagesChristoph Hellwig2018-09-201-21/+20Star
* blok, bfq: do not plug I/O if all queues are weight-raisedPaolo Valente2018-09-141-2/+8
* block, bfq: inject other-queue I/O into seeky idle queues on NCQ flashPaolo Valente2018-09-142-6/+88
* block, bfq: correctly charge and reset entity service in all casesPaolo Valente2018-09-141-3/+10
* blk-iolatency: remove set but not used variables 'changed' and 'blkiolat'YueHaibing2018-09-141-5/+0Star
* block: remove bio_rewind_iter()Ming Lei2018-09-062-9/+4Star
* 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-061-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/+16Star
* block: bsg: move atomic_t ref_count variable to refcount APIJohn Pittman2018-08-281-4/+4
* block: remove unnecessary condition checkChengguang Xu2018-08-281-2/+1Star
* blk-wbt: remove dead codeJens Axboe2018-08-271-5/+0Star
* 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/+7Star
* 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/+0Star
| * 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/+5Star
| * 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/+1Star
| * 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/+1Star
| * 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