Difference between revisions of "Download/kernel/rhel6/042stab068.8/changes"
< Download | kernel | rhel6 | 042stab068.8
(created) |
(it's indeed enchanted!) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 8: | Line 8: | ||
<!-- 065.7 --> | <!-- 065.7 --> | ||
<!-- 067.1 --> | <!-- 067.1 --> | ||
− | * [ubc/mm] A new strict page cache isolation feature (PSBM-16955 | + | * [ubc/mm] A new strict page cache isolation feature (PSBM-16955, see [[Page cache isolation]]) |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<!-- 067.2 --> | <!-- 067.2 --> | ||
* [mm] per-bc pagecache should be shrinked proportionally now (PSBM-15799) | * [mm] per-bc pagecache should be shrinked proportionally now (PSBM-15799) | ||
Line 22: | Line 16: | ||
* [vSwap] virtual vSwap feature has been introduced => now vSwap does not require free physical swap on the HN (PSBM-16764) | * [vSwap] virtual vSwap feature has been introduced => now vSwap does not require free physical swap on the HN (PSBM-16764) | ||
* [pagecache] enchanted version of memory scheduler: shadow gangs, reclaimer takes timestamps into the consideration, etc. (PSBM-15796) | * [pagecache] enchanted version of memory scheduler: shadow gangs, reclaimer takes timestamps into the consideration, etc. (PSBM-15796) | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
<!-- 068.3 --> | <!-- 068.3 --> | ||
* [ubc/dcache] fix endless oom postponing in dcache reclaimer (PSBM-17067, PSBM-17069) | * [ubc/dcache] fix endless oom postponing in dcache reclaimer (PSBM-17067, PSBM-17069) | ||
Line 36: | Line 24: | ||
<!-- 068.6 --> | <!-- 068.6 --> | ||
* [mm] deadlock in kswapd near oom condition has been fixed (PSBM-17100) | * [mm] deadlock in kswapd near oom condition has been fixed (PSBM-17100) | ||
− | <!-- 068.7 --> | + | <!-- 068.7 was a "side" kernel --> |
− | |||
− | |||
<!-- 068.8 --> | <!-- 068.8 --> | ||
* [devpts] handle dentry allocation failure properly in devpts_pty_new() ({{B|1758}}) | * [devpts] handle dentry allocation failure properly in devpts_pty_new() ({{B|1758}}) |
Latest revision as of 15:21, 18 December 2012
Changes[edit]
Since 042stab065.3:
- [mm] possible memory corruption has been fixed by preventing reclaiming of pages in the writeback (PSBM-16442)
- [ploop] possible deadlock on destroying map has been fixed (PSBM-16627)
- [ubc/mm] A new strict page cache isolation feature (PSBM-16955, see Page cache isolation)
- [mm] per-bc pagecache should be shrinked proportionally now (PSBM-15799)
- [mm] debug trace events has been added into shrink_zone and shrink_gang
- [dcache] introduce per-bc dcache lru lists with real time shrink. Underlying dcache can be immediately shrunk if sysctl "ubc.dcache_no_vzfs_cache" is set (PSBM-16072)
- [vSwap] virtual vSwap feature has been introduced => now vSwap does not require free physical swap on the HN (PSBM-16764)
- [pagecache] enchanted version of memory scheduler: shadow gangs, reclaimer takes timestamps into the consideration, etc. (PSBM-15796)
- [ubc/dcache] fix endless oom postponing in dcache reclaimer (PSBM-17067, PSBM-17069)
- [mm] the number of vmscan prios has been increased from 25 to 42. vmscan iterator has been fixed. (PSBM-15799)
- [cpt] kernel panic has been fixed due to DEAD task restoration attempt (PCLIN-30483, PSBM-17107)
- [mm] deadlock in kswapd near oom condition has been fixed (PSBM-17100)
- [devpts] handle dentry allocation failure properly in devpts_pty_new() (#1758)