1
0
Fork 0
alistair23-linux/Documentation/cgroup-v1
Linus Torvalds f7878dc3a9 Merge branch 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup
Pull cgroup updates from Tejun Heo:
 "Several noteworthy changes.

   - Parav's rdma controller is finally merged. It is very straight
     forward and can limit the abosolute numbers of common rdma
     constructs used by different cgroups.

   - kernel/cgroup.c got too chubby and disorganized. Created
     kernel/cgroup/ subdirectory and moved all cgroup related files
     under kernel/ there and reorganized the core code. This hurts for
     backporting patches but was long overdue.

   - cgroup v2 process listing reimplemented so that it no longer
     depends on allocating a buffer large enough to cache the entire
     result to sort and uniq the output. v2 has always mangled the sort
     order to ensure that users don't depend on the sorted output, so
     this shouldn't surprise anybody. This makes the pid listing
     functions use the same iterators that are used internally, which
     have to have the same iterating capabilities anyway.

   - perf cgroup filtering now works automatically on cgroup v2. This
     patch was posted a long time ago but somehow fell through the
     cracks.

   - misc fixes asnd documentation updates"

* 'for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup: (27 commits)
  kernfs: fix locking around kernfs_ops->release() callback
  cgroup: drop the matching uid requirement on migration for cgroup v2
  cgroup, perf_event: make perf_event controller work on cgroup2 hierarchy
  cgroup: misc cleanups
  cgroup: call subsys->*attach() only for subsystems which are actually affected by migration
  cgroup: track migration context in cgroup_mgctx
  cgroup: cosmetic update to cgroup_taskset_add()
  rdmacg: Fixed uninitialized current resource usage
  cgroup: Add missing cgroup-v2 PID controller documentation.
  rdmacg: Added documentation for rdmacg
  IB/core: added support to use rdma cgroup controller
  rdmacg: Added rdma cgroup controller
  cgroup: fix a comment typo
  cgroup: fix RCU related sparse warnings
  cgroup: move namespace code to kernel/cgroup/namespace.c
  cgroup: rename functions for consistency
  cgroup: move v1 mount functions to kernel/cgroup/cgroup-v1.c
  cgroup: separate out cgroup1_kf_syscall_ops
  cgroup: refactor mount path and clearly distinguish v1 and v2 paths
  cgroup: move cgroup v1 specific code to kernel/cgroup/cgroup-v1.c
  ...
2017-02-27 21:41:08 -08:00
..
00-INDEX docs: fix locations of several documents that got moved 2016-10-24 08:12:35 -02:00
blkio-controller.txt cgroup: rename cgroup documentations 2016-01-11 23:14:51 -05:00
cgroups.txt Documenation: update cgroup's document path 2016-08-03 15:43:58 -06:00
cpuacct.txt cgroup: rename cgroup documentations 2016-01-11 23:14:51 -05:00
cpusets.txt Documentation: cpuset: Fix 'cpuset.tasks' -> 'tasks' 2017-01-13 11:04:45 -07:00
devices.txt cgroup: rename cgroup documentations 2016-01-11 23:14:51 -05:00
freezer-subsystem.txt cgroup: rename cgroup documentations 2016-01-11 23:14:51 -05:00
hugetlb.txt cgroup: rename cgroup documentations 2016-01-11 23:14:51 -05:00
memcg_test.txt Three fixes for the docs build, including removing an annoying warning on 2016-08-07 10:23:17 -04:00
memory.txt mm, vmscan: move lru_lock to the node 2016-07-28 16:07:41 -07:00
net_cls.txt cgroup: rename cgroup documentations 2016-01-11 23:14:51 -05:00
net_prio.txt cgroup: rename cgroup documentations 2016-01-11 23:14:51 -05:00
pids.txt cgroup: rename cgroup documentations 2016-01-11 23:14:51 -05:00
rdma.txt rdmacg: Added documentation for rdmacg 2017-01-10 11:14:27 -05:00