linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[RFC 00/16] Variable Order Page Cache Patchset V2
 2007-04-25 11:05 UTC  (26+ messages)
` [RFC 01/16] Free up page->private for compound pages
` [RFC 02/16] vmstat.c: Support accounting "
` [RFC 03/16] Variable Order Page Cache: Add order field in mapping
` [RFC 04/16] Variable Order Page Cache: Add basic allocation functions
` [RFC 05/16] Variable Order Page Cache: Add functions to establish sizes
` [RFC 06/16] Variable Page Cache: Add VM_BUG_ONs to check for correct page order
` [RFC 07/16] Variable Order Page Cache: Add clearing and flushing function
` [RFC 08/16] Variable Order Page Cache: Fixup fallback functions
` [RFC 09/16] Variable Order Page Cache: Fix up mm/filemap.c
` [RFC 10/16] Variable Order Page Cache: Readahead fixups
` [RFC 11/16] Variable Page Cache Size: Fix up reclaim counters
` [RFC 12/16] Variable Order Page Cache: Fix up the writeback logic
` [RFC 13/16] Variable Order Page Cache: Fixed to block layer
` [RFC 14/16] Variable Order Page Cache: Add support to ramfs
` [RFC 15/16] ext2: Add variable page size support
` [RFC 16/16] Variable Order Page Cache: Alternate implementation of page cache macros

Saw ya last night
 2007-04-25  9:57 UTC 

[RFC][PATCH] syctl for selecting global zonelist[] order
 2007-04-25  9:31 UTC  (4+ messages)

2.6.21-rc7-mm1 on test.kernel.org
 2007-04-25  8:40 UTC  (31+ messages)

[PATCH 0/12] Pass MAP_FIXED down to get_unmapped_area
 2007-04-25  8:27 UTC  (14+ messages)
` [PATCH 2/12] get_unmapped_area handles MAP_FIXED on alpha
` [PATCH 1/12] get_unmapped_area handles MAP_FIXED on powerpc
` [PATCH 3/12] get_unmapped_area handles MAP_FIXED on arm
` [PATCH 4/12] get_unmapped_area handles MAP_FIXED on frv
` [PATCH 5/12] get_unmapped_area handles MAP_FIXED on i386
` [PATCH 6/12] get_unmapped_area handles MAP_FIXED on ia64
` [PATCH 8/12] get_unmapped_area handles MAP_FIXED on sparc64
` [PATCH 7/12] get_unmapped_area handles MAP_FIXED on parisc
` [PATCH 9/12] get_unmapped_area handles MAP_FIXED on x86_64
` [PATCH 10/12] get_unmapped_area handles MAP_FIXED in hugetlbfs
` [PATCH 11/12] get_unmapped_area handles MAP_FIXED in generic code
` [PATCH 12/12] get_unmapped_area doesn't need hugetlbfs hacks anymore

[PATCH 0/2] Fix two boot problems related to ZONE_MOVABLE sizing
 2007-04-25  2:00 UTC  (5+ messages)
` [PATCH 1/2] Handle kernelcore= boot parameter in common code to avoid boot problem on IA64
` [PATCH 2/2] Align ZONE_MOVABLE to a MAX_ORDER_NR_PAGES boundary

NFS: Unable to handle kernel NULL pointer dereference at nfs_set_page_dirty+0xd/0x5d in 2.6.21rc7-git6
 2007-04-24 18:57 UTC  (3+ messages)

Willkommensbonus von 555$!
 2007-04-24 18:42 UTC 

[PATCH] MM: use DIV_ROUND_UP() in mm/memory.c
 2007-04-24 14:10 UTC 

As a matter of fact, they do
 2007-04-24 14:01 UTC 

deadlock in 2.6.21-rc7-gitduring LTP mmap01 over nfs/no swap
 2007-04-24 13:07 UTC 

