summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2019-07-19Merge tag 'v4.19.59' into v4.19-rtSteven Rostedt (VMware)
2019-07-14block, bfq: NULL out the bic when it's no longer validDouglas Anderson
2019-07-10block: Fix a NULL pointer dereference in generic_make_request()Guilherme G. Piccoli
2019-06-15block, bfq: increase idling for weight-raised queuesPaolo Valente
2019-06-15blk-mq: move cancel of requeue_work into blk_mq_releaseMing Lei
2019-06-14Merge tag 'v4.19.47' into v4.19-rtSteven Rostedt (VMware)
2019-05-31block: sed-opal: fix IOC_OPAL_ENABLE_DISABLE_MBRDavid Kozub
2019-05-31block: fix use-after-free on gendiskYufen Yu
2019-05-16bfq: update internal depth state when queue depth changesJens Axboe
2019-05-08block: pass no-op callback to INIT_WORK().Tetsuo Handa
2019-05-08block: use blk_free_flush_queue() to free hctx->fq in blk_mq_init_hctxShenghui Wang
2019-04-28Merge tag 'v4.19.37' into v4.19-rtSteven Rostedt (VMware)
2019-04-20blk-iolatency: #include "blk.h"Bart Van Assche
2019-04-17block: do not leak memory in bio_copy_user_iov()Jérôme Glisse
2019-04-05block, bfq: fix in-service-queue check for queue mergingPaolo Valente
2019-03-27Merge tag 'v4.19.31' into v4.19-rtSteven Rostedt (VMware)
2019-03-26Merge tag 'v4.19.29' into v4.19-rtSteven Rostedt (VMware)
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-26Merge tag 'v4.19.25' into linux-4.19.y-rtSebastian Andrzej Siewior
2019-02-20blk-mq: fix a hung issue when fsyncJianchao Wang
2019-02-18Merge tag 'v4.19.23' into linux-4.19.y-rtSebastian Andrzej Siewior
2019-01-22block: use rcu_work instead of call_rcu to avoid sleep in softirqYufen Yu
2019-01-14Merge tag 'v4.19.15' into linux-4.19.y-rtSebastian Andrzej Siewior
2019-01-13block: mq-deadline: Fix write completion handlingDamien Le Moal
2019-01-13block: deactivate blk_stat timer in wbt_disable_default()Ming Lei
2019-01-07Merge tag 'v4.19.13' into linux-4.19.y-rtSebastian Andrzej Siewior
2018-12-19block/bio: Do not zero user pagesKeith Busch
2018-12-11Merge tag 'v4.19.8' into linux-4.19.y-rtSebastian Andrzej Siewior
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-30Merge tag 'v4.19.5' into linux-4.19.y-rtSebastian Andrzej Siewior
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-29block: Use cpu_chill() for retry loopsThomas Gleixner
2018-10-29block: blk-mq: move blk_queue_usage_counter_release() into process contextSebastian Andrzej Siewior
2018-10-29block/mq: don't complete requests via IPISebastian Andrzej Siewior
2018-10-29block/mq: do not invoke preempt_disable()Sebastian Andrzej Siewior
2018-10-29block: mq: use cpu_light()Sebastian Andrzej Siewior
2018-10-29softirq: Check preemption after reenabling interruptsThomas Gleixner
2018-10-29hrtimer: consolidate hrtimer_init() + hrtimer_init_sleeper() callsSebastian Andrzej Siewior
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