summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* blk-iolatency: fix IO hang due to negative inflight counterLiu Bo2019-03-131-7/+45
* blk-mq: fix a hung issue when fsyncJianchao Wang2019-02-201-1/+1
* block: use rcu_work instead of call_rcu to avoid sleep in softirqYufen Yu2019-01-221-3/+5
* block: mq-deadline: Fix write completion handlingDamien Le Moal2019-01-133-2/+14
* block: deactivate blk_stat timer in wbt_disable_default()Ming Lei2019-01-132-1/+8
* block/bio: Do not zero user pagesKeith Busch2018-12-191-1/+2
* blk-mq: punt failed direct issue to dispatch listJens Axboe2018-12-081-28/+5
* blk-mq: fix corruption with direct issueJens Axboe2018-12-081-1/+25
* block: copy ioprio in __bio_clone_fast() and bounceHannes Reinecke2018-12-012-0/+2
* block: Clear kernel memory before copying to userKeith Busch2018-11-271-0/+1
* SCSI: fix queue cleanup race before queue initialization is doneMing Lei2018-11-211-3/+2
* block, bfq: correctly charge and reset entity service in all casesPaolo Valente2018-11-131-3/+10
* block: make sure writesame bio is aligned with logical block sizeMing Lei2018-11-131-1/+1
* block: make sure discard bio is aligned with logical block sizeMing Lei2018-11-133-3/+13
* block: setup bounce bio_sets properlyJens Axboe2018-11-131-9/+28
* 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