aboutsummaryrefslogtreecommitdiff
path: root/kernel/cgroup.c
AgeCommit message (Expand)Author
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
2012-11-19cgroup: update cgroup_create() failure pathTejun Heo
2012-11-19cgroup: use mutex_trylock() when grabbing i_mutex of a new cgroup directoryTejun Heo
2012-11-19cgroup: simplify cgroup_load_subsys() failure pathTejun Heo
2012-11-19cgroup: introduce CSS_ONLINE flag and on/offline_css() helpersTejun Heo
2012-11-19cgroup: separate out cgroup_destroy_locked()Tejun Heo
2012-11-19cgroup: fix harmless bugs in cgroup_load_subsys() fail path and cgroup_unload...Tejun Heo
2012-11-19cgroup: lock cgroup_mutex in cgroup_init_subsys()Tejun Heo
2012-11-19cgroup: trivial cleanup for cgroup_init/load_subsys()Tejun Heo
2012-11-19cgroup: make CSS_* flags bit masks instead of bit positionsTejun Heo
2012-11-19cgroup: cgroup->dentry isn't a RCU pointerTejun Heo
2012-11-19cgroup: create directory before linking while creating a new cgroupTejun Heo
2012-11-19cgroup: open-code cgroup_create_dir()Tejun Heo
2012-11-19cgroup: initialize cgrp->allcg_node in init_cgroup_housekeeping()Tejun Heo
2012-11-19cgroup: remove incorrect dget/dput() pair in cgroup_create_dir()Tejun Heo
2012-11-19pidns: Use task_active_pid_ns where appropriateEric W. Biederman
2012-11-09cgroup: implement generic child / descendant walk macrosTejun Heo