summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* block, scsi: Change the preempt-only flag into a counterBart Van Assche2019-08-042-18/+27
* block/bio-integrity: fix a memory leak bugWenwen Wang2019-07-311-2/+6
* block: init flush rq ref count to 1Josef Bacik2019-07-311-0/+1
* blkcg: update blkcg_print_stat() to handle larger outputsTejun Heo2019-07-261-2/+6
* blk-iolatency: clear use_delay when io.latency is set to zeroTejun Heo2019-07-261-1/+3
* blk-throttle: fix zero wait time for iops throttled groupKonstantin Khlebnikov2019-07-261-6/+3Star
* blk-iolatency: only account submitted biosDennis Zhou2019-07-261-0/+4
* block, bfq: NULL out the bic when it's no longer validDouglas Anderson2019-07-141-0/+1
* block: Fix a NULL pointer dereference in generic_make_request()Guilherme G. Piccoli2019-07-101-3/+2Star
* block, bfq: increase idling for weight-raised queuesPaolo Valente2019-06-151-0/+2
* blk-mq: move cancel of requeue_work into blk_mq_releaseMing Lei2019-06-152-1/+2
* block: sed-opal: fix IOC_OPAL_ENABLE_DISABLE_MBRDavid Kozub2019-05-311-3/+6
* block: fix use-after-free on gendiskYufen Yu2019-05-312-0/+26
* bfq: update internal depth state when queue depth changesJens Axboe2019-05-162-1/+9
* block: pass no-op callback to INIT_WORK().Tetsuo Handa2019-05-081-1/+5
* block: use blk_free_flush_queue() to free hctx->fq in blk_mq_init_hctxShenghui Wang2019-05-081-1/+1
* blk-iolatency: #include "blk.h"Bart Van Assche2019-04-201-0/+1
* block: do not leak memory in bio_copy_user_iov()Jérôme Glisse2019-04-171-1/+4
* block, bfq: fix in-service-queue check for queue mergingPaolo Valente2019-04-052-1/+7
* blk-mq: insert rq with DONTPREP to hctx dispatch list when requeueJianchao Wang2019-03-231-2/+10
* 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/+5Star
* 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/+2Star
* 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/+2Star
* 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-271-1/+1
* blk-mq: Allow blocking queue tag iter callbacksKeith Busch2018-09-261-9/+4Star
* block: use nanosecond resolution for iostatOmar Sandoval2018-09-224-10/+8Star
* 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-061-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/+16Star
* block: bsg: move atomic_t ref_count variable to refcount APIJohn Pittman2018-08-281-4/+4
* block: remove unnecessary condition checkChengguang Xu2018-08-281-2/+1Star
* blk-wbt: remove dead codeJens Axboe2018-08-271-5/+0Star