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