messages from 2016-04-26 19:30:34 to 2016-06-20 19:50:01 UTC [more...]
4.7-rc1: lockdep: inconsistent lock state kcompactd/aio_migratepage/mem_cgroup_migrate
2016-06-20 19:50 UTC (3+ messages)
` [PATCH] memcg: mem_cgroup_migrate() may be called with irq disabled
question about cgroupv2
2016-06-20 18:19 UTC (2+ messages)
[PATCH] mm: memcontrol: fix cgroup creation failure after many small jobs
2016-06-20 6:14 UTC (11+ messages)
` [PATCH 1/3] cgroup: fix idr leak for the first cgroup root
` [PATCH 2/3] cgroup: remove unnecessary 0 check from css_from_id()
` [PATCH 3/3] mm: memcontrol: fix cgroup creation failure after many small jobs
[RFC] capabilities: add capability cgroup controller
2016-06-18 19:31 UTC
[PATCH v2] cgroup: disable irqs while holding css_set_lock
2016-06-17 19:59 UTC (9+ messages)
Ignore cgroup while scheduling
2016-06-17 18:01 UTC
[RFC 02/18] cgroup_pids: track maximum pids
2016-06-16 10:27 UTC (12+ messages)
` [RFC 03/18] memcontrol: present maximum used memory also for cgroup-v2
[PATCH] mm: memcontrol: remove BUG_ON in uncharge_list
2016-06-08 15:06 UTC (4+ messages)
[PATCH] mm: memcontrol: fix documentation for compound parameter
2016-06-08 14:59 UTC (3+ messages)
[PATCH] cgroup: disable irqs while holding css_set_lock
2016-06-07 16:11 UTC (7+ messages)
[PATCHv10 1/3] rdmacg: Added rdma cgroup controller
2016-06-03 10:56 UTC
[PATCH v4 0/2] cgroup: allow management of subtrees by new cgroup namespaces
2016-05-31 18:18 UTC (19+ messages)
` [PATCH v4 1/2] cgroup: make cgroup.procs permissions userns-aware
` [PATCH v4 2/2] cgroup: implement subtree creation on copy_cgroup_ns()
[PATCH][RFC] mm: memcontrol: fix a unbalance uncharged count
2016-05-31 9:50 UTC (2+ messages)
[PATCH] memcg: add RCU locking around css_for_each_descendant_pre() in memcg_offline_kmem()
2016-05-31 9:33 UTC (7+ messages)
[PATCH] mm/memcontrol.c: add memory allocation result check
2016-05-30 11:22 UTC (4+ messages)
[RFC PATCH] cgroup: remove redundant cleanup in css_create
2016-05-26 19:42 UTC (3+ messages)
` [PATCH] "
` [PATCH cgroup/for-4.7-fixes] cgroup: set css->id to -1 during init
[PATCH][V2] mm: memcontrol: fix the margin computation in mem_cgroup_margin
2016-05-26 1:28 UTC (3+ messages)
[PATCH] mm: memcontrol: remove the useless parameter for mc_handle_swap_pte
2016-05-25 15:18 UTC (2+ messages)
[PATCH v4 00/21] Support fuse mounts in user namespaces
2016-05-24 15:55 UTC (24+ messages)
` [PATCH v4 01/21] fs: fix a posible leak of allocated superblock
` [PATCH v4 04/21] block_dev: Support checking inode permissions in lookup_bdev()
` [PATCH v4 05/21] block_dev: Check permissions towards block device inode when mounting
` [PATCH v4 06/21] fs: Treat foreign mounts as nosuid
` [PATCH v4 08/21] userns: Replace in_userns with current_in_userns
` [PATCH v4 09/21] Smack: Handle labels consistently in untrusted mounts
` [PATCH v4 10/21] fs: Check for invalid i_uid in may_follow_link()
` [PATCH v4 11/21] cred: Reject inodes with invalid ids in set_create_file_as()
` [PATCH v4 15/21] fs: Don't remove suid for CAP_FSETID in s_user_ns
` [PATCH v4 02/21] fs: Remove check of s_user_ns for existing mounts in fs_fully_visible()
` [PATCH v4 03/21] fs: Allow sysfs and cgroupfs to share super blocks between user namespaces
` [PATCH v4 07/21] selinux: Add support for unprivileged mounts from "
` [PATCH v4 12/21] fs: Refuse uid/gid changes which don't map into s_user_ns
` [PATCH v4 13/21] fs: Update posix_acl support to handle user namespace mounts
` [PATCH v4 14/21] fs: Allow superblock owner to change ownership of inodes with unmappable ids
` [PATCH v4 16/21] fs: Allow superblock owner to access do_remount_sb()
` [PATCH v4 17/21] capabilities: Allow privileged user in s_user_ns to set security.* xattrs
` [PATCH v4 18/21] fuse: Add support for pid namespaces
` [PATCH v4 19/21] fuse: Support fuse filesystems outside of init_user_ns
` [PATCH v4 20/21] fuse: Restrict allow_other to the superblock's namespace or a descendant
` [PATCH v4 21/21] fuse: Allow user namespace mounts
[PATCH] mm: memcontrol: fix the return in mem_cgroup_margin
2016-05-24 3:07 UTC (8+ messages)
[PATCH] mm: memcontrol: move comments for get_mctgt_type to proper position
2016-05-19 8:21 UTC (2+ messages)
[PATCH v4 00/21] Support fuse mounts in user namespaces
2016-05-18 16:27 UTC (12+ messages)
` [PATCH v4 11/21] cred: Reject inodes with invalid ids in set_create_file_as()
` [PATCH v4 13/21] fs: Update posix_acl support to handle user namespace mounts
` [PATCH v4 14/21] fs: Allow superblock owner to change ownership of inodes with unmappable ids
` [PATCH v4 16/21] fs: Allow superblock owner to access do_remount_sb()
` [PATCH v4 18/21] fuse: Add support for pid namespaces
` [PATCH v4 19/21] fuse: Support fuse filesystems outside of init_user_ns
` [PATCH v4 03/21] fs: Allow sysfs and cgroupfs to share super blocks between user namespaces
[PATCH RFC 0/3] sched/fair: cpu time reserves for cgroups
2016-05-16 12:26 UTC (7+ messages)
` [PATCH RFC 1/3] sched/fair: call __refill_cfs_bandwidth_runtime only for finite quota
` [PATCH RFC 2/3] sched/fair: copy taskgroup shares to each cfs_rq
` [PATCH RFC 3/3] sched/fair: pulse-weight modulation controller for cpu cgroup
[PATCH] Documentation/memcg: remove restriction of setting kmem limit
2016-05-14 16:13 UTC (7+ messages)
` [PATCH] Documentation/memcg: update kmem limit doc as codes behavior
[GIT PULL] cgroup fixes for v4.6-rc7
2016-05-13 21:35 UTC
[PATCH] kernel: cgroup: fix compile warning:
2016-05-12 15:04 UTC (2+ messages)
[PATCH] cgroup: remove an unused variable
2016-05-11 14:26 UTC (2+ messages)
[PATCH] memcg: fix stale mem_cgroup_force_empty() comment
2016-05-10 7:28 UTC (3+ messages)
[PATCH] mountinfo: implement show_path for kernfs and cgroup
2016-05-09 16:19 UTC (2+ messages)
[PATCH v3 0/2] cgroup: allow management of subtrees by new cgroup namespaces
2016-05-09 14:04 UTC (10+ messages)
` [PATCH v3 1/2] cgroup: apply common ancestor cgroup.procs restriction in cgroupv1
` [PATCH v3 2/2] cgroup: allow management of subtrees by new cgroup namespaces
[PATCH] mountinfo: implement show_path for kernfs and cgroup
2016-05-06 19:32 UTC (6+ messages)
[PATCH v2] cgroup: allow management of subtrees by cgroup namespaces
2016-05-04 9:49 UTC (9+ messages)
` [PATCH v2] cgroup: allow management of subtrees by new "
Show virtualized dentry root in mountinfo for cgroupfs
2016-05-03 14:26 UTC (19+ messages)
` [PATCH 1/2] kernfs_path_from_node_locked: don't overwrite nlen
` [PATCH 2/2] mountinfo: implement show_path for kernfs and cgroup
` [PATCH 3/2] cgroup_show_path: use a new helper to get current cgns css_set
[PATCH] cgroup: allow management of subtrees by cgroup namespaces
2016-05-01 13:20 UTC (3+ messages)
` [PATCH] cgroup: allow management of subtrees by new "
cgroup namespace and user namespace interactions
2016-04-29 5:54 UTC (2+ messages)
[GIT PULL] cgroup fixes for v4.6-rc5
2016-04-27 16:01 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).