aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-20cgroup-defs: fix swork_event declare issuelinux-linaro-lsk-v4.1-rt-testAlex Shi
2016-06-17Merge branch 'linux-linaro-lsk-v4.1' into linux-linaro-lsk-v4.1-rtAlex Shi
2016-06-16Merge branch 'v4.1/topic/writeback-cg' into linux-linaro-lsk-v4.1Alex Shi
2016-06-16writeback: Fix performance regression in wb_over_bg_thresh()Howard Cochran
2016-06-14 Merge tag 'v4.1.26' into linux-linaro-lsk-v4.1Alex Shi
2016-06-08Merge branch 'v4.1/topic/writeback-cg' into linux-linaro-lsk-v4.1Alex Shi
2016-06-08cgroup: replace unified-hierarchy.txt with a proper cgroup v2 documentationTejun Heo
2016-06-08cgroup: rename Documentation/cgroups/ to Documentation/cgroup-legacy/Tejun Heo
2016-06-08cgroup: replace __DEVEL__sane_behavior with cgroup2 fs typeTejun Heo
2016-06-08cfq-iosched: fix the setting of IOPS mode on SSDsJens Axboe
2016-06-08block: Make CFQ default to IOPS mode on SSDsTahsin Erdogan
2016-06-08writeback: initialize inode members that track writeback historyTahsin Erdogan
2016-06-08writeback: keep superblock pinned during cgroup writeback association switchesTejun Heo
2016-06-08memcg: fix dirty page migrationGreg Thelen
2016-06-08block: detach bdev inode from its wb in __blkdev_put()Ilya Dryomov
2016-06-08fs/block_dev.c: Remove WARN_ON() when inode writeback failsVivek Goyal
2016-06-08cgroup: make sure a parent css isn't offlined before its childrenTejun Heo
2016-06-08cgroup: make sure a parent css isn't freed before its childrenTejun Heo
2016-06-08mm: page_alloc: generalize the dirty balance reserveJohannes Weiner
2016-06-08block: fix module reference leak on put_disk() call for cgroups throttleRoman Pen
2016-06-08memcg: fix memory.high targetVladimir Davydov
2016-06-08memcg: ratify and consolidate over-charge handlingTejun Heo
2016-06-08memcg: punt high overage reclaim to return-to-userland pathTejun Heo
2016-06-08memcg: flatten task_struct->memcg_oomTejun Heo
2016-06-08mm: memcontrol: eliminate root memory.currentJohannes Weiner
2016-06-08fs/writeback, rcu: Don't use list_entry_rcu() for pointer offsetting in bdi_s...Tejun Heo
2016-06-08writeback: bdi_writeback iteration must not skip dying onesTejun Heo
2016-06-08writeback: sync_inodes_sb() must write out I_DIRTY_TIME inodes and always cal...Tejun Heo
2016-06-08mm, vmscan: unlock page while waiting on writebackHugh Dickins
2016-06-08cgroup_pids: don't account for the root cgroupTejun Heo
2016-06-08cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo
2016-06-08cgroup_freezer: simplify propagation of CGROUP_FROZEN clearing in freezer_att...Tejun Heo
2016-06-08cgroup: pids: kill pids_fork(), simplify pids_can_fork() and pids_cancel_fork()Oleg Nesterov
2016-06-08cgroup: pids: fix race between cgroup_post_fork() and cgroup_migrate()Oleg Nesterov
2016-06-08cgroup: make css_set pin its css's to avoid use-afer-freeTejun Heo
2016-06-08cgroup: fix cftype->file_offset handlingTejun Heo
2016-06-08cgroup: pids: fix invalid get/put usageAleksa Sarai
2016-06-08cgroup: fix race condition around termination check in css_task_iter_next()Tejun Heo
2016-06-08blkcg: don't create "io.stat" on the root cgroupTejun Heo
2016-06-08cgroup: drop cgroup__DEVEL__legacy_files_on_dflTejun Heo
2016-06-08cgroup: replace error handling in cgroup_init() with WARN_ON()sTejun Heo
2016-06-08cgroup: add cgroup_subsys->free() method and use it to fix pids controllerTejun Heo
2016-06-08cgroup: keep zombies associated with their original cgroupsTejun Heo
2016-06-08cgroup: make css_set_rwsem a spinlock and rename it to css_set_lockTejun Heo
2016-06-08cgroup: don't hold css_set_rwsem across css task iterationTejun Heo
2016-06-08cgroup: reorganize css_task_iter functionsTejun Heo
2016-06-08cgroup: factor out css_set_move_task()Tejun Heo
2016-06-08cgroup: keep css_set and task lists in chronological orderTejun Heo
2016-06-08cgroup: make cgroup_destroy_locked() test cgroup_is_populated()Tejun Heo
2016-06-08cgroup: make css_sets pin the associated cgroupsTejun Heo