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