aboutsummaryrefslogtreecommitdiffstats
path: root/block (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-31block, bfq: fix in-service-queue check for queue mergingPaolo Valente2-1/+7
2019-01-31block, bfq: do not overcharge writes in asymmetric scenariosPaolo Valente1-1/+2
2019-01-31block, bfq: port commit "cfq-iosched: improve hw_tag detection"Paolo Valente1-0/+13
2019-01-31block, bfq: reduce threshold for detecting command queueingPaolo Valente1-2/+2
2019-01-31block, bfq: fix queue removal from weights treePaolo Valente2-7/+16
2019-01-31block, bfq: fix sequential rq detection in rate estimationPaolo Valente1-5/+7
2019-01-31block, bfq: unconditionally plug I/O in asymmetric scenariosPaolo Valente1-181/+165
2019-01-31block, bfq: do not plug I/O of in-service queue when harmfulPaolo Valente1-14/+17
2019-01-31block, bfq: split function bfq_better_to_idlePaolo Valente1-73/+82
2019-01-31block, bfq: consider also ioprio classes in symmetry detectionPaolo Valente3-47/+59
2019-01-31block, bfq: remove case of redirected bic from insert_requestPaolo Valente1-2/+0
2019-01-31block, bfq: make sure queue budgets are not below service receivedPaolo Valente1-2/+4
2019-01-31block, bfq: avoid selecting a queue w/o budgetPaolo Valente1-1/+9
2019-01-31block, bfq: do not consider interactive queues in srt filteringPaolo Valente1-10/+29
2019-01-31blk-mq: protect debugfs_create_files() from failuresGreg Kroah-Hartman1-0/+3
2019-01-30blk-mq: fix a hung issue when fsyncJianchao Wang1-1/+1
2019-01-30block: pass no-op callback to INIT_WORK().Tetsuo Handa1-1/+5
2019-01-27Revert "block: cover another queue enter recursion via BIO_QUEUE_ENTERED"Jens Axboe2-11/+10
2019-01-24blk-wbt: Declare local functions staticBart Van Assche1-2/+2
2019-01-24blk-mq: fix the cmd_flag_name arrayJianchao Wang1-1/+2
2019-01-22block: cover another queue enter recursion via BIO_QUEUE_ENTEREDMing Lei2-10/+11
2019-01-17block: Cleanup license noticeThomas Gleixner1-2/+0
2019-01-16block: don't lose track of REQ_INTEGRITY flagMing Lei1-1/+2
2019-01-14block, bfq: fix comments on __bfq_deactivate_entityPaolo Valente1-6/+5
2019-01-09block: fix kerneldoc comment for blk_attempt_plug_merge()Jonathan Corbet1-1/+0
2019-01-08block: clarify documentation for blk_{start|finish}_plugJeff Moyer1-0/+19
2019-01-02Merge tag 'for-4.21/block-20190102' of git://git.kernel.dk/linux-blockLinus Torvalds3-23/+8
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-18/+8
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds52-10182/+1813
2018-12-21bsg: deprecate BIDI support in bsgChristoph Hellwig1-0/+4
2018-12-21blkcg: remove unused __blkg_release_rcu()Dennis Zhou1-23/+0
2018-12-21blkcg: clean up blkg_tryget_closest()Dennis Zhou1-0/+4
2018-12-22treewide: surround Kconfig file paths with double quotesMasahiro Yamada1-1/+1
2018-12-20kyber: use sbitmap add_wait_queue/list_del wait helpersJens Axboe1-13/+15
2018-12-19block: save irq state in blkg_lookup_create()Ming Lei1-2/+4
2018-12-18scsi: block: remove the cluster flagChristoph Hellwig3-18/+8
2018-12-18block: make request_to_qc_t publicSagi Grimberg1-8/+0
2018-12-17blk-mq: enable IO poll if .nr_queues of type poll > 0Ming Lei2-2/+4
2018-12-17blk-mq: change blk_mq_queue_busy() to blk_mq_queue_inflight()Jens Axboe1-8/+8
2018-12-17blk-mq: skip zero-queue maps in blk_mq_map_swqueueMing Lei1-0/+3
2018-12-17block: fix blk-iolatency accounting underflowDennis Zhou2-1/+6
2018-12-17blk-mq: fix dispatch from sw queueMing Lei4-45/+68
2018-12-17block: mq-deadline: Fix write completion handlingDamien Le Moal3-2/+14
2018-12-17blk-mq: only dispatch to non-defauly queue maps if they have queuesChristoph Hellwig1-5/+8
2018-12-17blk-mq: export hctx->type in debugfs instead of sysfsMing Lei2-17/+16
2018-12-17blk-mq: fix allocation for queue mapping tableMing Lei1-1/+1
2018-12-16blk-wbt: export internal state via debugfsMing Lei1-0/+91
2018-12-16blk-mq-debugfs: support rq_qosMing Lei4-0/+97
2018-12-16block: clear REQ_HIPRI if polling is not supportedChristoph Hellwig1-0/+3