index
:
linux-bcache.git
acall
aio
aio-attributes-upstream
aio-fix
aio-ida
aio-new-abi
bcache-3.10-stable
bcache-continue-on-btree-node-error
bcache-dev-february
bcache-dev-wip
bcache-transactions
bcache-vmalloc-fallback
bcache_uuid_debug
bcachefs-v0
blk-flush-torture-test
block_discard_fix
block_stuff
block_stuff_1
dynamic_faults
idr
idr-array-alloc
idr-performance-hacks
pagecache_iter
pagecache_iter-4.6
per-cpu-tags
percpu-ida
percpu-tag-allocator
rbtree
treebitvec
wait_events
Unnamed repository; edit this file 'description' to name the repository.
Kent Overstreet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
flex_array.c
Age
Commit message (
Expand
)
Author
2012-03-07
lib: reduce the use of module.h wherever possible
Paul Gortmaker
2011-05-26
flex_array: avoid divisions when accessing elements
Jesse Gross
2011-04-28
flex_array: allow 0 length elements
Eric Paris
2011-04-28
flex_arrays: allow zero length flex arrays
Eric Paris
2011-04-28
flex_array: flex_array_prealloc takes a number of elements, not an end
Eric Paris
2011-01-13
flex_array: export symbols to modules
David Rientjes
2010-08-09
flex_array: add helpers to get and put to make pointers easy to use
Eric Paris
2010-04-24
flex_array: fix the panic when calling flex_array_alloc() without __GFP_ZERO
Changli Gao
2009-09-22
flex_array: add missing kerneldoc annotations
David Rientjes
2009-09-22
flex_array: introduce DEFINE_FLEX_ARRAY
David Rientjes
2009-09-22
flex_array: add flex_array_shrink function
David Rientjes
2009-09-22
flex_array: poison free elements
David Rientjes
2009-09-22
flex_array: add flex_array_clear function
David Rientjes
2009-08-26
flex_array: convert element_nr formals to unsigned
David Rientjes
2009-08-26
flex_array: fix flex_array_free_parts comment
David Rientjes
2009-08-26
flex_array: fix get function for elements in base starting at non-zero
David Rientjes
2009-08-04
flex_array: remove unneeded index calculation
Jonathan Corbet
2009-07-29
lib: flexible array implementation
Dave Hansen