[PATCH 00/10] per device dirty throttling -v5
 2007-04-24 12:07 UTC  (37+ messages)
` [PATCH 08/10] mm: count writeback pages per BDI
` [PATCH 10/10] mm: per device dirty threshold

[patch 01/44] mm: revert KERNEL_DS buffered write optimisation
 2007-04-24 11:03 UTC  (21+ messages)
` [patch 02/44] Revert 81b0c8713385ce1b1b9058e916edcf9561ad76d6
` [patch 03/44] Revert 6527c2bdf1f833cc18e8f42bd97973d583e4aa83
` [patch 04/44] mm: clean up buffered write code
` [patch 05/44] mm: debug write deadlocks
` [patch 06/44] mm: trim more holes
` [patch 07/44] mm: buffered write cleanup
` [patch 08/44] mm: write iovec cleanup
` [patch 09/44] mm: fix pagecache write deadlocks
` [patch 10/44] mm: buffered write iterator
` [patch 11/44] fs: fix data-loss on error
` [patch 12/44] fs: introduce write_begin, write_end, and perform_write aops
` [patch 13/44] mm: restore KERNEL_DS optimisations

[patch] mm: PageUptodate memorder bug
 2007-04-24  6:49 UTC 

[PATCH] lazy freeing of memory through MADV_FREE
 2007-04-24  5:13 UTC  (34+ messages)

Did it happen
 2007-04-24  4:58 UTC 

Bis 1000 Euro frei!
 2007-04-24  1:45 UTC 

[RFC 1/7] cpuset write dirty map
 2007-04-23 23:35 UTC  (8+ messages)
` [RFC 2/7] cpuset write pdflush nodemask
` [RFC 3/7] cpuset write throttle
` [RFC 4/7] cpuset write vmscan
  ` [Corrected] "
` [RFC 5/7] cpuset write vm writeout
` [RFC 6/7] cpuset write fixes
` [RFC 7/7] cpuset dirty limits

300% Bonus für Ihre erste Einzahlung!
 2007-04-23 17:49 UTC 

slab allocators: Remove multiple alignment specifications
 2007-04-23 15:56 UTC  (8+ messages)

Now you believe me
 2007-04-23 14:24 UTC 

[PATCH 0/3] Lumpy Reclaim V6
 2007-04-23 10:23 UTC  (5+ messages)
` [PATCH 3/3] introduce HIGH_ORDER delineating easily reclaimable orders

[RFC 00/16] Variable Order Page Cache Patchset V2
 2007-04-23  6:21 UTC  (17+ messages)
` [RFC 01/16] Free up page->private for compound pages
` [RFC 02/16] vmstat.c: Support accounting "
` [RFC 03/16] Variable Order Page Cache: Add order field in mapping
` [RFC 04/16] Variable Order Page Cache: Add basic allocation functions
` [RFC 05/16] Variable Order Page Cache: Add functions to establish sizes
` [RFC 06/16] Variable Page Cache: Add VM_BUG_ONs to check for correct page order
` [RFC 07/16] Variable Order Page Cache: Add clearing and flushing function
` [RFC 08/16] Variable Order Page Cache: Fixup fallback functions
` [RFC 09/16] Variable Order Page Cache: Fix up mm/filemap.c
` [RFC 10/16] Variable Order Page Cache: Readahead fixups
` [RFC 11/16] Variable Page Cache Size: Fix up reclaim counters
` [RFC 12/16] Variable Order Page Cache: Fix up the writeback logic
` [RFC 13/16] Variable Order Page Cache: Fixed to block layer
` [RFC 14/16] Variable Order Page Cache: Add support to ramfs
` [RFC 15/16] ext2: Add variable page size support
` [RFC 16/16] Variable Order Page Cache: Alternate implementation of page cache macros

Feeling better now
 2007-04-22 13:41 UTC 

300% Bonus für Ihre erste Einzahlung!
 2007-04-21 20:06 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox