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/bluestore: get rid off resulting lba alignment in allocators
Igor Fedotov
2023-12-04
1
-24
/
+8
*
os/bluestore: proper locking for Allocators' dump methods
Igor Fedotov
2022-04-12
1
-1
/
+1
*
os/bluestore: pass string_view to ctor of Allocator
Kefu Chai
2021-05-27
1
-1
/
+1
*
os/bluestore: tolerate zero length for allocators' init_[add/rm]_free()
Igor Fedotov
2021-05-01
1
-0
/
+4
*
os/bluestore: Added asserts for allocator regions
Adam Kupczyk
2021-03-11
1
-7
/
+7
*
os/bluestore: write out general allocator parameters on allocator dump.
Igor Fedotov
2020-12-04
1
-4
/
+5
*
osd: fix bluestore stupid allocator choose wrong bin when running for that b...
jhonxue
2020-11-02
1
-1
/
+4
*
os/bluestore: silence StupidAllocator reorder warning
Jos Collin
2019-08-25
1
-3
/
+2
*
os/bluestore: simplify Allocator::get_fragmentation() signature
Igor Fedotov
2019-08-19
1
-5
/
+8
*
BlueStore/allocator: Give allocator names, so they can be distinguished.
Adam Kupczyk
2019-08-02
1
-2
/
+2
*
BlueStore/allocator: Improved (but slower) method of calculating fragmentation.
Adam Kupczyk
2019-08-02
1
-0
/
+10
*
os/bluestore: StupidAllocator stucks on 4GB allocations
Igor Fedotov
2019-07-09
1
-0
/
+2
*
os/bluestore: avoid length overflow in extents returned by Stupid
Igor Fedotov
2019-07-09
1
-4
/
+7
*
include/intarith: enforce the same type for p2*() arguments
Ilya Dryomov
2019-03-05
1
-1
/
+1
*
os/bluestore: use deduction for lock_guard<>, unique_lock<>
Sage Weil
2018-10-13
1
-7
/
+7
*
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
[next]