Age | Commit message (Expand) | Author | Files | Lines |
2009-04-03 | memcg: fix OOM killer under memcg | KAMEZAWA Hiroyuki | 1 | -1/+1 |
2009-04-03 | cgroups: don't change release_agent when remount failed | Li Zefan | 1 | -2/+3 |
2009-04-03 | cgroups: show correct file mode | Li Zefan | 1 | -4/+34 |
2009-04-03 | kernel/cgroup.c: kfree(NULL) is legal | Jesper Juhl | 1 | -6/+3 |
2009-04-03 | cgroup: fix frequent -EBUSY at rmdir | KAMEZAWA Hiroyuki | 1 | -14/+67 |
2009-04-03 | cgroup: CSS ID support | KAMEZAWA Hiroyuki | 1 | -1/+285 |
2009-04-03 | cgroups: relax ns_can_attach checks to allow attaching to grandchild cgroups | Grzegorz Nosek | 1 | -5/+6 |
2009-03-27 | vfs: simple_set_mnt() should return void | Sukadev Bhattiprolu | 1 | -1/+2 |
2009-03-27 | constify dentry_operations: rest | Al Viro | 1 | -1/+1 |
2009-02-19 | cgroups: fix possible use after free | Li Zefan | 1 | -1/+1 |
2009-02-12 | cgroups: fix lockdep subclasses overflow | Li Zefan | 1 | -1/+2 |
2009-01-30 | cgroup: fix root_count when mount fails due to busy subsystem | Paul Menage | 1 | -2/+4 |
2009-01-30 | cgroups: add cpu_relax() calls in css_tryget() and cgroup_clear_css_refs() | Paul Menage | 1 | -2/+5 |
2009-01-30 | cgroups: fix lock inconsistency in cgroup_clone() | Li Zefan | 1 | -6/+7 |
2009-01-30 | cgroups: use hierarchy mutex in creation failure path | KAMEZAWA Hiroyuki | 1 | -0/+2 |
2009-01-08 | cgroups: add css_tryget() | Paul Menage | 1 | -5/+56 |
2009-01-08 | cgroups: add a per-subsystem hierarchy_mutex | Paul Menage | 1 | -2/+35 |
2009-01-08 | cgroups: make cgroup_path() RCU-safe | Paul Menage | 1 | -9/+21 |
2009-01-08 | cgroups: skip processes from other namespaces when listing a cgroup | Gowrishankar M | 1 | -2/+4 |
2009-01-08 | cgroups: introduce link_css_set() to remove duplicate code | Li Zefan | 1 | -38/+30 |
2009-01-08 | cgroups: add inactive subsystems to rootnode.subsys_list | Li Zefan | 1 | -2/+3 |
2009-01-08 | cgroups: make root_list contains active hierarchies only | Li Zefan | 1 | -12/+7 |
2009-01-08 | cgroups: remove rcu_read_lock() in cgroupstats_build() | Lai Jiangshan | 1 | -2/+0 |
2009-01-08 | cgroups: call find_css_set() safely in cgroup_attach_task() | Lai Jiangshan | 1 | -1/+6 |
2009-01-08 | cgroups: use task_lock() for access tsk->cgroups safe in cgroup_clone() | Lai Jiangshan | 1 | -0/+2 |
2009-01-08 | cgroups: don't put struct cgroupfs_root protected by RCU | Lai Jiangshan | 1 | -2/+2 |
2009-01-08 | cgroups: fix cgroup_iter_next() bug | Lai Jiangshan | 1 | -1/+3 |
2009-01-08 | cgroups: add lock for child->cgroups in cgroup_post_fork() | Lai Jiangshan | 1 | -0/+2 |
2009-01-08 | cgroups: remove some redundant NULL checks | Li Zefan | 1 | -22/+7 |
2009-01-07 | mm: remove cgroup_mm_owner_callbacks | Hugh Dickins | 1 | -33/+0 |
2009-01-06 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+0 |
2009-01-05 | zero i_uid/i_gid on inode allocation | Al Viro | 1 | -1/+0 |
2009-01-05 | cgroups: fix a race between cgroup_clone and umount | Li Zefan | 1 | -1/+5 |
2008-12-25 | Merge branch 'next' into for-linus | James Morris | 1 | -7/+10 |
2008-12-24 | cgroups: avoid accessing uninitialized data in failure path | Li Zefan | 1 | -2/+3 |
2008-12-24 | cgroups: suppress bogus warning messages | Sharyathi Nagesh | 1 | -3/+0 |
2008-12-16 | cgroups: fix a race between rmdir and remount | Paul Menage | 1 | -1/+1 |
2008-12-04 | Merge branch 'master' into next | James Morris | 1 | -7/+14 |
2008-11-20 | cgroups: fix a serious bug in cgroupstats | Li Zefan | 1 | -2/+5 |
2008-11-20 | cgroup: fix potential deadlock in pre_destroy | KAMEZAWA Hiroyuki | 1 | -5/+9 |
2008-11-14 | Merge branch 'master' into next | James Morris | 1 | -1/+0 |
2008-11-14 | CRED: Use RCU to access another task's creds and to release a task's own creds | David Howells | 1 | -8/+8 |
2008-11-14 | CRED: Separate task security context from task_struct | David Howells | 1 | -1/+3 |
2008-11-14 | CRED: Wrap task credential accesses in the core kernel | David Howells | 1 | -4/+5 |
2008-11-07 | cgroups: fix invalid cgrp->dentry before cgroup has been completely removed | Li Zefan | 1 | -1/+0 |
2008-10-26 | cgroup: remove unused variable | Stephen Rothwell | 1 | -1/+1 |
2008-10-20 | cgroups: convert tasks file to use a seq_file with shared pid array | Paul Menage | 1 | -83/+139 |
2008-10-20 | cgroups: fix probable race with put_css_set[_taskexit] and find_css_set | Lai Jiangshan | 1 | -23/+20 |
2008-10-16 | memrlimit: cgroup mm owner callback changes to add task info | Balbir Singh | 1 | -1/+3 |
2008-09-29 | mm owner: fix race between swapoff and exit | Balbir Singh | 1 | -2/+3 |