summaryrefslogtreecommitdiffstats
path: root/security/device_cgroup.c
Commit message (Expand)AuthorAgeFilesLines
* device_cgroup: remove can_attachSerge Hallyn2013-10-241-11/+0Star
* cgroup: make css_for_each_descendant() and friends include the origin css in ...Tejun Heo2013-08-091-1/+1
* cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroupTejun Heo2013-08-091-8/+3Star
* cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo2013-08-091-6/+6
* cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo2013-08-091-11/+11
* cgroup: add css_parent()Tejun Heo2013-08-091-13/+5Star
* cgroup: add/update accessors which obtain subsys specific data from cssTejun Heo2013-08-091-1/+1
* cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo2013-08-091-2/+2
* device_cgroup: simplify cgroup tree walk in propagate_exception()Tejun Heo2013-05-241-38/+18Star
* devcg: remove parent_cgroup.Rami Rosen2013-04-181-2/+0Star
* devcg: remove broken_hierarchy tagTejun Heo2013-04-081-9/+0Star
* devcg: propagate local changes down the hierarchyAristeu Rozanski2013-03-201-7/+132
* devcg: use css_online and css_offlineAristeu Rozanski2013-03-201-17/+42
* devcg: prepare may_access() for hierarchy supportAristeu Rozanski2013-03-201-18/+31
* devcg: expand may_access() logicAristeu Rozanski2013-03-201-9/+12
* device_cgroup: don't grab mutex in rcu callbackJerry Snitselaar2013-02-221-9/+12
* security/device_cgroup: lock assert fails in dev_exception_clean()Jerry Snitselaar2013-01-211-0/+2
* cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...Tejun Heo2012-11-191-4/+4
* device_cgroup: add lockdep assertsTejun Heo2012-11-061-0/+12
* device_cgroup: fix RCU usageTejun Heo2012-11-061-3/+3
* device_cgroup: fix unchecked cgroup parent usageAristeu Rozanski2012-11-061-2/+10
* device_cgroup: add proper checking when changing default behaviorAristeu Rozanski2012-10-251-1/+18
* device_cgroup: stop using simple_strtoul()Aristeu Rozanski2012-10-251-6/+22
* device_cgroup: rename deny_all to behaviorAristeu Rozanski2012-10-251-11/+14
* cgroup: fix invalid rcu dereferenceJiri Slaby2012-10-251-8/+7Star
* device_cgroup: rename whitelist to exception listAristeu Rozanski2012-10-051-99/+99
* device_cgroup: convert device_cgroup internally to policy + exceptionsAristeu Rozanski2012-10-051-98/+134
* device_cgroup: introduce dev_whitelist_clean()Aristeu Rozanski2012-10-051-5/+17
* device_cgroup: add "deny_all" in dev_cgroup structureAristeu Rozanski2012-10-051-0/+5
* cgroup: mark subsystems with broken hierarchy support and whine if cgroups ar...Tejun Heo2012-09-141-0/+9
* cgroup: convert all non-memcg controllers to the new cftype interfaceTejun Heo2012-04-011-8/+2Star
* cgroup: remove cgroup_subsys argument from callbacksLi Zefan2012-02-021-6/+4Star
* cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_a...Tejun Heo2011-12-131-3/+4
* security,rcu: Convert call_rcu(whitelist_item_free) to kfree_rcu()Lai Jiangshan2011-07-201-9/+1Star
* devcgroup_inode_permission: take "is it a device node" checks to inlined wrapperAl Viro2011-06-201-7/+1Star
* cgroups: add per-thread subsystem callbacksBen Blum2011-05-271-2/+1Star
* Merge branch 'master' into nextJames Morris2010-05-061-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | security: whitespace coding style fixesJustin P. Mattock2010-04-231-1/+1
|/
* cgroups: let ss->can_attach and ss->attach do whole threadgroups at a timeBen Blum2009-09-241-1/+2
* devcgroup: skip superfluous checks when found the DEV_ALL elemLi Zefan2009-06-181-4/+6
* devcgroup: avoid using cgroup_lockLi Zefan2009-04-031-8/+13
* devices cgroup: allow mkfifoSerge E. Hallyn2009-01-081-0/+3
* devcgroup: use list_for_each_entry_rcu()Lai Jiangshan2009-01-081-1/+1
* devcgroup: remove spin_lock()Lai Jiangshan2008-10-201-29/+5Star
* devcgroup: remove unused variableLi Zefan2008-10-201-2/+1Star
* devcgroup: use kmemdup()Li Zefan2008-10-201-7/+2Star
* devcgroup: fix race against rmdir()Li Zefan2008-09-031-9/+9
* devcgroup: code cleanupLi Zefan2008-07-251-14/+8Star
* devcgroup: relax white-list protection down to RCUPavel Emelyanov2008-07-251-13/+22