summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2018-09-21blkcg: always associate a bio with a blkgDennis Zhou (Facebook)
2018-09-21blkcg: convert blkg_lookup_create to find closest blkgDennis Zhou (Facebook)
2018-09-21blkcg: update blkg_lookup_create to do lockingDennis Zhou (Facebook)
2018-09-21blkcg: fix ref count issue with bio_blkcg using task_cssDennis Zhou (Facebook)
2018-09-20Blk-throttle: update to use rbtree with leftmost node cachedLiu Bo
2018-09-20block: use bio_add_page in bio_iov_iter_get_pagesChristoph Hellwig
2018-09-14blok, bfq: do not plug I/O if all queues are weight-raisedPaolo Valente
2018-09-14block, bfq: inject other-queue I/O into seeky idle queues on NCQ flashPaolo Valente
2018-09-14block, bfq: correctly charge and reset entity service in all casesPaolo Valente
2018-09-13blk-iolatency: remove set but not used variables 'changed' and 'blkiolat'YueHaibing
2018-09-06block: remove bio_rewind_iter()Ming Lei
2018-09-06block: bfq: swap puts in bfqg_and_blkg_putKonstantin Khlebnikov
2018-09-05block: don't warn when doing fsync on read-only devicesMikulas Patocka
2018-08-31blkcg: use tryget logic when associating a blkg with a bioDennis Zhou (Facebook)
2018-08-31blkcg: delay blkg destruction until after writeback has finishedDennis Zhou (Facebook)
2018-08-31Revert "blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmd...Dennis Zhou (Facebook)
2018-08-27block: bsg: move atomic_t ref_count variable to refcount APIJohn Pittman
2018-08-27block: remove unnecessary condition checkChengguang Xu
2018-08-27blk-wbt: remove dead codeJens Axboe
2018-08-27blk-wbt: improve waking of tasksJens Axboe
2018-08-27blk-wbt: abstract out end IO completion handlerJens Axboe
2018-08-23blk-wbt: don't maintain inflight counts if disabledJens Axboe
2018-08-22blk-wbt: fix has-sleeper queueing checkJens Axboe
2018-08-22blk-wbt: use wq_has_sleeper() for wq active checkJens Axboe
2018-08-22blk-wbt: move disable check into get_limit()Jens Axboe
2018-08-22Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-08-21blk-mq: sync the update nr_hw_queues with blk_mq_queue_tag_busy_iterJianchao Wang
2018-08-21blk-mq: init hctx sched after update ctx and hctx mappingJianchao Wang
2018-08-17block: remove duplicate initializationChaitanya Kulkarni
2018-08-16block: change return type to boolChengguang Xu
2018-08-16block, bfq: return nbytes and not zero from struct cftype .write() methodMaciej S. Szmigiero
2018-08-16block, bfq: improve code of bfq_bfqq_charge_timePaolo Valente
2018-08-16block, bfq: reduce write overchargePaolo Valente
2018-08-16block, bfq: always update the budget of an entity when neededPaolo Valente
2018-08-16block, bfq: readd missing reset of parent-entity servicePaolo Valente
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-08-14blk-wbt: fix IO hang in wbt_wait()Ming Lei
2018-08-14block: don't warn for flush on read-only deviceJens Axboe
2018-08-11blkcg: Make blkg_root_lookup() work for queues in bypass modeBart Van Assche
2018-08-09Blk-throttle: reduce tail io latency when iops limit is enforcedLiu Bo
2018-08-09block: Ensure that a request queue is dissociated from the cgroup controllerBart Van Assche
2018-08-09block: Introduce blk_exit_queue()Bart Van Assche
2018-08-09blk-mq: count the hctx as active before allocating tagJianchao Wang
2018-08-09block: bvec_nr_vecs() returns value for wrong slabGreg Edwards
2018-08-07cfq: Suppress compiler warnings about comparisonsBart Van Assche
2018-08-07cfq: Annotate fall-through in a switch statementBart Van Assche
2018-08-07blk-wbt: Avoid lock contention and thundering herd issue in wbt_waitAnchal Agarwal
2018-08-05Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe
2018-08-04Partially revert "block: fail op_is_write() requests to read-only partitions"Linus Torvalds
2018-08-03Merge tag 'for-linus-20180803' of git://git.kernel.dk/linux-blockLinus Torvalds