summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2019-02-20blk-mq: fix a hung issue when fsyncJianchao Wang1-1/+1
2019-01-22block: use rcu_work instead of call_rcu to avoid sleep in softirqYufen Yu1-3/+5
2019-01-13block: mq-deadline: Fix write completion handlingDamien Le Moal3-2/+14
2019-01-13block: deactivate blk_stat timer in wbt_disable_default()Ming Lei2-1/+8
2018-12-19block/bio: Do not zero user pagesKeith Busch1-1/+2
2018-12-08blk-mq: punt failed direct issue to dispatch listJens Axboe1-28/+5
2018-12-08blk-mq: fix corruption with direct issueJens Axboe1-1/+25
2018-12-01block: copy ioprio in __bio_clone_fast() and bounceHannes Reinecke2-0/+2
2018-11-27block: Clear kernel memory before copying to userKeith Busch1-0/+1
2018-11-21SCSI: fix queue cleanup race before queue initialization is doneMing Lei1-3/+2
2018-11-13block, bfq: correctly charge and reset entity service in all casesPaolo Valente1-3/+10
2018-11-13block: make sure writesame bio is aligned with logical block sizeMing Lei1-1/+1
2018-11-13block: make sure discard bio is aligned with logical block sizeMing Lei3-3/+13
2018-11-13block: setup bounce bio_sets properlyJens Axboe1-9/+28
2018-10-18block: don't deal with discard limit in blkdev_issue_discard()Ming Lei1-26/+2
2018-10-11blk-wbt: wake up all when we scale up, not downJosef Bacik1-1/+1
2018-09-27blk-mq: I/O and timer unplugs are inverted in blktraceIlya Dryomov1-2/+2
2018-09-27block: fix deadline elevator drain for zoned block devicesDamien Le Moal1-1/+1
2018-09-26blk-mq: Allow blocking queue tag iter callbacksKeith Busch1-9/+4
2018-09-22block: use nanosecond resolution for iostatOmar Sandoval4-10/+8
2018-09-11blk-cgroup: increase number of supported policiesJens Axboe1-1/+3
2018-09-06block: bfq: swap puts in bfqg_and_blkg_putKonstantin Khlebnikov1-2/+2
2018-09-06block: don't warn when doing fsync on read-only devicesMikulas Patocka1-1/+4
2018-08-31blkcg: use tryget logic when associating a blkg with a bioDennis Zhou (Facebook)2-3/+5
2018-08-31blkcg: delay blkg destruction until after writeback has finishedDennis Zhou (Facebook)1-8/+45
2018-08-31Revert "blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmd...Dennis Zhou (Facebook)1-62/+16
2018-08-28block: bsg: move atomic_t ref_count variable to refcount APIJohn Pittman1-4/+4
2018-08-28block: remove unnecessary condition checkChengguang Xu1-2/+1
2018-08-27blk-wbt: remove dead codeJens Axboe1-5/+0
2018-08-27blk-wbt: improve waking of tasksJens Axboe1-7/+56
2018-08-27blk-wbt: abstract out end IO completion handlerJens Axboe1-7/+14
2018-08-23blk-wbt: don't maintain inflight counts if disabledJens Axboe2-1/+21
2018-08-23blk-wbt: fix has-sleeper queueing checkJens Axboe1-3/+5
2018-08-23blk-wbt: use wq_has_sleeper() for wq active checkJens Axboe1-4/+4
2018-08-23blk-wbt: move disable check into get_limit()Jens Axboe1-15/+7
2018-08-22Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-blockLinus Torvalds11-100/+173
2018-08-21blk-mq: sync the update nr_hw_queues with blk_mq_queue_tag_busy_iterJianchao Wang2-1/+17
2018-08-21blk-mq: init hctx sched after update ctx and hctx mappingJianchao Wang5-65/+98
2018-08-17block: remove duplicate initializationChaitanya Kulkarni1-1/+0
2018-08-16block: change return type to boolChengguang Xu1-1/+1
2018-08-16block, bfq: return nbytes and not zero from struct cftype .write() methodMaciej S. Szmigiero1-1/+2
2018-08-16block, bfq: improve code of bfq_bfqq_charge_timePaolo Valente1-9/+5
2018-08-16block, bfq: reduce write overchargePaolo Valente1-14/+19
2018-08-16block, bfq: always update the budget of an entity when neededPaolo Valente1-2/+6
2018-08-16block, bfq: readd missing reset of parent-entity servicePaolo Valente1-0/+21
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds40-1220/+2563
2018-08-14blk-wbt: fix IO hang in wbt_wait()Ming Lei1-5/+1
2018-08-14block: don't warn for flush on read-only deviceJens Axboe1-1/+3
2018-08-12blkcg: Make blkg_root_lookup() work for queues in bypass modeBart Van Assche1-1/+1
2018-08-09Blk-throttle: reduce tail io latency when iops limit is enforcedLiu Bo1-6/+1