summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorLines
2018-01-06blk-mq: avoid to map CPU into stale hw queueMing Lei-2/+20
2018-01-06blk-mq: quiesce queue during switching io sched and updating nr_requestsMing Lei-1/+28
2018-01-06blk-mq: quiesce queue before freeing queueMing Lei-0/+9
2018-01-06mq-deadline: make it clear that __dd_dispatch_request() works on all hw queuesJens Axboe-3/+8
2018-01-06block: blk-merge: remove unnecessary checkMing Lei-3/+1
2018-01-06block: blk-merge: try to make front segments in full sizeMing Lei-5/+49
2018-01-06blk-merge: compute bio->bi_seg_front_size efficientlyMing Lei-4/+5
2018-01-06block: move bio_alloc_pages() to bcacheMing Lei-28/+0
2018-01-06block: bounce: don't access bio->bi_io_vec in copy_to_high_bio_irqMing Lei-5/+11
2018-01-06block: bounce: avoid direct access to bvec tableMing Lei-9/+8
2018-01-05block, bfq: remove batches of confusing ifdefsPaolo Valente-55/+72
2018-01-05block, bfq: consider also past I/O in soft real-time detectionPaolo Valente-34/+81
2018-01-05block, bfq: remove superfluous check in queue-merging setupAngelo Ruocco-31/+5
2018-01-05block, bfq: let a queue be merged only shortly after starting I/OPaolo Valente-11/+52
2018-01-05block, bfq: check low_latency flag in bfq_bfqq_save_state()Angelo Ruocco-1/+2
2018-01-05block, bfq: add missing rq_pos_tree update on rq removalPaolo Valente-0/+2
2018-01-05block, bfq: increase threshold to deem I/O as randomPaolo Valente-1/+1
2018-01-05deadline-iosched: Introduce zone locking supportDamien Le Moal-3/+68
2018-01-05deadline-iosched: Introduce dispatch helpersDamien Le Moal-10/+37
2018-01-05mq-deadline: Introduce zone locking supportDamien Le Moal-3/+86
2018-01-05mq-deadline: Introduce dispatch helpersDamien Le Moal-8/+37
2018-01-05block: introduce zoned block devices zone write lockingChristoph Hellwig-0/+43
2018-01-05block: drain queue before waiting for q_usage_counter becoming zeroMing Lei-2/+11
2018-01-05blk-mq: remove confusing comment of blk_mq_sched_dispatch_requestsLiu Bo-1/+0
2017-12-22blk-mq: improve heavily contended tag caseJens Axboe-6/+7
2017-12-20block-throttle: avoid double chargeShaohua Li-7/+3
2017-12-18block: fix blk_rq_append_bioJens Axboe-16/+22
2017-12-18block: don't let passthrough IO go into .make_request_fn()Ming Lei-2/+4
2017-12-06kyber: fix another domain token wait queue hangOmar Sandoval-13/+24
2017-12-01Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-13/+10
2017-11-27block: annotate ->poll() instancesAl Viro-2/+2
2017-11-23blk-wbt: fix comments typoweiping zhang-1/+1
2017-11-23blk-wbt: move wbt_clear_stat to common place in wbt_doneweiping zhang-2/+1
2017-11-23blk-sysfs: remove NULL pointer checking in queue_wb_lat_storeweiping zhang-4/+1
2017-11-23blk-wbt: remove duplicated setting in wbt_initweiping zhang-2/+0
2017-11-22block: remove useless assignment in bio_splitMikulas Patocka-1/+1
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook-8/+7
2017-11-21block/laptop_mode: Convert timers to use timer_setup()Kees Cook-5/+5
2017-11-19block: genhd.c: fix message typoRandy Dunlap-1/+1
2017-11-19block: add WARN_ON if bdi register failweiping zhang-2/+5
2017-11-17Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-126/+73
2017-11-17Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-76/+199
2017-11-17bio: ensure __bio_clone_fast copies bi_partnoMichael Lyle-0/+1
2017-11-15block: wake up all tasks blocked in get_request()Ming Lei-2/+2
2017-11-15block/blk-mq.c: use kmalloc_array_node()Johannes Thumshirn-1/+1
2017-11-14block, bfq: move debug blkio stats behind CONFIG_DEBUG_BLK_CGROUPLuca Miccio-73/+93
2017-11-14block, bfq: update blkio stats outside the scheduler lockPaolo Valente-12/+99
2017-11-14block, bfq: add missing invocations of bfqg_stats_update_io_add/removeLuca Miccio-3/+18
2017-11-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds-1/+1
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds-616/+1097