aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | | sched, wait: Use wrapper functionsChangli Gao2010-05-111-1/+1
| | |/ | |/|
* | | memcg: fix css_is_ancestor() RCU lockingKAMEZAWA Hiroyuki2010-05-111-5/+26
* | | memcg: fix css_id() RCU locking for realKAMEZAWA Hiroyuki2010-05-111-2/+13
* | | cgroup: Fix an RCU warning in alloc_css_id()Li Zefan2010-05-041-2/+2
* | | cgroup: Fix an RCU warning in cgroup_path()Li Zefan2010-05-041-3/+9
|/ /
* | cgroups: remove duplicate includeLi Zefan2010-03-241-1/+0
|/
* cgroups: remove events before destroying subsystem state objectsKirill A. Shutemov2010-03-121-0/+8
* cgroups: fix race between userspace and kernelspaceKirill A. Shutemov2010-03-121-15/+17
* cgroup: implement eventfd-based generic API for notificationsKirill A. Shutemov2010-03-121-1/+227
* cgroups: clean up cgroup_pidlist_find() a bitLi Zefan2010-03-121-5/+3
* cgroups: blkio subsystem as moduleBen Blum2010-03-121-0/+9
* cgroups: subsystem module unloadingBen Blum2010-03-121-25/+142
* cgroups: subsystem module loading interfaceBen Blum2010-03-121-5/+145
* cgroups: revamp subsys arrayBen Blum2010-03-121-16/+80
* cgroup: introduce coalesce css_get() and css_put()Daisuke Nishimura2010-03-121-2/+3
* cgroup: introduce cancel_attach()Daisuke Nishimura2010-03-121-7/+33
* sched, cgroups: Fix module exportIngo Molnar2010-02-251-0/+1
* sched: Use lockdep-based checking on rcu_dereference()Paul E. McKenney2010-02-251-0/+14
* cgroups: fix to return errno in a failure pathLi Zefan2010-02-021-2/+5
* cgroups: fix 2.6.32 regression causing BUG_ON() in cgroup_diput()Dave Anderson2010-01-111-1/+0
* cgroup: fix strstrip() misuseKOSAKI Motohiro2009-10-291-5/+3
* cgroup: catch bad css refcnt at css_putKAMEZAWA Hiroyuki2009-10-011-1/+4
* const: constify remaining file_operationsAlexey Dobriyan2009-10-011-5/+5
* cgroups: let ss->can_attach and ss->attach do whole threadgroups at a timeBen Blum2009-09-241-2/+2
* cgroups: change css_set freeing mechanism to be under RCUBen Blum2009-09-241-1/+7
* cgroups: use vmalloc for large cgroups pidlist allocationsBen Blum2009-09-241-5/+42
* cgroups: ensure correct concurrent opening/reading of pidlists across pid nam...Ben Blum2009-09-241-17/+90
* cgroups: add a read-only "procs" file similar to "tasks" that shows only uniq...Ben Blum2009-09-241-106/+172
* cgroups: revert "cgroups: fix pid namespace bug"Paul Menage2009-09-241-71/+24
* cgroups: allow cgroup hierarchies to be created with no bound subsystemsPaul Menage2009-09-241-59/+99
* cgroups: add a back-pointer from struct cg_cgroup_link to struct cgroupPaul Menage2009-09-241-49/+199
* cgroups: move the cgroup debug subsys into cgroup.c to access internal statePaul Menage2009-09-241-0/+88
* cgroups: support named cgroups hierarchiesPaul Menage2009-09-241-48/+136
* cgroups: make unlock sequence in cgroup_get_sb consistentXiaotian Feng2009-09-241-1/+1
* seq_file: constify seq_operationsJames Morris2009-09-231-1/+1
* const: mark remaining inode_operations as constAlexey Dobriyan2009-09-221-2/+2
* const: mark remaining super_operations constAlexey Dobriyan2009-09-221-1/+1
* writeback: add name to backing_dev_infoJens Axboe2009-09-111-0/+1
* cgroup avoid permanent sleep at rmdirKAMEZAWA Hiroyuki2009-07-291-17/+38
* cgroups: fix pid namespace bugLi Zefan2009-07-291-24/+72
* cgroups: forbid noprefix if mounting more than just cpuset subsystemLi Zefan2009-06-181-0/+14
* Push BKL down into ->remount_fs()Alessio Igor Bogani2009-06-111-0/+3
* Convert obvious places to deactivate_locked_super()Al Viro2009-05-091-2/+1
* memcg: fix OOM killer under memcgKAMEZAWA Hiroyuki2009-04-021-1/+1
* cgroups: don't change release_agent when remount failedLi Zefan2009-04-021-2/+3
* cgroups: show correct file modeLi Zefan2009-04-021-4/+34
* kernel/cgroup.c: kfree(NULL) is legalJesper Juhl2009-04-021-6/+3
* cgroup: fix frequent -EBUSY at rmdirKAMEZAWA Hiroyuki2009-04-021-14/+67
* cgroup: CSS ID supportKAMEZAWA Hiroyuki2009-04-021-1/+285
* cgroups: relax ns_can_attach checks to allow attaching to grandchild cgroupsGrzegorz Nosek2009-04-021-5/+6