summaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2018-01-06block: blk-merge: remove unnecessary checkMing Lei1-3/+1
2018-01-06block: blk-merge: try to make front segments in full sizeMing Lei1-5/+49
2018-01-06blk-merge: compute bio->bi_seg_front_size efficientlyMing Lei1-4/+5
2018-01-06block: move bio_alloc_pages() to bcacheMing Lei1-28/+0
2018-01-06block: bounce: don't access bio->bi_io_vec in copy_to_high_bio_irqMing Lei1-5/+11
2018-01-06block: bounce: avoid direct access to bvec tableMing Lei1-9/+8
2018-01-05block, bfq: remove batches of confusing ifdefsPaolo Valente1-55/+72
2018-01-05block, bfq: consider also past I/O in soft real-time detectionPaolo Valente1-34/+81
2018-01-05block, bfq: remove superfluous check in queue-merging setupAngelo Ruocco1-31/+5
2018-01-05block, bfq: let a queue be merged only shortly after starting I/OPaolo Valente3-11/+52
2018-01-05block, bfq: check low_latency flag in bfq_bfqq_save_state()Angelo Ruocco1-1/+2
2018-01-05block, bfq: add missing rq_pos_tree update on rq removalPaolo Valente1-0/+2
2018-01-05block, bfq: increase threshold to deem I/O as randomPaolo Valente1-1/+1
2018-01-05deadline-iosched: Introduce zone locking supportDamien Le Moal1-3/+68
2018-01-05deadline-iosched: Introduce dispatch helpersDamien Le Moal1-10/+37
2018-01-05mq-deadline: Introduce zone locking supportDamien Le Moal1-3/+86
2018-01-05mq-deadline: Introduce dispatch helpersDamien Le Moal1-8/+37
2018-01-05block: introduce zoned block devices zone write lockingChristoph Hellwig2-0/+43
2018-01-05blk-mq: remove confusing comment of blk_mq_sched_dispatch_requestsLiu Bo1-1/+0
2017-12-22blk-mq: improve heavily contended tag caseJens Axboe1-6/+7
2017-12-01Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds4-13/+10
2017-11-24blk-wbt: fix comments typoweiping zhang1-1/+1
2017-11-24blk-wbt: move wbt_clear_stat to common place in wbt_doneweiping zhang1-2/+1
2017-11-24blk-sysfs: remove NULL pointer checking in queue_wb_lat_storeweiping zhang1-4/+1
2017-11-24blk-wbt: remove duplicated setting in wbt_initweiping zhang1-2/+0
2017-11-22block: remove useless assignment in bio_splitMikulas Patocka1-1/+1
2017-11-22treewide: setup_timer() -> timer_setup()Kees Cook2-8/+7
2017-11-22block/laptop_mode: Convert timers to use timer_setup()Kees Cook1-5/+5
2017-11-19block: genhd.c: fix message typoRandy Dunlap1-1/+1
2017-11-19block: add WARN_ON if bdi register failweiping zhang1-2/+5
2017-11-17Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-126/+73
2017-11-17Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds6-76/+199
2017-11-17bio: ensure __bio_clone_fast copies bi_partnoMichael Lyle1-0/+1
2017-11-16block: wake up all tasks blocked in get_request()Ming Lei1-2/+2
2017-11-16block/blk-mq.c: use kmalloc_array_node()Johannes Thumshirn1-1/+1
2017-11-15block, bfq: move debug blkio stats behind CONFIG_DEBUG_BLK_CGROUPLuca Miccio3-73/+93
2017-11-15block, bfq: update blkio stats outside the scheduler lockPaolo Valente2-12/+99
2017-11-15block, bfq: add missing invocations of bfqg_stats_update_io_add/removeLuca Miccio1-3/+18
2017-11-15Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds1-1/+1
2017-11-15Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds26-616/+1097
2017-11-11blk-mq: fixup some comment typos and lengthsJens Axboe1-7/+10
2017-11-11blk-mq: improve tag waiting setup for non-shared tagsJens Axboe1-26/+55
2017-11-11blk-mq: only run the hardware queue if IO is pendingJens Axboe3-15/+12
2017-11-11block: avoid null pointer dereference on null diskColin Ian King1-1/+1
2017-11-11block: create 'slaves' and 'holders' entries for hidden gendisksHannes Reinecke1-7/+7
2017-11-11block, nvme: Introduce blk_mq_req_flags_tBart Van Assche3-9/+9
2017-11-11block, scsi: Make SCSI quiesce and resume work reliablyBart Van Assche2-10/+36
2017-11-11block: Add the QUEUE_FLAG_PREEMPT_ONLY request queue flagBart Van Assche2-0/+31
2017-11-11block: Introduce BLK_MQ_REQ_PREEMPTBart Van Assche2-1/+5
2017-11-11block: Introduce blk_get_request_flags()Bart Van Assche1-15/+35