summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup.c
AgeCommit message (Expand)AuthorLines
2013-05-29cgroup: warn about mismatching options of a new mount of an existing hierarchyJeff Liu-5/+8
2013-05-24cgroup: fix a subtle bug in descendant pre-order walkTejun Heo-6/+3
2013-05-14cgroup: initialize xattr before calling d_instantiate()Li Zefan-4/+5
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-14/+1
2013-05-01take cgroup_open() and cpuset_open() to fs/proc/base.cAl Viro-14/+1
2013-04-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-3/+0
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds-425/+299
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-2/+2
2013-04-29cgroup: remove css_get_nextMichal Hocko-49/+0
2013-04-26cgroup: restore the call to eventfd->poll()Li Zefan-0/+2
2013-04-26cgroup: fix use-after-free when umounting cgroupfsLi Zefan-2/+4
2013-04-18cgroup: fix broken file xattrsLi Zefan-5/+6
2013-04-14cgroup: remove cgrp->top_cgroupLi Zefan-2/+0
2013-04-14cgroup: introduce sane_behavior mount optionTejun Heo-0/+48
2013-04-14move cgroupfs_root to include/linux/cgroup.hTejun Heo-57/+0
2013-04-14cgroup: convert cgroupfs_root flag bits to masks and add CGRP_ prefixTejun Heo-11/+10
2013-04-14cgroup: make cgroup_path() not print double slashesTejun Heo-5/+8
2013-04-12Revert "cgroup: remove bind() method from cgroup_subsys."Tejun Heo-0/+4
2013-04-10cgroup: implement cgroup_is_descendant()Li Zefan-0/+20
2013-04-10cgroup: make sure parent won't be destroyed before its childrenLi Zefan-0/+10
2013-04-10cgroup: remove bind() method from cgroup_subsys.Rami Rosen-4/+0
2013-04-10cgroup: Kill subsys.active flagLi Zefan-3/+0
2013-04-07cgroup: remove cgroup_lock_is_held()Tejun Heo-14/+6
2013-04-07cgroup: kill cgroup_[un]lock()Tejun Heo-30/+11
2013-04-07cgroup: unexport locking interface and cgroup_attach_task()Tejun Heo-6/+3
2013-04-07cgroup: relocate cgroup_lock_live_group() and cgroup_attach_task_all()Tejun Heo-42/+42
2013-04-07cgroup, cpuset: replace move_member_tasks_to_cpuset() with cgroup_transfer_ta...Tejun Heo-0/+28
2013-04-03cgroup: remove unused parameter in cgroup_task_migrate().Kevin Wilson-2/+2
2013-03-20cgroup: consolidate cgroup_attach_task() and cgroup_attach_proc()Li Zefan-89/+20
2013-03-20cgroup: fix an off-by-one bug which may trigger BUG_ON()Li Zefan-1/+1
2013-03-19sched: replace PF_THREAD_BOUND with PF_NO_SETAFFINITYTejun Heo-2/+2
2013-03-12cgroup: remove useless code in cgroup_write_event_control()Li Zefan-6/+0
2013-03-12cgroup: don't bother to resize pid arrayLi Zefan-34/+3
2013-03-12cgroup: hold cgroup_mutex before calling css_offline()Li Zefan-10/+1
2013-03-12cgroup: remove unused variables in cgroup_destroy_locked()Li Zefan-2/+0
2013-03-12cgroup: remove cgroup_is_descendant()Li Zefan-28/+0
2013-03-05cgroup: avoid accessing modular cgroup subsys structure without lockingLi Zefan-14/+14
2013-03-04cgroup: no need to check css refs for release notificationLi Zefan-59/+8
2013-03-04cgroup: fix cgroup_path() vs rename() raceLi Zefan-30/+76
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin-7/+5
2013-02-27cgroup: convert to idr_alloc()Tejun Heo-19/+8
2013-02-27cgroup: don't use idr_remove_all()Tejun Heo-3/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-3/+3
2013-02-22new helper: file_inode(file)Al Viro-3/+3
2013-02-18cgroup: fail if monitored file and event_control are in different cgroupLi Zefan-0/+11
2013-02-18cgroup: fix cgroup_rmdir() vs close(eventfd) raceLi Zefan-16/+25
2013-02-18cgroup: fix exit() vs rmdir() raceLi Zefan-0/+8
2013-01-24cgroup: remove bogus comments in cgroup_diput()Li Zefan-6/+0
2013-01-24cgroup: remove synchronize_rcu() from cgroup_diput()Li Zefan-29/+43
2013-01-24cgroup: remove duplicate RCU free on struct cgroupLi Zefan-1/+1