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