aboutsummaryrefslogtreecommitdiff
path: root/kernel/cgroup.c
AgeCommit message (Expand)Author
2010-10-27cgroups: add check for strcpy destination string overflowEvgeny Kuznetsov
2010-10-27cgroup: make the mount options parsing more accurateDaniel Lezcano
2010-10-27cgroup: add clone_children control fileDaniel Lezcano
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig
2010-10-22Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds
2010-10-07Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar
2010-10-04BKL: Remove BKL from cgroupJan Blunck
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck
2010-09-09cgroups: fix API thinkoMichael S. Tsirkin
2010-08-19cgroups: __rcu annotationsArnd Bergmann
2010-08-11cgroups: save space for the terminatorDan Carpenter
2010-08-05cgroupfs: create /sys/fs/cgroup to mount cgroupfs onGreg KH
2010-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-07-28cgroups: Add an API to attach a task to current task's cgroupSridhar Samudrala
2010-06-04cgroups: alloc_css_id() increments hierarchy depthGreg Thelen
2010-05-27cgroups: make cftype.unregister_event() void-returningKirill A. Shutemov
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2010-05-18Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-05-11memcg: fix css_is_ancestor() RCU lockingKAMEZAWA Hiroyuki
2010-05-11memcg: fix css_id() RCU locking for realKAMEZAWA Hiroyuki
2010-05-11sched, wait: Use wrapper functionsChangli Gao
2010-05-04cgroup: Fix an RCU warning in alloc_css_id()Li Zefan
2010-05-04cgroup: Fix an RCU warning in cgroup_path()Li Zefan
2010-04-23Merge branch 'master' into for-nextJiri Kosina
2010-03-24cgroups: remove duplicate includeLi Zefan
2010-03-16Fix typos in commentsThomas Weber
2010-03-12cgroups: remove events before destroying subsystem state objectsKirill A. Shutemov
2010-03-12cgroups: fix race between userspace and kernelspaceKirill A. Shutemov
2010-03-12cgroup: implement eventfd-based generic API for notificationsKirill A. Shutemov
2010-03-12cgroups: clean up cgroup_pidlist_find() a bitLi Zefan
2010-03-12cgroups: blkio subsystem as moduleBen Blum
2010-03-12cgroups: subsystem module unloadingBen Blum
2010-03-12cgroups: subsystem module loading interfaceBen Blum
2010-03-12cgroups: revamp subsys arrayBen Blum
2010-03-12cgroup: introduce coalesce css_get() and css_put()Daisuke Nishimura
2010-03-12cgroup: introduce cancel_attach()Daisuke Nishimura
2010-02-25sched, cgroups: Fix module exportIngo Molnar
2010-02-25sched: Use lockdep-based checking on rcu_dereference()Paul E. McKenney
2010-02-02cgroups: fix to return errno in a failure pathLi Zefan
2010-01-11cgroups: fix 2.6.32 regression causing BUG_ON() in cgroup_diput()Dave Anderson
2009-10-29cgroup: fix strstrip() misuseKOSAKI Motohiro
2009-10-01cgroup: catch bad css refcnt at css_putKAMEZAWA Hiroyuki
2009-10-01const: constify remaining file_operationsAlexey Dobriyan
2009-09-24cgroups: let ss->can_attach and ss->attach do whole threadgroups at a timeBen Blum
2009-09-24cgroups: change css_set freeing mechanism to be under RCUBen Blum
2009-09-24cgroups: use vmalloc for large cgroups pidlist allocationsBen Blum
2009-09-24cgroups: ensure correct concurrent opening/reading of pidlists across pid nam...Ben Blum
2009-09-24cgroups: add a read-only "procs" file similar to "tasks" that shows only uniq...Ben Blum
2009-09-24cgroups: revert "cgroups: fix pid namespace bug"Paul Menage
2009-09-24cgroups: allow cgroup hierarchies to be created with no bound subsystemsPaul Menage