summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-3/+3
|\
| * new helper: file_inode(file)Al Viro2013-02-221-3/+3
* | cgroup: fail if monitored file and event_control are in different cgroupLi Zefan2013-02-181-0/+11
* | cgroup: fix cgroup_rmdir() vs close(eventfd) raceLi Zefan2013-02-181-16/+25
* | cgroup: fix exit() vs rmdir() raceLi Zefan2013-02-181-0/+8
* | cgroup: remove bogus comments in cgroup_diput()Li Zefan2013-01-241-6/+0
* | cgroup: remove synchronize_rcu() from cgroup_diput()Li Zefan2013-01-241-29/+43
* | cgroup: remove duplicate RCU free on struct cgroupLi Zefan2013-01-241-1/+1
* | cgroup: initialize cgrp->dentry before css_alloc()Li Zefan2013-01-241-3/+4
* | cgroup: remove a NULL check in cgroup_exit()Li Zefan2013-01-241-2/+1
* | cgroup: fix bogus kernel warnings when cgroup_create() failedLi Zefan2013-01-221-9/+12
* | cgroup: remove synchronize_rcu() from rebind_subsystems()Li Zefan2013-01-141-1/+0
* | cgroup: remove synchronize_rcu() from cgroup_attach_{task|proc}()Li Zefan2013-01-141-2/+0
* | cgroup: use new hashtable implementationLi Zefan2013-01-101-53/+39
* | cgroup: implement cgroup_rightmost_descendant()Tejun Heo2013-01-071-0/+26
|/
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-171-1/+0
|\
| * kernel: remove reference to feature-removal-schedule.txtTao Ma2012-12-171-1/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-12-171-1/+1
|\ \ | |/ |/|
| * pidns: Use task_active_pid_ns where appropriateEric W. Biederman2012-11-191-1/+1
* | cgroup_rm_file: don't delete the uncreated filesGao feng2012-12-061-6/+6
* | cgroup: remove subsystem files when remounting cgroupGao feng2012-12-031-2/+9
* | cgroup: use cgroup_addrm_files() in cgroup_clear_directory()Gao feng2012-11-301-1/+3
* | cgroup: warn about broken hierarchies only after css_onlineGlauber Costa2012-11-301-9/+9
* | cgroup: list_del_init() on removed eventsGreg Thelen2012-11-281-2/+2
* | cgroup: fix lockdep warning for event_controlGreg Thelen2012-11-281-3/+8
* | cgroup: move list add after list head initilizationLi Zhong2012-11-281-1/+1
* | cgroup: remove obsolete guarantee from cgroup_task_migrate.Tao Ma2012-11-201-5/+3
* | cgroup: add cgroup->idTejun Heo2012-11-191-1/+14
* | cgroup, cpuset: remove cgroup_subsys->post_clone()Tejun Heo2012-11-191-4/+0
* | cgroup: s/CGRP_CLONE_CHILDREN/CGRP_CPUSET_CLONE_CHILDREN/Tejun Heo2012-11-191-16/+12
* | cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...Tejun Heo2012-11-191-25/+26
* | cgroup: allow ->post_create() to failTejun Heo2012-11-191-10/+19
* | cgroup: update cgroup_create() failure pathTejun Heo2012-11-191-7/+14
* | cgroup: use mutex_trylock() when grabbing i_mutex of a new cgroup directoryTejun Heo2012-11-191-3/+9
* | cgroup: simplify cgroup_load_subsys() failure pathTejun Heo2012-11-191-11/+10
* | cgroup: introduce CSS_ONLINE flag and on/offline_css() helpersTejun Heo2012-11-191-23/+42
* | cgroup: separate out cgroup_destroy_locked()Tejun Heo2012-11-191-15/+25
* | cgroup: fix harmless bugs in cgroup_load_subsys() fail path and cgroup_unload...Tejun Heo2012-11-191-1/+14
* | cgroup: lock cgroup_mutex in cgroup_init_subsys()Tejun Heo2012-11-191-0/+4
* | cgroup: trivial cleanup for cgroup_init/load_subsys()Tejun Heo2012-11-191-3/+3
* | cgroup: make CSS_* flags bit masks instead of bit positionsTejun Heo2012-11-191-1/+1
* | cgroup: cgroup->dentry isn't a RCU pointerTejun Heo2012-11-191-5/+6
* | cgroup: create directory before linking while creating a new cgroupTejun Heo2012-11-191-18/+12
* | cgroup: open-code cgroup_create_dir()Tejun Heo2012-11-191-25/+5
* | cgroup: initialize cgrp->allcg_node in init_cgroup_housekeeping()Tejun Heo2012-11-191-0/+1
* | cgroup: remove incorrect dget/dput() pair in cgroup_create_dir()Tejun Heo2012-11-191-2/+0
* | cgroup: implement generic child / descendant walk macrosTejun Heo2012-11-091-0/+86
* | cgroup: use rculist ops for cgroup->childrenTejun Heo2012-11-091-5/+3
* | cgroup: add cgroup_subsys->post_create()Tejun Heo2012-11-091-2/+13
* | cgroup: set 'start' with the right value in cgroup_path.Tao Ma2012-11-081-2/+2
OpenPOWER on IntegriCloud