aboutsummaryrefslogtreecommitdiff
path: root/fs/ioprio.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-31fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosGravatar Paul Gortmaker 1-0/+1
2010-11-15ioprio: grab rcu_read_lock in sys_ioprio_{set,get}()Gravatar Greg Thelen 1-25/+6
2010-11-10ioprio: rcu_read_lock/unlock protect find_task_by_vpid call (V2)Gravatar Sergey Senozhatsky 1-0/+4
2010-11-10ioprio: fix RCU locking around task dereferenceGravatar Daniel J Blueman 1-2/+12
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-01-14[CVE-2009-0029] System call wrappers part 28Gravatar Heiko Carstens 1-3/+2
2009-01-05ext4: Add mount option to set kjournald's I/O priorityGravatar Theodore Ts'o 1-1/+2
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsGravatar David Howells 1-4/+10
2008-11-14CRED: Wrap current->cred and a few other accessorsGravatar David Howells 1-2/+2
2008-11-14CRED: Separate task security context from task_structGravatar David Howells 1-6/+6
2008-11-14CRED: Wrap task credential accesses in the filesystem subsystemGravatar David Howells 1-2/+2
2008-08-20fix setpriority(PRIO_PGRP) thread iterator breakageGravatar Ken Chen 1-4/+4
2008-01-28cfq-iosched: relax IOPRIO_CLASS_IDLE restrictionsGravatar Jens Axboe 1-2/+0
2008-01-28io context sharing: preliminary supportGravatar Jens Axboe 1-1/+0
2008-01-28ioprio: move io priority from task_struct to io_contextGravatar Jens Axboe 1-8/+21
2007-11-07ioprio: allow sys_ioprio_set() value of 0 to reset ioprio settingGravatar Jens Axboe 1-0/+4
2007-10-19Uninline find_task_by_xxx set of functionsGravatar Pavel Emelyanov 1-4/+2
2007-10-19pid namespaces: changes to show virtual ids to userGravatar Pavel Emelyanov 1-4/+7
2007-02-12[PATCH] pid: replace do/while_each_task_pid with do/while_each_pid_taskGravatar Eric W. Biederman 1-6/+12
2006-10-12[PATCH] block layer: ioprio_best function fixGravatar Vasily Tarasov 1-5/+0
2006-09-30[PATCH] Update axboe@suse.de email addressGravatar Jens Axboe 1-1/+1
2006-09-30[PATCH] Don't need to disable interrupts for tasklist_lockGravatar Oleg Nesterov 1-4/+9
2006-09-30[PATCH] cfq-iosched: kill cfq_exit_lockGravatar Jens Axboe 1-2/+2
2006-08-21[PATCH] uninline ioprio_best()Gravatar Oleg Nesterov 1-0/+23
2006-08-21[PATCH] Fix current_io_context() vs set_task_ioprio() raceGravatar Oleg Nesterov 1-0/+3
2006-08-21[PATCH] sys_ioprio_set: minor do_each_thread+break fixGravatar Oleg Nesterov 1-2/+2
2006-06-30[PATCH] SELinux: Add security hook definition for getioprio and insert hooksGravatar David Quigley 1-5/+24
2006-06-23[PATCH] lsm: add task_setioprio hookGravatar James Morris 1-0/+6
2006-01-11[PATCH] capable/capability.h (fs/)Gravatar Randy Dunlap 1-0/+1
2005-11-08fs/ioprio.c should #include <linux/syscalls.h>Gravatar Adrian Bunk 1-0/+1
2005-08-20Don't allow normal users to set idle IO priorityGravatar Linus Torvalds 1-0/+2
2005-07-07[PATCH] move ioprio syscalls into syscalls.hGravatar Anton Blanchard 1-2/+2
2005-06-27[PATCH] Update cfq io scheduler to time sliced designGravatar Jens Axboe 1-0/+172