aboutsummaryrefslogtreecommitdiffstats
path: root/block/ioprio.c
AgeCommit message (Expand)Author
2024-01-08block: move __get_task_ioprio() into header fileJens Axboe
2023-06-16scsi: block: Improve ioprio value validity checksDamien Le Moal
2023-05-22scsi: block: ioprio: Clean up interface definitionDamien Le Moal
2022-06-27block: Fix handling of tasks without ioprio in ioprio_get(2)Jan Kara
2022-06-27block: Make ioprio_best() staticJan Kara
2022-06-27block: Generalize get_current_ioprio() for any taskJan Kara
2022-06-27block: fix default IO priority handling againJan Kara
2022-01-12Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-12-16block: move set_task_ioprio to blk-ioc.cChristoph Hellwig
2021-12-10block: fix ioprio_get(IOPRIO_WHO_PGRP) vs setuid(2)Davidlohr Bueso
2021-11-15block: Check ADMIN before NICE for IOPRIO_CLASS_RTAlistair Delva
2021-08-18block: fix default IO priority handlingDamien Le Moal
2021-08-18block: Introduce IOPRIO_NR_LEVELSDamien Le Moal
2021-04-08block: Fix sys_ioprio_set(.which=IOPRIO_WHO_PGRP) task iterationPeter Zijlstra
2020-09-01block: grant IOPRIO_CLASS_RT to CAP_SYS_NICEKhazhismel Kumykov
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2019-07-15docs: block: convert to ReSTMauro Carvalho Chehab
2019-04-30block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig
2018-05-31block: add ioprio_check_cap functionAdam Manzanares
2017-06-21block: Add fallthrough markers to switch statementsBart Van Assche
2017-04-19block: Optimize ioprio_best()Bart Van Assche
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-22block: use for_each_thread() in sys_ioprio_set()/sys_ioprio_get()Tetsuo Handa
2016-07-01block: fix use-after-free in sys_ioprio_get()Omar Sandoval
2015-11-06pidns: fix set/getpriority and ioprio_set/get in PRIO_USER modeBen Segall
2014-10-31block: Fix computation of merged request priorityJan Kara
2014-05-19block: move ioprio.c from fs/ to block/Jens Axboe