aboutsummaryrefslogtreecommitdiffstats
path: root/block/ioprio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-27block: Fix handling of tasks without ioprio in ioprio_get(2)Jan Kara1-7/+23
2022-06-27block: Make ioprio_best() staticJan Kara1-1/+1
2022-06-27block: Generalize get_current_ioprio() for any taskJan Kara1-0/+26
2022-06-27block: fix default IO priority handling againJan Kara1-2/+2
2022-01-12Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-blockLinus Torvalds1-32/+0
2021-12-16block: move set_task_ioprio to blk-ioc.cChristoph Hellwig1-32/+0
2021-12-10block: fix ioprio_get(IOPRIO_WHO_PGRP) vs setuid(2)Davidlohr Bueso1-0/+3
2021-11-15block: Check ADMIN before NICE for IOPRIO_CLASS_RTAlistair Delva1-1/+8
2021-08-18block: fix default IO priority handlingDamien Le Moal1-3/+3
2021-08-18block: Introduce IOPRIO_NR_LEVELSDamien Le Moal1-2/+1
2021-04-08block: Fix sys_ioprio_set(.which=IOPRIO_WHO_PGRP) task iterationPeter Zijlstra1-2/+9
2020-09-01block: grant IOPRIO_CLASS_RT to CAP_SYS_NICEKhazhismel Kumykov1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-07-15docs: block: convert to ReSTMauro Carvalho Chehab1-1/+1
2019-04-30block: add SPDX tags to block layer files missing licensing informationChristoph Hellwig1-0/+1
2018-05-31block: add ioprio_check_cap functionAdam Manzanares1-6/+16
2017-06-21block: Add fallthrough markers to switch statementsBart Van Assche1-1/+2
2017-04-19block: Optimize ioprio_best()Bart Van Assche1-11/+1
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/task.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/user.h>Ingo Molnar1-0/+1
2017-02-22block: use for_each_thread() in sys_ioprio_set()/sys_ioprio_get()Tetsuo Handa1-4/+4
2016-07-01block: fix use-after-free in sys_ioprio_get()Omar Sandoval1-0/+2
2015-11-06pidns: fix set/getpriority and ioprio_set/get in PRIO_USER modeBen Segall1-2/+4
2014-10-31block: Fix computation of merged request priorityJan Kara1-6/+8
2014-05-19block: move ioprio.c from fs/ to block/Jens Axboe1-0/+241