Age | Commit message (Expand) | Author |
2024-10-16 | blk-rq-qos: fix crash on rq_qos_wait vs. rq_qos_wake_function race | Omar Sandoval |
2024-09-04 | block: fix comment to use set_current_state | Alvaro Parker |
2023-09-18 | block: correct stale comment in rq_qos_wait | Kemeng Shi |
2023-05-23 | block/rq_qos: protect rq_qos apis with a new lock | Yu Kuai |
2023-02-03 | blk-rq-qos: store a gendisk instead of request_queue in struct rq_qos | Christoph Hellwig |
2023-02-03 | blk-rq-qos: constify rq_qos_ops | Christoph Hellwig |
2023-02-03 | blk-rq-qos: make rq_qos_add and rq_qos_del more useful | Christoph Hellwig |
2023-02-03 | blk-rq-qos: move rq_qos_add and rq_qos_del out of line | Christoph Hellwig |
2022-07-12 | block/rq_qos: Use atomic_try_cmpxchg in atomic_inc_below | Uros Bizjak |
2022-06-17 | block: remove per-disk debugfs files in blk_unregister_queue | Christoph Hellwig |
2022-06-17 | block: serialize all debugfs operations using q->debugfs_mutex | Christoph Hellwig |
2021-06-08 | rq-qos: fix missed wake-ups in rq_qos_throttle try two | Jan Kara |
2019-10-06 | blk-wbt: fix performance regression in wbt scale_up/scale_down | Harshad Shirwadkar |
2019-08-28 | block/rq_qos: implement rq_qos_ops->queue_depth_changed() | Tejun Heo |
2019-08-28 | block/rq_qos: add rq_qos_merge() | Tejun Heo |
2019-07-18 | rq-qos: use a mb for got_token | Josef Bacik |
2019-07-18 | rq-qos: set ourself TASK_UNINTERRUPTIBLE after we schedule | Josef Bacik |
2019-07-18 | rq-qos: don't reset has_sleepers on spurious wakeups | Josef Bacik |
2019-07-18 | rq-qos: fix missed wake-ups in rq_qos_throttle | Josef Bacik |
2019-05-31 | block: Fix rq_qos_wait() kernel-doc header | Bart Van Assche |
2019-04-30 | block: add SPDX tags to block layer files missing licensing information | Christoph Hellwig |
2018-12-16 | blk-mq-debugfs: support rq_qos | Ming Lei |
2018-12-07 | block: add rq_qos_wait to rq_qos | Josef Bacik |
2018-11-16 | blk-rq-qos: inline check for q->rq_qos functions | Jens Axboe |
2018-11-15 | block: remove the unused lock argument to rq_qos_throttle | Christoph Hellwig |
2018-07-22 | blk-rq-qos: make depth comparisons unsigned | Josef Bacik |
2018-07-09 | rq-qos: introduce dio_bio callback | Josef Bacik |
2018-07-09 | block: remove external dependency on wbt_flags | Josef Bacik |
2018-07-09 | blk-rq-qos: refactor out common elements of blk-wbt | Josef Bacik |