summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2019-04-05block, bfq: fix in-service-queue check for queue mergingPaolo Valente
2019-03-23blk-mq: insert rq with DONTPREP to hctx dispatch list when requeueJianchao Wang
2019-03-13blk-iolatency: fix IO hang due to negative inflight counterLiu Bo
2019-02-20blk-mq: fix a hung issue when fsyncJianchao Wang
2019-01-22block: use rcu_work instead of call_rcu to avoid sleep in softirqYufen Yu
2019-01-13block: mq-deadline: Fix write completion handlingDamien Le Moal
2019-01-13block: deactivate blk_stat timer in wbt_disable_default()Ming Lei
2018-12-19block/bio: Do not zero user pagesKeith Busch
2018-12-08blk-mq: punt failed direct issue to dispatch listJens Axboe
2018-12-08blk-mq: fix corruption with direct issueJens Axboe
2018-12-01block: copy ioprio in __bio_clone_fast() and bounceHannes Reinecke
2018-11-27block: Clear kernel memory before copying to userKeith Busch
2018-11-21SCSI: fix queue cleanup race before queue initialization is doneMing Lei
2018-11-13block, bfq: correctly charge and reset entity service in all casesPaolo Valente
2018-11-13block: make sure writesame bio is aligned with logical block sizeMing Lei
2018-11-13block: make sure discard bio is aligned with logical block sizeMing Lei
2018-11-13block: setup bounce bio_sets properlyJens Axboe
2018-10-18block: don't deal with discard limit in blkdev_issue_discard()Ming Lei
2018-10-11blk-wbt: wake up all when we scale up, not downJosef Bacik
2018-09-27blk-mq: I/O and timer unplugs are inverted in blktraceIlya Dryomov
2018-09-26block: fix deadline elevator drain for zoned block devicesDamien Le Moal
2018-09-25blk-mq: Allow blocking queue tag iter callbacksKeith Busch
2018-09-21block: use nanosecond resolution for iostatOmar Sandoval
2018-09-11blk-cgroup: increase number of supported policiesJens Axboe
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