aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* devcgroup_inode_permission: take "is it a device node" checks to inlined wrapperAl Viro2011-06-201-7/+1
* cgroups: add per-thread subsystem callbacksBen Blum2011-05-261-2/+1
* Merge branch 'master' into nextJames Morris2010-05-051-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-221-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-021-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/+5
* devcgroup: remove unused variableLi Zefan2008-10-201-2/+1
* devcgroup: use kmemdup()Li Zefan2008-10-201-7/+2
* devcgroup: fix race against rmdir()Li Zefan2008-09-021-9/+9
* devcgroup: code cleanupLi Zefan2008-07-251-14/+8
* devcgroup: relax white-list protection down to RCUPavel Emelyanov2008-07-251-13/+22
* cgroup files: convert devcgroup_access_write() into a cgroup write_string() h...Paul Menage2008-07-251-63/+38
* devcgroup: fix permission check when adding entry to child cgroupLi Zefan2008-07-131-1/+1
* devcgroup: always show positive major/minor numLi Zefan2008-07-131-2/+2
* devcgroup: fix odd behaviour when writing 'a' to devices.allowLi Zefan2008-07-041-0/+2
* devscgroup: make white list more compact in some casesPavel Emelyanov2008-06-061-2/+16
* devscgroup: relax task to dev_cgroup conversionPavel Emelyanov2008-06-061-6/+4
* devcgroup: make a helper to convert cgroup_subsys_state to devs_cgroupPavel Emelyanov2008-06-061-2/+6
* cgroups: introduce cft->read_seq()Serge E. Hallyn2008-04-291-51/+23
* cgroups: implement device whitelistSerge E. Hallyn2008-04-291-0/+603