[patch 00/23] Slab defragmentation V6
2007-11-08 23:08 UTC (77+ messages)
` [patch 01/23] SLUB: Move count_partial()
` [patch 02/23] SLUB: Rename NUMA defrag_ratio to remote_node_defrag_ratio
` [patch 03/23] bufferhead: Revert constructor removal
` [patch 04/23] dentries: Extract common code to remove dentry from lru
` [patch 05/23] VM: Allow get_page_unless_zero on compound pages
` [patch 06/23] SLUB: Extend slabinfo to support -D and -C options
` [patch 07/23] SLUB: Add defrag_ratio field and sysfs support
` [patch 08/23] SLUB: Replace ctor field with ops field in /sys/slab/:0000008 /sys/slab/:0000016 /sys/slab/:0000024 /sys/slab/:0000032 /sys/slab/:0000040 /sys/slab/:0000048 /sys/slab/:0000056 /sys/slab/:0000064 /sys/slab/:0000072 /sys/slab/:0000080 /sys/slab/:0000088 /sys/slab/:0000096 /sys/slab/:0000104 /sys/slab/:0000128 /sys/slab/:0000144 /sys/slab/:0000184 /sys/slab/:0000192 /sys/slab/:0000216 /sys/slab/:0000256 /sys/slab/:0000344 /sys/slab/:0000384 /sys/slab/:0000448 /sys/slab/:0000512 /sys/slab/:0000768 /sys/slab/:0000968 /sys/slab/:0001024 /sys/slab/:0001152 /sys/slab/:0001312 /sys/slab/:0001536 /sys/slab/:0002048 /sys/slab/:0003072 /sys/slab/:0004096 /sys/slab/:a-0000016 /sys/slab/:a-0000024 /sys/slab/:a-0000056 /sys/slab/:a-0000080 /sys/slab/:a-0000128 /sys/slab/Acpi-Namesp ace /sys/slab/Acpi-Operand /sys/slab/Acpi-Parse /sys/slab/Acpi-ParseExt /sys/slab/Acpi-State /sys/
` [patch 09/23] SLUB: Add get() and kick() methods
` [patch 10/23] SLUB: Sort slab cache list and establish maximum objects for defrag slabs
` [patch 11/23] SLUB: Slab defrag core
` [patch 12/23] SLUB: Trigger defragmentation from memory reclaim
` [patch 13/23] Buffer heads: Support slab defrag
` [patch 14/23] inodes: Support generic defragmentation
` [patch 15/23] FS: ExtX filesystem defrag
` [patch 16/23] FS: XFS slab defragmentation
` [patch 17/23] FS: Proc filesystem support for slab defrag
` [patch 18/23] FS: Slab defrag: Reiserfs support
` [patch 19/23] FS: Socket inode defragmentation
` [patch 20/23] dentries: Add constructor
` [patch 21/23] dentries: dentry defragmentation
` [patch 22/23] SLUB: Slab reclaim through Lumpy reclaim
` [patch 23/23] SLUB: Add SlabReclaimable() to avoid repeated reclaim attempts
` Plans for Onezonelist patch series ???
Some interesting observations when trying to optimize vmstat handling
2007-11-08 23:07 UTC (2+ messages)
[patch] radix-tree: avoid atomic allocations for preloaded insertions
2007-11-08 20:47 UTC (18+ messages)
` [patch] nfs: use GFP_NOFS preloads for radix-tree insertion
[RFC:PATCH 00/09] VM File Tails
2007-11-08 19:48 UTC (10+ messages)
` [RFC:PATCH 01/09] Add tail to address space
` [RFC:PATCH 02/09] Core function for packing, unpacking, and freeing file tails
` [RFC:PATCH 03/09] Release tail when inode is freed
` [RFC:PATCH 04/09] Unpack or remove file tail when inode is resized
` [RFC:PATCH 05/09] find_get_page() and find_lock_page() need to unpack the tail
` [RFC:PATCH 06/09] For readahead, leave data in tail
` [RFC:PATCH 07/09] shrink_active_list: pack file tails rather than move to inactive list
` [RFC:PATCH 08/09] generic_file_aio_read can read directly from the tail. No need to unpack
` [RFC:PATCH 09/09] VM tail statistics support
bug #5493
2007-11-08 18:56 UTC (5+ messages)
[patch 0/2] X86_64 configurable stack size
2007-11-08 0:42 UTC (7+ messages)
` [patch 1/2] x86_64: Clean up stack allocation and free
` [patch 2/2] x86_64: Configure stack size
[BUG] Linux 2.6.24-rc2 - oom-killer gets invoked
2007-11-07 18:20 UTC
[RFC PATCH 0/10] split anon and file LRUs
2007-11-07 18:18 UTC (31+ messages)
` [RFC PATCH 1/10] move isolate_lru_page to vmscan.c
` [RFC PATCH 2/10] free swap space entries if vm_swap_full()
` [RFC PATCH 3/10] define page_file_cache
` [RFC PATCH 4/10] debug page_file_cache
` [RFC PATCH 5/10] use an indexed array for LRU lists and variables
` [RFC PATCH 6/10] split anon and file LRUs
` [RFC PATCH 7/10] clean up the LRU array arithmetic
` [RFC PATCH 8/10] make split VM and lumpy reclaim work together
` [RFC PATCH 9/10] split VM and memory controllers
` [RFC PATCH 10/10] add swapped in pages to the inactive list
[PATCH] Use VM_ flags in protection_map rather than magic value
2007-11-07 17:30 UTC (2+ messages)
SPAM: Willkommensbonus - 555 Euro
2007-11-07 17:14 UTC
migratepage failures on reiserfs
2007-11-07 15:58 UTC (15+ messages)
SPAM: Ich wollte Ihnen nur mitteilen, dass das Glück endlich auch an meine Tür geklopft hat!
2007-11-07 14:42 UTC
[PATCH] mm: Removing duplicit #includes
2007-11-07 9:23 UTC
[PATCH] mm: Removing duplicit #includes
2007-11-07 9:03 UTC (2+ messages)
[RFC Patch] Thrashing notification
2007-11-06 21:27 UTC (8+ messages)
[NUMA] Fix memory policy refcounting
2007-11-06 20:19 UTC (13+ messages)
[PATCH/RFC 0/2] More Mempolicy Reference Counting Fixes
2007-11-06 18:09 UTC (6+ messages)
` [PATCH/RFC 1/2] Mem Policy: fix mempolicy usage in pci driver
` [PATCH "
` [PATCH ] "
[PATCH] MM: Use is_power_of_2() macro where appropriate
2007-11-06 14:57 UTC
SPAM: 300% Bonus fur Ihre erste Einzahlung!
2007-11-06 9:20 UTC
[git Patch] mm/util.c: Remove needless code
2007-11-06 5:06 UTC (4+ messages)
[PATCH] Add IORESOUCE_BUSY flag for System RAM (Re: [Question] How to represent SYSTEM_RAM in kerenel/resouce.c)
2007-11-06 2:23 UTC (3+ messages)
` [PATCH] Add IORESOUCE_BUSY flag for System RAM take 2
msync(2) bug(?), returns AOP_WRITEPAGE_ACTIVATE to userland
2007-11-05 18:57 UTC (4+ messages)
SPAM: Ambien, Codeine, Phentermin, Valiun Xanas with Over 45, 000 Extremely Satisfied Customers! o11k043xqzzzo3zvdrn
2007-11-05 9:00 UTC
[RFC 1/1 2.6.22.10] fbdev: defio and Metronomefb
2007-11-04 10:54 UTC (3+ messages)
` [Linux-fbdev-devel] "
[PATCH] Remove unused code from mm/tiny-shmem.c
2007-11-02 19:48 UTC (2+ messages)
(no subject)
2007-11-02 18:28 UTC
SPAM: get into SHTP and enjoy the profits
2007-11-02 16:45 UTC
start_isolate_page_range() question/offline_pages() bug ?
2007-11-02 16:06 UTC (3+ messages)
[PATCH 3/3] Add arch-specific walk_memory_remove() for ppc64
2007-11-02 15:57 UTC (3+ messages)
Spielen Sie in Europas bestem Online-Kasino
2007-11-02 12:38 UTC
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox