aboutsummaryrefslogtreecommitdiff
path: root/kernel/cgroup.c
AgeCommit message (Expand)Author
2013-04-07cgroup: remove cgroup_lock_is_held()Tejun Heo
2013-04-07cgroup: kill cgroup_[un]lock()Tejun Heo
2013-04-07cgroup: unexport locking interface and cgroup_attach_task()Tejun Heo
2013-04-07cgroup: relocate cgroup_lock_live_group() and cgroup_attach_task_all()Tejun Heo
2013-04-07cgroup, cpuset: replace move_member_tasks_to_cpuset() with cgroup_transfer_ta...Tejun Heo
2013-04-03cgroup: remove unused parameter in cgroup_task_migrate().Kevin Wilson
2013-03-20cgroup: consolidate cgroup_attach_task() and cgroup_attach_proc()Li Zefan
2013-03-20cgroup: fix an off-by-one bug which may trigger BUG_ON()Li Zefan
2013-03-12cgroup: remove useless code in cgroup_write_event_control()Li Zefan
2013-03-12cgroup: don't bother to resize pid arrayLi Zefan
2013-03-12cgroup: hold cgroup_mutex before calling css_offline()Li Zefan
2013-03-12cgroup: remove unused variables in cgroup_destroy_locked()Li Zefan
2013-03-12cgroup: remove cgroup_is_descendant()Li Zefan
2013-03-05cgroup: avoid accessing modular cgroup subsys structure without lockingLi Zefan
2013-03-04cgroup: no need to check css refs for release notificationLi Zefan
2013-03-04cgroup: fix cgroup_path() vs rename() raceLi Zefan
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-27cgroup: convert to idr_alloc()Tejun Heo
2013-02-27cgroup: don't use idr_remove_all()Tejun Heo
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-02-18cgroup: fail if monitored file and event_control are in different cgroupLi Zefan
2013-02-18cgroup: fix cgroup_rmdir() vs close(eventfd) raceLi Zefan
2013-02-18cgroup: fix exit() vs rmdir() raceLi Zefan
2013-01-24cgroup: remove bogus comments in cgroup_diput()Li Zefan
2013-01-24cgroup: remove synchronize_rcu() from cgroup_diput()Li Zefan
2013-01-24cgroup: remove duplicate RCU free on struct cgroupLi Zefan
2013-01-24cgroup: initialize cgrp->dentry before css_alloc()Li Zefan
2013-01-24cgroup: remove a NULL check in cgroup_exit()Li Zefan
2013-01-22cgroup: fix bogus kernel warnings when cgroup_create() failedLi Zefan
2013-01-14cgroup: remove synchronize_rcu() from rebind_subsystems()Li Zefan
2013-01-14cgroup: remove synchronize_rcu() from cgroup_attach_{task|proc}()Li Zefan
2013-01-10cgroup: use new hashtable implementationLi Zefan
2013-01-07cgroup: implement cgroup_rightmost_descendant()Tejun Heo
2012-12-17Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds
2012-12-17kernel: remove reference to feature-removal-schedule.txtTao Ma
2012-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2012-12-06cgroup_rm_file: don't delete the uncreated filesGao feng
2012-12-03cgroup: remove subsystem files when remounting cgroupGao feng
2012-11-30cgroup: use cgroup_addrm_files() in cgroup_clear_directory()Gao feng
2012-11-30cgroup: warn about broken hierarchies only after css_onlineGlauber Costa
2012-11-28cgroup: list_del_init() on removed eventsGreg Thelen
2012-11-28cgroup: fix lockdep warning for event_controlGreg Thelen
2012-11-28cgroup: move list add after list head initilizationLi Zhong
2012-11-20cgroup: remove obsolete guarantee from cgroup_task_migrate.Tao Ma
2012-11-19cgroup: add cgroup->idTejun Heo
2012-11-19cgroup, cpuset: remove cgroup_subsys->post_clone()Tejun Heo
2012-11-19cgroup: s/CGRP_CLONE_CHILDREN/CGRP_CPUSET_CLONE_CHILDREN/Tejun Heo
2012-11-19cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...Tejun Heo
2012-11-19cgroup: allow ->post_create() to failTejun Heo