summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2019-12-17blk-mq: make sure that line break can be printedMing Lei1-1/+1
2019-12-17block: fix single range discard mergeMing Lei1-1/+1
2019-12-17blk-mq: avoid sysfs buffer overflow with too many CPU coresMing Lei1-5/+10
2019-12-01block: call rq_qos_exit() after queue is frozenMing Lei2-2/+3
2019-12-01block: fix the DISCARD request mergeJianchao Wang1-10/+36
2019-11-20blok, bfq: do not plug I/O if all queues are weight-raisedPaolo Valente1-2/+8
2019-11-20block, bfq: inject other-queue I/O into seeky idle queues on NCQ flashPaolo Valente2-6/+88
2019-11-12blkcg: make blkcg_print_stat() print stats only for online blkgsTejun Heo1-5/+8
2019-10-29blk-rq-qos: fix first node deletion of rq_qos_del()Tejun Heo1-8/+5
2019-10-17blk-wbt: fix performance regression in wbt scale_up/scale_downHarshad Shirwadkar3-9/+15
2019-10-07block: mq-deadline: Fix queue restart handlingDamien Le Moal1-10/+13
2019-10-05block: fix null pointer dereference in blk_mq_rq_timed_out()Yufen Yu3-1/+21
2019-10-01blk-mq: move cancel of requeue_work to the front of blk_exit_queuezhengbin2-2/+3
2019-10-01blk-mq: change gfp flags to GFP_NOIO in blk_mq_realloc_hw_ctxsJianchao Wang4-12/+15
2019-09-16blk-mq: free hw queue's resource in hctx's release handlerMing Lei4-8/+11
2019-09-16blk-iolatency: fix STS_AGAIN handlingDennis Zhou1-37/+14
2019-09-16Blk-iolatency: warn on negative inflight IO counterLiu Bo1-1/+3
2019-08-29block, bfq: handle NULL return value by bfq_init_rq()Paolo Valente1-3/+11
2019-08-04block, scsi: Change the preempt-only flag into a counterBart Van Assche2-18/+27
2019-07-31block/bio-integrity: fix a memory leak bugWenwen Wang1-2/+6
2019-07-31block: init flush rq ref count to 1Josef Bacik1-0/+1
2019-07-26blkcg: update blkcg_print_stat() to handle larger outputsTejun Heo1-2/+6
2019-07-26blk-iolatency: clear use_delay when io.latency is set to zeroTejun Heo1-1/+3
2019-07-26blk-throttle: fix zero wait time for iops throttled groupKonstantin Khlebnikov1-6/+3
2019-07-26blk-iolatency: only account submitted biosDennis Zhou1-0/+4
2019-07-14block, bfq: NULL out the bic when it's no longer validDouglas Anderson1-0/+1
2019-07-10block: Fix a NULL pointer dereference in generic_make_request()Guilherme G. Piccoli1-3/+2
2019-06-15block, bfq: increase idling for weight-raised queuesPaolo Valente1-0/+2
2019-06-15blk-mq: move cancel of requeue_work into blk_mq_releaseMing Lei2-1/+2
2019-05-31block: sed-opal: fix IOC_OPAL_ENABLE_DISABLE_MBRDavid Kozub1-3/+6
2019-05-31block: fix use-after-free on gendiskYufen Yu2-0/+26
2019-05-16bfq: update internal depth state when queue depth changesJens Axboe2-1/+9
2019-05-08block: pass no-op callback to INIT_WORK().Tetsuo Handa1-1/+5
2019-05-08block: use blk_free_flush_queue() to free hctx->fq in blk_mq_init_hctxShenghui Wang1-1/+1
2019-04-20blk-iolatency: #include "blk.h"Bart Van Assche1-0/+1
2019-04-17block: do not leak memory in bio_copy_user_iov()Jérôme Glisse1-1/+4
2019-04-05block, bfq: fix in-service-queue check for queue mergingPaolo Valente2-1/+7
2019-03-23blk-mq: insert rq with DONTPREP to hctx dispatch list when requeueJianchao Wang1-2/+10
2019-03-14blk-iolatency: fix IO hang due to negative inflight counterLiu Bo1-7/+45
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