summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
* Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe2018-10-018-19/+16
|\
| * blk-mq: I/O and timer unplugs are inverted in blktraceIlya Dryomov2018-09-271-2/+2
| * block: fix deadline elevator drain for zoned block devicesDamien Le Moal2018-09-261-1/+1
| * blk-mq: Allow blocking queue tag iter callbacksKeith Busch2018-09-251-9/+4
| * block: use nanosecond resolution for iostatOmar Sandoval2018-09-214-10/+8
| * blk-cgroup: increase number of supported policiesJens Axboe2018-09-111-1/+3
* | 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-271-18/+34
* | kyber: implement improved heuristicsOmar Sandoval2018-09-271-218/+279
* | kyber: don't make domain token sbitmap larger than necessaryOmar Sandoval2018-09-271-13/+2
* | block: export blk_stat_enable_accounting()Omar Sandoval2018-09-271-0/+1
* | block: move call of scheduler's ->completed_request() hookOmar Sandoval2018-09-273-7/+7
* | blk-mq: Enable support for runtime power managementBart Van Assche2018-09-262-6/+2
* | 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/+2
* | block: remove bvec_to_physChristoph Hellwig2018-09-241-2/+2
* | block: merge BIOVEC_SEG_BOUNDARY into biovec_phys_mergeableChristoph Hellwig2018-09-244-40/+17
* | 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-211-7/+64
* | blkcg: rename blkg_try_get to blkg_trygetDennis Zhou (Facebook)2018-09-213-4/+3
* | blkcg: change blkg reference counting to use percpu_refDennis Zhou (Facebook)2018-09-211-25/+39
* | blkcg: remove additional reference to the cssDennis Zhou (Facebook)2018-09-211-26/+36
* | blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou (Facebook)2018-09-212-46/+12
* | blkcg: associate a blkg for pages being evicted by swapDennis Zhou (Facebook)2018-09-211-24/+59
* | blkcg: consolidate bio_issue_init to be a part of coreDennis Zhou (Facebook)2018-09-214-10/+4
* | blkcg: always associate a bio with a blkgDennis Zhou (Facebook)2018-09-213-26/+41
* | blkcg: convert blkg_lookup_create to find closest blkgDennis Zhou (Facebook)2018-09-212-15/+27
* | blkcg: update blkg_lookup_create to do lockingDennis Zhou (Facebook)2018-09-212-4/+29
* | blkcg: fix ref count issue with bio_blkcg using task_cssDennis Zhou (Facebook)2018-09-215-8/+14
* | Blk-throttle: update to use rbtree with leftmost node cachedLiu Bo2018-09-201-26/+15
* | block: use bio_add_page in bio_iov_iter_get_pagesChristoph Hellwig2018-09-201-21/+20
* | blok, bfq: do not plug I/O if all queues are weight-raisedPaolo Valente2018-09-141-2/+8
* | block, bfq: inject other-queue I/O into seeky idle queues on NCQ flashPaolo Valente2018-09-142-6/+88