Skip to content
GitLab
Explore
Sign in
Commits · d3ba07c3aa9ae3e03329b0a7f1a067c0647aa2af
linux
Browse files
Feb 13, 2014
cgroup: disallow xattr, release_agent and name if sane_behavior
· d3ba07c3
Tejun Heo
authored
Feb 13, 2014
d3ba07c3
Feb 12, 2014
sun4M: add include of slab.h for kzalloc
· a755180b
Stephen Rothwell
authored
Feb 12, 2014
a755180b
cgroup: remove cgroupfs_root->refcnt
· 776f02fa
Tejun Heo
authored
Feb 12, 2014
776f02fa
cgroup: rename cgroupfs_root->number_of_cgroups to ->nr_cgrps and make it atomic_t
· 3c9c825b
Tejun Heo
authored
Feb 12, 2014
3c9c825b
cgroup: remove cgroup->name
· e61734c5
Tejun Heo
authored
Feb 12, 2014
e61734c5
cgroup: make cgroup hold onto its kernfs_node
· 6f30558f
Tejun Heo
authored
Feb 12, 2014
6f30558f
cgroup: simplify dynamic cftype addition and removal
· 21a2d343
Tejun Heo
authored
Feb 12, 2014
21a2d343
cgroup: remove cftype_set
· 0adb0704
Tejun Heo
authored
Feb 12, 2014
0adb0704
cgroup: relocate cgroup_rm_cftypes()
· 80b13586
Tejun Heo
authored
Feb 12, 2014
80b13586
cgroup: warn if "xattr" is specified with "sane_behavior"
· 86bf4b68
Tejun Heo
authored
Feb 12, 2014
86bf4b68
Feb 11, 2014
cgroup: convert to kernfs
· 2bd59d48
Tejun Heo
authored
Feb 11, 2014
2bd59d48
cgroup: relocate functions in preparation of kernfs conversion
· f2e85d57
Tejun Heo
authored
Feb 11, 2014
f2e85d57
cgroup: misc preps for kernfs conversion
· 59f5296b
Tejun Heo
authored
Feb 11, 2014
59f5296b
cgroup: introduce cgroup_ino()
· b1664924
Tejun Heo
authored
Feb 11, 2014
b1664924
cgroup: introduce cgroup_init/exit_cftypes()
· 2da440a2
Tejun Heo
authored
Feb 11, 2014
2da440a2
cgroup: update the meaning of cftype->max_write_len
· 5f469907
Tejun Heo
authored
Feb 11, 2014
5f469907
cgroup: make cgroup_subsys->base_cftypes use cgroup_add_cftypes()
· de00ffa5
Tejun Heo
authored
Feb 11, 2014
de00ffa5
cgroup: update cgroup name handling
· 8d7e6fb0
Tejun Heo
authored
Feb 11, 2014
8d7e6fb0
cgroup: factor out cgroup_setup_root() from cgroup_mount()
· d427dfeb
Tejun Heo
authored
Feb 11, 2014
d427dfeb
cgroup: restructure locking and error handling in cgroup_mount()
· 8e30e2b8
Tejun Heo
authored
Feb 11, 2014
8e30e2b8
cgroup: release cgroup_mutex over file removals
· 4ac06017
Tejun Heo
authored
Feb 11, 2014
4ac06017
cgroup: introduce cgroup_tree_mutex
· ace2bee8
Tejun Heo
authored
Feb 11, 2014
ace2bee8
cgroup: improve css_from_dir() into css_tryget_from_dir()
· 5a17f543
Tejun Heo
authored
Feb 11, 2014
5a17f543
Merge branch 'cgroup/for-3.14-fixes' into cgroup/for-3.15
· 398f8787
Tejun Heo
authored
Feb 11, 2014
398f8787
cgroup: protect modifications to cgroup_idr with cgroup_mutex
· 0ab02ca8
Li Zefan
authored
Feb 11, 2014
0ab02ca8
Feb 08, 2014
Merge branch 'driver-core-next' into cgroup/for-3.15
· f7cef064
Tejun Heo
authored
Feb 08, 2014
f7cef064
Merge branch 'for-3.14-fixes' into for-3.15
· 1a698a4a
Tejun Heo
authored
Feb 08, 2014
1a698a4a
cgroup: remove cgroup_root_mutex
· 3417ae1f
Tejun Heo
authored
Feb 08, 2014
3417ae1f
cgroup: update locking in cgroup_show_options()
· 69e943b7
Tejun Heo
authored
Feb 08, 2014
69e943b7
cgroup: rename cgroup_subsys->subsys_id to ->id
· aec25020
Tejun Heo
authored
Feb 08, 2014
aec25020
cgroup: clean up cgroup_subsys names and initialization
· 073219e9
Tejun Heo
authored
Feb 08, 2014
073219e9
cgroup: drop module support
· 3ed80a62
Tejun Heo
authored
Feb 08, 2014
3ed80a62
cgroup: make CONFIG_CGROUP_NET_PRIO bool and drop unnecessary init_netclassid_cgroup()
· af636337
Tejun Heo
authored
Feb 08, 2014
af636337
cgroup: fix locking in cgroup_cfts_commit()
· 48573a89
Tejun Heo
authored
Feb 08, 2014
48573a89
cgroup: fix error return from cgroup_create()
· b58c8998
Tejun Heo
authored
Feb 08, 2014
b58c8998
cgroup: fix error return value in cgroup_mount()
· eb46bf89
Tejun Heo
authored
Feb 08, 2014
eb46bf89
kernfs: add CONFIG_KERNFS
· ba341d55
Tejun Heo
authored
Feb 03, 2014
ba341d55
sysfs, kobject: add sysfs wrapper for kernfs_enable_ns()
· fa4cd451
Tejun Heo
authored
Feb 07, 2014
fa4cd451
kernfs: implement kernfs_get_parent(), kernfs_name/path() and friends
· 3eef34ad
Tejun Heo
authored
Feb 07, 2014
3eef34ad
kernfs: implement kernfs_node_from_dentry(), kernfs_root_from_sb() and kernfs_rename()
· 0c23b225
Tejun Heo
authored
Feb 03, 2014
0c23b225
Loading