- c899773 block, bfq: turn put_queue into release_process_ref in __bfq_bic_change_cgroup by Paolo Valente · 4 years, 9 months ago
- 2f95fa5 block, bfq: fix use-after-free in bfq_idle_slice_timer_body by Zhiqiang Liu · 4 years, 10 months ago
- c92bdde block, bfq: clarify the goal of bfq_split_bfqq() by Paolo Valente · 5 years ago
- 4d8340d block, bfq: remove ifdefs from around gets/puts of bfq groups by Paolo Valente · 5 years ago
- 33a16a9 block, bfq: extend incomplete name of field on_st by Paolo Valente · 5 years ago
- 32c59e3 block, bfq: do not insert oom queue into position tree by Paolo Valente · 5 years ago
- f718b09 block, bfq: do not plug I/O for bfq_queues with no proc refs by Paolo Valente · 5 years ago
- b7f22d9 block/bfq: remove unused bfq_class_rt which never used by Alex Shi · 5 years ago
- ff6814b Merge tag 'for-5.5/block-20191121' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
- 478de33 block, bfq: deschedule empty bfq_queues not referred by any process by Paolo Valente · 5 years ago
- fd41e60 bfq-iosched: stop using blkg->stat_bytes and ->stat_ios by Tejun Heo · 5 years ago
- 58494c9 block, bfq: push up injection only after setting service time by Paolo Valente · 5 years ago
- 17c3d26 block, bfq: increase update frequency of inject limit by Paolo Valente · 5 years ago
- c1e0a18 block, bfq: reduce upper bound for inject limit to max_rq_in_driver+1 by Paolo Valente · 5 years ago
- 23ed570 block, bfq: update inject limit only after injection occurred by Paolo Valente · 5 years ago
- fd03177 block, bfq: handle NULL return value by bfq_init_rq() by Paolo Valente · 5 years ago
- 3f758e8 block, bfq: move update of waker and woken list to queue freeing by Paolo Valente · 5 years ago
- 08d383a block, bfq: reset last_completed_rq_bfqq if the pointed queue is freed by Paolo Valente · 5 years ago
- 0441281 Merge tag 'for-linus-20190726' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
- b5e02b4 block, bfq: check also in-flight I/O in dispatch plugging by Paolo Valente · 5 years ago
- 898bd37 docs: block: convert to ReST by Mauro Carvalho Chehab · 6 years ago
- 3b99107 Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-block by Linus Torvalds · 5 years ago
- dbc3117 block, bfq: NULL out the bic when it's no longer valid by Douglas Anderson · 6 years ago
- 2b50f23 block, bfq: Init saved_wr_start_at_switch_to_srt in unlikely case by Douglas Anderson · 6 years ago
- e6feaf2 block, bfq: fix operator in BFQQ_TOTALLY_SEEKY by Paolo Valente · 6 years ago
- 3726112 block, bfq: re-schedule empty queues if they deserve I/O plugging by Paolo Valente · 6 years ago
- 96a291c block, bfq: preempt lower-weight or lower-priority queues by Paolo Valente · 6 years ago
- 13a857a block, bfq: detect wakers and unconditionally inject their I/O by Paolo Valente · 6 years ago
- a3f9bce block, bfq: bring forward seek&think time update by Paolo Valente · 6 years ago
- 24792ad block, bfq: update base request service times when possible by Paolo Valente · 6 years ago
- db599f9 block, bfq: fix rq_in_driver check in bfq_update_inject_limit by Paolo Valente · 6 years ago
- 766d614 block, bfq: reset inject limit when think-time state changes by Paolo Valente · 6 years ago
- 8060c47 block: rename CONFIG_DEBUG_BLK_CGROUP to CONFIG_BFQ_CGROUP_DEBUG by Christoph Hellwig · 6 years ago
- 14ccb66 block: remove the bi_phys_segments field in struct bio by Christoph Hellwig · 6 years ago
- a497ee3 block: switch all files cleared marked as GPLv2 or later to SPDX tags by Christoph Hellwig · 6 years ago
- 5c61ee2 Merge tag 'v5.1-rc6' into for-5.2/block by Jens Axboe · 6 years ago
- 77f1e0a bfq: update internal depth state when queue depth changes by Jens Axboe · 6 years ago
- eed47d1 block, bfq: fix use after free in bfq_bfqq_expire by Paolo Valente · 6 years ago
- 636b8fe block, bfq: fix some typos in comments by Angelo Ruocco · 6 years ago
- fffca08 block, bfq: save & resume weight on a queue merge/split by Francesco Pollicino · 6 years ago
- 1e66413 block, bfq: print SHARED instead of pid for shared queues in logs by Francesco Pollicino · 6 years ago
- 84a7468 block, bfq: always protect newly-created queues from existing active queues by Paolo Valente · 6 years ago
- 7074f07 block, bfq: do not tag totally seeky queues as soft rt by Paolo Valente · 6 years ago
- 8cacc5a block, bfq: do not merge queues on flash storage with queueing by Paolo Valente · 6 years ago
- 2341d662 block, bfq: tune service injection basing on request service times by Paolo Valente · 6 years ago
- fb53ac6 block, bfq: do not idle for lowest-weight queues by Paolo Valente · 6 years ago
- 778c02a block, bfq: increase idling for weight-raised queues by Paolo Valente · 6 years ago
- 42b1bd3 block/bfq: fix ifdef for CONFIG_BFQ_GROUP_IOSCHED=y by Konstantin Khlebnikov · 6 years ago
- 058fdec block, bfq: fix in-service-queue check for queue merging by Paolo Valente · 6 years ago
- 02a6d78 block, bfq: do not overcharge writes in asymmetric scenarios by Paolo Valente · 6 years ago
- b3c3498 block, bfq: port commit "cfq-iosched: improve hw_tag detection" by Paolo Valente · 6 years ago
- a3c9256 block, bfq: reduce threshold for detecting command queueing by Paolo Valente · 6 years ago
- 9dee8b3 block, bfq: fix queue removal from weights tree by Paolo Valente · 6 years ago
- d87447d block, bfq: fix sequential rq detection in rate estimation by Paolo Valente · 6 years ago
- 530c4cb block, bfq: unconditionally plug I/O in asymmetric scenarios by Paolo Valente · 6 years ago
- ac8b0cb block, bfq: do not plug I/O of in-service queue when harmful by Paolo Valente · 6 years ago
- 05c2f5c block, bfq: split function bfq_better_to_idle by Paolo Valente · 6 years ago
- 73d5811 block, bfq: consider also ioprio classes in symmetry detection by Paolo Valente · 6 years ago
- 03e565e block, bfq: remove case of redirected bic from insert_request by Paolo Valente · 6 years ago
- f3218ad block, bfq: make sure queue budgets are not below service received by Paolo Valente · 6 years ago
- 218cb89 block, bfq: avoid selecting a queue w/o budget by Paolo Valente · 6 years ago
- 20cd324 block, bfq: do not consider interactive queues in srt filtering by Paolo Valente · 6 years ago
- 96f7741 Merge tag 'v4.20-rc6' into for-4.21/block by Jens Axboe · 6 years ago
- 0fe061b blkcg: fix ref count issue with bio_blkcg() using task_css by Dennis Zhou · 6 years ago
- ba7aeae block, bfq: fix decrement of num_active_groups by Paolo Valente · 6 years ago
- 0d945c1 block: remove the queue_lock indirection by Christoph Hellwig · 6 years ago
- f9cd4bf block: get rid of MQ scheduler ops union by Jens Axboe · 6 years ago
- a1ce35f block: remove dead elevator code by Jens Axboe · 6 years ago
- b5f2954 blkcg: revert blkcg cleanups series by Dennis Zhou · 6 years ago
- 2d29c9f block, bfq: improve asymmetric scenarios detection by Federico Motta · 6 years ago
- 27e6fa9 blkcg: fix ref count issue with bio_blkcg using task_css by Dennis Zhou (Facebook) · 6 years ago
- c8765de blok, bfq: do not plug I/O if all queues are weight-raised by Paolo Valente · 6 years ago
- d0edc24 block, bfq: inject other-queue I/O into seeky idle queues on NCQ flash by Paolo Valente · 6 years ago
- d580108 block, bfq: reduce write overcharge by Paolo Valente · 6 years ago
- 8a511ba block, bfq: readd missing reset of parent-entity service by Paolo Valente · 6 years ago
- 277a4a9 block, bfq: give a better name to bfq_bfqq_may_idle by Paolo Valente · 7 years ago
- 9fae8dd block, bfq: fix service being wrongly set to zero in case of preemption by Paolo Valente · 7 years ago
- 4420b09 block, bfq: do not expire a queue that will deserve dispatch plugging by Paolo Valente · 7 years ago
- 0471559 block, bfq: add/remove entity weights correctly by Paolo Valente · 7 years ago
- f6c3ca0 block, bfq: prevent soft_rt_next_start from being stuck at infinity by Davide Sapienza · 7 years ago
- d450542 block, bfq: increase weight-raising duration for interactive apps by Davide Sapienza · 7 years ago
- e24f1c2 block, bfq: remove slow-system class by Paolo Valente · 7 years ago
- 4029eef block, bfq: add description of weight-raising heuristics by Paolo Valente · 7 years ago
- ac857e0 block, bfq: remove the removal of 'next' rq in bfq_requests_merged by Filippo Muzzini · 7 years ago
- 8abfa4d block, bfq: remove wrong check in bfq_requests_merged by Paolo Valente · 7 years ago
- a12bffe block, bfq: remove wrong lock in bfq_requests_merged by Filippo Muzzini · 7 years ago
- 483b7bf bfq-iosched: update shallow depth to smallest one used by Jens Axboe · 7 years ago
- bd7d4ef bfq-iosched: remove unused variable by Jens Axboe · 7 years ago
- f0635b8 bfq: calculate shallow depths at init time by Jens Axboe · 7 years ago
- 5514136 bfq-iosched: don't worry about reserved tags in limit_depth by Jens Axboe · 7 years ago
- 18e5a57 block, bfq: postpone rq preparation to insert or merge by Paolo Valente · 7 years ago
- 522a777 block: consolidate struct request timestamp fields by Omar Sandoval · 7 years ago
- 72961c4 bfq-iosched: ensure to clear bic/bfqq pointers when preparing request by Jens Axboe · 7 years ago
- bc56e2c block, bfq: lower-bound the estimated peak rate to 1 by Paolo Valente · 7 years ago
- a787739 block, bfq: add requeue-request hook by Paolo Valente · 7 years ago
- 8a8747d block, bfq: limit sectors served with interactive weight raising by Paolo Valente · 7 years ago
- a52a69e block, bfq: limit tags for writes and async I/O by Paolo Valente · 7 years ago
- 8993d44 block, bfq: fix occurrences of request finish method's old name by Chiara Bruschi · 7 years ago
- 8abef10 bfq-iosched: don't call bfqg_and_blkg_put for !CONFIG_BFQ_GROUP_IOSCHED by Jens Axboe · 7 years ago
- 0d52af5 block, bfq: release oom-queue ref to root group on exit by Paolo Valente · 7 years ago