messages from 2010-12-09 01:57:07 to 2010-12-13 14:47:05 UTC [more...]
[PATCH 00/35] IO-less dirty throttling v4
2010-12-13 14:47 UTC (6+ messages)
` [PATCH 07/35] writeback: per-task rate limit on balance_dirty_pages()
` [PATCH 09/35] writeback: account per-bdi accumulated written pages
` [PATCH 10/35] writeback: bdi write bandwidth estimation
` [PATCH 14/35] writeback: smoothed bdi dirty pages
` [PATCH 19/35] writeback: make nr_to_write a per-file limit
[PATCH 00/47] IO-less dirty throttling v3
2010-12-13 12:38 UTC (51+ messages)
` [PATCH 01/47] writeback: enabling gate limit for light dirtied bdi
` [PATCH 02/47] writeback: safety margin for bdi stat error
` [PATCH 03/47] writeback: IO-less balance_dirty_pages()
` [PATCH 04/47] writeback: consolidate variable names in balance_dirty_pages()
` [PATCH 05/47] writeback: per-task rate limit on balance_dirty_pages()
` [PATCH 06/47] writeback: prevent duplicate balance_dirty_pages_ratelimited() calls
` [PATCH 07/47] writeback: account per-bdi accumulated written pages
` [PATCH 08/47] writeback: bdi write bandwidth estimation
` [PATCH 09/47] writeback: show bdi write bandwidth in debugfs
` [PATCH 10/47] writeback: quit throttling when bdi dirty pages dropped low
` [PATCH 11/47] writeback: reduce per-bdi dirty threshold ramp up time
` [PATCH 12/47] writeback: make reasonable gap between the dirty/background thresholds
` [PATCH 13/47] writeback: scale down max throttle bandwidth on concurrent dirtiers
` [PATCH 14/47] writeback: add trace event for balance_dirty_pages()
` [PATCH 15/47] writeback: make nr_to_write a per-file limit
` [PATCH 16/47] writeback: make-nr_to_write-a-per-file-limit fix
` [PATCH 17/47] writeback: do uninterruptible sleep in balance_dirty_pages()
` [PATCH 18/47] writeback: move BDI_WRITTEN accounting into __bdi_writeout_inc()
` [PATCH 19/47] writeback: fix increasement of nr_dirtied_pause
` [PATCH 20/47] writeback: use do_div in bw calculation
` [PATCH 21/47] writeback: prevent divide error on tiny HZ
` [PATCH 22/47] writeback: prevent bandwidth calculation overflow
` [PATCH 23/47] writeback: spinlock protected bdi bandwidth update
` [PATCH 24/47] writeback: increase pause time on concurrent dirtiers
` [PATCH 25/47] writeback: make it easier to break from a dirty exceeded bdi
` [PATCH 26/47] writeback: start background writeback earlier
` [PATCH 27/47] writeback: user space think time compensation
` [PATCH 28/47] writeback: bdi base throttle bandwidth
` [PATCH 29/47] writeback: smoothed bdi dirty pages
` [PATCH 30/47] writeback: adapt max balance pause time to memory size
` [PATCH 31/47] writeback: increase min pause time on concurrent dirtiers
` [PATCH 32/47] writeback: extend balance_dirty_pages() trace event
` [PATCH 33/47] writeback: trace global dirty page states
` [PATCH 34/47] writeback: trace writeback_single_inode()
` [PATCH 35/47] writeback: scale IO chunk size up to device bandwidth
` [PATCH 36/47] btrfs: dont call balance_dirty_pages_ratelimited() on already dirty pages
` [PATCH 37/47] btrfs: lower the dirty balacing rate limit
` [PATCH 38/47] btrfs: wait on too many nr_async_bios
` [PATCH 39/47] nfs: livelock prevention is now done in VFS
` [PATCH 40/47] nfs: writeback pages wait queue
` [PATCH 41/47] nfs: in-commit pages accounting and "
` [PATCH 42/47] nfs: heuristics to avoid commit
` [PATCH 43/47] nfs: dont change wbc->nr_to_write in write_inode()
` [PATCH 44/47] nfs: limit the range of commits
` [PATCH 45/47] nfs: adapt congestion threshold to dirty threshold
` [PATCH 46/47] nfs: trace nfs_commit_unstable_pages()
` [PATCH 47/47] nfs: trace nfs_commit_release()
[PATCHv7 00/10] Contiguous Memory Allocator
2010-12-13 11:26 UTC (11+ messages)
` [PATCHv7 01/10] mm: migrate.c: fix compilation error
` [PATCHv7 02/10] lib: bitmap: Added alignment offset for bitmap_find_next_zero_area()
` [PATCHv7 03/10] lib: genalloc: Generic allocator improvements
` [PATCHv7 04/10] mm: move some functions from memory_hotplug.c to page_isolation.c
` [PATCHv7 05/10] mm: alloc_contig_free_pages() added
` [PATCHv7 06/10] mm: MIGRATE_CMA migration type added
` [PATCHv7 07/10] mm: MIGRATE_CMA isolation functions added
` [PATCHv7 08/10] mm: cma: Contiguous Memory Allocator added
` [PATCHv7 09/10] mm: cma: Test device and application added
` [PATCHv7 10/10] ARM: cma: Added CMA to Aquila, Goni and c210 universal boards
[7/7,v8] NUMA Hotplug Emulator: Implement per-node add_memory debugfs interface
2010-12-13 2:09 UTC (5+ messages)
[PATCH 0/6] Prevent kswapd dumping excessive amounts of memory in response to high-order allocations V4
2010-12-13 2:03 UTC (8+ messages)
` [PATCH 1/6] mm: kswapd: Stop high-order balancing when any suitable zone is balanced
` [PATCH 2/6] mm: kswapd: Keep kswapd awake for high-order allocations until a percentage of the node "
` [PATCH 3/6] mm: kswapd: Use the order that kswapd was reclaiming at for sleeping_prematurely()
` [PATCH 4/6] mm: kswapd: Reset kswapd_max_order and classzone_idx after reading
` [PATCH 5/6] mm: kswapd: Treat zone->all_unreclaimable in sleeping_prematurely similar to balance_pgdat()
` [PATCH 6/6] mm: kswapd: Use the classzone idx that kswapd was using for sleeping_prematurely()
[PATCH 0/5] Prevent kswapd dumping excessive amounts of memory in response to high-order allocations V3
2010-12-12 23:58 UTC (25+ messages)
` [PATCH 1/6] mm: kswapd: Stop high-order balancing when any suitable zone is balanced
` [PATCH 2/6] mm: kswapd: Keep kswapd awake for high-order allocations until a percentage of the node "
` [PATCH 3/6] mm: kswapd: Use the order that kswapd was reclaiming at for sleeping_prematurely()
` [PATCH 4/6] mm: kswapd: Reset kswapd_max_order and classzone_idx after reading
` [PATCH 5/6] mm: kswapd: Treat zone->all_unreclaimable in sleeping_prematurely similar to balance_pgdat()
` [PATCH 6/6] mm: kswapd: Use the classzone idx that kswapd was using for sleeping_prematurely()
53CBE21-8A4605A
2010-12-12 6:28 UTC
kernel BUG at mm/truncate.c:475!
2010-12-11 19:50 UTC (13+ messages)
[RFC,0/7] mm: vcm: The Virtual Memory Manager for multiple IOMMUs
2010-12-11 9:21 UTC (8+ messages)
` [RFC,1/7] mm: vcm: Virtual Contiguous Memory framework added
` [RFC,2/7] mm: vcm: physical memory allocator added
` [RFC,3/7] mm: vcm: VCM VMM driver added
` [RFC,4/7] mm: vcm: VCM MMU wrapper added
` [RFC,5/7] mm: vcm: VCM One-to-One "
` [RFC,6/7] mm: vcm: vcm-cma: VCM CMA driver added
` [RFC,7/7] mm: vcm: Sample "
[PATCH 0/5] Prevent kswapd dumping excessive amounts of memory in response to high-order allocations V2
2010-12-11 1:33 UTC (8+ messages)
continuous oom caused system deadlock
2010-12-11 0:30 UTC (2+ messages)
[patch]vmscan: make kswapd use a correct order
2010-12-10 23:42 UTC (13+ messages)
[patch] mm: skip rebalance of hopeless zones
2010-12-10 19:46 UTC (30+ messages)
[PATCH 0/3] Provide unmapped page cache control (v2)
2010-12-10 14:32 UTC (4+ messages)
` [PATCH 1/3] Move zone_reclaim() outside of CONFIG_NUMA (v2)
` [PATCH 2/3] Refactor zone_reclaim (v2)
` [PATCH 3/3] Provide control over unmapped pages (v2)
[PATCH 00 of 66] Transparent Hugepage Support #32
2010-12-10 12:17 UTC (25+ messages)
` [PATCH 33 of 66] madvise(MADV_HUGEPAGE)
` [PATCH 44 of 66] skip transhuge pages in ksm for now
` [PATCH 45 of 66] remove PG_buddy
` [PATCH 51 of 66] set recommended min free kbytes
` [PATCH 52 of 66] enable direct defrag
` [PATCH 55 of 66] select CONFIG_COMPACTION if TRANSPARENT_HUGEPAGE enabled
` [PATCH 61 of 66] use compaction for GFP_ATOMIC order > 0
[PATCH] vmscan: make kswapd use a correct order
2010-12-10 11:17 UTC (4+ messages)
[PATCH 0/6] mlock: do not hold mmap_sem for extended periods of time
2010-12-10 11:12 UTC (7+ messages)
` [PATCH 1/6] mlock: only hold mmap_sem in shared mode when faulting in pages
[0/7, v9] NUMA Hotplug Emulator (v9)
2010-12-10 7:31 UTC (8+ messages)
` [1/7, v9] NUMA Hotplug Emulator: Documentation
` [2/7, v9] NUMA Hotplug Emulator: Add numa=possible option
` [3/7, v9] NUMA Hotplug Emulator: Add node hotplug emulation
` [4/7, v9] NUMA Hotplug Emulator: Abstract cpu register functions
` [5/7, v9] NUMA Hotplug Emulator: Support cpu probe/release in x86_64
` [6/7, v9] NUMA Hotplug Emulator: Fake CPU socket with logical CPU on x86
` [7/7, v9] NUMA Hotplug Emulator: Implement per-node add_memory debugfs interface
[0/7,v8] NUMA Hotplug Emulator (v8)
2010-12-10 8:01 UTC (11+ messages)
` [1/7,v8] NUMA Hotplug Emulator: documentation
` [5/7,v8] NUMA Hotplug Emulator: Support cpu probe/release in x86_64
[PATCH 0/2] Add per cpuset meminfo
2010-12-10 6:39 UTC (4+ messages)
` [PATCH 1/2] Add hugetlb_report_nodemask_meminfo()
` [PATCH 2/2] Add per cpuset meminfo
NULL pointer dereference in __mark_inode_dirty
2010-12-09 21:39 UTC
continuous oom caused system deadlock
2010-12-09 21:34 UTC (2+ messages)
[trivial PATCH 00/15] remove duplicate unlikely from IS_ERR
2010-12-09 20:32 UTC (3+ messages)
` [PATCH 14/15] mm: Remove "
[PATCH] fs/vfs/security: pass last path component to LSM on inode creation
2010-12-09 18:05 UTC (6+ messages)
[PATCH] vmalloc: Remove redundant unlikely()
2010-12-09 16:09 UTC (2+ messages)
[PATCH] compaction: Remove mem_cgroup_del_lru
2010-12-09 14:59 UTC (2+ messages)
[PATCH] clean up and adjust kmap-types.h
2010-12-09 8:24 UTC
[PATCH 0/2] RFC: page munlock issues when breaking up COW
2010-12-09 7:49 UTC (3+ messages)
` [PATCH 1/2] mlock: fix race when munlocking pages in do_wp_page()
` [PATCH 2/2] mlock: do not munlock pages in __do_fault()
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).