projects
/
fio.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Makefile: break long line
[fio.git]
/
smalloc.c
2012-08-02
Jens Axboe
mutex: make 0/1 FIO_MUTEX_LOCKED and FIO_MUTEX_UNLOCKED
blob
|
commitdiff
|
raw
2012-02-20
Bruce Cran
Fix assumption that pointers fits in a 'long'
blob
|
commitdiff
|
raw
|
diff to current
2011-08-15
Jiri Horky
Fix bug in smalloc size calculation
blob
|
commitdiff
|
raw
|
diff to current
2011-07-06
Jens Axboe
Merge branch 'master' of ssh://brick.kernel.dk/data...
blob
|
commitdiff
|
raw
|
diff to current
2011-06-29
Jens Axboe
Make smalloc use anonymous memory mmaps
blob
|
commitdiff
|
raw
|
diff to current
2011-01-10
Jens Axboe
Merge branch 'winfio'
blob
|
commitdiff
|
raw
|
diff to current
2011-01-08
Bruce Cran
Various fixes/updates
blob
|
commitdiff
|
raw
|
diff to current
2010-10-14
Jens Axboe
Merge branch 'master' of ssh://brick.kernel.dk/data...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-14
Jens Axboe
Fix compile warning on platforms with posix_fallocate
blob
|
commitdiff
|
raw
|
diff to current
2010-06-28
Greg Edwards
gracefully handle full /tmp file system
blob
|
commitdiff
|
raw
|
diff to current
2009-09-11
Jens Axboe
Silence the style/whitespace police
blob
|
commitdiff
|
raw
|
diff to current
2009-07-31
Jens Axboe
smalloc: enlarge pool size
blob
|
commitdiff
|
raw
|
diff to current
2009-07-17
Jens Axboe
Merge branch 'master' of ssh://brick.kernel.dk/data...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-07
Jens Axboe
smalloc: just round alloc_size to int aligned for post...
blob
|
commitdiff
|
raw
|
diff to current
2009-07-07
Jens Axboe
Make smalloc redzone pointer properly aligned
blob
|
commitdiff
|
raw
|
diff to current
2009-01-06
Jens Axboe
smalloc: get rid of MP_SAFE define and lock checks
blob
|
commitdiff
|
raw
|
diff to current
2008-12-04
Jens Axboe
smalloc: pool->file is only used in add_pool(), so...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-04
Jens Axboe
smalloc: unlink pool file in add_pool()
blob
|
commitdiff
|
raw
|
diff to current
2008-09-10
Shaozhi Shawn Ye
smalloc: Remove read/write lock race condition which...
blob
|
commitdiff
|
raw
|
diff to current
2008-07-31
Jens Axboe
smalloc: default to 128 pools instead of 4
blob
|
commitdiff
|
raw
|
diff to current
2008-06-13
Jens Axboe
Revert "smalloc: convert to spinlocks"
blob
|
commitdiff
|
raw
|
diff to current
2008-06-12
Jens Axboe
smalloc: convert to spinlocks
blob
|
commitdiff
|
raw
|
diff to current
2008-06-02
Jens Axboe
smalloc: use optimized ffz()
blob
|
commitdiff
|
raw
|
diff to current
2008-05-30
Jens Axboe
Add sparc and sparc64 support
blob
|
commitdiff
|
raw
|
diff to current
2008-05-27
Jens Axboe
smalloc: final cleanups
blob
|
commitdiff
|
raw
|
diff to current
2008-05-27
Jens Axboe
smalloc: fix map overflow
blob
|
commitdiff
|
raw
|
diff to current
2008-05-27
Jens Axboe
smalloc: fix off-by-one in ptr_valid()
blob
|
commitdiff
|
raw
|
diff to current
2008-05-27
Jens Axboe
smalloc: kill another debug printf()
blob
|
commitdiff
|
raw
|
diff to current
2008-05-27
Jens Axboe
smalloc: fix compile error
blob
|
commitdiff
|
raw
|
diff to current
2008-05-27
Jens Axboe
smalloc: cleanup and remove debug printf()
blob
|
commitdiff
|
raw
|
diff to current
2008-05-27
Jens Axboe
smalloc: turn on the thread safe flag
blob
|
commitdiff
|
raw
|
diff to current
2008-05-27
Jens Axboe
smalloc: change to a bitmap allocator
blob
|
commitdiff
|
raw
|
diff to current
2008-05-26
Jens Axboe
smalloc: add pre and post redzone checks to pointers
blob
|
commitdiff
|
raw
|
diff to current
2008-05-23
Jens Axboe
smalloc: debug
blob
|
commitdiff
|
raw
|
diff to current
2008-05-23
Jens Axboe
smalloc: increase alloc size
blob
|
commitdiff
|
raw
|
diff to current
2008-04-17
Jens Axboe
smalloc: remove pool resize support
blob
|
commitdiff
|
raw
|
diff to current
2008-04-16
Jens Axboe
smalloc: cleanups and allow sfree(NULL)
blob
|
commitdiff
|
raw
|
diff to current
2008-04-16
Jens Axboe
smalloc: remember to account for sizeof block header
blob
|
commitdiff
|
raw
|
diff to current
2008-04-16
Jens Axboe
smalloc: when adding a new pool, make it big enough...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-04
Jens Axboe
Merge branch 'master' of ssh://git.kernel.dk/data/git/fio
blob
|
commitdiff
|
raw
|
diff to current
2008-03-26
Jens Axboe
Add softrandommap and --alloc-size options
blob
|
commitdiff
|
raw
|
diff to current
2008-03-26
Jens Axboe
smalloc: increase initial pool size from 64k to 1m
blob
|
commitdiff
|
raw
|
diff to current
2008-03-06
Jens Axboe
Style fixups
blob
|
commitdiff
|
raw
|
diff to current
2008-03-04
Jens Axboe
Revamp file locking
blob
|
commitdiff
|
raw
|
diff to current
2008-03-03
Jens Axboe
Add rw mutex init helper
blob
|
commitdiff
|
raw
|
diff to current
2008-03-03
Jens Axboe
Use read-writer locks in smalloc
blob
|
commitdiff
|
raw
|
diff to current
2008-03-01
Jens Axboe
Add a really simple allocator, backed with mmap'ed...
blob
|
commitdiff
|
raw
|
diff to current