summaryrefslogtreecommitdiff
path: root/fs/ioprio.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-30Merge branch 'for-3.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2012-05-03userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfsEric W. Biederman1-2/+2
2012-05-03userns: Store uid and gid values in struct cred with kuid_t and kgid_t typesEric W. Biederman1-6/+2
2012-04-07userns: Disassociate user_struct from the user_namespace.Eric W. Biederman1-4/+14
2012-03-20block: remove ioc_*_changed()Tejun Heo1-1/+1
2012-02-07block: strip out locking optimization in put_io_context()Tejun Heo1-1/+1
2011-12-14block, cfq: unlink cfq_io_context's immediatelyTejun Heo1-1/+1
2011-12-14block, cfq: move ioc ioprio/cgroup changed handling to cicTejun Heo1-2/+1
2011-12-14block: make ioc get/put interface more conventional and fix race on alloctionTejun Heo1-18/+3
2011-10-31fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker1-0/+1
2010-11-15ioprio: grab rcu_read_lock in sys_ioprio_{set,get}()Greg Thelen1-25/+6
2010-11-10ioprio: rcu_read_lock/unlock protect find_task_by_vpid call (V2)Sergey Senozhatsky1-0/+4
2010-11-10ioprio: fix RCU locking around task dereferenceDaniel J Blueman1-2/+12
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-01-14[CVE-2009-0029] System call wrappers part 28Heiko Carstens1-3/+2
2009-01-05ext4: Add mount option to set kjournald's I/O priorityTheodore Ts'o1-1/+2
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells1-4/+10
2008-11-14CRED: Wrap current->cred and a few other accessorsDavid Howells1-2/+2
2008-11-14CRED: Separate task security context from task_structDavid Howells1-6/+6
2008-11-14CRED: Wrap task credential accesses in the filesystem subsystemDavid Howells1-2/+2
2008-08-20fix setpriority(PRIO_PGRP) thread iterator breakageKen Chen1-4/+4
2008-01-28cfq-iosched: relax IOPRIO_CLASS_IDLE restrictionsJens Axboe1-2/+0
2008-01-28io context sharing: preliminary supportJens Axboe1-1/+0
2008-01-28ioprio: move io priority from task_struct to io_contextJens Axboe1-8/+21
2007-11-07ioprio: allow sys_ioprio_set() value of 0 to reset ioprio settingJens Axboe1-0/+4
2007-10-19Uninline find_task_by_xxx set of functionsPavel Emelyanov1-4/+2
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov1-4/+7
2007-02-12[PATCH] pid: replace do/while_each_task_pid with do/while_each_pid_taskEric W. Biederman1-6/+12
2006-10-12[PATCH] block layer: ioprio_best function fixVasily Tarasov1-5/+0
2006-09-30[PATCH] Update axboe@suse.de email addressJens Axboe1-1/+1
2006-09-30[PATCH] Don't need to disable interrupts for tasklist_lockOleg Nesterov1-4/+9
2006-09-30[PATCH] cfq-iosched: kill cfq_exit_lockJens Axboe1-2/+2
2006-08-21[PATCH] uninline ioprio_best()Oleg Nesterov1-0/+23
2006-08-21[PATCH] Fix current_io_context() vs set_task_ioprio() raceOleg Nesterov1-0/+3
2006-08-21[PATCH] sys_ioprio_set: minor do_each_thread+break fixOleg Nesterov1-2/+2
2006-06-30[PATCH] SELinux: Add security hook definition for getioprio and insert hooksDavid Quigley1-5/+24
2006-06-23[PATCH] lsm: add task_setioprio hookJames Morris1-0/+6
2006-01-11[PATCH] capable/capability.h (fs/)Randy Dunlap1-0/+1
2005-11-08fs/ioprio.c should #include <linux/syscalls.h>Adrian Bunk1-0/+1
2005-08-20Don't allow normal users to set idle IO priorityLinus Torvalds1-0/+2
2005-07-07[PATCH] move ioprio syscalls into syscalls.hAnton Blanchard1-2/+2
2005-06-27[PATCH] Update cfq io scheduler to time sliced designJens Axboe1-0/+172