block: disable sysfs parts of the disk command filter
[safe/jmp/linux-2.6] / include / linux / slub_def.h
2008-08-05 Pekka EnbergSLUB: dynamic per-cache MIN_PARTIAL
2008-07-26 Alexey DobriyanSL*B: drop kmem cache argument from constructor
2008-07-04 Christoph LameterChristoph has moved
2008-07-03 Christoph Lameterslub: Do not use 192 byte sized cache if minimum alignm...
2008-04-27 Christoph Lameterslub: Fallback to minimal order during slab page allocation
2008-04-27 Christoph Lameterslub: Update statistics handling for variable order...
2008-04-27 Christoph Lameterslub: Add kmem_cache_order_objects struct
2008-04-14 Christoph Lameterslub: No need for per node slab counters if !SLUB_DEBUG
2008-03-03 Christoph Lameterslub: Fix up comments
2008-02-14 Christoph Lameterslub: Support 4k kmallocs again to compensate for page...
2008-02-14 Christoph Lameterslub: Determine gfpflags once and not every time a...
2008-02-14 Pekka Enbergslub: kmalloc page allocator pass-through cleanup
2008-02-08 Christoph LameterSLUB: Support for performance statistics
2008-02-04 Christoph LameterExplain kmem_cache_cpu fields
2008-02-04 Christoph LameterSLUB: rename defrag to remote_node_defrag_ratio
2008-01-02 Linus TorvaldsUnify /proc/slabinfo configuration
2008-01-01 Pekka J Enbergslub: provide /proc/slabinfo
2007-10-17 Christoph LameterSlab API: remove useless ctor parameter and reorder...
2007-10-16 Christoph LameterSLUB: Optimize cacheline use for zeroing
2007-10-16 Christoph LameterSLUB: Place kmem_cache_cpu structures in a NUMA aware way
2007-10-16 Christoph LameterSLUB: Move page->offset to kmem_cache_cpu->offset
2007-10-16 Christoph LameterSLUB: Avoid page struct cacheline bouncing due to remot...
2007-10-16 Christoph LameterSLUB: direct pass through of page size or higher kmallo...
2007-08-31 Christoph LameterSLUB: Force inlining for functions in slub_def.h
2007-07-20 Al Virofix gfp_t annotations for slub
2007-07-17 Christoph LameterSlab allocators: Cleanup zeroing allocations
2007-07-17 Christoph LameterSLUB: add some more inlines and #ifdef CONFIG_SLUB_DEBUG
2007-07-17 Christoph LameterSlab allocators: consistent ZERO_SIZE_PTR support and...
2007-07-16 Paul Mundtslob: initial NUMA support
2007-06-16 Christoph LameterSLUB: minimum alignment fixes
2007-06-09 Christoph LameterSLUB: return ZERO_SIZE_PTR for kmalloc(0)
2007-05-17 Christoph LameterSlab allocators: define common size limitations
2007-05-17 Andrew Mortonslub: fix handling of oversized slabs
2007-05-17 Christoph LameterSlab allocators: Drop support for destructors
2007-05-17 Christoph LameterSLUB: It is legit to allocate a slab of the maximum...
2007-05-15 Christoph LameterSLUB: CONFIG_LARGE_ALLOCS must consider MAX_ORDER limit
2007-05-07 Christoph Lameterslub: enable tracking of full slabs
2007-05-07 Christoph LameterSLUB: allocate smallest object size if the user asks...
2007-05-07 Christoph LameterSLUB core