index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
os
/
bluestore
/
StupidAllocator.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
os: Use ceph_assert for asserts
Adam C. Emerson
2018-08-27
1
-5
/
+5
*
os/bluestore: fix assertion in StupidAllocator::get_fragmentation
Igor Fedotov
2018-08-16
1
-1
/
+1
*
os/bluestore: get rid off allocator's reserve method
Igor Fedotov
2018-05-14
1
-25
/
+0
*
os/bluestore: add perf counter for allocator fragmentation.
Igor Fedotov
2018-04-12
1
-0
/
+25
*
os/bluestore: fix the demotion in StupidAllocator::init_rm_free
Kefu Chai
2018-02-14
1
-2
/
+2
*
os/bluestore: cleanup around ExtentList class.
Igor Fedotov
2018-02-09
1
-3
/
+13
*
os/bluestore: kill AllocExtent[Vector] to simplify code a bit
Igor Fedotov
2018-02-09
1
-1
/
+1
*
os/bluestore: fix lack of extent demotion in StupidAllocator::init_rm_free
Igor Fedotov
2018-02-06
1
-1
/
+20
*
rados: Switch MIN/MAX for std::min/max and use intarith templates
Adam C. Emerson
2018-01-12
1
-1
/
+1
*
os/bluestore: refactor FreeListManager to get clearer view on the number
Igor Fedotov
2017-12-30
1
-1
/
+1
*
cleanup: Replacing MIN,MAX with std::min,std::max
amitkuma
2017-11-20
1
-3
/
+3
*
os/bluestore: use interval_set<...,btree_map<...>>
Sage Weil
2017-10-28
1
-3
/
+3
*
os/bluestore: drop support for non-bulky extent release.
Radoslaw Zarzynski
2017-09-29
1
-10
/
+0
*
os/bluestore: make the StupidAllocator aware about bulk releases.
Radoslaw Zarzynski
2017-09-29
1
-0
/
+16
*
os/bluestore: replace dout with ldout in StupidAllocator.
Radoslaw Zarzynski
2017-08-31
1
-38
/
+39
*
os/bluestore: put StupidAllocator btree into bluestore_alloc mempool
Sage Weil
2017-08-10
1
-8
/
+9
*
os/bluestore/StupidAllocator: rounded down len to an align boundary
Zhu Shangzhong
2017-07-26
1
-1
/
+1
*
os/bluestore/Allocator: drop unused return value in release function
wangzhengyong
2017-03-10
1
-2
/
+1
*
os/bluestore: drop useless count arg to allocate
Sage Weil
2017-01-18
1
-4
/
+1
*
os/bluestore: return blocks allocated from allocate()
Sage Weil
2017-01-18
1
-8
/
+4
*
os/bluestore: Remove g_ceph_context and g_conf
Adam C. Emerson
2016-12-22
1
-6
/
+6
*
dout: Use dout_context
Adam C. Emerson
2016-12-22
1
-0
/
+1
*
allocat_extent api rename and tests for new api
Ramesh Chander
2016-12-18
1
-3
/
+3
*
consolidate allocator calls to single alloc_extent api
Ramesh Chander
2016-12-18
1
-3
/
+6
*
os/bluestore: remove commit_{start,finish} from Allocator
Sage Weil
2016-12-15
1
-43
/
+0
*
os/bluestore: release alloc directly into usable pool
Sage Weil
2016-12-15
1
-2
/
+2
*
os/bluestore: dump allocator state at lowest debug level
Sage Weil
2016-12-02
1
-12
/
+12
*
os/bluestore: drop unused ostream arg to Allocator::dump
Sage Weil
2016-12-02
1
-1
/
+1
*
mempool changes for bitmap allocator
Ramesh Chander
2016-11-11
1
-2
/
+6
*
os/bluestore/StupidAllocator: use hex for debug
Sage Weil
2016-09-15
1
-26
/
+38
*
os/bluestore: fix some #includes
Sage Weil
2016-08-24
1
-1
/
+1
*
extent alloc functionality for stupid and bitmap allocator
Ramesh Chander
2016-07-18
1
-1
/
+38
*
os/bluestore/StupidAllocator: use cbits instead of calculating shift manually
Sage Weil
2016-06-15
1
-5
/
+1
*
os/bluestore: use bdev_block_size instead of min_alloc_size for allocators
Sage Weil
2016-06-01
1
-1
/
+1
*
src/os/bluestore/StupidAllocator.cc: change file permission from 774 to 664
Shinobu Kinjo
2016-05-07
1
-0
/
+0
*
os/bluestore: rename need_size to want_size in StupidAllocator.
Jianjian Huo
2016-03-17
1
-6
/
+6
*
os/bluestore: avoid duplicated searches during allocating free extents
Jianjian Huo
2016-03-17
1
-4
/
+6
*
os/bluestore/StupidAllocator: use std::mutex
Sage Weil
2016-01-27
1
-12
/
+11
*
Merge pull request #7269 from liewegas/wip-bluestore-btree
Sage Weil
2016-01-27
1
-8
/
+8
|
\
|
*
os/bluestore/StupidAllocator: use btree_map<> instead of map<>
Sage Weil
2016-01-20
1
-8
/
+8
*
|
BlueStore/StupidAllocator: fix assert
xie xingguo
2016-01-20
1
-1
/
+1
|
/
*
os/bluestore/StupidAllocator: be less stupid about alloc_unit
Sage Weil
2016-01-01
1
-16
/
+43
*
os/bluestore/Allocator: add unreserve()
Sage Weil
2016-01-01
1
-1
/
+10
*
os/bluestore/StupidAllocator: fix reservation release on allocate
Sage Weil
2016-01-01
1
-1
/
+1
*
os/bluestore/StupidAllocator: add reservation assertions
Sage Weil
2016-01-01
1
-0
/
+3
*
os/bluestore/StupidAllocator: bluestore_debug_small_allocations
Sage Weil
2016-01-01
1
-0
/
+9
*
os/bluestore/StupidAllocator: fix locking
Sage Weil
2016-01-01
1
-0
/
+2
*
os/bluestore/StupidAllocator: fix misc bugs
Sage Weil
2016-01-01
1
-3
/
+4
*
os/bluestore/Allocator: init_rm_free
Sage Weil
2016-01-01
1
-0
/
+24
*
os/bluestore: separate Allocator from freelist storage
Sage Weil
2016-01-01
1
-22
/
+5
[next]