Age | Commit message (Expand) | Author | Files | Lines |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 1 | -2/+2 |
2020-07-31 | block: bfq-iosched: fix duplicated word | Randy Dunlap | 1 | -1/+1 |
2020-05-29 | blk-mq: remove the bio argument to ->prepare_request | Christoph Hellwig | 1 | -1/+1 |
2020-05-09 | bdi: use bdi_dev_name() to get device name | Yufen Yu | 1 | -2/+4 |
2020-03-21 | block, bfq: turn put_queue into release_process_ref in __bfq_bic_change_cgroup | Paolo Valente | 1 | -2/+0 |
2020-03-21 | block, bfq: fix use-after-free in bfq_idle_slice_timer_body | Zhiqiang Liu | 1 | -4/+12 |
2020-02-03 | block, bfq: clarify the goal of bfq_split_bfqq() | Paolo Valente | 1 | -0/+2 |
2020-02-03 | block, bfq: remove ifdefs from around gets/puts of bfq groups | Paolo Valente | 1 | -5/+1 |
2020-02-03 | block, bfq: extend incomplete name of field on_st | Paolo Valente | 1 | -1/+1 |
2020-02-03 | block, bfq: do not insert oom queue into position tree | Paolo Valente | 1 | -0/+4 |
2020-02-03 | block, bfq: do not plug I/O for bfq_queues with no proc refs | Paolo Valente | 1 | -0/+12 |
2020-01-22 | block/bfq: remove unused bfq_class_rt which never used | Alex Shi | 1 | -1/+0 |
2019-11-25 | Merge tag 'for-5.5/block-20191121' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+4 |
2019-11-14 | block, bfq: deschedule empty bfq_queues not referred by any process | Paolo Valente | 1 | -6/+26 |
2019-11-07 | bfq-iosched: stop using blkg->stat_bytes and ->stat_ios | Tejun Heo | 1 | -0/+4 |
2019-09-17 | block, bfq: push up injection only after setting service time | Paolo Valente | 1 | -5/+7 |
2019-09-17 | block, bfq: increase update frequency of inject limit | Paolo Valente | 1 | -1/+1 |
2019-09-17 | block, bfq: reduce upper bound for inject limit to max_rq_in_driver+1 | Paolo Valente | 1 | -1/+1 |
2019-09-17 | block, bfq: update inject limit only after injection occurred | Paolo Valente | 1 | -2/+17 |
2019-08-08 | block, bfq: handle NULL return value by bfq_init_rq() | Paolo Valente | 1 | -3/+11 |
2019-08-08 | block, bfq: move update of waker and woken list to queue freeing | Paolo Valente | 1 | -15/+29 |
2019-08-08 | block, bfq: reset last_completed_rq_bfqq if the pointed queue is freed | Paolo Valente | 1 | -3/+7 |
2019-07-26 | Merge tag 'for-linus-20190726' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -24/+43 |
2019-07-18 | block, bfq: check also in-flight I/O in dispatch plugging | Paolo Valente | 1 | -24/+43 |
2019-07-15 | docs: block: convert to ReST | Mauro Carvalho Chehab | 1 | -1/+1 |
2019-07-09 | Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -296/+671 |
2019-06-28 | block, bfq: NULL out the bic when it's no longer valid | Douglas Anderson | 1 | -0/+1 |
2019-06-26 | block, bfq: Init saved_wr_start_at_switch_to_srt in unlikely case | Douglas Anderson | 1 | -0/+1 |
2019-06-25 | block, bfq: fix operator in BFQQ_TOTALLY_SEEKY | Paolo Valente | 1 | -1/+1 |
2019-06-25 | block, bfq: re-schedule empty queues if they deserve I/O plugging | Paolo Valente | 1 | -184/+203 |
2019-06-25 | block, bfq: preempt lower-weight or lower-priority queues | Paolo Valente | 1 | -20/+75 |
2019-06-25 | block, bfq: detect wakers and unconditionally inject their I/O | Paolo Valente | 1 | -33/+237 |
2019-06-25 | block, bfq: bring forward seek&think time update | Paolo Valente | 1 | -10/+4 |
2019-06-25 | block, bfq: update base request service times when possible | Paolo Valente | 1 | -1/+12 |
2019-06-25 | block, bfq: fix rq_in_driver check in bfq_update_inject_limit | Paolo Valente | 1 | -1/+7 |
2019-06-25 | block, bfq: reset inject limit when think-time state changes | Paolo Valente | 1 | -68/+151 |
2019-06-20 | block: rename CONFIG_DEBUG_BLK_CGROUP to CONFIG_BFQ_CGROUP_DEBUG | Christoph Hellwig | 1 | -4/+4 |
2019-06-20 | block: remove the bi_phys_segments field in struct bio | Christoph Hellwig | 1 | -2/+3 |
2019-04-30 | block: switch all files cleared marked as GPLv2 or later to SPDX tags | Christoph Hellwig | 1 | -10/+1 |
2019-04-22 | Merge tag 'v5.1-rc6' into for-5.2/block | Jens Axboe | 1 | -9/+14 |
2019-04-13 | bfq: update internal depth state when queue depth changes | Jens Axboe | 1 | -1/+7 |
2019-04-10 | block, bfq: fix use after free in bfq_bfqq_expire | Paolo Valente | 1 | -8/+7 |
2019-04-08 | block, bfq: fix some typos in comments | Angelo Ruocco | 1 | -8/+8 |
2019-04-01 | block, bfq: save & resume weight on a queue merge/split | Francesco Pollicino | 1 | -0/+2 |
2019-04-01 | block, bfq: print SHARED instead of pid for shared queues in logs | Francesco Pollicino | 1 | -0/+10 |
2019-04-01 | block, bfq: always protect newly-created queues from existing active queues | Paolo Valente | 1 | -13/+51 |
2019-04-01 | block, bfq: do not tag totally seeky queues as soft rt | Paolo Valente | 1 | -0/+14 |
2019-04-01 | block, bfq: do not merge queues on flash storage with queueing | Paolo Valente | 1 | -5/+68 |
2019-04-01 | block, bfq: tune service injection basing on request service times | Paolo Valente | 1 | -36/+381 |
2019-04-01 | block, bfq: do not idle for lowest-weight queues | Paolo Valente | 1 | -90/+114 |