aboutsummaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)Author
2019-05-25blk-mq: free hw queue's resource in hctx's release handlerMing Lei
2019-05-16bfq: update internal depth state when queue depth changesJens Axboe
2019-05-10blk-mq: introduce blk_mq_complete_request_sync()Ming Lei
2019-05-08blk-mq: do not reset plug->rq_count before the list is sortedDongli Zhang
2019-05-08block: use blk_free_flush_queue() to free hctx->fq in blk_mq_init_hctxShenghui Wang
2019-05-02block, bfq: fix use after free in bfq_bfqq_expirePaolo Valente
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-17block: Revert v5.0 blk_mq_request_issue_directly() changesBart Van Assche
2019-04-05block, bfq: fix queue removal from weights treePaolo Valente
2019-04-05block, bfq: fix in-service-queue check for queue mergingPaolo Valente
2019-04-03blk-mq: fix sbitmap ws_active for shared tagsJens Axboe
2019-02-15Merge tag 'for-linus-20190215' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-02-11blk-mq: insert rq with DONTPREP to hctx dispatch list when requeueJianchao Wang
2019-02-09Merge tag 'for-linus-20190209' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-02-08blk-mq: remove duplicated definition of blk_mq_freeze_queueLiu Bo
2019-02-08Blk-iolatency: warn on negative inflight IO counterLiu Bo
2019-02-08blk-iolatency: fix IO hang due to negative inflight counterLiu Bo
2019-02-08Merge tag 'driver-core-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-01-31blk-mq: protect debugfs_create_files() from failuresGreg Kroah-Hartman
2019-01-30blk-mq: fix a hung issue when fsyncJianchao Wang
2019-01-30block: pass no-op callback to INIT_WORK().Tetsuo Handa
2019-01-27Revert "block: cover another queue enter recursion via BIO_QUEUE_ENTERED"Jens Axboe
2019-01-24blk-wbt: Declare local functions staticBart Van Assche
2019-01-24blk-mq: fix the cmd_flag_name arrayJianchao Wang
2019-01-22block: cover another queue enter recursion via BIO_QUEUE_ENTEREDMing Lei
2019-01-17block: Cleanup license noticeThomas Gleixner
2019-01-16block: don't lose track of REQ_INTEGRITY flagMing Lei
2019-01-14block, bfq: fix comments on __bfq_deactivate_entityPaolo Valente
2019-01-09block: fix kerneldoc comment for blk_attempt_plug_merge()Jonathan Corbet
2019-01-08block: clarify documentation for blk_{start|finish}_plugJeff Moyer
2019-01-02Merge tag 'for-4.21/block-20190102' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-12-21bsg: deprecate BIDI support in bsgChristoph Hellwig
2018-12-21blkcg: remove unused __blkg_release_rcu()Dennis Zhou
2018-12-21blkcg: clean up blkg_tryget_closest()Dennis Zhou
2018-12-22treewide: surround Kconfig file paths with double quotesMasahiro Yamada
2018-12-20kyber: use sbitmap add_wait_queue/list_del wait helpersJens Axboe
2018-12-19block: save irq state in blkg_lookup_create()Ming Lei
2018-12-18scsi: block: remove the cluster flagChristoph Hellwig
2018-12-18block: make request_to_qc_t publicSagi Grimberg
2018-12-17blk-mq: enable IO poll if .nr_queues of type poll > 0Ming Lei
2018-12-17blk-mq: change blk_mq_queue_busy() to blk_mq_queue_inflight()Jens Axboe
2018-12-17blk-mq: skip zero-queue maps in blk_mq_map_swqueueMing Lei
2018-12-17block: fix blk-iolatency accounting underflowDennis Zhou
2018-12-17blk-mq: fix dispatch from sw queueMing Lei
2018-12-17block: mq-deadline: Fix write completion handlingDamien Le Moal
2018-12-17blk-mq: only dispatch to non-defauly queue maps if they have queuesChristoph Hellwig