aboutsummaryrefslogtreecommitdiff
path: root/block/bfq-iosched.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-09Merge tag 'v4.20-rc6' into for-4.21/blockGravatar Jens Axboe 1-22/+54
2018-12-07blkcg: fix ref count issue with bio_blkcg() using task_cssGravatar Dennis Zhou 1-1/+1
2018-12-07block, bfq: fix decrement of num_active_groupsGravatar Paolo Valente 1-22/+54
2018-11-15block: remove the queue_lock indirectionGravatar Christoph Hellwig 1-8/+8
2018-11-07block: get rid of MQ scheduler ops unionGravatar Jens Axboe 1-1/+1
2018-11-07block: remove dead elevator codeGravatar Jens Axboe 1-1/+0
2018-11-01blkcg: revert blkcg cleanups seriesGravatar Dennis Zhou 1-1/+1
2018-10-13block, bfq: improve asymmetric scenarios detectionGravatar Federico Motta 1-99/+124
2018-09-21blkcg: fix ref count issue with bio_blkcg using task_cssGravatar Dennis Zhou (Facebook) 1-1/+1
2018-09-14blok, bfq: do not plug I/O if all queues are weight-raisedGravatar Paolo Valente 1-2/+8
2018-09-14block, bfq: inject other-queue I/O into seeky idle queues on NCQ flashGravatar Paolo Valente 1-6/+62
2018-08-16block, bfq: reduce write overchargeGravatar Paolo Valente 1-14/+19
2018-08-16block, bfq: readd missing reset of parent-entity serviceGravatar Paolo Valente 1-0/+21
2018-07-09block, bfq: give a better name to bfq_bfqq_may_idleGravatar Paolo Valente 1-8/+8
2018-07-09block, bfq: fix service being wrongly set to zero in case of preemptionGravatar Paolo Valente 1-6/+28
2018-07-09block, bfq: do not expire a queue that will deserve dispatch pluggingGravatar Paolo Valente 1-3/+33
2018-07-09block, bfq: add/remove entity weights correctlyGravatar Paolo Valente 1-4/+41
2018-05-31block, bfq: prevent soft_rt_next_start from being stuck at infinityGravatar Davide Sapienza 1-27/+2
2018-05-31block, bfq: increase weight-raising duration for interactive appsGravatar Davide Sapienza 1-11/+15
2018-05-31block, bfq: remove slow-system classGravatar Paolo Valente 1-95/+42
2018-05-31block, bfq: add description of weight-raising heuristicsGravatar Paolo Valente 1-24/+56
2018-05-31block, bfq: remove the removal of 'next' rq in bfq_requests_mergedGravatar Filippo Muzzini 1-7/+0
2018-05-31block, bfq: remove wrong check in bfq_requests_mergedGravatar Paolo Valente 1-6/+20
2018-05-31block, bfq: remove wrong lock in bfq_requests_mergedGravatar Filippo Muzzini 1-2/+0
2018-05-10bfq-iosched: update shallow depth to smallest one usedGravatar Jens Axboe 1-3/+14
2018-05-10bfq-iosched: remove unused variableGravatar Jens Axboe 1-9/+7
2018-05-10bfq: calculate shallow depths at init timeGravatar Jens Axboe 1-47/+50
2018-05-10bfq-iosched: don't worry about reserved tags in limit_depthGravatar Jens Axboe 1-8/+1
2018-05-10block, bfq: postpone rq preparation to insert or mergeGravatar Paolo Valente 1-29/+57
2018-05-09block: consolidate struct request timestamp fieldsGravatar Omar Sandoval 1-2/+2
2018-04-17bfq-iosched: ensure to clear bic/bfqq pointers when preparing requestGravatar Jens Axboe 1-1/+9
2018-03-26block, bfq: lower-bound the estimated peak rate to 1Gravatar Paolo Valente 1-1/+24
2018-02-07block, bfq: add requeue-request hookGravatar Paolo Valente 1-25/+82
2018-01-18block, bfq: limit sectors served with interactive weight raisingGravatar Paolo Valente 1-9/+72
2018-01-18block, bfq: limit tags for writes and async I/OGravatar Paolo Valente 1-0/+77
2018-01-10block, bfq: fix occurrences of request finish method's old nameGravatar Chiara Bruschi 1-13/+13
2018-01-09bfq-iosched: don't call bfqg_and_blkg_put for !CONFIG_BFQ_GROUP_IOSCHEDGravatar Jens Axboe 1-1/+1
2018-01-09block, bfq: release oom-queue ref to root group on exitGravatar Paolo Valente 1-0/+3
2018-01-05block, bfq: remove batches of confusing ifdefsGravatar Paolo Valente 1-55/+72
2018-01-05block, bfq: consider also past I/O in soft real-time detectionGravatar Paolo Valente 1-34/+81
2018-01-05block, bfq: remove superfluous check in queue-merging setupGravatar Angelo Ruocco 1-31/+5
2018-01-05block, bfq: let a queue be merged only shortly after starting I/OGravatar Paolo Valente 1-11/+46
2018-01-05block, bfq: check low_latency flag in bfq_bfqq_save_state()Gravatar Angelo Ruocco 1-1/+2
2018-01-05block, bfq: add missing rq_pos_tree update on rq removalGravatar Paolo Valente 1-0/+2
2018-01-05block, bfq: increase threshold to deem I/O as randomGravatar Paolo Valente 1-1/+1
2017-11-14block, bfq: move debug blkio stats behind CONFIG_DEBUG_BLK_CGROUPGravatar Luca Miccio 1-7/+7
2017-11-14block, bfq: update blkio stats outside the scheduler lockGravatar Paolo Valente 1-11/+99
2017-11-14block, bfq: add missing invocations of bfqg_stats_update_io_add/removeGravatar Luca Miccio 1-3/+18
2017-10-09block, bfq: fix unbalanced decrements of burst sizeGravatar Paolo Valente 1-2/+57
2017-10-09block,bfq: Disable writeback throttlingGravatar Luca Miccio 1-1/+2