summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds2018-10-2230-1010/+1726
|\
| * block: setup bounce bio_sets properlyJens Axboe2018-10-211-9/+28
| * blkcg: reassociate bios when make_request() is called recursivelyDennis Zhou2018-10-202-0/+21
| * blk-mq: provide helper for setting up an SQ queue and tag setJens Axboe2018-10-161-0/+33
| * block: remove bogus check for queue_lock assignmentJens Axboe2018-10-141-2/+1Star
| * blk-mq: fallback to previous nr_hw_queues when updating failsJianchao Wang2018-10-131-3/+24
| * blk-mq: realloc hctx when hw queue is mapped to another nodeJianchao Wang2018-10-131-26/+56
| * blk-mq: change gfp flags to GFP_NOIO in blk_mq_realloc_hw_ctxsJianchao Wang2018-10-134-12/+15
| * blk-mq: adjust debugfs and sysfs register when updating nr_hw_queuesJianchao Wang2018-10-131-27/+12Star
| * block, bfq: improve asymmetric scenarios detectionFederico Motta2018-10-133-131/+155
| * cfq: clear queue pointers from cfqg after unpinning them in cfq_pd_offlineMaciej S. Szmigiero2018-10-111-3/+9
| * block: remove redundant 'default n' from Kconfig-sBartlomiej Zolnierkiewicz2018-10-102-10/+0Star
| * blk-mq: complete req in softirq context in case of single queueMing Lei2018-10-082-3/+16
| * blk-mq-debugfs: Also show requests that have not yet been startedBart Van Assche2018-10-051-2/+1Star
| * Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe2018-10-018-19/+16Star
| |\
| * | blk-iolatency: keep track of previous windows statsJosef Bacik2018-09-281-7/+13
| * | blk-iolatency: use a percentile approache for ssd'sJosef Bacik2018-09-281-34/+145
| * | blk-iolatency: deal with small samplesJosef Bacik2018-09-281-1/+1
| * | blk-iolatency: deal with nr_requests == 1Josef Bacik2018-09-281-1/+1
| * | blk-iolatency: use q->nr_requests directlyJosef Bacik2018-09-281-3/+3
| * | kyber: fix integer overflow of latency targets on 32-bitOmar Sandoval2018-09-281-3/+3
| * | block: genhd: add 'groups' argument to device_add_diskHannes Reinecke2018-09-281-5/+14
| * | kyber: add tracepointsOmar Sandoval2018-09-281-18/+34
| * | kyber: implement improved heuristicsOmar Sandoval2018-09-281-218/+279
| * | kyber: don't make domain token sbitmap larger than necessaryOmar Sandoval2018-09-281-13/+2Star
| * | block: export blk_stat_enable_accounting()Omar Sandoval2018-09-281-0/+1
| * | block: move call of scheduler's ->completed_request() hookOmar Sandoval2018-09-283-7/+7
| * | blk-mq: Enable support for runtime power managementBart Van Assche2018-09-262-6/+2Star
| * | block: Make blk_get_request() block for non-PM requests while suspendedBart Van Assche2018-09-262-34/+47
| * | block: Allow unfreezing of a queue while requests are in progressBart Van Assche2018-09-261-1/+1
| * | block: Schedule runtime resume earlierBart Van Assche2018-09-262-2/+2
| * | block: Split blk_pm_add_request() and blk_pm_put_request()Bart Van Assche2018-09-263-5/+33
| * | block, scsi: Change the preempt-only flag into a counterBart Van Assche2018-09-262-18/+27
| * | block: Move power management code into a new source fileBart Van Assche2018-09-266-216/+237
| * | block: remove ARCH_BIOVEC_PHYS_MERGEABLEChristoph Hellwig2018-09-261-5/+2Star
| * | block: remove bvec_to_physChristoph Hellwig2018-09-241-2/+2
| * | block: merge BIOVEC_SEG_BOUNDARY into biovec_phys_mergeableChristoph Hellwig2018-09-244-40/+17Star
| * | block: add a missing BIOVEC_SEG_BOUNDARY check in bio_add_pc_pageChristoph Hellwig2018-09-241-1/+3
| * | block: simplify BIOVEC_PHYS_MERGEABLEChristoph Hellwig2018-09-244-8/+22
| * | block: move req_gap_back_merge to blk.hChristoph Hellwig2018-09-241-0/+19
| * | block: move req_gap_{back,front}_merge to blk-merge.cChristoph Hellwig2018-09-241-0/+65
| * | block: move integrity_req_gap_{back,front}_merge to blk.hChristoph Hellwig2018-09-241-2/+33
| * | blk-mq: Document the functions that iterate over requestsBart Van Assche2018-09-221-7/+64
| * | blkcg: rename blkg_try_get to blkg_trygetDennis Zhou (Facebook)2018-09-223-4/+3Star
| * | blkcg: change blkg reference counting to use percpu_refDennis Zhou (Facebook)2018-09-221-25/+39
| * | blkcg: remove additional reference to the cssDennis Zhou (Facebook)2018-09-221-26/+36
| * | blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou (Facebook)2018-09-222-46/+12Star
| * | blkcg: associate a blkg for pages being evicted by swapDennis Zhou (Facebook)2018-09-221-24/+59
| * | blkcg: consolidate bio_issue_init to be a part of coreDennis Zhou (Facebook)2018-09-224-10/+4Star
| * | blkcg: always associate a bio with a blkgDennis Zhou (Facebook)2018-09-223-26/+41