messages from 2010-08-03 00:02:42 to 2010-08-05 16:03:26 UTC [more...]
[PATCH 0/6] writeback cleanups and trivial fixes
2010-08-05 16:01 UTC (13+ messages)
` [PATCH 2/6] writeback: reduce calls to global_page_state in balance_dirty_pages()
` [PATCH 3/6] writeback: avoid unnecessary calculation of bdi dirty thresholds
` [PATCH 6/6] writeback: merge for_kupdate and !for_kupdate cases
[RFC][PATCH 0/7] low latency synchrounous lumpy reclaim
2010-08-05 15:40 UTC (21+ messages)
` [PATCH 1/7] vmscan: raise the bar to PAGEOUT_IO_SYNC stalls
` [PATCH 2/7] vmscan: synchronous lumpy reclaim don't call congestion_wait()
` [PATCH 3/7] vmscan: synchrounous lumpy reclaim use lock_page() instead trylock_page()
` [PATCH 4/7] vmscan: narrowing synchrounous lumply reclaim condition
` [PATCH 5/7] vmscan: kill dead code in shrink_inactive_list()
` [PATCH 6/7] vmscan: remove PF_SWAPWRITE from __zone_reclaim()
` [PATCH 7/7] vmscan: isolated_lru_pages() stop neighbor search if neighbor can't be isolated
[PATCH 0/6] [RFC] writeback: try to write older pages first
2010-08-05 15:26 UTC (7+ messages)
` [PATCH 3/6] writeback: kill writeback_control.more_io
[PATCH 14/17] mm,kdb,kgdb: Add a debug reference for the kdb kmap usage
2010-08-05 14:37 UTC
[PATCH 0/6] Reduce writeback from page reclaim context V6
2010-08-05 14:15 UTC (7+ messages)
` [PATCH 5/6] vmscan: Do not writeback filesystem pages in direct reclaim
` [PATCH 6/6] vmscan: Kick flusher threads to clean pages when reclaim is encountering dirty pages
[RFC PATCH 0/2] Prioritise inodes and zones for writeback required by page reclaim
2010-08-05 13:42 UTC (5+ messages)
` [PATCH 1/2] writeback: Prioritise dirty inodes encountered by reclaim for background flushing
` [PATCH 2/2] writeback: Account for pages written back belonging to a particular zone
scalability investigation: Where can I get your latest patches?
2010-08-05 11:44 UTC (8+ messages)
[PATCH 0/5 -mm][memcg] towards I/O aware memory cgroup v4
2010-08-05 10:03 UTC (5+ messages)
` [PATCH 1/4 -mm][memcg] quick ID lookup in memcg
` [PATCH 2/4 -mm][memcg] use id in page cgroup
` [PATCH 3/4 -mm][memcg] scalable file status update logic without race
` [PATCH 4/4 -mm][memcg] generic file-stat accounting interface for memcg
[S+Q3 00/23] SLUB: The Unified slab allocator (V3)
2010-08-05 8:38 UTC (30+ messages)
` [S+Q3 01/23] percpu: make @dyn_size always mean min dyn_size in first chunk init functions
` [S+Q3 02/23] percpu: allow limited allocation before slab is online
` [S+Q3 03/23] slub: Use a constant for a unspecified node
` [S+Q3 04/23] SLUB: Constants need UL
` [S+Q3 05/23] Subjec Slub: Force no inlining of debug functions
` [S+Q3 06/23] slub: Check kasprintf results in kmem_cache_init()
` [S+Q3 07/23] slub: Use kmem_cache flags to detect if slab is in debugging mode
` [S+Q3 08/23] slub: remove dynamic dma slab allocation
` [S+Q3 09/23] slub: Remove static kmem_cache_cpu array for boot
` [S+Q3 10/23] slub: Allow removal of slab caches during boot V2
` [S+Q3 11/23] slub: Dynamically size kmalloc cache allocations
` [S+Q3 12/23] slub: Extract hooks for memory checkers from hotpaths
` [S+Q3 13/23] slub: Move gfpflag masking out of the hotpath
` [S+Q3 14/23] slub: Add SLAB style per cpu queueing
` [S+Q3 15/23] slub: Allow resizing of per cpu queues
` [S+Q3 16/23] slub: Get rid of useless function count_free()
` [S+Q3 17/23] slub: Remove MAX_OBJS limitation
` [S+Q3 18/23] slub: Drop allocator announcement
` [S+Q3 19/23] slub: Object based NUMA policies
` [S+Q3 20/23] slub: Shared cache to exploit cross cpu caching abilities
` [S+Q3 21/23] slub: Support Alien Caches
` [S+Q3 22/23] slub: Cached object expiration
` [S+Q3 23/23] vmscan: Tie slub object expiration into page reclaim
Why PAGEOUT_IO_SYNC stalls for a long time
2010-08-05 8:09 UTC (6+ messages)
[PATCH 0/9] v4 De-couple sysfs memory directories from memory sections
2010-08-05 5:04 UTC (18+ messages)
` [PATCH 1/9] v4 Move the find_memory_block() routine up
` [PATCH 2/9] v4 Add new phys_index properties
` [PATCH 3/9] v4 Add section count to memory_block
` [PATCH 4/9] v4 Add mutex for add/remove of memory blocks
` [PATCH 5/9] v4 Allow memory_block to span multiple memory sections
` [PATCH 6/9] v4 Update the find_memory_block declaration
` [PATCH 7/9] v4 Update the node sysfs code
` [PATCH 8/9] v4 Define memory_block_size_bytes() for ppc/pseries
` [PATCH 9/9] v4 Update memory-hotplug documentation
question about CONFIG_BASE_SMALL
2010-08-05 1:10 UTC (4+ messages)
[PATCH 0/2] Adding two writeback files in /proc/sys/vm
2010-08-05 0:43 UTC (3+ messages)
` [PATCH 1/2] mm: helper functions for dirty and writeback accounting
` [PATCH 2/2] writeback: Adding pages_dirtied and pages_entered_writeback
[PATCH 0/2] Adding four writeback files in /proc/sys/vm
2010-08-05 0:18 UTC (5+ messages)
` [PATCH 1/2] mm: helper functions for dirty and writeback accounting
` [PATCH 2/2] writeback: Adding four read-only files to /proc/sys/vm
[GIT PULL] SLAB updates for 2.6.36-rc0
2010-08-04 19:19 UTC
Over-eager swapping
2010-08-04 12:04 UTC (14+ messages)
[PATCH] memblock: Fix memblock_is_region_reserved() to return a boolean
2010-08-04 4:19 UTC
[PATCH -mm 0/5] towards I/O aware memory cgroup v3
2010-08-04 1:25 UTC (26+ messages)
` [PATCH -mm 1/5] quick lookup memcg by ID
` [PATCH -mm 2/5] use ID in page cgroup
` [PATCH -mm 3/5] memcg scalable file stat accounting method
` [PATCH -mm 4/5] memcg generic file stat accounting interface
` [PATCH -mm 5/5] memcg: use spinlock in page_cgroup instead of bit_spinlock
[patch -mm 1/2] oom: badness heuristic rewrite
2010-08-03 20:43 UTC (24+ messages)
[PATCH V3 0/8] Cleancache: overview
2010-08-03 19:09 UTC (8+ messages)
Transparent Hugepage Support #29
2010-08-03 16:01 UTC (2+ messages)
` Kernel build bench with "
[PATCH 0/9] Reduce writeback from page reclaim context V5
2010-08-03 15:07 UTC (6+ messages)
[PATCH 0/5] [RFC] transfer ASYNC vmscan writeback IO to the flusher threads
2010-08-03 14:36 UTC (14+ messages)
` [PATCH 2/5] writeback: stop periodic/background work on seeing sync works
[PATCHv2 0/4] The Contiguous Memory Allocator
2010-08-03 7:19 UTC (4+ messages)
` [PATCHv2 2/4] mm: cma: Contiguous Memory Allocator added
Bug 12309 - Large I/O operations result in poor interactive performance and high iowait times
2010-08-03 6:35 UTC (8+ messages)
VFS scalability git tree
2010-08-03 5:44 UTC (4+ messages)
[S+Q2 00/19] SLUB with queueing (V2) beats SLAB netperf TCP_RR
2010-08-03 4:32 UTC (8+ messages)
` [S+Q2 07/19] slub: Allow removal of slab caches during boot
[PATCH resend] ksm: cleanup for mm_slots_hash
2010-08-03 3:31 UTC
[PATCH -mmotm 00/30] [RFC] swap over nfs -v21
2010-08-03 1:44 UTC (4+ messages)
` [PATCH -mmotm 05/30] mm: sl[au]b: add knowledge of reserve pages
[PATCH] mm: only build per-node scan_unevictable when NUMA is enabled
2010-08-03 0:46 UTC (2+ messages)
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).