summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* blk-mq: replace timeout synchronization with a RCU and generation based schemeTejun Heo2018-01-095-79/+206
* blk-mq: protect completion path with RCUTejun Heo2018-01-091-0/+5
* blk-mq: move hctx lock/unlock into a helperJens Axboe2018-01-091-34/+32
* block, bfq: release oom-queue ref to root group on exitPaolo Valente2018-01-091-0/+3
* block, bfq: put async queues for root bfq groups tooPaolo Valente2018-01-091-2/+5
* blk-mq: fix kernel oops in blk_mq_tag_idle()Ming Lei2018-01-091-1/+2
* blk-mq: fix race between updating nr_hw_queues and switching io schedMing Lei2018-01-061-0/+4
* blk-mq: avoid to map CPU into stale hw queueMing Lei2018-01-061-2/+20
* blk-mq: quiesce queue during switching io sched and updating nr_requestsMing Lei2018-01-062-1/+28
* blk-mq: quiesce queue before freeing queueMing Lei2018-01-061-0/+9
* 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