aboutsummaryrefslogtreecommitdiff
path: root/security/device_cgroup.c
AgeCommit message (Expand)Author
2011-07-20security,rcu: Convert call_rcu(whitelist_item_free) to kfree_rcu()Lai Jiangshan
2011-06-20devcgroup_inode_permission: take "is it a device node" checks to inlined wrapperAl Viro
2011-05-26cgroups: add per-thread subsystem callbacksBen Blum
2010-05-06Merge branch 'master' into nextJames Morris
2010-04-23security: whitespace coding style fixesJustin P. Mattock
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-09-24cgroups: let ss->can_attach and ss->attach do whole threadgroups at a timeBen Blum
2009-06-18devcgroup: skip superfluous checks when found the DEV_ALL elemLi Zefan
2009-04-02devcgroup: avoid using cgroup_lockLi Zefan
2009-01-08devices cgroup: allow mkfifoSerge E. Hallyn
2009-01-08devcgroup: use list_for_each_entry_rcu()Lai Jiangshan
2008-10-20devcgroup: remove spin_lock()Lai Jiangshan
2008-10-20devcgroup: remove unused variableLi Zefan
2008-10-20devcgroup: use kmemdup()Li Zefan
2008-09-02devcgroup: fix race against rmdir()Li Zefan
2008-07-25devcgroup: code cleanupLi Zefan
2008-07-25devcgroup: relax white-list protection down to RCUPavel Emelyanov
2008-07-25cgroup files: convert devcgroup_access_write() into a cgroup write_string() h...Paul Menage
2008-07-13devcgroup: fix permission check when adding entry to child cgroupLi Zefan
2008-07-13devcgroup: always show positive major/minor numLi Zefan
2008-07-04devcgroup: fix odd behaviour when writing 'a' to devices.allowLi Zefan
2008-06-06devscgroup: make white list more compact in some casesPavel Emelyanov
2008-06-06devscgroup: relax task to dev_cgroup conversionPavel Emelyanov
2008-06-06devcgroup: make a helper to convert cgroup_subsys_state to devs_cgroupPavel Emelyanov
2008-04-29cgroups: introduce cft->read_seq()Serge E. Hallyn
2008-04-29cgroups: implement device whitelistSerge E. Hallyn