Skip to content
Snippets Groups Projects
  1. Jul 28, 2024
  2. Jun 07, 2023
  3. Feb 03, 2023
  4. Sep 27, 2022
  5. Jun 27, 2022
  6. Feb 11, 2022
  7. Nov 29, 2021
  8. Jun 21, 2021
    • Bart Van Assche's avatar
      block: Introduce the ioprio rq-qos policy · 556910e3
      Bart Van Assche authored
      
      Introduce an rq-qos policy that assigns an I/O priority to requests based
      on blk-cgroup configuration settings. This policy has the following
      advantages over the ioprio_set() system call:
      - This policy is cgroup based so it has all the advantages of cgroups.
      - While ioprio_set() does not affect page cache writeback I/O, this rq-qos
        controller affects page cache writeback I/O for filesystems that support
        assiociating a cgroup with writeback I/O. See also
        Documentation/admin-guide/cgroup-v2.rst.
      
      Cc: Damien Le Moal <damien.lemoal@wdc.com>
      Cc: Hannes Reinecke <hare@suse.de>
      Cc: Christoph Hellwig <hch@lst.de>
      Cc: Ming Lei <ming.lei@redhat.com>
      Cc: Johannes Thumshirn <johannes.thumshirn@wdc.com>
      Cc: Himanshu Madhani <himanshu.madhani@oracle.com>
      Signed-off-by: default avatarBart Van Assche <bvanassche@acm.org>
      Link: https://lore.kernel.org/r/20210618004456.7280-5-bvanassche@acm.org
      
      
      Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
      556910e3
Loading