summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* mq-deadline: make it clear that __dd_dispatch_request() works on all hw queuesJens Axboe2018-01-061-3/+8
* block: blk-merge: remove unnecessary checkMing Lei2018-01-061-3/+1
* block: blk-merge: try to make front segments in full sizeMing Lei2018-01-061-5/+49
* blk-merge: compute bio->bi_seg_front_size efficientlyMing Lei2018-01-061-4/+5
* block: move bio_alloc_pages() to bcacheMing Lei2018-01-061-28/+0
* block: bounce: don't access bio->bi_io_vec in copy_to_high_bio_irqMing Lei2018-01-061-5/+11
* block: bounce: avoid direct access to bvec tableMing Lei2018-01-061-9/+8
* block, bfq: remove batches of confusing ifdefsPaolo Valente2018-01-051-55/+72
* block, bfq: consider also past I/O in soft real-time detectionPaolo Valente2018-01-051-34/+81
* block, bfq: remove superfluous check in queue-merging setupAngelo Ruocco2018-01-051-31/+5
* block, bfq: let a queue be merged only shortly after starting I/OPaolo Valente2018-01-053-11/+52
* block, bfq: check low_latency flag in bfq_bfqq_save_state()Angelo Ruocco2018-01-051-1/+2
* block, bfq: add missing rq_pos_tree update on rq removalPaolo Valente2018-01-051-0/+2
* block, bfq: increase threshold to deem I/O as randomPaolo Valente2018-01-051-1/+1
* deadline-iosched: Introduce zone locking supportDamien Le Moal2018-01-051-3/+68
* deadline-iosched: Introduce dispatch helpersDamien Le Moal2018-01-051-10/+37
* mq-deadline: Introduce zone locking supportDamien Le Moal2018-01-051-3/+86
* mq-deadline: Introduce dispatch helpersDamien Le Moal2018-01-051-8/+37
* block: introduce zoned block devices zone write lockingChristoph Hellwig2018-01-052-0/+43
* blk-mq: remove confusing comment of blk_mq_sched_dispatch_requestsLiu Bo2018-01-051-1/+0
* blk-mq: improve heavily contended tag caseJens Axboe2017-12-221-6/+7
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-12-014-13/+10
|\
| * blk-wbt: fix comments typoweiping zhang2017-11-231-1/+1
| * blk-wbt: move wbt_clear_stat to common place in wbt_doneweiping zhang2017-11-231-2/+1
| * blk-sysfs: remove NULL pointer checking in queue_wb_lat_storeweiping zhang2017-11-231-4/+1
| * blk-wbt: remove duplicated setting in wbt_initweiping zhang2017-11-231-2/+0
| * block: remove useless assignment in bio_splitMikulas Patocka2017-11-221-1/+1
| * block: genhd.c: fix message typoRandy Dunlap2017-11-191-1/+1
| * block: add WARN_ON if bdi register failweiping zhang2017-11-191-2/+5
* | treewide: setup_timer() -> timer_setup()Kees Cook2017-11-212-8/+7
* | block/laptop_mode: Convert timers to use timer_setup()Kees Cook2017-11-211-5/+5
|/
* Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-172-126/+73
|\
| * bio_alloc_map_data(): do bmd->iter setup right thereAl Viro2017-10-111-8/+12
| * bio_copy_user_iov(): saner bio size calculationAl Viro2017-10-111-24/+6
| * bio_map_user_iov(): get rid of copying iov_iterAl Viro2017-10-111-6/+3
| * bio_copy_from_iter(): get rid of copying iov_iterAl Viro2017-10-111-5/+6
| * move more stuff down into bio_copy_user_iov()Al Viro2017-10-112-6/+5
| * blk_rq_map_user_iov(): move iov_iter_advance() downAl Viro2017-10-112-3/+4
| * bio_map_user_iov(): get rid of the iov_for_each()Al Viro2017-10-111-19/+2
| * bio_map_user_iov(): move alignment check into the main loopAl Viro2017-10-111-27/+27
| * don't rely upon subsequent bio_add_pc_page() calls failingAl Viro2017-10-111-4/+4
| * ... and with iov_iter_get_pages_alloc() it becomes even simplerAl Viro2017-10-111-16/+5
| * bio_map_user_iov(): switch to iov_iter_get_pages()/iov_iter_advance()Al Viro2017-10-111-33/+24
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-176-76/+199
|\ \
| * | bio: ensure __bio_clone_fast copies bi_partnoMichael Lyle2017-11-171-0/+1
| * | block: wake up all tasks blocked in get_request()Ming Lei2017-11-151-2/+2
| * | block, bfq: move debug blkio stats behind CONFIG_DEBUG_BLK_CGROUPLuca Miccio2017-11-143-73/+93
| * | block, bfq: update blkio stats outside the scheduler lockPaolo Valente2017-11-142-12/+99
| * | block, bfq: add missing invocations of bfqg_stats_update_io_add/removeLuca Miccio2017-11-141-3/+18
* | | block/blk-mq.c: use kmalloc_array_node()Johannes Thumshirn2017-11-151-1/+1
|/ /