UAS: Use unique tags on non-streams devices.
[linux-flexiantxendom0.git] / kernel / cgroup.c
2012-01-12 Li Zefancgroup: fix to allow mounting a hierarchy by name
2011-12-19 Mandeep Singh Bainescgroups: fix a css_set not found bug in cgroup_attach_proc
2011-11-02 Andrew Brestickermemcg: replace ss->id_lock with a rwlock
2011-11-02 Ben Blumcgroups: don't attach task to subsystem if migration...
2011-11-02 Ben Blumcgroups: more safe tasklist locking in cgroup_attach_proc
2011-09-13 Thomas Gleixnerlocking, sched, cgroups: Annotate release_list_lock...
2011-07-28 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-07-26 Arun Sharmaatomic: use <linux/atomic.h>
2011-07-25 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-07-20 Al Virokill file_permission() completely
2011-07-08 Michal Hockorcu: treewide: Do not use rcu_read_lock_held when calli...
2011-06-09 eparis@redhatcgroupfs: use init_cred when populating new cgroupfs...
2011-05-27 Daniel Lezcanocgroup: remove the ns_cgroup
2011-05-27 Ben Blumcgroups: use flex_array in attach_proc
2011-05-27 Ben Blumcgroups: make procs file writable
2011-05-27 Ben Blumcgroups: add per-thread subsystem callbacks
2011-05-08 Lai Jiangshancgroup,rcu: convert call_rcu(__free_css_id_cb) to kfree...
2011-05-08 Lai Jiangshancgroup,rcu: convert call_rcu(free_cgroup_rcu) to kfree_...
2011-05-08 Lai Jiangshancgroup,rcu: convert call_rcu(free_css_set_rcu) to kfree...
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-23 Phil Carmodycgroups: if you list_empty() a head then don't list_del...
2011-02-16 Stephane Eranianperf: Add cgroup support
2011-02-16 Peter Zijlstracgroup: Fix cgroup_subsys::exit callback
2011-01-14 Linus TorvaldsMerge branch 'vfs-scale-working' of git://git./linux...
2011-01-14 Al Virocgroup_fs: fix cgroup use of simple_lookup()
2011-01-14 Li Zefancgroups: Fix a lockdep warning at cgroup removal
2011-01-13 Al Viroswitch cgroup
2011-01-07 Nick Pigginfs: dcache reduce branches in lookup path
2011-01-07 Nick Pigginfs: dcache rationalise dget variants
2011-01-07 Nick Pigginfs: dcache remove dcache_lock
2011-01-07 Nick Pigginfs: dcache scale subdirs
2011-01-07 Nick Pigginfs: dcache scale dentry refcount
2011-01-07 Nick Pigginfs: change d_delete semantics
2011-01-07 Nick Piggincgroup fs: avoid switching ->d_op on live dentry
2010-10-29 Al Viroconvert cgroup and cpuset
2010-10-28 Evgeny Kuznetsovcgroups: add check for strcpy destination string overflow
2010-10-28 Daniel Lezcanocgroup: make the mount options parsing more accurate
2010-10-28 Daniel Lezcanocgroup: add clone_children control file
2010-10-26 Christoph Hellwigfs: do not assign default i_ino in new_inode
2010-10-22 Linus TorvaldsMerge branch 'vfs' of git://git./linux/kernel/git/arnd/bkl
2010-10-07 Ingo MolnarMerge branch 'rcu/urgent' of git://git./linux/kernel...
2010-10-04 Jan BlunckBKL: Remove BKL from cgroup
2010-10-04 Jan BlunckBKL: Explicitly add BKL around get_sb/fill_super
2010-09-10 David S. MillerMerge branch 'vhost-net' of git://git./linux/kernel...
2010-09-10 Michael S. Tsirkincgroups: fix API thinko
2010-09-05 Michael S. Tsirkincgroups: fix API thinko
2010-08-20 Arnd Bergmanncgroups: __rcu annotations
2010-08-11 Dan Carpentercgroups: save space for the terminator
2010-08-05 Greg KHcgroupfs: create /sys/fs/cgroup to mount cgroupfs on
2010-08-04 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-next-2.6
2010-07-28 Sridhar Samudralacgroups: Add an API to attach a task to current task...
2010-06-04 Greg Thelencgroups: alloc_css_id() increments hierarchy depth
2010-05-27 Kirill A. Shutemovcgroups: make cftype.unregister_event() void-returning
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()
next