summaryrefslogtreecommitdiffstats
path: root/fs/ioprio.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds2012-05-301-1/+1
|\
| * block: remove ioc_*_changed()Tejun Heo2012-03-201-1/+1
* | userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfsEric W. Biederman2012-05-031-2/+2
* | userns: Store uid and gid values in struct cred with kuid_t and kgid_t typesEric W. Biederman2012-05-031-6/+2
* | userns: Disassociate user_struct from the user_namespace.Eric W. Biederman2012-04-071-4/+14
|/
* block: strip out locking optimization in put_io_context()Tejun Heo2012-02-071-1/+1
* block, cfq: unlink cfq_io_context's immediatelyTejun Heo2011-12-141-1/+1
* block, cfq: move ioc ioprio/cgroup changed handling to cicTejun Heo2011-12-141-2/+1
* block: make ioc get/put interface more conventional and fix race on alloctionTejun Heo2011-12-141-18/+3
* fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macrosPaul Gortmaker2011-10-311-0/+1
* ioprio: grab rcu_read_lock in sys_ioprio_{set,get}()Greg Thelen2010-11-151-25/+6
* ioprio: rcu_read_lock/unlock protect find_task_by_vpid call (V2)Sergey Senozhatsky2010-11-101-0/+4
* ioprio: fix RCU locking around task dereferenceDaniel J Blueman2010-11-101-2/+12
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* [CVE-2009-0029] System call wrappers part 28Heiko Carstens2009-01-141-3/+2
* ext4: Add mount option to set kjournald's I/O priorityTheodore Ts'o2009-01-051-1/+2
* CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells2008-11-141-4/+10
* CRED: Wrap current->cred and a few other accessorsDavid Howells2008-11-141-2/+2
* CRED: Separate task security context from task_structDavid Howells2008-11-141-6/+6
* CRED: Wrap task credential accesses in the filesystem subsystemDavid Howells2008-11-141-2/+2
* fix setpriority(PRIO_PGRP) thread iterator breakageKen Chen2008-08-201-4/+4
* cfq-iosched: relax IOPRIO_CLASS_IDLE restrictionsJens Axboe2008-01-281-2/+0
* io context sharing: preliminary supportJens Axboe2008-01-281-1/+0
* ioprio: move io priority from task_struct to io_contextJens Axboe2008-01-281-8/+21
* ioprio: allow sys_ioprio_set() value of 0 to reset ioprio settingJens Axboe2007-11-071-0/+4
* Uninline find_task_by_xxx set of functionsPavel Emelyanov2007-10-191-4/+2
* pid namespaces: changes to show virtual ids to userPavel Emelyanov2007-10-191-4/+7
* [PATCH] pid: replace do/while_each_task_pid with do/while_each_pid_taskEric W. Biederman2007-02-121-6/+12
* [PATCH] block layer: ioprio_best function fixVasily Tarasov2006-10-121-5/+0
* [PATCH] Update axboe@suse.de email addressJens Axboe2006-09-301-1/+1
* [PATCH] Don't need to disable interrupts for tasklist_lockOleg Nesterov2006-09-301-4/+9
* [PATCH] cfq-iosched: kill cfq_exit_lockJens Axboe2006-09-301-2/+2
* [PATCH] uninline ioprio_best()Oleg Nesterov2006-08-211-0/+23
* [PATCH] Fix current_io_context() vs set_task_ioprio() raceOleg Nesterov2006-08-211-0/+3
* [PATCH] sys_ioprio_set: minor do_each_thread+break fixOleg Nesterov2006-08-211-2/+2
* [PATCH] SELinux: Add security hook definition for getioprio and insert hooksDavid Quigley2006-06-301-5/+24
* [PATCH] lsm: add task_setioprio hookJames Morris2006-06-231-0/+6
* [PATCH] capable/capability.h (fs/)Randy Dunlap2006-01-111-0/+1
* fs/ioprio.c should #include <linux/syscalls.h>Adrian Bunk2005-11-081-0/+1
* Don't allow normal users to set idle IO priorityLinus Torvalds2005-08-201-0/+2
* [PATCH] move ioprio syscalls into syscalls.hAnton Blanchard2005-07-071-2/+2
* [PATCH] Update cfq io scheduler to time sliced designJens Axboe2005-06-271-0/+172