summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-02-25cgroup: drop task_lock() protection around task->cgroupsTejun Heo1-2/+4
2014-02-25cgroup: split process / task migration into four stepsTejun Heo1-0/+1
2014-02-25cgroup: use css_set->mg_tasks to track target tasks during migrationTejun Heo1-0/+16
2014-02-25cgroup: add css_set->mg_tasksTejun Heo1-2/+6
2014-02-14cgroup: deal with dummp_top in cgroup_name() and cgroup_path()Li Zefan1-2/+10
2014-02-13cgroup: remove cgroup_taskset_cur_css() and cgroup_taskset_size()Tejun Heo1-3/+0
2014-02-13cgroup: drop @skip_css from cgroup_taskset_for_each()Tejun Heo1-6/+2
2014-02-13cgroup: remove css_scan_tasks()Tejun Heo1-6/+0
2014-02-13cgroup: implement cgroup_has_tasks() and unexport cgroup_task_count()Tejun Heo1-2/+6
2014-02-13cgroup: drop CGRP_ROOT_SUBSYS_BOUNDTejun Heo1-2/+0
2014-02-13cgroup: disallow xattr, release_agent and name if sane_behaviorTejun Heo1-3/+3
2014-02-12cgroup: remove cgroupfs_root->refcntTejun Heo1-3/+1
2014-02-12cgroup: rename cgroupfs_root->number_of_cgroups to ->nr_cgrps and make it ato...Tejun Heo1-2/+2
2014-02-12cgroup: remove cgroup->nameTejun Heo1-27/+36
2014-02-12cgroup: remove cftype_setTejun Heo1-17/+9
2014-02-12cgroup: warn if "xattr" is specified with "sane_behavior"Tejun Heo1-0/+2
2014-02-11cgroup: convert to kernfsTejun Heo1-32/+20
2014-02-11cgroup: misc preps for kernfs conversionTejun Heo1-6/+2
2014-02-11cgroup: introduce cgroup_ino()Tejun Heo1-0/+9
2014-02-11cgroup: update the meaning of cftype->max_write_lenTejun Heo1-2/+3
2014-02-11cgroup: make cgroup_subsys->base_cftypes use cgroup_add_cftypes()Tejun Heo1-2/+1
2014-02-11cgroup: improve css_from_dir() into css_tryget_from_dir()Tejun Heo1-2/+2
2014-02-11Merge branch 'cgroup/for-3.14-fixes' into cgroup/for-3.15Tejun Heo1-0/+2
2014-02-11cgroup: protect modifications to cgroup_idr with cgroup_mutexLi Zefan1-0/+2
2014-02-08Merge branch 'driver-core-next' into cgroup/for-3.15Tejun Heo3-41/+103
2014-02-08cgroup: rename cgroup_subsys->subsys_id to ->idTejun Heo1-2/+2
2014-02-08cgroup: clean up cgroup_subsys names and initializationTejun Heo6-10/+11
2014-02-08cgroup: drop module supportTejun Heo2-37/+16
2014-02-08cgroup: make CONFIG_CGROUP_NET_PRIO bool and drop unnecessary init_netclassid...Tejun Heo1-15/+0
2014-02-08kernfs: add CONFIG_KERNFSTejun Heo1-3/+3
2014-02-08sysfs, kobject: add sysfs wrapper for kernfs_enable_ns()Tejun Heo1-0/+9
2014-02-08kernfs: implement kernfs_get_parent(), kernfs_name/path() and friendsTejun Heo1-1/+25
2014-02-08kernfs: implement kernfs_node_from_dentry(), kernfs_root_from_sb() and kernfs...Tejun Heo1-0/+16
2014-02-08kernfs: add kernfs_open_file->privTejun Heo1-0/+1
2014-02-08kernfs: implement kernfs_ops->atomic_write_lenTejun Heo1-2/+6
2014-02-08kernfs: allow nodes to be created in the deactivated stateTejun Heo1-2/+13
2014-02-08kernfs: implement kernfs_syscall_ops->remount_fs() and ->show_options()Tejun Heo1-0/+3
2014-02-08kernfs: rename kernfs_dir_ops to kernfs_syscall_opsTejun Heo1-9/+9
2014-02-08kernfs: invoke dir_ops while holding active ref of the target nodeTejun Heo1-1/+2
2014-02-08sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo2-19/+1
2014-02-08kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappersTejun Heo3-0/+17
2014-02-08kernfs: remove KERNFS_REMOVEDTejun Heo1-1/+0
2014-02-08kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep()Tejun Heo1-1/+0
2014-02-08kernfs: remove kernfs_addrm_cxtTejun Heo1-4/+0
2014-02-08kernfs: replace kernfs_node->u.completion with kernfs_root->deactivate_waitqTejun Heo1-2/+2
2014-02-02Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds1-4/+4
2014-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2014-02-01Merge tag 'nfs-for-3.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds1-0/+1
2014-02-01Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds6-9/+89
2014-01-31Typo in compat_sys_lseek() declarationStephan Springl1-1/+1