nfsd: track last inode only in use_wgather case
[safe/jmp/linux-2.6] / kernel / cgroup.c
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
2008-07-27 Al Viro[PATCH] get rid of indirect users of namei.h
2008-07-26 Adrian Bunkmake cgroup_seqfile_release() static
2008-07-25 Serge E. Hallyncgroup_clone: use pid of newly created task for new...
2008-07-25 Paul Menagecgroup files: turn attach_task_by_pid directly into...
2008-07-25 Paul Menagecgroup files: move notify_on_release file to separate...
2008-07-25 Paul Menagecgroups: misc cleanups to write_string patchset
2008-07-25 Paul Menagecgroup files: move the release_agent file to use typed...
2008-07-25 Paul Menagecgroup files: add write_string cgroup control file...
2008-07-25 Li Zefancgroups: annotate two variables with __read_mostly
2008-07-25 KOSAKI Motohirocgroup: list_for_each cleanup
2008-07-25 Li Zefancgroup: use read lock to guard find_existing_css_set()
2008-05-24 Cedric Le Goatercgroups: remove node_ prefix_from ns subsystem
2008-04-30 Miklos Szeredimm: bdi: add separate writeback accounting capability
2008-04-29 Balbir Singhcgroups: add an owner to the mm_struct
2008-04-29 Serge E. Hallyncgroups: introduce cft->read_seq()
2008-04-29 Li Zefancgroups: remove the css_set linked-list
2008-04-29 Li Zefancgroups: simplify init_subsys()
2008-04-29 Li Zefancgroups: use a hash table for css_set finding
2008-04-29 Pavel Emelyanovcgroups: add the trigger callback to struct cftype
2008-04-29 Li Zefancgroup: switch to proc_create()
2008-04-29 Li Zefancgroup: annotate cgroup_init_subsys with __init
2008-04-29 Paul MenageCGroups _s64 files: add cgroups read_s64/write_s64...
2008-04-29 Paul MenageCGroup API files: move "releasable" to cgroup_debug...
2008-04-29 Paul MenageCGroup API files: add cgroup map data type
2008-04-29 Paul MenageCGroup API files: strip all trailing whitespace in...
2008-04-29 Paul MenageCGroup API files: rename read/write_uint methods to...
2008-04-29 Paul Jacksoncgroup: fix sparse warning of shadow symbol in cgroup.c
2008-04-29 Adrian Bunkmake cgroup_enable_task_cg_lists() static
2008-04-18 Li Zefancgroup: fix a race condition in manipulating tsk->cg_list
2008-04-11 Paul Menagecgroups: include hierarchy ids in /proc/<pid>/cgroup
2008-04-04 Paul Menagecgroups: add cgroup support for enabling controllers...
2008-03-30 Al ViroNULL noise: fs/*, mm/*, kernel/*
2008-03-05 Li Zefancgroup: fix default notify_on_release setting
2008-02-24 Li Zefancgroup: remove dead code in cgroup_get_rootdir()
2008-02-24 Li Zefancgroup: remove duplicate code in find_css_set()
2008-02-24 Li Zefancgroup: fix subsys bitops
2008-02-24 Li Zefancgroup: fix memory leak in cgroup_get_sb()
2008-02-24 Li Zefancgroup: fix comments
2008-02-07 Pavel EmelyanovHandle pid namespaces in cgroups code
2008-02-07 Cliff Wickmanhotplug cpu: move tasks in empty cpusets to parent
2008-02-07 Cliff Wickmancgroups: mechanism to process each task in a cgroup
2008-02-07 KAMEZAWA Hiroyukimemory cgroup enhancements: add- pre_destroy() handler
2008-02-07 Adrian Bunkkernel/cgroup.c: make 2 functions static
2008-02-07 Paul Menagecgroups: move cgroups destroy() callbacks to cgroup_diput()
2008-02-07 Paul Jacksoncgroup simplify space stripping
2008-02-07 Paul Jacksoncgroup brace coding style fix
next