summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)Author
2019-02-15block: enable multipage bvecsMing Lei
2019-02-15block: allow bio_for_each_segment_all() to iterate over multi-page bvecMing Lei
2019-02-15block: use bio_for_each_bvec() to map sgMing Lei
2019-02-15block: use bio_for_each_bvec() to compute multi-page bvec countMing Lei
2019-02-15block: don't use bio->bi_vcnt to figure out segment numberMing Lei
2019-02-11block: avoid setting none scheduler if it's already noneAleksei Zakharov
2019-02-11block: avoid setting wbt_lat_usec to current valueAleksei Zakharov
2019-02-10blk-sysfs: Rework documention of __blk_release_queueMarcos Paulo de Souza
2019-02-10blk-cgroup: Fix doc related to blkcg_exit_queueMarcos Paulo de Souza
2019-02-09block: kill QUEUE_FLAG_FLUSH_NQJens Axboe
2019-02-08block: avoid setting nr_requests to current valueAleksei Zakharov
2019-02-01blk-mq: save default hctx into ctx->hctxs for not-supported typeJianchao Wang
2019-02-01blk-mq: save queue mapping result into ctx directlyJianchao Wang
2019-01-31block, bfq: fix in-service-queue check for queue mergingPaolo Valente
2019-01-31block, bfq: do not overcharge writes in asymmetric scenariosPaolo Valente
2019-01-31block, bfq: port commit "cfq-iosched: improve hw_tag detection"Paolo Valente
2019-01-31block, bfq: reduce threshold for detecting command queueingPaolo Valente
2019-01-31block, bfq: fix queue removal from weights treePaolo Valente
2019-01-31block, bfq: fix sequential rq detection in rate estimationPaolo Valente
2019-01-31block, bfq: unconditionally plug I/O in asymmetric scenariosPaolo Valente
2019-01-31block, bfq: do not plug I/O of in-service queue when harmfulPaolo Valente
2019-01-31block, bfq: split function bfq_better_to_idlePaolo Valente
2019-01-31block, bfq: consider also ioprio classes in symmetry detectionPaolo Valente
2019-01-31block, bfq: remove case of redirected bic from insert_requestPaolo Valente
2019-01-31block, bfq: make sure queue budgets are not below service receivedPaolo Valente
2019-01-31block, bfq: avoid selecting a queue w/o budgetPaolo Valente
2019-01-31block, bfq: do not consider interactive queues in srt filteringPaolo Valente
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