mac80211: fix deauth before assoc
[safe/jmp/linux-2.6] / kernel / cgroup.c
2010-05-20 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-05-18 Linus TorvaldsMerge branch 'sched-core-for-linus' of git://git./linux...
2010-05-12 KAMEZAWA Hiroyukimemcg: fix css_is_ancestor() RCU locking
2010-05-12 KAMEZAWA Hiroyukimemcg: fix css_id() RCU locking for real
2010-05-11 Changli Gaosched, wait: Use wrapper functions
2010-05-04 Li Zefancgroup: Fix an RCU warning in alloc_css_id()
2010-05-04 Li Zefancgroup: Fix an RCU warning in cgroup_path()
2010-04-23 Jiri KosinaMerge branch 'master' into for-next
2010-03-24 Li Zefancgroups: remove duplicate include
2010-03-16 Thomas WeberFix typos in comments
2010-03-12 Kirill A. Shutemovcgroups: remove events before destroying subsystem...
2010-03-12 Kirill A. Shutemovcgroups: fix race between userspace and kernelspace
2010-03-12 Kirill A. Shutemovcgroup: implement eventfd-based generic API for notific...
2010-03-12 Li Zefancgroups: clean up cgroup_pidlist_find() a bit
2010-03-12 Ben Blumcgroups: blkio subsystem as module
2010-03-12 Ben Blumcgroups: subsystem module unloading
2010-03-12 Ben Blumcgroups: subsystem module loading interface
2010-03-12 Ben Blumcgroups: revamp subsys array
2010-03-12 Daisuke Nishimuracgroup: introduce coalesce css_get() and css_put()
2010-03-12 Daisuke Nishimuracgroup: introduce cancel_attach()
2010-02-25 Ingo Molnarsched, cgroups: Fix module export
2010-02-25 Paul E. McKenneysched: Use lockdep-based checking on rcu_dereference()
2010-02-03 Li Zefancgroups: fix to return errno in a failure path
2010-01-11 Dave Andersoncgroups: fix 2.6.32 regression causing BUG_ON() in...
2009-10-29 KOSAKI Motohirocgroup: fix strstrip() misuse
2009-10-01 KAMEZAWA Hiroyukicgroup: catch bad css refcnt at css_put
2009-10-01 Alexey Dobriyanconst: constify remaining file_operations
2009-09-24 Ben Blumcgroups: let ss->can_attach and ss->attach do whole...
2009-09-24 Ben Blumcgroups: change css_set freeing mechanism to be under RCU
2009-09-24 Ben Blumcgroups: use vmalloc for large cgroups pidlist allocations
2009-09-24 Ben Blumcgroups: ensure correct concurrent opening/reading...
2009-09-24 Ben Blumcgroups: add a read-only "procs" file similar to "tasks...
2009-09-24 Paul Menagecgroups: revert "cgroups: fix pid namespace bug"
2009-09-24 Paul Menagecgroups: allow cgroup hierarchies to be created with...
2009-09-24 Paul Menagecgroups: add a back-pointer from struct cg_cgroup_link...
2009-09-24 Paul Menagecgroups: move the cgroup debug subsys into cgroup.c...
2009-09-24 Paul Menagecgroups: support named cgroups hierarchies
2009-09-24 Xiaotian Fengcgroups: make unlock sequence in cgroup_get_sb consistent
2009-09-23 James Morrisseq_file: constify seq_operations
2009-09-22 Alexey Dobriyanconst: mark remaining inode_operations as const
2009-09-22 Alexey Dobriyanconst: mark remaining super_operations const
2009-09-11 Jens Axboewriteback: add name to backing_dev_info
2009-07-30 KAMEZAWA Hiroyukicgroup avoid permanent sleep at rmdir
2009-07-30 Li Zefancgroups: fix pid namespace bug
2009-06-18 Li Zefancgroups: forbid noprefix if mounting more than just...
2009-06-12 Alessio Igor BoganiPush BKL down into ->remount_fs()
2009-05-09 Al ViroConvert obvious places to deactivate_locked_super()
2009-04-03 KAMEZAWA Hiroyukimemcg: fix OOM killer under memcg
2009-04-03 Li Zefancgroups: don't change release_agent when remount failed
2009-04-03 Li Zefancgroups: show correct file mode
2009-04-03 Jesper Juhlkernel/cgroup.c: kfree(NULL) is legal
2009-04-03 KAMEZAWA Hiroyukicgroup: fix frequent -EBUSY at rmdir
2009-04-03 KAMEZAWA Hiroyukicgroup: CSS ID support
2009-04-03 Grzegorz Nosekcgroups: relax ns_can_attach checks to allow attaching...
2009-03-27 Sukadev Bhattiproluvfs: simple_set_mnt() should return void
2009-03-27 Al Viroconstify dentry_operations: rest
2009-02-18 Li Zefancgroups: fix possible use after free
2009-02-11 Li Zefancgroups: fix lockdep subclasses overflow
2009-01-30 Paul Menagecgroup: fix root_count when mount fails due to busy...
2009-01-30 Paul Menagecgroups: add cpu_relax() calls in css_tryget() and...
2009-01-30 Li Zefancgroups: fix lock inconsistency in cgroup_clone()
2009-01-30 KAMEZAWA Hiroyukicgroups: use hierarchy mutex in creation failure path
2009-01-08 Paul Menagecgroups: add css_tryget()
2009-01-08 Paul Menagecgroups: add a per-subsystem hierarchy_mutex
2009-01-08 Paul Menagecgroups: make cgroup_path() RCU-safe
2009-01-08 Gowrishankar Mcgroups: skip processes from other namespaces when...
2009-01-08 Li Zefancgroups: introduce link_css_set() to remove duplicate...
2009-01-08 Li Zefancgroups: add inactive subsystems to rootnode.subsys_list
2009-01-08 Li Zefancgroups: make root_list contains active hierarchies...
2009-01-08 Lai Jiangshancgroups: remove rcu_read_lock() in cgroupstats_build()
2009-01-08 Lai Jiangshancgroups: call find_css_set() safely in cgroup_attach_task()
2009-01-08 Lai Jiangshancgroups: use task_lock() for access tsk->cgroups safe...
2009-01-08 Lai Jiangshancgroups: don't put struct cgroupfs_root protected by RCU
2009-01-08 Lai Jiangshancgroups: fix cgroup_iter_next() bug
2009-01-08 Lai Jiangshancgroups: add lock for child->cgroups in cgroup_post_fork()
2009-01-08 Li Zefancgroups: remove some redundant NULL checks
2009-01-06 Hugh Dickinsmm: remove cgroup_mm_owner_callbacks
2009-01-06 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-01-05 Al Virozero i_uid/i_gid on inode allocation
2009-01-04 Li Zefancgroups: fix a race between cgroup_clone and umount
2008-12-25 James MorrisMerge branch 'next' into for-linus
2008-12-23 Li Zefancgroups: avoid accessing uninitialized data in failure...
2008-12-23 Sharyathi Nageshcgroups: suppress bogus warning messages
2008-12-16 Paul Menagecgroups: fix a race between rmdir and remount
2008-12-04 James MorrisMerge branch 'master' into next
2008-11-20 Li Zefancgroups: fix a serious bug in cgroupstats
2008-11-20 KAMEZAWA Hiroyukicgroup: fix potential deadlock in pre_destroy
2008-11-14 James MorrisMerge branch 'master' into next
2008-11-13 David HowellsCRED: Use RCU to access another task's creds and to...
2008-11-13 David HowellsCRED: Separate task security context from task_struct
2008-11-13 David HowellsCRED: Wrap task credential accesses in the core kernel
2008-11-06 Li Zefancgroups: fix invalid cgrp->dentry before cgroup has...
2008-10-26 Stephen Rothwellcgroup: remove unused variable
2008-10-20 Paul Menagecgroups: convert tasks file to use a seq_file with...
2008-10-20 Lai Jiangshancgroups: fix probable race with put_css_set[_taskexit...
2008-10-16 Balbir Singhmemrlimit: cgroup mm owner callback changes to add...
2008-09-29 Balbir Singhmm owner: fix race between swapoff and exit
2008-07-30 Li Zefancgroup: uninline cgroup_has_css_refs()
2008-07-30 Li Zefancgroup: remove duplicate code in allocate_cg_link()
2008-07-30 Li Zefancgroup: fix possible memory leak
next