aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2019-02-09Merge tag 'for-linus-20190209' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-9/+48
2019-02-08blk-mq: remove duplicated definition of blk_mq_freeze_queueGravatar Liu Bo 1-1/+0
2019-02-08Blk-iolatency: warn on negative inflight IO counterGravatar Liu Bo 1-1/+3
2019-02-08blk-iolatency: fix IO hang due to negative inflight counterGravatar Liu Bo 1-7/+45
2019-02-08Merge tag 'driver-core-5.0-rc6' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+3
2019-01-31blk-mq: protect debugfs_create_files() from failuresGravatar Greg Kroah-Hartman 1-0/+3
2019-01-30blk-mq: fix a hung issue when fsyncGravatar Jianchao Wang 1-1/+1
2019-01-30block: pass no-op callback to INIT_WORK().Gravatar Tetsuo Handa 1-1/+5
2019-01-27Revert "block: cover another queue enter recursion via BIO_QUEUE_ENTERED"Gravatar Jens Axboe 2-11/+10
2019-01-24blk-wbt: Declare local functions staticGravatar Bart Van Assche 1-2/+2
2019-01-24blk-mq: fix the cmd_flag_name arrayGravatar Jianchao Wang 1-1/+2
2019-01-22block: cover another queue enter recursion via BIO_QUEUE_ENTEREDGravatar Ming Lei 2-10/+11
2019-01-17block: Cleanup license noticeGravatar Thomas Gleixner 1-2/+0
2019-01-16block: don't lose track of REQ_INTEGRITY flagGravatar Ming Lei 1-1/+2
2019-01-14block, bfq: fix comments on __bfq_deactivate_entityGravatar Paolo Valente 1-6/+5
2019-01-09block: fix kerneldoc comment for blk_attempt_plug_merge()Gravatar Jonathan Corbet 1-1/+0
2019-01-08block: clarify documentation for blk_{start|finish}_plugGravatar Jeff Moyer 1-0/+19
2019-01-02Merge tag 'for-4.21/block-20190102' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-23/+8
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Gravatar Linus Torvalds 1-1/+1
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 3-18/+8
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 52-10182/+1813
2018-12-21bsg: deprecate BIDI support in bsgGravatar Christoph Hellwig 1-0/+4
2018-12-21blkcg: remove unused __blkg_release_rcu()Gravatar Dennis Zhou 1-23/+0
2018-12-21blkcg: clean up blkg_tryget_closest()Gravatar Dennis Zhou 1-0/+4
2018-12-22treewide: surround Kconfig file paths with double quotesGravatar Masahiro Yamada 1-1/+1
2018-12-20kyber: use sbitmap add_wait_queue/list_del wait helpersGravatar Jens Axboe 1-13/+15
2018-12-19block: save irq state in blkg_lookup_create()Gravatar Ming Lei 1-2/+4
2018-12-18scsi: block: remove the cluster flagGravatar Christoph Hellwig 3-18/+8
2018-12-18block: make request_to_qc_t publicGravatar Sagi Grimberg 1-8/+0
2018-12-17blk-mq: enable IO poll if .nr_queues of type poll > 0Gravatar Ming Lei 2-2/+4
2018-12-17blk-mq: change blk_mq_queue_busy() to blk_mq_queue_inflight()Gravatar Jens Axboe 1-8/+8
2018-12-17blk-mq: skip zero-queue maps in blk_mq_map_swqueueGravatar Ming Lei 1-0/+3
2018-12-17block: fix blk-iolatency accounting underflowGravatar Dennis Zhou 2-1/+6
2018-12-17blk-mq: fix dispatch from sw queueGravatar Ming Lei 4-45/+68
2018-12-17block: mq-deadline: Fix write completion handlingGravatar Damien Le Moal 3-2/+14
2018-12-17blk-mq: only dispatch to non-defauly queue maps if they have queuesGravatar Christoph Hellwig 1-5/+8
2018-12-17blk-mq: export hctx->type in debugfs instead of sysfsGravatar Ming Lei 2-17/+16
2018-12-17blk-mq: fix allocation for queue mapping tableGravatar Ming Lei 1-1/+1
2018-12-16blk-wbt: export internal state via debugfsGravatar Ming Lei 1-0/+91
2018-12-16blk-mq-debugfs: support rq_qosGravatar Ming Lei 4-0/+97
2018-12-16block: clear REQ_HIPRI if polling is not supportedGravatar Christoph Hellwig 1-0/+3
2018-12-16blk-mq: replace and kill blk_mq_request_issue_directlyGravatar Jianchao Wang 3-11/+8
2018-12-16blk-mq: issue directly with bypass 'false' in blk_mq_sched_insert_requestsGravatar Jianchao Wang 2-16/+12
2018-12-16blk-mq: refactor the code of issue request directlyGravatar Jianchao Wang 1-49/+54
2018-12-16block: remove the bio_integrity_advance exportGravatar Christoph Hellwig 1-1/+0
2018-12-16block: remove the bioset_integrity_free exportGravatar Christoph Hellwig 1-1/+0
2018-12-14block: remove the unused bio_set_pages_dirty and bio_check_pages_dirty exportsGravatar Christoph Hellwig 1-2/+0
2018-12-14block: remove the unused bio_iov_iter_get_pages exportGravatar Christoph Hellwig 1-1/+0
2018-12-14block: remove the blk_recount_segments exportGravatar Christoph Hellwig 1-1/+0
2018-12-14block: remove the bio_phys_segments exportGravatar Christoph Hellwig 1-2/+1